Skip to content

Commit ec39e40

Browse files
committed
[Make] Sync *.swift
1 parent 16be5d2 commit ec39e40

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Sources/security-advisories/Types.swift

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7525,11 +7525,11 @@ public enum Components {
75257525
}
75267526
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
75277527
public enum Parameters {
7528-
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor.
7528+
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. 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)."
75297529
///
75307530
/// - Remark: Generated from `#/components/parameters/pagination-before`.
75317531
public typealias pagination_hyphen_before = Swift.String
7532-
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor.
7532+
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. 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)."
75337533
///
75347534
/// - Remark: Generated from `#/components/parameters/pagination-after`.
75357535
public typealias pagination_hyphen_after = Swift.String
@@ -7927,11 +7927,11 @@ public enum Operations {
79277927
///
79287928
/// - Remark: Generated from `#/paths/advisories/GET/query/modified`.
79297929
public var modified: Swift.String?
7930-
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor.
7930+
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. 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)."
79317931
///
79327932
/// - Remark: Generated from `#/paths/advisories/GET/query/before`.
79337933
public var before: Components.Parameters.pagination_hyphen_before?
7934-
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor.
7934+
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. 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)."
79357935
///
79367936
/// - Remark: Generated from `#/paths/advisories/GET/query/after`.
79377937
public var after: Components.Parameters.pagination_hyphen_after?
@@ -7944,7 +7944,7 @@ public enum Operations {
79447944
///
79457945
/// - Remark: Generated from `#/paths/advisories/GET/query/direction`.
79467946
public var direction: Components.Parameters.direction?
7947-
/// The number of results per page (max 100).
7947+
/// 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)."
79487948
///
79497949
/// - Remark: Generated from `#/paths/advisories/GET/query/per_page`.
79507950
public var per_page: Swift.Int?
@@ -7971,10 +7971,10 @@ public enum Operations {
79717971
/// - published: If specified, only return advisories that were published on a date or date range.
79727972
/// - updated: If specified, only return advisories that were updated on a date or date range.
79737973
/// - modified: If specified, only show advisories that were updated or published on a date or date range.
7974-
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor.
7975-
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor.
7974+
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. 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)."
7975+
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. 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)."
79767976
/// - direction: The direction to sort the results by.
7977-
/// - per_page: The number of results per page (max 100).
7977+
/// - 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)."
79787978
/// - sort: The property to sort the results by.
79797979
public init(
79807980
ghsa_id: Swift.String? = nil,
@@ -8397,15 +8397,15 @@ public enum Operations {
83978397
///
83988398
/// - Remark: Generated from `#/paths/orgs/{org}/security-advisories/GET/query/sort`.
83998399
public var sort: Operations.security_hyphen_advisories_sol_list_hyphen_org_hyphen_repository_hyphen_advisories.Input.Query.sortPayload?
8400-
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor.
8400+
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. 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)."
84018401
///
84028402
/// - Remark: Generated from `#/paths/orgs/{org}/security-advisories/GET/query/before`.
84038403
public var before: Components.Parameters.pagination_hyphen_before?
8404-
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor.
8404+
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. 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)."
84058405
///
84068406
/// - Remark: Generated from `#/paths/orgs/{org}/security-advisories/GET/query/after`.
84078407
public var after: Components.Parameters.pagination_hyphen_after?
8408-
/// The number of advisories to return per page.
8408+
/// The number of advisories to return per page. 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)."
84098409
///
84108410
/// - Remark: Generated from `#/paths/orgs/{org}/security-advisories/GET/query/per_page`.
84118411
public var per_page: Swift.Int?
@@ -8425,9 +8425,9 @@ public enum Operations {
84258425
/// - Parameters:
84268426
/// - direction: The direction to sort the results by.
84278427
/// - sort: The property to sort the results by.
8428-
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor.
8429-
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor.
8430-
/// - per_page: The number of advisories to return per page.
8428+
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. 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)."
8429+
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. 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)."
8430+
/// - per_page: The number of advisories to return per page. 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)."
84318431
/// - state: Filter by the state of the repository advisories. Only advisories of this state will be returned.
84328432
public init(
84338433
direction: Components.Parameters.direction? = nil,
@@ -8667,15 +8667,15 @@ public enum Operations {
86678667
///
86688668
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/security-advisories/GET/query/sort`.
86698669
public var sort: Operations.security_hyphen_advisories_sol_list_hyphen_repository_hyphen_advisories.Input.Query.sortPayload?
8670-
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor.
8670+
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. 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)."
86718671
///
86728672
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/security-advisories/GET/query/before`.
86738673
public var before: Components.Parameters.pagination_hyphen_before?
8674-
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor.
8674+
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. 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)."
86758675
///
86768676
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/security-advisories/GET/query/after`.
86778677
public var after: Components.Parameters.pagination_hyphen_after?
8678-
/// Number of advisories to return per page.
8678+
/// The number of advisories to return per page. 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)."
86798679
///
86808680
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/security-advisories/GET/query/per_page`.
86818681
public var per_page: Swift.Int?
@@ -8695,9 +8695,9 @@ public enum Operations {
86958695
/// - Parameters:
86968696
/// - direction: The direction to sort the results by.
86978697
/// - sort: The property to sort the results by.
8698-
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor.
8699-
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor.
8700-
/// - per_page: Number of advisories to return per page.
8698+
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. 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)."
8699+
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. 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)."
8700+
/// - per_page: The number of advisories to return per page. 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)."
87018701
/// - state: Filter by state of the repository advisories. Only advisories of this state will be returned.
87028702
public init(
87038703
direction: Components.Parameters.direction? = nil,

0 commit comments

Comments
 (0)