@seamapi/types 1.174.0 → 1.175.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 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6 -5
- package/lib/seam/connect/openapi.d.ts +5 -4
- package/lib/seam/connect/openapi.js +2 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -8
- package/src/lib/seam/connect/route-types.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -7179,6 +7179,7 @@ var openapi_default = {
|
|
|
7179
7179
|
description: "Returns devices where the webview's custom_metadata contains all of the provided key/value pairs.",
|
|
7180
7180
|
type: "object"
|
|
7181
7181
|
},
|
|
7182
|
+
limit: { default: 500, nullable: true, type: "number" },
|
|
7182
7183
|
user_identifier_key: { type: "string" }
|
|
7183
7184
|
},
|
|
7184
7185
|
type: "object"
|
|
@@ -9615,10 +9616,6 @@ var openapi_default = {
|
|
|
9615
9616
|
},
|
|
9616
9617
|
type: "object"
|
|
9617
9618
|
},
|
|
9618
|
-
credential_manager_acs_system_id: {
|
|
9619
|
-
format: "uuid",
|
|
9620
|
-
type: "string"
|
|
9621
|
-
},
|
|
9622
9619
|
custom_sdk_installation_id: { type: "string" },
|
|
9623
9620
|
phone_metadata: {
|
|
9624
9621
|
default: {},
|
|
@@ -9642,10 +9639,7 @@ var openapi_default = {
|
|
|
9642
9639
|
},
|
|
9643
9640
|
user_identity_id: { format: "uuid", type: "string" }
|
|
9644
9641
|
},
|
|
9645
|
-
required: [
|
|
9646
|
-
"user_identity_id",
|
|
9647
|
-
"credential_manager_acs_system_id"
|
|
9648
|
-
],
|
|
9642
|
+
required: ["user_identity_id"],
|
|
9649
9643
|
type: "object"
|
|
9650
9644
|
}
|
|
9651
9645
|
}
|