Skip to content

Commit bb8f90d

Browse files
committed
[Make] Sync *.swift
1 parent a34e8e6 commit bb8f90d

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

Sources/pulls/Types.swift

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7131,11 +7131,11 @@ public enum Components {
71317131
}
71327132
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
71337133
public enum Parameters {
7134-
/// The number of results per page (max 100).
7134+
/// 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)."
71357135
///
71367136
/// - Remark: Generated from `#/components/parameters/per-page`.
71377137
public typealias per_hyphen_page = Swift.Int
7138-
/// Page number of the results to fetch.
7138+
/// 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)."
71397139
///
71407140
/// - Remark: Generated from `#/components/parameters/page`.
71417141
public typealias page = Swift.Int
@@ -7459,11 +7459,11 @@ public enum Operations {
74597459
///
74607460
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/GET/query/direction`.
74617461
public var direction: Operations.pulls_sol_list.Input.Query.directionPayload?
7462-
/// The number of results per page (max 100).
7462+
/// 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)."
74637463
///
74647464
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/GET/query/per_page`.
74657465
public var per_page: Components.Parameters.per_hyphen_page?
7466-
/// Page number of the results to fetch.
7466+
/// 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)."
74677467
///
74687468
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/GET/query/page`.
74697469
public var page: Components.Parameters.page?
@@ -7475,8 +7475,8 @@ public enum Operations {
74757475
/// - base: Filter pulls by base branch name. Example: `gh-pages`.
74767476
/// - sort: What to sort results by. `popularity` will sort by the number of comments. `long-running` will sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month.
74777477
/// - direction: The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.
7478-
/// - per_page: The number of results per page (max 100).
7479-
/// - page: Page number of the results to fetch.
7478+
/// - 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)."
7479+
/// - 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)."
74807480
public init(
74817481
state: Operations.pulls_sol_list.Input.Query.statePayload? = nil,
74827482
head: Swift.String? = nil,
@@ -8022,11 +8022,11 @@ public enum Operations {
80228022
///
80238023
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/comments/GET/query/since`.
80248024
public var since: Components.Parameters.since?
8025-
/// The number of results per page (max 100).
8025+
/// 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)."
80268026
///
80278027
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/comments/GET/query/per_page`.
80288028
public var per_page: Components.Parameters.per_hyphen_page?
8029-
/// Page number of the results to fetch.
8029+
/// 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)."
80308030
///
80318031
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/comments/GET/query/page`.
80328032
public var page: Components.Parameters.page?
@@ -8036,8 +8036,8 @@ public enum Operations {
80368036
/// - sort:
80378037
/// - direction: The direction to sort results. Ignored without `sort` parameter.
80388038
/// - since: Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
8039-
/// - per_page: The number of results per page (max 100).
8040-
/// - page: Page number of the results to fetch.
8039+
/// - 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)."
8040+
/// - 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)."
80418041
public init(
80428042
sort: Operations.pulls_sol_list_hyphen_review_hyphen_comments_hyphen_for_hyphen_repo.Input.Query.sortPayload? = nil,
80438043
direction: Operations.pulls_sol_list_hyphen_review_hyphen_comments_hyphen_for_hyphen_repo.Input.Query.directionPayload? = nil,
@@ -9256,11 +9256,11 @@ public enum Operations {
92569256
///
92579257
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/comments/GET/query/since`.
92589258
public var since: Components.Parameters.since?
9259-
/// The number of results per page (max 100).
9259+
/// 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)."
92609260
///
92619261
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/comments/GET/query/per_page`.
92629262
public var per_page: Components.Parameters.per_hyphen_page?
9263-
/// Page number of the results to fetch.
9263+
/// 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)."
92649264
///
92659265
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/comments/GET/query/page`.
92669266
public var page: Components.Parameters.page?
@@ -9270,8 +9270,8 @@ public enum Operations {
92709270
/// - sort: The property to sort the results by.
92719271
/// - direction: The direction to sort results. Ignored without `sort` parameter.
92729272
/// - since: Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
9273-
/// - per_page: The number of results per page (max 100).
9274-
/// - page: Page number of the results to fetch.
9273+
/// - 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)."
9274+
/// - 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)."
92759275
public init(
92769276
sort: Components.Parameters.sort? = nil,
92779277
direction: Operations.pulls_sol_list_hyphen_review_hyphen_comments.Input.Query.directionPayload? = nil,
@@ -10029,19 +10029,19 @@ public enum Operations {
1002910029
public var path: Operations.pulls_sol_list_hyphen_commits.Input.Path
1003010030
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/commits/GET/query`.
1003110031
public struct Query: Sendable, Hashable {
10032-
/// The number of results per page (max 100).
10032+
/// 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)."
1003310033
///
1003410034
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/commits/GET/query/per_page`.
1003510035
public var per_page: Components.Parameters.per_hyphen_page?
10036-
/// Page number of the results to fetch.
10036+
/// 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)."
1003710037
///
1003810038
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/commits/GET/query/page`.
1003910039
public var page: Components.Parameters.page?
1004010040
/// Creates a new `Query`.
1004110041
///
1004210042
/// - Parameters:
10043-
/// - per_page: The number of results per page (max 100).
10044-
/// - page: Page number of the results to fetch.
10043+
/// - 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)."
10044+
/// - 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)."
1004510045
public init(
1004610046
per_page: Components.Parameters.per_hyphen_page? = nil,
1004710047
page: Components.Parameters.page? = nil
@@ -10223,19 +10223,19 @@ public enum Operations {
1022310223
public var path: Operations.pulls_sol_list_hyphen_files.Input.Path
1022410224
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/files/GET/query`.
1022510225
public struct Query: Sendable, Hashable {
10226-
/// The number of results per page (max 100).
10226+
/// 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)."
1022710227
///
1022810228
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/files/GET/query/per_page`.
1022910229
public var per_page: Components.Parameters.per_hyphen_page?
10230-
/// Page number of the results to fetch.
10230+
/// 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)."
1023110231
///
1023210232
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/files/GET/query/page`.
1023310233
public var page: Components.Parameters.page?
1023410234
/// Creates a new `Query`.
1023510235
///
1023610236
/// - Parameters:
10237-
/// - per_page: The number of results per page (max 100).
10238-
/// - page: Page number of the results to fetch.
10237+
/// - 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)."
10238+
/// - 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)."
1023910239
public init(
1024010240
per_page: Components.Parameters.per_hyphen_page? = nil,
1024110241
page: Components.Parameters.page? = nil
@@ -11658,19 +11658,19 @@ public enum Operations {
1165811658
public var path: Operations.pulls_sol_list_hyphen_reviews.Input.Path
1165911659
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/GET/query`.
1166011660
public struct Query: Sendable, Hashable {
11661-
/// The number of results per page (max 100).
11661+
/// 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)."
1166211662
///
1166311663
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/GET/query/per_page`.
1166411664
public var per_page: Components.Parameters.per_hyphen_page?
11665-
/// Page number of the results to fetch.
11665+
/// 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)."
1166611666
///
1166711667
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/GET/query/page`.
1166811668
public var page: Components.Parameters.page?
1166911669
/// Creates a new `Query`.
1167011670
///
1167111671
/// - Parameters:
11672-
/// - per_page: The number of results per page (max 100).
11673-
/// - page: Page number of the results to fetch.
11672+
/// - 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)."
11673+
/// - 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)."
1167411674
public init(
1167511675
per_page: Components.Parameters.per_hyphen_page? = nil,
1167611676
page: Components.Parameters.page? = nil
@@ -12765,19 +12765,19 @@ public enum Operations {
1276512765
public var path: Operations.pulls_sol_list_hyphen_comments_hyphen_for_hyphen_review.Input.Path
1276612766
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments/GET/query`.
1276712767
public struct Query: Sendable, Hashable {
12768-
/// The number of results per page (max 100).
12768+
/// 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)."
1276912769
///
1277012770
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments/GET/query/per_page`.
1277112771
public var per_page: Components.Parameters.per_hyphen_page?
12772-
/// Page number of the results to fetch.
12772+
/// 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)."
1277312773
///
1277412774
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments/GET/query/page`.
1277512775
public var page: Components.Parameters.page?
1277612776
/// Creates a new `Query`.
1277712777
///
1277812778
/// - Parameters:
12779-
/// - per_page: The number of results per page (max 100).
12780-
/// - page: Page number of the results to fetch.
12779+
/// - 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)."
12780+
/// - 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)."
1278112781
public init(
1278212782
per_page: Components.Parameters.per_hyphen_page? = nil,
1278312783
page: Components.Parameters.page? = nil

0 commit comments

Comments
 (0)