@seamapi/types 1.833.0 → 1.834.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.
@@ -13375,6 +13375,7 @@ declare const batch: z.ZodObject<{
13375
13375
  wireless_keypad_id: number;
13376
13376
  wireless_keypad_name: string;
13377
13377
  }>, "many">>;
13378
+ timezone_raw_offset_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13378
13379
  }, "strip", z.ZodTypeAny, {
13379
13380
  lock_id: number;
13380
13381
  lock_alias: string;
@@ -13393,6 +13394,7 @@ declare const batch: z.ZodObject<{
13393
13394
  wireless_keypad_id: number;
13394
13395
  wireless_keypad_name: string;
13395
13396
  }[] | undefined;
13397
+ timezone_raw_offset_ms?: number | null | undefined;
13396
13398
  }, {
13397
13399
  lock_id: number;
13398
13400
  lock_alias: string;
@@ -13411,6 +13413,7 @@ declare const batch: z.ZodObject<{
13411
13413
  wireless_keypad_id: number;
13412
13414
  wireless_keypad_name: string;
13413
13415
  }[] | undefined;
13416
+ timezone_raw_offset_ms?: number | null | undefined;
13414
13417
  }>>;
13415
13418
  seam_bridge_metadata: z.ZodOptional<z.ZodObject<{
13416
13419
  unlock_method: z.ZodOptional<z.ZodEnum<["bridge", "doorking"]>>;
@@ -13946,6 +13949,7 @@ declare const batch: z.ZodObject<{
13946
13949
  wireless_keypad_id: number;
13947
13950
  wireless_keypad_name: string;
13948
13951
  }[] | undefined;
13952
+ timezone_raw_offset_ms?: number | null | undefined;
13949
13953
  } | undefined;
13950
13954
  seam_bridge_metadata?: {
13951
13955
  name: string;
@@ -14225,6 +14229,7 @@ declare const batch: z.ZodObject<{
14225
14229
  wireless_keypad_id: number;
14226
14230
  wireless_keypad_name: string;
14227
14231
  }[] | undefined;
14232
+ timezone_raw_offset_ms?: number | null | undefined;
14228
14233
  } | undefined;
14229
14234
  seam_bridge_metadata?: {
14230
14235
  name: string;
@@ -16194,6 +16199,7 @@ declare const batch: z.ZodObject<{
16194
16199
  wireless_keypad_id: number;
16195
16200
  wireless_keypad_name: string;
16196
16201
  }[] | undefined;
16202
+ timezone_raw_offset_ms?: number | null | undefined;
16197
16203
  } | undefined;
16198
16204
  seam_bridge_metadata?: {
16199
16205
  name: string;
@@ -16921,6 +16927,7 @@ declare const batch: z.ZodObject<{
16921
16927
  wireless_keypad_id: number;
16922
16928
  wireless_keypad_name: string;
16923
16929
  }[] | undefined;
16930
+ timezone_raw_offset_ms?: number | null | undefined;
16924
16931
  } | undefined;
16925
16932
  seam_bridge_metadata?: {
16926
16933
  name: string;
@@ -26025,6 +26032,7 @@ declare const batch: z.ZodObject<{
26025
26032
  wireless_keypad_id: number;
26026
26033
  wireless_keypad_name: string;
26027
26034
  }>, "many">>;
26035
+ timezone_raw_offset_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
26028
26036
  }, "strip", z.ZodTypeAny, {
26029
26037
  lock_id: number;
26030
26038
  lock_alias: string;
@@ -26043,6 +26051,7 @@ declare const batch: z.ZodObject<{
26043
26051
  wireless_keypad_id: number;
26044
26052
  wireless_keypad_name: string;
26045
26053
  }[] | undefined;
26054
+ timezone_raw_offset_ms?: number | null | undefined;
26046
26055
  }, {
26047
26056
  lock_id: number;
26048
26057
  lock_alias: string;
@@ -26061,6 +26070,7 @@ declare const batch: z.ZodObject<{
26061
26070
  wireless_keypad_id: number;
26062
26071
  wireless_keypad_name: string;
26063
26072
  }[] | undefined;
26073
+ timezone_raw_offset_ms?: number | null | undefined;
26064
26074
  }>>;
