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/apps/Types.swift
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5728,22 +5728,17 @@ public enum Operations {
5728
5728
///
5729
5729
/// - Remark: Generated from `#/paths/app/hook/deliveries/GET/query/cursor`.
5730
5730
public var cursor: Components.Parameters.cursor?
5731
-
/// - Remark: Generated from `#/paths/app/hook/deliveries/GET/query/redelivery`.
5732
-
public var redelivery: Swift.Bool?
5733
5731
/// Creates a new `Query`.
5734
5732
///
5735
5733
/// - Parameters:
5736
5734
/// - 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)."
5737
5735
/// - cursor: Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous page cursors.
0 commit comments