@seamapi/types 1.205.1 → 1.206.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
@@ -9118,6 +9118,8 @@ var openapi_default = {
9118
9118
  schema: {
9119
9119
  properties: {
9120
9120
  acs_system_id: { format: "uuid", type: "string" },
9121
+ created_before: { format: "date-time", type: "string" },
9122
+ limit: { default: 500, format: "float", type: "number" },
9121
9123
  user_identity_email_address: { type: "string" },
9122
9124
  user_identity_id: { format: "uuid", type: "string" },
9123
9125
  user_identity_phone_number: { type: "string" }