26065
26075
  seam_bridge_metadata: z.ZodOptional<z.ZodObject<{
26066
26076
  unlock_method: z.ZodOptional<z.ZodEnum<["bridge", "doorking"]>>;
@@ -26596,6 +26606,7 @@ declare const batch: z.ZodObject<{
26596
26606
  wireless_keypad_id: number;
26597
26607
  wireless_keypad_name: string;
26598
26608
  }[] | undefined;
26609
+ timezone_raw_offset_ms?: number | null | undefined;
26599
26610
  } | undefined;
26600
26611
  seam_bridge_metadata?: {
26601
26612
  name: string;
@@ -26875,6 +26886,7 @@ declare const batch: z.ZodObject<{
26875
26886
  wireless_keypad_id: number;
26876
26887
  wireless_keypad_name: string;
26877
26888
  }[] | undefined;
26889
+ timezone_raw_offset_ms?: number | null | undefined;
26878
26890
  } | undefined;
26879
26891
  seam_bridge_metadata?: {
26880
26892
  name: string;
@@ -38939,6 +38951,7 @@ declare const batch: z.ZodObject<{
38939
38951
  wireless_keypad_id: number;
38940
38952
  wireless_keypad_name: string;
38941
38953
  }[] | undefined;
38954
+ timezone_raw_offset_ms?: number | null | undefined;
38942
38955
  } | undefined;
38943
38956
  seam_bridge_metadata?: {
38944
38957
  name: string;
@@ -43914,6 +43927,7 @@ declare const batch: z.ZodObject<{
43914
43927
  wireless_keypad_id: number;
43915
43928
  wireless_keypad_name: string;
43916
43929
  }[] | undefined;
43930
+ timezone_raw_offset_ms?: number | null | undefined;
43917
43931
  } | undefined;
43918
43932
  seam_bridge_metadata?: {
43919
43933
  name: string;
@@ -50606,6 +50620,7 @@ declare const device: z.ZodObject<{
50606
50620
  wireless_keypad_id: number;
50607
50621
  wireless_keypad_name: string;
50608
50622
  }>, "many">>;
50623
+ timezone_raw_offset_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
50609
50624
  }, "strip", z.ZodTypeAny, {
50610
50625
  lock_id: number;
50611
50626
  lock_alias: string;
@@ -50624,6 +50639,7 @@ declare const device: z.ZodObject<{
50624
50639
  wireless_keypad_id: number;
50625
50640
  wireless_keypad_name: string;
50626
50641
  }[] | undefined;
50642
+ timezone_raw_offset_ms?: number | null | undefined;
50627
50643
  }, {
50628
50644
  lock_id: number;
50629
50645
  lock_alias: string;
@@ -50642,6 +50658,7 @@ declare const device: z.ZodObject<{
50642
50658
  wireless_keypad_id: number;
50643
50659
  wireless_keypad_name: string;
50644
50660
  }[] | undefined;
50661
+ timezone_raw_offset_ms?: number | null | undefined;
50645
50662
  }>>;
50646
50663
  seam_bridge_metadata: z.ZodOptional<z.ZodObject<{
50647
50664
  unlock_method: z.ZodOptional<z.ZodEnum<["bridge", "doorking"]>>;
@@ -51177,6 +51194,7 @@ declare const device: z.ZodObject<{
51177
51194
  wireless_keypad_id: number;
51178
51195
  wireless_keypad_name: string;
51179
51196
  }[] | undefined;
51197
+ timezone_raw_offset_ms?: number | null | undefined;
51180
51198
  } | undefined;
51181
51199
  seam_bridge_metadata?: {
51182
51200
  name: string;
@@ -51456,6 +51474,7 @@ declare const device: z.ZodObject<{
51456
51474
  wireless_keypad_id: number;
51457
51475
  wireless_keypad_name: string;
51458
51476
  }[] | undefined;
51477
+ timezone_raw_offset_ms?: number | null | undefined;
51459
51478
  } | undefined;
