@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
|
@@ -5483,7 +5483,6 @@ export interface Routes {
|
|
|
5483
5483
|
method: 'GET' | 'POST';
|
|
5484
5484
|
queryParams: {};
|
|
5485
5485
|
jsonBody: {
|
|
5486
|
-
assa_abloy_credential_service_acs_system_id: string;
|
|
5487
5486
|
custom_sdk_installation_id?: string | undefined;
|
|
5488
5487
|
user_identity_id: string;
|
|
5489
5488
|
phone_metadata?: {
|
package/package.json
CHANGED
|
@@ -9793,10 +9793,6 @@ export default {
|
|
|
9793
9793
|
'application/json': {
|
|
9794
9794
|
schema: {
|
|
9795
9795
|
properties: {
|
|
9796
|
-
assa_abloy_credential_service_acs_system_id: {
|
|
9797
|
-
format: 'uuid',
|
|
9798
|
-
type: 'string',
|
|
9799
|
-
},
|
|
9800
9796
|
assa_abloy_metadata: {
|
|
9801
9797
|
default: {},
|
|
9802
9798
|
properties: {
|
|
@@ -9832,10 +9828,7 @@ export default {
|
|
|
9832
9828
|
},
|
|
9833
9829
|
user_identity_id: { format: 'uuid', type: 'string' },
|
|
9834
9830
|
},
|
|
9835
|
-
required: [
|
|
9836
|
-
'assa_abloy_credential_service_acs_system_id',
|
|
9837
|
-
'user_identity_id',
|
|
9838
|
-
],
|
|
9831
|
+
required: ['user_identity_id'],
|
|
9839
9832
|
type: 'object',
|
|
9840
9833
|
},
|
|
9841
9834
|
},
|
|
@@ -7534,7 +7534,6 @@ export interface Routes {
|
|
|
7534
7534
|
method: 'GET' | 'POST'
|
|
7535
7535
|
queryParams: {}
|
|
7536
7536
|
jsonBody: {
|
|
7537
|
-
assa_abloy_credential_service_acs_system_id: string
|
|
7538
7537
|
custom_sdk_installation_id?: string | undefined
|
|
7539
7538
|
user_identity_id: string
|
|
7540
7539
|
phone_metadata?: {
|