@seamapi/types 1.909.0 → 1.911.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/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: {
@@ -7814,90 +7529,6 @@ var openapi = {
7814
7529
  required: ["message", "is_access_code_error", "error_code"],
7815
7530
  type: "object"
7816
7531
  },
7817
- {
7818
- deprecated: true,
7819
- description: "Invalid code length for August lock.",
7820
- properties: {
7821
- created_at: {
7822
- description: "Date and time at which Seam created the error.",
7823
- format: "date-time",
7824
- type: "string"
7825
- },
7826
- error_code: {
7827
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
7828
- enum: ["august_lock_invalid_code_length"],
7829
- type: "string"
7830
- },
7831
- is_access_code_error: {
7832
- description: "Indicates that this is an access code error.",
7833
- enum: [true],
7834
- type: "boolean"
7835
- },
7836
- message: {
7837
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
7838
- type: "string"
7839
- }
7840
- },
7841
- required: ["message", "is_access_code_error", "error_code"],
7842
- type: "object",
7843
- "x-deprecated": "Use `provider_issue` instead."
7844
- },
7845
- {
7846
- deprecated: true,
7847
- description: "August lock is missing a keypad.",
7848
- properties: {
7849
- created_at: {
7850
- description: "Date and time at which Seam created the error.",
7851
- format: "date-time",
7852
- type: "string"
7853
- },
7854
- error_code: {
7855
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
7856
- enum: ["august_lock_missing_keypad"],
7857
- type: "string"
7858
- },
7859
- is_access_code_error: {
7860
- description: "Indicates that this is an access code error.",
7861
- enum: [true],
7862
- type: "boolean"
7863
- },
7864
- message: {
7865
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
7866
- type: "string"
7867
- }
7868
- },
7869
- required: ["message", "is_access_code_error", "error_code"],
7870
- type: "object",
7871
- "x-deprecated": "Use `provider_issue` instead."
7872
- },
7873
- {
7874
- deprecated: true,
7875
- description: "August lock is temporarily offline.",
7876
- properties: {
7877
- created_at: {
7878
- description: "Date and time at which Seam created the error.",
7879
- format: "date-time",
7880
- type: "string"
7881
- },
7882
- error_code: {
7883
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
7884
- enum: ["august_lock_temporarily_offline"],
7885
- type: "string"
7886
- },
7887
- is_access_code_error: {
7888
- description: "Indicates that this is an access code error.",
7889
- enum: [true],
7890
- type: "boolean"
7891
- },
7892
- message: {
7893
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
7894
- type: "string"
7895
- }
7896
- },
7897
- required: ["message", "is_access_code_error", "error_code"],
7898
- type: "object",
7899
- "x-deprecated": "Use `provider_issue` instead."
7900
- },
7901
7532
  {
7902
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.",
7903
7534
  properties: {
@@ -7952,90 +7583,6 @@ var openapi = {
7952
7583
  type: "object",
7953
7584
  "x-deprecated": "Use `access_code_inactive` instead."
7954
7585
  },
7955
- {
7956
- deprecated: true,
7957
- description: "Duplicate access code name detected.",
7958
- properties: {
7959
- created_at: {
7960
- description: "Date and time at which Seam created the error.",
7961
- format: "date-time",
7962
- type: "string"
7963
- },
7964
- error_code: {
7965
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
7966
- enum: ["wyze_duplicate_code_name"],
7967
- type: "string"
7968
- },
7969
- is_access_code_error: {
7970
- description: "Indicates that this is an access code error.",
7971
- enum: [true],
7972
- type: "boolean"
7973
- },
7974
- message: {
7975
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
7976
- type: "string"
7977
- }
7978
- },
7979
- required: ["message", "is_access_code_error", "error_code"],
7980
- type: "object",
7981
- "x-deprecated": "Use `duplicate_code_on_device` instead."
7982
- },
7983
- {
7984
- deprecated: true,
7985
- description: "Potential duplicate access code detected.",
7986
- properties: {
7987
- created_at: {
7988
- description: "Date and time at which Seam created the error.",
7989
- format: "date-time",
7990
- type: "string"
7991
- },
7992
- error_code: {
7993
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
7994
- enum: ["wyze_potential_duplicate_code"],
7995
- type: "string"
7996
- },
7997
- is_access_code_error: {
7998
- description: "Indicates that this is an access code error.",
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
7586
  {
8040
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.",
8041
7588
  properties: {
@@ -8062,34 +7609,6 @@ var openapi = {
8062
7609
  required: ["message", "is_access_code_error", "error_code"],
8063
7610
  type: "object"
8064
7611
  },
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
7612
  {
8094
7613
  description: "This access code was overridden on the device by a newer access code programmed to the same slot.",
8095
7614
  properties: {
@@ -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: {
@@ -9183,27 +8658,6 @@ var openapi = {
9183
8658
  required: ["message", "warning_code"],
9184
8659
  type: "object"
9185
8660
  },
9186
- {
9187
- description: "August lock is temporarily offline.",
9188
- properties: {
9189
- created_at: {
9190
- description: "Date and time at which Seam created the warning.",
9191
- format: "date-time",
9192
- type: "string"
9193
- },
9194
- message: {
9195
- description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
9196
- type: "string"
9197
- },
9198
- warning_code: {
9199
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
9200
- enum: ["august_lock_temporarily_offline"],
9201
- type: "string"
9202
- }
9203
- },
9204
- required: ["message", "warning_code"],
9205
- type: "object"
9206
- },
9207
8661
  {
9208
8662
  description: "Algopins must be used within 24 hours.",
9209
8663
  properties: {
@@ -9246,27 +8700,6 @@ var openapi = {
9246
8700
  required: ["message", "warning_code"],
9247
8701
  type: "object"
9248
8702
  },
9249
- {
9250
- description: "Unable to confirm that the access code is set on Kwikset device.",
9251
- properties: {
9252
- created_at: {
9253
- description: "Date and time at which Seam created the warning.",
9254
- format: "date-time",
9255
- type: "string"
9256
- },
9257
- message: {
9258
- description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
9259
- type: "string"
9260
- },
9261
- warning_code: {
9262
- description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
9263
- enum: ["kwikset_unable_to_confirm_code"],
9264
- type: "string"
9265
- }
9266
- },
9267
- required: ["message", "warning_code"],
9268
- type: "object"
9269
- },
9270
8703
  {
9271
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.",
9272
8705
  properties: {
@@ -9288,29 +8721,6 @@ var openapi = {
9288
8721
  required: ["message", "warning_code"],
9289
8722
  type: "object"
9290
8723
  },
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
8724
  {
9315
8725
  description: "A backup access code has been pulled and is being used in place of this access code.",
9316
8726
  properties: {
@@ -32935,64 +32345,6 @@ var openapi = {
32935
32345
  required: ["message", "is_access_code_error", "error_code"],
32936
32346
  type: "object"
32937
32347
  },
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
32348
  {
32997
32349
  description: "Failed to set code on device.",
32998
32350
  properties: {
@@ -33159,62 +32511,6 @@ var openapi = {
33159
32511
  required: ["message", "is_access_code_error", "error_code"],
33160
32512
  type: "object"
33161
32513
  },
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
- },
33190
- {
33191
- deprecated: true,
33192
- description: "Unable to confirm the deletion of the access code on Kwikset device.",
33193
- properties: {
33194
- created_at: {
33195
- description: "Date and time at which Seam created the error.",
33196
- format: "date-time",
33197
- type: "string"
33198
- },
33199
- error_code: {
33200
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
33201
- enum: ["kwikset_unable_to_confirm_deletion"],
33202
- type: "string"
33203
- },
33204
- is_access_code_error: {
33205
- description: "Indicates that this is an access code error.",
33206
- enum: [true],
33207
- type: "boolean"
33208
- },
33209
- message: {
33210
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
33211
- type: "string"
33212
- }
33213
- },
33214
- required: ["message", "is_access_code_error", "error_code"],
33215
- type: "object",
33216
- "x-deprecated": "Use `access_code_state_unconfirmed` instead."
33217
- },
33218
32514
  {
33219
32515
  description: "Code was modified or removed externally after Seam successfully set it on the device.",
33220
32516
  properties: {
@@ -33270,90 +32566,6 @@ var openapi = {
33270
32566
  required: ["message", "is_access_code_error", "error_code"],
33271
32567
  type: "object"
33272
32568
  },
33273
- {
33274
- deprecated: true,
33275
- description: "Invalid code length for August lock.",
33276
- properties: {
33277
- created_at: {
33278
- description: "Date and time at which Seam created the error.",
33279
- format: "date-time",
33280
- type: "string"
33281
- },
33282
- error_code: {
33283
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
33284
- enum: ["august_lock_invalid_code_length"],
33285
- type: "string"
33286
- },
33287
- is_access_code_error: {
33288
- description: "Indicates that this is an access code error.",
33289
- enum: [true],
33290
- type: "boolean"
33291
- },
33292
- message: {
33293
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
33294
- type: "string"
33295
- }
33296
- },
33297
- required: ["message", "is_access_code_error", "error_code"],
33298
- type: "object",
33299
- "x-deprecated": "Use `provider_issue` instead."
33300
- },
33301
- {
33302
- deprecated: true,
33303
- description: "August lock is missing a keypad.",
33304
- properties: {
33305
- created_at: {
33306
- description: "Date and time at which Seam created the error.",
33307
- format: "date-time",
33308
- type: "string"
33309
- },
33310
- error_code: {
33311
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
33312
- enum: ["august_lock_missing_keypad"],
33313
- type: "string"
33314
- },
33315
- is_access_code_error: {
33316
- description: "Indicates that this is an access code error.",
33317
- enum: [true],
33318
- type: "boolean"
33319
- },
33320
- message: {
33321
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
33322
- type: "string"
33323
- }
33324
- },
33325
- required: ["message", "is_access_code_error", "error_code"],
33326
- type: "object",
33327
- "x-deprecated": "Use `provider_issue` instead."
33328
- },
33329
- {
33330
- deprecated: true,
33331
- description: "August lock is temporarily offline.",
33332
- properties: {
33333
- created_at: {
33334
- description: "Date and time at which Seam created the error.",
33335
- format: "date-time",
33336
- type: "string"
33337
- },
33338
- error_code: {
33339
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
33340
- enum: ["august_lock_temporarily_offline"],
33341
- type: "string"
33342
- },
33343
- is_access_code_error: {
33344
- description: "Indicates that this is an access code error.",
33345
- enum: [true],
33346
- type: "boolean"
33347
- },
33348
- message: {
33349
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
33350
- type: "string"
33351
- }
33352
- },
33353
- required: ["message", "is_access_code_error", "error_code"],
33354
- type: "object",
33355
- "x-deprecated": "Use `provider_issue` instead."
33356
- },
33357
32569
  {
33358
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.",
33359
32571
  properties: {
@@ -33408,90 +32620,6 @@ var openapi = {
33408
32620
  type: "object",
33409
32621
  "x-deprecated": "Use `access_code_inactive` instead."
33410
32622
  },
33411
- {
33412
- deprecated: true,
33413
- description: "Duplicate access code name detected.",
33414
- properties: {
33415
- created_at: {
33416
- description: "Date and time at which Seam created the error.",
33417
- format: "date-time",
33418
- type: "string"
33419
- },
33420
- error_code: {
33421
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
33422
- enum: ["wyze_duplicate_code_name"],
33423
- type: "string"
33424
- },
33425
- is_access_code_error: {
33426
- description: "Indicates that this is an access code error.",
33427
- enum: [true],
33428
- type: "boolean"
33429
- },
33430
- message: {
33431
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
33432
- type: "string"
33433
- }
33434
- },
33435
- required: ["message", "is_access_code_error", "error_code"],
33436
- type: "object",
33437
- "x-deprecated": "Use `duplicate_code_on_device` instead."
33438
- },
33439
- {
33440
- deprecated: true,
33441
- description: "Potential duplicate access code detected.",
33442
- properties: {
33443
- created_at: {
33444
- description: "Date and time at which Seam created the error.",
33445
- format: "date-time",
33446
- type: "string"
33447
- },
33448
- error_code: {
33449
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
33450
- enum: ["wyze_potential_duplicate_code"],
33451
- type: "string"
33452
- },
33453
- is_access_code_error: {
33454
- description: "Indicates that this is an access code error.",
33455
- enum: [true],
33456
- type: "boolean"
33457
- },
33458
- message: {
33459
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
33460
- type: "string"
33461
- }
33462
- },
33463
- required: ["message", "is_access_code_error", "error_code"],
33464
- type: "object",
33465
- "x-deprecated": "Use `duplicate_code_on_device` instead."
33466
- },
33467
- {
33468
- deprecated: true,
33469
- description: "No Dormakaba Oracode user levels configured for the requested time range.",
33470
- properties: {
33471
- created_at: {
33472
- description: "Date and time at which Seam created the error.",
33473
- format: "date-time",
33474
- type: "string"
33475
- },
33476
- error_code: {
33477
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
33478
- enum: ["dormakaba_oracode_invalid_time_range"],
33479
- type: "string"
33480
- },
33481
- is_access_code_error: {
33482
- description: "Indicates that this is an access code error.",
33483
- enum: [true],
33484
- type: "boolean"
33485
- },
33486
- message: {
33487
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
33488
- type: "string"
33489
- }
33490
- },
33491
- required: ["message", "is_access_code_error", "error_code"],
33492
- type: "object",
33493
- "x-deprecated": "Use `provider_issue` instead."
33494
- },
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.",
33497
32625
  properties: {
@@ -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: {
@@ -73947,7 +72938,7 @@ var openapi = {
73947
72938
  MANAGE_DEVICES_CONFIRMATION_MODAL: {
73948
72939
  type: "boolean"
73949
72940
  },
73950
- RESERVATION_UI_V2: { type: "boolean" },
72941
+ RESERVATION_LEGACY: { type: "boolean" },
73951
72942
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
73952
72943
  type: "boolean"
73953
72944
  }
@@ -74366,7 +73357,7 @@ var openapi = {
74366
73357
  MANAGE_DEVICES_CONFIRMATION_MODAL: {
74367
73358
  type: "boolean"
74368
73359
  },
74369
- RESERVATION_UI_V2: { type: "boolean" },
73360
+ RESERVATION_LEGACY: { type: "boolean" },
74370
73361
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
74371
73362
  type: "boolean"
74372
73363
  }