@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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -0
- package/lib/seam/connect/openapi.d.ts +9 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
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" }
|