@seamapi/types 1.173.0 → 1.173.1
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 +8 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +5 -0
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +8 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -1
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.cjs
CHANGED
|
@@ -9616,6 +9616,10 @@ var openapi_default = {
|
|
|
9616
9616
|
},
|
|
9617
9617
|
type: "object"
|
|
9618
9618
|
},
|
|
9619
|
+
credential_manager_acs_system_id: {
|
|
9620
|
+
format: "uuid",
|
|
9621
|
+
type: "string"
|
|
9622
|
+
},
|
|
9619
9623
|
custom_sdk_installation_id: { type: "string" },
|
|
9620
9624
|
phone_metadata: {
|
|
9621
9625
|
default: {},
|
|
@@ -9639,7 +9643,10 @@ var openapi_default = {
|
|
|
9639
9643
|
},
|
|
9640
9644
|
user_identity_id: { format: "uuid", type: "string" }
|
|
9641
9645
|
},
|
|
9642
|
-
required: [
|
|
9646
|
+
required: [
|
|
9647
|
+
"user_identity_id",
|
|
9648
|
+
"credential_manager_acs_system_id"
|
|
9649
|
+
],
|
|
9643
9650
|
type: "object"
|
|
9644
9651
|
}
|
|
9645
9652
|
}
|