You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/repos/Types.swift
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7050,7 +7050,7 @@ public enum Components {
7050
7050
/// Unique identifier of the repository
7051
7051
///
7052
7052
/// - Remark: Generated from `#/components/schemas/repository/id`.
7053
-
public var id: Swift.Int
7053
+
public var id: Swift.Int64
7054
7054
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
7055
7055
public var node_id: Swift.String
7056
7056
/// The name of the repository.
@@ -7493,7 +7493,7 @@ public enum Components {
7493
7493
/// - starred_at:
7494
7494
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
7495
7495
public init(
7496
-
id: Swift.Int,
7496
+
id: Swift.Int64,
7497
7497
node_id: Swift.String,
7498
7498
name: Swift.String,
7499
7499
full_name: Swift.String,
@@ -8634,7 +8634,7 @@ public enum Components {
8634
8634
/// - Remark: Generated from `#/components/schemas/minimal-repository`.
8635
8635
public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
8636
8636
/// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
8637
-
public var id: Swift.Int
8637
+
public var id: Swift.Int64
8638
8638
/// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
8639
8639
public var node_id: Swift.String
8640
8640
/// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
@@ -8982,7 +8982,7 @@ public enum Components {
8982
8982
/// - web_commit_signoff_required:
8983
8983
/// - security_and_analysis:
8984
8984
public init(
8985
-
id: Swift.Int,
8985
+
id: Swift.Int64,
8986
8986
node_id: Swift.String,
8987
8987
name: Swift.String,
8988
8988
full_name: Swift.String,
@@ -9331,7 +9331,7 @@ public enum Components {
9331
9331
/// Unique identifier of the repository
9332
9332
///
9333
9333
/// - Remark: Generated from `#/components/schemas/nullable-repository/id`.
9334
-
public var id: Swift.Int
9334
+
public var id: Swift.Int64
9335
9335
/// - Remark: Generated from `#/components/schemas/nullable-repository/node_id`.
9336
9336
public var node_id: Swift.String
9337
9337
/// The name of the repository.
@@ -9774,7 +9774,7 @@ public enum Components {
9774
9774
/// - starred_at:
9775
9775
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
9776
9776
public init(
9777
-
id: Swift.Int,
9777
+
id: Swift.Int64,
9778
9778
node_id: Swift.String,
9779
9779
name: Swift.String,
9780
9780
full_name: Swift.String,
@@ -10106,7 +10106,7 @@ public enum Components {
10106
10106
/// - Remark: Generated from `#/components/schemas/full-repository`.
10107
10107
public struct full_hyphen_repository: Codable, Hashable, Sendable {
10108
10108
/// - Remark: Generated from `#/components/schemas/full-repository/id`.
10109
-
public var id: Swift.Int
10109
+
public var id: Swift.Int64
10110
10110
/// - Remark: Generated from `#/components/schemas/full-repository/node_id`.
10111
10111
public var node_id: Swift.String
10112
10112
/// - Remark: Generated from `#/components/schemas/full-repository/name`.
@@ -10555,7 +10555,7 @@ public enum Components {
10555
10555
/// - security_and_analysis:
10556
10556
/// - 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.
10557
10557
public init(
10558
-
id: Swift.Int,
10558
+
id: Swift.Int64,
10559
10559
node_id: Swift.String,
10560
10560
name: Swift.String,
10561
10561
full_name: Swift.String,
@@ -15972,7 +15972,7 @@ public enum Components {
15972
15972
/// Unique identifier of the repository invitation.
15973
15973
///
15974
15974
/// - Remark: Generated from `#/components/schemas/repository-invitation/id`.
15975
-
public var id: Swift.Int
15975
+
public var id: Swift.Int64
15976
15976
/// - Remark: Generated from `#/components/schemas/repository-invitation/repository`.
15977
15977
public var repository: Components.Schemas.minimal_hyphen_repository
15978
15978
/// - Remark: Generated from `#/components/schemas/repository-invitation/invitee`.
0 commit comments