You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/packages/Types.swift
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -2172,11 +2172,11 @@ public enum Components {
2172
2172
}
2173
2173
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
2174
2174
publicenumParameters{
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)."
2176
2176
///
2177
2177
/// - Remark: Generated from `#/components/parameters/per-page`.
2178
2178
publictypealiasper_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)."
2180
2180
///
2181
2181
/// - Remark: Generated from `#/components/parameters/page`.
2182
2182
publictypealiaspage=Swift.Int
@@ -2551,11 +2551,11 @@ public enum Operations {
2551
2551
///
2552
2552
/// - Remark: Generated from `#/paths/orgs/{org}/packages/GET/query/visibility`.
/// 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)."
2555
2555
///
2556
2556
/// - Remark: Generated from `#/paths/orgs/{org}/packages/GET/query/page`.
2557
2557
publicvarpage: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)."
2559
2559
///
2560
2560
/// - Remark: Generated from `#/paths/orgs/{org}/packages/GET/query/per_page`.
2561
2561
publicvarper_page:Swift.Int?
@@ -2564,8 +2564,8 @@ public enum Operations {
2564
2564
/// - Parameters:
2565
2565
/// - 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.
2566
2566
/// - 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)."
/// - Remark: Generated from `#/paths/orgs/{org}/packages/{package_type}/{package_name}/versions/GET/query`.
3407
3407
publicstructQuery: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)."
3409
3409
///
3410
3410
/// - Remark: Generated from `#/paths/orgs/{org}/packages/{package_type}/{package_name}/versions/GET/query/page`.
3411
3411
publicvarpage: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)."
3413
3413
///
3414
3414
/// - Remark: Generated from `#/paths/orgs/{org}/packages/{package_type}/{package_name}/versions/GET/query/per_page`.
/// - 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)."
3430
3430
/// - state: The state of the package, either active or deleted.
3431
3431
publicinit(
3432
3432
page:Components.Parameters.page?=nil,
@@ -4367,11 +4367,11 @@ public enum Operations {
4367
4367
///
4368
4368
/// - Remark: Generated from `#/paths/user/packages/GET/query/visibility`.
/// 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)."
4371
4371
///
4372
4372
/// - Remark: Generated from `#/paths/user/packages/GET/query/page`.
4373
4373
publicvarpage: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)."
4375
4375
///
4376
4376
/// - Remark: Generated from `#/paths/user/packages/GET/query/per_page`.
/// - 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.
4382
4382
/// - 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)."
/// - Remark: Generated from `#/paths/user/packages/{package_type}/{package_name}/versions/GET/query`.
5143
5143
publicstructQuery: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)."
5145
5145
///
5146
5146
/// - Remark: Generated from `#/paths/user/packages/{package_type}/{package_name}/versions/GET/query/page`.
5147
5147
publicvarpage: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)."
5149
5149
///
5150
5150
/// - Remark: Generated from `#/paths/user/packages/{package_type}/{package_name}/versions/GET/query/per_page`.
/// - 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)."
5166
5166
/// - state: The state of the package, either active or deleted.
5167
5167
publicinit(
5168
5168
page:Components.Parameters.page?=nil,
@@ -6160,11 +6160,11 @@ public enum Operations {
6160
6160
///
6161
6161
/// - Remark: Generated from `#/paths/users/{username}/packages/GET/query/visibility`.
/// 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)."
6164
6164
///
6165
6165
/// - Remark: Generated from `#/paths/users/{username}/packages/GET/query/page`.
6166
6166
publicvarpage: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)."
6168
6168
///
6169
6169
/// - Remark: Generated from `#/paths/users/{username}/packages/GET/query/per_page`.
/// - 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.
6175
6175
/// - 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)."
0 commit comments