Skip to content

Commit 9358afb

Browse files
Commit via running ake Sources/repos
1 parent 63ef503 commit 9358afb

File tree

2 files changed

+144
-0
lines changed

2 files changed

+144
-0
lines changed

Sources/repos/Client.swift

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,6 +2141,8 @@ public struct Client: APIProtocol {
21412141
}
21422142
/// List branches
21432143
///
2144+
///
2145+
///
21442146
/// - Remark: HTTP `GET /repos/{owner}/{repo}/branches`.
21452147
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/branches/get(repos/list-branches)`.
21462148
public func repos_sol_list_hyphen_branches(_ input: Operations.repos_sol_list_hyphen_branches.Input) async throws -> Operations.repos_sol_list_hyphen_branches.Output {
@@ -2255,6 +2257,8 @@ public struct Client: APIProtocol {
22552257
}
22562258
/// Get a branch
22572259
///
2260+
///
2261+
///
22582262
/// - Remark: HTTP `GET /repos/{owner}/{repo}/branches/{branch}`.
22592263
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/branches/{branch}/get(repos/get-branch)`.
22602264
public func repos_sol_get_hyphen_branch(_ input: Operations.repos_sol_get_hyphen_branch.Input) async throws -> Operations.repos_sol_get_hyphen_branch.Output {
@@ -6457,6 +6461,8 @@ public struct Client: APIProtocol {
64576461
}
64586462
/// Delete a commit comment
64596463
///
6464+
///
6465+
///
64606466
/// - Remark: HTTP `DELETE /repos/{owner}/{repo}/comments/{comment_id}`.
64616467
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/comments/{comment_id}/delete(repos/delete-commit-comment)`.
64626468
public func repos_sol_delete_hyphen_commit_hyphen_comment(_ input: Operations.repos_sol_delete_hyphen_commit_hyphen_comment.Input) async throws -> Operations.repos_sol_delete_hyphen_commit_hyphen_comment.Output {
@@ -8863,6 +8869,8 @@ public struct Client: APIProtocol {
88638869
}
88648870
/// Get a deployment
88658871
///
8872+
///
8873+
///
88668874
/// - Remark: HTTP `GET /repos/{owner}/{repo}/deployments/{deployment_id}`.
88678875
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/deployments/{deployment_id}/get(repos/get-deployment)`.
88688876
public func repos_sol_get_hyphen_deployment(_ input: Operations.repos_sol_get_hyphen_deployment.Input) async throws -> Operations.repos_sol_get_hyphen_deployment.Output {
@@ -10472,6 +10480,8 @@ public struct Client: APIProtocol {
1047210480
}
1047310481
/// List forks
1047410482
///
10483+
///
10484+
///
1047510485
/// - Remark: HTTP `GET /repos/{owner}/{repo}/forks`.
1047610486
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/forks/get(repos/list-forks)`.
1047710487
public func repos_sol_list_hyphen_forks(_ input: Operations.repos_sol_list_hyphen_forks.Input) async throws -> Operations.repos_sol_list_hyphen_forks.Output {
@@ -11239,6 +11249,8 @@ public struct Client: APIProtocol {
1123911249
}
1124011250
/// Delete a repository webhook
1124111251
///
11252+
///
11253+
///
1124211254
/// - Remark: HTTP `DELETE /repos/{owner}/{repo}/hooks/{hook_id}`.
1124311255
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/hooks/{hook_id}/delete(repos/delete-webhook)`.
1124411256
public func repos_sol_delete_hyphen_webhook(_ input: Operations.repos_sol_delete_hyphen_webhook.Input) async throws -> Operations.repos_sol_delete_hyphen_webhook.Output {
@@ -12057,6 +12069,8 @@ public struct Client: APIProtocol {
1205712069
}
1205812070
/// Update a repository invitation
1205912071
///
12072+
///
12073+
///
1206012074
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/invitations/{invitation_id}`.
1206112075
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/invitations/{invitation_id}/patch(repos/update-invitation)`.
1206212076
public func repos_sol_update_hyphen_invitation(_ input: Operations.repos_sol_update_hyphen_invitation.Input) async throws -> Operations.repos_sol_update_hyphen_invitation.Output {
@@ -12132,6 +12146,8 @@ public struct Client: APIProtocol {
1213212146
}
1213312147
/// Delete a repository invitation
1213412148
///
12149+
///
12150+
///
1213512151
/// - Remark: HTTP `DELETE /repos/{owner}/{repo}/invitations/{invitation_id}`.
1213612152
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/invitations/{invitation_id}/delete(repos/delete-invitation)`.
1213712153
public func repos_sol_delete_hyphen_invitation(_ input: Operations.repos_sol_delete_hyphen_invitation.Input) async throws -> Operations.repos_sol_delete_hyphen_invitation.Output {
@@ -12172,6 +12188,8 @@ public struct Client: APIProtocol {
1217212188
}
1217312189
/// List deploy keys
1217412190
///
12191+
///
12192+
///
1217512193
/// - Remark: HTTP `GET /repos/{owner}/{repo}/keys`.
1217612194
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/keys/get(repos/list-deploy-keys)`.
1217712195
public func repos_sol_list_hyphen_deploy_hyphen_keys(_ input: Operations.repos_sol_list_hyphen_deploy_hyphen_keys.Input) async throws -> Operations.repos_sol_list_hyphen_deploy_hyphen_keys.Output {
@@ -12361,6 +12379,8 @@ public struct Client: APIProtocol {
1236112379
}
1236212380
/// Get a deploy key
1236312381
///
12382+
///
12383+
///
1236412384
/// - Remark: HTTP `GET /repos/{owner}/{repo}/keys/{key_id}`.
1236512385
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/keys/{key_id}/get(repos/get-deploy-key)`.
1236612386
public func repos_sol_get_hyphen_deploy_hyphen_key(_ input: Operations.repos_sol_get_hyphen_deploy_hyphen_key.Input) async throws -> Operations.repos_sol_get_hyphen_deploy_hyphen_key.Output {
@@ -12632,6 +12652,8 @@ public struct Client: APIProtocol {
1263212652
}
1263312653
/// Merge a branch
1263412654
///
12655+
///
12656+
///
1263512657
/// - Remark: HTTP `POST /repos/{owner}/{repo}/merges`.
1263612658
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/merges/post(repos/merge)`.
1263712659
public func repos_sol_merge(_ input: Operations.repos_sol_merge.Input) async throws -> Operations.repos_sol_merge.Output {
@@ -15064,6 +15086,8 @@ public struct Client: APIProtocol {
1506415086
}
1506515087
/// Delete a release asset
1506615088
///
15089+
///
15090+
///
1506715091
/// - Remark: HTTP `DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}`.
1506815092
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/releases/assets/{asset_id}/delete(repos/delete-release-asset)`.
1506915093
public func repos_sol_delete_hyphen_release_hyphen_asset(_ input: Operations.repos_sol_delete_hyphen_release_hyphen_asset.Input) async throws -> Operations.repos_sol_delete_hyphen_release_hyphen_asset.Output {
@@ -15568,6 +15592,8 @@ public struct Client: APIProtocol {
1556815592
}
1556915593
/// List release assets
1557015594
///
15595+
///
15596+
///
1557115597
/// - Remark: HTTP `GET /repos/{owner}/{repo}/releases/{release_id}/assets`.
1557215598
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/releases/{release_id}/assets/get(repos/list-release-assets)`.
1557315599
public func repos_sol_list_hyphen_release_hyphen_assets(_ input: Operations.repos_sol_list_hyphen_release_hyphen_assets.Input) async throws -> Operations.repos_sol_list_hyphen_release_hyphen_assets.Output {
@@ -17218,6 +17244,8 @@ public struct Client: APIProtocol {
1721817244
}
1721917245
/// List repository tags
1722017246
///
17247+
///
17248+
///
1722117249
/// - Remark: HTTP `GET /repos/{owner}/{repo}/tags`.
1722217250
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/tags/get(repos/list-tags)`.
1722317251
public func repos_sol_list_hyphen_tags(_ input: Operations.repos_sol_list_hyphen_tags.Input) async throws -> Operations.repos_sol_list_hyphen_tags.Output {
@@ -17787,6 +17815,8 @@ public struct Client: APIProtocol {
1778717815
}
1778817816
/// Get all repository topics
1778917817
///
17818+
///
17819+
///
1779017820
/// - Remark: HTTP `GET /repos/{owner}/{repo}/topics`.
1779117821
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/topics/get(repos/get-all-topics)`.
1779217822
public func repos_sol_get_hyphen_all_hyphen_topics(_ input: Operations.repos_sol_get_hyphen_all_hyphen_topics.Input) async throws -> Operations.repos_sol_get_hyphen_all_hyphen_topics.Output {
@@ -17886,6 +17916,8 @@ public struct Client: APIProtocol {
1788617916
}
1788717917
/// Replace all repository topics
1788817918
///
17919+
///
17920+
///
1788917921
/// - Remark: HTTP `PUT /repos/{owner}/{repo}/topics`.
1789017922
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/topics/put(repos/replace-all-topics)`.
1789117923
public func repos_sol_replace_hyphen_all_hyphen_topics(_ input: Operations.repos_sol_replace_hyphen_all_hyphen_topics.Input) async throws -> Operations.repos_sol_replace_hyphen_all_hyphen_topics.Output {
@@ -19354,6 +19386,8 @@ public struct Client: APIProtocol {
1935419386
}
1935519387
/// Accept a repository invitation
1935619388
///
19389+
///
19390+
///
1935719391
/// - Remark: HTTP `PATCH /user/repository_invitations/{invitation_id}`.
1935819392
/// - Remark: Generated from `#/paths//user/repository_invitations/{invitation_id}/patch(repos/accept-invitation-for-authenticated-user)`.
1935919393
public func repos_sol_accept_hyphen_invitation_hyphen_for_hyphen_authenticated_hyphen_user(_ input: Operations.repos_sol_accept_hyphen_invitation_hyphen_for_hyphen_authenticated_hyphen_user.Input) async throws -> Operations.repos_sol_accept_hyphen_invitation_hyphen_for_hyphen_authenticated_hyphen_user.Output {
@@ -19464,6 +19498,8 @@ public struct Client: APIProtocol {
1946419498
}
1946519499
/// Decline a repository invitation
1946619500
///
19501+
///
19502+
///
1946719503
/// - Remark: HTTP `DELETE /user/repository_invitations/{invitation_id}`.
1946819504
/// - Remark: Generated from `#/paths//user/repository_invitations/{invitation_id}/delete(repos/decline-invitation-for-authenticated-user)`.
1946919505
public func repos_sol_decline_hyphen_invitation_hyphen_for_hyphen_authenticated_hyphen_user(_ input: Operations.repos_sol_decline_hyphen_invitation_hyphen_for_hyphen_authenticated_hyphen_user.Input) async throws -> Operations.repos_sol_decline_hyphen_invitation_hyphen_for_hyphen_authenticated_hyphen_user.Output {

0 commit comments

Comments
 (0)