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/repos/Types.swift
+16-46Lines changed: 16 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -6419,20 +6419,14 @@ public enum Components {
6419
6419
///
6420
6420
/// - Remark: Generated from `#/components/schemas/integration/permissions`.
6421
6421
public var permissions: Components.Schemas.Integration.PermissionsPayload
6422
-
/// The list of events for the GitHub app
6422
+
/// 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.
6423
6423
///
6424
6424
/// - Remark: Generated from `#/components/schemas/integration/events`.
6425
6425
public var events: [Swift.String]
6426
-
/// The number of installations associated with the GitHub app
6426
+
/// The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
6427
6427
///
6428
6428
/// - Remark: Generated from `#/components/schemas/integration/installations_count`.
6429
6429
public var installationsCount: Swift.Int?
6430
-
/// - Remark: Generated from `#/components/schemas/integration/client_secret`.
6431
-
public var clientSecret: Swift.String?
6432
-
/// - Remark: Generated from `#/components/schemas/integration/webhook_secret`.
6433
-
public var webhookSecret: Swift.String?
6434
-
/// - Remark: Generated from `#/components/schemas/integration/pem`.
6435
-
public var pem: Swift.String?
6436
6430
/// Creates a new `Integration`.
6437
6431
///
6438
6432
/// - Parameters:
@@ -6448,11 +6442,8 @@ public enum Components {
6448
6442
/// - createdAt:
6449
6443
/// - updatedAt:
6450
6444
/// - permissions: The set of permissions for the GitHub app
6451
-
/// - events: The list of events for the GitHub app
6452
-
/// - installationsCount: The number of installations associated with the GitHub app
6453
-
/// - clientSecret:
6454
-
/// - webhookSecret:
6455
-
/// - pem:
6445
+
/// - 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.
6446
+
/// - installationsCount: The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
/// The URL to which the payloads will be delivered.
@@ -8427,20 +8409,14 @@ public enum Components {
8427
8409
///
8428
8410
/// - Remark: Generated from `#/components/schemas/nullable-integration/permissions`.
8429
8411
public var permissions: Components.Schemas.NullableIntegration.PermissionsPayload
8430
-
/// The list of events for the GitHub app
8412
+
/// 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.
8431
8413
///
8432
8414
/// - Remark: Generated from `#/components/schemas/nullable-integration/events`.
8433
8415
public var events: [Swift.String]
8434
-
/// The number of installations associated with the GitHub app
8416
+
/// The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
8435
8417
///
8436
8418
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
8437
8419
public var installationsCount: Swift.Int?
8438
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
8439
-
public var clientSecret: Swift.String?
8440
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
8441
-
public var webhookSecret: Swift.String?
8442
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/pem`.
8443
-
public var pem: Swift.String?
8444
8420
/// Creates a new `NullableIntegration`.
8445
8421
///
8446
8422
/// - Parameters:
@@ -8456,11 +8432,8 @@ public enum Components {
8456
8432
/// - createdAt:
8457
8433
/// - updatedAt:
8458
8434
/// - permissions: The set of permissions for the GitHub app
8459
-
/// - events: The list of events for the GitHub app
8460
-
/// - installationsCount: The number of installations associated with the GitHub app
8461
-
/// - clientSecret:
8462
-
/// - webhookSecret:
8463
-
/// - pem:
8435
+
/// - 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.
8436
+
/// - installationsCount: The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
0 commit comments