@seamapi/types 1.330.0 → 1.331.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 +24 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +124 -124
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -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/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +14 -0
- package/src/lib/seam/connect/route-types.ts +188 -0
package/package.json
CHANGED
|
@@ -559,6 +559,8 @@ export default {
|
|
|
559
559
|
'hid_credential',
|
|
560
560
|
'visionline_card',
|
|
561
561
|
'salto_ks_credential',
|
|
562
|
+
'assa_abloy_vostio_card',
|
|
563
|
+
'assa_abloy_vostio_mobile_key',
|
|
562
564
|
],
|
|
563
565
|
type: 'string',
|
|
564
566
|
},
|
|
@@ -2055,6 +2057,8 @@ export default {
|
|
|
2055
2057
|
'hid_credential',
|
|
2056
2058
|
'visionline_card',
|
|
2057
2059
|
'salto_ks_credential',
|
|
2060
|
+
'assa_abloy_vostio_card',
|
|
2061
|
+
'assa_abloy_vostio_mobile_key',
|
|
2058
2062
|
],
|
|
2059
2063
|
type: 'string',
|
|
2060
2064
|
},
|
|
@@ -2415,6 +2419,8 @@ export default {
|
|
|
2415
2419
|
'hid_credential',
|
|
2416
2420
|
'visionline_card',
|
|
2417
2421
|
'salto_ks_credential',
|
|
2422
|
+
'assa_abloy_vostio_card',
|
|
2423
|
+
'assa_abloy_vostio_mobile_key',
|
|
2418
2424
|
],
|
|
2419
2425
|
type: 'string',
|
|
2420
2426
|
},
|
|
@@ -2908,6 +2914,8 @@ export default {
|
|
|
2908
2914
|
'hid_credential',
|
|
2909
2915
|
'visionline_card',
|
|
2910
2916
|
'salto_ks_credential',
|
|
2917
|
+
'assa_abloy_vostio_card',
|
|
2918
|
+
'assa_abloy_vostio_mobile_key',
|
|
2911
2919
|
],
|
|
2912
2920
|
type: 'string',
|
|
2913
2921
|
},
|
|
@@ -3265,6 +3273,8 @@ export default {
|
|
|
3265
3273
|
'hid_credential',
|
|
3266
3274
|
'visionline_card',
|
|
3267
3275
|
'salto_ks_credential',
|
|
3276
|
+
'assa_abloy_vostio_card',
|
|
3277
|
+
'assa_abloy_vostio_mobile_key',
|
|
3268
3278
|
],
|
|
3269
3279
|
type: 'string',
|
|
3270
3280
|
},
|
|
@@ -15192,6 +15202,8 @@ export default {
|
|
|
15192
15202
|
'hid_credential',
|
|
15193
15203
|
'visionline_card',
|
|
15194
15204
|
'salto_ks_credential',
|
|
15205
|
+
'assa_abloy_vostio_card',
|
|
15206
|
+
'assa_abloy_vostio_mobile_key',
|
|
15195
15207
|
],
|
|
15196
15208
|
type: 'string',
|
|
15197
15209
|
},
|
|
@@ -15653,6 +15665,8 @@ export default {
|
|
|
15653
15665
|
'hid_credential',
|
|
15654
15666
|
'visionline_card',
|
|
15655
15667
|
'salto_ks_credential',
|
|
15668
|
+
'assa_abloy_vostio_card',
|
|
15669
|
+
'assa_abloy_vostio_mobile_key',
|
|
15656
15670
|
],
|
|
15657
15671
|
type: 'string',
|
|
15658
15672
|
},
|