51460
51479
  seam_bridge_metadata?: {
51461
51480
  name: string;
@@ -53425,6 +53444,7 @@ declare const device: z.ZodObject<{
53425
53444
  wireless_keypad_id: number;
53426
53445
  wireless_keypad_name: string;
53427
53446
  }[] | undefined;
53447
+ timezone_raw_offset_ms?: number | null | undefined;
53428
53448
  } | undefined;
53429
53449
  seam_bridge_metadata?: {
53430
53450
  name: string;
@@ -54152,6 +54172,7 @@ declare const device: z.ZodObject<{
54152
54172
  wireless_keypad_id: number;
54153
54173
  wireless_keypad_name: string;
54154
54174
  }[] | undefined;
54175
+ timezone_raw_offset_ms?: number | null | undefined;
54155
54176
  } | undefined;
54156
54177
  seam_bridge_metadata?: {
54157
54178
  name: string;
@@ -55283,6 +55304,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
55283
55304
  wireless_keypad_id: number;
55284
55305
  wireless_keypad_name: string;
55285
55306
  }>, "many">>;
55307
+ timezone_raw_offset_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
55286
55308
  }, "strip", z.ZodTypeAny, {
55287
55309
  lock_id: number;
55288
55310
  lock_alias: string;
@@ -55301,6 +55323,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
55301
55323
  wireless_keypad_id: number;
55302
55324
  wireless_keypad_name: string;
55303
55325
  }[] | undefined;
55326
+ timezone_raw_offset_ms?: number | null | undefined;
55304
55327
  }, {
55305
55328
  lock_id: number;
55306
55329
  lock_alias: string;
@@ -55319,6 +55342,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
55319
55342
  wireless_keypad_id: number;
55320
55343
  wireless_keypad_name: string;
55321
55344
  }[] | undefined;
55345
+ timezone_raw_offset_ms?: number | null | undefined;
55322
55346
  }>>;
55323
55347
  seam_bridge_metadata: z.ZodOptional<z.ZodObject<{
55324
55348
  unlock_method: z.ZodOptional<z.ZodEnum<["bridge", "doorking"]>>;
@@ -55854,6 +55878,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
55854
55878
  wireless_keypad_id: number;
55855
55879
  wireless_keypad_name: string;
55856
55880
  }[] | undefined;
55881
+ timezone_raw_offset_ms?: number | null | undefined;
55857
55882
  } | undefined;
55858
55883
  seam_bridge_metadata?: {
55859
55884
  name: string;
@@ -56133,6 +56158,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
56133
56158
  wireless_keypad_id: number;
56134
56159
  wireless_keypad_name: string;
56135
56160
  }[] | undefined;
56161
+ timezone_raw_offset_ms?: number | null | undefined;
56136
56162
  } | undefined;
56137
56163
  seam_bridge_metadata?: {
56138
56164
  name: string;
@@ -75743,6 +75769,8 @@ type Routes = {
75743
75769
  /** Name for a wireless keypad for a TTLock device. */
75744
75770
  wireless_keypad_name: string;
75745
75771
  }[] | undefined;
75772
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
75773
+ timezone_raw_offset_ms?: (number | null) | undefined;
75746
75774
  } | undefined;
75747
75775
  /** Metadata for Seam Bridge. */
75748
75776
  seam_bridge_metadata?: {
@@ -80191,6 +80219,8 @@ type Routes = {
80191
80219
  /** Name for a wireless keypad for a TTLock device. */
80192
80220
  wireless_keypad_name: string;
80193
80221
  }[] | undefined;
80222
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
80223
+ timezone_raw_offset_ms?: (number | null) | undefined;
80194
80224
  } | undefined;
80195
80225
  /** Metadata for Seam Bridge. */
80196
80226
  seam_bridge_metadata?: {
@@ -96875,6 +96905,8 @@ type Routes = {
96875
96905
  /** Name for a wireless keypad for a TTLock device. */
96876
96906
  wireless_keypad_name: string;
96877
96907
  }[] | undefined;
96908
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
96909
+ timezone_raw_offset_ms?: (number | null) | undefined;
96878
96910
  } | undefined;
