@seamapi/types 1.833.0 → 1.835.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 +24 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +62 -0
- package/dist/index.cjs +24 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.js +20 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +36 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +23 -0
- package/src/lib/seam/connect/route-types.ts +36 -0
package/dist/connect.d.cts
CHANGED
|
@@ -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?: {
|
|
@@ -132825,6 +132871,8 @@ type Routes = {
|
|
|
132825
132871
|
customer_key?: string | undefined;
|
|
132826
132872
|
/** Collection key. */
|
|
132827
132873
|
collection_key?: string | undefined;
|
|
132874
|
+
/** Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account. */
|
|
132875
|
+
connected_account_id?: string | undefined;
|
|
132828
132876
|
};
|
|
132829
132877
|
formData: {};
|
|
132830
132878
|
jsonResponse: {
|
|
@@ -133462,6 +133510,8 @@ type Routes = {
|
|
|
133462
133510
|
/** Name for a wireless keypad for a TTLock device. */
|
|
133463
133511
|
wireless_keypad_name: string;
|
|
133464
133512
|
}[] | undefined;
|
|
133513
|
+
/** 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. */
|
|
133514
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
133465
133515
|
} | undefined;
|
|
133466
133516
|
/** Metadata for Seam Bridge. */
|
|
133467
133517
|
seam_bridge_metadata?: {
|
|
@@ -139658,6 +139708,8 @@ type Routes = {
|
|
|
139658
139708
|
/** Name for a wireless keypad for a TTLock device. */
|
|
139659
139709
|
wireless_keypad_name: string;
|
|
139660
139710
|
}[] | undefined;
|
|
139711
|
+
/** 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. */
|
|
139712
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
139661
139713
|
} | undefined;
|
|
139662
139714
|
/** Metadata for Seam Bridge. */
|
|
139663
139715
|
seam_bridge_metadata?: {
|
|
@@ -143736,6 +143788,8 @@ type Routes = {
|
|
|
143736
143788
|
/** Name for a wireless keypad for a TTLock device. */
|
|
143737
143789
|
wireless_keypad_name: string;
|
|
143738
143790
|
}[] | undefined;
|
|
143791
|
+
/** 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. */
|
|
143792
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
143739
143793
|
} | undefined;
|
|
143740
143794
|
/** Metadata for Seam Bridge. */
|
|
143741
143795
|
seam_bridge_metadata?: {
|
|
@@ -145067,6 +145121,8 @@ type Routes = {
|
|
|
145067
145121
|
/** Name for a wireless keypad for a TTLock device. */
|
|
145068
145122
|
wireless_keypad_name: string;
|
|
145069
145123
|
}[] | undefined;
|
|
145124
|
+
/** 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. */
|
|
145125
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
145070
145126
|
} | undefined;
|
|
145071
145127
|
/** Metadata for Seam Bridge. */
|
|
145072
145128
|
seam_bridge_metadata?: {
|
|
@@ -152708,6 +152764,8 @@ type Routes = {
|
|
|
152708
152764
|
/** Name for a wireless keypad for a TTLock device. */
|
|
152709
152765
|
wireless_keypad_name: string;
|
|
152710
152766
|
}[] | undefined;
|
|
152767
|
+
/** 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. */
|
|
152768
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
152711
152769
|
} | undefined;
|
|
152712
152770
|
/** Metadata for Seam Bridge. */
|
|
152713
152771
|
seam_bridge_metadata?: {
|
|
@@ -154041,6 +154099,8 @@ type Routes = {
|
|
|
154041
154099
|
/** Name for a wireless keypad for a TTLock device. */
|
|
154042
154100
|
wireless_keypad_name: string;
|
|
154043
154101
|
}[] | undefined;
|
|
154102
|
+
/** 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. */
|
|
154103
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
154044
154104
|
} | undefined;
|
|
154045
154105
|
/** Metadata for Seam Bridge. */
|
|
154046
154106
|
seam_bridge_metadata?: {
|
|
@@ -156514,6 +156574,8 @@ type Routes = {
|
|
|
156514
156574
|
/** Name for a wireless keypad for a TTLock device. */
|
|
156515
156575
|
wireless_keypad_name: string;
|
|
156516
156576
|
}[] | undefined;
|
|
156577
|
+
/** 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. */
|
|
156578
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
156517
156579
|
} | undefined;
|
|
156518
156580
|
/** Metadata for Seam Bridge. */
|
|
156519
156581
|
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: {
|
|
@@ -74674,6 +74683,15 @@ var openapi = {
|
|
|
74674
74683
|
in: "query",
|
|
74675
74684
|
name: "collection_key",
|
|
74676
74685
|
schema: { description: "Collection key.", type: "string" }
|
|
74686
|
+
},
|
|
74687
|
+
{
|
|
74688
|
+
in: "query",
|
|
74689
|
+
name: "connected_account_id",
|
|
74690
|
+
schema: {
|
|
74691
|
+
description: "Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account.",
|
|
74692
|
+
format: "uuid",
|
|
74693
|
+
type: "string"
|
|
74694
|
+
}
|
|
74677
74695
|
}
|
|
74678
74696
|
],
|
|
74679
74697
|
responses: {
|
|
@@ -74789,6 +74807,11 @@ var openapi = {
|
|
|
74789
74807
|
description: "Collection key.",
|
|
74790
74808
|
type: "string"
|
|
74791
74809
|
},
|
|
74810
|
+
connected_account_id: {
|
|
74811
|
+
description: "Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account.",
|
|
74812
|
+
format: "uuid",
|
|
74813
|
+
type: "string"
|
|
74814
|
+
},
|
|
74792
74815
|
customer_key: {
|
|
74793
74816
|
description: "Customer key for which to auto-map spaces.",
|
|
74794
74817
|
type: "string"
|