Skip to content

Commit 5f7a067

Browse files
Merge pull request #46 from Wei18/dependabot/submodules/Submodule/github/rest-api-description-6c0baea
Bump Submodule/github/rest-api-description from `e5a5460` to `6c0baea`
2 parents 161253f + 76dd2da commit 5f7a067

File tree

21 files changed

+394
-1
lines changed

21 files changed

+394
-1
lines changed

Sources/actions/Client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5925,6 +5925,8 @@ public struct Client: APIProtocol {
59255925
///
59265926
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
59275927
///
5928+
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
5929+
///
59285930
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
59295931
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
59305932
public func actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo(_ input: Operations.actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo.Input) async throws -> Operations.actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo.Output {

Sources/actions/Types.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,8 @@ public protocol APIProtocol: Sendable {
880880
///
881881
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
882882
///
883+
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
884+
///
883885
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
884886
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
885887
func actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo(_ input: Operations.actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo.Input) async throws -> Operations.actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo.Output
@@ -2843,6 +2845,8 @@ extension APIProtocol {
28432845
///
28442846
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
28452847
///
2848+
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
2849+
///
28462850
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
28472851
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
28482852
public func actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo(
@@ -21159,6 +21163,8 @@ public enum Operations {
2115921163
///
2116021164
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
2116121165
///
21166+
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
21167+
///
2116221168
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
2116321169
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
2116421170
public enum actions_sol_list_hyphen_workflow_hyphen_runs_hyphen_for_hyphen_repo {

Sources/activity/Client.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ public struct Client: APIProtocol {
236236
}
237237
/// List public events for a network of repositories
238238
///
239+
///
240+
///
239241
/// - Remark: HTTP `GET /networks/{owner}/{repo}/events`.
240242
/// - Remark: Generated from `#/paths//networks/{owner}/{repo}/events/get(activity/list-public-events-for-repo-network)`.
241243
public func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network(_ input: Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network.Output {
@@ -1227,6 +1229,8 @@ public struct Client: APIProtocol {
12271229
}
12281230
/// List public organization events
12291231
///
1232+
///
1233+
///
12301234
/// - Remark: HTTP `GET /orgs/{org}/events`.
12311235
/// - Remark: Generated from `#/paths//orgs/{org}/events/get(activity/list-public-org-events)`.
12321236
public func activity_sol_list_hyphen_public_hyphen_org_hyphen_events(_ input: Operations.activity_sol_list_hyphen_public_hyphen_org_hyphen_events.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_org_hyphen_events.Output {
@@ -2765,6 +2769,8 @@ public struct Client: APIProtocol {
27652769
}
27662770
/// List public events for a user
27672771
///
2772+
///
2773+
///
27682774
/// - Remark: HTTP `GET /users/{username}/events/public`.
27692775
/// - Remark: Generated from `#/paths//users/{username}/events/public/get(activity/list-public-events-for-user)`.
27702776
public func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user(_ input: Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Output {
@@ -2919,6 +2925,8 @@ public struct Client: APIProtocol {
29192925
}
29202926
/// List public events received by a user
29212927
///
2928+
///
2929+
///
29222930
/// - Remark: HTTP `GET /users/{username}/received_events/public`.
29232931
/// - Remark: Generated from `#/paths//users/{username}/received_events/public/get(activity/list-received-public-events-for-user)`.
29242932
public func activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user(_ input: Operations.activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Output {

Sources/activity/Types.swift

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public protocol APIProtocol: Sendable {
3939
func activity_sol_get_hyphen_feeds(_ input: Operations.activity_sol_get_hyphen_feeds.Input) async throws -> Operations.activity_sol_get_hyphen_feeds.Output
4040
/// List public events for a network of repositories
4141
///
42+
///
43+
///
4244
/// - Remark: HTTP `GET /networks/{owner}/{repo}/events`.
4345
/// - Remark: Generated from `#/paths//networks/{owner}/{repo}/events/get(activity/list-public-events-for-repo-network)`.
4446
func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network(_ input: Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network.Output
@@ -106,6 +108,8 @@ public protocol APIProtocol: Sendable {
106108
func activity_sol_delete_hyphen_thread_hyphen_subscription(_ input: Operations.activity_sol_delete_hyphen_thread_hyphen_subscription.Input) async throws -> Operations.activity_sol_delete_hyphen_thread_hyphen_subscription.Output
107109
/// List public organization events
108110
///
111+
///
112+
///
109113
/// - Remark: HTTP `GET /orgs/{org}/events`.
110114
/// - Remark: Generated from `#/paths//orgs/{org}/events/get(activity/list-public-org-events)`.
111115
func activity_sol_list_hyphen_public_hyphen_org_hyphen_events(_ input: Operations.activity_sol_list_hyphen_public_hyphen_org_hyphen_events.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_org_hyphen_events.Output
@@ -225,6 +229,8 @@ public protocol APIProtocol: Sendable {
225229
func activity_sol_list_hyphen_org_hyphen_events_hyphen_for_hyphen_authenticated_hyphen_user(_ input: Operations.activity_sol_list_hyphen_org_hyphen_events_hyphen_for_hyphen_authenticated_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_org_hyphen_events_hyphen_for_hyphen_authenticated_hyphen_user.Output
226230
/// List public events for a user
227231
///
232+
///
233+
///
228234
/// - Remark: HTTP `GET /users/{username}/events/public`.
229235
/// - Remark: Generated from `#/paths//users/{username}/events/public/get(activity/list-public-events-for-user)`.
230236
func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user(_ input: Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Output
@@ -237,6 +243,8 @@ public protocol APIProtocol: Sendable {
237243
func activity_sol_list_hyphen_received_hyphen_events_hyphen_for_hyphen_user(_ input: Operations.activity_sol_list_hyphen_received_hyphen_events_hyphen_for_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_received_hyphen_events_hyphen_for_hyphen_user.Output
238244
/// List public events received by a user
239245
///
246+
///
247+
///
240248
/// - Remark: HTTP `GET /users/{username}/received_events/public`.
241249
/// - Remark: Generated from `#/paths//users/{username}/received_events/public/get(activity/list-received-public-events-for-user)`.
242250
func activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user(_ input: Operations.activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Output
@@ -300,6 +308,8 @@ extension APIProtocol {
300308
}
301309
/// List public events for a network of repositories
302310
///
311+
///
312+
///
303313
/// - Remark: HTTP `GET /networks/{owner}/{repo}/events`.
304314
/// - Remark: Generated from `#/paths//networks/{owner}/{repo}/events/get(activity/list-public-events-for-repo-network)`.
305315
public func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network(
@@ -437,6 +447,8 @@ extension APIProtocol {
437447
}
438448
/// List public organization events
439449
///
450+
///
451+
///
440452
/// - Remark: HTTP `GET /orgs/{org}/events`.
441453
/// - Remark: Generated from `#/paths//orgs/{org}/events/get(activity/list-public-org-events)`.
442454
public func activity_sol_list_hyphen_public_hyphen_org_hyphen_events(
@@ -696,6 +708,8 @@ extension APIProtocol {
696708
}
697709
/// List public events for a user
698710
///
711+
///
712+
///
699713
/// - Remark: HTTP `GET /users/{username}/events/public`.
700714
/// - Remark: Generated from `#/paths//users/{username}/events/public/get(activity/list-public-events-for-user)`.
701715
public func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user(
@@ -728,6 +742,8 @@ extension APIProtocol {
728742
}
729743
/// List public events received by a user
730744
///
745+
///
746+
///
731747
/// - Remark: HTTP `GET /users/{username}/received_events/public`.
732748
/// - Remark: Generated from `#/paths//users/{username}/received_events/public/get(activity/list-received-public-events-for-user)`.
733749
public func activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user(
@@ -4994,6 +5010,8 @@ public enum Operations {
49945010
}
49955011
/// List public events for a network of repositories
49965012
///
5013+
///
5014+
///
49975015
/// - Remark: HTTP `GET /networks/{owner}/{repo}/events`.
49985016
/// - Remark: Generated from `#/paths//networks/{owner}/{repo}/events/get(activity/list-public-events-for-repo-network)`.
49995017
public enum activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network {
@@ -6825,6 +6843,8 @@ public enum Operations {
68256843
}
68266844
/// List public organization events
68276845
///
6846+
///
6847+
///
68286848
/// - Remark: HTTP `GET /orgs/{org}/events`.
68296849
/// - Remark: Generated from `#/paths//orgs/{org}/events/get(activity/list-public-org-events)`.
68306850
public enum activity_sol_list_hyphen_public_hyphen_org_hyphen_events {
@@ -9972,6 +9992,8 @@ public enum Operations {
99729992
}
99739993
/// List public events for a user
99749994
///
9995+
///
9996+
///
99759997
/// - Remark: HTTP `GET /users/{username}/events/public`.
99769998
/// - Remark: Generated from `#/paths//users/{username}/events/public/get(activity/list-public-events-for-user)`.
99779999
public enum activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user {
@@ -10288,6 +10310,8 @@ public enum Operations {
1028810310
}
1028910311
/// List public events received by a user
1029010312
///
10313+
///
10314+
///
1029110315
/// - Remark: HTTP `GET /users/{username}/received_events/public`.
1029210316
/// - Remark: Generated from `#/paths//users/{username}/received_events/public/get(activity/list-received-public-events-for-user)`.
1029310317
public enum activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user {

Sources/gists/Client.swift

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,8 @@ public struct Client: APIProtocol {
821821
}
822822
/// Delete a gist
823823
///
824+
///
825+
///
824826
/// - Remark: HTTP `DELETE /gists/{gist_id}`.
825827
/// - Remark: Generated from `#/paths//gists/{gist_id}/delete(gists/delete)`.
826828
public func gists_sol_delete(_ input: Operations.gists_sol_delete.Input) async throws -> Operations.gists_sol_delete.Output {
@@ -1395,6 +1397,8 @@ public struct Client: APIProtocol {
13951397
}
13961398
/// Delete a gist comment
13971399
///
1400+
///
1401+
///
13981402
/// - Remark: HTTP `DELETE /gists/{gist_id}/comments/{comment_id}`.
13991403
/// - Remark: Generated from `#/paths//gists/{gist_id}/comments/{comment_id}/delete(gists/delete-comment)`.
14001404
public func gists_sol_delete_hyphen_comment(_ input: Operations.gists_sol_delete_hyphen_comment.Input) async throws -> Operations.gists_sol_delete_hyphen_comment.Output {
@@ -1484,6 +1488,8 @@ public struct Client: APIProtocol {
14841488
}
14851489
/// List gist commits
14861490
///
1491+
///
1492+
///
14871493
/// - Remark: HTTP `GET /gists/{gist_id}/commits`.
14881494
/// - Remark: Generated from `#/paths//gists/{gist_id}/commits/get(gists/list-commits)`.
14891495
public func gists_sol_list_hyphen_commits(_ input: Operations.gists_sol_list_hyphen_commits.Input) async throws -> Operations.gists_sol_list_hyphen_commits.Output {
@@ -1614,6 +1620,8 @@ public struct Client: APIProtocol {
16141620
}
16151621
/// List gist forks
16161622
///
1623+
///
1624+
///
16171625
/// - Remark: HTTP `GET /gists/{gist_id}/forks`.
16181626
/// - Remark: Generated from `#/paths//gists/{gist_id}/forks/get(gists/list-forks)`.
16191627
public func gists_sol_list_hyphen_forks(_ input: Operations.gists_sol_list_hyphen_forks.Input) async throws -> Operations.gists_sol_list_hyphen_forks.Output {
@@ -1744,6 +1752,8 @@ public struct Client: APIProtocol {
17441752
}
17451753
/// Fork a gist
17461754
///
1755+
///
1756+
///
17471757
/// - Remark: HTTP `POST /gists/{gist_id}/forks`.
17481758
/// - Remark: Generated from `#/paths//gists/{gist_id}/forks/post(gists/fork)`.
17491759
public func gists_sol_fork(_ input: Operations.gists_sol_fork.Input) async throws -> Operations.gists_sol_fork.Output {
@@ -1882,6 +1892,8 @@ public struct Client: APIProtocol {
18821892
}
18831893
/// Check if a gist is starred
18841894
///
1895+
///
1896+
///
18851897
/// - Remark: HTTP `GET /gists/{gist_id}/star`.
18861898
/// - Remark: Generated from `#/paths//gists/{gist_id}/star/get(gists/check-is-starred)`.
18871899
public func gists_sol_check_hyphen_is_hyphen_starred(_ input: Operations.gists_sol_check_hyphen_is_hyphen_starred.Input) async throws -> Operations.gists_sol_check_hyphen_is_hyphen_starred.Output {
@@ -2060,6 +2072,8 @@ public struct Client: APIProtocol {
20602072
}
20612073
/// Unstar a gist
20622074
///
2075+
///
2076+
///
20632077
/// - Remark: HTTP `DELETE /gists/{gist_id}/star`.
20642078
/// - Remark: Generated from `#/paths//gists/{gist_id}/star/delete(gists/unstar)`.
20652079
public func gists_sol_unstar(_ input: Operations.gists_sol_unstar.Input) async throws -> Operations.gists_sol_unstar.Output {

0 commit comments

Comments
 (0)