@seamapi/types 1.690.0 → 1.692.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 +49 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +256 -3
- package/dist/index.cjs +49 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +9 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.js +42 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +143 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +50 -3
- package/src/lib/seam/connect/route-types.ts +163 -3
package/dist/connect.d.cts
CHANGED
|
@@ -13532,6 +13532,19 @@ declare const batch: z.ZodObject<{
|
|
|
13532
13532
|
}>, z.ZodObject<{
|
|
13533
13533
|
message: z.ZodString;
|
|
13534
13534
|
created_at: z.ZodString;
|
|
13535
|
+
} & {
|
|
13536
|
+
warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
|
|
13537
|
+
}, "strip", z.ZodTypeAny, {
|
|
13538
|
+
message: string;
|
|
13539
|
+
created_at: string;
|
|
13540
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
13541
|
+
}, {
|
|
13542
|
+
message: string;
|
|
13543
|
+
created_at: string;
|
|
13544
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
13545
|
+
}>, z.ZodObject<{
|
|
13546
|
+
message: z.ZodString;
|
|
13547
|
+
created_at: z.ZodString;
|
|
13535
13548
|
} & {
|
|
13536
13549
|
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
13537
13550
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13757,6 +13770,10 @@ declare const batch: z.ZodObject<{
|
|
|
13757
13770
|
message: string;
|
|
13758
13771
|
created_at: string;
|
|
13759
13772
|
warning_code: "lockly_time_zone_not_configured";
|
|
13773
|
+
} | {
|
|
13774
|
+
message: string;
|
|
13775
|
+
created_at: string;
|
|
13776
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
13760
13777
|
} | {
|
|
13761
13778
|
message: string;
|
|
13762
13779
|
created_at: string;
|
|
@@ -14432,6 +14449,10 @@ declare const batch: z.ZodObject<{
|
|
|
14432
14449
|
message: string;
|
|
14433
14450
|
created_at: string;
|
|
14434
14451
|
warning_code: "lockly_time_zone_not_configured";
|
|
14452
|
+
} | {
|
|
14453
|
+
message: string;
|
|
14454
|
+
created_at: string;
|
|
14455
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
14435
14456
|
} | {
|
|
14436
14457
|
message: string;
|
|
14437
14458
|
created_at: string;
|
|
@@ -24780,6 +24801,19 @@ declare const batch: z.ZodObject<{
|
|
|
24780
24801
|
}>, z.ZodObject<{
|
|
24781
24802
|
message: z.ZodString;
|
|
24782
24803
|
created_at: z.ZodString;
|
|
24804
|
+
} & {
|
|
24805
|
+
warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
|
|
24806
|
+
}, "strip", z.ZodTypeAny, {
|
|
24807
|
+
message: string;
|
|
24808
|
+
created_at: string;
|
|
24809
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
24810
|
+
}, {
|
|
24811
|
+
message: string;
|
|
24812
|
+
created_at: string;
|
|
24813
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
24814
|
+
}>, z.ZodObject<{
|
|
24815
|
+
message: z.ZodString;
|
|
24816
|
+
created_at: z.ZodString;
|
|
24783
24817
|
} & {
|
|
24784
24818
|
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
24785
24819
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25160,6 +25194,10 @@ declare const batch: z.ZodObject<{
|
|
|
25160
25194
|
message: string;
|
|
25161
25195
|
created_at: string;
|
|
25162
25196
|
warning_code: "lockly_time_zone_not_configured";
|
|
25197
|
+
} | {
|
|
25198
|
+
message: string;
|
|
25199
|
+
created_at: string;
|
|
25200
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
25163
25201
|
} | {
|
|
25164
25202
|
message: string;
|
|
25165
25203
|
created_at: string;
|
|
@@ -25397,6 +25435,10 @@ declare const batch: z.ZodObject<{
|
|
|
25397
25435
|
message: string;
|
|
25398
25436
|
created_at: string;
|
|
25399
25437
|
warning_code: "lockly_time_zone_not_configured";
|
|
25438
|
+
} | {
|
|
25439
|
+
message: string;
|
|
25440
|
+
created_at: string;
|
|
25441
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
25400
25442
|
} | {
|
|
25401
25443
|
message: string;
|
|
25402
25444
|
created_at: string;
|
|
@@ -32292,6 +32334,10 @@ declare const batch: z.ZodObject<{
|
|
|
32292
32334
|
message: string;
|
|
32293
32335
|
created_at: string;
|
|
32294
32336
|
warning_code: "lockly_time_zone_not_configured";
|
|
32337
|
+
} | {
|
|
32338
|
+
message: string;
|
|
32339
|
+
created_at: string;
|
|
32340
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
32295
32341
|
} | {
|
|
32296
32342
|
message: string;
|
|
32297
32343
|
created_at: string;
|
|
@@ -34379,6 +34425,10 @@ declare const batch: z.ZodObject<{
|
|
|
34379
34425
|
message: string;
|
|
34380
34426
|
created_at: string;
|
|
34381
34427
|
warning_code: "lockly_time_zone_not_configured";
|
|
34428
|
+
} | {
|
|
34429
|
+
message: string;
|
|
34430
|
+
created_at: string;
|
|
34431
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
34382
34432
|
} | {
|
|
34383
34433
|
message: string;
|
|
34384
34434
|
created_at: string;
|
|
@@ -36359,6 +36409,10 @@ declare const batch: z.ZodObject<{
|
|
|
36359
36409
|
message: string;
|
|
36360
36410
|
created_at: string;
|
|
36361
36411
|
warning_code: "lockly_time_zone_not_configured";
|
|
36412
|
+
} | {
|
|
36413
|
+
message: string;
|
|
36414
|
+
created_at: string;
|
|
36415
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
36362
36416
|
} | {
|
|
36363
36417
|
message: string;
|
|
36364
36418
|
created_at: string;
|
|
@@ -38446,6 +38500,10 @@ declare const batch: z.ZodObject<{
|
|
|
38446
38500
|
message: string;
|
|
38447
38501
|
created_at: string;
|
|
38448
38502
|
warning_code: "lockly_time_zone_not_configured";
|
|
38503
|
+
} | {
|
|
38504
|
+
message: string;
|
|
38505
|
+
created_at: string;
|
|
38506
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
38449
38507
|
} | {
|
|
38450
38508
|
message: string;
|
|
38451
38509
|
created_at: string;
|
|
@@ -41571,6 +41629,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
41571
41629
|
}>, z.ZodObject<{
|
|
41572
41630
|
message: z.ZodString;
|
|
41573
41631
|
created_at: z.ZodString;
|
|
41632
|
+
} & {
|
|
41633
|
+
warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
|
|
41634
|
+
}, "strip", z.ZodTypeAny, {
|
|
41635
|
+
message: string;
|
|
41636
|
+
created_at: string;
|
|
41637
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
41638
|
+
}, {
|
|
41639
|
+
message: string;
|
|
41640
|
+
created_at: string;
|
|
41641
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
41642
|
+
}>, z.ZodObject<{
|
|
41643
|
+
message: z.ZodString;
|
|
41644
|
+
created_at: z.ZodString;
|
|
41574
41645
|
} & {
|
|
41575
41646
|
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
41576
41647
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -44450,6 +44521,19 @@ declare const device: z.ZodObject<{
|
|
|
44450
44521
|
}>, z.ZodObject<{
|
|
44451
44522
|
message: z.ZodString;
|
|
44452
44523
|
created_at: z.ZodString;
|
|
44524
|
+
} & {
|
|
44525
|
+
warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
|
|
44526
|
+
}, "strip", z.ZodTypeAny, {
|
|
44527
|
+
message: string;
|
|
44528
|
+
created_at: string;
|
|
44529
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
44530
|
+
}, {
|
|
44531
|
+
message: string;
|
|
44532
|
+
created_at: string;
|
|
44533
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
44534
|
+
}>, z.ZodObject<{
|
|
44535
|
+
message: z.ZodString;
|
|
44536
|
+
created_at: z.ZodString;
|
|
44453
44537
|
} & {
|
|
44454
44538
|
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
44455
44539
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -44675,6 +44759,10 @@ declare const device: z.ZodObject<{
|
|
|
44675
44759
|
message: string;
|
|
44676
44760
|
created_at: string;
|
|
44677
44761
|
warning_code: "lockly_time_zone_not_configured";
|
|
44762
|
+
} | {
|
|
44763
|
+
message: string;
|
|
44764
|
+
created_at: string;
|
|
44765
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
44678
44766
|
} | {
|
|
44679
44767
|
message: string;
|
|
44680
44768
|
created_at: string;
|
|
@@ -45350,6 +45438,10 @@ declare const device: z.ZodObject<{
|
|
|
45350
45438
|
message: string;
|
|
45351
45439
|
created_at: string;
|
|
45352
45440
|
warning_code: "lockly_time_zone_not_configured";
|
|
45441
|
+
} | {
|
|
45442
|
+
message: string;
|
|
45443
|
+
created_at: string;
|
|
45444
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
45353
45445
|
} | {
|
|
45354
45446
|
message: string;
|
|
45355
45447
|
created_at: string;
|
|
@@ -48833,6 +48925,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
48833
48925
|
}>, z.ZodObject<{
|
|
48834
48926
|
message: z.ZodString;
|
|
48835
48927
|
created_at: z.ZodString;
|
|
48928
|
+
} & {
|
|
48929
|
+
warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
|
|
48930
|
+
}, "strip", z.ZodTypeAny, {
|
|
48931
|
+
message: string;
|
|
48932
|
+
created_at: string;
|
|
48933
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
48934
|
+
}, {
|
|
48935
|
+
message: string;
|
|
48936
|
+
created_at: string;
|
|
48937
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
48938
|
+
}>, z.ZodObject<{
|
|
48939
|
+
message: z.ZodString;
|
|
48940
|
+
created_at: z.ZodString;
|
|
48836
48941
|
} & {
|
|
48837
48942
|
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
48838
48943
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -49213,6 +49318,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
49213
49318
|
message: string;
|
|
49214
49319
|
created_at: string;
|
|
49215
49320
|
warning_code: "lockly_time_zone_not_configured";
|
|
49321
|
+
} | {
|
|
49322
|
+
message: string;
|
|
49323
|
+
created_at: string;
|
|
49324
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
49216
49325
|
} | {
|
|
49217
49326
|
message: string;
|
|
49218
49327
|
created_at: string;
|
|
@@ -49450,6 +49559,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
49450
49559
|
message: string;
|
|
49451
49560
|
created_at: string;
|
|
49452
49561
|
warning_code: "lockly_time_zone_not_configured";
|
|
49562
|
+
} | {
|
|
49563
|
+
message: string;
|
|
49564
|
+
created_at: string;
|
|
49565
|
+
warning_code: "ultraloq_time_zone_unknown";
|
|
49453
49566
|
} | {
|
|
49454
49567
|
message: string;
|
|
49455
49568
|
created_at: string;
|
|
@@ -125893,6 +126006,13 @@ type Routes = {
|
|
|
125893
126006
|
created_at: string;
|
|
125894
126007
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125895
126008
|
warning_code: 'lockly_time_zone_not_configured';
|
|
126009
|
+
} | {
|
|
126010
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
126011
|
+
message: string;
|
|
126012
|
+
/** Date and time at which Seam created the warning. */
|
|
126013
|
+
created_at: string;
|
|
126014
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126015
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
125896
126016
|
} | {
|
|
125897
126017
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125898
126018
|
message: string;
|
|
@@ -129296,6 +129416,13 @@ type Routes = {
|
|
|
129296
129416
|
created_at: string;
|
|
129297
129417
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129298
129418
|
warning_code: 'lockly_time_zone_not_configured';
|
|
129419
|
+
} | {
|
|
129420
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129421
|
+
message: string;
|
|
129422
|
+
/** Date and time at which Seam created the warning. */
|
|
129423
|
+
created_at: string;
|
|
129424
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129425
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
129299
129426
|
} | {
|
|
129300
129427
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129301
129428
|
message: string;
|
|
@@ -143008,6 +143135,13 @@ type Routes = {
|
|
|
143008
143135
|
created_at: string;
|
|
143009
143136
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
143010
143137
|
warning_code: 'lockly_time_zone_not_configured';
|
|
143138
|
+
} | {
|
|
143139
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
143140
|
+
message: string;
|
|
143141
|
+
/** Date and time at which Seam created the warning. */
|
|
143142
|
+
created_at: string;
|
|
143143
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
143144
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
143011
143145
|
} | {
|
|
143012
143146
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
143013
143147
|
message: string;
|
|
@@ -144294,6 +144428,13 @@ type Routes = {
|
|
|
144294
144428
|
created_at: string;
|
|
144295
144429
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144296
144430
|
warning_code: 'lockly_time_zone_not_configured';
|
|
144431
|
+
} | {
|
|
144432
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144433
|
+
message: string;
|
|
144434
|
+
/** Date and time at which Seam created the warning. */
|
|
144435
|
+
created_at: string;
|
|
144436
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144437
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
144297
144438
|
} | {
|
|
144298
144439
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144299
144440
|
message: string;
|
|
@@ -144786,6 +144927,13 @@ type Routes = {
|
|
|
144786
144927
|
created_at: string;
|
|
144787
144928
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144788
144929
|
warning_code: 'lockly_time_zone_not_configured';
|
|
144930
|
+
} | {
|
|
144931
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144932
|
+
message: string;
|
|
144933
|
+
/** Date and time at which Seam created the warning. */
|
|
144934
|
+
created_at: string;
|
|
144935
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144936
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
144789
144937
|
} | {
|
|
144790
144938
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144791
144939
|
message: string;
|
|
@@ -145234,6 +145382,13 @@ type Routes = {
|
|
|
145234
145382
|
created_at: string;
|
|
145235
145383
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145236
145384
|
warning_code: 'lockly_time_zone_not_configured';
|
|
145385
|
+
} | {
|
|
145386
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145387
|
+
message: string;
|
|
145388
|
+
/** Date and time at which Seam created the warning. */
|
|
145389
|
+
created_at: string;
|
|
145390
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145391
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
145237
145392
|
} | {
|
|
145238
145393
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145239
145394
|
message: string;
|
|
@@ -150666,6 +150821,13 @@ type Routes = {
|
|
|
150666
150821
|
created_at: string;
|
|
150667
150822
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
150668
150823
|
warning_code: 'lockly_time_zone_not_configured';
|
|
150824
|
+
} | {
|
|
150825
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
150826
|
+
message: string;
|
|
150827
|
+
/** Date and time at which Seam created the warning. */
|
|
150828
|
+
created_at: string;
|
|
150829
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
150830
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
150669
150831
|
} | {
|
|
150670
150832
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
150671
150833
|
message: string;
|
|
@@ -151902,6 +152064,13 @@ type Routes = {
|
|
|
151902
152064
|
created_at: string;
|
|
151903
152065
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151904
152066
|
warning_code: 'lockly_time_zone_not_configured';
|
|
152067
|
+
} | {
|
|
152068
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
152069
|
+
message: string;
|
|
152070
|
+
/** Date and time at which Seam created the warning. */
|
|
152071
|
+
created_at: string;
|
|
152072
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152073
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
151905
152074
|
} | {
|
|
151906
152075
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151907
152076
|
message: string;
|
|
@@ -153188,6 +153357,13 @@ type Routes = {
|
|
|
153188
153357
|
created_at: string;
|
|
153189
153358
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153190
153359
|
warning_code: 'lockly_time_zone_not_configured';
|
|
153360
|
+
} | {
|
|
153361
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153362
|
+
message: string;
|
|
153363
|
+
/** Date and time at which Seam created the warning. */
|
|
153364
|
+
created_at: string;
|
|
153365
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153366
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
153191
153367
|
} | {
|
|
153192
153368
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153193
153369
|
message: string;
|
|
@@ -154423,6 +154599,13 @@ type Routes = {
|
|
|
154423
154599
|
created_at: string;
|
|
154424
154600
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154425
154601
|
warning_code: 'lockly_time_zone_not_configured';
|
|
154602
|
+
} | {
|
|
154603
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
154604
|
+
message: string;
|
|
154605
|
+
/** Date and time at which Seam created the warning. */
|
|
154606
|
+
created_at: string;
|
|
154607
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154608
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
154426
154609
|
} | {
|
|
154427
154610
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
154428
154611
|
message: string;
|
|
@@ -160791,6 +160974,13 @@ type Routes = {
|
|
|
160791
160974
|
created_at: string;
|
|
160792
160975
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
160793
160976
|
warning_code: 'lockly_time_zone_not_configured';
|
|
160977
|
+
} | {
|
|
160978
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
160979
|
+
message: string;
|
|
160980
|
+
/** Date and time at which Seam created the warning. */
|
|
160981
|
+
created_at: string;
|
|
160982
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
160983
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
160794
160984
|
} | {
|
|
160795
160985
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
160796
160986
|
message: string;
|
|
@@ -162026,6 +162216,13 @@ type Routes = {
|
|
|
162026
162216
|
created_at: string;
|
|
162027
162217
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162028
162218
|
warning_code: 'lockly_time_zone_not_configured';
|
|
162219
|
+
} | {
|
|
162220
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
162221
|
+
message: string;
|
|
162222
|
+
/** Date and time at which Seam created the warning. */
|
|
162223
|
+
created_at: string;
|
|
162224
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162225
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
162029
162226
|
} | {
|
|
162030
162227
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
162031
162228
|
message: string;
|
|
@@ -167102,11 +167299,11 @@ type Routes = {
|
|
|
167102
167299
|
/** ID of the connector to sync */
|
|
167103
167300
|
connector_id: string;
|
|
167104
167301
|
/** Type of the connector to sync */
|
|
167105
|
-
connector_type
|
|
167302
|
+
connector_type?: string | undefined;
|
|
167106
167303
|
/** ID of the customer to sync */
|
|
167107
|
-
customer_id
|
|
167304
|
+
customer_id?: string | undefined;
|
|
167108
167305
|
/** Key of the customer to sync */
|
|
167109
|
-
customer_key
|
|
167306
|
+
customer_key?: string | undefined;
|
|
167110
167307
|
/** ID of the connector customer to sync */
|
|
167111
167308
|
connector_customer_id: string | null;
|
|
167112
167309
|
/** Unique provider resource key of the connector to sync */
|
|
@@ -171636,6 +171833,13 @@ type Routes = {
|
|
|
171636
171833
|
created_at: string;
|
|
171637
171834
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
171638
171835
|
warning_code: 'lockly_time_zone_not_configured';
|
|
171836
|
+
} | {
|
|
171837
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
171838
|
+
message: string;
|
|
171839
|
+
/** Date and time at which Seam created the warning. */
|
|
171840
|
+
created_at: string;
|
|
171841
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
171842
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
171639
171843
|
} | {
|
|
171640
171844
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
171641
171845
|
message: string;
|
|
@@ -177320,6 +177524,13 @@ type Routes = {
|
|
|
177320
177524
|
created_at: string;
|
|
177321
177525
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
177322
177526
|
warning_code: 'lockly_time_zone_not_configured';
|
|
177527
|
+
} | {
|
|
177528
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
177529
|
+
message: string;
|
|
177530
|
+
/** Date and time at which Seam created the warning. */
|
|
177531
|
+
created_at: string;
|
|
177532
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
177533
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
177323
177534
|
} | {
|
|
177324
177535
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
177325
177536
|
message: string;
|
|
@@ -181160,6 +181371,13 @@ type Routes = {
|
|
|
181160
181371
|
created_at: string;
|
|
181161
181372
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
181162
181373
|
warning_code: 'lockly_time_zone_not_configured';
|
|
181374
|
+
} | {
|
|
181375
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
181376
|
+
message: string;
|
|
181377
|
+
/** Date and time at which Seam created the warning. */
|
|
181378
|
+
created_at: string;
|
|
181379
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
181380
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
181163
181381
|
} | {
|
|
181164
181382
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
181165
181383
|
message: string;
|
|
@@ -182395,6 +182613,13 @@ type Routes = {
|
|
|
182395
182613
|
created_at: string;
|
|
182396
182614
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182397
182615
|
warning_code: 'lockly_time_zone_not_configured';
|
|
182616
|
+
} | {
|
|
182617
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182618
|
+
message: string;
|
|
182619
|
+
/** Date and time at which Seam created the warning. */
|
|
182620
|
+
created_at: string;
|
|
182621
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182622
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
182398
182623
|
} | {
|
|
182399
182624
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182400
182625
|
message: string;
|
|
@@ -189650,6 +189875,13 @@ type Routes = {
|
|
|
189650
189875
|
created_at: string;
|
|
189651
189876
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
189652
189877
|
warning_code: 'lockly_time_zone_not_configured';
|
|
189878
|
+
} | {
|
|
189879
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
189880
|
+
message: string;
|
|
189881
|
+
/** Date and time at which Seam created the warning. */
|
|
189882
|
+
created_at: string;
|
|
189883
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
189884
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
189653
189885
|
} | {
|
|
189654
189886
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
189655
189887
|
message: string;
|
|
@@ -190887,6 +191119,13 @@ type Routes = {
|
|
|
190887
191119
|
created_at: string;
|
|
190888
191120
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190889
191121
|
warning_code: 'lockly_time_zone_not_configured';
|
|
191122
|
+
} | {
|
|
191123
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
191124
|
+
message: string;
|
|
191125
|
+
/** Date and time at which Seam created the warning. */
|
|
191126
|
+
created_at: string;
|
|
191127
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
191128
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
190890
191129
|
} | {
|
|
190891
191130
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
190892
191131
|
message: string;
|
|
@@ -193089,6 +193328,13 @@ type Routes = {
|
|
|
193089
193328
|
created_at: string;
|
|
193090
193329
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193091
193330
|
warning_code: 'lockly_time_zone_not_configured';
|
|
193331
|
+
} | {
|
|
193332
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193333
|
+
message: string;
|
|
193334
|
+
/** Date and time at which Seam created the warning. */
|
|
193335
|
+
created_at: string;
|
|
193336
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193337
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
193092
193338
|
} | {
|
|
193093
193339
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193094
193340
|
message: string;
|
|
@@ -195490,6 +195736,13 @@ type Routes = {
|
|
|
195490
195736
|
created_at: string;
|
|
195491
195737
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195492
195738
|
warning_code: 'lockly_time_zone_not_configured';
|
|
195739
|
+
} | {
|
|
195740
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
195741
|
+
message: string;
|
|
195742
|
+
/** Date and time at which Seam created the warning. */
|
|
195743
|
+
created_at: string;
|
|
195744
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195745
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
195493
195746
|
} | {
|
|
195494
195747
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
195495
195748
|
message: string;
|
package/dist/index.cjs
CHANGED
|
@@ -1422,6 +1422,11 @@ var lockly_time_zone_not_configured = common_device_warning.extend({
|
|
|
1422
1422
|
}).describe(
|
|
1423
1423
|
"Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected."
|
|
1424
1424
|
);
|
|
1425
|
+
var ultraloq_time_zone_unknown = common_device_warning.extend({
|
|
1426
|
+
warning_code: zod.z.literal("ultraloq_time_zone_unknown").describe(warning_code_description2)
|
|
1427
|
+
}).describe(
|
|
1428
|
+
"Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes."
|
|
1429
|
+
);
|
|
1425
1430
|
var unknown_issue_with_phone = common_device_warning.extend({
|
|
1426
1431
|
warning_code: zod.z.literal("unknown_issue_with_phone").describe(warning_code_description2)
|
|
1427
1432
|
}).describe(`
|
|
@@ -1471,6 +1476,7 @@ var device_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
1471
1476
|
salto_ks_subscription_limit_almost_reached2,
|
|
1472
1477
|
unknown_issue_with_phone,
|
|
1473
1478
|
lockly_time_zone_not_configured,
|
|
1479
|
+
ultraloq_time_zone_unknown,
|
|
1474
1480
|
hub_required_for_addtional_capabilities,
|
|
1475
1481
|
keynest_unsupported_locker,
|
|
1476
1482
|
accessory_keypad_setup_required
|
|
@@ -1495,6 +1501,7 @@ zod.z.object({
|
|
|
1495
1501
|
salto_ks_subscription_limit_almost_reached: salto_ks_subscription_limit_almost_reached2.optional().nullable(),
|
|
1496
1502
|
unknown_issue_with_phone: unknown_issue_with_phone.optional().nullable(),
|
|
1497
1503
|
lockly_time_zone_not_configured: lockly_time_zone_not_configured.optional().nullable(),
|
|
1504
|
+
ultraloq_time_zone_unknown: ultraloq_time_zone_unknown.optional().nullable(),
|
|
1498
1505
|
hub_required_for_addtional_capabilities: hub_required_for_addtional_capabilities.optional().nullable(),
|
|
1499
1506
|
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable(),
|
|
1500
1507
|
accessory_keypad_setup_required: accessory_keypad_setup_required.optional().nullable()
|
|
@@ -17773,6 +17780,27 @@ var openapi_default = {
|
|
|
17773
17780
|
required: ["message", "created_at", "warning_code"],
|
|
17774
17781
|
type: "object"
|
|
17775
17782
|
},
|
|
17783
|
+
{
|
|
17784
|
+
description: "Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.",
|
|
17785
|
+
properties: {
|
|
17786
|
+
created_at: {
|
|
17787
|
+
description: "Date and time at which Seam created the warning.",
|
|
17788
|
+
format: "date-time",
|
|
17789
|
+
type: "string"
|
|
17790
|
+
},
|
|
17791
|
+
message: {
|
|
17792
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
17793
|
+
type: "string"
|
|
17794
|
+
},
|
|
17795
|
+
warning_code: {
|
|
17796
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
17797
|
+
enum: ["ultraloq_time_zone_unknown"],
|
|
17798
|
+
type: "string"
|
|
17799
|
+
}
|
|
17800
|
+
},
|
|
17801
|
+
required: ["message", "created_at", "warning_code"],
|
|
17802
|
+
type: "object"
|
|
17803
|
+
},
|
|
17776
17804
|
{
|
|
17777
17805
|
description: "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.",
|
|
17778
17806
|
properties: {
|
|
@@ -29204,6 +29232,27 @@ var openapi_default = {
|
|
|
29204
29232
|
required: ["message", "created_at", "warning_code"],
|
|
29205
29233
|
type: "object"
|
|
29206
29234
|
},
|
|
29235
|
+
{
|
|
29236
|
+
description: "Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.",
|
|
29237
|
+
properties: {
|
|
29238
|
+
created_at: {
|
|
29239
|
+
description: "Date and time at which Seam created the warning.",
|
|
29240
|
+
format: "date-time",
|
|
29241
|
+
type: "string"
|
|
29242
|
+
},
|
|
29243
|
+
message: {
|
|
29244
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
29245
|
+
type: "string"
|
|
29246
|
+
},
|
|
29247
|
+
warning_code: {
|
|
29248
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
29249
|
+
enum: ["ultraloq_time_zone_unknown"],
|
|
29250
|
+
type: "string"
|
|
29251
|
+
}
|
|
29252
|
+
},
|
|
29253
|
+
required: ["message", "created_at", "warning_code"],
|
|
29254
|
+
type: "object"
|
|
29255
|
+
},
|
|
29207
29256
|
{
|
|
29208
29257
|
description: "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.",
|
|
29209
29258
|
properties: {
|
|
@@ -56161,9 +56210,6 @@ var openapi_default = {
|
|
|
56161
56210
|
},
|
|
56162
56211
|
required: [
|
|
56163
56212
|
"connector_id",
|
|
56164
|
-
"connector_type",
|
|
56165
|
-
"customer_id",
|
|
56166
|
-
"customer_key",
|
|
56167
56213
|
"connector_customer_id",
|
|
56168
56214
|
"unique_provider_resource_key"
|
|
56169
56215
|
],
|