Skip to content

Commit 92ea3f4

Browse files
committed
[Make] Sync *.swift
1 parent edc9ff0 commit 92ea3f4

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

Sources/packages/Types.swift

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,11 +2172,11 @@ public enum Components {
21722172
}
21732173
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
21742174
public enum Parameters {
2175-
/// The number of results per page (max 100).
2175+
/// 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)."
21762176
///
21772177
/// - Remark: Generated from `#/components/parameters/per-page`.
21782178
public typealias per_hyphen_page = Swift.Int
2179-
/// Page number of the results to fetch.
2179+
/// 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)."
21802180
///
21812181
/// - Remark: Generated from `#/components/parameters/page`.
21822182
public typealias page = Swift.Int
@@ -2551,11 +2551,11 @@ public enum Operations {
25512551
///
25522552
/// - Remark: Generated from `#/paths/orgs/{org}/packages/GET/query/visibility`.
25532553
public var visibility: Components.Parameters.package_hyphen_visibility?
2554-
/// Page number of the results to fetch.
2554+
/// 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)."
25552555
///
25562556
/// - Remark: Generated from `#/paths/orgs/{org}/packages/GET/query/page`.
25572557
public var page: Swift.Int?
2558-
/// The number of results per page (max 100).
2558+
/// 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)."
25592559
///
25602560
/// - Remark: Generated from `#/paths/orgs/{org}/packages/GET/query/per_page`.
25612561
public var per_page: Swift.Int?
@@ -2564,8 +2564,8 @@ public enum Operations {
25642564
/// - Parameters:
25652565
/// - package_type: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
25662566
/// - visibility: The selected visibility of the packages. This parameter is optional and only filters an existing result set.
2567-
/// - page: Page number of the results to fetch.
2568-
/// - per_page: The number of results per page (max 100).
2567+
/// - 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)."
2568+
/// - 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)."
25692569
public init(
25702570
package_type: Operations.packages_sol_list_hyphen_packages_hyphen_for_hyphen_organization.Input.Query.package_typePayload,
25712571
visibility: Components.Parameters.package_hyphen_visibility? = nil,
@@ -3405,11 +3405,11 @@ public enum Operations {
34053405
public var path: Operations.packages_sol_get_hyphen_all_hyphen_package_hyphen_versions_hyphen_for_hyphen_package_hyphen_owned_hyphen_by_hyphen_org.Input.Path
34063406
/// - Remark: Generated from `#/paths/orgs/{org}/packages/{package_type}/{package_name}/versions/GET/query`.
34073407
public struct Query: Sendable, Hashable {
3408-
/// Page number of the results to fetch.
3408+
/// 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)."
34093409
///
34103410
/// - Remark: Generated from `#/paths/orgs/{org}/packages/{package_type}/{package_name}/versions/GET/query/page`.
34113411
public var page: Components.Parameters.page?
3412-
/// The number of results per page (max 100).
3412+
/// 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)."
34133413
///
34143414
/// - Remark: Generated from `#/paths/orgs/{org}/packages/{package_type}/{package_name}/versions/GET/query/per_page`.
34153415
public var per_page: Components.Parameters.per_hyphen_page?
@@ -3425,8 +3425,8 @@ public enum Operations {
34253425
/// Creates a new `Query`.
34263426
///
34273427
/// - Parameters:
3428-
/// - page: Page number of the results to fetch.
3429-
/// - per_page: The number of results per page (max 100).
3428+
/// - 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)."
3429+
/// - 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)."
34303430
/// - state: The state of the package, either active or deleted.
34313431
public init(
34323432
page: Components.Parameters.page? = nil,
@@ -4367,11 +4367,11 @@ public enum Operations {
43674367
///
43684368
/// - Remark: Generated from `#/paths/user/packages/GET/query/visibility`.
43694369
public var visibility: Components.Parameters.package_hyphen_visibility?
4370-
/// Page number of the results to fetch.
4370+
/// 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)."
43714371
///
43724372
/// - Remark: Generated from `#/paths/user/packages/GET/query/page`.
43734373
public var page: Components.Parameters.page?
4374-
/// The number of results per page (max 100).
4374+
/// 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)."
43754375
///
43764376
/// - Remark: Generated from `#/paths/user/packages/GET/query/per_page`.
43774377
public var per_page: Components.Parameters.per_hyphen_page?
@@ -4380,8 +4380,8 @@ public enum Operations {
43804380
/// - Parameters:
43814381
/// - package_type: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
43824382
/// - visibility: The selected visibility of the packages. This parameter is optional and only filters an existing result set.
4383-
/// - page: Page number of the results to fetch.
4384-
/// - per_page: The number of results per page (max 100).
4383+
/// - 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)."
4384+
/// - 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)."
43854385
public init(
43864386
package_type: Operations.packages_sol_list_hyphen_packages_hyphen_for_hyphen_authenticated_hyphen_user.Input.Query.package_typePayload,
43874387
visibility: Components.Parameters.package_hyphen_visibility? = nil,
@@ -5141,11 +5141,11 @@ public enum Operations {
51415141
public var path: Operations.packages_sol_get_hyphen_all_hyphen_package_hyphen_versions_hyphen_for_hyphen_package_hyphen_owned_hyphen_by_hyphen_authenticated_hyphen_user.Input.Path
51425142
/// - Remark: Generated from `#/paths/user/packages/{package_type}/{package_name}/versions/GET/query`.
51435143
public struct Query: Sendable, Hashable {
5144-
/// Page number of the results to fetch.
5144+
/// 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)."
51455145
///
51465146
/// - Remark: Generated from `#/paths/user/packages/{package_type}/{package_name}/versions/GET/query/page`.
51475147
public var page: Components.Parameters.page?
5148-
/// The number of results per page (max 100).
5148+
/// 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)."
51495149
///
51505150
/// - Remark: Generated from `#/paths/user/packages/{package_type}/{package_name}/versions/GET/query/per_page`.
51515151
public var per_page: Components.Parameters.per_hyphen_page?
@@ -5161,8 +5161,8 @@ public enum Operations {
51615161
/// Creates a new `Query`.
51625162
///
51635163
/// - Parameters:
5164-
/// - page: Page number of the results to fetch.
5165-
/// - per_page: The number of results per page (max 100).
5164+
/// - 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)."
5165+
/// - 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)."
51665166
/// - state: The state of the package, either active or deleted.
51675167
public init(
51685168
page: Components.Parameters.page? = nil,
@@ -6160,11 +6160,11 @@ public enum Operations {
61606160
///
61616161
/// - Remark: Generated from `#/paths/users/{username}/packages/GET/query/visibility`.
61626162
public var visibility: Components.Parameters.package_hyphen_visibility?
6163-
/// Page number of the results to fetch.
6163+
/// 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)."
61646164
///
61656165
/// - Remark: Generated from `#/paths/users/{username}/packages/GET/query/page`.
61666166
public var page: Components.Parameters.page?
6167-
/// The number of results per page (max 100).
6167+
/// 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)."
61686168
///
61696169
/// - Remark: Generated from `#/paths/users/{username}/packages/GET/query/per_page`.
61706170
public var per_page: Components.Parameters.per_hyphen_page?
@@ -6173,8 +6173,8 @@ public enum Operations {
61736173
/// - Parameters:
61746174
/// - package_type: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
61756175
/// - visibility: The selected visibility of the packages. This parameter is optional and only filters an existing result set.
6176-
/// - page: Page number of the results to fetch.
6177-
/// - per_page: The number of results per page (max 100).
6176+
/// - 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)."
6177+
/// - 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)."
61786178
public init(
61796179
package_type: Operations.packages_sol_list_hyphen_packages_hyphen_for_hyphen_user.Input.Query.package_typePayload,
61806180
visibility: Components.Parameters.package_hyphen_visibility? = nil,

0 commit comments

Comments
 (0)