@seamapi/types 1.679.0 → 1.681.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 +524 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +239 -0
- package/dist/index.cjs +524 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +28 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +10 -0
- package/lib/seam/connect/models/devices/device-metadata.js +8 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +14 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +10 -0
- package/lib/seam/connect/openapi.d.ts +98 -0
- package/lib/seam/connect/openapi.js +518 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +89 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +522 -1
- package/src/lib/seam/connect/route-types.ts +520 -0
package/dist/connect.d.cts
CHANGED
|
@@ -11016,6 +11016,7 @@ declare const batch: z.ZodObject<{
|
|
|
11016
11016
|
battery_level: z.ZodString;
|
|
11017
11017
|
locked_state: z.ZodString;
|
|
11018
11018
|
model: z.ZodOptional<z.ZodString>;
|
|
11019
|
+
has_custom_pin_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
11019
11020
|
}, "strip", z.ZodTypeAny, {
|
|
11020
11021
|
lock_id: string;
|
|
11021
11022
|
customer_reference: string;
|
|
@@ -11023,6 +11024,7 @@ declare const batch: z.ZodObject<{
|
|
|
11023
11024
|
battery_level: string;
|
|
11024
11025
|
locked_state: string;
|
|
11025
11026
|
model?: string | undefined;
|
|
11027
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
11026
11028
|
}, {
|
|
11027
11029
|
lock_id: string;
|
|
11028
11030
|
customer_reference: string;
|
|
@@ -11030,6 +11032,7 @@ declare const batch: z.ZodObject<{
|
|
|
11030
11032
|
battery_level: string;
|
|
11031
11033
|
locked_state: string;
|
|
11032
11034
|
model?: string | undefined;
|
|
11035
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
11033
11036
|
}>>;
|
|
11034
11037
|
genie_metadata: z.ZodOptional<z.ZodObject<{
|
|
11035
11038
|
device_name: z.ZodString;
|
|
@@ -11683,14 +11686,17 @@ declare const batch: z.ZodObject<{
|
|
|
11683
11686
|
device_id: z.ZodString;
|
|
11684
11687
|
device_name: z.ZodString;
|
|
11685
11688
|
device_type: z.ZodString;
|
|
11689
|
+
time_zone: z.ZodNullable<z.ZodString>;
|
|
11686
11690
|
}, "strip", z.ZodTypeAny, {
|
|
11687
11691
|
device_id: string;
|
|
11688
11692
|
device_name: string;
|
|
11689
11693
|
device_type: string;
|
|
11694
|
+
time_zone: string | null;
|
|
11690
11695
|
}, {
|
|
11691
11696
|
device_id: string;
|
|
11692
11697
|
device_name: string;
|
|
11693
11698
|
device_type: string;
|
|
11699
|
+
time_zone: string | null;
|
|
11694
11700
|
}>>;
|
|
11695
11701
|
}, "strip", z.ZodTypeAny, {
|
|
11696
11702
|
ecobee_metadata?: {
|
|
@@ -11704,6 +11710,7 @@ declare const batch: z.ZodObject<{
|
|
|
11704
11710
|
battery_level: string;
|
|
11705
11711
|
locked_state: string;
|
|
11706
11712
|
model?: string | undefined;
|
|
11713
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
11707
11714
|
} | undefined;
|
|
11708
11715
|
august_metadata?: {
|
|
11709
11716
|
lock_id: string;
|
|
@@ -11953,6 +11960,7 @@ declare const batch: z.ZodObject<{
|
|
|
11953
11960
|
device_id: string;
|
|
11954
11961
|
device_name: string;
|
|
11955
11962
|
device_type: string;
|
|
11963
|
+
time_zone: string | null;
|
|
11956
11964
|
} | undefined;
|
|
11957
11965
|
}, {
|
|
11958
11966
|
ecobee_metadata?: {
|
|
@@ -11966,6 +11974,7 @@ declare const batch: z.ZodObject<{
|
|
|
11966
11974
|
battery_level: string;
|
|
11967
11975
|
locked_state: string;
|
|
11968
11976
|
model?: string | undefined;
|
|
11977
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
11969
11978
|
} | undefined;
|
|
11970
11979
|
august_metadata?: {
|
|
11971
11980
|
lock_id: string;
|
|
@@ -12215,6 +12224,7 @@ declare const batch: z.ZodObject<{
|
|
|
12215
12224
|
device_id: string;
|
|
12216
12225
|
device_name: string;
|
|
12217
12226
|
device_type: string;
|
|
12227
|
+
time_zone: string | null;
|
|
12218
12228
|
} | undefined;
|
|
12219
12229
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
12220
12230
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -13786,6 +13796,7 @@ declare const batch: z.ZodObject<{
|
|
|
13786
13796
|
battery_level: string;
|
|
13787
13797
|
locked_state: string;
|
|
13788
13798
|
model?: string | undefined;
|
|
13799
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
13789
13800
|
} | undefined;
|
|
13790
13801
|
august_metadata?: {
|
|
13791
13802
|
lock_id: string;
|
|
@@ -14035,6 +14046,7 @@ declare const batch: z.ZodObject<{
|
|
|
14035
14046
|
device_id: string;
|
|
14036
14047
|
device_name: string;
|
|
14037
14048
|
device_type: string;
|
|
14049
|
+
time_zone: string | null;
|
|
14038
14050
|
} | undefined;
|
|
14039
14051
|
} & {
|
|
14040
14052
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -14459,6 +14471,7 @@ declare const batch: z.ZodObject<{
|
|
|
14459
14471
|
battery_level: string;
|
|
14460
14472
|
locked_state: string;
|
|
14461
14473
|
model?: string | undefined;
|
|
14474
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
14462
14475
|
} | undefined;
|
|
14463
14476
|
august_metadata?: {
|
|
14464
14477
|
lock_id: string;
|
|
@@ -14708,6 +14721,7 @@ declare const batch: z.ZodObject<{
|
|
|
14708
14721
|
device_id: string;
|
|
14709
14722
|
device_name: string;
|
|
14710
14723
|
device_type: string;
|
|
14724
|
+
time_zone: string | null;
|
|
14711
14725
|
} | undefined;
|
|
14712
14726
|
} & {
|
|
14713
14727
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -22205,6 +22219,7 @@ declare const batch: z.ZodObject<{
|
|
|
22205
22219
|
battery_level: z.ZodString;
|
|
22206
22220
|
locked_state: z.ZodString;
|
|
22207
22221
|
model: z.ZodOptional<z.ZodString>;
|
|
22222
|
+
has_custom_pin_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
22208
22223
|
}, "strip", z.ZodTypeAny, {
|
|
22209
22224
|
lock_id: string;
|
|
22210
22225
|
customer_reference: string;
|
|
@@ -22212,6 +22227,7 @@ declare const batch: z.ZodObject<{
|
|
|
22212
22227
|
battery_level: string;
|
|
22213
22228
|
locked_state: string;
|
|
22214
22229
|
model?: string | undefined;
|
|
22230
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
22215
22231
|
}, {
|
|
22216
22232
|
lock_id: string;
|
|
22217
22233
|
customer_reference: string;
|
|
@@ -22219,6 +22235,7 @@ declare const batch: z.ZodObject<{
|
|
|
22219
22235
|
battery_level: string;
|
|
22220
22236
|
locked_state: string;
|
|
22221
22237
|
model?: string | undefined;
|
|
22238
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
22222
22239
|
}>>;
|
|
22223
22240
|
genie_metadata: z.ZodOptional<z.ZodObject<{
|
|
22224
22241
|
device_name: z.ZodString;
|
|
@@ -22872,14 +22889,17 @@ declare const batch: z.ZodObject<{
|
|
|
22872
22889
|
device_id: z.ZodString;
|
|
22873
22890
|
device_name: z.ZodString;
|
|
22874
22891
|
device_type: z.ZodString;
|
|
22892
|
+
time_zone: z.ZodNullable<z.ZodString>;
|
|
22875
22893
|
}, "strip", z.ZodTypeAny, {
|
|
22876
22894
|
device_id: string;
|
|
22877
22895
|
device_name: string;
|
|
22878
22896
|
device_type: string;
|
|
22897
|
+
time_zone: string | null;
|
|
22879
22898
|
}, {
|
|
22880
22899
|
device_id: string;
|
|
22881
22900
|
device_name: string;
|
|
22882
22901
|
device_type: string;
|
|
22902
|
+
time_zone: string | null;
|
|
22883
22903
|
}>>;
|
|
22884
22904
|
}, "strip", z.ZodTypeAny, {
|
|
22885
22905
|
ecobee_metadata?: {
|
|
@@ -22893,6 +22913,7 @@ declare const batch: z.ZodObject<{
|
|
|
22893
22913
|
battery_level: string;
|
|
22894
22914
|
locked_state: string;
|
|
22895
22915
|
model?: string | undefined;
|
|
22916
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
22896
22917
|
} | undefined;
|
|
22897
22918
|
august_metadata?: {
|
|
22898
22919
|
lock_id: string;
|
|
@@ -23142,6 +23163,7 @@ declare const batch: z.ZodObject<{
|
|
|
23142
23163
|
device_id: string;
|
|
23143
23164
|
device_name: string;
|
|
23144
23165
|
device_type: string;
|
|
23166
|
+
time_zone: string | null;
|
|
23145
23167
|
} | undefined;
|
|
23146
23168
|
}, {
|
|
23147
23169
|
ecobee_metadata?: {
|
|
@@ -23155,6 +23177,7 @@ declare const batch: z.ZodObject<{
|
|
|
23155
23177
|
battery_level: string;
|
|
23156
23178
|
locked_state: string;
|
|
23157
23179
|
model?: string | undefined;
|
|
23180
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
23158
23181
|
} | undefined;
|
|
23159
23182
|
august_metadata?: {
|
|
23160
23183
|
lock_id: string;
|
|
@@ -23404,6 +23427,7 @@ declare const batch: z.ZodObject<{
|
|
|
23404
23427
|
device_id: string;
|
|
23405
23428
|
device_name: string;
|
|
23406
23429
|
device_type: string;
|
|
23430
|
+
time_zone: string | null;
|
|
23407
23431
|
} | undefined;
|
|
23408
23432
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
23409
23433
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -32262,6 +32286,7 @@ declare const batch: z.ZodObject<{
|
|
|
32262
32286
|
battery_level: string;
|
|
32263
32287
|
locked_state: string;
|
|
32264
32288
|
model?: string | undefined;
|
|
32289
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
32265
32290
|
} | undefined;
|
|
32266
32291
|
august_metadata?: {
|
|
32267
32292
|
lock_id: string;
|
|
@@ -32511,6 +32536,7 @@ declare const batch: z.ZodObject<{
|
|
|
32511
32536
|
device_id: string;
|
|
32512
32537
|
device_name: string;
|
|
32513
32538
|
device_type: string;
|
|
32539
|
+
time_zone: string | null;
|
|
32514
32540
|
} | undefined;
|
|
32515
32541
|
} & {
|
|
32516
32542
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -36318,6 +36344,7 @@ declare const batch: z.ZodObject<{
|
|
|
36318
36344
|
battery_level: string;
|
|
36319
36345
|
locked_state: string;
|
|
36320
36346
|
model?: string | undefined;
|
|
36347
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
36321
36348
|
} | undefined;
|
|
36322
36349
|
august_metadata?: {
|
|
36323
36350
|
lock_id: string;
|
|
@@ -36567,6 +36594,7 @@ declare const batch: z.ZodObject<{
|
|
|
36567
36594
|
device_id: string;
|
|
36568
36595
|
device_name: string;
|
|
36569
36596
|
device_type: string;
|
|
36597
|
+
time_zone: string | null;
|
|
36570
36598
|
} | undefined;
|
|
36571
36599
|
} & {
|
|
36572
36600
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -41840,6 +41868,7 @@ declare const device: z.ZodObject<{
|
|
|
41840
41868
|
battery_level: z.ZodString;
|
|
41841
41869
|
locked_state: z.ZodString;
|
|
41842
41870
|
model: z.ZodOptional<z.ZodString>;
|
|
41871
|
+
has_custom_pin_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
41843
41872
|
}, "strip", z.ZodTypeAny, {
|
|
41844
41873
|
lock_id: string;
|
|
41845
41874
|
customer_reference: string;
|
|
@@ -41847,6 +41876,7 @@ declare const device: z.ZodObject<{
|
|
|
41847
41876
|
battery_level: string;
|
|
41848
41877
|
locked_state: string;
|
|
41849
41878
|
model?: string | undefined;
|
|
41879
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
41850
41880
|
}, {
|
|
41851
41881
|
lock_id: string;
|
|
41852
41882
|
customer_reference: string;
|
|
@@ -41854,6 +41884,7 @@ declare const device: z.ZodObject<{
|
|
|
41854
41884
|
battery_level: string;
|
|
41855
41885
|
locked_state: string;
|
|
41856
41886
|
model?: string | undefined;
|
|
41887
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
41857
41888
|
}>>;
|
|
41858
41889
|
genie_metadata: z.ZodOptional<z.ZodObject<{
|
|
41859
41890
|
device_name: z.ZodString;
|
|
@@ -42507,14 +42538,17 @@ declare const device: z.ZodObject<{
|
|
|
42507
42538
|
device_id: z.ZodString;
|
|
42508
42539
|
device_name: z.ZodString;
|
|
42509
42540
|
device_type: z.ZodString;
|
|
42541
|
+
time_zone: z.ZodNullable<z.ZodString>;
|
|
42510
42542
|
}, "strip", z.ZodTypeAny, {
|
|
42511
42543
|
device_id: string;
|
|
42512
42544
|
device_name: string;
|
|
42513
42545
|
device_type: string;
|
|
42546
|
+
time_zone: string | null;
|
|
42514
42547
|
}, {
|
|
42515
42548
|
device_id: string;
|
|
42516
42549
|
device_name: string;
|
|
42517
42550
|
device_type: string;
|
|
42551
|
+
time_zone: string | null;
|
|
42518
42552
|
}>>;
|
|
42519
42553
|
}, "strip", z.ZodTypeAny, {
|
|
42520
42554
|
ecobee_metadata?: {
|
|
@@ -42528,6 +42562,7 @@ declare const device: z.ZodObject<{
|
|
|
42528
42562
|
battery_level: string;
|
|
42529
42563
|
locked_state: string;
|
|
42530
42564
|
model?: string | undefined;
|
|
42565
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
42531
42566
|
} | undefined;
|
|
42532
42567
|
august_metadata?: {
|
|
42533
42568
|
lock_id: string;
|
|
@@ -42777,6 +42812,7 @@ declare const device: z.ZodObject<{
|
|
|
42777
42812
|
device_id: string;
|
|
42778
42813
|
device_name: string;
|
|
42779
42814
|
device_type: string;
|
|
42815
|
+
time_zone: string | null;
|
|
42780
42816
|
} | undefined;
|
|
42781
42817
|
}, {
|
|
42782
42818
|
ecobee_metadata?: {
|
|
@@ -42790,6 +42826,7 @@ declare const device: z.ZodObject<{
|
|
|
42790
42826
|
battery_level: string;
|
|
42791
42827
|
locked_state: string;
|
|
42792
42828
|
model?: string | undefined;
|
|
42829
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
42793
42830
|
} | undefined;
|
|
42794
42831
|
august_metadata?: {
|
|
42795
42832
|
lock_id: string;
|
|
@@ -43039,6 +43076,7 @@ declare const device: z.ZodObject<{
|
|
|
43039
43076
|
device_id: string;
|
|
43040
43077
|
device_name: string;
|
|
43041
43078
|
device_type: string;
|
|
43079
|
+
time_zone: string | null;
|
|
43042
43080
|
} | undefined;
|
|
43043
43081
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
43044
43082
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -44610,6 +44648,7 @@ declare const device: z.ZodObject<{
|
|
|
44610
44648
|
battery_level: string;
|
|
44611
44649
|
locked_state: string;
|
|
44612
44650
|
model?: string | undefined;
|
|
44651
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
44613
44652
|
} | undefined;
|
|
44614
44653
|
august_metadata?: {
|
|
44615
44654
|
lock_id: string;
|
|
@@ -44859,6 +44898,7 @@ declare const device: z.ZodObject<{
|
|
|
44859
44898
|
device_id: string;
|
|
44860
44899
|
device_name: string;
|
|
44861
44900
|
device_type: string;
|
|
44901
|
+
time_zone: string | null;
|
|
44862
44902
|
} | undefined;
|
|
44863
44903
|
} & {
|
|
44864
44904
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -45283,6 +45323,7 @@ declare const device: z.ZodObject<{
|
|
|
45283
45323
|
battery_level: string;
|
|
45284
45324
|
locked_state: string;
|
|
45285
45325
|
model?: string | undefined;
|
|
45326
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
45286
45327
|
} | undefined;
|
|
45287
45328
|
august_metadata?: {
|
|
45288
45329
|
lock_id: string;
|
|
@@ -45532,6 +45573,7 @@ declare const device: z.ZodObject<{
|
|
|
45532
45573
|
device_id: string;
|
|
45533
45574
|
device_name: string;
|
|
45534
45575
|
device_type: string;
|
|
45576
|
+
time_zone: string | null;
|
|
45535
45577
|
} | undefined;
|
|
45536
45578
|
} & {
|
|
45537
45579
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -46209,6 +46251,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46209
46251
|
battery_level: z.ZodString;
|
|
46210
46252
|
locked_state: z.ZodString;
|
|
46211
46253
|
model: z.ZodOptional<z.ZodString>;
|
|
46254
|
+
has_custom_pin_subscription: z.ZodOptional<z.ZodBoolean>;
|
|
46212
46255
|
}, "strip", z.ZodTypeAny, {
|
|
46213
46256
|
lock_id: string;
|
|
46214
46257
|
customer_reference: string;
|
|
@@ -46216,6 +46259,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46216
46259
|
battery_level: string;
|
|
46217
46260
|
locked_state: string;
|
|
46218
46261
|
model?: string | undefined;
|
|
46262
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
46219
46263
|
}, {
|
|
46220
46264
|
lock_id: string;
|
|
46221
46265
|
customer_reference: string;
|
|
@@ -46223,6 +46267,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46223
46267
|
battery_level: string;
|
|
46224
46268
|
locked_state: string;
|
|
46225
46269
|
model?: string | undefined;
|
|
46270
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
46226
46271
|
}>>;
|
|
46227
46272
|
genie_metadata: z.ZodOptional<z.ZodObject<{
|
|
46228
46273
|
device_name: z.ZodString;
|
|
@@ -46876,14 +46921,17 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46876
46921
|
device_id: z.ZodString;
|
|
46877
46922
|
device_name: z.ZodString;
|
|
46878
46923
|
device_type: z.ZodString;
|
|
46924
|
+
time_zone: z.ZodNullable<z.ZodString>;
|
|
46879
46925
|
}, "strip", z.ZodTypeAny, {
|
|
46880
46926
|
device_id: string;
|
|
46881
46927
|
device_name: string;
|
|
46882
46928
|
device_type: string;
|
|
46929
|
+
time_zone: string | null;
|
|
46883
46930
|
}, {
|
|
46884
46931
|
device_id: string;
|
|
46885
46932
|
device_name: string;
|
|
46886
46933
|
device_type: string;
|
|
46934
|
+
time_zone: string | null;
|
|
46887
46935
|
}>>;
|
|
46888
46936
|
}, "strip", z.ZodTypeAny, {
|
|
46889
46937
|
ecobee_metadata?: {
|
|
@@ -46897,6 +46945,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46897
46945
|
battery_level: string;
|
|
46898
46946
|
locked_state: string;
|
|
46899
46947
|
model?: string | undefined;
|
|
46948
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
46900
46949
|
} | undefined;
|
|
46901
46950
|
august_metadata?: {
|
|
46902
46951
|
lock_id: string;
|
|
@@ -47146,6 +47195,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47146
47195
|
device_id: string;
|
|
47147
47196
|
device_name: string;
|
|
47148
47197
|
device_type: string;
|
|
47198
|
+
time_zone: string | null;
|
|
47149
47199
|
} | undefined;
|
|
47150
47200
|
}, {
|
|
47151
47201
|
ecobee_metadata?: {
|
|
@@ -47159,6 +47209,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47159
47209
|
battery_level: string;
|
|
47160
47210
|
locked_state: string;
|
|
47161
47211
|
model?: string | undefined;
|
|
47212
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
47162
47213
|
} | undefined;
|
|
47163
47214
|
august_metadata?: {
|
|
47164
47215
|
lock_id: string;
|
|
@@ -47408,6 +47459,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47408
47459
|
device_id: string;
|
|
47409
47460
|
device_name: string;
|
|
47410
47461
|
device_type: string;
|
|
47462
|
+
time_zone: string | null;
|
|
47411
47463
|
} | undefined;
|
|
47412
47464
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
47413
47465
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -58948,6 +59000,10 @@ declare const _default: {
|
|
|
58948
59000
|
description: string;
|
|
58949
59001
|
type: string;
|
|
58950
59002
|
};
|
|
59003
|
+
has_custom_pin_subscription: {
|
|
59004
|
+
description: string;
|
|
59005
|
+
type: string;
|
|
59006
|
+
};
|
|
58951
59007
|
lock_id: {
|
|
58952
59008
|
description: string;
|
|
58953
59009
|
type: string;
|
|
@@ -59241,6 +59297,11 @@ declare const _default: {
|
|
|
59241
59297
|
description: string;
|
|
59242
59298
|
type: string;
|
|
59243
59299
|
};
|
|
59300
|
+
time_zone: {
|
|
59301
|
+
description: string;
|
|
59302
|
+
nullable: boolean;
|
|
59303
|
+
type: string;
|
|
59304
|
+
};
|
|
59244
59305
|
};
|
|
59245
59306
|
required: string[];
|
|
59246
59307
|
type: string;
|
|
@@ -89054,6 +89115,95 @@ declare const _default: {
|
|
|
89054
89115
|
'x-title': string;
|
|
89055
89116
|
};
|
|
89056
89117
|
};
|
|
89118
|
+
'/devices/report_provider_metadata': {
|
|
89119
|
+
post: {
|
|
89120
|
+
description: string;
|
|
89121
|
+
operationId: string;
|
|
89122
|
+
requestBody: {
|
|
89123
|
+
content: {
|
|
89124
|
+
'application/json': {
|
|
89125
|
+
schema: {
|
|
89126
|
+
properties: {
|
|
89127
|
+
devices: {
|
|
89128
|
+
description: string;
|
|
89129
|
+
items: {
|
|
89130
|
+
properties: {
|
|
89131
|
+
device_id: {
|
|
89132
|
+
description: string;
|
|
89133
|
+
format: string;
|
|
89134
|
+
type: string;
|
|
89135
|
+
};
|
|
89136
|
+
ultraloq_metadata: {
|
|
89137
|
+
description: string;
|
|
89138
|
+
properties: {
|
|
89139
|
+
time_zone: {
|
|
89140
|
+
description: string;
|
|
89141
|
+
enum: string[];
|
|
89142
|
+
type: string;
|
|
89143
|
+
};
|
|
89144
|
+
};
|
|
89145
|
+
required: string[];
|
|
89146
|
+
type: string;
|
|
89147
|
+
};
|
|
89148
|
+
};
|
|
89149
|
+
required: string[];
|
|
89150
|
+
type: string;
|
|
89151
|
+
};
|
|
89152
|
+
minItems: number;
|
|
89153
|
+
type: string;
|
|
89154
|
+
};
|
|
89155
|
+
};
|
|
89156
|
+
required: string[];
|
|
89157
|
+
type: string;
|
|
89158
|
+
};
|
|
89159
|
+
};
|
|
89160
|
+
};
|
|
89161
|
+
};
|
|
89162
|
+
responses: {
|
|
89163
|
+
200: {
|
|
89164
|
+
content: {
|
|
89165
|
+
'application/json': {
|
|
89166
|
+
schema: {
|
|
89167
|
+
properties: {
|
|
89168
|
+
ok: {
|
|
89169
|
+
type: string;
|
|
89170
|
+
};
|
|
89171
|
+
};
|
|
89172
|
+
required: string[];
|
|
89173
|
+
type: string;
|
|
89174
|
+
};
|
|
89175
|
+
};
|
|
89176
|
+
};
|
|
89177
|
+
description: string;
|
|
89178
|
+
};
|
|
89179
|
+
400: {
|
|
89180
|
+
description: string;
|
|
89181
|
+
};
|
|
89182
|
+
401: {
|
|
89183
|
+
description: string;
|
|
89184
|
+
};
|
|
89185
|
+
};
|
|
89186
|
+
security: ({
|
|
89187
|
+
pat_with_workspace: never[];
|
|
89188
|
+
console_session_with_workspace?: never;
|
|
89189
|
+
api_key?: never;
|
|
89190
|
+
} | {
|
|
89191
|
+
console_session_with_workspace: never[];
|
|
89192
|
+
pat_with_workspace?: never;
|
|
89193
|
+
api_key?: never;
|
|
89194
|
+
} | {
|
|
89195
|
+
api_key: never[];
|
|
89196
|
+
pat_with_workspace?: never;
|
|
89197
|
+
console_session_with_workspace?: never;
|
|
89198
|
+
})[];
|
|
89199
|
+
summary: string;
|
|
89200
|
+
tags: string[];
|
|
89201
|
+
'x-fern-sdk-group-name': string[];
|
|
89202
|
+
'x-fern-sdk-method-name': string;
|
|
89203
|
+
'x-response-key': null;
|
|
89204
|
+
'x-title': string;
|
|
89205
|
+
};
|
|
89206
|
+
};
|
|
89057
89207
|
'/devices/simulate/connect': {
|
|
89058
89208
|
post: {
|
|
89059
89209
|
description: string;
|
|
@@ -124329,6 +124479,8 @@ type Routes = {
|
|
|
124329
124479
|
locked_state: string;
|
|
124330
124480
|
/** Model for a Salto KS device. */
|
|
124331
124481
|
model?: string | undefined;
|
|
124482
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
124483
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
124332
124484
|
} | undefined;
|
|
124333
124485
|
/** Metadata for a Genie device. */
|
|
124334
124486
|
genie_metadata?: {
|
|
@@ -124694,6 +124846,8 @@ type Routes = {
|
|
|
124694
124846
|
device_name: string;
|
|
124695
124847
|
/** Device type for an Ultraloq device. */
|
|
124696
124848
|
device_type: string;
|
|
124849
|
+
/** IANA timezone for the Ultraloq device. */
|
|
124850
|
+
time_zone: string | null;
|
|
124697
124851
|
} | undefined;
|
|
124698
124852
|
}) & ({
|
|
124699
124853
|
/** */
|
|
@@ -127718,6 +127872,8 @@ type Routes = {
|
|
|
127718
127872
|
locked_state: string;
|
|
127719
127873
|
/** Model for a Salto KS device. */
|
|
127720
127874
|
model?: string | undefined;
|
|
127875
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
127876
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
127721
127877
|
} | undefined;
|
|
127722
127878
|
/** Metadata for a Genie device. */
|
|
127723
127879
|
genie_metadata?: {
|
|
@@ -128083,6 +128239,8 @@ type Routes = {
|
|
|
128083
128239
|
device_name: string;
|
|
128084
128240
|
/** Device type for an Ultraloq device. */
|
|
128085
128241
|
device_type: string;
|
|
128242
|
+
/** IANA timezone for the Ultraloq device. */
|
|
128243
|
+
time_zone: string | null;
|
|
128086
128244
|
} | undefined;
|
|
128087
128245
|
}) & ({
|
|
128088
128246
|
/** */
|
|
@@ -141376,6 +141534,8 @@ type Routes = {
|
|
|
141376
141534
|
locked_state: string;
|
|
141377
141535
|
/** Model for a Salto KS device. */
|
|
141378
141536
|
model?: string | undefined;
|
|
141537
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
141538
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
141379
141539
|
} | undefined;
|
|
141380
141540
|
/** Metadata for a Genie device. */
|
|
141381
141541
|
genie_metadata?: {
|
|
@@ -141741,6 +141901,8 @@ type Routes = {
|
|
|
141741
141901
|
device_name: string;
|
|
141742
141902
|
/** Device type for an Ultraloq device. */
|
|
141743
141903
|
device_type: string;
|
|
141904
|
+
/** IANA timezone for the Ultraloq device. */
|
|
141905
|
+
time_zone: string | null;
|
|
141744
141906
|
} | undefined;
|
|
141745
141907
|
}) & ({
|
|
141746
141908
|
/** */
|
|
@@ -142658,6 +142820,8 @@ type Routes = {
|
|
|
142658
142820
|
locked_state: string;
|
|
142659
142821
|
/** Model for a Salto KS device. */
|
|
142660
142822
|
model?: string | undefined;
|
|
142823
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
142824
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
142661
142825
|
} | undefined;
|
|
142662
142826
|
/** Metadata for a Genie device. */
|
|
142663
142827
|
genie_metadata?: {
|
|
@@ -143023,6 +143187,8 @@ type Routes = {
|
|
|
143023
143187
|
device_name: string;
|
|
143024
143188
|
/** Device type for an Ultraloq device. */
|
|
143025
143189
|
device_type: string;
|
|
143190
|
+
/** IANA timezone for the Ultraloq device. */
|
|
143191
|
+
time_zone: string | null;
|
|
143026
143192
|
} | undefined;
|
|
143027
143193
|
}) & ({
|
|
143028
143194
|
/** */
|
|
@@ -143703,6 +143869,27 @@ type Routes = {
|
|
|
143703
143869
|
};
|
|
143704
143870
|
maxDuration: undefined;
|
|
143705
143871
|
};
|
|
143872
|
+
'/devices/report_provider_metadata': {
|
|
143873
|
+
route: '/devices/report_provider_metadata';
|
|
143874
|
+
method: 'POST';
|
|
143875
|
+
queryParams: {};
|
|
143876
|
+
jsonBody: {};
|
|
143877
|
+
commonParams: {
|
|
143878
|
+
/** Array of devices with provider metadata to update */
|
|
143879
|
+
devices: {
|
|
143880
|
+
/** ID of the device to update */
|
|
143881
|
+
device_id: string;
|
|
143882
|
+
/** Ultraloq-specific metadata to update */
|
|
143883
|
+
ultraloq_metadata?: {
|
|
143884
|
+
/** IANA timezone for the Ultraloq device */
|
|
143885
|
+
time_zone: 'Africa/Abidjan' | 'Africa/Accra' | 'Africa/Addis_Ababa' | 'Africa/Algiers' | 'Africa/Asmera' | 'Africa/Bamako' | 'Africa/Bangui' | 'Africa/Banjul' | 'Africa/Bissau' | 'Africa/Blantyre' | 'Africa/Brazzaville' | 'Africa/Bujumbura' | 'Africa/Cairo' | 'Africa/Casablanca' | 'Africa/Ceuta' | 'Africa/Conakry' | 'Africa/Dakar' | 'Africa/Dar_es_Salaam' | 'Africa/Djibouti' | 'Africa/Douala' | 'Africa/El_Aaiun' | 'Africa/Freetown' | 'Africa/Gaborone' | 'Africa/Harare' | 'Africa/Johannesburg' | 'Africa/Juba' | 'Africa/Kampala' | 'Africa/Khartoum' | 'Africa/Kigali' | 'Africa/Kinshasa' | 'Africa/Lagos' | 'Africa/Libreville' | 'Africa/Lome' | 'Africa/Luanda' | 'Africa/Lubumbashi' | 'Africa/Lusaka' | 'Africa/Malabo' | 'Africa/Maputo' | 'Africa/Maseru' | 'Africa/Mbabane' | 'Africa/Mogadishu' | 'Africa/Monrovia' | 'Africa/Nairobi' | 'Africa/Ndjamena' | 'Africa/Niamey' | 'Africa/Nouakchott' | 'Africa/Ouagadougou' | 'Africa/Porto-Novo' | 'Africa/Sao_Tome' | 'Africa/Tripoli' | 'Africa/Tunis' | 'Africa/Windhoek' | 'America/Adak' | 'America/Anchorage' | 'America/Anguilla' | 'America/Antigua' | 'America/Araguaina' | 'America/Argentina/La_Rioja' | 'America/Argentina/Rio_Gallegos' | 'America/Argentina/Salta' | 'America/Argentina/San_Juan' | 'America/Argentina/San_Luis' | 'America/Argentina/Tucuman' | 'America/Argentina/Ushuaia' | 'America/Aruba' | 'America/Asuncion' | 'America/Bahia' | 'America/Bahia_Banderas' | 'America/Barbados' | 'America/Belem' | 'America/Belize' | 'America/Blanc-Sablon' | 'America/Boa_Vista' | 'America/Bogota' | 'America/Boise' | 'America/Buenos_Aires' | 'America/Cambridge_Bay' | 'America/Campo_Grande' | 'America/Cancun' | 'America/Caracas' | 'America/Catamarca' | 'America/Cayenne' | 'America/Cayman' | 'America/Chicago' | 'America/Chihuahua' | 'America/Ciudad_Juarez' | 'America/Coral_Harbour' | 'America/Cordoba' | 'America/Costa_Rica' | 'America/Creston' | 'America/Cuiaba' | 'America/Curacao' | 'America/Danmarkshavn' | 'America/Dawson' | 'America/Dawson_Creek' | 'America/Denver' | 'America/Detroit' | 'America/Dominica' | 'America/Edmonton' | 'America/Eirunepe' | 'America/El_Salvador' | 'America/Fort_Nelson' | 'America/Fortaleza' | 'America/Glace_Bay' | 'America/Godthab' | 'America/Goose_Bay' | 'America/Grand_Turk' | 'America/Grenada' | 'America/Guadeloupe' | 'America/Guatemala' | 'America/Guayaquil' | 'America/Guyana' | 'America/Halifax' | 'America/Havana' | 'America/Hermosillo' | 'America/Indiana/Knox' | 'America/Indiana/Marengo' | 'America/Indiana/Petersburg' | 'America/Indiana/Tell_City' | 'America/Indiana/Vevay' | 'America/Indiana/Vincennes' | 'America/Indiana/Winamac' | 'America/Indianapolis' | 'America/Inuvik' | 'America/Iqaluit' | 'America/Jamaica' | 'America/Jujuy' | 'America/Juneau' | 'America/Kentucky/Monticello' | 'America/Kralendijk' | 'America/La_Paz' | 'America/Lima' | 'America/Los_Angeles' | 'America/Louisville' | 'America/Lower_Princes' | 'America/Maceio' | 'America/Managua' | 'America/Manaus' | 'America/Marigot' | 'America/Martinique' | 'America/Matamoros' | 'America/Mazatlan' | 'America/Mendoza' | 'America/Menominee' | 'America/Merida' | 'America/Metlakatla' | 'America/Mexico_City' | 'America/Miquelon' | 'America/Moncton' | 'America/Monterrey' | 'America/Montevideo' | 'America/Montreal' | 'America/Montserrat' | 'America/Nassau' | 'America/New_York' | 'America/Nipigon' | 'America/Nome' | 'America/Noronha' | 'America/North_Dakota/Beulah' | 'America/North_Dakota/Center' | 'America/North_Dakota/New_Salem' | 'America/Ojinaga' | 'America/Panama' | 'America/Pangnirtung' | 'America/Paramaribo' | 'America/Phoenix' | 'America/Port-au-Prince' | 'America/Port_of_Spain' | 'America/Porto_Velho' | 'America/Puerto_Rico' | 'America/Punta_Arenas' | 'America/Rainy_River' | 'America/Rankin_Inlet' | 'America/Recife' | 'America/Regina' | 'America/Resolute' | 'America/Rio_Branco' | 'America/Santa_Isabel' | 'America/Santarem' | 'America/Santiago' | 'America/Santo_Domingo' | 'America/Sao_Paulo' | 'America/Scoresbysund' | 'America/Sitka' | 'America/St_Barthelemy' | 'America/St_Johns' | 'America/St_Kitts' | 'America/St_Lucia' | 'America/St_Thomas' | 'America/St_Vincent' | 'America/Swift_Current' | 'America/Tegucigalpa' | 'America/Thule' | 'America/Thunder_Bay' | 'America/Tijuana' | 'America/Toronto' | 'America/Tortola' | 'America/Vancouver' | 'America/Whitehorse' | 'America/Winnipeg' | 'America/Yakutat' | 'America/Yellowknife' | 'Antarctica/Casey' | 'Antarctica/Davis' | 'Antarctica/DumontDUrville' | 'Antarctica/Macquarie' | 'Antarctica/Mawson' | 'Antarctica/McMurdo' | 'Antarctica/Palmer' | 'Antarctica/Rothera' | 'Antarctica/Syowa' | 'Antarctica/Troll' | 'Antarctica/Vostok' | 'Arctic/Longyearbyen' | 'Asia/Aden' | 'Asia/Almaty' | 'Asia/Amman' | 'Asia/Anadyr' | 'Asia/Aqtau' | 'Asia/Aqtobe' | 'Asia/Ashgabat' | 'Asia/Atyrau' | 'Asia/Baghdad' | 'Asia/Bahrain' | 'Asia/Baku' | 'Asia/Bangkok' | 'Asia/Barnaul' | 'Asia/Beirut' | 'Asia/Bishkek' | 'Asia/Brunei' | 'Asia/Calcutta' | 'Asia/Chita' | 'Asia/Choibalsan' | 'Asia/Colombo' | 'Asia/Damascus' | 'Asia/Dhaka' | 'Asia/Dili' | 'Asia/Dubai' | 'Asia/Dushanbe' | 'Asia/Famagusta' | 'Asia/Gaza' | 'Asia/Hebron' | 'Asia/Hong_Kong' | 'Asia/Hovd' | 'Asia/Irkutsk' | 'Asia/Jakarta' | 'Asia/Jayapura' | 'Asia/Jerusalem' | 'Asia/Kabul' | 'Asia/Kamchatka' | 'Asia/Karachi' | 'Asia/Katmandu' | 'Asia/Khandyga' | 'Asia/Krasnoyarsk' | 'Asia/Kuala_Lumpur' | 'Asia/Kuching' | 'Asia/Kuwait' | 'Asia/Macau' | 'Asia/Magadan' | 'Asia/Makassar' | 'Asia/Manila' | 'Asia/Muscat' | 'Asia/Nicosia' | 'Asia/Novokuznetsk' | 'Asia/Novosibirsk' | 'Asia/Omsk' | 'Asia/Oral' | 'Asia/Phnom_Penh' | 'Asia/Pontianak' | 'Asia/Pyongyang' | 'Asia/Qatar' | 'Asia/Qostanay' | 'Asia/Qyzylorda' | 'Asia/Rangoon' | 'Asia/Riyadh' | 'Asia/Saigon' | 'Asia/Sakhalin' | 'Asia/Samarkand' | 'Asia/Seoul' | 'Asia/Shanghai' | 'Asia/Singapore' | 'Asia/Srednekolymsk' | 'Asia/Taipei' | 'Asia/Tashkent' | 'Asia/Tbilisi' | 'Asia/Tehran' | 'Asia/Thimphu' | 'Asia/Tokyo' | 'Asia/Tomsk' | 'Asia/Ulaanbaatar' | 'Asia/Urumqi' | 'Asia/Ust-Nera' | 'Asia/Vientiane' | 'Asia/Vladivostok' | 'Asia/Yakutsk' | 'Asia/Yekaterinburg' | 'Asia/Yerevan' | 'Atlantic/Azores' | 'Atlantic/Bermuda' | 'Atlantic/Canary' | 'Atlantic/Cape_Verde' | 'Atlantic/Faeroe' | 'Atlantic/Madeira' | 'Atlantic/Reykjavik' | 'Atlantic/South_Georgia' | 'Atlantic/St_Helena' | 'Atlantic/Stanley' | 'Australia/Adelaide' | 'Australia/Brisbane' | 'Australia/Broken_Hill' | 'Australia/Currie' | 'Australia/Darwin' | 'Australia/Eucla' | 'Australia/Hobart' | 'Australia/Lindeman' | 'Australia/Lord_Howe' | 'Australia/Melbourne' | 'Australia/Perth' | 'Australia/Sydney' | 'Europe/Amsterdam' | 'Europe/Andorra' | 'Europe/Astrakhan' | 'Europe/Athens' | 'Europe/Belgrade' | 'Europe/Berlin' | 'Europe/Bratislava' | 'Europe/Brussels' | 'Europe/Bucharest' | 'Europe/Budapest' | 'Europe/Busingen' | 'Europe/Chisinau' | 'Europe/Copenhagen' | 'Europe/Dublin' | 'Europe/Gibraltar' | 'Europe/Guernsey' | 'Europe/Helsinki' | 'Europe/Isle_of_Man' | 'Europe/Istanbul' | 'Europe/Jersey' | 'Europe/Kaliningrad' | 'Europe/Kiev' | 'Europe/Kirov' | 'Europe/Lisbon' | 'Europe/Ljubljana' | 'Europe/London' | 'Europe/Luxembourg' | 'Europe/Madrid' | 'Europe/Malta' | 'Europe/Mariehamn' | 'Europe/Minsk' | 'Europe/Monaco' | 'Europe/Moscow' | 'Europe/Oslo' | 'Europe/Paris' | 'Europe/Podgorica' | 'Europe/Prague' | 'Europe/Riga' | 'Europe/Rome' | 'Europe/Samara' | 'Europe/San_Marino' | 'Europe/Sarajevo' | 'Europe/Saratov' | 'Europe/Simferopol' | 'Europe/Skopje' | 'Europe/Sofia' | 'Europe/Stockholm' | 'Europe/Tallinn' | 'Europe/Tirane' | 'Europe/Ulyanovsk' | 'Europe/Uzhgorod' | 'Europe/Vaduz' | 'Europe/Vatican' | 'Europe/Vienna' | 'Europe/Vilnius' | 'Europe/Volgograd' | 'Europe/Warsaw' | 'Europe/Zagreb' | 'Europe/Zaporozhye' | 'Europe/Zurich' | 'Indian/Antananarivo' | 'Indian/Chagos' | 'Indian/Christmas' | 'Indian/Cocos' | 'Indian/Comoro' | 'Indian/Kerguelen' | 'Indian/Mahe' | 'Indian/Maldives' | 'Indian/Mauritius' | 'Indian/Mayotte' | 'Indian/Reunion' | 'Pacific/Apia' | 'Pacific/Auckland' | 'Pacific/Bougainville' | 'Pacific/Chatham' | 'Pacific/Easter' | 'Pacific/Efate' | 'Pacific/Enderbury' | 'Pacific/Fakaofo' | 'Pacific/Fiji' | 'Pacific/Funafuti' | 'Pacific/Galapagos' | 'Pacific/Gambier' | 'Pacific/Guadalcanal' | 'Pacific/Guam' | 'Pacific/Honolulu' | 'Pacific/Johnston' | 'Pacific/Kiritimati' | 'Pacific/Kosrae' | 'Pacific/Kwajalein' | 'Pacific/Majuro' | 'Pacific/Marquesas' | 'Pacific/Midway' | 'Pacific/Nauru' | 'Pacific/Niue' | 'Pacific/Norfolk' | 'Pacific/Noumea' | 'Pacific/Pago_Pago' | 'Pacific/Palau' | 'Pacific/Pitcairn' | 'Pacific/Ponape' | 'Pacific/Port_Moresby' | 'Pacific/Rarotonga' | 'Pacific/Saipan' | 'Pacific/Tahiti' | 'Pacific/Tarawa' | 'Pacific/Tongatapu' | 'Pacific/Truk' | 'Pacific/Wake' | 'Pacific/Wallis';
|
|
143886
|
+
} | undefined;
|
|
143887
|
+
}[];
|
|
143888
|
+
};
|
|
143889
|
+
formData: {};
|
|
143890
|
+
jsonResponse: {};
|
|
143891
|
+
maxDuration: undefined;
|
|
143892
|
+
};
|
|
143706
143893
|
'/devices/simulate/connect': {
|
|
143707
143894
|
route: '/devices/simulate/connect';
|
|
143708
143895
|
method: 'POST';
|
|
@@ -149005,6 +149192,8 @@ type Routes = {
|
|
|
149005
149192
|
locked_state: string;
|
|
149006
149193
|
/** Model for a Salto KS device. */
|
|
149007
149194
|
model?: string | undefined;
|
|
149195
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
149196
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
149008
149197
|
} | undefined;
|
|
149009
149198
|
/** Metadata for a Genie device. */
|
|
149010
149199
|
genie_metadata?: {
|
|
@@ -149370,6 +149559,8 @@ type Routes = {
|
|
|
149370
149559
|
device_name: string;
|
|
149371
149560
|
/** Device type for an Ultraloq device. */
|
|
149372
149561
|
device_type: string;
|
|
149562
|
+
/** IANA timezone for the Ultraloq device. */
|
|
149563
|
+
time_zone: string | null;
|
|
149373
149564
|
} | undefined;
|
|
149374
149565
|
}) & ({
|
|
149375
149566
|
/** */
|
|
@@ -150237,6 +150428,8 @@ type Routes = {
|
|
|
150237
150428
|
locked_state: string;
|
|
150238
150429
|
/** Model for a Salto KS device. */
|
|
150239
150430
|
model?: string | undefined;
|
|
150431
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
150432
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
150240
150433
|
} | undefined;
|
|
150241
150434
|
/** Metadata for a Genie device. */
|
|
150242
150435
|
genie_metadata?: {
|
|
@@ -150602,6 +150795,8 @@ type Routes = {
|
|
|
150602
150795
|
device_name: string;
|
|
150603
150796
|
/** Device type for an Ultraloq device. */
|
|
150604
150797
|
device_type: string;
|
|
150798
|
+
/** IANA timezone for the Ultraloq device. */
|
|
150799
|
+
time_zone: string | null;
|
|
150605
150800
|
} | undefined;
|
|
150606
150801
|
}) & ({
|
|
150607
150802
|
/** */
|
|
@@ -151519,6 +151714,8 @@ type Routes = {
|
|
|
151519
151714
|
locked_state: string;
|
|
151520
151715
|
/** Model for a Salto KS device. */
|
|
151521
151716
|
model?: string | undefined;
|
|
151717
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
151718
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
151522
151719
|
} | undefined;
|
|
151523
151720
|
/** Metadata for a Genie device. */
|
|
151524
151721
|
genie_metadata?: {
|
|
@@ -151884,6 +152081,8 @@ type Routes = {
|
|
|
151884
152081
|
device_name: string;
|
|
151885
152082
|
/** Device type for an Ultraloq device. */
|
|
151886
152083
|
device_type: string;
|
|
152084
|
+
/** IANA timezone for the Ultraloq device. */
|
|
152085
|
+
time_zone: string | null;
|
|
151887
152086
|
} | undefined;
|
|
151888
152087
|
}) & ({
|
|
151889
152088
|
/** */
|
|
@@ -152750,6 +152949,8 @@ type Routes = {
|
|
|
152750
152949
|
locked_state: string;
|
|
152751
152950
|
/** Model for a Salto KS device. */
|
|
152752
152951
|
model?: string | undefined;
|
|
152952
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
152953
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
152753
152954
|
} | undefined;
|
|
152754
152955
|
/** Metadata for a Genie device. */
|
|
152755
152956
|
genie_metadata?: {
|
|
@@ -153115,6 +153316,8 @@ type Routes = {
|
|
|
153115
153316
|
device_name: string;
|
|
153116
153317
|
/** Device type for an Ultraloq device. */
|
|
153117
153318
|
device_type: string;
|
|
153319
|
+
/** IANA timezone for the Ultraloq device. */
|
|
153320
|
+
time_zone: string | null;
|
|
153118
153321
|
} | undefined;
|
|
153119
153322
|
}) & ({
|
|
153120
153323
|
/** */
|
|
@@ -159114,6 +159317,8 @@ type Routes = {
|
|
|
159114
159317
|
locked_state: string;
|
|
159115
159318
|
/** Model for a Salto KS device. */
|
|
159116
159319
|
model?: string | undefined;
|
|
159320
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
159321
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
159117
159322
|
} | undefined;
|
|
159118
159323
|
/** Metadata for a Genie device. */
|
|
159119
159324
|
genie_metadata?: {
|
|
@@ -159479,6 +159684,8 @@ type Routes = {
|
|
|
159479
159684
|
device_name: string;
|
|
159480
159685
|
/** Device type for an Ultraloq device. */
|
|
159481
159686
|
device_type: string;
|
|
159687
|
+
/** IANA timezone for the Ultraloq device. */
|
|
159688
|
+
time_zone: string | null;
|
|
159482
159689
|
} | undefined;
|
|
159483
159690
|
}) & ({
|
|
159484
159691
|
/** */
|
|
@@ -160345,6 +160552,8 @@ type Routes = {
|
|
|
160345
160552
|
locked_state: string;
|
|
160346
160553
|
/** Model for a Salto KS device. */
|
|
160347
160554
|
model?: string | undefined;
|
|
160555
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
160556
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
160348
160557
|
} | undefined;
|
|
160349
160558
|
/** Metadata for a Genie device. */
|
|
160350
160559
|
genie_metadata?: {
|
|
@@ -160710,6 +160919,8 @@ type Routes = {
|
|
|
160710
160919
|
device_name: string;
|
|
160711
160920
|
/** Device type for an Ultraloq device. */
|
|
160712
160921
|
device_type: string;
|
|
160922
|
+
/** IANA timezone for the Ultraloq device. */
|
|
160923
|
+
time_zone: string | null;
|
|
160713
160924
|
} | undefined;
|
|
160714
160925
|
}) & ({
|
|
160715
160926
|
/** */
|
|
@@ -169905,6 +170116,8 @@ type Routes = {
|
|
|
169905
170116
|
locked_state: string;
|
|
169906
170117
|
/** Model for a Salto KS device. */
|
|
169907
170118
|
model?: string | undefined;
|
|
170119
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
170120
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
169908
170121
|
} | undefined;
|
|
169909
170122
|
/** Metadata for a Genie device. */
|
|
169910
170123
|
genie_metadata?: {
|
|
@@ -170270,6 +170483,8 @@ type Routes = {
|
|
|
170270
170483
|
device_name: string;
|
|
170271
170484
|
/** Device type for an Ultraloq device. */
|
|
170272
170485
|
device_type: string;
|
|
170486
|
+
/** IANA timezone for the Ultraloq device. */
|
|
170487
|
+
time_zone: string | null;
|
|
170273
170488
|
} | undefined;
|
|
170274
170489
|
}) & ({
|
|
170275
170490
|
/** */
|
|
@@ -175582,6 +175797,8 @@ type Routes = {
|
|
|
175582
175797
|
locked_state: string;
|
|
175583
175798
|
/** Model for a Salto KS device. */
|
|
175584
175799
|
model?: string | undefined;
|
|
175800
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
175801
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
175585
175802
|
} | undefined;
|
|
175586
175803
|
/** Metadata for a Genie device. */
|
|
175587
175804
|
genie_metadata?: {
|
|
@@ -175947,6 +176164,8 @@ type Routes = {
|
|
|
175947
176164
|
device_name: string;
|
|
175948
176165
|
/** Device type for an Ultraloq device. */
|
|
175949
176166
|
device_type: string;
|
|
176167
|
+
/** IANA timezone for the Ultraloq device. */
|
|
176168
|
+
time_zone: string | null;
|
|
175950
176169
|
} | undefined;
|
|
175951
176170
|
}) & ({
|
|
175952
176171
|
/** */
|
|
@@ -179418,6 +179637,8 @@ type Routes = {
|
|
|
179418
179637
|
locked_state: string;
|
|
179419
179638
|
/** Model for a Salto KS device. */
|
|
179420
179639
|
model?: string | undefined;
|
|
179640
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
179641
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
179421
179642
|
} | undefined;
|
|
179422
179643
|
/** Metadata for a Genie device. */
|
|
179423
179644
|
genie_metadata?: {
|
|
@@ -179783,6 +180004,8 @@ type Routes = {
|
|
|
179783
180004
|
device_name: string;
|
|
179784
180005
|
/** Device type for an Ultraloq device. */
|
|
179785
180006
|
device_type: string;
|
|
180007
|
+
/** IANA timezone for the Ultraloq device. */
|
|
180008
|
+
time_zone: string | null;
|
|
179786
180009
|
} | undefined;
|
|
179787
180010
|
}) & ({
|
|
179788
180011
|
/** */
|
|
@@ -180649,6 +180872,8 @@ type Routes = {
|
|
|
180649
180872
|
locked_state: string;
|
|
180650
180873
|
/** Model for a Salto KS device. */
|
|
180651
180874
|
model?: string | undefined;
|
|
180875
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
180876
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
180652
180877
|
} | undefined;
|
|
180653
180878
|
/** Metadata for a Genie device. */
|
|
180654
180879
|
genie_metadata?: {
|
|
@@ -181014,6 +181239,8 @@ type Routes = {
|
|
|
181014
181239
|
device_name: string;
|
|
181015
181240
|
/** Device type for an Ultraloq device. */
|
|
181016
181241
|
device_type: string;
|
|
181242
|
+
/** IANA timezone for the Ultraloq device. */
|
|
181243
|
+
time_zone: string | null;
|
|
181017
181244
|
} | undefined;
|
|
181018
181245
|
}) & ({
|
|
181019
181246
|
/** */
|
|
@@ -187900,6 +188127,8 @@ type Routes = {
|
|
|
187900
188127
|
locked_state: string;
|
|
187901
188128
|
/** Model for a Salto KS device. */
|
|
187902
188129
|
model?: string | undefined;
|
|
188130
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
188131
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
187903
188132
|
} | undefined;
|
|
187904
188133
|
/** Metadata for a Genie device. */
|
|
187905
188134
|
genie_metadata?: {
|
|
@@ -188265,6 +188494,8 @@ type Routes = {
|
|
|
188265
188494
|
device_name: string;
|
|
188266
188495
|
/** Device type for an Ultraloq device. */
|
|
188267
188496
|
device_type: string;
|
|
188497
|
+
/** IANA timezone for the Ultraloq device. */
|
|
188498
|
+
time_zone: string | null;
|
|
188268
188499
|
} | undefined;
|
|
188269
188500
|
}) & ({
|
|
188270
188501
|
/** */
|
|
@@ -189133,6 +189364,8 @@ type Routes = {
|
|
|
189133
189364
|
locked_state: string;
|
|
189134
189365
|
/** Model for a Salto KS device. */
|
|
189135
189366
|
model?: string | undefined;
|
|
189367
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
189368
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
189136
189369
|
} | undefined;
|
|
189137
189370
|
/** Metadata for a Genie device. */
|
|
189138
189371
|
genie_metadata?: {
|
|
@@ -189498,6 +189731,8 @@ type Routes = {
|
|
|
189498
189731
|
device_name: string;
|
|
189499
189732
|
/** Device type for an Ultraloq device. */
|
|
189500
189733
|
device_type: string;
|
|
189734
|
+
/** IANA timezone for the Ultraloq device. */
|
|
189735
|
+
time_zone: string | null;
|
|
189501
189736
|
} | undefined;
|
|
189502
189737
|
}) & ({
|
|
189503
189738
|
/** */
|
|
@@ -191331,6 +191566,8 @@ type Routes = {
|
|
|
191331
191566
|
locked_state: string;
|
|
191332
191567
|
/** Model for a Salto KS device. */
|
|
191333
191568
|
model?: string | undefined;
|
|
191569
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
191570
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
191334
191571
|
} | undefined;
|
|
191335
191572
|
/** Metadata for a Genie device. */
|
|
191336
191573
|
genie_metadata?: {
|
|
@@ -191696,6 +191933,8 @@ type Routes = {
|
|
|
191696
191933
|
device_name: string;
|
|
191697
191934
|
/** Device type for an Ultraloq device. */
|
|
191698
191935
|
device_type: string;
|
|
191936
|
+
/** IANA timezone for the Ultraloq device. */
|
|
191937
|
+
time_zone: string | null;
|
|
191699
191938
|
} | undefined;
|
|
191700
191939
|
}) & ({
|
|
191701
191940
|
/** */
|