You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/issues/Types.swift
+10-46Lines changed: 10 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -1831,20 +1831,14 @@ public enum Components {
1831
1831
///
1832
1832
/// - Remark: Generated from `#/components/schemas/integration/permissions`.
1833
1833
public var permissions: Components.Schemas.Integration.PermissionsPayload
1834
-
/// The list of events for the GitHub app
1834
+
/// The list of events for the GitHub app. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.
1835
1835
///
1836
1836
/// - Remark: Generated from `#/components/schemas/integration/events`.
1837
1837
public var events: [Swift.String]
1838
-
/// The number of installations associated with the GitHub app
1838
+
/// The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
1839
1839
///
1840
1840
/// - Remark: Generated from `#/components/schemas/integration/installations_count`.
1841
1841
public var installationsCount: Swift.Int?
1842
-
/// - Remark: Generated from `#/components/schemas/integration/client_secret`.
1843
-
public var clientSecret: Swift.String?
1844
-
/// - Remark: Generated from `#/components/schemas/integration/webhook_secret`.
1845
-
public var webhookSecret: Swift.String?
1846
-
/// - Remark: Generated from `#/components/schemas/integration/pem`.
1847
-
public var pem: Swift.String?
1848
1842
/// Creates a new `Integration`.
1849
1843
///
1850
1844
/// - Parameters:
@@ -1860,11 +1854,8 @@ public enum Components {
1860
1854
/// - createdAt:
1861
1855
/// - updatedAt:
1862
1856
/// - permissions: The set of permissions for the GitHub app
1863
-
/// - events: The list of events for the GitHub app
1864
-
/// - installationsCount: The number of installations associated with the GitHub app
1865
-
/// - clientSecret:
1866
-
/// - webhookSecret:
1867
-
/// - pem:
1857
+
/// - events: The list of events for the GitHub app. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.
1858
+
/// - installationsCount: The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
/// - Remark: Generated from `#/components/schemas/nullable-integration/permissions`.
3450
3432
public var permissions: Components.Schemas.NullableIntegration.PermissionsPayload
3451
-
/// The list of events for the GitHub app
3433
+
/// The list of events for the GitHub app. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.
3452
3434
///
3453
3435
/// - Remark: Generated from `#/components/schemas/nullable-integration/events`.
3454
3436
public var events: [Swift.String]
3455
-
/// The number of installations associated with the GitHub app
3437
+
/// The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
3456
3438
///
3457
3439
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
3458
3440
public var installationsCount: Swift.Int?
3459
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
3460
-
public var clientSecret: Swift.String?
3461
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
3462
-
public var webhookSecret: Swift.String?
3463
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/pem`.
3464
-
public var pem: Swift.String?
3465
3441
/// Creates a new `NullableIntegration`.
3466
3442
///
3467
3443
/// - Parameters:
@@ -3477,11 +3453,8 @@ public enum Components {
3477
3453
/// - createdAt:
3478
3454
/// - updatedAt:
3479
3455
/// - permissions: The set of permissions for the GitHub app
3480
-
/// - events: The list of events for the GitHub app
3481
-
/// - installationsCount: The number of installations associated with the GitHub app
3482
-
/// - clientSecret:
3483
-
/// - webhookSecret:
3484
-
/// - pem:
3456
+
/// - events: The list of events for the GitHub app. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.
3457
+
/// - installationsCount: The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
0 commit comments