@seamapi/types 1.817.0 → 1.818.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 +54 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +253 -0
- package/dist/index.cjs +54 -0
- 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 +12 -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 +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +140 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +160 -0
package/dist/connect.d.cts
CHANGED
|
@@ -15527,6 +15527,19 @@ declare const batch: z.ZodObject<{
|
|
|
15527
15527
|
}>, z.ZodObject<{
|
|
15528
15528
|
message: z.ZodString;
|
|
15529
15529
|
created_at: z.ZodString;
|
|
15530
|
+
} & {
|
|
15531
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
15532
|
+
}, "strip", z.ZodTypeAny, {
|
|
15533
|
+
message: string;
|
|
15534
|
+
created_at: string;
|
|
15535
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15536
|
+
}, {
|
|
15537
|
+
message: string;
|
|
15538
|
+
created_at: string;
|
|
15539
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15540
|
+
}>, z.ZodObject<{
|
|
15541
|
+
message: z.ZodString;
|
|
15542
|
+
created_at: z.ZodString;
|
|
15530
15543
|
} & {
|
|
15531
15544
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
15532
15545
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15826,6 +15839,10 @@ declare const batch: z.ZodObject<{
|
|
|
15826
15839
|
message: string;
|
|
15827
15840
|
created_at: string;
|
|
15828
15841
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
15842
|
+
} | {
|
|
15843
|
+
message: string;
|
|
15844
|
+
created_at: string;
|
|
15845
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15829
15846
|
} | {
|
|
15830
15847
|
message: string;
|
|
15831
15848
|
created_at: string;
|
|
@@ -16549,6 +16566,10 @@ declare const batch: z.ZodObject<{
|
|
|
16549
16566
|
message: string;
|
|
16550
16567
|
created_at: string;
|
|
16551
16568
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
16569
|
+
} | {
|
|
16570
|
+
message: string;
|
|
16571
|
+
created_at: string;
|
|
16572
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
16552
16573
|
} | {
|
|
16553
16574
|
message: string;
|
|
16554
16575
|
created_at: string;
|
|
@@ -28113,6 +28134,19 @@ declare const batch: z.ZodObject<{
|
|
|
28113
28134
|
}>, z.ZodObject<{
|
|
28114
28135
|
message: z.ZodString;
|
|
28115
28136
|
created_at: z.ZodString;
|
|
28137
|
+
} & {
|
|
28138
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
28139
|
+
}, "strip", z.ZodTypeAny, {
|
|
28140
|
+
message: string;
|
|
28141
|
+
created_at: string;
|
|
28142
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28143
|
+
}, {
|
|
28144
|
+
message: string;
|
|
28145
|
+
created_at: string;
|
|
28146
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28147
|
+
}>, z.ZodObject<{
|
|
28148
|
+
message: z.ZodString;
|
|
28149
|
+
created_at: z.ZodString;
|
|
28116
28150
|
} & {
|
|
28117
28151
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
28118
28152
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28568,6 +28602,10 @@ declare const batch: z.ZodObject<{
|
|
|
28568
28602
|
message: string;
|
|
28569
28603
|
created_at: string;
|
|
28570
28604
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
28605
|
+
} | {
|
|
28606
|
+
message: string;
|
|
28607
|
+
created_at: string;
|
|
28608
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28571
28609
|
} | {
|
|
28572
28610
|
message: string;
|
|
28573
28611
|
created_at: string;
|
|
@@ -28825,6 +28863,10 @@ declare const batch: z.ZodObject<{
|
|
|
28825
28863
|
message: string;
|
|
28826
28864
|
created_at: string;
|
|
28827
28865
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
28866
|
+
} | {
|
|
28867
|
+
message: string;
|
|
28868
|
+
created_at: string;
|
|
28869
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28828
28870
|
} | {
|
|
28829
28871
|
message: string;
|
|
28830
28872
|
created_at: string;
|
|
@@ -38465,6 +38507,10 @@ declare const batch: z.ZodObject<{
|
|
|
38465
38507
|
message: string;
|
|
38466
38508
|
created_at: string;
|
|
38467
38509
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
38510
|
+
} | {
|
|
38511
|
+
message: string;
|
|
38512
|
+
created_at: string;
|
|
38513
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
38468
38514
|
} | {
|
|
38469
38515
|
message: string;
|
|
38470
38516
|
created_at: string;
|
|
@@ -40805,6 +40851,10 @@ declare const batch: z.ZodObject<{
|
|
|
40805
40851
|
message: string;
|
|
40806
40852
|
created_at: string;
|
|
40807
40853
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
40854
|
+
} | {
|
|
40855
|
+
message: string;
|
|
40856
|
+
created_at: string;
|
|
40857
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
40808
40858
|
} | {
|
|
40809
40859
|
message: string;
|
|
40810
40860
|
created_at: string;
|
|
@@ -43415,6 +43465,10 @@ declare const batch: z.ZodObject<{
|
|
|
43415
43465
|
message: string;
|
|
43416
43466
|
created_at: string;
|
|
43417
43467
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
43468
|
+
} | {
|
|
43469
|
+
message: string;
|
|
43470
|
+
created_at: string;
|
|
43471
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
43418
43472
|
} | {
|
|
43419
43473
|
message: string;
|
|
43420
43474
|
created_at: string;
|
|
@@ -45755,6 +45809,10 @@ declare const batch: z.ZodObject<{
|
|
|
45755
45809
|
message: string;
|
|
45756
45810
|
created_at: string;
|
|
45757
45811
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
45812
|
+
} | {
|
|
45813
|
+
message: string;
|
|
45814
|
+
created_at: string;
|
|
45815
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
45758
45816
|
} | {
|
|
45759
45817
|
message: string;
|
|
45760
45818
|
created_at: string;
|
|
@@ -49555,6 +49613,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
49555
49613
|
}>, z.ZodObject<{
|
|
49556
49614
|
message: z.ZodString;
|
|
49557
49615
|
created_at: z.ZodString;
|
|
49616
|
+
} & {
|
|
49617
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
49618
|
+
}, "strip", z.ZodTypeAny, {
|
|
49619
|
+
message: string;
|
|
49620
|
+
created_at: string;
|
|
49621
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
49622
|
+
}, {
|
|
49623
|
+
message: string;
|
|
49624
|
+
created_at: string;
|
|
49625
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
49626
|
+
}>, z.ZodObject<{
|
|
49627
|
+
message: z.ZodString;
|
|
49628
|
+
created_at: z.ZodString;
|
|
49558
49629
|
} & {
|
|
49559
49630
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
49560
49631
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52576,6 +52647,19 @@ declare const device: z.ZodObject<{
|
|
|
52576
52647
|
}>, z.ZodObject<{
|
|
52577
52648
|
message: z.ZodString;
|
|
52578
52649
|
created_at: z.ZodString;
|
|
52650
|
+
} & {
|
|
52651
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
52652
|
+
}, "strip", z.ZodTypeAny, {
|
|
52653
|
+
message: string;
|
|
52654
|
+
created_at: string;
|
|
52655
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52656
|
+
}, {
|
|
52657
|
+
message: string;
|
|
52658
|
+
created_at: string;
|
|
52659
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52660
|
+
}>, z.ZodObject<{
|
|
52661
|
+
message: z.ZodString;
|
|
52662
|
+
created_at: z.ZodString;
|
|
52579
52663
|
} & {
|
|
52580
52664
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
52581
52665
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52875,6 +52959,10 @@ declare const device: z.ZodObject<{
|
|
|
52875
52959
|
message: string;
|
|
52876
52960
|
created_at: string;
|
|
52877
52961
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
52962
|
+
} | {
|
|
52963
|
+
message: string;
|
|
52964
|
+
created_at: string;
|
|
52965
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52878
52966
|
} | {
|
|
52879
52967
|
message: string;
|
|
52880
52968
|
created_at: string;
|
|
@@ -53598,6 +53686,10 @@ declare const device: z.ZodObject<{
|
|
|
53598
53686
|
message: string;
|
|
53599
53687
|
created_at: string;
|
|
53600
53688
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
53689
|
+
} | {
|
|
53690
|
+
message: string;
|
|
53691
|
+
created_at: string;
|
|
53692
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
53601
53693
|
} | {
|
|
53602
53694
|
message: string;
|
|
53603
53695
|
created_at: string;
|
|
@@ -57230,6 +57322,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57230
57322
|
}>, z.ZodObject<{
|
|
57231
57323
|
message: z.ZodString;
|
|
57232
57324
|
created_at: z.ZodString;
|
|
57325
|
+
} & {
|
|
57326
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
57327
|
+
}, "strip", z.ZodTypeAny, {
|
|
57328
|
+
message: string;
|
|
57329
|
+
created_at: string;
|
|
57330
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57331
|
+
}, {
|
|
57332
|
+
message: string;
|
|
57333
|
+
created_at: string;
|
|
57334
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57335
|
+
}>, z.ZodObject<{
|
|
57336
|
+
message: z.ZodString;
|
|
57337
|
+
created_at: z.ZodString;
|
|
57233
57338
|
} & {
|
|
57234
57339
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
57235
57340
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -57685,6 +57790,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57685
57790
|
message: string;
|
|
57686
57791
|
created_at: string;
|
|
57687
57792
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
57793
|
+
} | {
|
|
57794
|
+
message: string;
|
|
57795
|
+
created_at: string;
|
|
57796
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57688
57797
|
} | {
|
|
57689
57798
|
message: string;
|
|
57690
57799
|
created_at: string;
|
|
@@ -57942,6 +58051,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57942
58051
|
message: string;
|
|
57943
58052
|
created_at: string;
|
|
57944
58053
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
58054
|
+
} | {
|
|
58055
|
+
message: string;
|
|
58056
|
+
created_at: string;
|
|
58057
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57945
58058
|
} | {
|
|
57946
58059
|
message: string;
|
|
57947
58060
|
created_at: string;
|
|
@@ -151020,6 +151133,13 @@ type Routes = {
|
|
|
151020
151133
|
created_at: string;
|
|
151021
151134
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151022
151135
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
151136
|
+
} | {
|
|
151137
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151138
|
+
message: string;
|
|
151139
|
+
/** Date and time at which Seam created the warning. */
|
|
151140
|
+
created_at: string;
|
|
151141
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151142
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
151023
151143
|
} | {
|
|
151024
151144
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151025
151145
|
message: string;
|
|
@@ -155436,6 +155556,13 @@ type Routes = {
|
|
|
155436
155556
|
created_at: string;
|
|
155437
155557
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155438
155558
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
155559
|
+
} | {
|
|
155560
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155561
|
+
message: string;
|
|
155562
|
+
/** Date and time at which Seam created the warning. */
|
|
155563
|
+
created_at: string;
|
|
155564
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155565
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
155439
155566
|
} | {
|
|
155440
155567
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155441
155568
|
message: string;
|
|
@@ -172009,6 +172136,13 @@ type Routes = {
|
|
|
172009
172136
|
created_at: string;
|
|
172010
172137
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172011
172138
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
172139
|
+
} | {
|
|
172140
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
172141
|
+
message: string;
|
|
172142
|
+
/** Date and time at which Seam created the warning. */
|
|
172143
|
+
created_at: string;
|
|
172144
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172145
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
172012
172146
|
} | {
|
|
172013
172147
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
172014
172148
|
message: string;
|
|
@@ -173384,6 +173518,13 @@ type Routes = {
|
|
|
173384
173518
|
created_at: string;
|
|
173385
173519
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173386
173520
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
173521
|
+
} | {
|
|
173522
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173523
|
+
message: string;
|
|
173524
|
+
/** Date and time at which Seam created the warning. */
|
|
173525
|
+
created_at: string;
|
|
173526
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173527
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
173387
173528
|
} | {
|
|
173388
173529
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173389
173530
|
message: string;
|
|
@@ -173938,6 +174079,13 @@ type Routes = {
|
|
|
173938
174079
|
created_at: string;
|
|
173939
174080
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173940
174081
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
174082
|
+
} | {
|
|
174083
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174084
|
+
message: string;
|
|
174085
|
+
/** Date and time at which Seam created the warning. */
|
|
174086
|
+
created_at: string;
|
|
174087
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174088
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
173941
174089
|
} | {
|
|
173942
174090
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173943
174091
|
message: string;
|
|
@@ -174422,6 +174570,13 @@ type Routes = {
|
|
|
174422
174570
|
created_at: string;
|
|
174423
174571
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174424
174572
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
174573
|
+
} | {
|
|
174574
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174575
|
+
message: string;
|
|
174576
|
+
/** Date and time at which Seam created the warning. */
|
|
174577
|
+
created_at: string;
|
|
174578
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174579
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
174425
174580
|
} | {
|
|
174426
174581
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174427
174582
|
message: string;
|
|
@@ -182933,6 +183088,13 @@ type Routes = {
|
|
|
182933
183088
|
created_at: string;
|
|
182934
183089
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182935
183090
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
183091
|
+
} | {
|
|
183092
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
183093
|
+
message: string;
|
|
183094
|
+
/** Date and time at which Seam created the warning. */
|
|
183095
|
+
created_at: string;
|
|
183096
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
183097
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
182936
183098
|
} | {
|
|
182937
183099
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182938
183100
|
message: string;
|
|
@@ -184258,6 +184420,13 @@ type Routes = {
|
|
|
184258
184420
|
created_at: string;
|
|
184259
184421
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
184260
184422
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
184423
|
+
} | {
|
|
184424
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
184425
|
+
message: string;
|
|
184426
|
+
/** Date and time at which Seam created the warning. */
|
|
184427
|
+
created_at: string;
|
|
184428
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
184429
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
184261
184430
|
} | {
|
|
184262
184431
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
184263
184432
|
message: string;
|
|
@@ -185633,6 +185802,13 @@ type Routes = {
|
|
|
185633
185802
|
created_at: string;
|
|
185634
185803
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
185635
185804
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
185805
|
+
} | {
|
|
185806
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
185807
|
+
message: string;
|
|
185808
|
+
/** Date and time at which Seam created the warning. */
|
|
185809
|
+
created_at: string;
|
|
185810
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
185811
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
185636
185812
|
} | {
|
|
185637
185813
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
185638
185814
|
message: string;
|
|
@@ -186957,6 +187133,13 @@ type Routes = {
|
|
|
186957
187133
|
created_at: string;
|
|
186958
187134
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
186959
187135
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
187136
|
+
} | {
|
|
187137
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
187138
|
+
message: string;
|
|
187139
|
+
/** Date and time at which Seam created the warning. */
|
|
187140
|
+
created_at: string;
|
|
187141
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
187142
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
186960
187143
|
} | {
|
|
186961
187144
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
186962
187145
|
message: string;
|
|
@@ -193698,6 +193881,13 @@ type Routes = {
|
|
|
193698
193881
|
created_at: string;
|
|
193699
193882
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193700
193883
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
193884
|
+
} | {
|
|
193885
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193886
|
+
message: string;
|
|
193887
|
+
/** Date and time at which Seam created the warning. */
|
|
193888
|
+
created_at: string;
|
|
193889
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193890
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
193701
193891
|
} | {
|
|
193702
193892
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193703
193893
|
message: string;
|
|
@@ -195022,6 +195212,13 @@ type Routes = {
|
|
|
195022
195212
|
created_at: string;
|
|
195023
195213
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195024
195214
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
195215
|
+
} | {
|
|
195216
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
195217
|
+
message: string;
|
|
195218
|
+
/** Date and time at which Seam created the warning. */
|
|
195219
|
+
created_at: string;
|
|
195220
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195221
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
195025
195222
|
} | {
|
|
195026
195223
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
195027
195224
|
message: string;
|
|
@@ -208566,6 +208763,13 @@ type Routes = {
|
|
|
208566
208763
|
created_at: string;
|
|
208567
208764
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208568
208765
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
208766
|
+
} | {
|
|
208767
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
208768
|
+
message: string;
|
|
208769
|
+
/** Date and time at which Seam created the warning. */
|
|
208770
|
+
created_at: string;
|
|
208771
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208772
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
208569
208773
|
} | {
|
|
208570
208774
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
208571
208775
|
message: string;
|
|
@@ -214738,6 +214942,13 @@ type Routes = {
|
|
|
214738
214942
|
created_at: string;
|
|
214739
214943
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
214740
214944
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
214945
|
+
} | {
|
|
214946
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
214947
|
+
message: string;
|
|
214948
|
+
/** Date and time at which Seam created the warning. */
|
|
214949
|
+
created_at: string;
|
|
214950
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
214951
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
214741
214952
|
} | {
|
|
214742
214953
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
214743
214954
|
message: string;
|
|
@@ -218809,6 +219020,13 @@ type Routes = {
|
|
|
218809
219020
|
created_at: string;
|
|
218810
219021
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
218811
219022
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
219023
|
+
} | {
|
|
219024
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
219025
|
+
message: string;
|
|
219026
|
+
/** Date and time at which Seam created the warning. */
|
|
219027
|
+
created_at: string;
|
|
219028
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
219029
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
218812
219030
|
} | {
|
|
218813
219031
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
218814
219032
|
message: string;
|
|
@@ -220133,6 +220351,13 @@ type Routes = {
|
|
|
220133
220351
|
created_at: string;
|
|
220134
220352
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
220135
220353
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
220354
|
+
} | {
|
|
220355
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
220356
|
+
message: string;
|
|
220357
|
+
/** Date and time at which Seam created the warning. */
|
|
220358
|
+
created_at: string;
|
|
220359
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
220360
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
220136
220361
|
} | {
|
|
220137
220362
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
220138
220363
|
message: string;
|
|
@@ -227767,6 +227992,13 @@ type Routes = {
|
|
|
227767
227992
|
created_at: string;
|
|
227768
227993
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
227769
227994
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
227995
|
+
} | {
|
|
227996
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
227997
|
+
message: string;
|
|
227998
|
+
/** Date and time at which Seam created the warning. */
|
|
227999
|
+
created_at: string;
|
|
228000
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
228001
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
227770
228002
|
} | {
|
|
227771
228003
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
227772
228004
|
message: string;
|
|
@@ -229093,6 +229325,13 @@ type Routes = {
|
|
|
229093
229325
|
created_at: string;
|
|
229094
229326
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
229095
229327
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
229328
|
+
} | {
|
|
229329
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
229330
|
+
message: string;
|
|
229331
|
+
/** Date and time at which Seam created the warning. */
|
|
229332
|
+
created_at: string;
|
|
229333
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
229334
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
229096
229335
|
} | {
|
|
229097
229336
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
229098
229337
|
message: string;
|
|
@@ -231542,6 +231781,13 @@ type Routes = {
|
|
|
231542
231781
|
created_at: string;
|
|
231543
231782
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
231544
231783
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
231784
|
+
} | {
|
|
231785
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
231786
|
+
message: string;
|
|
231787
|
+
/** Date and time at which Seam created the warning. */
|
|
231788
|
+
created_at: string;
|
|
231789
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
231790
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
231545
231791
|
} | {
|
|
231546
231792
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
231547
231793
|
message: string;
|
|
@@ -234344,6 +234590,13 @@ type Routes = {
|
|
|
234344
234590
|
created_at: string;
|
|
234345
234591
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
234346
234592
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
234593
|
+
} | {
|
|
234594
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
234595
|
+
message: string;
|
|
234596
|
+
/** Date and time at which Seam created the warning. */
|
|
234597
|
+
created_at: string;
|
|
234598
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
234599
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
234347
234600
|
} | {
|
|
234348
234601
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
234349
234602
|
message: string;
|
package/dist/index.cjs
CHANGED
|
@@ -1429,6 +1429,14 @@ var salto_ks_subscription_limit_almost_reached2 = common_device_warning.extend({
|
|
|
1429
1429
|
}).describe(
|
|
1430
1430
|
"Indicates that the Salto KS site has exceeded 80% of the maximum number of allowed users. Increase your subscription limit or delete some users from your site."
|
|
1431
1431
|
);
|
|
1432
|
+
var salto_ks_lock_access_code_support_removed = common_device_warning.extend({
|
|
1433
|
+
warning_code: zod.z.literal("salto_ks_lock_access_code_support_removed").describe(warning_code_description2)
|
|
1434
|
+
}).describe(`
|
|
1435
|
+
---
|
|
1436
|
+
variant_group_key: access_codes
|
|
1437
|
+
---
|
|
1438
|
+
Indicates that a change in the reported device model has been detected for this Salto KS lock, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.
|
|
1439
|
+
`);
|
|
1432
1440
|
var wyze_device_missing_gateway = common_device_warning.extend({
|
|
1433
1441
|
warning_code: zod.z.literal("wyze_device_missing_gateway").describe(warning_code_description2)
|
|
1434
1442
|
}).describe(`
|
|
@@ -1557,6 +1565,7 @@ var device_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
1557
1565
|
salto_ks_office_mode,
|
|
1558
1566
|
salto_ks_privacy_mode,
|
|
1559
1567
|
salto_ks_subscription_limit_almost_reached2,
|
|
1568
|
+
salto_ks_lock_access_code_support_removed,
|
|
1560
1569
|
unknown_issue_with_phone,
|
|
1561
1570
|
lockly_time_zone_not_configured,
|
|
1562
1571
|
ultraloq_time_zone_unknown,
|
|
@@ -1585,6 +1594,7 @@ zod.z.object({
|
|
|
1585
1594
|
salto_ks_office_mode: salto_ks_office_mode.optional().nullable(),
|
|
1586
1595
|
salto_ks_privacy_mode: salto_ks_privacy_mode.optional().nullable(),
|
|
1587
1596
|
salto_ks_subscription_limit_almost_reached: salto_ks_subscription_limit_almost_reached2.optional().nullable(),
|
|
1597
|
+
salto_ks_lock_access_code_support_removed: salto_ks_lock_access_code_support_removed.optional().nullable(),
|
|
1588
1598
|
unknown_issue_with_phone: unknown_issue_with_phone.optional().nullable(),
|
|
1589
1599
|
lockly_time_zone_not_configured: lockly_time_zone_not_configured.optional().nullable(),
|
|
1590
1600
|
ultraloq_time_zone_unknown: ultraloq_time_zone_unknown.optional().nullable(),
|
|
@@ -20408,6 +20418,28 @@ var openapi_default = {
|
|
|
20408
20418
|
required: ["message", "created_at", "warning_code"],
|
|
20409
20419
|
type: "object"
|
|
20410
20420
|
},
|
|
20421
|
+
{
|
|
20422
|
+
description: "Indicates that a change in the reported device model has been detected for this Salto KS lock, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.",
|
|
20423
|
+
properties: {
|
|
20424
|
+
created_at: {
|
|
20425
|
+
description: "Date and time at which Seam created the warning.",
|
|
20426
|
+
format: "date-time",
|
|
20427
|
+
type: "string"
|
|
20428
|
+
},
|
|
20429
|
+
message: {
|
|
20430
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
20431
|
+
type: "string"
|
|
20432
|
+
},
|
|
20433
|
+
warning_code: {
|
|
20434
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
20435
|
+
enum: ["salto_ks_lock_access_code_support_removed"],
|
|
20436
|
+
type: "string"
|
|
20437
|
+
}
|
|
20438
|
+
},
|
|
20439
|
+
required: ["message", "created_at", "warning_code"],
|
|
20440
|
+
type: "object",
|
|
20441
|
+
"x-variant-group-key": "access_codes"
|
|
20442
|
+
},
|
|
20411
20443
|
{
|
|
20412
20444
|
description: "Indicates that an unknown issue occurred while syncing the state of the phone with the provider. This issue may affect the proper functioning of the phone.",
|
|
20413
20445
|
properties: {
|
|
@@ -34631,6 +34663,28 @@ var openapi_default = {
|
|
|
34631
34663
|
required: ["message", "created_at", "warning_code"],
|
|
34632
34664
|
type: "object"
|
|
34633
34665
|
},
|
|
34666
|
+
{
|
|
34667
|
+
description: "Indicates that a change in the reported device model has been detected for this Salto KS lock, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.",
|
|
34668
|
+
properties: {
|
|
34669
|
+
created_at: {
|
|
34670
|
+
description: "Date and time at which Seam created the warning.",
|
|
34671
|
+
format: "date-time",
|
|
34672
|
+
type: "string"
|
|
34673
|
+
},
|
|
34674
|
+
message: {
|
|
34675
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
34676
|
+
type: "string"
|
|
34677
|
+
},
|
|
34678
|
+
warning_code: {
|
|
34679
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
34680
|
+
enum: ["salto_ks_lock_access_code_support_removed"],
|
|
34681
|
+
type: "string"
|
|
34682
|
+
}
|
|
34683
|
+
},
|
|
34684
|
+
required: ["message", "created_at", "warning_code"],
|
|
34685
|
+
type: "object",
|
|
34686
|
+
"x-variant-group-key": "access_codes"
|
|
34687
|
+
},
|
|
34634
34688
|
{
|
|
34635
34689
|
description: "Indicates that an unknown issue occurred while syncing the state of the phone with the provider. This issue may affect the proper functioning of the phone.",
|
|
34636
34690
|
properties: {
|