@@ -1882,7 +1882,7 @@ public enum Components {
18821882 /// - Remark: Generated from `#/components/schemas/simple-user/login`.
18831883 public var login: Swift.String
18841884 /// - Remark: Generated from `#/components/schemas/simple-user/id`.
1885- public var id: Swift.Int
1885+ public var id: Swift.Int64
18861886 /// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
18871887 public var node_id: Swift.String
18881888 /// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -1945,7 +1945,7 @@ public enum Components {
19451945 name: Swift.String? = nil,
19461946 email: Swift.String? = nil,
19471947 login: Swift.String,
1948- id: Swift.Int ,
1948+ id: Swift.Int64 ,
19491949 node_id: Swift.String,
19501950 avatar_url: Swift.String,
19511951 gravatar_id: Swift.String? = nil,
@@ -2058,7 +2058,7 @@ public enum Components {
20582058 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
20592059 public var login: Swift.String
20602060 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
2061- public var id: Swift.Int
2061+ public var id: Swift.Int64
20622062 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
20632063 public var node_id: Swift.String
20642064 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -2121,7 +2121,7 @@ public enum Components {
21212121 name: Swift.String? = nil,
21222122 email: Swift.String? = nil,
21232123 login: Swift.String,
2124- id: Swift.Int ,
2124+ id: Swift.Int64 ,
21252125 node_id: Swift.String,
21262126 avatar_url: Swift.String,
21272127 gravatar_id: Swift.String? = nil,
0 commit comments