@seamapi/types 1.122.0 → 1.122.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 +1 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -5
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +1 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -8
- package/src/lib/seam/connect/route-types.ts +0 -1
package/dist/connect.cjs
CHANGED
|
@@ -9766,10 +9766,6 @@ var openapi_default = {
|
|
|
9766
9766
|
"application/json": {
|
|
9767
9767
|
schema: {
|
|
9768
9768
|
properties: {
|
|
9769
|
-
assa_abloy_credential_service_acs_system_id: {
|
|
9770
|
-
format: "uuid",
|
|
9771
|
-
type: "string"
|
|
9772
|
-
},
|
|
9773
9769
|
assa_abloy_metadata: {
|
|
9774
9770
|
default: {},
|
|
9775
9771
|
properties: {
|
|
@@ -9805,10 +9801,7 @@ var openapi_default = {
|
|
|
9805
9801
|
},
|
|
9806
9802
|
user_identity_id: { format: "uuid", type: "string" }
|
|
9807
9803
|
},
|
|
9808
|
-
required: [
|
|
9809
|
-
"assa_abloy_credential_service_acs_system_id",
|
|
9810
|
-
"user_identity_id"
|
|
9811
|
-
],
|
|
9804
|
+
required: ["user_identity_id"],
|
|
9812
9805
|
type: "object"
|
|
9813
9806
|
}
|
|
9814
9807
|
}
|