@seamapi/types 1.836.0 → 1.837.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 +22 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +232 -232
- package/dist/index.cjs +22 -11
- 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/acs/acs-users/acs-user.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.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 +52 -52
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +9 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +144 -144
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +9 -0
- package/src/lib/seam/connect/route-types.ts +144 -0
|
@@ -3372,6 +3372,7 @@ const openapi = {
|
|
|
3372
3372
|
'dormakaba_ambiance_credential',
|
|
3373
3373
|
'hotek_card',
|
|
3374
3374
|
'salto_ks_tag',
|
|
3375
|
+
'avigilon_alta_credential',
|
|
3375
3376
|
],
|
|
3376
3377
|
type: 'string',
|
|
3377
3378
|
},
|
|
@@ -4671,6 +4672,7 @@ const openapi = {
|
|
|
4671
4672
|
'latch_user',
|
|
4672
4673
|
'dormakaba_community_user',
|
|
4673
4674
|
'salto_space_user',
|
|
4675
|
+
'avigilon_alta_user',
|
|
4674
4676
|
],
|
|
4675
4677
|
type: 'string',
|
|
4676
4678
|
},
|
|
@@ -5682,6 +5684,7 @@ const openapi = {
|
|
|
5682
5684
|
'dormakaba_ambiance_credential',
|
|
5683
5685
|
'hotek_card',
|
|
5684
5686
|
'salto_ks_tag',
|
|
5687
|
+
'avigilon_alta_credential',
|
|
5685
5688
|
],
|
|
5686
5689
|
type: 'string',
|
|
5687
5690
|
},
|
|
@@ -6073,6 +6076,7 @@ const openapi = {
|
|
|
6073
6076
|
'dormakaba_ambiance_credential',
|
|
6074
6077
|
'hotek_card',
|
|
6075
6078
|
'salto_ks_tag',
|
|
6079
|
+
'avigilon_alta_credential',
|
|
6076
6080
|
],
|
|
6077
6081
|
type: 'string',
|
|
6078
6082
|
},
|
|
@@ -6690,6 +6694,7 @@ const openapi = {
|
|
|
6690
6694
|
'dormakaba_ambiance_credential',
|
|
6691
6695
|
'hotek_card',
|
|
6692
6696
|
'salto_ks_tag',
|
|
6697
|
+
'avigilon_alta_credential',
|
|
6693
6698
|
],
|
|
6694
6699
|
type: 'string',
|
|
6695
6700
|
},
|
|
@@ -7079,6 +7084,7 @@ const openapi = {
|
|
|
7079
7084
|
'dormakaba_ambiance_credential',
|
|
7080
7085
|
'hotek_card',
|
|
7081
7086
|
'salto_ks_tag',
|
|
7087
|
+
'avigilon_alta_credential',
|
|
7082
7088
|
],
|
|
7083
7089
|
type: 'string',
|
|
7084
7090
|
},
|
|
@@ -22895,6 +22901,7 @@ const openapi = {
|
|
|
22895
22901
|
'dormakaba_ambiance_credential',
|
|
22896
22902
|
'hotek_card',
|
|
22897
22903
|
'salto_ks_tag',
|
|
22904
|
+
'avigilon_alta_credential',
|
|
22898
22905
|
],
|
|
22899
22906
|
type: 'string',
|
|
22900
22907
|
},
|
|
@@ -25871,6 +25878,7 @@ const openapi = {
|
|
|
25871
25878
|
'dormakaba_ambiance_credential',
|
|
25872
25879
|
'hotek_card',
|
|
25873
25880
|
'salto_ks_tag',
|
|
25881
|
+
'avigilon_alta_credential',
|
|
25874
25882
|
],
|
|
25875
25883
|
type: 'string',
|
|
25876
25884
|
},
|
|
@@ -26319,6 +26327,7 @@ const openapi = {
|
|
|
26319
26327
|
'latch_user',
|
|
26320
26328
|
'dormakaba_community_user',
|
|
26321
26329
|
'salto_space_user',
|
|
26330
|
+
'avigilon_alta_user',
|
|
26322
26331
|
],
|
|
26323
26332
|
type: 'string',
|
|
26324
26333
|
},
|