Skip to content

Commit 958975a

Browse files
Merge pull request #60 from Wei18/dependabot/submodules/Submodule/github/rest-api-description-5af586d
Bump Submodule/github/rest-api-description from `d2303fd` to `5af586d`
2 parents 6964a64 + 1e2701f commit 958975a

File tree

26 files changed

+479
-139
lines changed

26 files changed

+479
-139
lines changed

Sources/actions/Types.swift

+14-14
Original file line numberDiff line numberDiff line change
@@ -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,

Sources/activity/Types.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ public enum Components {
822822
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
823823
public var login: Swift.String
824824
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
825-
public var id: Swift.Int
825+
public var id: Swift.Int64
826826
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
827827
public var node_id: Swift.String
828828
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -885,7 +885,7 @@ public enum Components {
885885
name: Swift.String? = nil,
886886
email: Swift.String? = nil,
887887
login: Swift.String,
888-
id: Swift.Int,
888+
id: Swift.Int64,
889889
node_id: Swift.String,
890890
avatar_url: Swift.String,
891891
gravatar_id: Swift.String? = nil,
@@ -998,7 +998,7 @@ public enum Components {
998998
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
999999
public var login: Swift.String
10001000
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
1001-
public var id: Swift.Int
1001+
public var id: Swift.Int64
10021002
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
10031003
public var node_id: Swift.String
10041004
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -1061,7 +1061,7 @@ public enum Components {
10611061
name: Swift.String? = nil,
10621062
email: Swift.String? = nil,
10631063
login: Swift.String,
1064-
id: Swift.Int,
1064+
id: Swift.Int64,
10651065
node_id: Swift.String,
10661066
avatar_url: Swift.String,
10671067
gravatar_id: Swift.String? = nil,

Sources/apps/Types.swift

+6-6
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ public enum Components {
990990
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
991991
public var login: Swift.String
992992
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
993-
public var id: Swift.Int
993+
public var id: Swift.Int64
994994
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
995995
public var node_id: Swift.String
996996
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -1053,7 +1053,7 @@ public enum Components {
10531053
name: Swift.String? = nil,
10541054
email: Swift.String? = nil,
10551055
login: Swift.String,
1056-
id: Swift.Int,
1056+
id: Swift.Int64,
10571057
node_id: Swift.String,
10581058
avatar_url: Swift.String,
10591059
gravatar_id: Swift.String? = nil,
@@ -1197,7 +1197,7 @@ public enum Components {
11971197
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
11981198
public var login: Swift.String
11991199
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
1200-
public var id: Swift.Int
1200+
public var id: Swift.Int64
12011201
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
12021202
public var node_id: Swift.String
12031203
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -1260,7 +1260,7 @@ public enum Components {
12601260
name: Swift.String? = nil,
12611261
email: Swift.String? = nil,
12621262
login: Swift.String,
1263-
id: Swift.Int,
1263+
id: Swift.Int64,
12641264
node_id: Swift.String,
12651265
avatar_url: Swift.String,
12661266
gravatar_id: Swift.String? = nil,
@@ -4183,7 +4183,7 @@ public enum Components {
41834183
/// - Remark: Generated from `#/components/schemas/authorization`.
41844184
public struct authorization: Codable, Hashable, Sendable {
41854185
/// - Remark: Generated from `#/components/schemas/authorization/id`.
4186-
public var id: Swift.Int
4186+
public var id: Swift.Int64
41874187
/// - Remark: Generated from `#/components/schemas/authorization/url`.
41884188
public var url: Swift.String
41894189
/// A list of scopes that this authorization is in.
@@ -4262,7 +4262,7 @@ public enum Components {
42624262
/// - installation:
42634263
/// - expires_at:
42644264
public init(
4265-
id: Swift.Int,
4265+
id: Swift.Int64,
42664266
url: Swift.String,
42674267
scopes: [Swift.String]? = nil,
42684268
token: Swift.String,

Sources/checks/Types.swift

+10-10
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public enum Components {
412412
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
413413
public var login: Swift.String
414414
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
415-
public var id: Swift.Int
415+
public var id: Swift.Int64
416416
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
417417
public var node_id: Swift.String
418418
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -475,7 +475,7 @@ public enum Components {
475475
name: Swift.String? = nil,
476476
email: Swift.String? = nil,
477477
login: Swift.String,
478-
id: Swift.Int,
478+
id: Swift.Int64,
479479
node_id: Swift.String,
480480
avatar_url: Swift.String,
481481
gravatar_id: Swift.String? = nil,
@@ -588,7 +588,7 @@ public enum Components {
588588
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
589589
public var login: Swift.String
590590
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
591-
public var id: Swift.Int
591+
public var id: Swift.Int64
592592
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
593593
public var node_id: Swift.String
594594
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -651,7 +651,7 @@ public enum Components {
651651
name: Swift.String? = nil,
652652
email: Swift.String? = nil,
653653
login: Swift.String,
654-
id: Swift.Int,
654+
id: Swift.Int64,
655655
node_id: Swift.String,
656656
avatar_url: Swift.String,
657657
gravatar_id: Swift.String? = nil,
@@ -1743,7 +1743,7 @@ public enum Components {
17431743
/// - Remark: Generated from `#/components/schemas/pull-request-minimal`.
17441744
public struct pull_hyphen_request_hyphen_minimal: Codable, Hashable, Sendable {
17451745
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/id`.
1746-
public var id: Swift.Int
1746+
public var id: Swift.Int64
17471747
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/number`.
17481748
public var number: Swift.Int
17491749
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/url`.
@@ -1757,7 +1757,7 @@ public enum Components {
17571757
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo`.
17581758
public struct repoPayload: Codable, Hashable, Sendable {
17591759
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/id`.
1760-
public var id: Swift.Int
1760+
public var id: Swift.Int64
17611761
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/url`.
17621762
public var url: Swift.String
17631763
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/name`.
@@ -1769,7 +1769,7 @@ public enum Components {
17691769
/// - url:
17701770
/// - name:
17711771
public init(
1772-
id: Swift.Int,
1772+
id: Swift.Int64,
17731773
url: Swift.String,
17741774
name: Swift.String
17751775
) {
@@ -1817,7 +1817,7 @@ public enum Components {
18171817
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo`.
18181818
public struct repoPayload: Codable, Hashable, Sendable {
18191819
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/id`.
1820-
public var id: Swift.Int
1820+
public var id: Swift.Int64
18211821
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/url`.
18221822
public var url: Swift.String
18231823
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/name`.
@@ -1829,7 +1829,7 @@ public enum Components {
18291829
/// - url:
18301830
/// - name:
18311831
public init(
1832-
id: Swift.Int,
1832+
id: Swift.Int64,
18331833
url: Swift.String,
18341834
name: Swift.String
18351835
) {
@@ -1877,7 +1877,7 @@ public enum Components {
18771877
/// - head:
18781878
/// - base:
18791879
public init(
1880-
id: Swift.Int,
1880+
id: Swift.Int64,
18811881
number: Swift.Int,
18821882
url: Swift.String,
18831883
head: Components.Schemas.pull_hyphen_request_hyphen_minimal.headPayload,

Sources/code-scanning/Types.swift

+4-5
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ public enum Components {
768768
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
769769
public var login: Swift.String
770770
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
771-
public var id: Swift.Int
771+
public var id: Swift.Int64
772772
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
773773
public var node_id: Swift.String
774774
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -831,7 +831,7 @@ public enum Components {
831831
name: Swift.String? = nil,
832832
email: Swift.String? = nil,
833833
login: Swift.String,
834-
id: Swift.Int,
834+
id: Swift.Int64,
835835
node_id: Swift.String,
836836
avatar_url: Swift.String,
837837
gravatar_id: Swift.String? = nil,
@@ -944,7 +944,7 @@ public enum Components {
944944
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
945945
public var login: Swift.String
946946
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
947-
public var id: Swift.Int
947+
public var id: Swift.Int64
948948
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
949949
public var node_id: Swift.String
950950
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -1007,7 +1007,7 @@ public enum Components {
10071007
name: Swift.String? = nil,
10081008
email: Swift.String? = nil,
10091009
login: Swift.String,
1010-
id: Swift.Int,
1010+
id: Swift.Int64,
10111011
node_id: Swift.String,
10121012
avatar_url: Swift.String,
10131013
gravatar_id: Swift.String? = nil,
@@ -1583,7 +1583,6 @@ public enum Components {
15831583
///
15841584
/// - Remark: Generated from `#/components/schemas/code-scanning-alert-dismissed-reason`.
15851585
@frozen public enum code_hyphen_scanning_hyphen_alert_hyphen_dismissed_hyphen_reason: String, Codable, Hashable, Sendable {
1586-
case _empty = ""
15871586
case false_space_positive = "false positive"
15881587
case won_apos_t_space_fix = "won't fix"
15891588
case used_space_in_space_tests = "used in tests"

Sources/code-security/Types.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public enum Components {
336336
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
337337
public var login: Swift.String
338338
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
339-
public var id: Swift.Int
339+
public var id: Swift.Int64
340340
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
341341
public var node_id: Swift.String
342342
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -399,7 +399,7 @@ public enum Components {
399399
name: Swift.String? = nil,
400400
email: Swift.String? = nil,
401401
login: Swift.String,
402-
id: Swift.Int,
402+
id: Swift.Int64,
403403
node_id: Swift.String,
404404
avatar_url: Swift.String,
405405
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)