@seamapi/types 1.829.0 → 1.831.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 +21 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +210 -209
- package/dist/index.cjs +21 -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 +3 -2
- package/lib/seam/connect/models/devices/device-provider.js +3 -2
- 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 +9 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +137 -137
- 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 +3 -2
- package/src/lib/seam/connect/openapi.ts +9 -0
- package/src/lib/seam/connect/route-types.ts +137 -0
package/package.json
CHANGED
|
@@ -41,6 +41,7 @@ export const DEVICE_PROVIDERS = {
|
|
|
41
41
|
ASSA_ABLOY_CREDENTIAL_SERVICE: 'assa_abloy_credential_service',
|
|
42
42
|
TEDEE: 'tedee',
|
|
43
43
|
HONEYWELL_RESIDEO: 'honeywell_resideo',
|
|
44
|
+
FIRST_ALERT: 'first_alert',
|
|
44
45
|
LATCH: 'latch',
|
|
45
46
|
AKILES: 'akiles',
|
|
46
47
|
VOSTIO: 'assa_abloy_vostio',
|
|
@@ -120,9 +121,9 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
120
121
|
'dormakaba_oracode',
|
|
121
122
|
],
|
|
122
123
|
|
|
123
|
-
beta: ['korelock'],
|
|
124
|
+
beta: ['korelock', 'first_alert'],
|
|
124
125
|
|
|
125
|
-
thermostats: ['ecobee', 'nest', 'sensi', 'honeywell_resideo'],
|
|
126
|
+
thermostats: ['ecobee', 'nest', 'sensi', 'honeywell_resideo', 'first_alert'],
|
|
126
127
|
noise_sensors: ['minut', 'noiseaware'],
|
|
127
128
|
access_control_systems: [
|
|
128
129
|
'brivo',
|
|
@@ -3829,6 +3829,7 @@ const openapi: OpenAPISpec = {
|
|
|
3829
3829
|
'latch_access',
|
|
3830
3830
|
'dormakaba_ambiance_credential',
|
|
3831
3831
|
'hotek_card',
|
|
3832
|
+
'salto_ks_tag',
|
|
3832
3833
|
],
|
|
3833
3834
|
type: 'string',
|
|
3834
3835
|
},
|
|
@@ -6448,6 +6449,7 @@ const openapi: OpenAPISpec = {
|
|
|
6448
6449
|
'latch_access',
|
|
6449
6450
|
'dormakaba_ambiance_credential',
|
|
6450
6451
|
'hotek_card',
|
|
6452
|
+
'salto_ks_tag',
|
|
6451
6453
|
],
|
|
6452
6454
|
type: 'string',
|
|
6453
6455
|
},
|
|
@@ -6904,6 +6906,7 @@ const openapi: OpenAPISpec = {
|
|
|
6904
6906
|
'latch_access',
|
|
6905
6907
|
'dormakaba_ambiance_credential',
|
|
6906
6908
|
'hotek_card',
|
|
6909
|
+
'salto_ks_tag',
|
|
6907
6910
|
],
|
|
6908
6911
|
type: 'string',
|
|
6909
6912
|
},
|
|
@@ -7616,6 +7619,7 @@ const openapi: OpenAPISpec = {
|
|
|
7616
7619
|
'latch_access',
|
|
7617
7620
|
'dormakaba_ambiance_credential',
|
|
7618
7621
|
'hotek_card',
|
|
7622
|
+
'salto_ks_tag',
|
|
7619
7623
|
],
|
|
7620
7624
|
type: 'string',
|
|
7621
7625
|
},
|
|
@@ -8069,6 +8073,7 @@ const openapi: OpenAPISpec = {
|
|
|
8069
8073
|
'latch_access',
|
|
8070
8074
|
'dormakaba_ambiance_credential',
|
|
8071
8075
|
'hotek_card',
|
|
8076
|
+
'salto_ks_tag',
|
|
8072
8077
|
],
|
|
8073
8078
|
type: 'string',
|
|
8074
8079
|
},
|
|
@@ -15697,6 +15702,7 @@ const openapi: OpenAPISpec = {
|
|
|
15697
15702
|
'assa_abloy_credential_service',
|
|
15698
15703
|
'tedee',
|
|
15699
15704
|
'honeywell_resideo',
|
|
15705
|
+
'first_alert',
|
|
15700
15706
|
'latch',
|
|
15701
15707
|
'akiles',
|
|
15702
15708
|
'assa_abloy_vostio',
|
|
@@ -25439,6 +25445,7 @@ const openapi: OpenAPISpec = {
|
|
|
25439
25445
|
'latch_access',
|
|
25440
25446
|
'dormakaba_ambiance_credential',
|
|
25441
25447
|
'hotek_card',
|
|
25448
|
+
'salto_ks_tag',
|
|
25442
25449
|
],
|
|
25443
25450
|
type: 'string',
|
|
25444
25451
|
},
|
|
@@ -28830,6 +28837,7 @@ const openapi: OpenAPISpec = {
|
|
|
28830
28837
|
'latch_access',
|
|
28831
28838
|
'dormakaba_ambiance_credential',
|
|
28832
28839
|
'hotek_card',
|
|
28840
|
+
'salto_ks_tag',
|
|
28833
28841
|
],
|
|
28834
28842
|
type: 'string',
|
|
28835
28843
|
},
|
|
@@ -49588,6 +49596,7 @@ const openapi: OpenAPISpec = {
|
|
|
49588
49596
|
'assa_abloy_credential_service',
|
|
49589
49597
|
'tedee',
|
|
49590
49598
|
'honeywell_resideo',
|
|
49599
|
+
'first_alert',
|
|
49591
49600
|
'latch',
|
|
49592
49601
|
'akiles',
|
|
49593
49602
|
'assa_abloy_vostio',
|