@seamapi/types 1.858.0 → 1.860.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 +0 -161
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -668
- package/dist/index.cjs +0 -161
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -200
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -33
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -73
- package/lib/seam/connect/models/batch.d.ts +0 -202
- package/lib/seam/connect/openapi.js +0 -146
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -275
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -36
- package/src/lib/seam/connect/openapi.ts +0 -172
- package/src/lib/seam/connect/route-types.ts +0 -308
|
@@ -23383,22 +23383,6 @@ export declare const batch: z.ZodObject<{
|
|
|
23383
23383
|
message: z.ZodString;
|
|
23384
23384
|
is_access_code_error: z.ZodLiteral<true>;
|
|
23385
23385
|
created_at: z.ZodOptional<z.ZodString>;
|
|
23386
|
-
} & {
|
|
23387
|
-
error_code: z.ZodLiteral<"smartthings_no_free_slots_available">;
|
|
23388
|
-
}, "strip", z.ZodTypeAny, {
|
|
23389
|
-
message: string;
|
|
23390
|
-
error_code: "smartthings_no_free_slots_available";
|
|
23391
|
-
is_access_code_error: true;
|
|
23392
|
-
created_at?: string | undefined;
|
|
23393
|
-
}, {
|
|
23394
|
-
message: string;
|
|
23395
|
-
error_code: "smartthings_no_free_slots_available";
|
|
23396
|
-
is_access_code_error: true;
|
|
23397
|
-
created_at?: string | undefined;
|
|
23398
|
-
}>, z.ZodObject<{
|
|
23399
|
-
message: z.ZodString;
|
|
23400
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
23401
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
23402
23386
|
} & {
|
|
23403
23387
|
error_code: z.ZodLiteral<"failed_to_set_on_device">;
|
|
23404
23388
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23549,22 +23533,6 @@ export declare const batch: z.ZodObject<{
|
|
|
23549
23533
|
message: z.ZodString;
|
|
23550
23534
|
is_access_code_error: z.ZodLiteral<true>;
|
|
23551
23535
|
created_at: z.ZodOptional<z.ZodString>;
|
|
23552
|
-
} & {
|
|
23553
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
23554
|
-
}, "strip", z.ZodTypeAny, {
|
|
23555
|
-
message: string;
|
|
23556
|
-
error_code: "august_device_programming_delay";
|
|
23557
|
-
is_access_code_error: true;
|
|
23558
|
-
created_at?: string | undefined;
|
|
23559
|
-
}, {
|
|
23560
|
-
message: string;
|
|
23561
|
-
error_code: "august_device_programming_delay";
|
|
23562
|
-
is_access_code_error: true;
|
|
23563
|
-
created_at?: string | undefined;
|
|
23564
|
-
}>, z.ZodObject<{
|
|
23565
|
-
message: z.ZodString;
|
|
23566
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
23567
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
23568
23536
|
} & {
|
|
23569
23537
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
23570
23538
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24148,19 +24116,6 @@ export declare const batch: z.ZodObject<{
|
|
|
24148
24116
|
}>, z.ZodObject<{
|
|
24149
24117
|
message: z.ZodString;
|
|
24150
24118
|
created_at: z.ZodOptional<z.ZodString>;
|
|
24151
|
-
} & {
|
|
24152
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
24153
|
-
}, "strip", z.ZodTypeAny, {
|
|
24154
|
-
message: string;
|
|
24155
|
-
warning_code: "august_device_programming_delay";
|
|
24156
|
-
created_at?: string | undefined;
|
|
24157
|
-
}, {
|
|
24158
|
-
message: string;
|
|
24159
|
-
warning_code: "august_device_programming_delay";
|
|
24160
|
-
created_at?: string | undefined;
|
|
24161
|
-
}>, z.ZodObject<{
|
|
24162
|
-
message: z.ZodString;
|
|
24163
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
24164
24119
|
} & {
|
|
24165
24120
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
24166
24121
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24626,11 +24581,6 @@ export declare const batch: z.ZodObject<{
|
|
|
24626
24581
|
error_code: "august_lock_invalid_code_length";
|
|
24627
24582
|
is_access_code_error: true;
|
|
24628
24583
|
created_at?: string | undefined;
|
|
24629
|
-
} | {
|
|
24630
|
-
message: string;
|
|
24631
|
-
error_code: "august_device_programming_delay";
|
|
24632
|
-
is_access_code_error: true;
|
|
24633
|
-
created_at?: string | undefined;
|
|
24634
24584
|
} | {
|
|
24635
24585
|
message: string;
|
|
24636
24586
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -24646,11 +24596,6 @@ export declare const batch: z.ZodObject<{
|
|
|
24646
24596
|
error_code: "salto_ks_user_not_subscribed";
|
|
24647
24597
|
is_access_code_error: true;
|
|
24648
24598
|
created_at?: string | undefined;
|
|
24649
|
-
} | {
|
|
24650
|
-
message: string;
|
|
24651
|
-
error_code: "smartthings_no_free_slots_available";
|
|
24652
|
-
is_access_code_error: true;
|
|
24653
|
-
created_at?: string | undefined;
|
|
24654
24599
|
} | {
|
|
24655
24600
|
message: string;
|
|
24656
24601
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -24681,10 +24626,6 @@ export declare const batch: z.ZodObject<{
|
|
|
24681
24626
|
message: string;
|
|
24682
24627
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
24683
24628
|
created_at?: string | undefined;
|
|
24684
|
-
} | {
|
|
24685
|
-
message: string;
|
|
24686
|
-
warning_code: "august_device_programming_delay";
|
|
24687
|
-
created_at?: string | undefined;
|
|
24688
24629
|
} | {
|
|
24689
24630
|
message: string;
|
|
24690
24631
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -24979,11 +24920,6 @@ export declare const batch: z.ZodObject<{
|
|
|
24979
24920
|
error_code: "august_lock_invalid_code_length";
|
|
24980
24921
|
is_access_code_error: true;
|
|
24981
24922
|
created_at?: string | undefined;
|
|
24982
|
-
} | {
|
|
24983
|
-
message: string;
|
|
24984
|
-
error_code: "august_device_programming_delay";
|
|
24985
|
-
is_access_code_error: true;
|
|
24986
|
-
created_at?: string | undefined;
|
|
24987
24923
|
} | {
|
|
24988
24924
|
message: string;
|
|
24989
24925
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -24999,11 +24935,6 @@ export declare const batch: z.ZodObject<{
|
|
|
24999
24935
|
error_code: "salto_ks_user_not_subscribed";
|
|
25000
24936
|
is_access_code_error: true;
|
|
25001
24937
|
created_at?: string | undefined;
|
|
25002
|
-
} | {
|
|
25003
|
-
message: string;
|
|
25004
|
-
error_code: "smartthings_no_free_slots_available";
|
|
25005
|
-
is_access_code_error: true;
|
|
25006
|
-
created_at?: string | undefined;
|
|
25007
24938
|
} | {
|
|
25008
24939
|
message: string;
|
|
25009
24940
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -25034,10 +24965,6 @@ export declare const batch: z.ZodObject<{
|
|
|
25034
24965
|
message: string;
|
|
25035
24966
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
25036
24967
|
created_at?: string | undefined;
|
|
25037
|
-
} | {
|
|
25038
|
-
message: string;
|
|
25039
|
-
warning_code: "august_device_programming_delay";
|
|
25040
|
-
created_at?: string | undefined;
|
|
25041
24968
|
} | {
|
|
25042
24969
|
message: string;
|
|
25043
24970
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -25210,22 +25137,6 @@ export declare const batch: z.ZodObject<{
|
|
|
25210
25137
|
message: z.ZodString;
|
|
25211
25138
|
is_access_code_error: z.ZodLiteral<true>;
|
|
25212
25139
|
created_at: z.ZodOptional<z.ZodString>;
|
|
25213
|
-
} & {
|
|
25214
|
-
error_code: z.ZodLiteral<"smartthings_no_free_slots_available">;
|
|
25215
|
-
}, "strip", z.ZodTypeAny, {
|
|
25216
|
-
message: string;
|
|
25217
|
-
error_code: "smartthings_no_free_slots_available";
|
|
25218
|
-
is_access_code_error: true;
|
|
25219
|
-
created_at?: string | undefined;
|
|
25220
|
-
}, {
|
|
25221
|
-
message: string;
|
|
25222
|
-
error_code: "smartthings_no_free_slots_available";
|
|
25223
|
-
is_access_code_error: true;
|
|
25224
|
-
created_at?: string | undefined;
|
|
25225
|
-
}>, z.ZodObject<{
|
|
25226
|
-
message: z.ZodString;
|
|
25227
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
25228
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
25229
25140
|
} & {
|
|
25230
25141
|
error_code: z.ZodLiteral<"failed_to_set_on_device">;
|
|
25231
25142
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25376,22 +25287,6 @@ export declare const batch: z.ZodObject<{
|
|
|
25376
25287
|
message: z.ZodString;
|
|
25377
25288
|
is_access_code_error: z.ZodLiteral<true>;
|
|
25378
25289
|
created_at: z.ZodOptional<z.ZodString>;
|
|
25379
|
-
} & {
|
|
25380
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
25381
|
-
}, "strip", z.ZodTypeAny, {
|
|
25382
|
-
message: string;
|
|
25383
|
-
error_code: "august_device_programming_delay";
|
|
25384
|
-
is_access_code_error: true;
|
|
25385
|
-
created_at?: string | undefined;
|
|
25386
|
-
}, {
|
|
25387
|
-
message: string;
|
|
25388
|
-
error_code: "august_device_programming_delay";
|
|
25389
|
-
is_access_code_error: true;
|
|
25390
|
-
created_at?: string | undefined;
|
|
25391
|
-
}>, z.ZodObject<{
|
|
25392
|
-
message: z.ZodString;
|
|
25393
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
25394
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
25395
25290
|
} & {
|
|
25396
25291
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
25397
25292
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25975,19 +25870,6 @@ export declare const batch: z.ZodObject<{
|
|
|
25975
25870
|
}>, z.ZodObject<{
|
|
25976
25871
|
message: z.ZodString;
|
|
25977
25872
|
created_at: z.ZodOptional<z.ZodString>;
|
|
25978
|
-
} & {
|
|
25979
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
25980
|
-
}, "strip", z.ZodTypeAny, {
|
|
25981
|
-
message: string;
|
|
25982
|
-
warning_code: "august_device_programming_delay";
|
|
25983
|
-
created_at?: string | undefined;
|
|
25984
|
-
}, {
|
|
25985
|
-
message: string;
|
|
25986
|
-
warning_code: "august_device_programming_delay";
|
|
25987
|
-
created_at?: string | undefined;
|
|
25988
|
-
}>, z.ZodObject<{
|
|
25989
|
-
message: z.ZodString;
|
|
25990
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
25991
25873
|
} & {
|
|
25992
25874
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
25993
25875
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -26279,11 +26161,6 @@ export declare const batch: z.ZodObject<{
|
|
|
26279
26161
|
error_code: "august_lock_invalid_code_length";
|
|
26280
26162
|
is_access_code_error: true;
|
|
26281
26163
|
created_at?: string | undefined;
|
|
26282
|
-
} | {
|
|
26283
|
-
message: string;
|
|
26284
|
-
error_code: "august_device_programming_delay";
|
|
26285
|
-
is_access_code_error: true;
|
|
26286
|
-
created_at?: string | undefined;
|
|
26287
26164
|
} | {
|
|
26288
26165
|
message: string;
|
|
26289
26166
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -26299,11 +26176,6 @@ export declare const batch: z.ZodObject<{
|
|
|
26299
26176
|
error_code: "salto_ks_user_not_subscribed";
|
|
26300
26177
|
is_access_code_error: true;
|
|
26301
26178
|
created_at?: string | undefined;
|
|
26302
|
-
} | {
|
|
26303
|
-
message: string;
|
|
26304
|
-
error_code: "smartthings_no_free_slots_available";
|
|
26305
|
-
is_access_code_error: true;
|
|
26306
|
-
created_at?: string | undefined;
|
|
26307
26179
|
} | {
|
|
26308
26180
|
message: string;
|
|
26309
26181
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -26334,10 +26206,6 @@ export declare const batch: z.ZodObject<{
|
|
|
26334
26206
|
message: string;
|
|
26335
26207
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
26336
26208
|
created_at?: string | undefined;
|
|
26337
|
-
} | {
|
|
26338
|
-
message: string;
|
|
26339
|
-
warning_code: "august_device_programming_delay";
|
|
26340
|
-
created_at?: string | undefined;
|
|
26341
26209
|
} | {
|
|
26342
26210
|
message: string;
|
|
26343
26211
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -26579,11 +26447,6 @@ export declare const batch: z.ZodObject<{
|
|
|
26579
26447
|
error_code: "august_lock_invalid_code_length";
|
|
26580
26448
|
is_access_code_error: true;
|
|
26581
26449
|
created_at?: string | undefined;
|
|
26582
|
-
} | {
|
|
26583
|
-
message: string;
|
|
26584
|
-
error_code: "august_device_programming_delay";
|
|
26585
|
-
is_access_code_error: true;
|
|
26586
|
-
created_at?: string | undefined;
|
|
26587
26450
|
} | {
|
|
26588
26451
|
message: string;
|
|
26589
26452
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -26599,11 +26462,6 @@ export declare const batch: z.ZodObject<{
|
|
|
26599
26462
|
error_code: "salto_ks_user_not_subscribed";
|
|
26600
26463
|
is_access_code_error: true;
|
|
26601
26464
|
created_at?: string | undefined;
|
|
26602
|
-
} | {
|
|
26603
|
-
message: string;
|
|
26604
|
-
error_code: "smartthings_no_free_slots_available";
|
|
26605
|
-
is_access_code_error: true;
|
|
26606
|
-
created_at?: string | undefined;
|
|
26607
26465
|
} | {
|
|
26608
26466
|
message: string;
|
|
26609
26467
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -26634,10 +26492,6 @@ export declare const batch: z.ZodObject<{
|
|
|
26634
26492
|
message: string;
|
|
26635
26493
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
26636
26494
|
created_at?: string | undefined;
|
|
26637
|
-
} | {
|
|
26638
|
-
message: string;
|
|
26639
|
-
warning_code: "august_device_programming_delay";
|
|
26640
|
-
created_at?: string | undefined;
|
|
26641
26495
|
} | {
|
|
26642
26496
|
message: string;
|
|
26643
26497
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -31480,11 +31334,6 @@ export declare const batch: z.ZodObject<{
|
|
|
31480
31334
|
error_code: "august_lock_invalid_code_length";
|
|
31481
31335
|
is_access_code_error: true;
|
|
31482
31336
|
created_at?: string | undefined;
|
|
31483
|
-
} | {
|
|
31484
|
-
message: string;
|
|
31485
|
-
error_code: "august_device_programming_delay";
|
|
31486
|
-
is_access_code_error: true;
|
|
31487
|
-
created_at?: string | undefined;
|
|
31488
31337
|
} | {
|
|
31489
31338
|
message: string;
|
|
31490
31339
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -31500,11 +31349,6 @@ export declare const batch: z.ZodObject<{
|
|
|
31500
31349
|
error_code: "salto_ks_user_not_subscribed";
|
|
31501
31350
|
is_access_code_error: true;
|
|
31502
31351
|
created_at?: string | undefined;
|
|
31503
|
-
} | {
|
|
31504
|
-
message: string;
|
|
31505
|
-
error_code: "smartthings_no_free_slots_available";
|
|
31506
|
-
is_access_code_error: true;
|
|
31507
|
-
created_at?: string | undefined;
|
|
31508
31352
|
} | {
|
|
31509
31353
|
message: string;
|
|
31510
31354
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -31535,10 +31379,6 @@ export declare const batch: z.ZodObject<{
|
|
|
31535
31379
|
message: string;
|
|
31536
31380
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
31537
31381
|
created_at?: string | undefined;
|
|
31538
|
-
} | {
|
|
31539
|
-
message: string;
|
|
31540
|
-
warning_code: "august_device_programming_delay";
|
|
31541
|
-
created_at?: string | undefined;
|
|
31542
31382
|
} | {
|
|
31543
31383
|
message: string;
|
|
31544
31384
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -31834,11 +31674,6 @@ export declare const batch: z.ZodObject<{
|
|
|
31834
31674
|
error_code: "august_lock_invalid_code_length";
|
|
31835
31675
|
is_access_code_error: true;
|
|
31836
31676
|
created_at?: string | undefined;
|
|
31837
|
-
} | {
|
|
31838
|
-
message: string;
|
|
31839
|
-
error_code: "august_device_programming_delay";
|
|
31840
|
-
is_access_code_error: true;
|
|
31841
|
-
created_at?: string | undefined;
|
|
31842
31677
|
} | {
|
|
31843
31678
|
message: string;
|
|
31844
31679
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -31854,11 +31689,6 @@ export declare const batch: z.ZodObject<{
|
|
|
31854
31689
|
error_code: "salto_ks_user_not_subscribed";
|
|
31855
31690
|
is_access_code_error: true;
|
|
31856
31691
|
created_at?: string | undefined;
|
|
31857
|
-
} | {
|
|
31858
|
-
message: string;
|
|
31859
|
-
error_code: "smartthings_no_free_slots_available";
|
|
31860
|
-
is_access_code_error: true;
|
|
31861
|
-
created_at?: string | undefined;
|
|
31862
31692
|
} | {
|
|
31863
31693
|
message: string;
|
|
31864
31694
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -31889,10 +31719,6 @@ export declare const batch: z.ZodObject<{
|
|
|
31889
31719
|
message: string;
|
|
31890
31720
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
31891
31721
|
created_at?: string | undefined;
|
|
31892
|
-
} | {
|
|
31893
|
-
message: string;
|
|
31894
|
-
warning_code: "august_device_programming_delay";
|
|
31895
|
-
created_at?: string | undefined;
|
|
31896
31722
|
} | {
|
|
31897
31723
|
message: string;
|
|
31898
31724
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -36608,11 +36434,6 @@ export declare const batch: z.ZodObject<{
|
|
|
36608
36434
|
error_code: "august_lock_invalid_code_length";
|
|
36609
36435
|
is_access_code_error: true;
|
|
36610
36436
|
created_at?: string | undefined;
|
|
36611
|
-
} | {
|
|
36612
|
-
message: string;
|
|
36613
|
-
error_code: "august_device_programming_delay";
|
|
36614
|
-
is_access_code_error: true;
|
|
36615
|
-
created_at?: string | undefined;
|
|
36616
36437
|
} | {
|
|
36617
36438
|
message: string;
|
|
36618
36439
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -36628,11 +36449,6 @@ export declare const batch: z.ZodObject<{
|
|
|
36628
36449
|
error_code: "salto_ks_user_not_subscribed";
|
|
36629
36450
|
is_access_code_error: true;
|
|
36630
36451
|
created_at?: string | undefined;
|
|
36631
|
-
} | {
|
|
36632
|
-
message: string;
|
|
36633
|
-
error_code: "smartthings_no_free_slots_available";
|
|
36634
|
-
is_access_code_error: true;
|
|
36635
|
-
created_at?: string | undefined;
|
|
36636
36452
|
} | {
|
|
36637
36453
|
message: string;
|
|
36638
36454
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -36663,10 +36479,6 @@ export declare const batch: z.ZodObject<{
|
|
|
36663
36479
|
message: string;
|
|
36664
36480
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
36665
36481
|
created_at?: string | undefined;
|
|
36666
|
-
} | {
|
|
36667
|
-
message: string;
|
|
36668
|
-
warning_code: "august_device_programming_delay";
|
|
36669
|
-
created_at?: string | undefined;
|
|
36670
36482
|
} | {
|
|
36671
36483
|
message: string;
|
|
36672
36484
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -36962,11 +36774,6 @@ export declare const batch: z.ZodObject<{
|
|
|
36962
36774
|
error_code: "august_lock_invalid_code_length";
|
|
36963
36775
|
is_access_code_error: true;
|
|
36964
36776
|
created_at?: string | undefined;
|
|
36965
|
-
} | {
|
|
36966
|
-
message: string;
|
|
36967
|
-
error_code: "august_device_programming_delay";
|
|
36968
|
-
is_access_code_error: true;
|
|
36969
|
-
created_at?: string | undefined;
|
|
36970
36777
|
} | {
|
|
36971
36778
|
message: string;
|
|
36972
36779
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -36982,11 +36789,6 @@ export declare const batch: z.ZodObject<{
|
|
|
36982
36789
|
error_code: "salto_ks_user_not_subscribed";
|
|
36983
36790
|
is_access_code_error: true;
|
|
36984
36791
|
created_at?: string | undefined;
|
|
36985
|
-
} | {
|
|
36986
|
-
message: string;
|
|
36987
|
-
error_code: "smartthings_no_free_slots_available";
|
|
36988
|
-
is_access_code_error: true;
|
|
36989
|
-
created_at?: string | undefined;
|
|
36990
36792
|
} | {
|
|
36991
36793
|
message: string;
|
|
36992
36794
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -37017,10 +36819,6 @@ export declare const batch: z.ZodObject<{
|
|
|
37017
36819
|
message: string;
|
|
37018
36820
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
37019
36821
|
created_at?: string | undefined;
|
|
37020
|
-
} | {
|
|
37021
|
-
message: string;
|
|
37022
|
-
warning_code: "august_device_programming_delay";
|
|
37023
|
-
created_at?: string | undefined;
|
|
37024
36822
|
} | {
|
|
37025
36823
|
message: string;
|
|
37026
36824
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -136,32 +136,6 @@ const openapi = {
|
|
|
136
136
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
137
137
|
type: 'object',
|
|
138
138
|
},
|
|
139
|
-
{
|
|
140
|
-
description: 'No free slots available on the device.',
|
|
141
|
-
properties: {
|
|
142
|
-
created_at: {
|
|
143
|
-
description: 'Date and time at which Seam created the error.',
|
|
144
|
-
format: 'date-time',
|
|
145
|
-
type: 'string',
|
|
146
|
-
},
|
|
147
|
-
error_code: {
|
|
148
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
149
|
-
enum: ['smartthings_no_free_slots_available'],
|
|
150
|
-
type: 'string',
|
|
151
|
-
},
|
|
152
|
-
is_access_code_error: {
|
|
153
|
-
description: 'Indicates that this is an access code error.',
|
|
154
|
-
enum: [true],
|
|
155
|
-
type: 'boolean',
|
|
156
|
-
},
|
|
157
|
-
message: {
|
|
158
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
159
|
-
type: 'string',
|
|
160
|
-
},
|
|
161
|
-
},
|
|
162
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
163
|
-
type: 'object',
|
|
164
|
-
},
|
|
165
139
|
{
|
|
166
140
|
description: 'Failed to set code on device.',
|
|
167
141
|
properties: {
|
|
@@ -406,32 +380,6 @@ const openapi = {
|
|
|
406
380
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
407
381
|
type: 'object',
|
|
408
382
|
},
|
|
409
|
-
{
|
|
410
|
-
description: 'Access code has not yet been fully moved to the device.',
|
|
411
|
-
properties: {
|
|
412
|
-
created_at: {
|
|
413
|
-
description: 'Date and time at which Seam created the error.',
|
|
414
|
-
format: 'date-time',
|
|
415
|
-
type: 'string',
|
|
416
|
-
},
|
|
417
|
-
error_code: {
|
|
418
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
419
|
-
enum: ['august_device_programming_delay'],
|
|
420
|
-
type: 'string',
|
|
421
|
-
},
|
|
422
|
-
is_access_code_error: {
|
|
423
|
-
description: 'Indicates that this is an access code error.',
|
|
424
|
-
enum: [true],
|
|
425
|
-
type: 'boolean',
|
|
426
|
-
},
|
|
427
|
-
message: {
|
|
428
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
429
|
-
type: 'string',
|
|
430
|
-
},
|
|
431
|
-
},
|
|
432
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
433
|
-
type: 'object',
|
|
434
|
-
},
|
|
435
383
|
{
|
|
436
384
|
description: 'August lock is missing a keypad.',
|
|
437
385
|
properties: {
|
|
@@ -1642,27 +1590,6 @@ const openapi = {
|
|
|
1642
1590
|
required: ['message', 'warning_code'],
|
|
1643
1591
|
type: 'object',
|
|
1644
1592
|
},
|
|
1645
|
-
{
|
|
1646
|
-
description: 'Access code has not yet been fully moved to the device.',
|
|
1647
|
-
properties: {
|
|
1648
|
-
created_at: {
|
|
1649
|
-
description: 'Date and time at which Seam created the warning.',
|
|
1650
|
-
format: 'date-time',
|
|
1651
|
-
type: 'string',
|
|
1652
|
-
},
|
|
1653
|
-
message: {
|
|
1654
|
-
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
1655
|
-
type: 'string',
|
|
1656
|
-
},
|
|
1657
|
-
warning_code: {
|
|
1658
|
-
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
1659
|
-
enum: ['august_device_programming_delay'],
|
|
1660
|
-
type: 'string',
|
|
1661
|
-
},
|
|
1662
|
-
},
|
|
1663
|
-
required: ['message', 'warning_code'],
|
|
1664
|
-
type: 'object',
|
|
1665
|
-
},
|
|
1666
1593
|
{
|
|
1667
1594
|
description: 'August lock is temporarily offline.',
|
|
1668
1595
|
properties: {
|
|
@@ -24625,32 +24552,6 @@ const openapi = {
|
|
|
24625
24552
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
24626
24553
|
type: 'object',
|
|
24627
24554
|
},
|
|
24628
|
-
{
|
|
24629
|
-
description: 'No free slots available on the device.',
|
|
24630
|
-
properties: {
|
|
24631
|
-
created_at: {
|
|
24632
|
-
description: 'Date and time at which Seam created the error.',
|
|
24633
|
-
format: 'date-time',
|
|
24634
|
-
type: 'string',
|
|
24635
|
-
},
|
|
24636
|
-
error_code: {
|
|
24637
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
24638
|
-
enum: ['smartthings_no_free_slots_available'],
|
|
24639
|
-
type: 'string',
|
|
24640
|
-
},
|
|
24641
|
-
is_access_code_error: {
|
|
24642
|
-
description: 'Indicates that this is an access code error.',
|
|
24643
|
-
enum: [true],
|
|
24644
|
-
type: 'boolean',
|
|
24645
|
-
},
|
|
24646
|
-
message: {
|
|
24647
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
24648
|
-
type: 'string',
|
|
24649
|
-
},
|
|
24650
|
-
},
|
|
24651
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
24652
|
-
type: 'object',
|
|
24653
|
-
},
|
|
24654
24555
|
{
|
|
24655
24556
|
description: 'Failed to set code on device.',
|
|
24656
24557
|
properties: {
|
|
@@ -24895,32 +24796,6 @@ const openapi = {
|
|
|
24895
24796
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
24896
24797
|
type: 'object',
|
|
24897
24798
|
},
|
|
24898
|
-
{
|
|
24899
|
-
description: 'Access code has not yet been fully moved to the device.',
|
|
24900
|
-
properties: {
|
|
24901
|
-
created_at: {
|
|
24902
|
-
description: 'Date and time at which Seam created the error.',
|
|
24903
|
-
format: 'date-time',
|
|
24904
|
-
type: 'string',
|
|
24905
|
-
},
|
|
24906
|
-
error_code: {
|
|
24907
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
24908
|
-
enum: ['august_device_programming_delay'],
|
|
24909
|
-
type: 'string',
|
|
24910
|
-
},
|
|
24911
|
-
is_access_code_error: {
|
|
24912
|
-
description: 'Indicates that this is an access code error.',
|
|
24913
|
-
enum: [true],
|
|
24914
|
-
type: 'boolean',
|
|
24915
|
-
},
|
|
24916
|
-
message: {
|
|
24917
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
24918
|
-
type: 'string',
|
|
24919
|
-
},
|
|
24920
|
-
},
|
|
24921
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
24922
|
-
type: 'object',
|
|
24923
|
-
},
|
|
24924
24799
|
{
|
|
24925
24800
|
description: 'August lock is missing a keypad.',
|
|
24926
24801
|
properties: {
|
|
@@ -25848,27 +25723,6 @@ const openapi = {
|
|
|
25848
25723
|
required: ['message', 'warning_code'],
|
|
25849
25724
|
type: 'object',
|
|
25850
25725
|
},
|
|
25851
|
-
{
|
|
25852
|
-
description: 'Access code has not yet been fully moved to the device.',
|
|
25853
|
-
properties: {
|
|
25854
|
-
created_at: {
|
|
25855
|
-
description: 'Date and time at which Seam created the warning.',
|
|
25856
|
-
format: 'date-time',
|
|
25857
|
-
type: 'string',
|
|
25858
|
-
},
|
|
25859
|
-
message: {
|
|
25860
|
-
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
25861
|
-
type: 'string',
|
|
25862
|
-
},
|
|
25863
|
-
warning_code: {
|
|
25864
|
-
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
25865
|
-
enum: ['august_device_programming_delay'],
|
|
25866
|
-
type: 'string',
|
|
25867
|
-
},
|
|
25868
|
-
},
|
|
25869
|
-
required: ['message', 'warning_code'],
|
|
25870
|
-
type: 'object',
|
|
25871
|
-
},
|
|
25872
25726
|
{
|
|
25873
25727
|
description: 'August lock is temporarily offline.',
|
|
25874
25728
|
properties: {
|