Skip to content

Commit 43e0295

Browse files
Commit via running ake Sources/repos
1 parent f0134ff commit 43e0295

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Sources/repos/Types.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7050,7 +7050,7 @@ public enum Components {
70507050
/// Unique identifier of the repository
70517051
///
70527052
/// - Remark: Generated from `#/components/schemas/repository/id`.
7053-
public var id: Swift.Int
7053+
public var id: Swift.Int64
70547054
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
70557055
public var node_id: Swift.String
70567056
/// The name of the repository.
@@ -7493,7 +7493,7 @@ public enum Components {
74937493
/// - starred_at:
74947494
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
74957495
public init(
7496-
id: Swift.Int,
7496+
id: Swift.Int64,
74977497
node_id: Swift.String,
74987498
name: Swift.String,
74997499
full_name: Swift.String,
@@ -8634,7 +8634,7 @@ public enum Components {
86348634
/// - Remark: Generated from `#/components/schemas/minimal-repository`.
86358635
public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
86368636
/// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
8637-
public var id: Swift.Int
8637+
public var id: Swift.Int64
86388638
/// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
86398639
public var node_id: Swift.String
86408640
/// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
@@ -8982,7 +8982,7 @@ public enum Components {
89828982
/// - web_commit_signoff_required:
89838983
/// - security_and_analysis:
89848984
public init(
8985-
id: Swift.Int,
8985+
id: Swift.Int64,
89868986
node_id: Swift.String,
89878987
name: Swift.String,
89888988
full_name: Swift.String,
@@ -9331,7 +9331,7 @@ public enum Components {
93319331
/// Unique identifier of the repository
93329332
///
93339333
/// - Remark: Generated from `#/components/schemas/nullable-repository/id`.
9334-
public var id: Swift.Int
9334+
public var id: Swift.Int64
93359335
/// - Remark: Generated from `#/components/schemas/nullable-repository/node_id`.
93369336
public var node_id: Swift.String
93379337
/// The name of the repository.
@@ -9774,7 +9774,7 @@ public enum Components {
97749774
/// - starred_at:
97759775
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
97769776
public init(
9777-
id: Swift.Int,
9777+
id: Swift.Int64,
97789778
node_id: Swift.String,
97799779
name: Swift.String,
97809780
full_name: Swift.String,
@@ -10106,7 +10106,7 @@ public enum Components {
1010610106
/// - Remark: Generated from `#/components/schemas/full-repository`.
1010710107
public struct full_hyphen_repository: Codable, Hashable, Sendable {
1010810108
/// - Remark: Generated from `#/components/schemas/full-repository/id`.
10109-
public var id: Swift.Int
10109+
public var id: Swift.Int64
1011010110
/// - Remark: Generated from `#/components/schemas/full-repository/node_id`.
1011110111
public var node_id: Swift.String
1011210112
/// - Remark: Generated from `#/components/schemas/full-repository/name`.
@@ -10555,7 +10555,7 @@ public enum Components {
1055510555
/// - security_and_analysis:
1055610556
/// - custom_properties: The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
1055710557
public init(
10558-
id: Swift.Int,
10558+
id: Swift.Int64,
1055910559
node_id: Swift.String,
1056010560
name: Swift.String,
1056110561
full_name: Swift.String,
@@ -15972,7 +15972,7 @@ public enum Components {
1597215972
/// Unique identifier of the repository invitation.
1597315973
///
1597415974
/// - Remark: Generated from `#/components/schemas/repository-invitation/id`.
15975-
public var id: Swift.Int
15975+
public var id: Swift.Int64
1597615976
/// - Remark: Generated from `#/components/schemas/repository-invitation/repository`.
1597715977
public var repository: Components.Schemas.minimal_hyphen_repository
1597815978
/// - Remark: Generated from `#/components/schemas/repository-invitation/invitee`.
@@ -16021,7 +16021,7 @@ public enum Components {
1602116021
/// - html_url:
1602216022
/// - node_id:
1602316023
public init(
16024-
id: Swift.Int,
16024+
id: Swift.Int64,
1602516025
repository: Components.Schemas.minimal_hyphen_repository,
1602616026
invitee: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
1602716027
inviter: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,

0 commit comments

Comments
 (0)