Skip to content

Commit 024bb51

Browse files
committed
[Make] Sync *.swift
1 parent 6a62a36 commit 024bb51

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

Sources/codespaces/Types.swift

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -7759,11 +7759,11 @@ public enum Components {
77597759
}
77607760
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
77617761
public enum Parameters {
7762-
/// The number of results per page (max 100).
7762+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
77637763
///
77647764
/// - Remark: Generated from `#/components/parameters/per-page`.
77657765
public typealias per_hyphen_page = Swift.Int
7766-
/// Page number of the results to fetch.
7766+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
77677767
///
77687768
/// - Remark: Generated from `#/components/parameters/page`.
77697769
public typealias page = Swift.Int
@@ -8155,19 +8155,19 @@ public enum Operations {
81558155
public var path: Operations.codespaces_sol_list_hyphen_in_hyphen_organization.Input.Path
81568156
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/GET/query`.
81578157
public struct Query: Sendable, Hashable {
8158-
/// The number of results per page (max 100).
8158+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
81598159
///
81608160
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/GET/query/per_page`.
81618161
public var per_page: Components.Parameters.per_hyphen_page?
8162-
/// Page number of the results to fetch.
8162+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
81638163
///
81648164
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/GET/query/page`.
81658165
public var page: Components.Parameters.page?
81668166
/// Creates a new `Query`.
81678167
///
81688168
/// - Parameters:
8169-
/// - per_page: The number of results per page (max 100).
8170-
/// - page: Page number of the results to fetch.
8169+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
8170+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
81718171
public init(
81728172
per_page: Components.Parameters.per_hyphen_page? = nil,
81738173
page: Components.Parameters.page? = nil
@@ -9242,19 +9242,19 @@ public enum Operations {
92429242
public var path: Operations.codespaces_sol_list_hyphen_org_hyphen_secrets.Input.Path
92439243
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/GET/query`.
92449244
public struct Query: Sendable, Hashable {
9245-
/// The number of results per page (max 100).
9245+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
92469246
///
92479247
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/GET/query/per_page`.
92489248
public var per_page: Components.Parameters.per_hyphen_page?
9249-
/// Page number of the results to fetch.
9249+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
92509250
///
92519251
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/GET/query/page`.
92529252
public var page: Components.Parameters.page?
92539253
/// Creates a new `Query`.
92549254
///
92559255
/// - Parameters:
9256-
/// - per_page: The number of results per page (max 100).
9257-
/// - page: Page number of the results to fetch.
9256+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
9257+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
92589258
public init(
92599259
per_page: Components.Parameters.per_hyphen_page? = nil,
92609260
page: Components.Parameters.page? = nil
@@ -10163,19 +10163,19 @@ public enum Operations {
1016310163
public var path: Operations.codespaces_sol_list_hyphen_selected_hyphen_repos_hyphen_for_hyphen_org_hyphen_secret.Input.Path
1016410164
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/{secret_name}/repositories/GET/query`.
1016510165
public struct Query: Sendable, Hashable {
10166-
/// Page number of the results to fetch.
10166+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1016710167
///
1016810168
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/{secret_name}/repositories/GET/query/page`.
1016910169
public var page: Components.Parameters.page?
10170-
/// The number of results per page (max 100).
10170+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1017110171
///
1017210172
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/{secret_name}/repositories/GET/query/per_page`.
1017310173
public var per_page: Components.Parameters.per_hyphen_page?
1017410174
/// Creates a new `Query`.
1017510175
///
1017610176
/// - Parameters:
10177-
/// - page: Page number of the results to fetch.
10178-
/// - per_page: The number of results per page (max 100).
10177+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
10178+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1017910179
public init(
1018010180
page: Components.Parameters.page? = nil,
1018110181
per_page: Components.Parameters.per_hyphen_page? = nil
@@ -10962,19 +10962,19 @@ public enum Operations {
1096210962
public var path: Operations.codespaces_sol_get_hyphen_codespaces_hyphen_for_hyphen_user_hyphen_in_hyphen_org.Input.Path
1096310963
/// - Remark: Generated from `#/paths/orgs/{org}/members/{username}/codespaces/GET/query`.
1096410964
public struct Query: Sendable, Hashable {
10965-
/// The number of results per page (max 100).
10965+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1096610966
///
1096710967
/// - Remark: Generated from `#/paths/orgs/{org}/members/{username}/codespaces/GET/query/per_page`.
1096810968
public var per_page: Components.Parameters.per_hyphen_page?
10969-
/// Page number of the results to fetch.
10969+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1097010970
///
1097110971
/// - Remark: Generated from `#/paths/orgs/{org}/members/{username}/codespaces/GET/query/page`.
1097210972
public var page: Components.Parameters.page?
1097310973
/// Creates a new `Query`.
1097410974
///
1097510975
/// - Parameters:
10976-
/// - per_page: The number of results per page (max 100).
10977-
/// - page: Page number of the results to fetch.
10976+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
10977+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1097810978
public init(
1097910979
per_page: Components.Parameters.per_hyphen_page? = nil,
1098010980
page: Components.Parameters.page? = nil
@@ -11780,19 +11780,19 @@ public enum Operations {
1178011780
public var path: Operations.codespaces_sol_list_hyphen_in_hyphen_repository_hyphen_for_hyphen_authenticated_hyphen_user.Input.Path
1178111781
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/GET/query`.
1178211782
public struct Query: Sendable, Hashable {
11783-
/// The number of results per page (max 100).
11783+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1178411784
///
1178511785
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/GET/query/per_page`.
1178611786
public var per_page: Components.Parameters.per_hyphen_page?
11787-
/// Page number of the results to fetch.
11787+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1178811788
///
1178911789
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/GET/query/page`.
1179011790
public var page: Components.Parameters.page?
1179111791
/// Creates a new `Query`.
1179211792
///
1179311793
/// - Parameters:
11794-
/// - per_page: The number of results per page (max 100).
11795-
/// - page: Page number of the results to fetch.
11794+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
11795+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1179611796
public init(
1179711797
per_page: Components.Parameters.per_hyphen_page? = nil,
1179811798
page: Components.Parameters.page? = nil
@@ -12502,19 +12502,19 @@ public enum Operations {
1250212502
public var path: Operations.codespaces_sol_list_hyphen_devcontainers_hyphen_in_hyphen_repository_hyphen_for_hyphen_authenticated_hyphen_user.Input.Path
1250312503
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/devcontainers/GET/query`.
1250412504
public struct Query: Sendable, Hashable {
12505-
/// The number of results per page (max 100).
12505+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1250612506
///
1250712507
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/devcontainers/GET/query/per_page`.
1250812508
public var per_page: Components.Parameters.per_hyphen_page?
12509-
/// Page number of the results to fetch.
12509+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1251012510
///
1251112511
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/devcontainers/GET/query/page`.
1251212512
public var page: Components.Parameters.page?
1251312513
/// Creates a new `Query`.
1251412514
///
1251512515
/// - Parameters:
12516-
/// - per_page: The number of results per page (max 100).
12517-
/// - page: Page number of the results to fetch.
12516+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
12517+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1251812518
public init(
1251912519
per_page: Components.Parameters.per_hyphen_page? = nil,
1252012520
page: Components.Parameters.page? = nil
@@ -13736,19 +13736,19 @@ public enum Operations {
1373613736
public var path: Operations.codespaces_sol_list_hyphen_repo_hyphen_secrets.Input.Path
1373713737
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/secrets/GET/query`.
1373813738
public struct Query: Sendable, Hashable {
13739-
/// The number of results per page (max 100).
13739+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1374013740
///
1374113741
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/secrets/GET/query/per_page`.
1374213742
public var per_page: Components.Parameters.per_hyphen_page?
13743-
/// Page number of the results to fetch.
13743+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1374413744
///
1374513745
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/secrets/GET/query/page`.
1374613746
public var page: Components.Parameters.page?
1374713747
/// Creates a new `Query`.
1374813748
///
1374913749
/// - Parameters:
13750-
/// - per_page: The number of results per page (max 100).
13751-
/// - page: Page number of the results to fetch.
13750+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
13751+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1375213752
public init(
1375313753
per_page: Components.Parameters.per_hyphen_page? = nil,
1375413754
page: Components.Parameters.page? = nil
@@ -14917,11 +14917,11 @@ public enum Operations {
1491714917
public struct Input: Sendable, Hashable {
1491814918
/// - Remark: Generated from `#/paths/user/codespaces/GET/query`.
1491914919
public struct Query: Sendable, Hashable {
14920-
/// The number of results per page (max 100).
14920+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1492114921
///
1492214922
/// - Remark: Generated from `#/paths/user/codespaces/GET/query/per_page`.
1492314923
public var per_page: Components.Parameters.per_hyphen_page?
14924-
/// Page number of the results to fetch.
14924+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1492514925
///
1492614926
/// - Remark: Generated from `#/paths/user/codespaces/GET/query/page`.
1492714927
public var page: Components.Parameters.page?
@@ -14932,8 +14932,8 @@ public enum Operations {
1493214932
/// Creates a new `Query`.
1493314933
///
1493414934
/// - Parameters:
14935-
/// - per_page: The number of results per page (max 100).
14936-
/// - page: Page number of the results to fetch.
14935+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
14936+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1493714937
/// - repository_id: ID of the Repository to filter on
1493814938
public init(
1493914939
per_page: Components.Parameters.per_hyphen_page? = nil,
@@ -15736,19 +15736,19 @@ public enum Operations {
1573615736
public struct Input: Sendable, Hashable {
1573715737
/// - Remark: Generated from `#/paths/user/codespaces/secrets/GET/query`.
1573815738
public struct Query: Sendable, Hashable {
15739-
/// The number of results per page (max 100).
15739+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1574015740
///
1574115741
/// - Remark: Generated from `#/paths/user/codespaces/secrets/GET/query/per_page`.
1574215742
public var per_page: Components.Parameters.per_hyphen_page?
15743-
/// Page number of the results to fetch.
15743+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1574415744
///
1574515745
/// - Remark: Generated from `#/paths/user/codespaces/secrets/GET/query/page`.
1574615746
public var page: Components.Parameters.page?
1574715747
/// Creates a new `Query`.
1574815748
///
1574915749
/// - Parameters:
15750-
/// - per_page: The number of results per page (max 100).
15751-
/// - page: Page number of the results to fetch.
15750+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
15751+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
1575215752
public init(
1575315753
per_page: Components.Parameters.per_hyphen_page? = nil,
1575415754
page: Components.Parameters.page? = nil

0 commit comments

Comments
 (0)