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/actions/Types.swift
+5-23Lines changed: 5 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -5878,20 +5878,14 @@ public enum Components {
5878
5878
///
5879
5879
/// - Remark: Generated from `#/components/schemas/nullable-integration/permissions`.
5880
5880
public var permissions: Components.Schemas.NullableIntegration.PermissionsPayload
5881
-
/// The list of events for the GitHub app
5881
+
/// 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.
5882
5882
///
5883
5883
/// - Remark: Generated from `#/components/schemas/nullable-integration/events`.
5884
5884
public var events: [Swift.String]
5885
-
/// The number of installations associated with the GitHub app
5885
+
/// The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
5886
5886
///
5887
5887
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
5888
5888
public var installationsCount: Swift.Int?
5889
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
5890
-
public var clientSecret: Swift.String?
5891
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
5892
-
public var webhookSecret: Swift.String?
5893
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/pem`.
5894
-
public var pem: Swift.String?
5895
5889
/// Creates a new `NullableIntegration`.
5896
5890
///
5897
5891
/// - Parameters:
@@ -5907,11 +5901,8 @@ public enum Components {
5907
5901
/// - createdAt:
5908
5902
/// - updatedAt:
5909
5903
/// - permissions: The set of permissions for the GitHub app
5910
-
/// - events: The list of events for the GitHub app
5911
-
/// - installationsCount: The number of installations associated with the GitHub app
5912
-
/// - clientSecret:
5913
-
/// - webhookSecret:
5914
-
/// - pem:
5904
+
/// - 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.
5905
+
/// - installationsCount: The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
0 commit comments