@@ -3740,7 +3740,7 @@ public enum Components {
37403740 /// - Remark: Generated from `#/components/schemas/simple-user/login`.
37413741 public var login: Swift.String
37423742 /// - Remark: Generated from `#/components/schemas/simple-user/id`.
3743- public var id: Swift.Int
3743+ public var id: Swift.Int64
37443744 /// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
37453745 public var node_id: Swift.String
37463746 /// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -3803,7 +3803,7 @@ public enum Components {
38033803 name: Swift.String? = nil,
38043804 email: Swift.String? = nil,
38053805 login: Swift.String,
3806- id: Swift.Int ,
3806+ id: Swift.Int64 ,
38073807 node_id: Swift.String,
38083808 avatar_url: Swift.String,
38093809 gravatar_id: Swift.String? = nil,
@@ -3947,7 +3947,7 @@ public enum Components {
39473947 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
39483948 public var login: Swift.String
39493949 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
3950- public var id: Swift.Int
3950+ public var id: Swift.Int64
39513951 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
39523952 public var node_id: Swift.String
39533953 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -4010,7 +4010,7 @@ public enum Components {
40104010 name: Swift.String? = nil,
40114011 email: Swift.String? = nil,
40124012 login: Swift.String,
4013- id: Swift.Int ,
4013+ id: Swift.Int64 ,
40144014 node_id: Swift.String,
40154015 avatar_url: Swift.String,
40164016 gravatar_id: Swift.String? = nil,
@@ -7490,7 +7490,7 @@ public enum Components {
74907490 /// - Remark: Generated from `#/components/schemas/pull-request-minimal`.
74917491 public struct pull_hyphen_request_hyphen_minimal: Codable, Hashable, Sendable {
74927492 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/id`.
7493- public var id: Swift.Int
7493+ public var id: Swift.Int64
74947494 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/number`.
74957495 public var number: Swift.Int
74967496 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/url`.
@@ -7504,7 +7504,7 @@ public enum Components {
75047504 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo`.
75057505 public struct repoPayload: Codable, Hashable, Sendable {
75067506 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/id`.
7507- public var id: Swift.Int
7507+ public var id: Swift.Int64
75087508 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/url`.
75097509 public var url: Swift.String
75107510 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/name`.
@@ -7516,7 +7516,7 @@ public enum Components {
75167516 /// - url:
75177517 /// - name:
75187518 public init(
7519- id: Swift.Int ,
7519+ id: Swift.Int64 ,
75207520 url: Swift.String,
75217521 name: Swift.String
75227522 ) {
@@ -7564,7 +7564,7 @@ public enum Components {
75647564 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo`.
75657565 public struct repoPayload: Codable, Hashable, Sendable {
75667566 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/id`.
7567- public var id: Swift.Int
7567+ public var id: Swift.Int64
75687568 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/url`.
75697569 public var url: Swift.String
75707570 /// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/name`.
@@ -7576,7 +7576,7 @@ public enum Components {
75767576 /// - url:
75777577 /// - name:
75787578 public init(
7579- id: Swift.Int ,
7579+ id: Swift.Int64 ,
75807580 url: Swift.String,
75817581 name: Swift.String
75827582 ) {
@@ -7624,7 +7624,7 @@ public enum Components {
76247624 /// - head:
76257625 /// - base:
76267626 public init(
7627- id: Swift.Int ,
7627+ id: Swift.Int64 ,
76287628 number: Swift.Int,
76297629 url: Swift.String,
76307630 head: Components.Schemas.pull_hyphen_request_hyphen_minimal.headPayload,
@@ -8235,7 +8235,7 @@ public enum Components {
82358235 /// The id of the environment.
82368236 ///
82378237 /// - Remark: Generated from `#/components/schemas/pending-deployment/environment/id`.
8238- public var id: Swift.Int ?
8238+ public var id: Swift.Int64 ?
82398239 /// - Remark: Generated from `#/components/schemas/pending-deployment/environment/node_id`.
82408240 public var node_id: Swift.String?
82418241 /// The name of the environment.
@@ -8255,7 +8255,7 @@ public enum Components {
82558255 /// - url:
82568256 /// - html_url:
82578257 public init(
8258- id: Swift.Int ? = nil,
8258+ id: Swift.Int64 ? = nil,
82598259 node_id: Swift.String? = nil,
82608260 name: Swift.String? = nil,
82618261 url: Swift.String? = nil,
@@ -8403,7 +8403,7 @@ public enum Components {
84038403 /// Unique identifier of the deployment
84048404 ///
84058405 /// - Remark: Generated from `#/components/schemas/deployment/id`.
8406- public var id: Swift.Int
8406+ public var id: Swift.Int64
84078407 /// - Remark: Generated from `#/components/schemas/deployment/node_id`.
84088408 public var node_id: Swift.String
84098409 /// - Remark: Generated from `#/components/schemas/deployment/sha`.
@@ -8522,7 +8522,7 @@ public enum Components {
85228522 /// - performed_via_github_app:
85238523 public init(
85248524 url: Swift.String,
8525- id: Swift.Int ,
8525+ id: Swift.Int64 ,
85268526 node_id: Swift.String,
85278527 sha: Swift.String,
85288528 ref: Swift.String,
0 commit comments