@@ -3740,7 +3740,7 @@ public enum Components {
3740
3740
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
3741
3741
public var login: Swift.String
3742
3742
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
3743
- public var id: Swift.Int
3743
+ public var id: Swift.Int64
3744
3744
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
3745
3745
public var node_id: Swift.String
3746
3746
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -3803,7 +3803,7 @@ public enum Components {
3803
3803
name: Swift.String? = nil,
3804
3804
email: Swift.String? = nil,
3805
3805
login: Swift.String,
3806
- id: Swift.Int ,
3806
+ id: Swift.Int64 ,
3807
3807
node_id: Swift.String,
3808
3808
avatar_url: Swift.String,
3809
3809
gravatar_id: Swift.String? = nil,
@@ -3947,7 +3947,7 @@ public enum Components {
3947
3947
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
3948
3948
public var login: Swift.String
3949
3949
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
3950
- public var id: Swift.Int
3950
+ public var id: Swift.Int64
3951
3951
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
3952
3952
public var node_id: Swift.String
3953
3953
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -4010,7 +4010,7 @@ public enum Components {
4010
4010
name: Swift.String? = nil,
4011
4011
email: Swift.String? = nil,
4012
4012
login: Swift.String,
4013
- id: Swift.Int ,
4013
+ id: Swift.Int64 ,
4014
4014
node_id: Swift.String,
4015
4015
avatar_url: Swift.String,
4016
4016
gravatar_id: Swift.String? = nil,
@@ -7490,7 +7490,7 @@ public enum Components {
7490
7490
/// - Remark: Generated from `#/components/schemas/pull-request-minimal`.
7491
7491
public struct pull_hyphen_request_hyphen_minimal: Codable, Hashable, Sendable {
7492
7492
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/id`.
7493
- public var id: Swift.Int
7493
+ public var id: Swift.Int64
7494
7494
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/number`.
7495
7495
public var number: Swift.Int
7496
7496
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/url`.
@@ -7504,7 +7504,7 @@ public enum Components {
7504
7504
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo`.
7505
7505
public struct repoPayload: Codable, Hashable, Sendable {
7506
7506
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/id`.
7507
- public var id: Swift.Int
7507
+ public var id: Swift.Int64
7508
7508
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/url`.
7509
7509
public var url: Swift.String
7510
7510
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/name`.
@@ -7516,7 +7516,7 @@ public enum Components {
7516
7516
/// - url:
7517
7517
/// - name:
7518
7518
public init(
7519
- id: Swift.Int ,
7519
+ id: Swift.Int64 ,
7520
7520
url: Swift.String,
7521
7521
name: Swift.String
7522
7522
) {
@@ -7564,7 +7564,7 @@ public enum Components {
7564
7564
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo`.
7565
7565
public struct repoPayload: Codable, Hashable, Sendable {
7566
7566
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/id`.
7567
- public var id: Swift.Int
7567
+ public var id: Swift.Int64
7568
7568
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/url`.
7569
7569
public var url: Swift.String
7570
7570
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/name`.
@@ -7576,7 +7576,7 @@ public enum Components {
7576
7576
/// - url:
7577
7577
/// - name:
7578
7578
public init(
7579
- id: Swift.Int ,
7579
+ id: Swift.Int64 ,
7580
7580
url: Swift.String,
7581
7581
name: Swift.String
7582
7582
) {
@@ -7624,7 +7624,7 @@ public enum Components {
7624
7624
/// - head:
7625
7625
/// - base:
7626
7626
public init(
7627
- id: Swift.Int ,
7627
+ id: Swift.Int64 ,
7628
7628
number: Swift.Int,
7629
7629
url: Swift.String,
7630
7630
head: Components.Schemas.pull_hyphen_request_hyphen_minimal.headPayload,
@@ -8235,7 +8235,7 @@ public enum Components {
8235
8235
/// The id of the environment.
8236
8236
///
8237
8237
/// - Remark: Generated from `#/components/schemas/pending-deployment/environment/id`.
8238
- public var id: Swift.Int ?
8238
+ public var id: Swift.Int64 ?
8239
8239
/// - Remark: Generated from `#/components/schemas/pending-deployment/environment/node_id`.
8240
8240
public var node_id: Swift.String?
8241
8241
/// The name of the environment.
@@ -8255,7 +8255,7 @@ public enum Components {
8255
8255
/// - url:
8256
8256
/// - html_url:
8257
8257
public init(
8258
- id: Swift.Int ? = nil,
8258
+ id: Swift.Int64 ? = nil,
8259
8259
node_id: Swift.String? = nil,
8260
8260
name: Swift.String? = nil,
8261
8261
url: Swift.String? = nil,
@@ -8403,7 +8403,7 @@ public enum Components {
8403
8403
/// Unique identifier of the deployment
8404
8404
///
8405
8405
/// - Remark: Generated from `#/components/schemas/deployment/id`.
8406
- public var id: Swift.Int
8406
+ public var id: Swift.Int64
8407
8407
/// - Remark: Generated from `#/components/schemas/deployment/node_id`.
8408
8408
public var node_id: Swift.String
8409
8409
/// - Remark: Generated from `#/components/schemas/deployment/sha`.
@@ -8522,7 +8522,7 @@ public enum Components {
8522
8522
/// - performed_via_github_app:
8523
8523
public init(
8524
8524
url: Swift.String,
8525
- id: Swift.Int ,
8525
+ id: Swift.Int64 ,
8526
8526
node_id: Swift.String,
8527
8527
sha: Swift.String,
8528
8528
ref: Swift.String,
0 commit comments