Skip to content

Commit 77a1df9

Browse files
Commit via running ake Sources/codespaces
1 parent 68827d2 commit 77a1df9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Sources/codespaces/Types.swift

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ public enum Components {
19481948
/// Unique identifier of the repository
19491949
///
19501950
/// - Remark: Generated from `#/components/schemas/repository/id`.
1951-
public var id: Swift.Int
1951+
public var id: Swift.Int64
19521952
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
19531953
public var node_id: Swift.String
19541954
/// The name of the repository.
@@ -2391,7 +2391,7 @@ public enum Components {
23912391
/// - starred_at:
23922392
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
23932393
public init(
2394-
id: Swift.Int,
2394+
id: Swift.Int64,
23952395
node_id: Swift.String,
23962396
name: Swift.String,
23972397
full_name: Swift.String,
@@ -2852,7 +2852,7 @@ public enum Components {
28522852
/// - Remark: Generated from `#/components/schemas/minimal-repository`.
28532853
public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
28542854
/// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
2855-
public var id: Swift.Int
2855+
public var id: Swift.Int64
28562856
/// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
28572857
public var node_id: Swift.String
28582858
/// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
@@ -3200,7 +3200,7 @@ public enum Components {
32003200
/// - web_commit_signoff_required:
32013201
/// - security_and_analysis:
32023202
public init(
3203-
id: Swift.Int,
3203+
id: Swift.Int64,
32043204
node_id: Swift.String,
32053205
name: Swift.String,
32063206
full_name: Swift.String,
@@ -3558,7 +3558,7 @@ public enum Components {
35583558
/// - Remark: Generated from `#/components/schemas/codespace`.
35593559
public struct codespace: Codable, Hashable, Sendable {
35603560
/// - Remark: Generated from `#/components/schemas/codespace/id`.
3561-
public var id: Swift.Int
3561+
public var id: Swift.Int64
35623562
/// Automatically generated name of this codespace.
35633563
///
35643564
/// - Remark: Generated from `#/components/schemas/codespace/name`.
@@ -3804,7 +3804,7 @@ public enum Components {
38043804
/// - retention_expires_at: When a codespace will be auto-deleted based on the "retention_period_minutes" and "last_used_at"
38053805
/// - last_known_stop_notice: The text to display to a user when a codespace has been stopped for a potentially actionable reason.
38063806
public init(
3807-
id: Swift.Int,
3807+
id: Swift.Int64,
38083808
name: Swift.String,
38093809
display_name: Swift.String? = nil,
38103810
environment_id: Swift.String? = nil,
@@ -4026,7 +4026,7 @@ public enum Components {
40264026
/// Unique identifier of the repository
40274027
///
40284028
/// - Remark: Generated from `#/components/schemas/nullable-repository/id`.
4029-
public var id: Swift.Int
4029+
public var id: Swift.Int64
40304030
/// - Remark: Generated from `#/components/schemas/nullable-repository/node_id`.
40314031
public var node_id: Swift.String
40324032
/// The name of the repository.
@@ -4469,7 +4469,7 @@ public enum Components {
44694469
/// - starred_at:
44704470
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
44714471
public init(
4472-
id: Swift.Int,
4472+
id: Swift.Int64,
44734473
node_id: Swift.String,
44744474
name: Swift.String,
44754475
full_name: Swift.String,
@@ -4801,7 +4801,7 @@ public enum Components {
48014801
/// - Remark: Generated from `#/components/schemas/full-repository`.
48024802
public struct full_hyphen_repository: Codable, Hashable, Sendable {
48034803
/// - Remark: Generated from `#/components/schemas/full-repository/id`.
4804-
public var id: Swift.Int
4804+
public var id: Swift.Int64
48054805
/// - Remark: Generated from `#/components/schemas/full-repository/node_id`.
48064806
public var node_id: Swift.String
48074807
/// - Remark: Generated from `#/components/schemas/full-repository/name`.
@@ -5250,7 +5250,7 @@ public enum Components {
52505250
/// - security_and_analysis:
52515251
/// - 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.
52525252
public init(
5253-
id: Swift.Int,
5253+
id: Swift.Int64,
52545254
node_id: Swift.String,
52555255
name: Swift.String,
52565256
full_name: Swift.String,
@@ -5857,7 +5857,7 @@ public enum Components {
58575857
/// - Remark: Generated from `#/components/schemas/codespace-with-full-repository`.
58585858
public struct codespace_hyphen_with_hyphen_full_hyphen_repository: Codable, Hashable, Sendable {
58595859
/// - Remark: Generated from `#/components/schemas/codespace-with-full-repository/id`.
5860-
public var id: Swift.Int
5860+
public var id: Swift.Int64
58615861
/// Automatically generated name of this codespace.
58625862
///
58635863
/// - Remark: Generated from `#/components/schemas/codespace-with-full-repository/name`.
@@ -6098,7 +6098,7 @@ public enum Components {
60986098
/// - retention_period_minutes: Duration in minutes after codespace has gone idle in which it will be deleted. Must be integer minutes between 0 and 43200 (30 days).
60996099
/// - retention_expires_at: When a codespace will be auto-deleted based on the "retention_period_minutes" and "last_used_at"
61006100
public init(
6101-
id: Swift.Int,
6101+
id: Swift.Int64,
61026102
name: Swift.String,
61036103
display_name: Swift.String? = nil,
61046104
environment_id: Swift.String? = nil,

0 commit comments

Comments
 (0)