@seamapi/types 1.386.2 → 1.387.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
@@ -22025,6 +22025,17 @@ var openapi_default = {
22025
22025
  format: "uuid",
22026
22026
  type: "string"
22027
22027
  },
22028
+ limit: {
22029
+ default: 55e3,
22030
+ description: "Numerical limit on the number of access codes to return.",
22031
+ format: "float",
22032
+ type: "number"
22033
+ },
22034
+ page_cursor: {
22035
+ description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
22036
+ nullable: true,
22037
+ type: "string"
22038
+ },
22028
22039
  user_identifier_key: {
22029
22040
  description: "Your user ID for the user by which to filter access codes.",
22030
22041
  type: "string"
@@ -22045,9 +22056,10 @@ var openapi_default = {
22045
22056
  items: { $ref: "#/components/schemas/access_code" },
22046
22057
  type: "array"
22047
22058
  },
22048
- ok: { type: "boolean" }
22059
+ ok: { type: "boolean" },
22060
+ pagination: { $ref: "#/components/schemas/pagination" }
22049
22061
  },
22050
- required: ["access_codes", "ok"],
22062
+ required: ["access_codes", "pagination", "ok"],
22051
22063
  type: "object"
22052
22064
  }
22053
22065
  }