@seamapi/types 1.258.3 → 1.259.1
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 +53 -19
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +147 -38
- package/lib/seam/connect/models/devices/device-metadata.d.ts +18 -0
- package/lib/seam/connect/models/devices/device-metadata.js +4 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-type.js +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +29 -3
- package/lib/seam/connect/models/devices/phone.d.ts +19 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -3
- package/lib/seam/connect/openapi.d.ts +13 -0
- package/lib/seam/connect/openapi.js +30 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +84 -32
- package/package.json +2 -2
- package/src/lib/seam/connect/models/devices/device-metadata.ts +5 -0
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +30 -1
- package/src/lib/seam/connect/route-types.ts +110 -2
|
@@ -2658,6 +2658,7 @@ export default {
|
|
|
2658
2658
|
'four_suites_door',
|
|
2659
2659
|
'dormakaba_oracode_door',
|
|
2660
2660
|
'tedee_lock',
|
|
2661
|
+
'akiles_lock',
|
|
2661
2662
|
],
|
|
2662
2663
|
type: 'string',
|
|
2663
2664
|
},
|
|
@@ -2955,6 +2956,14 @@ export default {
|
|
|
2955
2956
|
},
|
|
2956
2957
|
{
|
|
2957
2958
|
properties: {
|
|
2959
|
+
akiles_metadata: {
|
|
2960
|
+
properties: {
|
|
2961
|
+
gadget_id: { type: 'string' },
|
|
2962
|
+
gadget_name: { type: 'string' },
|
|
2963
|
+
},
|
|
2964
|
+
required: ['gadget_name', 'gadget_id'],
|
|
2965
|
+
type: 'object',
|
|
2966
|
+
},
|
|
2958
2967
|
august_metadata: {
|
|
2959
2968
|
properties: {
|
|
2960
2969
|
has_keypad: { type: 'boolean' },
|
|
@@ -3927,7 +3936,11 @@ export default {
|
|
|
3927
3936
|
hvac_mode_setting: { type: 'string' },
|
|
3928
3937
|
is_fallback_climate_preset: { type: 'boolean' },
|
|
3929
3938
|
occurred_at: { format: 'date-time', type: 'string' },
|
|
3930
|
-
thermostat_schedule_id: {
|
|
3939
|
+
thermostat_schedule_id: {
|
|
3940
|
+
format: 'uuid',
|
|
3941
|
+
nullable: true,
|
|
3942
|
+
type: 'string',
|
|
3943
|
+
},
|
|
3931
3944
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
3932
3945
|
},
|
|
3933
3946
|
required: [
|
|
@@ -4375,6 +4388,7 @@ export default {
|
|
|
4375
4388
|
'four_suites_door',
|
|
4376
4389
|
'dormakaba_oracode_door',
|
|
4377
4390
|
'tedee_lock',
|
|
4391
|
+
'akiles_lock',
|
|
4378
4392
|
],
|
|
4379
4393
|
type: 'string',
|
|
4380
4394
|
},
|
|
@@ -10889,6 +10903,7 @@ export default {
|
|
|
10889
10903
|
'four_suites_door',
|
|
10890
10904
|
'dormakaba_oracode_door',
|
|
10891
10905
|
'tedee_lock',
|
|
10906
|
+
'akiles_lock',
|
|
10892
10907
|
],
|
|
10893
10908
|
type: 'string',
|
|
10894
10909
|
},
|
|
@@ -10939,6 +10954,7 @@ export default {
|
|
|
10939
10954
|
'four_suites_door',
|
|
10940
10955
|
'dormakaba_oracode_door',
|
|
10941
10956
|
'tedee_lock',
|
|
10957
|
+
'akiles_lock',
|
|
10942
10958
|
],
|
|
10943
10959
|
type: 'string',
|
|
10944
10960
|
},
|
|
@@ -11038,6 +11054,7 @@ export default {
|
|
|
11038
11054
|
'dormakaba_oracode',
|
|
11039
11055
|
'tedee',
|
|
11040
11056
|
'honeywell_resideo',
|
|
11057
|
+
'akiles',
|
|
11041
11058
|
],
|
|
11042
11059
|
type: 'string',
|
|
11043
11060
|
},
|
|
@@ -11373,6 +11390,7 @@ export default {
|
|
|
11373
11390
|
'four_suites_door',
|
|
11374
11391
|
'dormakaba_oracode_door',
|
|
11375
11392
|
'tedee_lock',
|
|
11393
|
+
'akiles_lock',
|
|
11376
11394
|
],
|
|
11377
11395
|
type: 'string',
|
|
11378
11396
|
},
|
|
@@ -11423,6 +11441,7 @@ export default {
|
|
|
11423
11441
|
'four_suites_door',
|
|
11424
11442
|
'dormakaba_oracode_door',
|
|
11425
11443
|
'tedee_lock',
|
|
11444
|
+
'akiles_lock',
|
|
11426
11445
|
],
|
|
11427
11446
|
type: 'string',
|
|
11428
11447
|
},
|
|
@@ -11522,6 +11541,7 @@ export default {
|
|
|
11522
11541
|
'dormakaba_oracode',
|
|
11523
11542
|
'tedee',
|
|
11524
11543
|
'honeywell_resideo',
|
|
11544
|
+
'akiles',
|
|
11525
11545
|
],
|
|
11526
11546
|
type: 'string',
|
|
11527
11547
|
},
|
|
@@ -12141,6 +12161,7 @@ export default {
|
|
|
12141
12161
|
'four_suites_door',
|
|
12142
12162
|
'dormakaba_oracode_door',
|
|
12143
12163
|
'tedee_lock',
|
|
12164
|
+
'akiles_lock',
|
|
12144
12165
|
],
|
|
12145
12166
|
type: 'string',
|
|
12146
12167
|
},
|
|
@@ -12191,6 +12212,7 @@ export default {
|
|
|
12191
12212
|
'four_suites_door',
|
|
12192
12213
|
'dormakaba_oracode_door',
|
|
12193
12214
|
'tedee_lock',
|
|
12215
|
+
'akiles_lock',
|
|
12194
12216
|
],
|
|
12195
12217
|
type: 'string',
|
|
12196
12218
|
},
|
|
@@ -12290,6 +12312,7 @@ export default {
|
|
|
12290
12312
|
'dormakaba_oracode',
|
|
12291
12313
|
'tedee',
|
|
12292
12314
|
'honeywell_resideo',
|
|
12315
|
+
'akiles',
|
|
12293
12316
|
],
|
|
12294
12317
|
type: 'string',
|
|
12295
12318
|
},
|
|
@@ -12588,6 +12611,7 @@ export default {
|
|
|
12588
12611
|
'four_suites_door',
|
|
12589
12612
|
'dormakaba_oracode_door',
|
|
12590
12613
|
'tedee_lock',
|
|
12614
|
+
'akiles_lock',
|
|
12591
12615
|
],
|
|
12592
12616
|
type: 'string',
|
|
12593
12617
|
},
|
|
@@ -12638,6 +12662,7 @@ export default {
|
|
|
12638
12662
|
'four_suites_door',
|
|
12639
12663
|
'dormakaba_oracode_door',
|
|
12640
12664
|
'tedee_lock',
|
|
12665
|
+
'akiles_lock',
|
|
12641
12666
|
],
|
|
12642
12667
|
type: 'string',
|
|
12643
12668
|
},
|
|
@@ -12737,6 +12762,7 @@ export default {
|
|
|
12737
12762
|
'dormakaba_oracode',
|
|
12738
12763
|
'tedee',
|
|
12739
12764
|
'honeywell_resideo',
|
|
12765
|
+
'akiles',
|
|
12740
12766
|
],
|
|
12741
12767
|
type: 'string',
|
|
12742
12768
|
},
|
|
@@ -13833,6 +13859,7 @@ export default {
|
|
|
13833
13859
|
'four_suites_door',
|
|
13834
13860
|
'dormakaba_oracode_door',
|
|
13835
13861
|
'tedee_lock',
|
|
13862
|
+
'akiles_lock',
|
|
13836
13863
|
],
|
|
13837
13864
|
type: 'string',
|
|
13838
13865
|
},
|
|
@@ -13883,6 +13910,7 @@ export default {
|
|
|
13883
13910
|
'four_suites_door',
|
|
13884
13911
|
'dormakaba_oracode_door',
|
|
13885
13912
|
'tedee_lock',
|
|
13913
|
+
'akiles_lock',
|
|
13886
13914
|
],
|
|
13887
13915
|
type: 'string',
|
|
13888
13916
|
},
|
|
@@ -13982,6 +14010,7 @@ export default {
|
|
|
13982
14010
|
'dormakaba_oracode',
|
|
13983
14011
|
'tedee',
|
|
13984
14012
|
'honeywell_resideo',
|
|
14013
|
+
'akiles',
|
|
13985
14014
|
],
|
|
13986
14015
|
type: 'string',
|
|
13987
14016
|
},
|
|
@@ -4270,6 +4270,7 @@ export interface Routes {
|
|
|
4270
4270
|
| 'four_suites_door'
|
|
4271
4271
|
| 'dormakaba_oracode_door'
|
|
4272
4272
|
| 'tedee_lock'
|
|
4273
|
+
| 'akiles_lock'
|
|
4273
4274
|
)
|
|
4274
4275
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
4275
4276
|
| (
|
|
@@ -4643,6 +4644,12 @@ export interface Routes {
|
|
|
4643
4644
|
encoder_id: string
|
|
4644
4645
|
}
|
|
4645
4646
|
| undefined
|
|
4647
|
+
akiles_metadata?:
|
|
4648
|
+
| {
|
|
4649
|
+
gadget_name: string
|
|
4650
|
+
gadget_id: string
|
|
4651
|
+
}
|
|
4652
|
+
| undefined
|
|
4646
4653
|
}) &
|
|
4647
4654
|
({
|
|
4648
4655
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -8292,6 +8299,7 @@ export interface Routes {
|
|
|
8292
8299
|
| 'four_suites_door'
|
|
8293
8300
|
| 'dormakaba_oracode_door'
|
|
8294
8301
|
| 'tedee_lock'
|
|
8302
|
+
| 'akiles_lock'
|
|
8295
8303
|
)
|
|
8296
8304
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8297
8305
|
| (
|
|
@@ -8665,6 +8673,12 @@ export interface Routes {
|
|
|
8665
8673
|
encoder_id: string
|
|
8666
8674
|
}
|
|
8667
8675
|
| undefined
|
|
8676
|
+
akiles_metadata?:
|
|
8677
|
+
| {
|
|
8678
|
+
gadget_name: string
|
|
8679
|
+
gadget_id: string
|
|
8680
|
+
}
|
|
8681
|
+
| undefined
|
|
8668
8682
|
}) &
|
|
8669
8683
|
({
|
|
8670
8684
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -8907,6 +8921,7 @@ export interface Routes {
|
|
|
8907
8921
|
| 'four_suites_door'
|
|
8908
8922
|
| 'dormakaba_oracode_door'
|
|
8909
8923
|
| 'tedee_lock'
|
|
8924
|
+
| 'akiles_lock'
|
|
8910
8925
|
)
|
|
8911
8926
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8912
8927
|
| (
|
|
@@ -8947,6 +8962,7 @@ export interface Routes {
|
|
|
8947
8962
|
| 'four_suites_door'
|
|
8948
8963
|
| 'dormakaba_oracode_door'
|
|
8949
8964
|
| 'tedee_lock'
|
|
8965
|
+
| 'akiles_lock'
|
|
8950
8966
|
)
|
|
8951
8967
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8952
8968
|
| (
|
|
@@ -8994,6 +9010,7 @@ export interface Routes {
|
|
|
8994
9010
|
| 'dormakaba_oracode'
|
|
8995
9011
|
| 'tedee'
|
|
8996
9012
|
| 'honeywell_resideo'
|
|
9013
|
+
| 'akiles'
|
|
8997
9014
|
)
|
|
8998
9015
|
| undefined
|
|
8999
9016
|
device_ids?: string[] | undefined
|
|
@@ -9066,6 +9083,7 @@ export interface Routes {
|
|
|
9066
9083
|
| 'four_suites_door'
|
|
9067
9084
|
| 'dormakaba_oracode_door'
|
|
9068
9085
|
| 'tedee_lock'
|
|
9086
|
+
| 'akiles_lock'
|
|
9069
9087
|
)
|
|
9070
9088
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
9071
9089
|
| (
|
|
@@ -9439,6 +9457,12 @@ export interface Routes {
|
|
|
9439
9457
|
encoder_id: string
|
|
9440
9458
|
}
|
|
9441
9459
|
| undefined
|
|
9460
|
+
akiles_metadata?:
|
|
9461
|
+
| {
|
|
9462
|
+
gadget_name: string
|
|
9463
|
+
gadget_id: string
|
|
9464
|
+
}
|
|
9465
|
+
| undefined
|
|
9442
9466
|
}) &
|
|
9443
9467
|
({
|
|
9444
9468
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -9799,6 +9823,7 @@ export interface Routes {
|
|
|
9799
9823
|
| 'four_suites_door'
|
|
9800
9824
|
| 'dormakaba_oracode_door'
|
|
9801
9825
|
| 'tedee_lock'
|
|
9826
|
+
| 'akiles_lock'
|
|
9802
9827
|
)
|
|
9803
9828
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
9804
9829
|
| (
|
|
@@ -9958,6 +9983,7 @@ export interface Routes {
|
|
|
9958
9983
|
| 'four_suites_door'
|
|
9959
9984
|
| 'dormakaba_oracode_door'
|
|
9960
9985
|
| 'tedee_lock'
|
|
9986
|
+
| 'akiles_lock'
|
|
9961
9987
|
)
|
|
9962
9988
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
9963
9989
|
| (
|
|
@@ -9998,6 +10024,7 @@ export interface Routes {
|
|
|
9998
10024
|
| 'four_suites_door'
|
|
9999
10025
|
| 'dormakaba_oracode_door'
|
|
10000
10026
|
| 'tedee_lock'
|
|
10027
|
+
| 'akiles_lock'
|
|
10001
10028
|
)
|
|
10002
10029
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
10003
10030
|
| (
|
|
@@ -10045,6 +10072,7 @@ export interface Routes {
|
|
|
10045
10072
|
| 'dormakaba_oracode'
|
|
10046
10073
|
| 'tedee'
|
|
10047
10074
|
| 'honeywell_resideo'
|
|
10075
|
+
| 'akiles'
|
|
10048
10076
|
)
|
|
10049
10077
|
| undefined
|
|
10050
10078
|
device_ids?: string[] | undefined
|
|
@@ -10117,6 +10145,7 @@ export interface Routes {
|
|
|
10117
10145
|
| 'four_suites_door'
|
|
10118
10146
|
| 'dormakaba_oracode_door'
|
|
10119
10147
|
| 'tedee_lock'
|
|
10148
|
+
| 'akiles_lock'
|
|
10120
10149
|
)
|
|
10121
10150
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
10122
10151
|
| (
|
|
@@ -10295,7 +10324,7 @@ export interface Routes {
|
|
|
10295
10324
|
created_at: string
|
|
10296
10325
|
occurred_at: string
|
|
10297
10326
|
event_description: string
|
|
10298
|
-
thermostat_schedule_id?: string | undefined
|
|
10327
|
+
thermostat_schedule_id?: (string | undefined) | null
|
|
10299
10328
|
is_fallback_climate_preset?: boolean | undefined
|
|
10300
10329
|
climate_preset_key?: string | undefined
|
|
10301
10330
|
hvac_mode_setting?: string | undefined
|
|
@@ -10477,7 +10506,7 @@ export interface Routes {
|
|
|
10477
10506
|
created_at: string
|
|
10478
10507
|
occurred_at: string
|
|
10479
10508
|
event_description: string
|
|
10480
|
-
thermostat_schedule_id?: string | undefined
|
|
10509
|
+
thermostat_schedule_id?: (string | undefined) | null
|
|
10481
10510
|
is_fallback_climate_preset?: boolean | undefined
|
|
10482
10511
|
climate_preset_key?: string | undefined
|
|
10483
10512
|
hvac_mode_setting?: string | undefined
|
|
@@ -10532,6 +10561,7 @@ export interface Routes {
|
|
|
10532
10561
|
| 'four_suites_door'
|
|
10533
10562
|
| 'dormakaba_oracode_door'
|
|
10534
10563
|
| 'tedee_lock'
|
|
10564
|
+
| 'akiles_lock'
|
|
10535
10565
|
)
|
|
10536
10566
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
10537
10567
|
| (
|
|
@@ -10905,6 +10935,12 @@ export interface Routes {
|
|
|
10905
10935
|
encoder_id: string
|
|
10906
10936
|
}
|
|
10907
10937
|
| undefined
|
|
10938
|
+
akiles_metadata?:
|
|
10939
|
+
| {
|
|
10940
|
+
gadget_name: string
|
|
10941
|
+
gadget_id: string
|
|
10942
|
+
}
|
|
10943
|
+
| undefined
|
|
10908
10944
|
}) &
|
|
10909
10945
|
({
|
|
10910
10946
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -11138,6 +11174,7 @@ export interface Routes {
|
|
|
11138
11174
|
| 'four_suites_door'
|
|
11139
11175
|
| 'dormakaba_oracode_door'
|
|
11140
11176
|
| 'tedee_lock'
|
|
11177
|
+
| 'akiles_lock'
|
|
11141
11178
|
)
|
|
11142
11179
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
11143
11180
|
| (
|
|
@@ -11511,6 +11548,12 @@ export interface Routes {
|
|
|
11511
11548
|
encoder_id: string
|
|
11512
11549
|
}
|
|
11513
11550
|
| undefined
|
|
11551
|
+
akiles_metadata?:
|
|
11552
|
+
| {
|
|
11553
|
+
gadget_name: string
|
|
11554
|
+
gadget_id: string
|
|
11555
|
+
}
|
|
11556
|
+
| undefined
|
|
11514
11557
|
}) &
|
|
11515
11558
|
({
|
|
11516
11559
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -11753,6 +11796,7 @@ export interface Routes {
|
|
|
11753
11796
|
| 'four_suites_door'
|
|
11754
11797
|
| 'dormakaba_oracode_door'
|
|
11755
11798
|
| 'tedee_lock'
|
|
11799
|
+
| 'akiles_lock'
|
|
11756
11800
|
)
|
|
11757
11801
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
11758
11802
|
| (
|
|
@@ -11793,6 +11837,7 @@ export interface Routes {
|
|
|
11793
11837
|
| 'four_suites_door'
|
|
11794
11838
|
| 'dormakaba_oracode_door'
|
|
11795
11839
|
| 'tedee_lock'
|
|
11840
|
+
| 'akiles_lock'
|
|
11796
11841
|
)
|
|
11797
11842
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
11798
11843
|
| (
|
|
@@ -11840,6 +11885,7 @@ export interface Routes {
|
|
|
11840
11885
|
| 'dormakaba_oracode'
|
|
11841
11886
|
| 'tedee'
|
|
11842
11887
|
| 'honeywell_resideo'
|
|
11888
|
+
| 'akiles'
|
|
11843
11889
|
)
|
|
11844
11890
|
| undefined
|
|
11845
11891
|
device_ids?: string[] | undefined
|
|
@@ -11912,6 +11958,7 @@ export interface Routes {
|
|
|
11912
11958
|
| 'four_suites_door'
|
|
11913
11959
|
| 'dormakaba_oracode_door'
|
|
11914
11960
|
| 'tedee_lock'
|
|
11961
|
+
| 'akiles_lock'
|
|
11915
11962
|
)
|
|
11916
11963
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
11917
11964
|
| (
|
|
@@ -12285,6 +12332,12 @@ export interface Routes {
|
|
|
12285
12332
|
encoder_id: string
|
|
12286
12333
|
}
|
|
12287
12334
|
| undefined
|
|
12335
|
+
akiles_metadata?:
|
|
12336
|
+
| {
|
|
12337
|
+
gadget_name: string
|
|
12338
|
+
gadget_id: string
|
|
12339
|
+
}
|
|
12340
|
+
| undefined
|
|
12288
12341
|
}) &
|
|
12289
12342
|
({
|
|
12290
12343
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -12518,6 +12571,7 @@ export interface Routes {
|
|
|
12518
12571
|
| 'four_suites_door'
|
|
12519
12572
|
| 'dormakaba_oracode_door'
|
|
12520
12573
|
| 'tedee_lock'
|
|
12574
|
+
| 'akiles_lock'
|
|
12521
12575
|
)
|
|
12522
12576
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
12523
12577
|
| (
|
|
@@ -12891,6 +12945,12 @@ export interface Routes {
|
|
|
12891
12945
|
encoder_id: string
|
|
12892
12946
|
}
|
|
12893
12947
|
| undefined
|
|
12948
|
+
akiles_metadata?:
|
|
12949
|
+
| {
|
|
12950
|
+
gadget_name: string
|
|
12951
|
+
gadget_id: string
|
|
12952
|
+
}
|
|
12953
|
+
| undefined
|
|
12894
12954
|
}) &
|
|
12895
12955
|
({
|
|
12896
12956
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -14187,6 +14247,7 @@ export interface Routes {
|
|
|
14187
14247
|
| 'four_suites_door'
|
|
14188
14248
|
| 'dormakaba_oracode_door'
|
|
14189
14249
|
| 'tedee_lock'
|
|
14250
|
+
| 'akiles_lock'
|
|
14190
14251
|
)
|
|
14191
14252
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
14192
14253
|
| (
|
|
@@ -14227,6 +14288,7 @@ export interface Routes {
|
|
|
14227
14288
|
| 'four_suites_door'
|
|
14228
14289
|
| 'dormakaba_oracode_door'
|
|
14229
14290
|
| 'tedee_lock'
|
|
14291
|
+
| 'akiles_lock'
|
|
14230
14292
|
)
|
|
14231
14293
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
14232
14294
|
| (
|
|
@@ -14274,6 +14336,7 @@ export interface Routes {
|
|
|
14274
14336
|
| 'dormakaba_oracode'
|
|
14275
14337
|
| 'tedee'
|
|
14276
14338
|
| 'honeywell_resideo'
|
|
14339
|
+
| 'akiles'
|
|
14277
14340
|
)
|
|
14278
14341
|
| undefined
|
|
14279
14342
|
device_ids?: string[] | undefined
|
|
@@ -14346,6 +14409,7 @@ export interface Routes {
|
|
|
14346
14409
|
| 'four_suites_door'
|
|
14347
14410
|
| 'dormakaba_oracode_door'
|
|
14348
14411
|
| 'tedee_lock'
|
|
14412
|
+
| 'akiles_lock'
|
|
14349
14413
|
)
|
|
14350
14414
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
14351
14415
|
| (
|
|
@@ -14719,6 +14783,12 @@ export interface Routes {
|
|
|
14719
14783
|
encoder_id: string
|
|
14720
14784
|
}
|
|
14721
14785
|
| undefined
|
|
14786
|
+
akiles_metadata?:
|
|
14787
|
+
| {
|
|
14788
|
+
gadget_name: string
|
|
14789
|
+
gadget_id: string
|
|
14790
|
+
}
|
|
14791
|
+
| undefined
|
|
14722
14792
|
}) &
|
|
14723
14793
|
({
|
|
14724
14794
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -14952,6 +15022,7 @@ export interface Routes {
|
|
|
14952
15022
|
| 'four_suites_door'
|
|
14953
15023
|
| 'dormakaba_oracode_door'
|
|
14954
15024
|
| 'tedee_lock'
|
|
15025
|
+
| 'akiles_lock'
|
|
14955
15026
|
)
|
|
14956
15027
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
14957
15028
|
| (
|
|
@@ -15325,6 +15396,12 @@ export interface Routes {
|
|
|
15325
15396
|
encoder_id: string
|
|
15326
15397
|
}
|
|
15327
15398
|
| undefined
|
|
15399
|
+
akiles_metadata?:
|
|
15400
|
+
| {
|
|
15401
|
+
gadget_name: string
|
|
15402
|
+
gadget_id: string
|
|
15403
|
+
}
|
|
15404
|
+
| undefined
|
|
15328
15405
|
}) &
|
|
15329
15406
|
({
|
|
15330
15407
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -18425,6 +18502,7 @@ export interface Routes {
|
|
|
18425
18502
|
| 'four_suites_door'
|
|
18426
18503
|
| 'dormakaba_oracode_door'
|
|
18427
18504
|
| 'tedee_lock'
|
|
18505
|
+
| 'akiles_lock'
|
|
18428
18506
|
)
|
|
18429
18507
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
18430
18508
|
| (
|
|
@@ -18798,6 +18876,12 @@ export interface Routes {
|
|
|
18798
18876
|
encoder_id: string
|
|
18799
18877
|
}
|
|
18800
18878
|
| undefined
|
|
18879
|
+
akiles_metadata?:
|
|
18880
|
+
| {
|
|
18881
|
+
gadget_name: string
|
|
18882
|
+
gadget_id: string
|
|
18883
|
+
}
|
|
18884
|
+
| undefined
|
|
18801
18885
|
}) &
|
|
18802
18886
|
({
|
|
18803
18887
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -20066,6 +20150,7 @@ export interface Routes {
|
|
|
20066
20150
|
| 'four_suites_door'
|
|
20067
20151
|
| 'dormakaba_oracode_door'
|
|
20068
20152
|
| 'tedee_lock'
|
|
20153
|
+
| 'akiles_lock'
|
|
20069
20154
|
)
|
|
20070
20155
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
20071
20156
|
| (
|
|
@@ -20106,6 +20191,7 @@ export interface Routes {
|
|
|
20106
20191
|
| 'four_suites_door'
|
|
20107
20192
|
| 'dormakaba_oracode_door'
|
|
20108
20193
|
| 'tedee_lock'
|
|
20194
|
+
| 'akiles_lock'
|
|
20109
20195
|
)
|
|
20110
20196
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
20111
20197
|
| (
|
|
@@ -20153,6 +20239,7 @@ export interface Routes {
|
|
|
20153
20239
|
| 'dormakaba_oracode'
|
|
20154
20240
|
| 'tedee'
|
|
20155
20241
|
| 'honeywell_resideo'
|
|
20242
|
+
| 'akiles'
|
|
20156
20243
|
)
|
|
20157
20244
|
| undefined
|
|
20158
20245
|
device_ids?: string[] | undefined
|
|
@@ -20225,6 +20312,7 @@ export interface Routes {
|
|
|
20225
20312
|
| 'four_suites_door'
|
|
20226
20313
|
| 'dormakaba_oracode_door'
|
|
20227
20314
|
| 'tedee_lock'
|
|
20315
|
+
| 'akiles_lock'
|
|
20228
20316
|
)
|
|
20229
20317
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
20230
20318
|
| (
|
|
@@ -20598,6 +20686,12 @@ export interface Routes {
|
|
|
20598
20686
|
encoder_id: string
|
|
20599
20687
|
}
|
|
20600
20688
|
| undefined
|
|
20689
|
+
akiles_metadata?:
|
|
20690
|
+
| {
|
|
20691
|
+
gadget_name: string
|
|
20692
|
+
gadget_id: string
|
|
20693
|
+
}
|
|
20694
|
+
| undefined
|
|
20601
20695
|
}) &
|
|
20602
20696
|
({
|
|
20603
20697
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -22185,6 +22279,7 @@ export interface Routes {
|
|
|
22185
22279
|
| 'four_suites_door'
|
|
22186
22280
|
| 'dormakaba_oracode_door'
|
|
22187
22281
|
| 'tedee_lock'
|
|
22282
|
+
| 'akiles_lock'
|
|
22188
22283
|
)
|
|
22189
22284
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
22190
22285
|
| (
|
|
@@ -22558,6 +22653,12 @@ export interface Routes {
|
|
|
22558
22653
|
encoder_id: string
|
|
22559
22654
|
}
|
|
22560
22655
|
| undefined
|
|
22656
|
+
akiles_metadata?:
|
|
22657
|
+
| {
|
|
22658
|
+
gadget_name: string
|
|
22659
|
+
gadget_id: string
|
|
22660
|
+
}
|
|
22661
|
+
| undefined
|
|
22561
22662
|
}) &
|
|
22562
22663
|
({
|
|
22563
22664
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -22793,6 +22894,7 @@ export interface Routes {
|
|
|
22793
22894
|
| 'four_suites_door'
|
|
22794
22895
|
| 'dormakaba_oracode_door'
|
|
22795
22896
|
| 'tedee_lock'
|
|
22897
|
+
| 'akiles_lock'
|
|
22796
22898
|
)
|
|
22797
22899
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
22798
22900
|
| (
|
|
@@ -23166,6 +23268,12 @@ export interface Routes {
|
|
|
23166
23268
|
encoder_id: string
|
|
23167
23269
|
}
|
|
23168
23270
|
| undefined
|
|
23271
|
+
akiles_metadata?:
|
|
23272
|
+
| {
|
|
23273
|
+
gadget_name: string
|
|
23274
|
+
gadget_id: string
|
|
23275
|
+
}
|
|
23276
|
+
| undefined
|
|
23169
23277
|
}) &
|
|
23170
23278
|
({
|
|
23171
23279
|
_experimental_supported_code_from_access_codes_lengths?:
|