@seamapi/types 1.856.0 → 1.858.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.
@@ -6411,6 +6411,19 @@ declare const acs_entrance: z.ZodObject<{
6411
6411
  message: string;
6412
6412
  created_at: string;
6413
6413
  warning_code: "entrance_shares_zone";
6414
+ }>, z.ZodObject<{
6415
+ created_at: z.ZodString;
6416
+ message: z.ZodString;
6417
+ } & {
6418
+ warning_code: z.ZodLiteral<"entrance_setup_required">;
6419
+ }, "strip", z.ZodTypeAny, {
6420
+ message: string;
6421
+ created_at: string;
6422
+ warning_code: "entrance_setup_required";
6423
+ }, {
6424
+ message: string;
6425
+ created_at: string;
6426
+ warning_code: "entrance_setup_required";
6414
6427
  }>]>, "many">;
6415
6428
  latch_metadata: z.ZodOptional<z.ZodObject<{
6416
6429
  accessibility_type: z.ZodString;
@@ -6612,6 +6625,10 @@ declare const acs_entrance: z.ZodObject<{
6612
6625
  message: string;
6613
6626
  created_at: string;
6614
6627
  warning_code: "entrance_shares_zone";
6628
+ } | {
6629
+ message: string;
6630
+ created_at: string;
6631
+ warning_code: "entrance_setup_required";
6615
6632
  })[];
6616
6633
  space_ids: string[];
6617
6634
  acs_entrance_id: string;
@@ -6701,6 +6718,10 @@ declare const acs_entrance: z.ZodObject<{
6701
6718
  message: string;
6702
6719
  created_at: string;
6703
6720
  warning_code: "entrance_shares_zone";
6721
+ } | {
6722
+ message: string;
6723
+ created_at: string;
6724
+ warning_code: "entrance_setup_required";
6704
6725
  })[];
6705
6726
  space_ids: string[];
6706
6727
  acs_entrance_id: string;
@@ -14406,21 +14427,18 @@ declare const batch: z.ZodObject<{
14406
14427
  lock_mac: z.ZodString;
14407
14428
  has_gateway: z.ZodBoolean;
14408
14429
  timezone_raw_offset_ms: z.ZodNumber;
14409
- time_zone: z.ZodOptional<z.ZodString>;
14410
14430
  }, "strip", z.ZodTypeAny, {
14411
14431
  lock_id: number;
14412
14432
  lock_name: string;
14413
14433
  has_gateway: boolean;
14414
14434
  timezone_raw_offset_ms: number;
14415
14435
  lock_mac: string;
14416
- time_zone?: string | undefined;
14417
14436
  }, {
14418
14437
  lock_id: number;
14419
14438
  lock_name: string;
14420
14439
  has_gateway: boolean;
14421
14440
  timezone_raw_offset_ms: number;
14422
14441
  lock_mac: string;
14423
- time_zone?: string | undefined;
14424
14442
  }>>;
