@seamapi/types 1.758.0 → 1.759.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -39044,6 +39044,25 @@ var openapi_default = {
39044
39044
  description: "Filter unmanaged Access Grants by reservation_key.",
39045
39045
  type: "string"
39046
39046
  }
39047
+ },
39048
+ {
39049
+ in: "query",
39050
+ name: "limit",
39051
+ schema: {
39052
+ default: 500,
39053
+ description: "Numerical limit on the number of unmanaged access grants to return.",
39054
+ format: "float",
39055
+ type: "number"
39056
+ }
39057
+ },
39058
+ {
39059
+ in: "query",
39060
+ name: "page_cursor",
39061
+ schema: {
39062
+ description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
39063
+ nullable: true,
39064
+ type: "string"
39065
+ }
39047
39066
  }
39048
39067
  ],
39049
39068
  responses: {
@@ -39552,9 +39571,10 @@ var openapi_default = {
39552
39571
  },
39553
39572
  type: "array"
39554
39573
  },
39555
- ok: { type: "boolean" }
39574
+ ok: { type: "boolean" },
39575
+ pagination: { $ref: "#/components/schemas/pagination" }
39556
39576
  },
39557
- required: ["access_grants", "ok"],
39577
+ required: ["access_grants", "pagination", "ok"],
39558
39578
  type: "object"
39559
39579
  }
39560
39580
  }
@@ -39597,6 +39617,17 @@ var openapi_default = {
39597
39617
  format: "uuid",
39598
39618
  type: "string"
39599
39619
  },
39620
+ limit: {
39621
+ default: 500,
39622
+ description: "Numerical limit on the number of unmanaged access grants to return.",
39623
+ format: "float",
39624
+ type: "number"
39625
+ },
39626
+ page_cursor: {
39627
+ description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
39628
+ nullable: true,
39629
+ type: "string"
39630
+ },
39600
39631
  reservation_key: {
39601
39632
  description: "Filter unmanaged Access Grants by reservation_key.",
39602
39633
  type: "string"
@@ -40118,9 +40149,10 @@ var openapi_default = {
40118
40149
  },
40119
40150
  type: "array"
40120
40151
  },
40121
- ok: { type: "boolean" }
40152
+ ok: { type: "boolean" },
40153
+ pagination: { $ref: "#/components/schemas/pagination" }
40122
40154
  },
40123
- required: ["access_grants", "ok"],
40155
+ required: ["access_grants", "pagination", "ok"],
40124
40156
  type: "object"
40125
40157
  }
40126
40158
  }