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/security-advisories/Types.swift
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -7525,11 +7525,11 @@ public enum Components {
7525
7525
}
7526
7526
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
7527
7527
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)."
7529
7529
///
7530
7530
/// - Remark: Generated from `#/components/parameters/pagination-before`.
7531
7531
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)."
7533
7533
///
7534
7534
/// - Remark: Generated from `#/components/parameters/pagination-after`.
7535
7535
public typealias pagination_hyphen_after = Swift.String
@@ -7927,11 +7927,11 @@ public enum Operations {
7927
7927
///
7928
7928
/// - Remark: Generated from `#/paths/advisories/GET/query/modified`.
7929
7929
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)."
7931
7931
///
7932
7932
/// - Remark: Generated from `#/paths/advisories/GET/query/before`.
7933
7933
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)."
7935
7935
///
7936
7936
/// - Remark: Generated from `#/paths/advisories/GET/query/after`.
7937
7937
public var after: Components.Parameters.pagination_hyphen_after?
@@ -7944,7 +7944,7 @@ public enum Operations {
7944
7944
///
7945
7945
/// - Remark: Generated from `#/paths/advisories/GET/query/direction`.
7946
7946
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)."
7948
7948
///
7949
7949
/// - Remark: Generated from `#/paths/advisories/GET/query/per_page`.
7950
7950
public var per_page: Swift.Int?
@@ -7971,10 +7971,10 @@ public enum Operations {
7971
7971
/// - published: If specified, only return advisories that were published on a date or date range.
7972
7972
/// - updated: If specified, only return advisories that were updated on a date or date range.
7973
7973
/// - 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)."
7976
7976
/// - 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)."
7978
7978
/// - sort: The property to sort the results by.
7979
7979
public init(
7980
7980
ghsa_id: Swift.String? = nil,
@@ -8397,15 +8397,15 @@ public enum Operations {
8397
8397
///
8398
8398
/// - Remark: Generated from `#/paths/orgs/{org}/security-advisories/GET/query/sort`.
8399
8399
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)."
8401
8401
///
8402
8402
/// - Remark: Generated from `#/paths/orgs/{org}/security-advisories/GET/query/before`.
8403
8403
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)."
8405
8405
///
8406
8406
/// - Remark: Generated from `#/paths/orgs/{org}/security-advisories/GET/query/after`.
8407
8407
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)."
8409
8409
///
8410
8410
/// - Remark: Generated from `#/paths/orgs/{org}/security-advisories/GET/query/per_page`.
8411
8411
public var per_page: Swift.Int?
@@ -8425,9 +8425,9 @@ public enum Operations {
8425
8425
/// - Parameters:
8426
8426
/// - direction: The direction to sort the results by.
8427
8427
/// - 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)."
8431
8431
/// - state: Filter by the state of the repository advisories. Only advisories of this state will be returned.
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/security-advisories/GET/query/sort`.
8669
8669
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)."
8671
8671
///
8672
8672
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/security-advisories/GET/query/before`.
8673
8673
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)."
8675
8675
///
8676
8676
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/security-advisories/GET/query/after`.
8677
8677
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)."
8679
8679
///
8680
8680
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/security-advisories/GET/query/per_page`.
8681
8681
public var per_page: Swift.Int?
@@ -8695,9 +8695,9 @@ public enum Operations {
8695
8695
/// - Parameters:
8696
8696
/// - direction: The direction to sort the results by.
8697
8697
/// - 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)."
8701
8701
/// - state: Filter by state of the repository advisories. Only advisories of this state will be returned.
0 commit comments