@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
package/package.json
CHANGED
|
@@ -3830,6 +3830,7 @@ const openapi: OpenAPISpec = {
|
|
|
3830
3830
|
'dormakaba_ambiance_credential',
|
|
3831
3831
|
'hotek_card',
|
|
3832
3832
|
'salto_ks_tag',
|
|
3833
|
+
'avigilon_alta_credential',
|
|
3833
3834
|
],
|
|
3834
3835
|
type: 'string',
|
|
3835
3836
|
},
|
|
@@ -5316,6 +5317,7 @@ const openapi: OpenAPISpec = {
|
|
|
5316
5317
|
'latch_user',
|
|
5317
5318
|
'dormakaba_community_user',
|
|
5318
5319
|
'salto_space_user',
|
|
5320
|
+
'avigilon_alta_user',
|
|
5319
5321
|
],
|
|
5320
5322
|
type: 'string',
|
|
5321
5323
|
},
|
|
@@ -6450,6 +6452,7 @@ const openapi: OpenAPISpec = {
|
|
|
6450
6452
|
'dormakaba_ambiance_credential',
|
|
6451
6453
|
'hotek_card',
|
|
6452
6454
|
'salto_ks_tag',
|
|
6455
|
+
'avigilon_alta_credential',
|
|
6453
6456
|
],
|
|
6454
6457
|
type: 'string',
|
|
6455
6458
|
},
|
|
@@ -6907,6 +6910,7 @@ const openapi: OpenAPISpec = {
|
|
|
6907
6910
|
'dormakaba_ambiance_credential',
|
|
6908
6911
|
'hotek_card',
|
|
6909
6912
|
'salto_ks_tag',
|
|
6913
|
+
'avigilon_alta_credential',
|
|
6910
6914
|
],
|
|
6911
6915
|
type: 'string',
|
|
6912
6916
|
},
|
|
@@ -7620,6 +7624,7 @@ const openapi: OpenAPISpec = {
|
|
|
7620
7624
|
'dormakaba_ambiance_credential',
|
|
7621
7625
|
'hotek_card',
|
|
7622
7626
|
'salto_ks_tag',
|
|
7627
|
+
'avigilon_alta_credential',
|
|
7623
7628
|
],
|
|
7624
7629
|
type: 'string',
|
|
7625
7630
|
},
|
|
@@ -8074,6 +8079,7 @@ const openapi: OpenAPISpec = {
|
|
|
8074
8079
|
'dormakaba_ambiance_credential',
|
|
8075
8080
|
'hotek_card',
|
|
8076
8081
|
'salto_ks_tag',
|
|
8082
|
+
'avigilon_alta_credential',
|
|
8077
8083
|
],
|
|
8078
8084
|
type: 'string',
|
|
8079
8085
|
},
|
|
@@ -25479,6 +25485,7 @@ const openapi: OpenAPISpec = {
|
|
|
25479
25485
|
'dormakaba_ambiance_credential',
|
|
25480
25486
|
'hotek_card',
|
|
25481
25487
|
'salto_ks_tag',
|
|
25488
|
+
'avigilon_alta_credential',
|
|
25482
25489
|
],
|
|
25483
25490
|
type: 'string',
|
|
25484
25491
|
},
|
|
@@ -28871,6 +28878,7 @@ const openapi: OpenAPISpec = {
|
|
|
28871
28878
|
'dormakaba_ambiance_credential',
|
|
28872
28879
|
'hotek_card',
|
|
28873
28880
|
'salto_ks_tag',
|
|
28881
|
+
'avigilon_alta_credential',
|
|
28874
28882
|
],
|
|
28875
28883
|
type: 'string',
|
|
28876
28884
|
},
|
|
@@ -29394,6 +29402,7 @@ const openapi: OpenAPISpec = {
|
|
|
29394
29402
|
'latch_user',
|
|
29395
29403
|
'dormakaba_community_user',
|
|
29396
29404
|
'salto_space_user',
|
|
29405
|
+
'avigilon_alta_user',
|
|
29397
29406
|
],
|
|
29398
29407
|
type: 'string',
|
|
29399
29408
|
},
|