@seamapi/types 1.388.0 → 1.389.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 +14 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +136 -136
- 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/openapi.js +6 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +106 -106
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +6 -0
- package/src/lib/seam/connect/route-types.ts +106 -0
package/package.json
CHANGED
|
@@ -1715,6 +1715,7 @@ export default {
|
|
|
1715
1715
|
'salto_ks_credential',
|
|
1716
1716
|
'assa_abloy_vostio_key',
|
|
1717
1717
|
'salto_space_key',
|
|
1718
|
+
'latch_access',
|
|
1718
1719
|
],
|
|
1719
1720
|
type: 'string',
|
|
1720
1721
|
},
|
|
@@ -3787,6 +3788,7 @@ export default {
|
|
|
3787
3788
|
'salto_ks_credential',
|
|
3788
3789
|
'assa_abloy_vostio_key',
|
|
3789
3790
|
'salto_space_key',
|
|
3791
|
+
'latch_access',
|
|
3790
3792
|
],
|
|
3791
3793
|
type: 'string',
|
|
3792
3794
|
},
|
|
@@ -4182,6 +4184,7 @@ export default {
|
|
|
4182
4184
|
'salto_ks_credential',
|
|
4183
4185
|
'assa_abloy_vostio_key',
|
|
4184
4186
|
'salto_space_key',
|
|
4187
|
+
'latch_access',
|
|
4185
4188
|
],
|
|
4186
4189
|
type: 'string',
|
|
4187
4190
|
},
|
|
@@ -4978,6 +4981,7 @@ export default {
|
|
|
4978
4981
|
'salto_ks_credential',
|
|
4979
4982
|
'assa_abloy_vostio_key',
|
|
4980
4983
|
'salto_space_key',
|
|
4984
|
+
'latch_access',
|
|
4981
4985
|
],
|
|
4982
4986
|
type: 'string',
|
|
4983
4987
|
},
|
|
@@ -5371,6 +5375,7 @@ export default {
|
|
|
5371
5375
|
'salto_ks_credential',
|
|
5372
5376
|
'assa_abloy_vostio_key',
|
|
5373
5377
|
'salto_space_key',
|
|
5378
|
+
'latch_access',
|
|
5374
5379
|
],
|
|
5375
5380
|
type: 'string',
|
|
5376
5381
|
},
|
|
@@ -16666,6 +16671,7 @@ export default {
|
|
|
16666
16671
|
'salto_ks_credential',
|
|
16667
16672
|
'assa_abloy_vostio_key',
|
|
16668
16673
|
'salto_space_key',
|
|
16674
|
+
'latch_access',
|
|
16669
16675
|
],
|
|
16670
16676
|
type: 'string',
|
|
16671
16677
|
},
|