96879
96911
  /** Metadata for Seam Bridge. */
96880
96912
  seam_bridge_metadata?: {
@@ -98257,6 +98289,8 @@ type Routes = {
98257
98289
  /** Name for a wireless keypad for a TTLock device. */
98258
98290
  wireless_keypad_name: string;
98259
98291
  }[] | undefined;
98292
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
98293
+ timezone_raw_offset_ms?: (number | null) | undefined;
98260
98294
  } | undefined;
98261
98295
  /** Metadata for Seam Bridge. */
98262
98296
  seam_bridge_metadata?: {
@@ -107847,6 +107881,8 @@ type Routes = {
107847
107881
  /** Name for a wireless keypad for a TTLock device. */
107848
107882
  wireless_keypad_name: string;
107849
107883
  }[] | undefined;
107884
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
107885
+ timezone_raw_offset_ms?: (number | null) | undefined;
107850
107886
  } | undefined;
107851
107887
  /** Metadata for Seam Bridge. */
107852
107888
  seam_bridge_metadata?: {
@@ -109179,6 +109215,8 @@ type Routes = {
109179
109215
  /** Name for a wireless keypad for a TTLock device. */
109180
109216
  wireless_keypad_name: string;
109181
109217
  }[] | undefined;
109218
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
109219
+ timezone_raw_offset_ms?: (number | null) | undefined;
109182
109220
  } | undefined;
109183
109221
  /** Metadata for Seam Bridge. */
109184
109222
  seam_bridge_metadata?: {
@@ -110561,6 +110599,8 @@ type Routes = {
110561
110599
  /** Name for a wireless keypad for a TTLock device. */
110562
110600
  wireless_keypad_name: string;
110563
110601
  }[] | undefined;
110602
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
110603
+ timezone_raw_offset_ms?: (number | null) | undefined;
110564
110604
  } | undefined;
110565
110605
  /** Metadata for Seam Bridge. */
110566
110606
  seam_bridge_metadata?: {
@@ -111892,6 +111932,8 @@ type Routes = {
111892
111932
  /** Name for a wireless keypad for a TTLock device. */
111893
111933
  wireless_keypad_name: string;
111894
111934
  }[] | undefined;
111935
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
111936
+ timezone_raw_offset_ms?: (number | null) | undefined;
111895
111937
  } | undefined;
111896
111938
  /** Metadata for Seam Bridge. */
111897
111939
  seam_bridge_metadata?: {
@@ -118640,6 +118682,8 @@ type Routes = {
118640
118682
  /** Name for a wireless keypad for a TTLock device. */
118641
118683
  wireless_keypad_name: string;
118642
118684
  }[] | undefined;
118685
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
118686
+ timezone_raw_offset_ms?: (number | null) | undefined;
118643
118687
  } | undefined;
118644
118688
  /** Metadata for Seam Bridge. */
118645
118689
  seam_bridge_metadata?: {
@@ -119971,6 +120015,8 @@ type Routes = {
119971
120015
  /** Name for a wireless keypad for a TTLock device. */
119972
120016
  wireless_keypad_name: string;
119973
120017
  }[] | undefined;
120018
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
120019
+ timezone_raw_offset_ms?: (number | null) | undefined;
119974
120020
  } | undefined;
119975
120021
  /** Metadata for Seam Bridge. */
119976
120022
  seam_bridge_metadata?: {
@@ -133462,6 +133508,8 @@ type Routes = {
133462
133508
  /** Name for a wireless keypad for a TTLock device. */
133463
133509
  wireless_keypad_name: string;
133464
133510
  }[] | undefined;
133511
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
133512
+ timezone_raw_offset_ms?: (number | null) | undefined;
133465
133513
  } | undefined;
133466
133514
  /** Metadata for Seam Bridge. */
