@seamapi/types 1.548.0 → 1.549.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 +200 -200
- 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 +84 -84
- 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 +128 -128
- 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 +128 -0
package/package.json
CHANGED
|
@@ -2301,6 +2301,7 @@ export default {
|
|
|
2301
2301
|
'salto_space_key',
|
|
2302
2302
|
'latch_access',
|
|
2303
2303
|
'dormakaba_ambiance_credential',
|
|
2304
|
+
'hotek_card',
|
|
2304
2305
|
],
|
|
2305
2306
|
type: 'string',
|
|
2306
2307
|
},
|
|
@@ -4738,6 +4739,7 @@ export default {
|
|
|
4738
4739
|
'salto_space_key',
|
|
4739
4740
|
'latch_access',
|
|
4740
4741
|
'dormakaba_ambiance_credential',
|
|
4742
|
+
'hotek_card',
|
|
4741
4743
|
],
|
|
4742
4744
|
type: 'string',
|
|
4743
4745
|
},
|
|
@@ -5193,6 +5195,7 @@ export default {
|
|
|
5193
5195
|
'salto_space_key',
|
|
5194
5196
|
'latch_access',
|
|
5195
5197
|
'dormakaba_ambiance_credential',
|
|
5198
|
+
'hotek_card',
|
|
5196
5199
|
],
|
|
5197
5200
|
type: 'string',
|
|
5198
5201
|
},
|
|
@@ -5847,6 +5850,7 @@ export default {
|
|
|
5847
5850
|
'salto_space_key',
|
|
5848
5851
|
'latch_access',
|
|
5849
5852
|
'dormakaba_ambiance_credential',
|
|
5853
|
+
'hotek_card',
|
|
5850
5854
|
],
|
|
5851
5855
|
type: 'string',
|
|
5852
5856
|
},
|
|
@@ -6299,6 +6303,7 @@ export default {
|
|
|
6299
6303
|
'salto_space_key',
|
|
6300
6304
|
'latch_access',
|
|
6301
6305
|
'dormakaba_ambiance_credential',
|
|
6306
|
+
'hotek_card',
|
|
6302
6307
|
],
|
|
6303
6308
|
type: 'string',
|
|
6304
6309
|
},
|
|
@@ -19947,6 +19952,7 @@ export default {
|
|
|
19947
19952
|
'salto_space_key',
|
|
19948
19953
|
'latch_access',
|
|
19949
19954
|
'dormakaba_ambiance_credential',
|
|
19955
|
+
'hotek_card',
|
|
19950
19956
|
],
|
|
19951
19957
|
type: 'string',
|
|
19952
19958
|
},
|
|
@@ -22727,6 +22733,7 @@ export default {
|
|
|
22727
22733
|
'salto_space_key',
|
|
22728
22734
|
'latch_access',
|
|
22729
22735
|
'dormakaba_ambiance_credential',
|
|
22736
|
+
'hotek_card',
|
|
22730
22737
|
],
|
|
22731
22738
|
type: 'string',
|
|
22732
22739
|
},
|