@seamapi/types 1.909.0 → 1.910.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 +143 -1152
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -2497
- package/dist/index.cjs +143 -1152
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +97 -1168
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -229
- 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 -391
- package/lib/seam/connect/openapi.js +69 -907
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -1474
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -276
- package/src/lib/seam/connect/openapi.ts +182 -1158
- package/src/lib/seam/connect/route-types.ts +0 -1650
package/dist/index.cjs
CHANGED
|
@@ -2364,26 +2364,6 @@ var provider_issue2 = common_access_code_error.extend({
|
|
|
2364
2364
|
}).describe(
|
|
2365
2365
|
"Indicates a provider-specific issue that prevents the access code from being set or managed. Check the error message for details."
|
|
2366
2366
|
);
|
|
2367
|
-
var smartthings_failed_to_set_access_code_error = common_access_code_error.extend({
|
|
2368
|
-
error_code: zod.z.literal("smartthings_failed_to_set_access_code").describe(error_code_description3)
|
|
2369
|
-
}).describe(
|
|
2370
|
-
`
|
|
2371
|
-
---
|
|
2372
|
-
deprecated: Handled by the generic \`failed_to_set_on_device\` system.
|
|
2373
|
-
---
|
|
2374
|
-
Failed to set code on SmartThings device.
|
|
2375
|
-
`
|
|
2376
|
-
);
|
|
2377
|
-
var smartthings_failed_to_set_after_multiple_retries = common_access_code_error.extend({
|
|
2378
|
-
error_code: zod.z.literal("smartthings_failed_to_set_after_multiple_retries").describe(error_code_description3)
|
|
2379
|
-
}).describe(
|
|
2380
|
-
`
|
|
2381
|
-
---
|
|
2382
|
-
deprecated: Handled by the generic \`failed_to_set_on_device\` system.
|
|
2383
|
-
---
|
|
2384
|
-
Failed to set code after multiple retries.
|
|
2385
|
-
`
|
|
2386
|
-
);
|
|
2387
2367
|
var modified_field = zod.z.object({
|
|
2388
2368
|
field: zod.z.string().describe(
|
|
2389
2369
|
"The name of the field that was changed (e.g. `code`, `starts_at`, `ends_at`)."
|
|
@@ -2428,61 +2408,11 @@ var access_code_state_unconfirmed = common_access_code_error.extend({
|
|
|
2428
2408
|
}).describe(
|
|
2429
2409
|
"Indicates that the provider cannot confirm whether the access code was set or removed on the device."
|
|
2430
2410
|
);
|
|
2431
|
-
var kwikset_unable_to_confirm_code = common_access_code_error.extend({
|
|
2432
|
-
error_code: zod.z.literal("kwikset_unable_to_confirm_code").describe(error_code_description3)
|
|
2433
|
-
}).describe(
|
|
2434
|
-
`
|
|
2435
|
-
---
|
|
2436
|
-
deprecated: Use \`access_code_state_unconfirmed\` instead.
|
|
2437
|
-
---
|
|
2438
|
-
Unable to confirm that the access code is set on Kwikset device.
|
|
2439
|
-
`
|
|
2440
|
-
);
|
|
2441
|
-
var kwikset_unable_to_confirm_deletion = common_access_code_error.extend({
|
|
2442
|
-
error_code: zod.z.literal("kwikset_unable_to_confirm_deletion").describe(error_code_description3)
|
|
2443
|
-
}).describe(
|
|
2444
|
-
`
|
|
2445
|
-
---
|
|
2446
|
-
deprecated: Use \`access_code_state_unconfirmed\` instead.
|
|
2447
|
-
---
|
|
2448
|
-
Unable to confirm the deletion of the access code on Kwikset device.
|
|
2449
|
-
`
|
|
2450
|
-
);
|
|
2451
2411
|
var insufficient_permissions2 = common_access_code_error.extend({
|
|
2452
2412
|
error_code: zod.z.literal("insufficient_permissions").describe(error_code_description3)
|
|
2453
2413
|
}).describe(
|
|
2454
2414
|
"Admin role required\u2014insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN."
|
|
2455
2415
|
);
|
|
2456
|
-
var august_lock_invalid_code_length = common_access_code_error.extend({
|
|
2457
|
-
error_code: zod.z.literal("august_lock_invalid_code_length").describe(error_code_description3)
|
|
2458
|
-
}).describe(
|
|
2459
|
-
`
|
|
2460
|
-
---
|
|
2461
|
-
deprecated: Use \`provider_issue\` instead.
|
|
2462
|
-
---
|
|
2463
|
-
Invalid code length for August lock.
|
|
2464
|
-
`
|
|
2465
|
-
);
|
|
2466
|
-
var august_lock_temporarily_offline_error = common_access_code_error.extend({
|
|
2467
|
-
error_code: zod.z.literal("august_lock_temporarily_offline").describe(error_code_description3)
|
|
2468
|
-
}).describe(
|
|
2469
|
-
`
|
|
2470
|
-
---
|
|
2471
|
-
deprecated: Use \`provider_issue\` instead.
|
|
2472
|
-
---
|
|
2473
|
-
August lock is temporarily offline.
|
|
2474
|
-
`
|
|
2475
|
-
);
|
|
2476
|
-
var august_lock_missing_keypad = common_access_code_error.extend({
|
|
2477
|
-
error_code: zod.z.literal("august_lock_missing_keypad").describe(error_code_description3)
|
|
2478
|
-
}).describe(
|
|
2479
|
-
`
|
|
2480
|
-
---
|
|
2481
|
-
deprecated: Use \`provider_issue\` instead.
|
|
2482
|
-
---
|
|
2483
|
-
August lock is missing a keypad.
|
|
2484
|
-
`
|
|
2485
|
-
);
|
|
2486
2416
|
var access_code_inactive_error = common_access_code_error.extend({
|
|
2487
2417
|
error_code: zod.z.literal("access_code_inactive").describe(error_code_description3)
|
|
2488
2418
|
}).describe(
|
|
@@ -2498,46 +2428,6 @@ var salto_ks_user_not_subscribed = common_access_code_error.extend({
|
|
|
2498
2428
|
Salto site user is not subscribed.
|
|
2499
2429
|
`
|
|
2500
2430
|
);
|
|
2501
|
-
var wyze_duplicate_code_name = common_access_code_error.extend({
|
|
2502
|
-
error_code: zod.z.literal("wyze_duplicate_code_name").describe(error_code_description3)
|
|
2503
|
-
}).describe(
|
|
2504
|
-
`
|
|
2505
|
-
---
|
|
2506
|
-
deprecated: Use \`duplicate_code_on_device\` instead.
|
|
2507
|
-
---
|
|
2508
|
-
Duplicate access code name detected.
|
|
2509
|
-
`
|
|
2510
|
-
);
|
|
2511
|
-
var wyze_potential_duplicate_code = common_access_code_error.extend({
|
|
2512
|
-
error_code: zod.z.literal("wyze_potential_duplicate_code").describe(error_code_description3)
|
|
2513
|
-
}).describe(
|
|
2514
|
-
`
|
|
2515
|
-
---
|
|
2516
|
-
deprecated: Use \`duplicate_code_on_device\` instead.
|
|
2517
|
-
---
|
|
2518
|
-
Potential duplicate access code detected.
|
|
2519
|
-
`
|
|
2520
|
-
);
|
|
2521
|
-
var dormakaba_oracode_invalid_time_range = common_access_code_error.extend({
|
|
2522
|
-
error_code: zod.z.literal("dormakaba_oracode_invalid_time_range").describe(error_code_description3)
|
|
2523
|
-
}).describe(
|
|
2524
|
-
`
|
|
2525
|
-
---
|
|
2526
|
-
deprecated: Use \`provider_issue\` instead.
|
|
2527
|
-
---
|
|
2528
|
-
No Dormakaba Oracode user levels configured for the requested time range.
|
|
2529
|
-
`
|
|
2530
|
-
);
|
|
2531
|
-
var keynest_unsupported_third_party_locker = common_access_code_error.extend({
|
|
2532
|
-
error_code: zod.z.literal("keynest_unsupported_third_party_locker").describe(error_code_description3)
|
|
2533
|
-
}).describe(
|
|
2534
|
-
`
|
|
2535
|
-
---
|
|
2536
|
-
deprecated: Use \`provider_issue\` instead.
|
|
2537
|
-
---
|
|
2538
|
-
KeyNest locker is not supported.
|
|
2539
|
-
`
|
|
2540
|
-
);
|
|
2541
2431
|
var replaced_by_newer_access_code = common_access_code_error.extend({
|
|
2542
2432
|
error_code: zod.z.literal("replaced_by_newer_access_code").describe(error_code_description3)
|
|
2543
2433
|
}).describe(
|
|
@@ -2545,54 +2435,32 @@ var replaced_by_newer_access_code = common_access_code_error.extend({
|
|
|
2545
2435
|
);
|
|
2546
2436
|
var access_code_error = zod.z.discriminatedUnion("error_code", [
|
|
2547
2437
|
provider_issue2,
|
|
2548
|
-
smartthings_failed_to_set_access_code_error,
|
|
2549
|
-
smartthings_failed_to_set_after_multiple_retries,
|
|
2550
2438
|
failed_to_set_on_device,
|
|
2551
2439
|
failed_to_remove_from_device,
|
|
2552
2440
|
duplicate_code_on_device,
|
|
2553
2441
|
duplicate_code_attempt_prevented,
|
|
2554
2442
|
no_space_for_access_code_on_device,
|
|
2555
2443
|
access_code_state_unconfirmed,
|
|
2556
|
-
kwikset_unable_to_confirm_code,
|
|
2557
|
-
kwikset_unable_to_confirm_deletion,
|
|
2558
2444
|
code_modified_external_to_seam_error,
|
|
2559
|
-
august_lock_invalid_code_length,
|
|
2560
|
-
august_lock_missing_keypad,
|
|
2561
|
-
august_lock_temporarily_offline_error,
|
|
2562
2445
|
access_code_inactive_error,
|
|
2563
2446
|
salto_ks_user_not_subscribed,
|
|
2564
|
-
wyze_duplicate_code_name,
|
|
2565
|
-
wyze_potential_duplicate_code,
|
|
2566
|
-
dormakaba_oracode_invalid_time_range,
|
|
2567
2447
|
insufficient_permissions2,
|
|
2568
|
-
keynest_unsupported_third_party_locker,
|
|
2569
2448
|
replaced_by_newer_access_code
|
|
2570
2449
|
]).describe(
|
|
2571
2450
|
"Errors associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes)."
|
|
2572
2451
|
);
|
|
2573
2452
|
zod.z.object({
|
|
2574
2453
|
provider_issue: provider_issue2.optional().nullable(),
|
|
2575
|
-
smartthings_failed_to_set_access_code: smartthings_failed_to_set_access_code_error.optional().nullable(),
|
|
2576
|
-
smartthings_failed_to_set_after_multiple_retries: smartthings_failed_to_set_after_multiple_retries.optional().nullable(),
|
|
2577
2454
|
failed_to_set_on_device: failed_to_set_on_device.optional().nullable(),
|
|
2578
2455
|
failed_to_remove_from_device: failed_to_remove_from_device.optional().nullable(),
|
|
2579
2456
|
no_space_for_access_code_on_device: no_space_for_access_code_on_device.optional().nullable(),
|
|
2580
2457
|
duplicate_code_on_device: duplicate_code_on_device.optional().nullable(),
|
|
2581
2458
|
duplicate_code_attempt_prevented: duplicate_code_attempt_prevented.optional().nullable(),
|
|
2582
2459
|
access_code_state_unconfirmed: access_code_state_unconfirmed.optional().nullable(),
|
|
2583
|
-
kwikset_unable_to_confirm_code: kwikset_unable_to_confirm_code.optional().nullable(),
|
|
2584
|
-
kwikset_unable_to_confirm_deletion: kwikset_unable_to_confirm_deletion.optional().nullable(),
|
|
2585
2460
|
insufficient_permissions: insufficient_permissions2.optional().nullable(),
|
|
2586
2461
|
code_modified_external_to_seam_error: code_modified_external_to_seam_error.optional().nullable(),
|
|
2587
|
-
august_lock_invalid_code_length: august_lock_invalid_code_length.optional().nullable(),
|
|
2588
|
-
august_lock_temporarily_offline: august_lock_temporarily_offline_error.optional().nullable(),
|
|
2589
|
-
august_lock_missing_keypad: august_lock_missing_keypad.optional().nullable(),
|
|
2590
2462
|
access_code_inactive: access_code_inactive_error.optional().nullable(),
|
|
2591
2463
|
salto_ks_user_not_subscribed: salto_ks_user_not_subscribed.optional().nullable(),
|
|
2592
|
-
wyze_duplicate_code_name: wyze_duplicate_code_name.optional().nullable(),
|
|
2593
|
-
wyze_potential_duplicate_code: wyze_potential_duplicate_code.optional().nullable(),
|
|
2594
|
-
dormakaba_oracode_invalid_time_range: dormakaba_oracode_invalid_time_range.optional().nullable(),
|
|
2595
|
-
keynest_unsupported_third_party_locker: keynest_unsupported_third_party_locker.optional().nullable(),
|
|
2596
2464
|
replaced_by_newer_access_code: replaced_by_newer_access_code.optional().nullable()
|
|
2597
2465
|
});
|
|
2598
2466
|
var common_access_code_warning = zod.z.object({
|
|
@@ -2602,12 +2470,6 @@ var common_access_code_warning = zod.z.object({
|
|
|
2602
2470
|
created_at: zod.z.string().datetime().optional().describe("Date and time at which Seam created the warning.")
|
|
2603
2471
|
});
|
|
2604
2472
|
var warning_code_description3 = "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.";
|
|
2605
|
-
var smartthings_failed_to_set_access_code_warning = common_access_code_warning.extend({
|
|
2606
|
-
warning_code: zod.z.literal("smartthings_failed_to_set_access_code").describe(warning_code_description3)
|
|
2607
|
-
}).describe("Failed to set code on SmartThings device.");
|
|
2608
|
-
var august_lock_temporarily_offline_warning = common_access_code_warning.extend({
|
|
2609
|
-
warning_code: zod.z.literal("august_lock_temporarily_offline").describe(error_code_description3)
|
|
2610
|
-
}).describe("August lock is temporarily offline.");
|
|
2611
2473
|
var code_modified_external_to_seam_warning = common_access_code_warning.extend({
|
|
2612
2474
|
warning_code: zod.z.literal("code_modified_external_to_seam").describe(warning_code_description3),
|
|
2613
2475
|
change_type: zod.z.enum(["modified", "removed"]).optional().describe(
|
|
@@ -2634,16 +2496,6 @@ var provider_issue_warning = common_access_code_warning.extend({
|
|
|
2634
2496
|
}).describe(
|
|
2635
2497
|
"Indicates a provider-specific issue that may affect the access code. Check the warning message for details."
|
|
2636
2498
|
);
|
|
2637
|
-
var schlage_creation_outage = common_access_code_warning.extend({
|
|
2638
|
-
warning_code: zod.z.literal("schlage_creation_outage").describe(warning_code_description3)
|
|
2639
|
-
}).describe(
|
|
2640
|
-
`
|
|
2641
|
-
---
|
|
2642
|
-
deprecated: Use \`provider_issue\` instead.
|
|
2643
|
-
---
|
|
2644
|
-
Received an error when attempting to create this code.
|
|
2645
|
-
`
|
|
2646
|
-
);
|
|
2647
2499
|
var schlage_access_code_ambiguous_timezone_dst_risk = common_access_code_warning.extend({
|
|
2648
2500
|
warning_code: zod.z.literal("schlage_access_code_ambiguous_timezone_dst_risk").describe(warning_code_description3)
|
|
2649
2501
|
}).describe(
|
|
@@ -2666,24 +2518,11 @@ var igloo_algopin_must_be_used_within_24_hours = common_access_code_warning.exte
|
|
|
2666
2518
|
var management_transferred = common_access_code_warning.extend({
|
|
2667
2519
|
warning_code: zod.z.literal("management_transferred").describe(warning_code_description3)
|
|
2668
2520
|
}).describe("Management was transferred to another workspace.");
|
|
2669
|
-
var kwikset_unable_to_confirm_code_warning = common_access_code_warning.extend({
|
|
2670
|
-
warning_code: zod.z.literal("kwikset_unable_to_confirm_code").describe(warning_code_description3)
|
|
2671
|
-
}).describe("Unable to confirm that the access code is set on Kwikset device.");
|
|
2672
2521
|
var access_code_inactive = common_access_code_warning.extend({
|
|
2673
2522
|
warning_code: zod.z.literal("access_code_inactive").describe(warning_code_description3)
|
|
2674
2523
|
}).describe(
|
|
2675
2524
|
"Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled."
|
|
2676
2525
|
);
|
|
2677
|
-
var ultraloq_access_code_disabled = common_access_code_warning.extend({
|
|
2678
|
-
warning_code: zod.z.literal("ultraloq_access_code_disabled").describe(warning_code_description3)
|
|
2679
|
-
}).describe(
|
|
2680
|
-
`
|
|
2681
|
-
---
|
|
2682
|
-
deprecated: Use \`access_code_inactive\` instead.
|
|
2683
|
-
---
|
|
2684
|
-
Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.
|
|
2685
|
-
`
|
|
2686
|
-
);
|
|
2687
2526
|
var using_backup_access_code = common_access_code_warning.extend({
|
|
2688
2527
|
warning_code: zod.z.literal("using_backup_access_code").describe(warning_code_description3)
|
|
2689
2528
|
}).describe(
|
|
@@ -2694,20 +2533,15 @@ var being_deleted2 = common_access_code_warning.extend({
|
|
|
2694
2533
|
}).describe("Access code is being deleted.");
|
|
2695
2534
|
var access_code_warning = zod.z.discriminatedUnion("warning_code", [
|
|
2696
2535
|
provider_issue_warning,
|
|
2697
|
-
smartthings_failed_to_set_access_code_warning,
|
|
2698
2536
|
schlage_detected_duplicate,
|
|
2699
|
-
schlage_creation_outage,
|
|
2700
2537
|
schlage_access_code_ambiguous_timezone_dst_risk,
|
|
2701
2538
|
code_modified_external_to_seam_warning,
|
|
2702
2539
|
delay_in_setting_on_device,
|
|
2703
2540
|
delay_in_removing_from_device,
|
|
2704
2541
|
third_party_integration_detected2,
|
|
2705
|
-
august_lock_temporarily_offline_warning,
|
|
2706
2542
|
igloo_algopin_must_be_used_within_24_hours,
|
|
2707
2543
|
management_transferred,
|
|
2708
|
-
kwikset_unable_to_confirm_code_warning,
|
|
2709
2544
|
access_code_inactive,
|
|
2710
|
-
ultraloq_access_code_disabled,
|
|
2711
2545
|
using_backup_access_code,
|
|
2712
2546
|
being_deleted2
|
|
2713
2547
|
]).describe(
|
|
@@ -2715,20 +2549,15 @@ var access_code_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
2715
2549
|
);
|
|
2716
2550
|
zod.z.object({
|
|
2717
2551
|
provider_issue: provider_issue_warning.optional().nullable(),
|
|
2718
|
-
smartthings_failed_to_set_access_code: smartthings_failed_to_set_access_code_warning.optional().nullable(),
|
|
2719
2552
|
schlage_detected_duplicate: schlage_detected_duplicate.optional().nullable(),
|
|
2720
|
-
schlage_creation_outage: schlage_creation_outage.optional().nullable(),
|
|
2721
2553
|
schlage_access_code_ambiguous_timezone_dst_risk: schlage_access_code_ambiguous_timezone_dst_risk.optional().nullable(),
|
|
2722
2554
|
code_modified_external_to_seam_warning: code_modified_external_to_seam_warning.optional().nullable(),
|
|
2723
2555
|
delay_in_setting_on_device: delay_in_setting_on_device.optional().nullable(),
|
|
2724
2556
|
delay_in_removing_from_device: delay_in_removing_from_device.optional().nullable(),
|
|
2725
2557
|
third_party_integration_detected: third_party_integration_detected2.optional().nullable(),
|
|
2726
|
-
august_lock_temporarily_offline: august_lock_temporarily_offline_warning.optional().nullable(),
|
|
2727
2558
|
igloo_algopin_must_be_used_within_24_hours: igloo_algopin_must_be_used_within_24_hours.optional().nullable(),
|
|
2728
2559
|
management_transferred: management_transferred.optional().nullable(),
|
|
2729
|
-
kwikset_unable_to_confirm_code_warning: kwikset_unable_to_confirm_code_warning.optional().nullable(),
|
|
2730
2560
|
access_code_inactive: access_code_inactive.optional().nullable(),
|
|
2731
|
-
ultraloq_access_code_disabled: ultraloq_access_code_disabled.optional().nullable(),
|
|
2732
2561
|
using_backup_access_code: using_backup_access_code.optional().nullable(),
|
|
2733
2562
|
being_deleted: being_deleted2.optional().nullable()
|
|
2734
2563
|
});
|
|
@@ -7479,64 +7308,6 @@ var openapi = {
|
|
|
7479
7308
|
required: ["message", "is_access_code_error", "error_code"],
|
|
7480
7309
|
type: "object"
|
|
7481
7310
|
},
|
|
7482
|
-
{
|
|
7483
|
-
deprecated: true,
|
|
7484
|
-
description: "Failed to set code on SmartThings device.",
|
|
7485
|
-
properties: {
|
|
7486
|
-
created_at: {
|
|
7487
|
-
description: "Date and time at which Seam created the error.",
|
|
7488
|
-
format: "date-time",
|
|
7489
|
-
type: "string"
|
|
7490
|
-
},
|
|
7491
|
-
error_code: {
|
|
7492
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7493
|
-
enum: ["smartthings_failed_to_set_access_code"],
|
|
7494
|
-
type: "string"
|
|
7495
|
-
},
|
|
7496
|
-
is_access_code_error: {
|
|
7497
|
-
description: "Indicates that this is an access code error.",
|
|
7498
|
-
enum: [true],
|
|
7499
|
-
type: "boolean"
|
|
7500
|
-
},
|
|
7501
|
-
message: {
|
|
7502
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
7503
|
-
type: "string"
|
|
7504
|
-
}
|
|
7505
|
-
},
|
|
7506
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
7507
|
-
type: "object",
|
|
7508
|
-
"x-deprecated": "Handled by the generic `failed_to_set_on_device` system."
|
|
7509
|
-
},
|
|
7510
|
-
{
|
|
7511
|
-
deprecated: true,
|
|
7512
|
-
description: "Failed to set code after multiple retries.",
|
|
7513
|
-
properties: {
|
|
7514
|
-
created_at: {
|
|
7515
|
-
description: "Date and time at which Seam created the error.",
|
|
7516
|
-
format: "date-time",
|
|
7517
|
-
type: "string"
|
|
7518
|
-
},
|
|
7519
|
-
error_code: {
|
|
7520
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7521
|
-
enum: [
|
|
7522
|
-
"smartthings_failed_to_set_after_multiple_retries"
|
|
7523
|
-
],
|
|
7524
|
-
type: "string"
|
|
7525
|
-
},
|
|
7526
|
-
is_access_code_error: {
|
|
7527
|
-
description: "Indicates that this is an access code error.",
|
|
7528
|
-
enum: [true],
|
|
7529
|
-
type: "boolean"
|
|
7530
|
-
},
|
|
7531
|
-
message: {
|
|
7532
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
7533
|
-
type: "string"
|
|
7534
|
-
}
|
|
7535
|
-
},
|
|
7536
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
7537
|
-
type: "object",
|
|
7538
|
-
"x-deprecated": "Handled by the generic `failed_to_set_on_device` system."
|
|
7539
|
-
},
|
|
7540
7311
|
{
|
|
7541
7312
|
description: "Failed to set code on device.",
|
|
7542
7313
|
properties: {
|
|
@@ -7703,62 +7474,6 @@ var openapi = {
|
|
|
7703
7474
|
required: ["message", "is_access_code_error", "error_code"],
|
|
7704
7475
|
type: "object"
|
|
7705
7476
|
},
|
|
7706
|
-
{
|
|
7707
|
-
deprecated: true,
|
|
7708
|
-
description: "Unable to confirm that the access code is set on Kwikset device.",
|
|
7709
|
-
properties: {
|
|
7710
|
-
created_at: {
|
|
7711
|
-
description: "Date and time at which Seam created the error.",
|
|
7712
|
-
format: "date-time",
|
|
7713
|
-
type: "string"
|
|
7714
|
-
},
|
|
7715
|
-
error_code: {
|
|
7716
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7717
|
-
enum: ["kwikset_unable_to_confirm_code"],
|
|
7718
|
-
type: "string"
|
|
7719
|
-
},
|
|
7720
|
-
is_access_code_error: {
|
|
7721
|
-
description: "Indicates that this is an access code error.",
|
|
7722
|
-
enum: [true],
|
|
7723
|
-
type: "boolean"
|
|
7724
|
-
},
|
|
7725
|
-
message: {
|
|
7726
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
7727
|
-
type: "string"
|
|
7728
|
-
}
|
|
7729
|
-
},
|
|
7730
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
7731
|
-
type: "object",
|
|
7732
|
-
"x-deprecated": "Use `access_code_state_unconfirmed` instead."
|
|
7733
|
-
},
|
|
7734
|
-
{
|
|
7735
|
-
deprecated: true,
|
|
7736
|
-
description: "Unable to confirm the deletion of the access code on Kwikset device.",
|
|
7737
|
-
properties: {
|
|
7738
|
-
created_at: {
|
|
7739
|
-
description: "Date and time at which Seam created the error.",
|
|
7740
|
-
format: "date-time",
|
|
7741
|
-
type: "string"
|
|
7742
|
-
},
|
|
7743
|
-
error_code: {
|
|
7744
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7745
|
-
enum: ["kwikset_unable_to_confirm_deletion"],
|
|
7746
|
-
type: "string"
|
|
7747
|
-
},
|
|
7748
|
-
is_access_code_error: {
|
|
7749
|
-
description: "Indicates that this is an access code error.",
|
|
7750
|
-
enum: [true],
|
|
7751
|
-
type: "boolean"
|
|
7752
|
-
},
|
|
7753
|
-
message: {
|
|
7754
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
7755
|
-
type: "string"
|
|
7756
|
-
}
|
|
7757
|
-
},
|
|
7758
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
7759
|
-
type: "object",
|
|
7760
|
-
"x-deprecated": "Use `access_code_state_unconfirmed` instead."
|
|
7761
|
-
},
|
|
7762
7477
|
{
|
|
7763
7478
|
description: "Code was modified or removed externally after Seam successfully set it on the device.",
|
|
7764
7479
|
properties: {
|
|
@@ -7815,8 +7530,7 @@ var openapi = {
|
|
|
7815
7530
|
type: "object"
|
|
7816
7531
|
},
|
|
7817
7532
|
{
|
|
7818
|
-
|
|
7819
|
-
description: "Invalid code length for August lock.",
|
|
7533
|
+
description: "Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.",
|
|
7820
7534
|
properties: {
|
|
7821
7535
|
created_at: {
|
|
7822
7536
|
description: "Date and time at which Seam created the error.",
|
|
@@ -7825,7 +7539,7 @@ var openapi = {
|
|
|
7825
7539
|
},
|
|
7826
7540
|
error_code: {
|
|
7827
7541
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7828
|
-
enum: ["
|
|
7542
|
+
enum: ["access_code_inactive"],
|
|
7829
7543
|
type: "string"
|
|
7830
7544
|
},
|
|
7831
7545
|
is_access_code_error: {
|
|
@@ -7839,12 +7553,11 @@ var openapi = {
|
|
|
7839
7553
|
}
|
|
7840
7554
|
},
|
|
7841
7555
|
required: ["message", "is_access_code_error", "error_code"],
|
|
7842
|
-
type: "object"
|
|
7843
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
7556
|
+
type: "object"
|
|
7844
7557
|
},
|
|
7845
7558
|
{
|
|
7846
7559
|
deprecated: true,
|
|
7847
|
-
description: "
|
|
7560
|
+
description: "Salto site user is not subscribed.",
|
|
7848
7561
|
properties: {
|
|
7849
7562
|
created_at: {
|
|
7850
7563
|
description: "Date and time at which Seam created the error.",
|
|
@@ -7853,7 +7566,7 @@ var openapi = {
|
|
|
7853
7566
|
},
|
|
7854
7567
|
error_code: {
|
|
7855
7568
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7856
|
-
enum: ["
|
|
7569
|
+
enum: ["salto_ks_user_not_subscribed"],
|
|
7857
7570
|
type: "string"
|
|
7858
7571
|
},
|
|
7859
7572
|
is_access_code_error: {
|
|
@@ -7868,11 +7581,10 @@ var openapi = {
|
|
|
7868
7581
|
},
|
|
7869
7582
|
required: ["message", "is_access_code_error", "error_code"],
|
|
7870
7583
|
type: "object",
|
|
7871
|
-
"x-deprecated": "Use `
|
|
7584
|
+
"x-deprecated": "Use `access_code_inactive` instead."
|
|
7872
7585
|
},
|
|
7873
7586
|
{
|
|
7874
|
-
|
|
7875
|
-
description: "August lock is temporarily offline.",
|
|
7587
|
+
description: "Admin role required\u2014insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN.",
|
|
7876
7588
|
properties: {
|
|
7877
7589
|
created_at: {
|
|
7878
7590
|
description: "Date and time at which Seam created the error.",
|
|
@@ -7881,7 +7593,7 @@ var openapi = {
|
|
|
7881
7593
|
},
|
|
7882
7594
|
error_code: {
|
|
7883
7595
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7884
|
-
enum: ["
|
|
7596
|
+
enum: ["insufficient_permissions"],
|
|
7885
7597
|
type: "string"
|
|
7886
7598
|
},
|
|
7887
7599
|
is_access_code_error: {
|
|
@@ -7895,11 +7607,10 @@ var openapi = {
|
|
|
7895
7607
|
}
|
|
7896
7608
|
},
|
|
7897
7609
|
required: ["message", "is_access_code_error", "error_code"],
|
|
7898
|
-
type: "object"
|
|
7899
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
7610
|
+
type: "object"
|
|
7900
7611
|
},
|
|
7901
7612
|
{
|
|
7902
|
-
description: "
|
|
7613
|
+
description: "This access code was overridden on the device by a newer access code programmed to the same slot.",
|
|
7903
7614
|
properties: {
|
|
7904
7615
|
created_at: {
|
|
7905
7616
|
description: "Date and time at which Seam created the error.",
|
|
@@ -7908,7 +7619,7 @@ var openapi = {
|
|
|
7908
7619
|
},
|
|
7909
7620
|
error_code: {
|
|
7910
7621
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7911
|
-
enum: ["
|
|
7622
|
+
enum: ["replaced_by_newer_access_code"],
|
|
7912
7623
|
type: "string"
|
|
7913
7624
|
},
|
|
7914
7625
|
is_access_code_error: {
|
|
@@ -7925,8 +7636,7 @@ var openapi = {
|
|
|
7925
7636
|
type: "object"
|
|
7926
7637
|
},
|
|
7927
7638
|
{
|
|
7928
|
-
|
|
7929
|
-
description: "Salto site user is not subscribed.",
|
|
7639
|
+
description: "Indicates that the account is disconnected.",
|
|
7930
7640
|
properties: {
|
|
7931
7641
|
created_at: {
|
|
7932
7642
|
description: "Date and time at which Seam created the error.",
|
|
@@ -7935,26 +7645,35 @@ var openapi = {
|
|
|
7935
7645
|
},
|
|
7936
7646
|
error_code: {
|
|
7937
7647
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7938
|
-
enum: ["
|
|
7648
|
+
enum: ["account_disconnected"],
|
|
7939
7649
|
type: "string"
|
|
7940
7650
|
},
|
|
7941
|
-
|
|
7942
|
-
description: "Indicates that
|
|
7651
|
+
is_connected_account_error: {
|
|
7652
|
+
description: "Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.",
|
|
7943
7653
|
enum: [true],
|
|
7944
7654
|
type: "boolean"
|
|
7945
7655
|
},
|
|
7656
|
+
is_device_error: {
|
|
7657
|
+
description: "Indicates that the error is not a device error.",
|
|
7658
|
+
enum: [false],
|
|
7659
|
+
type: "boolean"
|
|
7660
|
+
},
|
|
7946
7661
|
message: {
|
|
7947
7662
|
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
7948
7663
|
type: "string"
|
|
7949
7664
|
}
|
|
7950
7665
|
},
|
|
7951
|
-
required: [
|
|
7952
|
-
|
|
7953
|
-
|
|
7666
|
+
required: [
|
|
7667
|
+
"message",
|
|
7668
|
+
"is_device_error",
|
|
7669
|
+
"created_at",
|
|
7670
|
+
"error_code",
|
|
7671
|
+
"is_connected_account_error"
|
|
7672
|
+
],
|
|
7673
|
+
type: "object"
|
|
7954
7674
|
},
|
|
7955
7675
|
{
|
|
7956
|
-
|
|
7957
|
-
description: "Duplicate access code name detected.",
|
|
7676
|
+
description: "Indicates that the Salto site user limit has been reached.",
|
|
7958
7677
|
properties: {
|
|
7959
7678
|
created_at: {
|
|
7960
7679
|
description: "Date and time at which Seam created the error.",
|
|
@@ -7963,26 +7682,37 @@ var openapi = {
|
|
|
7963
7682
|
},
|
|
7964
7683
|
error_code: {
|
|
7965
7684
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7966
|
-
enum: ["
|
|
7685
|
+
enum: ["salto_ks_subscription_limit_exceeded"],
|
|
7967
7686
|
type: "string"
|
|
7968
7687
|
},
|
|
7969
|
-
|
|
7970
|
-
description: "Indicates that
|
|
7688
|
+
is_connected_account_error: {
|
|
7689
|
+
description: "Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.",
|
|
7971
7690
|
enum: [true],
|
|
7972
7691
|
type: "boolean"
|
|
7973
7692
|
},
|
|
7693
|
+
is_device_error: {
|
|
7694
|
+
description: "Indicates that the error is not a device error.",
|
|
7695
|
+
enum: [false],
|
|
7696
|
+
type: "boolean"
|
|
7697
|
+
},
|
|
7974
7698
|
message: {
|
|
7975
7699
|
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
7976
7700
|
type: "string"
|
|
7977
7701
|
}
|
|
7978
7702
|
},
|
|
7979
|
-
required: [
|
|
7703
|
+
required: [
|
|
7704
|
+
"message",
|
|
7705
|
+
"is_device_error",
|
|
7706
|
+
"created_at",
|
|
7707
|
+
"error_code",
|
|
7708
|
+
"is_connected_account_error"
|
|
7709
|
+
],
|
|
7980
7710
|
type: "object",
|
|
7981
|
-
"x-
|
|
7711
|
+
"x-variant-group-key": "locks"
|
|
7982
7712
|
},
|
|
7983
7713
|
{
|
|
7984
7714
|
deprecated: true,
|
|
7985
|
-
description: "
|
|
7715
|
+
description: "Indicates that the device is offline.",
|
|
7986
7716
|
properties: {
|
|
7987
7717
|
created_at: {
|
|
7988
7718
|
description: "Date and time at which Seam created the error.",
|
|
@@ -7991,222 +7721,11 @@ var openapi = {
|
|
|
7991
7721
|
},
|
|
7992
7722
|
error_code: {
|
|
7993
7723
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7994
|
-
enum: ["
|
|
7724
|
+
enum: ["device_offline"],
|
|
7995
7725
|
type: "string"
|
|
7996
7726
|
},
|
|
7997
|
-
|
|
7998
|
-
description: "Indicates that
|
|
7999
|
-
enum: [true],
|
|
8000
|
-
type: "boolean"
|
|
8001
|
-
},
|
|
8002
|
-
message: {
|
|
8003
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
8004
|
-
type: "string"
|
|
8005
|
-
}
|
|
8006
|
-
},
|
|
8007
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
8008
|
-
type: "object",
|
|
8009
|
-
"x-deprecated": "Use `duplicate_code_on_device` instead."
|
|
8010
|
-
},
|
|
8011
|
-
{
|
|
8012
|
-
deprecated: true,
|
|
8013
|
-
description: "No Dormakaba Oracode user levels configured for the requested time range.",
|
|
8014
|
-
properties: {
|
|
8015
|
-
created_at: {
|
|
8016
|
-
description: "Date and time at which Seam created the error.",
|
|
8017
|
-
format: "date-time",
|
|
8018
|
-
type: "string"
|
|
8019
|
-
},
|
|
8020
|
-
error_code: {
|
|
8021
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
8022
|
-
enum: ["dormakaba_oracode_invalid_time_range"],
|
|
8023
|
-
type: "string"
|
|
8024
|
-
},
|
|
8025
|
-
is_access_code_error: {
|
|
8026
|
-
description: "Indicates that this is an access code error.",
|
|
8027
|
-
enum: [true],
|
|
8028
|
-
type: "boolean"
|
|
8029
|
-
},
|
|
8030
|
-
message: {
|
|
8031
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
8032
|
-
type: "string"
|
|
8033
|
-
}
|
|
8034
|
-
},
|
|
8035
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
8036
|
-
type: "object",
|
|
8037
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
8038
|
-
},
|
|
8039
|
-
{
|
|
8040
|
-
description: "Admin role required\u2014insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN.",
|
|
8041
|
-
properties: {
|
|
8042
|
-
created_at: {
|
|
8043
|
-
description: "Date and time at which Seam created the error.",
|
|
8044
|
-
format: "date-time",
|
|
8045
|
-
type: "string"
|
|
8046
|
-
},
|
|
8047
|
-
error_code: {
|
|
8048
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
8049
|
-
enum: ["insufficient_permissions"],
|
|
8050
|
-
type: "string"
|
|
8051
|
-
},
|
|
8052
|
-
is_access_code_error: {
|
|
8053
|
-
description: "Indicates that this is an access code error.",
|
|
8054
|
-
enum: [true],
|
|
8055
|
-
type: "boolean"
|
|
8056
|
-
},
|
|
8057
|
-
message: {
|
|
8058
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
8059
|
-
type: "string"
|
|
8060
|
-
}
|
|
8061
|
-
},
|
|
8062
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
8063
|
-
type: "object"
|
|
8064
|
-
},
|
|
8065
|
-
{
|
|
8066
|
-
deprecated: true,
|
|
8067
|
-
description: "KeyNest locker is not supported.",
|
|
8068
|
-
properties: {
|
|
8069
|
-
created_at: {
|
|
8070
|
-
description: "Date and time at which Seam created the error.",
|
|
8071
|
-
format: "date-time",
|
|
8072
|
-
type: "string"
|
|
8073
|
-
},
|
|
8074
|
-
error_code: {
|
|
8075
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
8076
|
-
enum: ["keynest_unsupported_third_party_locker"],
|
|
8077
|
-
type: "string"
|
|
8078
|
-
},
|
|
8079
|
-
is_access_code_error: {
|
|
8080
|
-
description: "Indicates that this is an access code error.",
|
|
8081
|
-
enum: [true],
|
|
8082
|
-
type: "boolean"
|
|
8083
|
-
},
|
|
8084
|
-
message: {
|
|
8085
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
8086
|
-
type: "string"
|
|
8087
|
-
}
|
|
8088
|
-
},
|
|
8089
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
8090
|
-
type: "object",
|
|
8091
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
8092
|
-
},
|
|
8093
|
-
{
|
|
8094
|
-
description: "This access code was overridden on the device by a newer access code programmed to the same slot.",
|
|
8095
|
-
properties: {
|
|
8096
|
-
created_at: {
|
|
8097
|
-
description: "Date and time at which Seam created the error.",
|
|
8098
|
-
format: "date-time",
|
|
8099
|
-
type: "string"
|
|
8100
|
-
},
|
|
8101
|
-
error_code: {
|
|
8102
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
8103
|
-
enum: ["replaced_by_newer_access_code"],
|
|
8104
|
-
type: "string"
|
|
8105
|
-
},
|
|
8106
|
-
is_access_code_error: {
|
|
8107
|
-
description: "Indicates that this is an access code error.",
|
|
8108
|
-
enum: [true],
|
|
8109
|
-
type: "boolean"
|
|
8110
|
-
},
|
|
8111
|
-
message: {
|
|
8112
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
8113
|
-
type: "string"
|
|
8114
|
-
}
|
|
8115
|
-
},
|
|
8116
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
8117
|
-
type: "object"
|
|
8118
|
-
},
|
|
8119
|
-
{
|
|
8120
|
-
description: "Indicates that the account is disconnected.",
|
|
8121
|
-
properties: {
|
|
8122
|
-
created_at: {
|
|
8123
|
-
description: "Date and time at which Seam created the error.",
|
|
8124
|
-
format: "date-time",
|
|
8125
|
-
type: "string"
|
|
8126
|
-
},
|
|
8127
|
-
error_code: {
|
|
8128
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
8129
|
-
enum: ["account_disconnected"],
|
|
8130
|
-
type: "string"
|
|
8131
|
-
},
|
|
8132
|
-
is_connected_account_error: {
|
|
8133
|
-
description: "Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.",
|
|
8134
|
-
enum: [true],
|
|
8135
|
-
type: "boolean"
|
|
8136
|
-
},
|
|
8137
|
-
is_device_error: {
|
|
8138
|
-
description: "Indicates that the error is not a device error.",
|
|
8139
|
-
enum: [false],
|
|
8140
|
-
type: "boolean"
|
|
8141
|
-
},
|
|
8142
|
-
message: {
|
|
8143
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
8144
|
-
type: "string"
|
|
8145
|
-
}
|
|
8146
|
-
},
|
|
8147
|
-
required: [
|
|
8148
|
-
"message",
|
|
8149
|
-
"is_device_error",
|
|
8150
|
-
"created_at",
|
|
8151
|
-
"error_code",
|
|
8152
|
-
"is_connected_account_error"
|
|
8153
|
-
],
|
|
8154
|
-
type: "object"
|
|
8155
|
-
},
|
|
8156
|
-
{
|
|
8157
|
-
description: "Indicates that the Salto site user limit has been reached.",
|
|
8158
|
-
properties: {
|
|
8159
|
-
created_at: {
|
|
8160
|
-
description: "Date and time at which Seam created the error.",
|
|
8161
|
-
format: "date-time",
|
|
8162
|
-
type: "string"
|
|
8163
|
-
},
|
|
8164
|
-
error_code: {
|
|
8165
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
8166
|
-
enum: ["salto_ks_subscription_limit_exceeded"],
|
|
8167
|
-
type: "string"
|
|
8168
|
-
},
|
|
8169
|
-
is_connected_account_error: {
|
|
8170
|
-
description: "Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.",
|
|
8171
|
-
enum: [true],
|
|
8172
|
-
type: "boolean"
|
|
8173
|
-
},
|
|
8174
|
-
is_device_error: {
|
|
8175
|
-
description: "Indicates that the error is not a device error.",
|
|
8176
|
-
enum: [false],
|
|
8177
|
-
type: "boolean"
|
|
8178
|
-
},
|
|
8179
|
-
message: {
|
|
8180
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
8181
|
-
type: "string"
|
|
8182
|
-
}
|
|
8183
|
-
},
|
|
8184
|
-
required: [
|
|
8185
|
-
"message",
|
|
8186
|
-
"is_device_error",
|
|
8187
|
-
"created_at",
|
|
8188
|
-
"error_code",
|
|
8189
|
-
"is_connected_account_error"
|
|
8190
|
-
],
|
|
8191
|
-
type: "object",
|
|
8192
|
-
"x-variant-group-key": "locks"
|
|
8193
|
-
},
|
|
8194
|
-
{
|
|
8195
|
-
deprecated: true,
|
|
8196
|
-
description: "Indicates that the device is offline.",
|
|
8197
|
-
properties: {
|
|
8198
|
-
created_at: {
|
|
8199
|
-
description: "Date and time at which Seam created the error.",
|
|
8200
|
-
format: "date-time",
|
|
8201
|
-
type: "string"
|
|
8202
|
-
},
|
|
8203
|
-
error_code: {
|
|
8204
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
8205
|
-
enum: ["device_offline"],
|
|
8206
|
-
type: "string"
|
|
8207
|
-
},
|
|
8208
|
-
is_device_error: {
|
|
8209
|
-
description: "Indicates that the error is a device error.",
|
|
7727
|
+
is_device_error: {
|
|
7728
|
+
description: "Indicates that the error is a device error.",
|
|
8210
7729
|
enum: [true],
|
|
8211
7730
|
type: "boolean"
|
|
8212
7731
|
},
|
|
@@ -8982,27 +8501,6 @@ var openapi = {
|
|
|
8982
8501
|
required: ["message", "warning_code"],
|
|
8983
8502
|
type: "object"
|
|
8984
8503
|
},
|
|
8985
|
-
{
|
|
8986
|
-
description: "Failed to set code on SmartThings device.",
|
|
8987
|
-
properties: {
|
|
8988
|
-
created_at: {
|
|
8989
|
-
description: "Date and time at which Seam created the warning.",
|
|
8990
|
-
format: "date-time",
|
|
8991
|
-
type: "string"
|
|
8992
|
-
},
|
|
8993
|
-
message: {
|
|
8994
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
8995
|
-
type: "string"
|
|
8996
|
-
},
|
|
8997
|
-
warning_code: {
|
|
8998
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
8999
|
-
enum: ["smartthings_failed_to_set_access_code"],
|
|
9000
|
-
type: "string"
|
|
9001
|
-
}
|
|
9002
|
-
},
|
|
9003
|
-
required: ["message", "warning_code"],
|
|
9004
|
-
type: "object"
|
|
9005
|
-
},
|
|
9006
8504
|
{
|
|
9007
8505
|
deprecated: true,
|
|
9008
8506
|
description: "Duplicate access code detected.",
|
|
@@ -9026,29 +8524,6 @@ var openapi = {
|
|
|
9026
8524
|
type: "object",
|
|
9027
8525
|
"x-deprecated": "Use `duplicate_code_on_device` error instead."
|
|
9028
8526
|
},
|
|
9029
|
-
{
|
|
9030
|
-
deprecated: true,
|
|
9031
|
-
description: "Received an error when attempting to create this code.",
|
|
9032
|
-
properties: {
|
|
9033
|
-
created_at: {
|
|
9034
|
-
description: "Date and time at which Seam created the warning.",
|
|
9035
|
-
format: "date-time",
|
|
9036
|
-
type: "string"
|
|
9037
|
-
},
|
|
9038
|
-
message: {
|
|
9039
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
9040
|
-
type: "string"
|
|
9041
|
-
},
|
|
9042
|
-
warning_code: {
|
|
9043
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
9044
|
-
enum: ["schlage_creation_outage"],
|
|
9045
|
-
type: "string"
|
|
9046
|
-
}
|
|
9047
|
-
},
|
|
9048
|
-
required: ["message", "warning_code"],
|
|
9049
|
-
type: "object",
|
|
9050
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
9051
|
-
},
|
|
9052
8527
|
{
|
|
9053
8528
|
description: "The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift \u2014 the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
|
|
9054
8529
|
properties: {
|
|
@@ -9184,7 +8659,7 @@ var openapi = {
|
|
|
9184
8659
|
type: "object"
|
|
9185
8660
|
},
|
|
9186
8661
|
{
|
|
9187
|
-
description: "
|
|
8662
|
+
description: "Algopins must be used within 24 hours.",
|
|
9188
8663
|
properties: {
|
|
9189
8664
|
created_at: {
|
|
9190
8665
|
description: "Date and time at which Seam created the warning.",
|
|
@@ -9196,8 +8671,8 @@ var openapi = {
|
|
|
9196
8671
|
type: "string"
|
|
9197
8672
|
},
|
|
9198
8673
|
warning_code: {
|
|
9199
|
-
description: "Unique identifier of the type of
|
|
9200
|
-
enum: ["
|
|
8674
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
8675
|
+
enum: ["igloo_algopin_must_be_used_within_24_hours"],
|
|
9201
8676
|
type: "string"
|
|
9202
8677
|
}
|
|
9203
8678
|
},
|
|
@@ -9205,7 +8680,7 @@ var openapi = {
|
|
|
9205
8680
|
type: "object"
|
|
9206
8681
|
},
|
|
9207
8682
|
{
|
|
9208
|
-
description: "
|
|
8683
|
+
description: "Management was transferred to another workspace.",
|
|
9209
8684
|
properties: {
|
|
9210
8685
|
created_at: {
|
|
9211
8686
|
description: "Date and time at which Seam created the warning.",
|
|
@@ -9218,7 +8693,7 @@ var openapi = {
|
|
|
9218
8693
|
},
|
|
9219
8694
|
warning_code: {
|
|
9220
8695
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
9221
|
-
enum: ["
|
|
8696
|
+
enum: ["management_transferred"],
|
|
9222
8697
|
type: "string"
|
|
9223
8698
|
}
|
|
9224
8699
|
},
|
|
@@ -9226,7 +8701,7 @@ var openapi = {
|
|
|
9226
8701
|
type: "object"
|
|
9227
8702
|
},
|
|
9228
8703
|
{
|
|
9229
|
-
description: "
|
|
8704
|
+
description: "Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.",
|
|
9230
8705
|
properties: {
|
|
9231
8706
|
created_at: {
|
|
9232
8707
|
description: "Date and time at which Seam created the warning.",
|
|
@@ -9239,7 +8714,7 @@ var openapi = {
|
|
|
9239
8714
|
},
|
|
9240
8715
|
warning_code: {
|
|
9241
8716
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
9242
|
-
enum: ["
|
|
8717
|
+
enum: ["access_code_inactive"],
|
|
9243
8718
|
type: "string"
|
|
9244
8719
|
}
|
|
9245
8720
|
},
|
|
@@ -9247,7 +8722,7 @@ var openapi = {
|
|
|
9247
8722
|
type: "object"
|
|
9248
8723
|
},
|
|
9249
8724
|
{
|
|
9250
|
-
description: "
|
|
8725
|
+
description: "A backup access code has been pulled and is being used in place of this access code.",
|
|
9251
8726
|
properties: {
|
|
9252
8727
|
created_at: {
|
|
9253
8728
|
description: "Date and time at which Seam created the warning.",
|
|
@@ -9260,7 +8735,7 @@ var openapi = {
|
|
|
9260
8735
|
},
|
|
9261
8736
|
warning_code: {
|
|
9262
8737
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
9263
|
-
enum: ["
|
|
8738
|
+
enum: ["using_backup_access_code"],
|
|
9264
8739
|
type: "string"
|
|
9265
8740
|
}
|
|
9266
8741
|
},
|
|
@@ -9268,7 +8743,7 @@ var openapi = {
|
|
|
9268
8743
|
type: "object"
|
|
9269
8744
|
},
|
|
9270
8745
|
{
|
|
9271
|
-
description: "
|
|
8746
|
+
description: "Access code is being deleted.",
|
|
9272
8747
|
properties: {
|
|
9273
8748
|
created_at: {
|
|
9274
8749
|
description: "Date and time at which Seam created the warning.",
|
|
@@ -9281,72 +8756,7 @@ var openapi = {
|
|
|
9281
8756
|
},
|
|
9282
8757
|
warning_code: {
|
|
9283
8758
|
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
9284
|
-
enum: ["
|
|
9285
|
-
type: "string"
|
|
9286
|
-
}
|
|
9287
|
-
},
|
|
9288
|
-
required: ["message", "warning_code"],
|
|
9289
|
-
type: "object"
|
|
9290
|
-
},
|
|
9291
|
-
{
|
|
9292
|
-
deprecated: true,
|
|
9293
|
-
description: "Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.",
|
|
9294
|
-
properties: {
|
|
9295
|
-
created_at: {
|
|
9296
|
-
description: "Date and time at which Seam created the warning.",
|
|
9297
|
-
format: "date-time",
|
|
9298
|
-
type: "string"
|
|
9299
|
-
},
|
|
9300
|
-
message: {
|
|
9301
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
9302
|
-
type: "string"
|
|
9303
|
-
},
|
|
9304
|
-
warning_code: {
|
|
9305
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
9306
|
-
enum: ["ultraloq_access_code_disabled"],
|
|
9307
|
-
type: "string"
|
|
9308
|
-
}
|
|
9309
|
-
},
|
|
9310
|
-
required: ["message", "warning_code"],
|
|
9311
|
-
type: "object",
|
|
9312
|
-
"x-deprecated": "Use `access_code_inactive` instead."
|
|
9313
|
-
},
|
|
9314
|
-
{
|
|
9315
|
-
description: "A backup access code has been pulled and is being used in place of this access code.",
|
|
9316
|
-
properties: {
|
|
9317
|
-
created_at: {
|
|
9318
|
-
description: "Date and time at which Seam created the warning.",
|
|
9319
|
-
format: "date-time",
|
|
9320
|
-
type: "string"
|
|
9321
|
-
},
|
|
9322
|
-
message: {
|
|
9323
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
9324
|
-
type: "string"
|
|
9325
|
-
},
|
|
9326
|
-
warning_code: {
|
|
9327
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
9328
|
-
enum: ["using_backup_access_code"],
|
|
9329
|
-
type: "string"
|
|
9330
|
-
}
|
|
9331
|
-
},
|
|
9332
|
-
required: ["message", "warning_code"],
|
|
9333
|
-
type: "object"
|
|
9334
|
-
},
|
|
9335
|
-
{
|
|
9336
|
-
description: "Access code is being deleted.",
|
|
9337
|
-
properties: {
|
|
9338
|
-
created_at: {
|
|
9339
|
-
description: "Date and time at which Seam created the warning.",
|
|
9340
|
-
format: "date-time",
|
|
9341
|
-
type: "string"
|
|
9342
|
-
},
|
|
9343
|
-
message: {
|
|
9344
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
9345
|
-
type: "string"
|
|
9346
|
-
},
|
|
9347
|
-
warning_code: {
|
|
9348
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
9349
|
-
enum: ["being_deleted"],
|
|
8759
|
+
enum: ["being_deleted"],
|
|
9350
8760
|
type: "string"
|
|
9351
8761
|
}
|
|
9352
8762
|
},
|
|
@@ -32893,303 +32303,24 @@ var openapi = {
|
|
|
32893
32303
|
description: "Dormakaba Oracode user level name associated with this access code.",
|
|
32894
32304
|
nullable: true,
|
|
32895
32305
|
type: "string"
|
|
32896
|
-
}
|
|
32897
|
-
},
|
|
32898
|
-
required: ["stay_id", "user_level_name"],
|
|
32899
|
-
type: "object"
|
|
32900
|
-
},
|
|
32901
|
-
ends_at: {
|
|
32902
|
-
description: "Date and time after which the time-bound access code becomes inactive.",
|
|
32903
|
-
format: "date-time",
|
|
32904
|
-
nullable: true,
|
|
32905
|
-
type: "string"
|
|
32906
|
-
},
|
|
32907
|
-
errors: {
|
|
32908
|
-
description: "Errors associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes).",
|
|
32909
|
-
items: {
|
|
32910
|
-
discriminator: { propertyName: "error_code" },
|
|
32911
|
-
oneOf: [
|
|
32912
|
-
{
|
|
32913
|
-
description: "Indicates a provider-specific issue that prevents the access code from being set or managed. Check the error message for details.",
|
|
32914
|
-
properties: {
|
|
32915
|
-
created_at: {
|
|
32916
|
-
description: "Date and time at which Seam created the error.",
|
|
32917
|
-
format: "date-time",
|
|
32918
|
-
type: "string"
|
|
32919
|
-
},
|
|
32920
|
-
error_code: {
|
|
32921
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
32922
|
-
enum: ["provider_issue"],
|
|
32923
|
-
type: "string"
|
|
32924
|
-
},
|
|
32925
|
-
is_access_code_error: {
|
|
32926
|
-
description: "Indicates that this is an access code error.",
|
|
32927
|
-
enum: [true],
|
|
32928
|
-
type: "boolean"
|
|
32929
|
-
},
|
|
32930
|
-
message: {
|
|
32931
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
32932
|
-
type: "string"
|
|
32933
|
-
}
|
|
32934
|
-
},
|
|
32935
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
32936
|
-
type: "object"
|
|
32937
|
-
},
|
|
32938
|
-
{
|
|
32939
|
-
deprecated: true,
|
|
32940
|
-
description: "Failed to set code on SmartThings device.",
|
|
32941
|
-
properties: {
|
|
32942
|
-
created_at: {
|
|
32943
|
-
description: "Date and time at which Seam created the error.",
|
|
32944
|
-
format: "date-time",
|
|
32945
|
-
type: "string"
|
|
32946
|
-
},
|
|
32947
|
-
error_code: {
|
|
32948
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
32949
|
-
enum: ["smartthings_failed_to_set_access_code"],
|
|
32950
|
-
type: "string"
|
|
32951
|
-
},
|
|
32952
|
-
is_access_code_error: {
|
|
32953
|
-
description: "Indicates that this is an access code error.",
|
|
32954
|
-
enum: [true],
|
|
32955
|
-
type: "boolean"
|
|
32956
|
-
},
|
|
32957
|
-
message: {
|
|
32958
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
32959
|
-
type: "string"
|
|
32960
|
-
}
|
|
32961
|
-
},
|
|
32962
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
32963
|
-
type: "object",
|
|
32964
|
-
"x-deprecated": "Handled by the generic `failed_to_set_on_device` system."
|
|
32965
|
-
},
|
|
32966
|
-
{
|
|
32967
|
-
deprecated: true,
|
|
32968
|
-
description: "Failed to set code after multiple retries.",
|
|
32969
|
-
properties: {
|
|
32970
|
-
created_at: {
|
|
32971
|
-
description: "Date and time at which Seam created the error.",
|
|
32972
|
-
format: "date-time",
|
|
32973
|
-
type: "string"
|
|
32974
|
-
},
|
|
32975
|
-
error_code: {
|
|
32976
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
32977
|
-
enum: [
|
|
32978
|
-
"smartthings_failed_to_set_after_multiple_retries"
|
|
32979
|
-
],
|
|
32980
|
-
type: "string"
|
|
32981
|
-
},
|
|
32982
|
-
is_access_code_error: {
|
|
32983
|
-
description: "Indicates that this is an access code error.",
|
|
32984
|
-
enum: [true],
|
|
32985
|
-
type: "boolean"
|
|
32986
|
-
},
|
|
32987
|
-
message: {
|
|
32988
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
32989
|
-
type: "string"
|
|
32990
|
-
}
|
|
32991
|
-
},
|
|
32992
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
32993
|
-
type: "object",
|
|
32994
|
-
"x-deprecated": "Handled by the generic `failed_to_set_on_device` system."
|
|
32995
|
-
},
|
|
32996
|
-
{
|
|
32997
|
-
description: "Failed to set code on device.",
|
|
32998
|
-
properties: {
|
|
32999
|
-
created_at: {
|
|
33000
|
-
description: "Date and time at which Seam created the error.",
|
|
33001
|
-
format: "date-time",
|
|
33002
|
-
type: "string"
|
|
33003
|
-
},
|
|
33004
|
-
error_code: {
|
|
33005
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33006
|
-
enum: ["failed_to_set_on_device"],
|
|
33007
|
-
type: "string"
|
|
33008
|
-
},
|
|
33009
|
-
is_access_code_error: {
|
|
33010
|
-
description: "Indicates that this is an access code error.",
|
|
33011
|
-
enum: [true],
|
|
33012
|
-
type: "boolean"
|
|
33013
|
-
},
|
|
33014
|
-
message: {
|
|
33015
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33016
|
-
type: "string"
|
|
33017
|
-
}
|
|
33018
|
-
},
|
|
33019
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
33020
|
-
type: "object"
|
|
33021
|
-
},
|
|
33022
|
-
{
|
|
33023
|
-
description: "Failed to remove code from device.",
|
|
33024
|
-
properties: {
|
|
33025
|
-
created_at: {
|
|
33026
|
-
description: "Date and time at which Seam created the error.",
|
|
33027
|
-
format: "date-time",
|
|
33028
|
-
type: "string"
|
|
33029
|
-
},
|
|
33030
|
-
error_code: {
|
|
33031
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33032
|
-
enum: ["failed_to_remove_from_device"],
|
|
33033
|
-
type: "string"
|
|
33034
|
-
},
|
|
33035
|
-
is_access_code_error: {
|
|
33036
|
-
description: "Indicates that this is an access code error.",
|
|
33037
|
-
enum: [true],
|
|
33038
|
-
type: "boolean"
|
|
33039
|
-
},
|
|
33040
|
-
message: {
|
|
33041
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33042
|
-
type: "string"
|
|
33043
|
-
}
|
|
33044
|
-
},
|
|
33045
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
33046
|
-
type: "object"
|
|
33047
|
-
},
|
|
33048
|
-
{
|
|
33049
|
-
description: "Duplicate access code detected on device.",
|
|
33050
|
-
properties: {
|
|
33051
|
-
created_at: {
|
|
33052
|
-
description: "Date and time at which Seam created the error.",
|
|
33053
|
-
format: "date-time",
|
|
33054
|
-
type: "string"
|
|
33055
|
-
},
|
|
33056
|
-
error_code: {
|
|
33057
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33058
|
-
enum: ["duplicate_code_on_device"],
|
|
33059
|
-
type: "string"
|
|
33060
|
-
},
|
|
33061
|
-
is_access_code_error: {
|
|
33062
|
-
description: "Indicates that this is an access code error.",
|
|
33063
|
-
enum: [true],
|
|
33064
|
-
type: "boolean"
|
|
33065
|
-
},
|
|
33066
|
-
managed_access_code_id: {
|
|
33067
|
-
description: "ID of the managed access code that conflicts with this managed access code, when Seam can identify it.",
|
|
33068
|
-
format: "uuid",
|
|
33069
|
-
type: "string"
|
|
33070
|
-
},
|
|
33071
|
-
message: {
|
|
33072
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33073
|
-
type: "string"
|
|
33074
|
-
},
|
|
33075
|
-
unmanaged_access_code_id: {
|
|
33076
|
-
description: "ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it.",
|
|
33077
|
-
format: "uuid",
|
|
33078
|
-
type: "string"
|
|
33079
|
-
}
|
|
33080
|
-
},
|
|
33081
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
33082
|
-
type: "object"
|
|
33083
|
-
},
|
|
33084
|
-
{
|
|
33085
|
-
description: "An attempt to modify this access code was prevented.",
|
|
33086
|
-
properties: {
|
|
33087
|
-
created_at: {
|
|
33088
|
-
description: "Date and time at which Seam created the error.",
|
|
33089
|
-
format: "date-time",
|
|
33090
|
-
type: "string"
|
|
33091
|
-
},
|
|
33092
|
-
error_code: {
|
|
33093
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33094
|
-
enum: ["duplicate_code_attempt_prevented"],
|
|
33095
|
-
type: "string"
|
|
33096
|
-
},
|
|
33097
|
-
is_access_code_error: {
|
|
33098
|
-
description: "Indicates that this is an access code error.",
|
|
33099
|
-
enum: [true],
|
|
33100
|
-
type: "boolean"
|
|
33101
|
-
},
|
|
33102
|
-
message: {
|
|
33103
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33104
|
-
type: "string"
|
|
33105
|
-
}
|
|
33106
|
-
},
|
|
33107
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
33108
|
-
type: "object"
|
|
33109
|
-
},
|
|
33110
|
-
{
|
|
33111
|
-
description: "No space for access code on device.",
|
|
33112
|
-
properties: {
|
|
33113
|
-
created_at: {
|
|
33114
|
-
description: "Date and time at which Seam created the error.",
|
|
33115
|
-
format: "date-time",
|
|
33116
|
-
type: "string"
|
|
33117
|
-
},
|
|
33118
|
-
error_code: {
|
|
33119
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33120
|
-
enum: ["no_space_for_access_code_on_device"],
|
|
33121
|
-
type: "string"
|
|
33122
|
-
},
|
|
33123
|
-
is_access_code_error: {
|
|
33124
|
-
description: "Indicates that this is an access code error.",
|
|
33125
|
-
enum: [true],
|
|
33126
|
-
type: "boolean"
|
|
33127
|
-
},
|
|
33128
|
-
message: {
|
|
33129
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33130
|
-
type: "string"
|
|
33131
|
-
}
|
|
33132
|
-
},
|
|
33133
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
33134
|
-
type: "object"
|
|
33135
|
-
},
|
|
33136
|
-
{
|
|
33137
|
-
description: "Indicates that the provider cannot confirm whether the access code was set or removed on the device.",
|
|
33138
|
-
properties: {
|
|
33139
|
-
created_at: {
|
|
33140
|
-
description: "Date and time at which Seam created the error.",
|
|
33141
|
-
format: "date-time",
|
|
33142
|
-
type: "string"
|
|
33143
|
-
},
|
|
33144
|
-
error_code: {
|
|
33145
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33146
|
-
enum: ["access_code_state_unconfirmed"],
|
|
33147
|
-
type: "string"
|
|
33148
|
-
},
|
|
33149
|
-
is_access_code_error: {
|
|
33150
|
-
description: "Indicates that this is an access code error.",
|
|
33151
|
-
enum: [true],
|
|
33152
|
-
type: "boolean"
|
|
33153
|
-
},
|
|
33154
|
-
message: {
|
|
33155
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33156
|
-
type: "string"
|
|
33157
|
-
}
|
|
33158
|
-
},
|
|
33159
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
33160
|
-
type: "object"
|
|
33161
|
-
},
|
|
33162
|
-
{
|
|
33163
|
-
deprecated: true,
|
|
33164
|
-
description: "Unable to confirm that the access code is set on Kwikset device.",
|
|
33165
|
-
properties: {
|
|
33166
|
-
created_at: {
|
|
33167
|
-
description: "Date and time at which Seam created the error.",
|
|
33168
|
-
format: "date-time",
|
|
33169
|
-
type: "string"
|
|
33170
|
-
},
|
|
33171
|
-
error_code: {
|
|
33172
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33173
|
-
enum: ["kwikset_unable_to_confirm_code"],
|
|
33174
|
-
type: "string"
|
|
33175
|
-
},
|
|
33176
|
-
is_access_code_error: {
|
|
33177
|
-
description: "Indicates that this is an access code error.",
|
|
33178
|
-
enum: [true],
|
|
33179
|
-
type: "boolean"
|
|
33180
|
-
},
|
|
33181
|
-
message: {
|
|
33182
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33183
|
-
type: "string"
|
|
33184
|
-
}
|
|
33185
|
-
},
|
|
33186
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
33187
|
-
type: "object",
|
|
33188
|
-
"x-deprecated": "Use `access_code_state_unconfirmed` instead."
|
|
33189
|
-
},
|
|
32306
|
+
}
|
|
32307
|
+
},
|
|
32308
|
+
required: ["stay_id", "user_level_name"],
|
|
32309
|
+
type: "object"
|
|
32310
|
+
},
|
|
32311
|
+
ends_at: {
|
|
32312
|
+
description: "Date and time after which the time-bound access code becomes inactive.",
|
|
32313
|
+
format: "date-time",
|
|
32314
|
+
nullable: true,
|
|
32315
|
+
type: "string"
|
|
32316
|
+
},
|
|
32317
|
+
errors: {
|
|
32318
|
+
description: "Errors associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes).",
|
|
32319
|
+
items: {
|
|
32320
|
+
discriminator: { propertyName: "error_code" },
|
|
32321
|
+
oneOf: [
|
|
33190
32322
|
{
|
|
33191
|
-
|
|
33192
|
-
description: "Unable to confirm the deletion of the access code on Kwikset device.",
|
|
32323
|
+
description: "Indicates a provider-specific issue that prevents the access code from being set or managed. Check the error message for details.",
|
|
33193
32324
|
properties: {
|
|
33194
32325
|
created_at: {
|
|
33195
32326
|
description: "Date and time at which Seam created the error.",
|
|
@@ -33198,7 +32329,7 @@ var openapi = {
|
|
|
33198
32329
|
},
|
|
33199
32330
|
error_code: {
|
|
33200
32331
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33201
|
-
enum: ["
|
|
32332
|
+
enum: ["provider_issue"],
|
|
33202
32333
|
type: "string"
|
|
33203
32334
|
},
|
|
33204
32335
|
is_access_code_error: {
|
|
@@ -33212,17 +32343,11 @@ var openapi = {
|
|
|
33212
32343
|
}
|
|
33213
32344
|
},
|
|
33214
32345
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33215
|
-
type: "object"
|
|
33216
|
-
"x-deprecated": "Use `access_code_state_unconfirmed` instead."
|
|
32346
|
+
type: "object"
|
|
33217
32347
|
},
|
|
33218
32348
|
{
|
|
33219
|
-
description: "
|
|
32349
|
+
description: "Failed to set code on device.",
|
|
33220
32350
|
properties: {
|
|
33221
|
-
change_type: {
|
|
33222
|
-
description: "Indicates the type of external modification. `modified` means the code's PIN or schedule was changed. `removed` means the code was deleted from the device.",
|
|
33223
|
-
enum: ["modified", "removed"],
|
|
33224
|
-
type: "string"
|
|
33225
|
-
},
|
|
33226
32351
|
created_at: {
|
|
33227
32352
|
description: "Date and time at which Seam created the error.",
|
|
33228
32353
|
format: "date-time",
|
|
@@ -33230,7 +32355,7 @@ var openapi = {
|
|
|
33230
32355
|
},
|
|
33231
32356
|
error_code: {
|
|
33232
32357
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33233
|
-
enum: ["
|
|
32358
|
+
enum: ["failed_to_set_on_device"],
|
|
33234
32359
|
type: "string"
|
|
33235
32360
|
},
|
|
33236
32361
|
is_access_code_error: {
|
|
@@ -33241,38 +32366,13 @@ var openapi = {
|
|
|
33241
32366
|
message: {
|
|
33242
32367
|
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33243
32368
|
type: "string"
|
|
33244
|
-
},
|
|
33245
|
-
modified_fields: {
|
|
33246
|
-
description: "List of fields that were changed externally, with their previous and new values.",
|
|
33247
|
-
items: {
|
|
33248
|
-
properties: {
|
|
33249
|
-
field: {
|
|
33250
|
-
description: "The name of the field that was changed (e.g. `code`, `starts_at`, `ends_at`).",
|
|
33251
|
-
type: "string"
|
|
33252
|
-
},
|
|
33253
|
-
from: {
|
|
33254
|
-
description: "The previous value of the field.",
|
|
33255
|
-
nullable: true,
|
|
33256
|
-
type: "string"
|
|
33257
|
-
},
|
|
33258
|
-
to: {
|
|
33259
|
-
description: "The new value of the field.",
|
|
33260
|
-
nullable: true,
|
|
33261
|
-
type: "string"
|
|
33262
|
-
}
|
|
33263
|
-
},
|
|
33264
|
-
required: ["field", "from", "to"],
|
|
33265
|
-
type: "object"
|
|
33266
|
-
},
|
|
33267
|
-
type: "array"
|
|
33268
32369
|
}
|
|
33269
32370
|
},
|
|
33270
32371
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33271
32372
|
type: "object"
|
|
33272
32373
|
},
|
|
33273
32374
|
{
|
|
33274
|
-
|
|
33275
|
-
description: "Invalid code length for August lock.",
|
|
32375
|
+
description: "Failed to remove code from device.",
|
|
33276
32376
|
properties: {
|
|
33277
32377
|
created_at: {
|
|
33278
32378
|
description: "Date and time at which Seam created the error.",
|
|
@@ -33281,7 +32381,7 @@ var openapi = {
|
|
|
33281
32381
|
},
|
|
33282
32382
|
error_code: {
|
|
33283
32383
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33284
|
-
enum: ["
|
|
32384
|
+
enum: ["failed_to_remove_from_device"],
|
|
33285
32385
|
type: "string"
|
|
33286
32386
|
},
|
|
33287
32387
|
is_access_code_error: {
|
|
@@ -33295,12 +32395,10 @@ var openapi = {
|
|
|
33295
32395
|
}
|
|
33296
32396
|
},
|
|
33297
32397
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33298
|
-
type: "object"
|
|
33299
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
32398
|
+
type: "object"
|
|
33300
32399
|
},
|
|
33301
32400
|
{
|
|
33302
|
-
|
|
33303
|
-
description: "August lock is missing a keypad.",
|
|
32401
|
+
description: "Duplicate access code detected on device.",
|
|
33304
32402
|
properties: {
|
|
33305
32403
|
created_at: {
|
|
33306
32404
|
description: "Date and time at which Seam created the error.",
|
|
@@ -33309,7 +32407,7 @@ var openapi = {
|
|
|
33309
32407
|
},
|
|
33310
32408
|
error_code: {
|
|
33311
32409
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33312
|
-
enum: ["
|
|
32410
|
+
enum: ["duplicate_code_on_device"],
|
|
33313
32411
|
type: "string"
|
|
33314
32412
|
},
|
|
33315
32413
|
is_access_code_error: {
|
|
@@ -33317,18 +32415,26 @@ var openapi = {
|
|
|
33317
32415
|
enum: [true],
|
|
33318
32416
|
type: "boolean"
|
|
33319
32417
|
},
|
|
32418
|
+
managed_access_code_id: {
|
|
32419
|
+
description: "ID of the managed access code that conflicts with this managed access code, when Seam can identify it.",
|
|
32420
|
+
format: "uuid",
|
|
32421
|
+
type: "string"
|
|
32422
|
+
},
|
|
33320
32423
|
message: {
|
|
33321
32424
|
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33322
32425
|
type: "string"
|
|
32426
|
+
},
|
|
32427
|
+
unmanaged_access_code_id: {
|
|
32428
|
+
description: "ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it.",
|
|
32429
|
+
format: "uuid",
|
|
32430
|
+
type: "string"
|
|
33323
32431
|
}
|
|
33324
32432
|
},
|
|
33325
32433
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33326
|
-
type: "object"
|
|
33327
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
32434
|
+
type: "object"
|
|
33328
32435
|
},
|
|
33329
32436
|
{
|
|
33330
|
-
|
|
33331
|
-
description: "August lock is temporarily offline.",
|
|
32437
|
+
description: "An attempt to modify this access code was prevented.",
|
|
33332
32438
|
properties: {
|
|
33333
32439
|
created_at: {
|
|
33334
32440
|
description: "Date and time at which Seam created the error.",
|
|
@@ -33337,7 +32443,7 @@ var openapi = {
|
|
|
33337
32443
|
},
|
|
33338
32444
|
error_code: {
|
|
33339
32445
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33340
|
-
enum: ["
|
|
32446
|
+
enum: ["duplicate_code_attempt_prevented"],
|
|
33341
32447
|
type: "string"
|
|
33342
32448
|
},
|
|
33343
32449
|
is_access_code_error: {
|
|
@@ -33351,11 +32457,10 @@ var openapi = {
|
|
|
33351
32457
|
}
|
|
33352
32458
|
},
|
|
33353
32459
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33354
|
-
type: "object"
|
|
33355
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
32460
|
+
type: "object"
|
|
33356
32461
|
},
|
|
33357
32462
|
{
|
|
33358
|
-
description: "
|
|
32463
|
+
description: "No space for access code on device.",
|
|
33359
32464
|
properties: {
|
|
33360
32465
|
created_at: {
|
|
33361
32466
|
description: "Date and time at which Seam created the error.",
|
|
@@ -33364,7 +32469,7 @@ var openapi = {
|
|
|
33364
32469
|
},
|
|
33365
32470
|
error_code: {
|
|
33366
32471
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33367
|
-
enum: ["
|
|
32472
|
+
enum: ["no_space_for_access_code_on_device"],
|
|
33368
32473
|
type: "string"
|
|
33369
32474
|
},
|
|
33370
32475
|
is_access_code_error: {
|
|
@@ -33381,8 +32486,7 @@ var openapi = {
|
|
|
33381
32486
|
type: "object"
|
|
33382
32487
|
},
|
|
33383
32488
|
{
|
|
33384
|
-
|
|
33385
|
-
description: "Salto site user is not subscribed.",
|
|
32489
|
+
description: "Indicates that the provider cannot confirm whether the access code was set or removed on the device.",
|
|
33386
32490
|
properties: {
|
|
33387
32491
|
created_at: {
|
|
33388
32492
|
description: "Date and time at which Seam created the error.",
|
|
@@ -33391,7 +32495,7 @@ var openapi = {
|
|
|
33391
32495
|
},
|
|
33392
32496
|
error_code: {
|
|
33393
32497
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33394
|
-
enum: ["
|
|
32498
|
+
enum: ["access_code_state_unconfirmed"],
|
|
33395
32499
|
type: "string"
|
|
33396
32500
|
},
|
|
33397
32501
|
is_access_code_error: {
|
|
@@ -33405,13 +32509,16 @@ var openapi = {
|
|
|
33405
32509
|
}
|
|
33406
32510
|
},
|
|
33407
32511
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33408
|
-
type: "object"
|
|
33409
|
-
"x-deprecated": "Use `access_code_inactive` instead."
|
|
32512
|
+
type: "object"
|
|
33410
32513
|
},
|
|
33411
32514
|
{
|
|
33412
|
-
|
|
33413
|
-
description: "Duplicate access code name detected.",
|
|
32515
|
+
description: "Code was modified or removed externally after Seam successfully set it on the device.",
|
|
33414
32516
|
properties: {
|
|
32517
|
+
change_type: {
|
|
32518
|
+
description: "Indicates the type of external modification. `modified` means the code's PIN or schedule was changed. `removed` means the code was deleted from the device.",
|
|
32519
|
+
enum: ["modified", "removed"],
|
|
32520
|
+
type: "string"
|
|
32521
|
+
},
|
|
33415
32522
|
created_at: {
|
|
33416
32523
|
description: "Date and time at which Seam created the error.",
|
|
33417
32524
|
format: "date-time",
|
|
@@ -33419,7 +32526,7 @@ var openapi = {
|
|
|
33419
32526
|
},
|
|
33420
32527
|
error_code: {
|
|
33421
32528
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33422
|
-
enum: ["
|
|
32529
|
+
enum: ["code_modified_external_to_seam"],
|
|
33423
32530
|
type: "string"
|
|
33424
32531
|
},
|
|
33425
32532
|
is_access_code_error: {
|
|
@@ -33430,15 +32537,37 @@ var openapi = {
|
|
|
33430
32537
|
message: {
|
|
33431
32538
|
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33432
32539
|
type: "string"
|
|
32540
|
+
},
|
|
32541
|
+
modified_fields: {
|
|
32542
|
+
description: "List of fields that were changed externally, with their previous and new values.",
|
|
32543
|
+
items: {
|
|
32544
|
+
properties: {
|
|
32545
|
+
field: {
|
|
32546
|
+
description: "The name of the field that was changed (e.g. `code`, `starts_at`, `ends_at`).",
|
|
32547
|
+
type: "string"
|
|
32548
|
+
},
|
|
32549
|
+
from: {
|
|
32550
|
+
description: "The previous value of the field.",
|
|
32551
|
+
nullable: true,
|
|
32552
|
+
type: "string"
|
|
32553
|
+
},
|
|
32554
|
+
to: {
|
|
32555
|
+
description: "The new value of the field.",
|
|
32556
|
+
nullable: true,
|
|
32557
|
+
type: "string"
|
|
32558
|
+
}
|
|
32559
|
+
},
|
|
32560
|
+
required: ["field", "from", "to"],
|
|
32561
|
+
type: "object"
|
|
32562
|
+
},
|
|
32563
|
+
type: "array"
|
|
33433
32564
|
}
|
|
33434
32565
|
},
|
|
33435
32566
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33436
|
-
type: "object"
|
|
33437
|
-
"x-deprecated": "Use `duplicate_code_on_device` instead."
|
|
32567
|
+
type: "object"
|
|
33438
32568
|
},
|
|
33439
32569
|
{
|
|
33440
|
-
|
|
33441
|
-
description: "Potential duplicate access code detected.",
|
|
32570
|
+
description: "Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.",
|
|
33442
32571
|
properties: {
|
|
33443
32572
|
created_at: {
|
|
33444
32573
|
description: "Date and time at which Seam created the error.",
|
|
@@ -33447,7 +32576,7 @@ var openapi = {
|
|
|
33447
32576
|
},
|
|
33448
32577
|
error_code: {
|
|
33449
32578
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33450
|
-
enum: ["
|
|
32579
|
+
enum: ["access_code_inactive"],
|
|
33451
32580
|
type: "string"
|
|
33452
32581
|
},
|
|
33453
32582
|
is_access_code_error: {
|
|
@@ -33461,12 +32590,11 @@ var openapi = {
|
|
|
33461
32590
|
}
|
|
33462
32591
|
},
|
|
33463
32592
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33464
|
-
type: "object"
|
|
33465
|
-
"x-deprecated": "Use `duplicate_code_on_device` instead."
|
|
32593
|
+
type: "object"
|
|
33466
32594
|
},
|
|
33467
32595
|
{
|
|
33468
32596
|
deprecated: true,
|
|
33469
|
-
description: "
|
|
32597
|
+
description: "Salto site user is not subscribed.",
|
|
33470
32598
|
properties: {
|
|
33471
32599
|
created_at: {
|
|
33472
32600
|
description: "Date and time at which Seam created the error.",
|
|
@@ -33475,7 +32603,7 @@ var openapi = {
|
|
|
33475
32603
|
},
|
|
33476
32604
|
error_code: {
|
|
33477
32605
|
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33478
|
-
enum: ["
|
|
32606
|
+
enum: ["salto_ks_user_not_subscribed"],
|
|
33479
32607
|
type: "string"
|
|
33480
32608
|
},
|
|
33481
32609
|
is_access_code_error: {
|
|
@@ -33490,7 +32618,7 @@ var openapi = {
|
|
|
33490
32618
|
},
|
|
33491
32619
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33492
32620
|
type: "object",
|
|
33493
|
-
"x-deprecated": "Use `
|
|
32621
|
+
"x-deprecated": "Use `access_code_inactive` instead."
|
|
33494
32622
|
},
|
|
33495
32623
|
{
|
|
33496
32624
|
description: "Admin role required\u2014insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN.",
|
|
@@ -33518,34 +32646,6 @@ var openapi = {
|
|
|
33518
32646
|
required: ["message", "is_access_code_error", "error_code"],
|
|
33519
32647
|
type: "object"
|
|
33520
32648
|
},
|
|
33521
|
-
{
|
|
33522
|
-
deprecated: true,
|
|
33523
|
-
description: "KeyNest locker is not supported.",
|
|
33524
|
-
properties: {
|
|
33525
|
-
created_at: {
|
|
33526
|
-
description: "Date and time at which Seam created the error.",
|
|
33527
|
-
format: "date-time",
|
|
33528
|
-
type: "string"
|
|
33529
|
-
},
|
|
33530
|
-
error_code: {
|
|
33531
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
33532
|
-
enum: ["keynest_unsupported_third_party_locker"],
|
|
33533
|
-
type: "string"
|
|
33534
|
-
},
|
|
33535
|
-
is_access_code_error: {
|
|
33536
|
-
description: "Indicates that this is an access code error.",
|
|
33537
|
-
enum: [true],
|
|
33538
|
-
type: "boolean"
|
|
33539
|
-
},
|
|
33540
|
-
message: {
|
|
33541
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
33542
|
-
type: "string"
|
|
33543
|
-
}
|
|
33544
|
-
},
|
|
33545
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
33546
|
-
type: "object",
|
|
33547
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
33548
|
-
},
|
|
33549
32649
|
{
|
|
33550
32650
|
description: "This access code was overridden on the device by a newer access code programmed to the same slot.",
|
|
33551
32651
|
properties: {
|
|
@@ -34155,27 +33255,6 @@ var openapi = {
|
|
|
34155
33255
|
required: ["message", "warning_code"],
|
|
34156
33256
|
type: "object"
|
|
34157
33257
|
},
|
|
34158
|
-
{
|
|
34159
|
-
description: "Failed to set code on SmartThings device.",
|
|
34160
|
-
properties: {
|
|
34161
|
-
created_at: {
|
|
34162
|
-
description: "Date and time at which Seam created the warning.",
|
|
34163
|
-
format: "date-time",
|
|
34164
|
-
type: "string"
|
|
34165
|
-
},
|
|
34166
|
-
message: {
|
|
34167
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
34168
|
-
type: "string"
|
|
34169
|
-
},
|
|
34170
|
-
warning_code: {
|
|
34171
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
34172
|
-
enum: ["smartthings_failed_to_set_access_code"],
|
|
34173
|
-
type: "string"
|
|
34174
|
-
}
|
|
34175
|
-
},
|
|
34176
|
-
required: ["message", "warning_code"],
|
|
34177
|
-
type: "object"
|
|
34178
|
-
},
|
|
34179
33258
|
{
|
|
34180
33259
|
deprecated: true,
|
|
34181
33260
|
description: "Duplicate access code detected.",
|
|
@@ -34199,29 +33278,6 @@ var openapi = {
|
|
|
34199
33278
|
type: "object",
|
|
34200
33279
|
"x-deprecated": "Use `duplicate_code_on_device` error instead."
|
|
34201
33280
|
},
|
|
34202
|
-
{
|
|
34203
|
-
deprecated: true,
|
|
34204
|
-
description: "Received an error when attempting to create this code.",
|
|
34205
|
-
properties: {
|
|
34206
|
-
created_at: {
|
|
34207
|
-
description: "Date and time at which Seam created the warning.",
|
|
34208
|
-
format: "date-time",
|
|
34209
|
-
type: "string"
|
|
34210
|
-
},
|
|
34211
|
-
message: {
|
|
34212
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
34213
|
-
type: "string"
|
|
34214
|
-
},
|
|
34215
|
-
warning_code: {
|
|
34216
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
34217
|
-
enum: ["schlage_creation_outage"],
|
|
34218
|
-
type: "string"
|
|
34219
|
-
}
|
|
34220
|
-
},
|
|
34221
|
-
required: ["message", "warning_code"],
|
|
34222
|
-
type: "object",
|
|
34223
|
-
"x-deprecated": "Use `provider_issue` instead."
|
|
34224
|
-
},
|
|
34225
33281
|
{
|
|
34226
33282
|
description: "The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift \u2014 the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
|
|
34227
33283
|
properties: {
|
|
@@ -34356,27 +33412,6 @@ var openapi = {
|
|
|
34356
33412
|
required: ["message", "warning_code"],
|
|
34357
33413
|
type: "object"
|
|
34358
33414
|
},
|
|
34359
|
-
{
|
|
34360
|
-
description: "August lock is temporarily offline.",
|
|
34361
|
-
properties: {
|
|
34362
|
-
created_at: {
|
|
34363
|
-
description: "Date and time at which Seam created the warning.",
|
|
34364
|
-
format: "date-time",
|
|
34365
|
-
type: "string"
|
|
34366
|
-
},
|
|
34367
|
-
message: {
|
|
34368
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
34369
|
-
type: "string"
|
|
34370
|
-
},
|
|
34371
|
-
warning_code: {
|
|
34372
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
34373
|
-
enum: ["august_lock_temporarily_offline"],
|
|
34374
|
-
type: "string"
|
|
34375
|
-
}
|
|
34376
|
-
},
|
|
34377
|
-
required: ["message", "warning_code"],
|
|
34378
|
-
type: "object"
|
|
34379
|
-
},
|
|
34380
33415
|
{
|
|
34381
33416
|
description: "Algopins must be used within 24 hours.",
|
|
34382
33417
|
properties: {
|
|
@@ -34419,27 +33454,6 @@ var openapi = {
|
|
|
34419
33454
|
required: ["message", "warning_code"],
|
|
34420
33455
|
type: "object"
|
|
34421
33456
|
},
|
|
34422
|
-
{
|
|
34423
|
-
description: "Unable to confirm that the access code is set on Kwikset device.",
|
|
34424
|
-
properties: {
|
|
34425
|
-
created_at: {
|
|
34426
|
-
description: "Date and time at which Seam created the warning.",
|
|
34427
|
-
format: "date-time",
|
|
34428
|
-
type: "string"
|
|
34429
|
-
},
|
|
34430
|
-
message: {
|
|
34431
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
34432
|
-
type: "string"
|
|
34433
|
-
},
|
|
34434
|
-
warning_code: {
|
|
34435
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
34436
|
-
enum: ["kwikset_unable_to_confirm_code"],
|
|
34437
|
-
type: "string"
|
|
34438
|
-
}
|
|
34439
|
-
},
|
|
34440
|
-
required: ["message", "warning_code"],
|
|
34441
|
-
type: "object"
|
|
34442
|
-
},
|
|
34443
33457
|
{
|
|
34444
33458
|
description: "Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.",
|
|
34445
33459
|
properties: {
|
|
@@ -34461,29 +33475,6 @@ var openapi = {
|
|
|
34461
33475
|
required: ["message", "warning_code"],
|
|
34462
33476
|
type: "object"
|
|
34463
33477
|
},
|
|
34464
|
-
{
|
|
34465
|
-
deprecated: true,
|
|
34466
|
-
description: "Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.",
|
|
34467
|
-
properties: {
|
|
34468
|
-
created_at: {
|
|
34469
|
-
description: "Date and time at which Seam created the warning.",
|
|
34470
|
-
format: "date-time",
|
|
34471
|
-
type: "string"
|
|
34472
|
-
},
|
|
34473
|
-
message: {
|
|
34474
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
34475
|
-
type: "string"
|
|
34476
|
-
},
|
|
34477
|
-
warning_code: {
|
|
34478
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
34479
|
-
enum: ["ultraloq_access_code_disabled"],
|
|
34480
|
-
type: "string"
|
|
34481
|
-
}
|
|
34482
|
-
},
|
|
34483
|
-
required: ["message", "warning_code"],
|
|
34484
|
-
type: "object",
|
|
34485
|
-
"x-deprecated": "Use `access_code_inactive` instead."
|
|
34486
|
-
},
|
|
34487
33478
|
{
|
|
34488
33479
|
description: "A backup access code has been pulled and is being used in place of this access code.",
|
|
34489
33480
|
properties: {
|