133467
133515
  seam_bridge_metadata?: {
@@ -139658,6 +139706,8 @@ type Routes = {
139658
139706
  /** Name for a wireless keypad for a TTLock device. */
139659
139707
  wireless_keypad_name: string;
139660
139708
  }[] | undefined;
139709
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
139710
+ timezone_raw_offset_ms?: (number | null) | undefined;
139661
139711
  } | undefined;
139662
139712
  /** Metadata for Seam Bridge. */
139663
139713
  seam_bridge_metadata?: {
@@ -143736,6 +143786,8 @@ type Routes = {
143736
143786
  /** Name for a wireless keypad for a TTLock device. */
143737
143787
  wireless_keypad_name: string;
143738
143788
  }[] | undefined;
143789
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
143790
+ timezone_raw_offset_ms?: (number | null) | undefined;
143739
143791
  } | undefined;
143740
143792
  /** Metadata for Seam Bridge. */
143741
143793
  seam_bridge_metadata?: {
@@ -145067,6 +145119,8 @@ type Routes = {
145067
145119
  /** Name for a wireless keypad for a TTLock device. */
145068
145120
  wireless_keypad_name: string;
145069
145121
  }[] | undefined;
145122
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
145123
+ timezone_raw_offset_ms?: (number | null) | undefined;
145070
145124
  } | undefined;
145071
145125
  /** Metadata for Seam Bridge. */
145072
145126
  seam_bridge_metadata?: {
@@ -152708,6 +152762,8 @@ type Routes = {
152708
152762
  /** Name for a wireless keypad for a TTLock device. */
152709
152763
  wireless_keypad_name: string;
152710
152764
  }[] | undefined;
152765
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
152766
+ timezone_raw_offset_ms?: (number | null) | undefined;
152711
152767
  } | undefined;
152712
152768
  /** Metadata for Seam Bridge. */
152713
152769
  seam_bridge_metadata?: {
@@ -154041,6 +154097,8 @@ type Routes = {
154041
154097
  /** Name for a wireless keypad for a TTLock device. */
154042
154098
  wireless_keypad_name: string;
154043
154099
  }[] | undefined;
154100
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
154101
+ timezone_raw_offset_ms?: (number | null) | undefined;
154044
154102
  } | undefined;
154045
154103
  /** Metadata for Seam Bridge. */
154046
154104
  seam_bridge_metadata?: {
@@ -156514,6 +156572,8 @@ type Routes = {
156514
156572
  /** Name for a wireless keypad for a TTLock device. */
156515
156573
  wireless_keypad_name: string;
156516
156574
  }[] | undefined;
156575
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
156576
+ timezone_raw_offset_ms?: (number | null) | undefined;
156517
156577
  } | undefined;
156518
156578
  /** Metadata for Seam Bridge. */
156519
156579
  seam_bridge_metadata?: {
package/dist/index.cjs CHANGED
@@ -982,7 +982,10 @@ var device_metadata = zod.z.object({
982
982
  wireless_keypad_id: zod.z.number().describe(`ID for a wireless keypad for a TTLock device.`),
983
983
  wireless_keypad_name: zod.z.string().describe(`Name for a wireless keypad for a TTLock device.`)
984
984
  })
985
- ).optional().describe(`Wireless keypads for a TTLock device.`)
985
+ ).optional().describe(`Wireless keypads for a TTLock device.`),
986
+ timezone_raw_offset_ms: zod.z.number().nullable().optional().describe(
987
+ `Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times \u2014 a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value.`
988
+ )
986
989
  }).describe(`Metadata for a TTLock device.`),
987
990
  seam_bridge_metadata: zod.z.object({
988
991
  unlock_method: zod.z.enum(["bridge", "doorking"]).optional().describe(`Unlock method for Seam Bridge.`),
@@ -19178,6 +19181,12 @@ var openapi = {
19178
19181
  format: "float",
19179
19182
  type: "number"
19180
19183
  },
19184
+ timezone_raw_offset_ms: {
19185
+ description: `Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times \u2014 a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value.`,
19186
+ format: "float",
19187
+ nullable: true,
19188
+ type: "number"
19189
+ },
19181
19190
  wireless_keypads: {
19182
19191
  description: "Wireless keypads for a TTLock device.",
19183
19192
  items: {