Skip to content

Bump Submodule/github/rest-api-description from 0e84946 to 9eeb21a #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Sources/actions/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5215,6 +5215,8 @@ public enum Components {
public var slug: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_id`.
public var client_id: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/owner`.
public var owner: Components.Schemas.nullable_hyphen_simple_hyphen_user?
/// The name of the GitHub app
Expand Down Expand Up @@ -5345,8 +5347,6 @@ public enum Components {
///
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
public var installations_count: Swift.Int?
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_id`.
public var client_id: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
public var client_secret: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
Expand All @@ -5359,6 +5359,7 @@ public enum Components {
/// - id: Unique identifier of the GitHub app
/// - slug: The slug name of the GitHub app
/// - node_id:
/// - client_id:
/// - owner:
/// - name: The name of the GitHub app
/// - description:
Expand All @@ -5369,14 +5370,14 @@ public enum Components {
/// - permissions: The set of permissions for the GitHub app
/// - events: The list of events for the GitHub app
/// - installations_count: The number of installations associated with the GitHub app
/// - client_id:
/// - client_secret:
/// - webhook_secret:
/// - pem:
public init(
id: Swift.Int,
slug: Swift.String? = nil,
node_id: Swift.String,
client_id: Swift.String? = nil,
owner: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
name: Swift.String,
description: Swift.String? = nil,
Expand All @@ -5387,14 +5388,14 @@ public enum Components {
permissions: Components.Schemas.nullable_hyphen_integration.permissionsPayload,
events: [Swift.String],
installations_count: Swift.Int? = nil,
client_id: Swift.String? = nil,
client_secret: Swift.String? = nil,
webhook_secret: Swift.String? = nil,
pem: Swift.String? = nil
) {
self.id = id
self.slug = slug
self.node_id = node_id
self.client_id = client_id
self.owner = owner
self.name = name
self.description = description
Expand All @@ -5405,7 +5406,6 @@ public enum Components {
self.permissions = permissions
self.events = events
self.installations_count = installations_count
self.client_id = client_id
self.client_secret = client_secret
self.webhook_secret = webhook_secret
self.pem = pem
Expand All @@ -5414,6 +5414,7 @@ public enum Components {
case id
case slug
case node_id
case client_id
case owner
case name
case description
Expand All @@ -5424,7 +5425,6 @@ public enum Components {
case permissions
case events
case installations_count
case client_id
case client_secret
case webhook_secret
case pem
Expand Down
12 changes: 6 additions & 6 deletions Sources/activity/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,8 @@ public enum Components {
public var slug: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_id`.
public var client_id: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/owner`.
public var owner: Components.Schemas.nullable_hyphen_simple_hyphen_user?
/// The name of the GitHub app
Expand Down Expand Up @@ -2430,8 +2432,6 @@ public enum Components {
///
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
public var installations_count: Swift.Int?
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_id`.
public var client_id: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
public var client_secret: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
Expand All @@ -2444,6 +2444,7 @@ public enum Components {
/// - id: Unique identifier of the GitHub app
/// - slug: The slug name of the GitHub app
/// - node_id:
/// - client_id:
/// - owner:
/// - name: The name of the GitHub app
/// - description:
Expand All @@ -2454,14 +2455,14 @@ public enum Components {
/// - permissions: The set of permissions for the GitHub app
/// - events: The list of events for the GitHub app
/// - installations_count: The number of installations associated with the GitHub app
/// - client_id:
/// - client_secret:
/// - webhook_secret:
/// - pem:
public init(
id: Swift.Int,
slug: Swift.String? = nil,
node_id: Swift.String,
client_id: Swift.String? = nil,
owner: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
name: Swift.String,
description: Swift.String? = nil,
Expand All @@ -2472,14 +2473,14 @@ public enum Components {
permissions: Components.Schemas.nullable_hyphen_integration.permissionsPayload,
events: [Swift.String],
installations_count: Swift.Int? = nil,
client_id: Swift.String? = nil,
client_secret: Swift.String? = nil,
webhook_secret: Swift.String? = nil,
pem: Swift.String? = nil
) {
self.id = id
self.slug = slug
self.node_id = node_id
self.client_id = client_id
self.owner = owner
self.name = name
self.description = description
Expand All @@ -2490,7 +2491,6 @@ public enum Components {
self.permissions = permissions
self.events = events
self.installations_count = installations_count
self.client_id = client_id
self.client_secret = client_secret
self.webhook_secret = webhook_secret
self.pem = pem
Expand All @@ -2499,6 +2499,7 @@ public enum Components {
case id
case slug
case node_id
case client_id
case owner
case name
case description
Expand All @@ -2509,7 +2510,6 @@ public enum Components {
case permissions
case events
case installations_count
case client_id
case client_secret
case webhook_secret
case pem
Expand Down
12 changes: 6 additions & 6 deletions Sources/apps/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,8 @@ public enum Components {
public var slug: Swift.String?
/// - Remark: Generated from `#/components/schemas/integration/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/integration/client_id`.
public var client_id: Swift.String?
/// - Remark: Generated from `#/components/schemas/integration/owner`.
public var owner: Components.Schemas.nullable_hyphen_simple_hyphen_user?
/// The name of the GitHub app
Expand Down Expand Up @@ -1471,8 +1473,6 @@ public enum Components {
///
/// - Remark: Generated from `#/components/schemas/integration/installations_count`.
public var installations_count: Swift.Int?
/// - Remark: Generated from `#/components/schemas/integration/client_id`.
public var client_id: Swift.String?
/// - Remark: Generated from `#/components/schemas/integration/client_secret`.
public var client_secret: Swift.String?
/// - Remark: Generated from `#/components/schemas/integration/webhook_secret`.
Expand All @@ -1485,6 +1485,7 @@ public enum Components {
/// - id: Unique identifier of the GitHub app
/// - slug: The slug name of the GitHub app
/// - node_id:
/// - client_id:
/// - owner:
/// - name: The name of the GitHub app
/// - description:
Expand All @@ -1495,14 +1496,14 @@ public enum Components {
/// - permissions: The set of permissions for the GitHub app
/// - events: The list of events for the GitHub app
/// - installations_count: The number of installations associated with the GitHub app
/// - client_id:
/// - client_secret:
/// - webhook_secret:
/// - pem:
public init(
id: Swift.Int,
slug: Swift.String? = nil,
node_id: Swift.String,
client_id: Swift.String? = nil,
owner: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
name: Swift.String,
description: Swift.String? = nil,
Expand All @@ -1513,14 +1514,14 @@ public enum Components {
permissions: Components.Schemas.integration.permissionsPayload,
events: [Swift.String],
installations_count: Swift.Int? = nil,
client_id: Swift.String? = nil,
client_secret: Swift.String? = nil,
webhook_secret: Swift.String? = nil,
pem: Swift.String? = nil
) {
self.id = id
self.slug = slug
self.node_id = node_id
self.client_id = client_id
self.owner = owner
self.name = name
self.description = description
Expand All @@ -1531,7 +1532,6 @@ public enum Components {
self.permissions = permissions
self.events = events
self.installations_count = installations_count
self.client_id = client_id
self.client_secret = client_secret
self.webhook_secret = webhook_secret
self.pem = pem
Expand All @@ -1540,6 +1540,7 @@ public enum Components {
case id
case slug
case node_id
case client_id
case owner
case name
case description
Expand All @@ -1550,7 +1551,6 @@ public enum Components {
case permissions
case events
case installations_count
case client_id
case client_secret
case webhook_secret
case pem
Expand Down
12 changes: 6 additions & 6 deletions Sources/checks/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ public enum Components {
public var slug: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_id`.
public var client_id: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/owner`.
public var owner: Components.Schemas.nullable_hyphen_simple_hyphen_user?
/// The name of the GitHub app
Expand Down Expand Up @@ -919,8 +921,6 @@ public enum Components {
///
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
public var installations_count: Swift.Int?
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_id`.
public var client_id: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
public var client_secret: Swift.String?
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
Expand All @@ -933,6 +933,7 @@ public enum Components {
/// - id: Unique identifier of the GitHub app
/// - slug: The slug name of the GitHub app
/// - node_id:
/// - client_id:
/// - owner:
/// - name: The name of the GitHub app
/// - description:
Expand All @@ -943,14 +944,14 @@ public enum Components {
/// - permissions: The set of permissions for the GitHub app
/// - events: The list of events for the GitHub app
/// - installations_count: The number of installations associated with the GitHub app
/// - client_id:
/// - client_secret:
/// - webhook_secret:
/// - pem:
public init(
id: Swift.Int,
slug: Swift.String? = nil,
node_id: Swift.String,
client_id: Swift.String? = nil,
owner: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
name: Swift.String,
description: Swift.String? = nil,
Expand All @@ -961,14 +962,14 @@ public enum Components {
permissions: Components.Schemas.nullable_hyphen_integration.permissionsPayload,
events: [Swift.String],
installations_count: Swift.Int? = nil,
client_id: Swift.String? = nil,
client_secret: Swift.String? = nil,
webhook_secret: Swift.String? = nil,
pem: Swift.String? = nil
) {
self.id = id
self.slug = slug
self.node_id = node_id
self.client_id = client_id
self.owner = owner
self.name = name
self.description = description
Expand All @@ -979,7 +980,6 @@ public enum Components {
self.permissions = permissions
self.events = events
self.installations_count = installations_count
self.client_id = client_id
self.client_secret = client_secret
self.webhook_secret = webhook_secret
self.pem = pem
Expand All @@ -988,6 +988,7 @@ public enum Components {
case id
case slug
case node_id
case client_id
case owner
case name
case description
Expand All @@ -998,7 +999,6 @@ public enum Components {
case permissions
case events
case installations_count
case client_id
case client_secret
case webhook_secret
case pem
Expand Down
Loading