@seamapi/types 1.759.0 → 1.760.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 +13 -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
|
@@ -14922,6 +14922,19 @@ declare const batch: z.ZodObject<{
|
|
|
14922
14922
|
}>, z.ZodObject<{
|
|
14923
14923
|
message: z.ZodString;
|
|
14924
14924
|
created_at: z.ZodString;
|
|
14925
|
+
} & {
|
|
14926
|
+
warning_code: z.ZodLiteral<"unreliable_online_status">;
|
|
14927
|
+
}, "strip", z.ZodTypeAny, {
|
|
14928
|
+
message: string;
|
|
14929
|
+
created_at: string;
|
|
14930
|
+
warning_code: "unreliable_online_status";
|
|
14931
|
+
}, {
|
|
14932
|
+
message: string;
|
|
14933
|
+
created_at: string;
|
|
14934
|
+
warning_code: "unreliable_online_status";
|
|
14935
|
+
}>, z.ZodObject<{
|
|
14936
|
+
message: z.ZodString;
|
|
14937
|
+
created_at: z.ZodString;
|
|
14925
14938
|
} & {
|
|
14926
14939
|
warning_code: z.ZodLiteral<"max_access_codes_reached">;
|
|
14927
14940
|
active_access_code_count: z.ZodNumber;
|
|
@@ -15180,6 +15193,10 @@ declare const batch: z.ZodObject<{
|
|
|
15180
15193
|
message: string;
|
|
15181
15194
|
created_at: string;
|
|
15182
15195
|
warning_code: "accessory_keypad_setup_required";
|
|
15196
|
+
} | {
|
|
15197
|
+
message: string;
|
|
15198
|
+
created_at: string;
|
|
15199
|
+
warning_code: "unreliable_online_status";
|
|
15183
15200
|
} | {
|
|
15184
15201
|
message: string;
|
|
15185
15202
|
created_at: string;
|
|
@@ -15893,6 +15910,10 @@ declare const batch: z.ZodObject<{
|
|
|
15893
15910
|
message: string;
|
|
15894
15911
|
created_at: string;
|
|
15895
15912
|
warning_code: "accessory_keypad_setup_required";
|
|
15913
|
+
} | {
|
|
15914
|
+
message: string;
|
|
15915
|
+
created_at: string;
|
|
15916
|
+
warning_code: "unreliable_online_status";
|
|
15896
15917
|
} | {
|
|
15897
15918
|
message: string;
|
|
15898
15919
|
created_at: string;
|
|
@@ -27240,6 +27261,19 @@ declare const batch: z.ZodObject<{
|
|
|
27240
27261
|
}>, z.ZodObject<{
|
|
27241
27262
|
message: z.ZodString;
|
|
27242
27263
|
created_at: z.ZodString;
|
|
27264
|
+
} & {
|
|
27265
|
+
warning_code: z.ZodLiteral<"unreliable_online_status">;
|
|
27266
|
+
}, "strip", z.ZodTypeAny, {
|
|
27267
|
+
message: string;
|
|
27268
|
+
created_at: string;
|
|
27269
|
+
warning_code: "unreliable_online_status";
|
|
27270
|
+
}, {
|
|
27271
|
+
message: string;
|
|
27272
|
+
created_at: string;
|
|
27273
|
+
warning_code: "unreliable_online_status";
|
|
27274
|
+
}>, z.ZodObject<{
|
|
27275
|
+
message: z.ZodString;
|
|
27276
|
+
created_at: z.ZodString;
|
|
27243
27277
|
} & {
|
|
27244
27278
|
warning_code: z.ZodLiteral<"max_access_codes_reached">;
|
|
27245
27279
|
active_access_code_count: z.ZodNumber;
|
|
@@ -27653,6 +27687,10 @@ declare const batch: z.ZodObject<{
|
|
|
27653
27687
|
message: string;
|
|
27654
27688
|
created_at: string;
|
|
27655
27689
|
warning_code: "accessory_keypad_setup_required";
|
|
27690
|
+
} | {
|
|
27691
|
+
message: string;
|
|
27692
|
+
created_at: string;
|
|
27693
|
+
warning_code: "unreliable_online_status";
|
|
27656
27694
|
} | {
|
|
27657
27695
|
message: string;
|
|
27658
27696
|
created_at: string;
|
|
@@ -27904,6 +27942,10 @@ declare const batch: z.ZodObject<{
|
|
|
27904
27942
|
message: string;
|
|
27905
27943
|
created_at: string;
|
|
27906
27944
|
warning_code: "accessory_keypad_setup_required";
|
|
27945
|
+
} | {
|
|
27946
|
+
message: string;
|
|
27947
|
+
created_at: string;
|
|
27948
|
+
warning_code: "unreliable_online_status";
|
|
27907
27949
|
} | {
|
|
27908
27950
|
message: string;
|
|
27909
27951
|
created_at: string;
|
|
@@ -37116,6 +37158,10 @@ declare const batch: z.ZodObject<{
|
|
|
37116
37158
|
message: string;
|
|
37117
37159
|
created_at: string;
|
|
37118
37160
|
warning_code: "accessory_keypad_setup_required";
|
|
37161
|
+
} | {
|
|
37162
|
+
message: string;
|
|
37163
|
+
created_at: string;
|
|
37164
|
+
warning_code: "unreliable_online_status";
|
|
37119
37165
|
} | {
|
|
37120
37166
|
message: string;
|
|
37121
37167
|
created_at: string;
|
|
@@ -39397,6 +39443,10 @@ declare const batch: z.ZodObject<{
|
|
|
39397
39443
|
message: string;
|
|
39398
39444
|
created_at: string;
|
|
39399
39445
|
warning_code: "accessory_keypad_setup_required";
|
|
39446
|
+
} | {
|
|
39447
|
+
message: string;
|
|
39448
|
+
created_at: string;
|
|
39449
|
+
warning_code: "unreliable_online_status";
|
|
39400
39450
|
} | {
|
|
39401
39451
|
message: string;
|
|
39402
39452
|
created_at: string;
|
|
@@ -41920,6 +41970,10 @@ declare const batch: z.ZodObject<{
|
|
|
41920
41970
|
message: string;
|
|
41921
41971
|
created_at: string;
|
|
41922
41972
|
warning_code: "accessory_keypad_setup_required";
|
|
41973
|
+
} | {
|
|
41974
|
+
message: string;
|
|
41975
|
+
created_at: string;
|
|
41976
|
+
warning_code: "unreliable_online_status";
|
|
41923
41977
|
} | {
|
|
41924
41978
|
message: string;
|
|
41925
41979
|
created_at: string;
|
|
@@ -44201,6 +44255,10 @@ declare const batch: z.ZodObject<{
|
|
|
44201
44255
|
message: string;
|
|
44202
44256
|
created_at: string;
|
|
44203
44257
|
warning_code: "accessory_keypad_setup_required";
|
|
44258
|
+
} | {
|
|
44259
|
+
message: string;
|
|
44260
|
+
created_at: string;
|
|
44261
|
+
warning_code: "unreliable_online_status";
|
|
44204
44262
|
} | {
|
|
44205
44263
|
message: string;
|
|
44206
44264
|
created_at: string;
|
|
@@ -47947,6 +48005,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
47947
48005
|
}>, z.ZodObject<{
|
|
47948
48006
|
message: z.ZodString;
|
|
47949
48007
|
created_at: z.ZodString;
|
|
48008
|
+
} & {
|
|
48009
|
+
warning_code: z.ZodLiteral<"unreliable_online_status">;
|
|
48010
|
+
}, "strip", z.ZodTypeAny, {
|
|
48011
|
+
message: string;
|
|
48012
|
+
created_at: string;
|
|
48013
|
+
warning_code: "unreliable_online_status";
|
|
48014
|
+
}, {
|
|
48015
|
+
message: string;
|
|
48016
|
+
created_at: string;
|
|
48017
|
+
warning_code: "unreliable_online_status";
|
|
48018
|
+
}>, z.ZodObject<{
|
|
48019
|
+
message: z.ZodString;
|
|
48020
|
+
created_at: z.ZodString;
|
|
47950
48021
|
} & {
|
|
47951
48022
|
warning_code: z.ZodLiteral<"max_access_codes_reached">;
|
|
47952
48023
|
active_access_code_count: z.ZodNumber;
|
|
@@ -50934,6 +51005,19 @@ declare const device: z.ZodObject<{
|
|
|
50934
51005
|
}>, z.ZodObject<{
|
|
50935
51006
|
message: z.ZodString;
|
|
50936
51007
|
created_at: z.ZodString;
|
|
51008
|
+
} & {
|
|
51009
|
+
warning_code: z.ZodLiteral<"unreliable_online_status">;
|
|
51010
|
+
}, "strip", z.ZodTypeAny, {
|
|
51011
|
+
message: string;
|
|
51012
|
+
created_at: string;
|
|
51013
|
+
warning_code: "unreliable_online_status";
|
|
51014
|
+
}, {
|
|
51015
|
+
message: string;
|
|
51016
|
+
created_at: string;
|
|
51017
|
+
warning_code: "unreliable_online_status";
|
|
51018
|
+
}>, z.ZodObject<{
|
|
51019
|
+
message: z.ZodString;
|
|
51020
|
+
created_at: z.ZodString;
|
|
50937
51021
|
} & {
|
|
50938
51022
|
warning_code: z.ZodLiteral<"max_access_codes_reached">;
|
|
50939
51023
|
active_access_code_count: z.ZodNumber;
|
|
@@ -51192,6 +51276,10 @@ declare const device: z.ZodObject<{
|
|
|
51192
51276
|
message: string;
|
|
51193
51277
|
created_at: string;
|
|
51194
51278
|
warning_code: "accessory_keypad_setup_required";
|
|
51279
|
+
} | {
|
|
51280
|
+
message: string;
|
|
51281
|
+
created_at: string;
|
|
51282
|
+
warning_code: "unreliable_online_status";
|
|
51195
51283
|
} | {
|
|
51196
51284
|
message: string;
|
|
51197
51285
|
created_at: string;
|
|
@@ -51905,6 +51993,10 @@ declare const device: z.ZodObject<{
|
|
|
51905
51993
|
message: string;
|
|
51906
51994
|
created_at: string;
|
|
51907
51995
|
warning_code: "accessory_keypad_setup_required";
|
|
51996
|
+
} | {
|
|
51997
|
+
message: string;
|
|
51998
|
+
created_at: string;
|
|
51999
|
+
warning_code: "unreliable_online_status";
|
|
51908
52000
|
} | {
|
|
51909
52001
|
message: string;
|
|
51910
52002
|
created_at: string;
|
|
@@ -55529,6 +55621,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
55529
55621
|
}>, z.ZodObject<{
|
|
55530
55622
|
message: z.ZodString;
|
|
55531
55623
|
created_at: z.ZodString;
|
|
55624
|
+
} & {
|
|
55625
|
+
warning_code: z.ZodLiteral<"unreliable_online_status">;
|
|
55626
|
+
}, "strip", z.ZodTypeAny, {
|
|
55627
|
+
message: string;
|
|
55628
|
+
created_at: string;
|
|
55629
|
+
warning_code: "unreliable_online_status";
|
|
55630
|
+
}, {
|
|
55631
|
+
message: string;
|
|
55632
|
+
created_at: string;
|
|
55633
|
+
warning_code: "unreliable_online_status";
|
|
55634
|
+
}>, z.ZodObject<{
|
|
55635
|
+
message: z.ZodString;
|
|
55636
|
+
created_at: z.ZodString;
|
|
55532
55637
|
} & {
|
|
55533
55638
|
warning_code: z.ZodLiteral<"max_access_codes_reached">;
|
|
55534
55639
|
active_access_code_count: z.ZodNumber;
|
|
@@ -55942,6 +56047,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
55942
56047
|
message: string;
|
|
55943
56048
|
created_at: string;
|
|
55944
56049
|
warning_code: "accessory_keypad_setup_required";
|
|
56050
|
+
} | {
|
|
56051
|
+
message: string;
|
|
56052
|
+
created_at: string;
|
|
56053
|
+
warning_code: "unreliable_online_status";
|
|
55945
56054
|
} | {
|
|
55946
56055
|
message: string;
|
|
55947
56056
|
created_at: string;
|
|
@@ -56193,6 +56302,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
56193
56302
|
message: string;
|
|
56194
56303
|
created_at: string;
|
|
56195
56304
|
warning_code: "accessory_keypad_setup_required";
|
|
56305
|
+
} | {
|
|
56306
|
+
message: string;
|
|
56307
|
+
created_at: string;
|
|
56308
|
+
warning_code: "unreliable_online_status";
|
|
56196
56309
|
} | {
|
|
56197
56310
|
message: string;
|
|
56198
56311
|
created_at: string;
|
|
@@ -144635,6 +144748,13 @@ type Routes = {
|
|
|
144635
144748
|
created_at: string;
|
|
144636
144749
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144637
144750
|
warning_code: 'accessory_keypad_setup_required';
|
|
144751
|
+
} | {
|
|
144752
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144753
|
+
message: string;
|
|
144754
|
+
/** Date and time at which Seam created the warning. */
|
|
144755
|
+
created_at: string;
|
|
144756
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144757
|
+
warning_code: 'unreliable_online_status';
|
|
144638
144758
|
} | {
|
|
144639
144759
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144640
144760
|
message: string;
|
|
@@ -148865,6 +148985,13 @@ type Routes = {
|
|
|
148865
148985
|
created_at: string;
|
|
148866
148986
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148867
148987
|
warning_code: 'accessory_keypad_setup_required';
|
|
148988
|
+
} | {
|
|
148989
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148990
|
+
message: string;
|
|
148991
|
+
/** Date and time at which Seam created the warning. */
|
|
148992
|
+
created_at: string;
|
|
148993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148994
|
+
warning_code: 'unreliable_online_status';
|
|
148868
148995
|
} | {
|
|
148869
148996
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148870
148997
|
message: string;
|
|
@@ -165011,6 +165138,13 @@ type Routes = {
|
|
|
165011
165138
|
created_at: string;
|
|
165012
165139
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
165013
165140
|
warning_code: 'accessory_keypad_setup_required';
|
|
165141
|
+
} | {
|
|
165142
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
165143
|
+
message: string;
|
|
165144
|
+
/** Date and time at which Seam created the warning. */
|
|
165145
|
+
created_at: string;
|
|
165146
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
165147
|
+
warning_code: 'unreliable_online_status';
|
|
165014
165148
|
} | {
|
|
165015
165149
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
165016
165150
|
message: string;
|
|
@@ -166367,6 +166501,13 @@ type Routes = {
|
|
|
166367
166501
|
created_at: string;
|
|
166368
166502
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
166369
166503
|
warning_code: 'accessory_keypad_setup_required';
|
|
166504
|
+
} | {
|
|
166505
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
166506
|
+
message: string;
|
|
166507
|
+
/** Date and time at which Seam created the warning. */
|
|
166508
|
+
created_at: string;
|
|
166509
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
166510
|
+
warning_code: 'unreliable_online_status';
|
|
166370
166511
|
} | {
|
|
166371
166512
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
166372
166513
|
message: string;
|
|
@@ -166904,6 +167045,13 @@ type Routes = {
|
|
|
166904
167045
|
created_at: string;
|
|
166905
167046
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
166906
167047
|
warning_code: 'accessory_keypad_setup_required';
|
|
167048
|
+
} | {
|
|
167049
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
167050
|
+
message: string;
|
|
167051
|
+
/** Date and time at which Seam created the warning. */
|
|
167052
|
+
created_at: string;
|
|
167053
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
167054
|
+
warning_code: 'unreliable_online_status';
|
|
166907
167055
|
} | {
|
|
166908
167056
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
166909
167057
|
message: string;
|
|
@@ -167377,6 +167525,13 @@ type Routes = {
|
|
|
167377
167525
|
created_at: string;
|
|
167378
167526
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
167379
167527
|
warning_code: 'accessory_keypad_setup_required';
|
|
167528
|
+
} | {
|
|
167529
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
167530
|
+
message: string;
|
|
167531
|
+
/** Date and time at which Seam created the warning. */
|
|
167532
|
+
created_at: string;
|
|
167533
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
167534
|
+
warning_code: 'unreliable_online_status';
|
|
167380
167535
|
} | {
|
|
167381
167536
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
167382
167537
|
message: string;
|
|
@@ -174509,6 +174664,13 @@ type Routes = {
|
|
|
174509
174664
|
created_at: string;
|
|
174510
174665
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174511
174666
|
warning_code: 'accessory_keypad_setup_required';
|
|
174667
|
+
} | {
|
|
174668
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174669
|
+
message: string;
|
|
174670
|
+
/** Date and time at which Seam created the warning. */
|
|
174671
|
+
created_at: string;
|
|
174672
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174673
|
+
warning_code: 'unreliable_online_status';
|
|
174512
174674
|
} | {
|
|
174513
174675
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174514
174676
|
message: string;
|
|
@@ -175815,6 +175977,13 @@ type Routes = {
|
|
|
175815
175977
|
created_at: string;
|
|
175816
175978
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
175817
175979
|
warning_code: 'accessory_keypad_setup_required';
|
|
175980
|
+
} | {
|
|
175981
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
175982
|
+
message: string;
|
|
175983
|
+
/** Date and time at which Seam created the warning. */
|
|
175984
|
+
created_at: string;
|
|
175985
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
175986
|
+
warning_code: 'unreliable_online_status';
|
|
175818
175987
|
} | {
|
|
175819
175988
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
175820
175989
|
message: string;
|
|
@@ -177171,6 +177340,13 @@ type Routes = {
|
|
|
177171
177340
|
created_at: string;
|
|
177172
177341
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
177173
177342
|
warning_code: 'accessory_keypad_setup_required';
|
|
177343
|
+
} | {
|
|
177344
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
177345
|
+
message: string;
|
|
177346
|
+
/** Date and time at which Seam created the warning. */
|
|
177347
|
+
created_at: string;
|
|
177348
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
177349
|
+
warning_code: 'unreliable_online_status';
|
|
177174
177350
|
} | {
|
|
177175
177351
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
177176
177352
|
message: string;
|
|
@@ -178476,6 +178652,13 @@ type Routes = {
|
|
|
178476
178652
|
created_at: string;
|
|
178477
178653
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
178478
178654
|
warning_code: 'accessory_keypad_setup_required';
|
|
178655
|
+
} | {
|
|
178656
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
178657
|
+
message: string;
|
|
178658
|
+
/** Date and time at which Seam created the warning. */
|
|
178659
|
+
created_at: string;
|
|
178660
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
178661
|
+
warning_code: 'unreliable_online_status';
|
|
178479
178662
|
} | {
|
|
178480
178663
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
178481
178664
|
message: string;
|
|
@@ -184938,6 +185121,13 @@ type Routes = {
|
|
|
184938
185121
|
created_at: string;
|
|
184939
185122
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
184940
185123
|
warning_code: 'accessory_keypad_setup_required';
|
|
185124
|
+
} | {
|
|
185125
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
185126
|
+
message: string;
|
|
185127
|
+
/** Date and time at which Seam created the warning. */
|
|
185128
|
+
created_at: string;
|
|
185129
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
185130
|
+
warning_code: 'unreliable_online_status';
|
|
184941
185131
|
} | {
|
|
184942
185132
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
184943
185133
|
message: string;
|
|
@@ -186243,6 +186433,13 @@ type Routes = {
|
|
|
186243
186433
|
created_at: string;
|
|
186244
186434
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
186245
186435
|
warning_code: 'accessory_keypad_setup_required';
|
|
186436
|
+
} | {
|
|
186437
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
186438
|
+
message: string;
|
|
186439
|
+
/** Date and time at which Seam created the warning. */
|
|
186440
|
+
created_at: string;
|
|
186441
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
186442
|
+
warning_code: 'unreliable_online_status';
|
|
186246
186443
|
} | {
|
|
186247
186444
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
186248
186445
|
message: string;
|
|
@@ -198810,6 +199007,13 @@ type Routes = {
|
|
|
198810
199007
|
created_at: string;
|
|
198811
199008
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
198812
199009
|
warning_code: 'accessory_keypad_setup_required';
|
|
199010
|
+
} | {
|
|
199011
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
199012
|
+
message: string;
|
|
199013
|
+
/** Date and time at which Seam created the warning. */
|
|
199014
|
+
created_at: string;
|
|
199015
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
199016
|
+
warning_code: 'unreliable_online_status';
|
|
198813
199017
|
} | {
|
|
198814
199018
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
198815
199019
|
message: string;
|
|
@@ -204709,6 +204913,13 @@ type Routes = {
|
|
|
204709
204913
|
created_at: string;
|
|
204710
204914
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
204711
204915
|
warning_code: 'accessory_keypad_setup_required';
|
|
204916
|
+
} | {
|
|
204917
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
204918
|
+
message: string;
|
|
204919
|
+
/** Date and time at which Seam created the warning. */
|
|
204920
|
+
created_at: string;
|
|
204921
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
204922
|
+
warning_code: 'unreliable_online_status';
|
|
204712
204923
|
} | {
|
|
204713
204924
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
204714
204925
|
message: string;
|
|
@@ -208631,6 +208842,13 @@ type Routes = {
|
|
|
208631
208842
|
created_at: string;
|
|
208632
208843
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208633
208844
|
warning_code: 'accessory_keypad_setup_required';
|
|
208845
|
+
} | {
|
|
208846
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
208847
|
+
message: string;
|
|
208848
|
+
/** Date and time at which Seam created the warning. */
|
|
208849
|
+
created_at: string;
|
|
208850
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208851
|
+
warning_code: 'unreliable_online_status';
|
|
208634
208852
|
} | {
|
|
208635
208853
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
208636
208854
|
message: string;
|
|
@@ -209936,6 +210154,13 @@ type Routes = {
|
|
|
209936
210154
|
created_at: string;
|
|
209937
210155
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
209938
210156
|
warning_code: 'accessory_keypad_setup_required';
|
|
210157
|
+
} | {
|
|
210158
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
210159
|
+
message: string;
|
|
210160
|
+
/** Date and time at which Seam created the warning. */
|
|
210161
|
+
created_at: string;
|
|
210162
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
210163
|
+
warning_code: 'unreliable_online_status';
|
|
209939
210164
|
} | {
|
|
209940
210165
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
209941
210166
|
message: string;
|
|
@@ -217287,6 +217512,13 @@ type Routes = {
|
|
|
217287
217512
|
created_at: string;
|
|
217288
217513
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
217289
217514
|
warning_code: 'accessory_keypad_setup_required';
|
|
217515
|
+
} | {
|
|
217516
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
217517
|
+
message: string;
|
|
217518
|
+
/** Date and time at which Seam created the warning. */
|
|
217519
|
+
created_at: string;
|
|
217520
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
217521
|
+
warning_code: 'unreliable_online_status';
|
|
217290
217522
|
} | {
|
|
217291
217523
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
217292
217524
|
message: string;
|
|
@@ -218594,6 +218826,13 @@ type Routes = {
|
|
|
218594
218826
|
created_at: string;
|
|
218595
218827
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
218596
218828
|
warning_code: 'accessory_keypad_setup_required';
|
|
218829
|
+
} | {
|
|
218830
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
218831
|
+
message: string;
|
|
218832
|
+
/** Date and time at which Seam created the warning. */
|
|
218833
|
+
created_at: string;
|
|
218834
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
218835
|
+
warning_code: 'unreliable_online_status';
|
|
218597
218836
|
} | {
|
|
218598
218837
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
218599
218838
|
message: string;
|
|
@@ -220879,6 +221118,13 @@ type Routes = {
|
|
|
220879
221118
|
created_at: string;
|
|
220880
221119
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
220881
221120
|
warning_code: 'accessory_keypad_setup_required';
|
|
221121
|
+
} | {
|
|
221122
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
221123
|
+
message: string;
|
|
221124
|
+
/** Date and time at which Seam created the warning. */
|
|
221125
|
+
created_at: string;
|
|
221126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
221127
|
+
warning_code: 'unreliable_online_status';
|
|
220882
221128
|
} | {
|
|
220883
221129
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
220884
221130
|
message: string;
|
|
@@ -223587,6 +223833,13 @@ type Routes = {
|
|
|
223587
223833
|
created_at: string;
|
|
223588
223834
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
223589
223835
|
warning_code: 'accessory_keypad_setup_required';
|
|
223836
|
+
} | {
|
|
223837
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
223838
|
+
message: string;
|
|
223839
|
+
/** Date and time at which Seam created the warning. */
|
|
223840
|
+
created_at: string;
|
|
223841
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
223842
|
+
warning_code: 'unreliable_online_status';
|
|
223590
223843
|
} | {
|
|
223591
223844
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
223592
223845
|
message: string;
|
package/dist/index.cjs
CHANGED
|
@@ -1502,6 +1502,14 @@ var accessory_keypad_setup_required = common_device_warning.extend({
|
|
|
1502
1502
|
---
|
|
1503
1503
|
Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.
|
|
1504
1504
|
`);
|
|
1505
|
+
var unreliable_online_status = common_device_warning.extend({
|
|
1506
|
+
warning_code: zod.z.literal("unreliable_online_status").describe(warning_code_description2)
|
|
1507
|
+
}).describe(`
|
|
1508
|
+
---
|
|
1509
|
+
variant_group_key: locks
|
|
1510
|
+
---
|
|
1511
|
+
Indicates that the device may optimistically be reported as online because the provider does not reliably report its online status.
|
|
1512
|
+
`);
|
|
1505
1513
|
var max_access_codes_reached = common_device_warning.extend({
|
|
1506
1514
|
warning_code: zod.z.literal("max_access_codes_reached").describe(warning_code_description2),
|
|
1507
1515
|
active_access_code_count: zod.z.number().int().describe(
|
|
@@ -1536,6 +1544,7 @@ var device_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
1536
1544
|
hub_required_for_additional_capabilities,
|
|
1537
1545
|
keynest_unsupported_locker,
|
|
1538
1546
|
accessory_keypad_setup_required,
|
|
1547
|
+
unreliable_online_status,
|
|
1539
1548
|
max_access_codes_reached
|
|
1540
1549
|
]);
|
|
1541
1550
|
zod.z.object({
|
|
@@ -1563,6 +1572,7 @@ zod.z.object({
|
|
|
1563
1572
|
hub_required_for_additional_capabilities: hub_required_for_additional_capabilities.optional().nullable(),
|
|
1564
1573
|
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable(),
|
|
1565
1574
|
accessory_keypad_setup_required: accessory_keypad_setup_required.optional().nullable(),
|
|
1575
|
+
unreliable_online_status: unreliable_online_status.optional().nullable(),
|
|
1566
1576
|
max_access_codes_reached: max_access_codes_reached.optional().nullable()
|
|
1567
1577
|
});
|
|
1568
1578
|
var device_provider_info = zod.z.object({
|
|
@@ -19594,6 +19604,28 @@ var openapi_default = {
|
|
|
19594
19604
|
type: "object",
|
|
19595
19605
|
"x-variant-group-key": "locks"
|
|
19596
19606
|
},
|
|
19607
|
+
{
|
|
19608
|
+
description: "Indicates that the device may optimistically be reported as online because the provider does not reliably report its online status.",
|
|
19609
|
+
properties: {
|
|
19610
|
+
created_at: {
|
|
19611
|
+
description: "Date and time at which Seam created the warning.",
|
|
19612
|
+
format: "date-time",
|
|
19613
|
+
type: "string"
|
|
19614
|
+
},
|
|
19615
|
+
message: {
|
|
19616
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
19617
|
+
type: "string"
|
|
19618
|
+
},
|
|
19619
|
+
warning_code: {
|
|
19620
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
19621
|
+
enum: ["unreliable_online_status"],
|
|
19622
|
+
type: "string"
|
|
19623
|
+
}
|
|
19624
|
+
},
|
|
19625
|
+
required: ["message", "created_at", "warning_code"],
|
|
19626
|
+
type: "object",
|
|
19627
|
+
"x-variant-group-key": "locks"
|
|
19628
|
+
},
|
|
19597
19629
|
{
|
|
19598
19630
|
description: "Indicates that the device has reached its maximum number of active access codes. Delete existing codes before creating new ones.",
|
|
19599
19631
|
properties: {
|
|
@@ -33679,6 +33711,28 @@ var openapi_default = {
|
|
|
33679
33711
|
type: "object",
|
|
33680
33712
|
"x-variant-group-key": "locks"
|
|
33681
33713
|
},
|
|
33714
|
+
{
|
|
33715
|
+
description: "Indicates that the device may optimistically be reported as online because the provider does not reliably report its online status.",
|
|
33716
|
+
properties: {
|
|
33717
|
+
created_at: {
|
|
33718
|
+
description: "Date and time at which Seam created the warning.",
|
|
33719
|
+
format: "date-time",
|
|
33720
|
+
type: "string"
|
|
33721
|
+
},
|
|
33722
|
+
message: {
|
|
33723
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
33724
|
+
type: "string"
|
|
33725
|
+
},
|
|
33726
|
+
warning_code: {
|
|
33727
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
33728
|
+
enum: ["unreliable_online_status"],
|
|
33729
|
+
type: "string"
|
|
33730
|
+
}
|
|
33731
|
+
},
|
|
33732
|
+
required: ["message", "created_at", "warning_code"],
|
|
33733
|
+
type: "object",
|
|
33734
|
+
"x-variant-group-key": "locks"
|
|
33735
|
+
},
|
|
33682
33736
|
{
|
|
33683
33737
|
description: "Indicates that the device has reached its maximum number of active access codes. Delete existing codes before creating new ones.",
|
|
33684
33738
|
properties: {
|