14425
14443
  tado_metadata: z.ZodOptional<z.ZodObject<{
14426
14444
  serial_no: z.ZodString;
@@ -14802,7 +14820,6 @@ declare const batch: z.ZodObject<{
14802
14820
  has_gateway: boolean;
14803
14821
  timezone_raw_offset_ms: number;
14804
14822
  lock_mac: string;
14805
- time_zone?: string | undefined;
14806
14823
  } | undefined;
14807
14824
  tado_metadata?: {
14808
14825
  serial_no: string;
@@ -15090,7 +15107,6 @@ declare const batch: z.ZodObject<{
15090
15107
  has_gateway: boolean;
15091
15108
  timezone_raw_offset_ms: number;
15092
15109
  lock_mac: string;
15093
- time_zone?: string | undefined;
15094
15110
  } | undefined;
15095
15111
  tado_metadata?: {
15096
15112
  serial_no: string;
@@ -17068,7 +17084,6 @@ declare const batch: z.ZodObject<{
17068
17084
  has_gateway: boolean;
17069
17085
  timezone_raw_offset_ms: number;
17070
17086
  lock_mac: string;
17071
- time_zone?: string | undefined;
17072
17087
  } | undefined;
17073
17088
  tado_metadata?: {
17074
17089
  serial_no: string;
@@ -17804,7 +17819,6 @@ declare const batch: z.ZodObject<{
17804
17819
  has_gateway: boolean;
17805
17820
  timezone_raw_offset_ms: number;
17806
17821
  lock_mac: string;
17807
- time_zone?: string | undefined;
17808
17822
  } | undefined;
17809
17823
  tado_metadata?: {
17810
17824
  serial_no: string;
@@ -18524,6 +18538,19 @@ declare const batch: z.ZodObject<{
18524
18538
  message: string;
18525
18539
  created_at: string;
18526
18540
  warning_code: "entrance_shares_zone";
18541
+ }>, z.ZodObject<{
18542
+ created_at: z.ZodString;
18543
+ message: z.ZodString;
18544
+ } & {
18545
+ warning_code: z.ZodLiteral<"entrance_setup_required">;
18546
+ }, "strip", z.ZodTypeAny, {
18547
+ message: string;
18548
+ created_at: string;
18549
+ warning_code: "entrance_setup_required";
18550
+ }, {
18551
+ message: string;
18552
+ created_at: string;
18553
+ warning_code: "entrance_setup_required";
18527
18554
  }>]>, "many">;
18528
18555
  latch_metadata: z.ZodOptional<z.ZodObject<{
18529
18556
  accessibility_type: z.ZodString;
@@ -18725,6 +18752,10 @@ declare const batch: z.ZodObject<{
18725
18752
  message: string;
18726
18753
  created_at: string;
18727
18754
  warning_code: "entrance_shares_zone";
18755
+ } | {
18756
+ message: string;
18757
+ created_at: string;
18758
+ warning_code: "entrance_setup_required";
18728
18759
  })[];
18729
18760
  space_ids: string[];
18730
18761
  acs_entrance_id: string;
@@ -18814,6 +18845,10 @@ declare const batch: z.ZodObject<{
18814
18845
  message: string;
18815
18846
  created_at: string;
18816
18847
  warning_code: "entrance_shares_zone";
18848
+ } | {
18849
+ message: string;
18850
+ created_at: string;
18851
+ warning_code: "entrance_setup_required";
18817
18852
  })[];
18818
18853
  space_ids: string[];
18819
18854
  acs_entrance_id: string;
@@ -27889,21 +27924,18 @@ declare const batch: z.ZodObject<{
27889
27924
  lock_mac: z.ZodString;
27890
27925
  has_gateway: z.ZodBoolean;
27891
27926
  timezone_raw_offset_ms: z.ZodNumber;
27892
- time_zone: z.ZodOptional<z.ZodString>;
27893
27927
  }, "strip", z.ZodTypeAny, {
27894
27928
  lock_id: number;
27895
27929
  lock_name: string;
27896
27930
  has_gateway: boolean;
27897
27931
  timezone_raw_offset_ms: number;
27898
27932
  lock_mac: string;
27899
- time_zone?: string | undefined;
27900
27933
  }, {
27901
27934
  lock_id: number;
27902
27935
  lock_name: string;
27903
27936
  has_gateway: boolean;
27904
27937
  timezone_raw_offset_ms: number;
27905
27938
  lock_mac: string;
27906
- time_zone?: string | undefined;
27907
27939
  }>>;
27908
27940
  tado_metadata: z.ZodOptional<z.ZodObject<{
27909
27941
  serial_no: z.ZodString;
@@ -28285,7 +28317,6 @@ declare const batch: z.ZodObject<{
28285
28317
  has_gateway: boolean;
28286
28318
  timezone_raw_offset_ms: number;
28287
28319
  lock_mac: string;
28288
- time_zone?: string | undefined;
28289
28320
  } | undefined;
28290
28321
  tado_metadata?: {
28291
28322
  serial_no: string;
@@ -28573,7 +28604,6 @@ declare const batch: z.ZodObject<{
28573
28604
  has_gateway: boolean;
28574
28605
  timezone_raw_offset_ms: number;
28575
28606
  lock_mac: string;
28576
- time_zone?: string | undefined;
28577
28607
  } | undefined;
28578
28608
  tado_metadata?: {
28579
28609
  serial_no: string;
@@ -40652,7 +40682,6 @@ declare const batch: z.ZodObject<{
40652
40682
  has_gateway: boolean;
40653
40683
  timezone_raw_offset_ms: number;
40654
40684
  lock_mac: string;
40655
- time_zone?: string | undefined;
40656
40685
  } | undefined;
40657
40686
  tado_metadata?: {
40658
40687
  serial_no: string;
@@ -40998,6 +41027,10 @@ declare const batch: z.ZodObject<{
40998
41027
  message: string;
40999
41028
  created_at: string;
41000
41029
  warning_code: "entrance_shares_zone";
41030
+ } | {
41031
+ message: string;
41032
+ created_at: string;
41033
+ warning_code: "entrance_setup_required";
41001
41034
  })[];
41002
41035
  space_ids: string[];
41003
41036
  acs_entrance_id: string;
@@ -45777,7 +45810,6 @@ declare const batch: z.ZodObject<{
45777
45810
  has_gateway: boolean;
45778
45811
  timezone_raw_offset_ms: number;
45779
45812
  lock_mac: string;
45780
- time_zone?: string | undefined;
45781
45813
  } | undefined;
45782
45814
  tado_metadata?: {
45783
45815
  serial_no: string;
@@ -46123,6 +46155,10 @@ declare const batch: z.ZodObject<{
46123
46155
  message: string;
46124
46156
  created_at: string;
46125
46157
  warning_code: "entrance_shares_zone";
46158
+ } | {
46159
+ message: string;
46160
+ created_at: string;
46161
+ warning_code: "entrance_setup_required";
46126
46162
  })[];
46127
46163
  space_ids: string[];
46128
46164
  acs_entrance_id: string;
@@ -52862,21 +52898,18 @@ declare const device: z.ZodObject<{
52862
52898
  lock_mac: z.ZodString;
52863
52899
  has_gateway: z.ZodBoolean;
52864
52900
  timezone_raw_offset_ms: z.ZodNumber;
52865
- time_zone: z.ZodOptional<z.ZodString>;
52866
52901
  }, "strip", z.ZodTypeAny, {
52867
52902
  lock_id: number;
52868
52903
  lock_name: string;
52869
52904
  has_gateway: boolean;
52870
52905
  timezone_raw_offset_ms: number;
52871
52906
  lock_mac: string;
52872
- time_zone?: string | undefined;
52873
52907
  }, {
52874
52908
  lock_id: number;
52875
52909
  lock_name: string;
52876
52910
  has_gateway: boolean;
52877
52911
  timezone_raw_offset_ms: number;
52878
52912
  lock_mac: string;
52879
- time_zone?: string | undefined;
52880
52913
  }>>;
52881
52914
  tado_metadata: z.ZodOptional<z.ZodObject<{
52882
52915
  serial_no: z.ZodString;
@@ -53258,7 +53291,6 @@ declare const device: z.ZodObject<{
53258
53291
  has_gateway: boolean;
53259
53292
  timezone_raw_offset_ms: number;
53260
53293
  lock_mac: string;
53261
- time_zone?: string | undefined;
53262
53294
  } | undefined;
53263
53295
  tado_metadata?: {
53264
53296
  serial_no: string;
@@ -53546,7 +53578,6 @@ declare const device: z.ZodObject<{
53546
53578
  has_gateway: boolean;
53547
53579
  timezone_raw_offset_ms: number;
53548
53580
  lock_mac: string;
53549
- time_zone?: string | undefined;
53550
53581
  } | undefined;
53551
53582
  tado_metadata?: {
53552
53583
  serial_no: string;
@@ -55524,7 +55555,6 @@ declare const device: z.ZodObject<{
55524
55555
  has_gateway: boolean;
55525
55556
  timezone_raw_offset_ms: number;
55526
55557
  lock_mac: string;
55527
- time_zone?: string | undefined;
55528
55558
  } | undefined;
55529
55559
  tado_metadata?: {
55530
55560
  serial_no: string;
@@ -56260,7 +56290,6 @@ declare const device: z.ZodObject<{
56260
56290
  has_gateway: boolean;
56261
56291
  timezone_raw_offset_ms: number;
56262
56292
  lock_mac: string;
56263
- time_zone?: string | undefined;
56264
56293
  } | undefined;
56265
56294
  tado_metadata?: {
56266
56295
  serial_no: string;
@@ -57603,21 +57632,18 @@ declare const unmanaged_device: z.ZodObject<Pick<{
57603
57632
  lock_mac: z.ZodString;
57604
57633
  has_gateway: z.ZodBoolean;
57605
57634
  timezone_raw_offset_ms: z.ZodNumber;
57606
- time_zone: z.ZodOptional<z.ZodString>;
57607
57635
  }, "strip", z.ZodTypeAny, {
57608
57636
  lock_id: number;
57609
57637
  lock_name: string;
57610
57638
  has_gateway: boolean;
57611
57639
  timezone_raw_offset_ms: number;
57612
57640
  lock_mac: string;
57613
- time_zone?: string | undefined;
57614
57641
  }, {
57615
57642
  lock_id: number;
57616
57643
  lock_name: string;
57617
57644
  has_gateway: boolean;
57618
57645
  timezone_raw_offset_ms: number;
57619
57646
  lock_mac: string;
57620
- time_zone?: string | undefined;
57621
57647
  }>>;
57622
57648
  tado_metadata: z.ZodOptional<z.ZodObject<{
57623
57649
  serial_no: z.ZodString;
@@ -57999,7 +58025,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
57999
58025
  has_gateway: boolean;
58000
58026
  timezone_raw_offset_ms: number;
58001
58027
  lock_mac: string;
58002
- time_zone?: string | undefined;
58003
58028
  } | undefined;
58004
58029
  tado_metadata?: {
58005
58030
  serial_no: string;
@@ -58287,7 +58312,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
58287
58312
  has_gateway: boolean;
58288
58313
  timezone_raw_offset_ms: number;
58289
58314
  lock_mac: string;
58290
- time_zone?: string | undefined;
58291
58315
  } | undefined;
58292
58316
  tado_metadata?: {
58293
58317
  serial_no: string;
@@ -78693,8 +78717,6 @@ type Routes = {
78693
78717
  has_gateway: boolean;
78694
78718
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
78695
78719
  timezone_raw_offset_ms: number;
78696
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
78697
- time_zone?: string | undefined;
78698
78720
  } | undefined;
78699
78721
  /** Metadata for a tado° device. */
78700
78722
  tado_metadata?: {
@@ -79526,6 +79548,13 @@ type Routes = {
79526
79548
  message: string;
79527
79549
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
79528
79550
  warning_code: 'entrance_shares_zone';
79551
+ } | {
79552
+ /** Date and time at which Seam created the warning. */
79553
+ created_at: string;
79554
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
79555
+ message: string;
79556
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
79557
+ warning_code: 'entrance_setup_required';
79529
79558
  })[];
79530
79559
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
79531
79560
  latch_metadata?: {
@@ -83368,8 +83397,6 @@ type Routes = {
83368
83397
  has_gateway: boolean;
83369
83398
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
83370
83399
  timezone_raw_offset_ms: number;
83371
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
83372
- time_zone?: string | undefined;
83373
83400
  } | undefined;
83374
83401
  /** Metadata for a tado° device. */
83375
83402
  tado_metadata?: {
@@ -84201,6 +84228,13 @@ type Routes = {
84201
84228
  message: string;
84202
84229
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
84203
84230
  warning_code: 'entrance_shares_zone';
84231
+ } | {
84232
+ /** Date and time at which Seam created the warning. */
84233
+ created_at: string;
84234
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
84235
+ message: string;
84236
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
84237
+ warning_code: 'entrance_setup_required';
84204
84238
  })[];
84205
84239
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
84206
84240
  latch_metadata?: {
@@ -85628,6 +85662,13 @@ type Routes = {
85628
85662
  message: string;
85629
85663
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
85630
85664
  warning_code: 'entrance_shares_zone';
85665
+ } | {
85666
+ /** Date and time at which Seam created the warning. */
85667
+ created_at: string;
85668
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
85669
+ message: string;
85670
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
85671
+ warning_code: 'entrance_setup_required';
85631
85672
  })[];
85632
85673
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
85633
85674
  latch_metadata?: {
@@ -87356,6 +87397,13 @@ type Routes = {
87356
87397
  message: string;
87357
87398
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
87358
87399
  warning_code: 'entrance_shares_zone';
87400
+ } | {
87401
+ /** Date and time at which Seam created the warning. */
87402
+ created_at: string;
87403
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
87404
+ message: string;
87405
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
87406
+ warning_code: 'entrance_setup_required';
87359
87407
  })[];
87360
87408
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
87361
87409
  latch_metadata?: {
@@ -92891,6 +92939,13 @@ type Routes = {
92891
92939
  message: string;
92892
92940
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92893
92941
  warning_code: 'entrance_shares_zone';
92942
+ } | {
92943
+ /** Date and time at which Seam created the warning. */
92944
+ created_at: string;
92945
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
92946
+ message: string;
92947
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92948
+ warning_code: 'entrance_setup_required';
92894
92949
  })[];
92895
92950
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
92896
92951
  latch_metadata?: {
@@ -93105,6 +93160,13 @@ type Routes = {
93105
93160
  message: string;
93106
93161
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
93107
93162
  warning_code: 'entrance_shares_zone';
93163
+ } | {
93164
+ /** Date and time at which Seam created the warning. */
93165
+ created_at: string;
93166
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
93167
+ message: string;
93168
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
93169
+ warning_code: 'entrance_setup_required';
93108
93170
  })[];
93109
93171
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
93110
93172
  latch_metadata?: {
@@ -96308,6 +96370,13 @@ type Routes = {
96308
96370
  message: string;
96309
96371
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
96310
96372
  warning_code: 'entrance_shares_zone';
96373
+ } | {
96374
+ /** Date and time at which Seam created the warning. */
96375
+ created_at: string;
96376
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
96377
+ message: string;
96378
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
96379
+ warning_code: 'entrance_setup_required';
96311
96380
  })[];
96312
96381
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
96313
96382
  latch_metadata?: {
@@ -102719,8 +102788,6 @@ type Routes = {
102719
102788
  has_gateway: boolean;
102720
102789
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
102721
102790
  timezone_raw_offset_ms: number;
102722
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
102723
- time_zone?: string | undefined;
102724
102791
  } | undefined;
102725
102792
  /** Metadata for a tado° device. */
102726
102793
  tado_metadata?: {
@@ -104118,8 +104185,6 @@ type Routes = {
104118
104185
  has_gateway: boolean;
104119
104186
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
104120
104187
  timezone_raw_offset_ms: number;
104121
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
104122
- time_zone?: string | undefined;
104123
104188
  } | undefined;
104124
104189
  /** Metadata for a tado° device. */
104125
104190
  tado_metadata?: {
@@ -104988,6 +105053,11 @@ type Routes = {
104988
105053
  /** IANA timezone for the Schlage device */
104989
105054
  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';
104990
105055
  } | undefined;
105056
+ /** Omnitec-specific metadata to update */
105057
+ omnitec_metadata?: {
105058
+ /** IANA timezone for the Omnitec device */
105059
+ 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';
105060
+ } | undefined;
104991
105061
  }[];
104992
105062
  };
104993
105063
  formData: {};
@@ -113899,8 +113969,6 @@ type Routes = {
113899
113969
  has_gateway: boolean;
113900
113970
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
113901
113971
  timezone_raw_offset_ms: number;
113902
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
113903
- time_zone?: string | undefined;
113904
113972
  } | undefined;
113905
113973
  /** Metadata for a tado° device. */
113906
113974
  tado_metadata?: {
@@ -115248,8 +115316,6 @@ type Routes = {
115248
115316
  has_gateway: boolean;
115249
115317
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
115250
115318
  timezone_raw_offset_ms: number;
115251
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
115252
- time_zone?: string | undefined;
115253
115319
  } | undefined;
115254
115320
  /** Metadata for a tado° device. */
115255
115321
  tado_metadata?: {
@@ -116647,8 +116713,6 @@ type Routes = {
116647
116713
  has_gateway: boolean;
116648
116714
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
116649
116715
  timezone_raw_offset_ms: number;
116650
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
116651
- time_zone?: string | undefined;
116652
116716
  } | undefined;
116653
116717
  /** Metadata for a tado° device. */
116654
116718
  tado_metadata?: {
@@ -117995,8 +118059,6 @@ type Routes = {
117995
118059
  has_gateway: boolean;
117996
118060
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
117997
118061
  timezone_raw_offset_ms: number;
117998
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
117999
- time_zone?: string | undefined;
118000
118062
  } | undefined;
118001
118063
  /** Metadata for a tado° device. */
118002
118064
  tado_metadata?: {
@@ -125456,8 +125518,6 @@ type Routes = {
125456
125518
  has_gateway: boolean;
125457
125519
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
125458
125520
  timezone_raw_offset_ms: number;
125459
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
125460
- time_zone?: string | undefined;
125461
125521
  } | undefined;
125462
125522
  /** Metadata for a tado° device. */
125463
125523
  tado_metadata?: {
@@ -126804,8 +126864,6 @@ type Routes = {
126804
126864
  has_gateway: boolean;
126805
126865
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
126806
126866
  timezone_raw_offset_ms: number;
126807
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
126808
- time_zone?: string | undefined;
126809
126867
  } | undefined;
126810
126868
  /** Metadata for a tado° device. */
126811
126869
  tado_metadata?: {
@@ -140046,6 +140104,13 @@ type Routes = {
140046
140104
  message: string;
140047
140105
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
140048
140106
  warning_code: 'entrance_shares_zone';
140107
+ } | {
140108
+ /** Date and time at which Seam created the warning. */
140109
+ created_at: string;
140110
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
140111
+ message: string;
140112
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
140113
+ warning_code: 'entrance_setup_required';
140049
140114
  })[];
140050
140115
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
140051
140116
  latch_metadata?: {
@@ -141062,8 +141127,6 @@ type Routes = {
141062
141127
  has_gateway: boolean;
141063
141128
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
141064
141129
  timezone_raw_offset_ms: number;
141065
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
141066
- time_zone?: string | undefined;
141067
141130
  } | undefined;
141068
141131
  /** Metadata for a tado° device. */
141069
141132
  tado_metadata?: {
@@ -141895,6 +141958,13 @@ type Routes = {
141895
141958
  message: string;
141896
141959
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
141897
141960
  warning_code: 'entrance_shares_zone';
141961
+ } | {
141962
+ /** Date and time at which Seam created the warning. */
141963
+ created_at: string;
141964
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
141965
+ message: string;
141966
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
141967
+ warning_code: 'entrance_setup_required';
141898
141968
  })[];
141899
141969
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
141900
141970
  latch_metadata?: {
@@ -147833,8 +147903,6 @@ type Routes = {
147833
147903
  has_gateway: boolean;
147834
147904
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
147835
147905
  timezone_raw_offset_ms: number;
147836
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
147837
- time_zone?: string | undefined;
147838
147906
  } | undefined;
147839
147907
  /** Metadata for a tado° device. */
147840
147908
  tado_metadata?: {
@@ -152276,8 +152344,6 @@ type Routes = {
152276
152344
  has_gateway: boolean;
152277
152345
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
152278
152346
  timezone_raw_offset_ms: number;
152279
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
152280
- time_zone?: string | undefined;
152281
152347
  } | undefined;
152282
152348
  /** Metadata for a tado° device. */
152283
152349
  tado_metadata?: {
@@ -153624,8 +153690,6 @@ type Routes = {
153624
153690
  has_gateway: boolean;
153625
153691
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
153626
153692
  timezone_raw_offset_ms: number;
153627
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
153628
- time_zone?: string | undefined;
153629
153693
  } | undefined;
153630
153694
  /** Metadata for a tado° device. */
153631
153695
  tado_metadata?: {
@@ -161982,8 +162046,6 @@ type Routes = {
161982
162046
  has_gateway: boolean;
161983
162047
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
161984
162048
  timezone_raw_offset_ms: number;
161985
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
161986
- time_zone?: string | undefined;
161987
162049
  } | undefined;
161988
162050
  /** Metadata for a tado° device. */
161989
162051
  tado_metadata?: {
@@ -163332,8 +163394,6 @@ type Routes = {
163332
163394
  has_gateway: boolean;
163333
163395
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
163334
163396
  timezone_raw_offset_ms: number;
163335
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
163336
- time_zone?: string | undefined;
163337
163397
  } | undefined;
163338
163398
  /** Metadata for a tado° device. */
163339
163399
  tado_metadata?: {
@@ -164179,6 +164239,13 @@ type Routes = {
164179
164239
  message: string;
164180
164240
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
164181
164241
  warning_code: 'entrance_shares_zone';
164242
+ } | {
164243
+ /** Date and time at which Seam created the warning. */
164244
+ created_at: string;
164245
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
164246
+ message: string;
164247
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
164248
+ warning_code: 'entrance_setup_required';
164182
164249
  })[];
164183
164250
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
164184
164251
  latch_metadata?: {
@@ -165862,8 +165929,6 @@ type Routes = {
165862
165929
  has_gateway: boolean;
165863
165930
  /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
165864
165931
  timezone_raw_offset_ms: number;
165865
- /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
165866
- time_zone?: string | undefined;
165867
165932
  } | undefined;
165868
165933
  /** Metadata for a tado° device. */
165869
165934
  tado_metadata?: {
@@ -166695,6 +166760,13 @@ type Routes = {
166695
166760
  message: string;
166696
166761
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
166697
166762
  warning_code: 'entrance_shares_zone';
166763
+ } | {
166764
+ /** Date and time at which Seam created the warning. */
166765
+ created_at: string;
166766
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
166767
+ message: string;
166768
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
166769
+ warning_code: 'entrance_setup_required';
166698
166770
  })[];
166699
166771
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
166700
166772
  latch_metadata?: {