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/activity/Types.swift
+5-23Lines changed: 5 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -2686,20 +2686,14 @@ public enum Components {
2686
2686
///
2687
2687
/// - Remark: Generated from `#/components/schemas/nullable-integration/permissions`.
2688
2688
public var permissions: Components.Schemas.NullableIntegration.PermissionsPayload
2689
-
/// The list of events for the GitHub app
2689
+
/// 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.
2690
2690
///
2691
2691
/// - Remark: Generated from `#/components/schemas/nullable-integration/events`.
2692
2692
public var events: [Swift.String]
2693
-
/// The number of installations associated with the GitHub app
2693
+
/// The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
2694
2694
///
2695
2695
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
2696
2696
public var installationsCount: Swift.Int?
2697
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
2698
-
public var clientSecret: Swift.String?
2699
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
2700
-
public var webhookSecret: Swift.String?
2701
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/pem`.
2702
-
public var pem: Swift.String?
2703
2697
/// Creates a new `NullableIntegration`.
2704
2698
///
2705
2699
/// - Parameters:
@@ -2715,11 +2709,8 @@ public enum Components {
2715
2709
/// - createdAt:
2716
2710
/// - updatedAt:
2717
2711
/// - permissions: The set of permissions for the GitHub app
2718
-
/// - events: The list of events for the GitHub app
2719
-
/// - installationsCount: The number of installations associated with the GitHub app
2720
-
/// - clientSecret:
2721
-
/// - webhookSecret:
2722
-
/// - pem:
2712
+
/// - 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.
2713
+
/// - installationsCount: The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
0 commit comments