@seamapi/types 1.830.0 → 1.831.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 +16 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +207 -207
- package/dist/index.cjs +16 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/batch.d.ts +42 -42
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +7 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +135 -135
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +135 -0
package/package.json
CHANGED
|
@@ -3829,6 +3829,7 @@ const openapi: OpenAPISpec = {
|
|
|
3829
3829
|
'latch_access',
|
|
3830
3830
|
'dormakaba_ambiance_credential',
|
|
3831
3831
|
'hotek_card',
|
|
3832
|
+
'salto_ks_tag',
|
|
3832
3833
|
],
|
|
3833
3834
|
type: 'string',
|
|
3834
3835
|
},
|
|
@@ -6448,6 +6449,7 @@ const openapi: OpenAPISpec = {
|
|
|
6448
6449
|
'latch_access',
|
|
6449
6450
|
'dormakaba_ambiance_credential',
|
|
6450
6451
|
'hotek_card',
|
|
6452
|
+
'salto_ks_tag',
|
|
6451
6453
|
],
|
|
6452
6454
|
type: 'string',
|
|
6453
6455
|
},
|
|
@@ -6904,6 +6906,7 @@ const openapi: OpenAPISpec = {
|
|
|
6904
6906
|
'latch_access',
|
|
6905
6907
|
'dormakaba_ambiance_credential',
|
|
6906
6908
|
'hotek_card',
|
|
6909
|
+
'salto_ks_tag',
|
|
6907
6910
|
],
|
|
6908
6911
|
type: 'string',
|
|
6909
6912
|
},
|
|
@@ -7616,6 +7619,7 @@ const openapi: OpenAPISpec = {
|
|
|
7616
7619
|
'latch_access',
|
|
7617
7620
|
'dormakaba_ambiance_credential',
|
|
7618
7621
|
'hotek_card',
|
|
7622
|
+
'salto_ks_tag',
|
|
7619
7623
|
],
|
|
7620
7624
|
type: 'string',
|
|
7621
7625
|
},
|
|
@@ -8069,6 +8073,7 @@ const openapi: OpenAPISpec = {
|
|
|
8069
8073
|
'latch_access',
|
|
8070
8074
|
'dormakaba_ambiance_credential',
|
|
8071
8075
|
'hotek_card',
|
|
8076
|
+
'salto_ks_tag',
|
|
8072
8077
|
],
|
|
8073
8078
|
type: 'string',
|
|
8074
8079
|
},
|
|
@@ -25440,6 +25445,7 @@ const openapi: OpenAPISpec = {
|
|
|
25440
25445
|
'latch_access',
|
|
25441
25446
|
'dormakaba_ambiance_credential',
|
|
25442
25447
|
'hotek_card',
|
|
25448
|
+
'salto_ks_tag',
|
|
25443
25449
|
],
|
|
25444
25450
|
type: 'string',
|
|
25445
25451
|
},
|
|
@@ -28831,6 +28837,7 @@ const openapi: OpenAPISpec = {
|
|
|
28831
28837
|
'latch_access',
|
|
28832
28838
|
'dormakaba_ambiance_credential',
|
|
28833
28839
|
'hotek_card',
|
|
28840
|
+
'salto_ks_tag',
|
|
28834
28841
|
],
|
|
28835
28842
|
type: 'string',
|
|
28836
28843
|
},
|