@seamapi/types 1.830.0 → 1.832.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 +19 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +207 -207
- package/dist/index.cjs +19 -10
- 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/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- 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/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +135 -0
|
@@ -3371,6 +3371,7 @@ const openapi = {
|
|
|
3371
3371
|
'latch_access',
|
|
3372
3372
|
'dormakaba_ambiance_credential',
|
|
3373
3373
|
'hotek_card',
|
|
3374
|
+
'salto_ks_tag',
|
|
3374
3375
|
],
|
|
3375
3376
|
type: 'string',
|
|
3376
3377
|
},
|
|
@@ -5680,6 +5681,7 @@ const openapi = {
|
|
|
5680
5681
|
'latch_access',
|
|
5681
5682
|
'dormakaba_ambiance_credential',
|
|
5682
5683
|
'hotek_card',
|
|
5684
|
+
'salto_ks_tag',
|
|
5683
5685
|
],
|
|
5684
5686
|
type: 'string',
|
|
5685
5687
|
},
|
|
@@ -6070,6 +6072,7 @@ const openapi = {
|
|
|
6070
6072
|
'latch_access',
|
|
6071
6073
|
'dormakaba_ambiance_credential',
|
|
6072
6074
|
'hotek_card',
|
|
6075
|
+
'salto_ks_tag',
|
|
6073
6076
|
],
|
|
6074
6077
|
type: 'string',
|
|
6075
6078
|
},
|
|
@@ -6686,6 +6689,7 @@ const openapi = {
|
|
|
6686
6689
|
'latch_access',
|
|
6687
6690
|
'dormakaba_ambiance_credential',
|
|
6688
6691
|
'hotek_card',
|
|
6692
|
+
'salto_ks_tag',
|
|
6689
6693
|
],
|
|
6690
6694
|
type: 'string',
|
|
6691
6695
|
},
|
|
@@ -7074,6 +7078,7 @@ const openapi = {
|
|
|
7074
7078
|
'latch_access',
|
|
7075
7079
|
'dormakaba_ambiance_credential',
|
|
7076
7080
|
'hotek_card',
|
|
7081
|
+
'salto_ks_tag',
|
|
7077
7082
|
],
|
|
7078
7083
|
type: 'string',
|
|
7079
7084
|
},
|
|
@@ -22861,6 +22866,7 @@ const openapi = {
|
|
|
22861
22866
|
'latch_access',
|
|
22862
22867
|
'dormakaba_ambiance_credential',
|
|
22863
22868
|
'hotek_card',
|
|
22869
|
+
'salto_ks_tag',
|
|
22864
22870
|
],
|
|
22865
22871
|
type: 'string',
|
|
22866
22872
|
},
|
|
@@ -25836,6 +25842,7 @@ const openapi = {
|
|
|
25836
25842
|
'latch_access',
|
|
25837
25843
|
'dormakaba_ambiance_credential',
|
|
25838
25844
|
'hotek_card',
|
|
25845
|
+
'salto_ks_tag',
|
|
25839
25846
|
],
|
|
25840
25847
|
type: 'string',
|
|
25841
25848
|
},
|