@seamapi/types 1.928.0 → 1.930.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.
Files changed (33) hide show
  1. package/dist/connect.cjs +194 -9
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1348 -104
  4. package/dist/index.cjs +194 -9
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +16 -16
  7. package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -5
  8. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  9. package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
  10. package/lib/seam/connect/models/access-grants/access-grant.d.ts +4 -4
  11. package/lib/seam/connect/models/acs/acs-access-group.d.ts +4 -4
  12. package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +2 -2
  13. package/lib/seam/connect/models/customer/customer-data.d.ts +12 -12
  14. package/lib/seam/connect/models/customer/location-resources.d.ts +8 -8
  15. package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +201 -0
  16. package/lib/seam/connect/models/devices/capability-properties/access-code.js +58 -0
  17. package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
  18. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +165 -13
  19. package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +12 -12
  20. package/lib/seam/connect/models/devices/device-metadata.d.ts +20 -20
  21. package/lib/seam/connect/models/devices/device.d.ts +248 -40
  22. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +180 -28
  23. package/lib/seam/connect/models/spaces/space.d.ts +4 -4
  24. package/lib/seam/connect/models/thermostats/climate-preset.d.ts +4 -4
  25. package/lib/seam/connect/openapi.js +140 -4
  26. package/lib/seam/connect/openapi.js.map +1 -1
  27. package/lib/seam/connect/route-types.d.ts +895 -11
  28. package/package.json +1 -1
  29. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -5
  30. package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +86 -0
  31. package/src/lib/seam/connect/models/devices/capability-properties/index.ts +1 -1
  32. package/src/lib/seam/connect/openapi.ts +168 -4
  33. package/src/lib/seam/connect/route-types.ts +1133 -11
@@ -214,14 +214,14 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
214
214
  message: z.ZodString;
215
215
  created_at: z.ZodOptional<z.ZodString>;
216
216
  } & {
217
- warning_code: z.ZodLiteral<"provider_issue">;
217
+ warning_code: z.ZodLiteral<"code_rotates_periodically">;
218
218
  }, "strip", z.ZodTypeAny, {
219
219
  message: string;
220
- warning_code: "provider_issue";
220
+ warning_code: "code_rotates_periodically";
221
221
  created_at?: string | undefined;
222
222
  }, {
223
223
  message: string;
224
- warning_code: "provider_issue";
224
+ warning_code: "code_rotates_periodically";
225
225
  created_at?: string | undefined;
226
226
  }>, z.ZodObject<{
227
227
  message: z.ZodString;
@@ -965,14 +965,14 @@ declare const access_code: z.ZodObject<{
965
965
  message: z.ZodString;
966
966
  created_at: z.ZodOptional<z.ZodString>;
967
967
  } & {
968
- warning_code: z.ZodLiteral<"provider_issue">;
968
+ warning_code: z.ZodLiteral<"code_rotates_periodically">;
969
969
  }, "strip", z.ZodTypeAny, {
970
970
  message: string;
971
- warning_code: "provider_issue";
971
+ warning_code: "code_rotates_periodically";
972
972
  created_at?: string | undefined;
973
973
  }, {
974
974
  message: string;
975
- warning_code: "provider_issue";
975
+ warning_code: "code_rotates_periodically";
976
976
  created_at?: string | undefined;
977
977
  }>, z.ZodObject<{
978
978
  message: z.ZodString;
@@ -1520,7 +1520,7 @@ declare const access_code: z.ZodObject<{
1520
1520
  }[] | undefined;
1521
1521
  } | {
1522
1522
  message: string;
1523
- warning_code: "provider_issue";
1523
+ warning_code: "code_rotates_periodically";
1524
1524
  created_at?: string | undefined;
1525
1525
  } | {
1526
1526
  message: string;
@@ -1818,7 +1818,7 @@ declare const access_code: z.ZodObject<{
1818
1818
  }[] | undefined;
1819
1819
  } | {
1820
1820
  message: string;
1821
- warning_code: "provider_issue";
1821
+ warning_code: "code_rotates_periodically";
1822
1822
  created_at?: string | undefined;
1823
1823
  } | {
1824
1824
  message: string;
@@ -2520,14 +2520,14 @@ declare const unmanaged_access_code: z.ZodObject<{
2520
2520
  message: z.ZodString;
2521
2521
  created_at: z.ZodOptional<z.ZodString>;
2522
2522
  } & {
2523
- warning_code: z.ZodLiteral<"provider_issue">;
2523
+ warning_code: z.ZodLiteral<"code_rotates_periodically">;
2524
2524
  }, "strip", z.ZodTypeAny, {
2525
2525
  message: string;
2526
- warning_code: "provider_issue";
2526
+ warning_code: "code_rotates_periodically";
2527
2527
  created_at?: string | undefined;
2528
2528
  }, {
2529
2529
  message: string;
2530
- warning_code: "provider_issue";
2530
+ warning_code: "code_rotates_periodically";
2531
2531
  created_at?: string | undefined;
2532
2532
  }>, z.ZodObject<{
2533
2533
  message: z.ZodString;
@@ -2901,7 +2901,7 @@ declare const unmanaged_access_code: z.ZodObject<{
2901
2901
  }[] | undefined;
2902
2902
  } | {
2903
2903
  message: string;
2904
- warning_code: "provider_issue";
2904
+ warning_code: "code_rotates_periodically";
2905
2905
  created_at?: string | undefined;
2906
2906
  } | {
2907
2907
  message: string;
@@ -3146,7 +3146,7 @@ declare const unmanaged_access_code: z.ZodObject<{
3146
3146
  }[] | undefined;
3147
3147
  } | {
3148
3148
  message: string;
3149
- warning_code: "provider_issue";
3149
+ warning_code: "code_rotates_periodically";
3150
3150
  created_at?: string | undefined;
3151
3151
  } | {
3152
3152
  message: string;
@@ -3490,8 +3490,8 @@ declare const access_grant: z.ZodObject<{
3490
3490
  access_method_ids: string[];
3491
3491
  }>]>, "many">;
3492
3492
  }, "strip", z.ZodTypeAny, {
3493
- name: string | null;
3494
3493
  display_name: string;
3494
+ name: string | null;
3495
3495
  workspace_id: string;
3496
3496
  created_at: string;
3497
3497
  starts_at: string;
@@ -3587,8 +3587,8 @@ declare const access_grant: z.ZodObject<{
3587
3587
  instant_key_url?: string | undefined;
3588
3588
  customization_profile_id?: string | undefined;
3589
3589
  }, {
3590
- name: string | null;
3591
3590
  display_name: string;
3591
+ name: string | null;
3592
3592
  workspace_id: string;
3593
3593
  created_at: string;
3594
3594
  starts_at: string;
@@ -4293,8 +4293,8 @@ declare const acs_access_group: z.ZodObject<{
4293
4293
  } & {
4294
4294
  is_managed: z.ZodLiteral<true>;
4295
4295
  }, "strip", z.ZodTypeAny, {
4296
- name: string;
4297
4296
  display_name: string;
4297
+ name: string;
4298
4298
  workspace_id: string;
4299
4299
  created_at: string;
4300
4300
  errors: {
@@ -4385,8 +4385,8 @@ declare const acs_access_group: z.ZodObject<{
4385
4385
  ends_at: string | null;
4386
4386
  } | undefined;
4387
4387
  }, {
4388
- name: string;
4389
4388
  display_name: string;
4389
+ name: string;
4390
4390
  workspace_id: string;
4391
4391
  created_at: string;
4392
4392
  errors: {
@@ -4768,8 +4768,8 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
4768
4768
  } & {
4769
4769
  is_managed: z.ZodLiteral<false>;
4770
4770
  }, "strip", z.ZodTypeAny, {
4771
- name: string;
4772
4771
  display_name: string;
4772
+ name: string;
4773
4773
  workspace_id: string;
4774
4774
  created_at: string;
4775
4775
  errors: {
@@ -4860,8 +4860,8 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
4860
4860
  ends_at: string | null;
4861
4861
  } | undefined;
4862
4862
  }, {
4863
- name: string;
4864
4863
  display_name: string;
4864
+ name: string;
4865
4865
  workspace_id: string;
4866
4866
  created_at: string;
4867
4867
  errors: {
@@ -14003,6 +14003,7 @@ declare const connected_account: z.ZodObject<{
14003
14003
  custom_metadata: Record<string, string | boolean>;
14004
14004
  automatically_manage_new_devices: boolean;
14005
14005
  accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control" | "camera")[];
14006
+ time_zone?: string | undefined;
14006
14007
  created_at?: string | undefined;
14007
14008
  user_identifier?: {
14008
14009
  phone?: string | undefined;
@@ -14016,7 +14017,6 @@ declare const connected_account: z.ZodObject<{
14016
14017
  customer_key?: string | undefined;
14017
14018
  default_checkin_time?: string | undefined;
14018
14019
  default_checkout_time?: string | undefined;
14019
- time_zone?: string | undefined;
14020
14020
  ical_feed_origin?: string | undefined;
14021
14021
  ical_url?: string | undefined;
14022
14022
  }, {
@@ -14100,6 +14100,7 @@ declare const connected_account: z.ZodObject<{
14100
14100
  custom_metadata: Record<string, string | boolean>;
14101
14101
  automatically_manage_new_devices: boolean;
14102
14102
  accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control" | "camera")[];
14103
+ time_zone?: string | undefined;
14103
14104
  created_at?: string | undefined;
14104
14105
  user_identifier?: {
14105
14106
  phone?: string | undefined;
@@ -14113,7 +14114,6 @@ declare const connected_account: z.ZodObject<{
14113
14114
  customer_key?: string | undefined;
14114
14115
  default_checkin_time?: string | undefined;
14115
14116
  default_checkout_time?: string | undefined;
14116
- time_zone?: string | undefined;
14117
14117
  ical_feed_origin?: string | undefined;
14118
14118
  ical_url?: string | undefined;
14119
14119
  }>;
@@ -15639,10 +15639,10 @@ declare const device: z.ZodObject<{
15639
15639
  dormakaba_oracode_user_level_prefix: z.ZodNumber;
15640
15640
  dormakaba_oracode_user_level_id: z.ZodString;
15641
15641
  }, "strip", z.ZodTypeAny, {
15642
- name: string;
15643
- prefix: number;
15644
15642
  check_in_time: string;
15645
15643
  check_out_time: string;
15644
+ name: string;
15645
+ prefix: number;
15646
15646
  is_24_hour: boolean;
15647
15647
  is_biweekly_mode: boolean;
15648
15648
  is_one_shot: boolean;
@@ -15650,10 +15650,10 @@ declare const device: z.ZodObject<{
15650
15650
  dormakaba_oracode_user_level_prefix: number;
15651
15651
  dormakaba_oracode_user_level_id: string;
15652
15652
  }, {
15653
- name: string;
15654
- prefix: number;
15655
15653
  check_in_time: string;
15656
15654
  check_out_time: string;
15655
+ name: string;
15656
+ prefix: number;
15657
15657
  is_24_hour: boolean;
15658
15658
  is_biweekly_mode: boolean;
15659
15659
  is_one_shot: boolean;
@@ -15670,10 +15670,10 @@ declare const device: z.ZodObject<{
15670
15670
  door_id?: number | undefined;
15671
15671
  iana_timezone?: string | undefined;
15672
15672
  predefined_time_slots?: {
15673
- name: string;
15674
- prefix: number;
15675
15673
  check_in_time: string;
15676
15674
  check_out_time: string;
15675
+ name: string;
15676
+ prefix: number;
15677
15677
  is_24_hour: boolean;
15678
15678
  is_biweekly_mode: boolean;
15679
15679
  is_one_shot: boolean;
@@ -15690,10 +15690,10 @@ declare const device: z.ZodObject<{
15690
15690
  door_id?: number | undefined;
15691
15691
  iana_timezone?: string | undefined;
15692
15692
  predefined_time_slots?: {
15693
- name: string;
15694
- prefix: number;
15695
15693
  check_in_time: string;
15696
15694
  check_out_time: string;
15695
+ name: string;
15696
+ prefix: number;
15697
15697
  is_24_hour: boolean;
15698
15698
  is_biweekly_mode: boolean;
15699
15699
  is_one_shot: boolean;
@@ -15906,13 +15906,13 @@ declare const device: z.ZodObject<{
15906
15906
  device_type: z.ZodString;
15907
15907
  time_zone: z.ZodNullable<z.ZodString>;
15908
15908
  }, "strip", z.ZodTypeAny, {
15909
- device_id: string;
15910
15909
  time_zone: string | null;
15910
+ device_id: string;
15911
15911
  device_name: string;
15912
15912
  device_type: string;
15913
15913
  }, {
15914
- device_id: string;
15915
15914
  time_zone: string | null;
15915
+ device_id: string;
15916
15916
  device_name: string;
15917
15917
  device_type: string;
15918
15918
  }>>;
@@ -16135,10 +16135,10 @@ declare const device: z.ZodObject<{
16135
16135
  door_id?: number | undefined;
16136
16136
  iana_timezone?: string | undefined;
16137
16137
  predefined_time_slots?: {
16138
- name: string;
16139
- prefix: number;
16140
16138
  check_in_time: string;
16141
16139
  check_out_time: string;
16140
+ name: string;
16141
+ prefix: number;
16142
16142
  is_24_hour: boolean;
16143
16143
  is_biweekly_mode: boolean;
16144
16144
  is_one_shot: boolean;
@@ -16220,8 +16220,8 @@ declare const device: z.ZodObject<{
16220
16220
  is_quadient_locker?: boolean | undefined;
16221
16221
  } | undefined;
16222
16222
  ultraloq_metadata?: {
16223
- device_id: string;
16224
16223
  time_zone: string | null;
16224
+ device_id: string;
16225
16225
  device_name: string;
16226
16226
  device_type: string;
16227
16227
  } | undefined;
@@ -16422,10 +16422,10 @@ declare const device: z.ZodObject<{
16422
16422
  door_id?: number | undefined;
16423
16423
  iana_timezone?: string | undefined;
16424
16424
  predefined_time_slots?: {
16425
- name: string;
16426
- prefix: number;
16427
16425
  check_in_time: string;
16428
16426
  check_out_time: string;
16427
+ name: string;
16428
+ prefix: number;
16429
16429
  is_24_hour: boolean;
16430
16430
  is_biweekly_mode: boolean;
16431
16431
  is_one_shot: boolean;
@@ -16507,8 +16507,8 @@ declare const device: z.ZodObject<{
16507
16507
  is_quadient_locker?: boolean | undefined;
16508
16508
  } | undefined;
16509
16509
  ultraloq_metadata?: {
16510
- device_id: string;
16511
16510
  time_zone: string | null;
16511
+ device_id: string;
16512
16512
  device_name: string;
16513
16513
  device_type: string;
16514
16514
  } | undefined;
@@ -16547,6 +16547,102 @@ declare const device: z.ZodObject<{
16547
16547
  max_length?: number | undefined;
16548
16548
  }>]>, "many">>>;
16549
16549
  supported_code_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
16550
+ offline_time_frame_options: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
16551
+ display_name: z.ZodString;
16552
+ min_duration: z.ZodOptional<z.ZodString>;
16553
+ max_duration: z.ZodOptional<z.ZodString>;
16554
+ matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
16555
+ time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
16556
+ display_name: z.ZodString;
16557
+ check_in_time: z.ZodString;
16558
+ check_out_time: z.ZodString;
16559
+ }, "strip", z.ZodTypeAny, {
16560
+ display_name: string;
16561
+ check_in_time: string;
16562
+ check_out_time: string;
16563
+ }, {
16564
+ display_name: string;
16565
+ check_in_time: string;
16566
+ check_out_time: string;
16567
+ }>, "many">>;
16568
+ start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
16569
+ end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
16570
+ time_zone: z.ZodOptional<z.ZodString>;
16571
+ }, "strip", z.ZodTypeAny, {
16572
+ display_name: string;
16573
+ min_duration?: string | undefined;
16574
+ max_duration?: string | undefined;
16575
+ matching_start_end_time?: true | undefined;
16576
+ time_pairs?: {
16577
+ display_name: string;
16578
+ check_in_time: string;
16579
+ check_out_time: string;
16580
+ }[] | undefined;
16581
+ start_date_recurrence_rule?: string | undefined;
16582
+ end_date_recurrence_rule?: string | undefined;
16583
+ time_zone?: string | undefined;
16584
+ }, {
16585
+ display_name: string;
16586
+ min_duration?: string | undefined;
16587
+ max_duration?: string | undefined;
16588
+ matching_start_end_time?: true | undefined;
16589
+ time_pairs?: {
16590
+ display_name: string;
16591
+ check_in_time: string;
16592
+ check_out_time: string;
16593
+ }[] | undefined;
16594
+ start_date_recurrence_rule?: string | undefined;
16595
+ end_date_recurrence_rule?: string | undefined;
16596
+ time_zone?: string | undefined;
16597
+ }>, "many">>>;
16598
+ online_time_frame_options: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
16599
+ display_name: z.ZodString;
16600
+ min_duration: z.ZodOptional<z.ZodString>;
16601
+ max_duration: z.ZodOptional<z.ZodString>;
16602
+ matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
16603
+ time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
16604
+ display_name: z.ZodString;
16605
+ check_in_time: z.ZodString;
16606
+ check_out_time: z.ZodString;
16607
+ }, "strip", z.ZodTypeAny, {
16608
+ display_name: string;
16609
+ check_in_time: string;
16610
+ check_out_time: string;
16611
+ }, {
16612
+ display_name: string;
16613
+ check_in_time: string;
16614
+ check_out_time: string;
16615
+ }>, "many">>;
16616
+ start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
16617
+ end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
16618
+ time_zone: z.ZodOptional<z.ZodString>;
16619
+ }, "strip", z.ZodTypeAny, {
16620
+ display_name: string;
16621
+ min_duration?: string | undefined;
16622
+ max_duration?: string | undefined;
16623
+ matching_start_end_time?: true | undefined;
16624
+ time_pairs?: {
16625
+ display_name: string;
16626
+ check_in_time: string;
16627
+ check_out_time: string;
16628
+ }[] | undefined;
16629
+ start_date_recurrence_rule?: string | undefined;
16630
+ end_date_recurrence_rule?: string | undefined;
16631
+ time_zone?: string | undefined;
16632
+ }, {
16633
+ display_name: string;
16634
+ min_duration?: string | undefined;
16635
+ max_duration?: string | undefined;
16636
+ matching_start_end_time?: true | undefined;
16637
+ time_pairs?: {
16638
+ display_name: string;
16639
+ check_in_time: string;
16640
+ check_out_time: string;
16641
+ }[] | undefined;
16642
+ start_date_recurrence_rule?: string | undefined;
16643
+ end_date_recurrence_rule?: string | undefined;
16644
+ time_zone?: string | undefined;
16645
+ }>, "many">>>;
16550
16646
  max_active_codes_supported: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
16551
16647
  supports_backup_access_code_pool: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
16552
16648
  has_native_entry_events: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
@@ -16572,6 +16668,34 @@ declare const device: z.ZodObject<{
16572
16668
  max_length?: number | undefined;
16573
16669
  })[] | undefined;
16574
16670
  supported_code_lengths?: number[] | undefined;
16671
+ offline_time_frame_options?: {
16672
+ display_name: string;
16673
+ min_duration?: string | undefined;
16674
+ max_duration?: string | undefined;
16675
+ matching_start_end_time?: true | undefined;
16676
+ time_pairs?: {
16677
+ display_name: string;
16678
+ check_in_time: string;
16679
+ check_out_time: string;
16680
+ }[] | undefined;
16681
+ start_date_recurrence_rule?: string | undefined;
16682
+ end_date_recurrence_rule?: string | undefined;
16683
+ time_zone?: string | undefined;
16684
+ }[] | undefined;
16685
+ online_time_frame_options?: {
16686
+ display_name: string;
16687
+ min_duration?: string | undefined;
16688
+ max_duration?: string | undefined;
16689
+ matching_start_end_time?: true | undefined;
16690
+ time_pairs?: {
16691
+ display_name: string;
16692
+ check_in_time: string;
16693
+ check_out_time: string;
16694
+ }[] | undefined;
16695
+ start_date_recurrence_rule?: string | undefined;
16696
+ end_date_recurrence_rule?: string | undefined;
16697
+ time_zone?: string | undefined;
16698
+ }[] | undefined;
16575
16699
  max_active_codes_supported?: number | undefined;
16576
16700
  supports_backup_access_code_pool?: boolean | undefined;
16577
16701
  has_native_entry_events?: boolean | undefined;
@@ -16592,6 +16716,34 @@ declare const device: z.ZodObject<{
16592
16716
  max_length?: number | undefined;
16593
16717
  })[] | undefined;
16594
16718
  supported_code_lengths?: number[] | undefined;
16719
+ offline_time_frame_options?: {
16720
+ display_name: string;
16721
+ min_duration?: string | undefined;
16722
+ max_duration?: string | undefined;
16723
+ matching_start_end_time?: true | undefined;
16724
+ time_pairs?: {
16725
+ display_name: string;
16726
+ check_in_time: string;
16727
+ check_out_time: string;
16728
+ }[] | undefined;
16729
+ start_date_recurrence_rule?: string | undefined;
16730
+ end_date_recurrence_rule?: string | undefined;
16731
+ time_zone?: string | undefined;
16732
+ }[] | undefined;
16733
+ online_time_frame_options?: {
16734
+ display_name: string;
16735
+ min_duration?: string | undefined;
16736
+ max_duration?: string | undefined;
16737
+ matching_start_end_time?: true | undefined;
16738
+ time_pairs?: {
16739
+ display_name: string;
16740
+ check_in_time: string;
16741
+ check_out_time: string;
16742
+ }[] | undefined;
16743
+ start_date_recurrence_rule?: string | undefined;
16744
+ end_date_recurrence_rule?: string | undefined;
16745
+ time_zone?: string | undefined;
16746
+ }[] | undefined;
16595
16747
  max_active_codes_supported?: number | undefined;
16596
16748
  supports_backup_access_code_pool?: boolean | undefined;
16597
16749
  has_native_entry_events?: boolean | undefined;
@@ -16643,12 +16795,12 @@ declare const device: z.ZodObject<{
16643
16795
  owner: "user" | "system";
16644
16796
  }>>>;
16645
16797
  }, "strip", z.ZodTypeAny, {
16798
+ display_name?: string | undefined;
16646
16799
  climate_preset_key?: string | undefined;
16647
16800
  can_edit?: boolean | undefined;
16648
16801
  can_delete?: boolean | undefined;
16649
16802
  can_use_with_thermostat_daily_programs?: boolean | undefined;
16650
16803
  name?: string | null | undefined;
16651
- display_name?: string | undefined;
16652
16804
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
16653
16805
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
16654
16806
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -16663,12 +16815,12 @@ declare const device: z.ZodObject<{
16663
16815
  owner: "user" | "system";
16664
16816
  } | undefined;
16665
16817
  }, {
16818
+ display_name?: string | undefined;
16666
16819
  climate_preset_key?: string | undefined;
16667
16820
  can_edit?: boolean | undefined;
16668
16821
  can_delete?: boolean | undefined;
16669
16822
  can_use_with_thermostat_daily_programs?: boolean | undefined;
16670
16823
  name?: string | null | undefined;
16671
- display_name?: string | undefined;
16672
16824
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
16673
16825
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
16674
16826
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -16712,12 +16864,12 @@ declare const device: z.ZodObject<{
16712
16864
  owner: "user" | "system";
16713
16865
  }>>>;
16714
16866
  }, "strip", z.ZodTypeAny, {
16867
+ display_name?: string | undefined;
16715
16868
  climate_preset_key?: string | undefined;
16716
16869
  can_edit?: boolean | undefined;
16717
16870
  can_delete?: boolean | undefined;
16718
16871
  can_use_with_thermostat_daily_programs?: boolean | undefined;
16719
16872
  name?: string | null | undefined;
16720
- display_name?: string | undefined;
16721
16873
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
16722
16874
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
16723
16875
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -16732,12 +16884,12 @@ declare const device: z.ZodObject<{
16732
16884
  owner: "user" | "system";
16733
16885
  } | undefined;
16734
16886
  }, {
16887
+ display_name?: string | undefined;
16735
16888
  climate_preset_key?: string | undefined;
16736
16889
  can_edit?: boolean | undefined;
16737
16890
  can_delete?: boolean | undefined;
16738
16891
  can_use_with_thermostat_daily_programs?: boolean | undefined;
16739
16892
  name?: string | null | undefined;
16740
- display_name?: string | undefined;
16741
16893
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
16742
16894
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
16743
16895
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -16781,11 +16933,11 @@ declare const device: z.ZodObject<{
16781
16933
  owner: "user" | "system";
16782
16934
  }>>;
16783
16935
  }, "strip", z.ZodTypeAny, {
16936
+ display_name: string;
16784
16937
  climate_preset_key: string;
16785
16938
  can_edit: boolean;
16786
16939
  can_delete: boolean;
16787
16940
  can_use_with_thermostat_daily_programs: boolean;
16788
- display_name: string;
16789
16941
  manual_override_allowed: boolean;
16790
16942
  name?: string | null | undefined;
16791
16943
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -16801,11 +16953,11 @@ declare const device: z.ZodObject<{
16801
16953
  owner: "user" | "system";
16802
16954
  } | undefined;
16803
16955
  }, {
16956
+ display_name: string;
16804
16957
  climate_preset_key: string;
16805
16958
  can_edit: boolean;
16806
16959
  can_delete: boolean;
16807
16960
  can_use_with_thermostat_daily_programs: boolean;
16808
- display_name: string;
16809
16961
  manual_override_allowed: boolean;
16810
16962
  name?: string | null | undefined;
16811
16963
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -16982,12 +17134,12 @@ declare const device: z.ZodObject<{
16982
17134
  is_fan_running?: boolean | undefined;
16983
17135
  is_temporary_manual_override_active?: boolean | undefined;
16984
17136
  current_climate_setting?: {
17137
+ display_name?: string | undefined;
16985
17138
  climate_preset_key?: string | undefined;
16986
17139
  can_edit?: boolean | undefined;
16987
17140
  can_delete?: boolean | undefined;
16988
17141
  can_use_with_thermostat_daily_programs?: boolean | undefined;
16989
17142
  name?: string | null | undefined;
16990
- display_name?: string | undefined;
16991
17143
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
16992
17144
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
16993
17145
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -17003,12 +17155,12 @@ declare const device: z.ZodObject<{
17003
17155
  } | undefined;
17004
17156
  } | undefined;
17005
17157
  default_climate_setting?: {
17158
+ display_name?: string | undefined;
17006
17159
  climate_preset_key?: string | undefined;
17007
17160
  can_edit?: boolean | undefined;
17008
17161
  can_delete?: boolean | undefined;
17009
17162
  can_use_with_thermostat_daily_programs?: boolean | undefined;
17010
17163
  name?: string | null | undefined;
17011
- display_name?: string | undefined;
17012
17164
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
17013
17165
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
17014
17166
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -17024,11 +17176,11 @@ declare const device: z.ZodObject<{
17024
17176
  } | undefined;
17025
17177
  } | undefined;
17026
17178
  available_climate_presets?: {
17179
+ display_name: string;
17027
17180
  climate_preset_key: string;
17028
17181
  can_edit: boolean;
17029
17182
  can_delete: boolean;
17030
17183
  can_use_with_thermostat_daily_programs: boolean;
17031
- display_name: string;
17032
17184
  manual_override_allowed: boolean;
17033
17185
  name?: string | null | undefined;
17034
17186
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -17115,12 +17267,12 @@ declare const device: z.ZodObject<{
17115
17267
  is_fan_running?: boolean | undefined;
17116
17268
  is_temporary_manual_override_active?: boolean | undefined;
17117
17269
  current_climate_setting?: {
17270
+ display_name?: string | undefined;
17118
17271
  climate_preset_key?: string | undefined;
17119
17272
  can_edit?: boolean | undefined;
17120
17273
  can_delete?: boolean | undefined;
17121
17274
  can_use_with_thermostat_daily_programs?: boolean | undefined;
17122
17275
  name?: string | null | undefined;
17123
- display_name?: string | undefined;
17124
17276
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
17125
17277
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
17126
17278
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -17136,12 +17288,12 @@ declare const device: z.ZodObject<{
17136
17288
  } | undefined;
17137
17289
  } | undefined;
17138
17290
  default_climate_setting?: {
17291
+ display_name?: string | undefined;
17139
17292
  climate_preset_key?: string | undefined;
17140
17293
  can_edit?: boolean | undefined;
17141
17294
  can_delete?: boolean | undefined;
17142
17295
  can_use_with_thermostat_daily_programs?: boolean | undefined;
17143
17296
  name?: string | null | undefined;
17144
- display_name?: string | undefined;
17145
17297
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
17146
17298
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
17147
17299
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -17157,11 +17309,11 @@ declare const device: z.ZodObject<{
17157
17309
  } | undefined;
17158
17310
  } | undefined;
17159
17311
  available_climate_presets?: {
17312
+ display_name: string;
17160
17313
  climate_preset_key: string;
17161
17314
  can_edit: boolean;
17162
17315
  can_delete: boolean;
17163
17316
  can_use_with_thermostat_daily_programs: boolean;
17164
- display_name: string;
17165
17317
  manual_override_allowed: boolean;
17166
17318
  name?: string | null | undefined;
17167
17319
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -18483,10 +18635,10 @@ declare const device: z.ZodObject<{
18483
18635
  door_id?: number | undefined;
18484
18636
  iana_timezone?: string | undefined;
18485
18637
  predefined_time_slots?: {
18486
- name: string;
18487
- prefix: number;
18488
18638
  check_in_time: string;
18489
18639
  check_out_time: string;
18640
+ name: string;
18641
+ prefix: number;
18490
18642
  is_24_hour: boolean;
18491
18643
  is_biweekly_mode: boolean;
18492
18644
  is_one_shot: boolean;
@@ -18568,8 +18720,8 @@ declare const device: z.ZodObject<{
18568
18720
  is_quadient_locker?: boolean | undefined;
18569
18721
  } | undefined;
18570
18722
  ultraloq_metadata?: {
18571
- device_id: string;
18572
18723
  time_zone: string | null;
18724
+ device_id: string;
18573
18725
  device_name: string;
18574
18726
  device_type: string;
18575
18727
  } | undefined;
@@ -18596,6 +18748,34 @@ declare const device: z.ZodObject<{
18596
18748
  max_length?: number | undefined;
18597
18749
  })[] | undefined;
18598
18750
  supported_code_lengths?: number[] | undefined;
18751
+ offline_time_frame_options?: {
18752
+ display_name: string;
18753
+ min_duration?: string | undefined;
18754
+ max_duration?: string | undefined;
18755
+ matching_start_end_time?: true | undefined;
18756
+ time_pairs?: {
18757
+ display_name: string;
18758
+ check_in_time: string;
18759
+ check_out_time: string;
18760
+ }[] | undefined;
18761
+ start_date_recurrence_rule?: string | undefined;
18762
+ end_date_recurrence_rule?: string | undefined;
18763
+ time_zone?: string | undefined;
18764
+ }[] | undefined;
18765
+ online_time_frame_options?: {
18766
+ display_name: string;
18767
+ min_duration?: string | undefined;
18768
+ max_duration?: string | undefined;
18769
+ matching_start_end_time?: true | undefined;
18770
+ time_pairs?: {
18771
+ display_name: string;
18772
+ check_in_time: string;
18773
+ check_out_time: string;
18774
+ }[] | undefined;
18775
+ start_date_recurrence_rule?: string | undefined;
18776
+ end_date_recurrence_rule?: string | undefined;
18777
+ time_zone?: string | undefined;
18778
+ }[] | undefined;
18599
18779
  max_active_codes_supported?: number | undefined;
18600
18780
  supports_backup_access_code_pool?: boolean | undefined;
18601
18781
  has_native_entry_events?: boolean | undefined;
@@ -18619,12 +18799,12 @@ declare const device: z.ZodObject<{
18619
18799
  is_fan_running?: boolean | undefined;
18620
18800
  is_temporary_manual_override_active?: boolean | undefined;
18621
18801
  current_climate_setting?: {
18802
+ display_name?: string | undefined;
18622
18803
  climate_preset_key?: string | undefined;
18623
18804
  can_edit?: boolean | undefined;
18624
18805
  can_delete?: boolean | undefined;
18625
18806
  can_use_with_thermostat_daily_programs?: boolean | undefined;
18626
18807
  name?: string | null | undefined;
18627
- display_name?: string | undefined;
18628
18808
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
18629
18809
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
18630
18810
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -18640,12 +18820,12 @@ declare const device: z.ZodObject<{
18640
18820
  } | undefined;
18641
18821
  } | undefined;
18642
18822
  default_climate_setting?: {
18823
+ display_name?: string | undefined;
18643
18824
  climate_preset_key?: string | undefined;
18644
18825
  can_edit?: boolean | undefined;
18645
18826
  can_delete?: boolean | undefined;
18646
18827
  can_use_with_thermostat_daily_programs?: boolean | undefined;
18647
18828
  name?: string | null | undefined;
18648
- display_name?: string | undefined;
18649
18829
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
18650
18830
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
18651
18831
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -18661,11 +18841,11 @@ declare const device: z.ZodObject<{
18661
18841
  } | undefined;
18662
18842
  } | undefined;
18663
18843
  available_climate_presets?: {
18844
+ display_name: string;
18664
18845
  climate_preset_key: string;
18665
18846
  can_edit: boolean;
18666
18847
  can_delete: boolean;
18667
18848
  can_use_with_thermostat_daily_programs: boolean;
18668
- display_name: string;
18669
18849
  manual_override_allowed: boolean;
18670
18850
  name?: string | null | undefined;
18671
18851
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -19238,10 +19418,10 @@ declare const device: z.ZodObject<{
19238
19418
  door_id?: number | undefined;
19239
19419
  iana_timezone?: string | undefined;
19240
19420
  predefined_time_slots?: {
19241
- name: string;
19242
- prefix: number;
19243
19421
  check_in_time: string;
19244
19422
  check_out_time: string;
19423
+ name: string;
19424
+ prefix: number;
19245
19425
  is_24_hour: boolean;
19246
19426
  is_biweekly_mode: boolean;
19247
19427
  is_one_shot: boolean;
@@ -19323,8 +19503,8 @@ declare const device: z.ZodObject<{
19323
19503
  is_quadient_locker?: boolean | undefined;
19324
19504
  } | undefined;
19325
19505
  ultraloq_metadata?: {
19326
- device_id: string;
19327
19506
  time_zone: string | null;
19507
+ device_id: string;
19328
19508
  device_name: string;
19329
19509
  device_type: string;
19330
19510
  } | undefined;
@@ -19351,6 +19531,34 @@ declare const device: z.ZodObject<{
19351
19531
  max_length?: number | undefined;
19352
19532
  })[] | undefined;
19353
19533
  supported_code_lengths?: number[] | undefined;
19534
+ offline_time_frame_options?: {
19535
+ display_name: string;
19536
+ min_duration?: string | undefined;
19537
+ max_duration?: string | undefined;
19538
+ matching_start_end_time?: true | undefined;
19539
+ time_pairs?: {
19540
+ display_name: string;
19541
+ check_in_time: string;
19542
+ check_out_time: string;
19543
+ }[] | undefined;
19544
+ start_date_recurrence_rule?: string | undefined;
19545
+ end_date_recurrence_rule?: string | undefined;
19546
+ time_zone?: string | undefined;
19547
+ }[] | undefined;
19548
+ online_time_frame_options?: {
19549
+ display_name: string;
19550
+ min_duration?: string | undefined;
19551
+ max_duration?: string | undefined;
19552
+ matching_start_end_time?: true | undefined;
19553
+ time_pairs?: {
19554
+ display_name: string;
19555
+ check_in_time: string;
19556
+ check_out_time: string;
19557
+ }[] | undefined;
19558
+ start_date_recurrence_rule?: string | undefined;
19559
+ end_date_recurrence_rule?: string | undefined;
19560
+ time_zone?: string | undefined;
19561
+ }[] | undefined;
19354
19562
  max_active_codes_supported?: number | undefined;
19355
19563
  supports_backup_access_code_pool?: boolean | undefined;
19356
19564
  has_native_entry_events?: boolean | undefined;
@@ -19374,12 +19582,12 @@ declare const device: z.ZodObject<{
19374
19582
  is_fan_running?: boolean | undefined;
19375
19583
  is_temporary_manual_override_active?: boolean | undefined;
19376
19584
  current_climate_setting?: {
19585
+ display_name?: string | undefined;
19377
19586
  climate_preset_key?: string | undefined;
19378
19587
  can_edit?: boolean | undefined;
19379
19588
  can_delete?: boolean | undefined;
19380
19589
  can_use_with_thermostat_daily_programs?: boolean | undefined;
19381
19590
  name?: string | null | undefined;
19382
- display_name?: string | undefined;
19383
19591
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
19384
19592
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
19385
19593
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -19395,12 +19603,12 @@ declare const device: z.ZodObject<{
19395
19603
  } | undefined;
19396
19604
  } | undefined;
19397
19605
  default_climate_setting?: {
19606
+ display_name?: string | undefined;
19398
19607
  climate_preset_key?: string | undefined;
19399
19608
  can_edit?: boolean | undefined;
19400
19609
  can_delete?: boolean | undefined;
19401
19610
  can_use_with_thermostat_daily_programs?: boolean | undefined;
19402
19611
  name?: string | null | undefined;
19403
- display_name?: string | undefined;
19404
19612
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
19405
19613
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
19406
19614
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -19416,11 +19624,11 @@ declare const device: z.ZodObject<{
19416
19624
  } | undefined;
19417
19625
  } | undefined;
19418
19626
  available_climate_presets?: {
19627
+ display_name: string;
19419
19628
  climate_preset_key: string;
19420
19629
  can_edit: boolean;
19421
19630
  can_delete: boolean;
19422
19631
  can_use_with_thermostat_daily_programs: boolean;
19423
- display_name: string;
19424
19632
  manual_override_allowed: boolean;
19425
19633
  name?: string | null | undefined;
19426
19634
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -20482,10 +20690,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20482
20690
  dormakaba_oracode_user_level_prefix: z.ZodNumber;
20483
20691
  dormakaba_oracode_user_level_id: z.ZodString;
20484
20692
  }, "strip", z.ZodTypeAny, {
20485
- name: string;
20486
- prefix: number;
20487
20693
  check_in_time: string;
20488
20694
  check_out_time: string;
20695
+ name: string;
20696
+ prefix: number;
20489
20697
  is_24_hour: boolean;
20490
20698
  is_biweekly_mode: boolean;
20491
20699
  is_one_shot: boolean;
@@ -20493,10 +20701,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20493
20701
  dormakaba_oracode_user_level_prefix: number;
20494
20702
  dormakaba_oracode_user_level_id: string;
20495
20703
  }, {
20496
- name: string;
20497
- prefix: number;
20498
20704
  check_in_time: string;
20499
20705
  check_out_time: string;
20706
+ name: string;
20707
+ prefix: number;
20500
20708
  is_24_hour: boolean;
20501
20709
  is_biweekly_mode: boolean;
20502
20710
  is_one_shot: boolean;
@@ -20513,10 +20721,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20513
20721
  door_id?: number | undefined;
20514
20722
  iana_timezone?: string | undefined;
20515
20723
  predefined_time_slots?: {
20516
- name: string;
20517
- prefix: number;
20518
20724
  check_in_time: string;
20519
20725
  check_out_time: string;
20726
+ name: string;
20727
+ prefix: number;
20520
20728
  is_24_hour: boolean;
20521
20729
  is_biweekly_mode: boolean;
20522
20730
  is_one_shot: boolean;
@@ -20533,10 +20741,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20533
20741
  door_id?: number | undefined;
20534
20742
  iana_timezone?: string | undefined;
20535
20743
  predefined_time_slots?: {
20536
- name: string;
20537
- prefix: number;
20538
20744
  check_in_time: string;
20539
20745
  check_out_time: string;
20746
+ name: string;
20747
+ prefix: number;
20540
20748
  is_24_hour: boolean;
20541
20749
  is_biweekly_mode: boolean;
20542
20750
  is_one_shot: boolean;
@@ -20749,13 +20957,13 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20749
20957
  device_type: z.ZodString;
20750
20958
  time_zone: z.ZodNullable<z.ZodString>;
20751
20959
  }, "strip", z.ZodTypeAny, {
20752
- device_id: string;
20753
20960
  time_zone: string | null;
20961
+ device_id: string;
20754
20962
  device_name: string;
20755
20963
  device_type: string;
20756
20964
  }, {
20757
- device_id: string;
20758
20965
  time_zone: string | null;
20966
+ device_id: string;
20759
20967
  device_name: string;
20760
20968
  device_type: string;
20761
20969
  }>>;
@@ -20978,10 +21186,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20978
21186
  door_id?: number | undefined;
20979
21187
  iana_timezone?: string | undefined;
20980
21188
  predefined_time_slots?: {
20981
- name: string;
20982
- prefix: number;
20983
21189
  check_in_time: string;
20984
21190
  check_out_time: string;
21191
+ name: string;
21192
+ prefix: number;
20985
21193
  is_24_hour: boolean;
20986
21194
  is_biweekly_mode: boolean;
20987
21195
  is_one_shot: boolean;
@@ -21063,8 +21271,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21063
21271
  is_quadient_locker?: boolean | undefined;
21064
21272
  } | undefined;
21065
21273
  ultraloq_metadata?: {
21066
- device_id: string;
21067
21274
  time_zone: string | null;
21275
+ device_id: string;
21068
21276
  device_name: string;
21069
21277
  device_type: string;
21070
21278
  } | undefined;
@@ -21265,10 +21473,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21265
21473
  door_id?: number | undefined;
21266
21474
  iana_timezone?: string | undefined;
21267
21475
  predefined_time_slots?: {
21268
- name: string;
21269
- prefix: number;
21270
21476
  check_in_time: string;
21271
21477
  check_out_time: string;
21478
+ name: string;
21479
+ prefix: number;
21272
21480
  is_24_hour: boolean;
21273
21481
  is_biweekly_mode: boolean;
21274
21482
  is_one_shot: boolean;
@@ -21350,8 +21558,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21350
21558
  is_quadient_locker?: boolean | undefined;
21351
21559
  } | undefined;
21352
21560
  ultraloq_metadata?: {
21353
- device_id: string;
21354
21561
  time_zone: string | null;
21562
+ device_id: string;
21355
21563
  device_name: string;
21356
21564
  device_type: string;
21357
21565
  } | undefined;
@@ -21390,6 +21598,102 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21390
21598
  max_length?: number | undefined;
21391
21599
  }>]>, "many">>>;
21392
21600
  supported_code_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
21601
+ offline_time_frame_options: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
21602
+ display_name: z.ZodString;
21603
+ min_duration: z.ZodOptional<z.ZodString>;
21604
+ max_duration: z.ZodOptional<z.ZodString>;
21605
+ matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
21606
+ time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
21607
+ display_name: z.ZodString;
21608
+ check_in_time: z.ZodString;
21609
+ check_out_time: z.ZodString;
21610
+ }, "strip", z.ZodTypeAny, {
21611
+ display_name: string;
21612
+ check_in_time: string;
21613
+ check_out_time: string;
21614
+ }, {
21615
+ display_name: string;
21616
+ check_in_time: string;
21617
+ check_out_time: string;
21618
+ }>, "many">>;
21619
+ start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
21620
+ end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
21621
+ time_zone: z.ZodOptional<z.ZodString>;
21622
+ }, "strip", z.ZodTypeAny, {
21623
+ display_name: string;
21624
+ min_duration?: string | undefined;
21625
+ max_duration?: string | undefined;
21626
+ matching_start_end_time?: true | undefined;
21627
+ time_pairs?: {
21628
+ display_name: string;
21629
+ check_in_time: string;
21630
+ check_out_time: string;
21631
+ }[] | undefined;
21632
+ start_date_recurrence_rule?: string | undefined;
21633
+ end_date_recurrence_rule?: string | undefined;
21634
+ time_zone?: string | undefined;
21635
+ }, {
21636
+ display_name: string;
21637
+ min_duration?: string | undefined;
21638
+ max_duration?: string | undefined;
21639
+ matching_start_end_time?: true | undefined;
21640
+ time_pairs?: {
21641
+ display_name: string;
21642
+ check_in_time: string;
21643
+ check_out_time: string;
21644
+ }[] | undefined;
21645
+ start_date_recurrence_rule?: string | undefined;
21646
+ end_date_recurrence_rule?: string | undefined;
21647
+ time_zone?: string | undefined;
21648
+ }>, "many">>>;
21649
+ online_time_frame_options: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
21650
+ display_name: z.ZodString;
21651
+ min_duration: z.ZodOptional<z.ZodString>;
21652
+ max_duration: z.ZodOptional<z.ZodString>;
21653
+ matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
21654
+ time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
21655
+ display_name: z.ZodString;
21656
+ check_in_time: z.ZodString;
21657
+ check_out_time: z.ZodString;
21658
+ }, "strip", z.ZodTypeAny, {
21659
+ display_name: string;
21660
+ check_in_time: string;
21661
+ check_out_time: string;
21662
+ }, {
21663
+ display_name: string;
21664
+ check_in_time: string;
21665
+ check_out_time: string;
21666
+ }>, "many">>;
21667
+ start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
21668
+ end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
21669
+ time_zone: z.ZodOptional<z.ZodString>;
21670
+ }, "strip", z.ZodTypeAny, {
21671
+ display_name: string;
21672
+ min_duration?: string | undefined;
21673
+ max_duration?: string | undefined;
21674
+ matching_start_end_time?: true | undefined;
21675
+ time_pairs?: {
21676
+ display_name: string;
21677
+ check_in_time: string;
21678
+ check_out_time: string;
21679
+ }[] | undefined;
21680
+ start_date_recurrence_rule?: string | undefined;
21681
+ end_date_recurrence_rule?: string | undefined;
21682
+ time_zone?: string | undefined;
21683
+ }, {
21684
+ display_name: string;
21685
+ min_duration?: string | undefined;
21686
+ max_duration?: string | undefined;
21687
+ matching_start_end_time?: true | undefined;
21688
+ time_pairs?: {
21689
+ display_name: string;
21690
+ check_in_time: string;
21691
+ check_out_time: string;
21692
+ }[] | undefined;
21693
+ start_date_recurrence_rule?: string | undefined;
21694
+ end_date_recurrence_rule?: string | undefined;
21695
+ time_zone?: string | undefined;
21696
+ }>, "many">>>;
21393
21697
  max_active_codes_supported: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
21394
21698
  supports_backup_access_code_pool: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
21395
21699
  has_native_entry_events: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
@@ -21415,6 +21719,34 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21415
21719
  max_length?: number | undefined;
21416
21720
  })[] | undefined;
21417
21721
  supported_code_lengths?: number[] | undefined;
21722
+ offline_time_frame_options?: {
21723
+ display_name: string;
21724
+ min_duration?: string | undefined;
21725
+ max_duration?: string | undefined;
21726
+ matching_start_end_time?: true | undefined;
21727
+ time_pairs?: {
21728
+ display_name: string;
21729
+ check_in_time: string;
21730
+ check_out_time: string;
21731
+ }[] | undefined;
21732
+ start_date_recurrence_rule?: string | undefined;
21733
+ end_date_recurrence_rule?: string | undefined;
21734
+ time_zone?: string | undefined;
21735
+ }[] | undefined;
21736
+ online_time_frame_options?: {
21737
+ display_name: string;
21738
+ min_duration?: string | undefined;
21739
+ max_duration?: string | undefined;
21740
+ matching_start_end_time?: true | undefined;
21741
+ time_pairs?: {
21742
+ display_name: string;
21743
+ check_in_time: string;
21744
+ check_out_time: string;
21745
+ }[] | undefined;
21746
+ start_date_recurrence_rule?: string | undefined;
21747
+ end_date_recurrence_rule?: string | undefined;
21748
+ time_zone?: string | undefined;
21749
+ }[] | undefined;
21418
21750
  max_active_codes_supported?: number | undefined;
21419
21751
  supports_backup_access_code_pool?: boolean | undefined;
21420
21752
  has_native_entry_events?: boolean | undefined;
@@ -21435,6 +21767,34 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21435
21767
  max_length?: number | undefined;
21436
21768
  })[] | undefined;
21437
21769
  supported_code_lengths?: number[] | undefined;
21770
+ offline_time_frame_options?: {
21771
+ display_name: string;
21772
+ min_duration?: string | undefined;
21773
+ max_duration?: string | undefined;
21774
+ matching_start_end_time?: true | undefined;
21775
+ time_pairs?: {
21776
+ display_name: string;
21777
+ check_in_time: string;
21778
+ check_out_time: string;
21779
+ }[] | undefined;
21780
+ start_date_recurrence_rule?: string | undefined;
21781
+ end_date_recurrence_rule?: string | undefined;
21782
+ time_zone?: string | undefined;
21783
+ }[] | undefined;
21784
+ online_time_frame_options?: {
21785
+ display_name: string;
21786
+ min_duration?: string | undefined;
21787
+ max_duration?: string | undefined;
21788
+ matching_start_end_time?: true | undefined;
21789
+ time_pairs?: {
21790
+ display_name: string;
21791
+ check_in_time: string;
21792
+ check_out_time: string;
21793
+ }[] | undefined;
21794
+ start_date_recurrence_rule?: string | undefined;
21795
+ end_date_recurrence_rule?: string | undefined;
21796
+ time_zone?: string | undefined;
21797
+ }[] | undefined;
21438
21798
  max_active_codes_supported?: number | undefined;
21439
21799
  supports_backup_access_code_pool?: boolean | undefined;
21440
21800
  has_native_entry_events?: boolean | undefined;
@@ -21486,12 +21846,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21486
21846
  owner: "user" | "system";
21487
21847
  }>>>;
21488
21848
  }, "strip", z.ZodTypeAny, {
21849
+ display_name?: string | undefined;
21489
21850
  climate_preset_key?: string | undefined;
21490
21851
  can_edit?: boolean | undefined;
21491
21852
  can_delete?: boolean | undefined;
21492
21853
  can_use_with_thermostat_daily_programs?: boolean | undefined;
21493
21854
  name?: string | null | undefined;
21494
- display_name?: string | undefined;
21495
21855
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
21496
21856
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
21497
21857
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -21506,12 +21866,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21506
21866
  owner: "user" | "system";
21507
21867
  } | undefined;
21508
21868
  }, {
21869
+ display_name?: string | undefined;
21509
21870
  climate_preset_key?: string | undefined;
21510
21871
  can_edit?: boolean | undefined;
21511
21872
  can_delete?: boolean | undefined;
21512
21873
  can_use_with_thermostat_daily_programs?: boolean | undefined;
21513
21874
  name?: string | null | undefined;
21514
- display_name?: string | undefined;
21515
21875
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
21516
21876
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
21517
21877
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -21555,12 +21915,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21555
21915
  owner: "user" | "system";
21556
21916
  }>>>;
21557
21917
  }, "strip", z.ZodTypeAny, {
21918
+ display_name?: string | undefined;
21558
21919
  climate_preset_key?: string | undefined;
21559
21920
  can_edit?: boolean | undefined;
21560
21921
  can_delete?: boolean | undefined;
21561
21922
  can_use_with_thermostat_daily_programs?: boolean | undefined;
21562
21923
  name?: string | null | undefined;
21563
- display_name?: string | undefined;
21564
21924
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
21565
21925
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
21566
21926
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -21575,12 +21935,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21575
21935
  owner: "user" | "system";
21576
21936
  } | undefined;
21577
21937
  }, {
21938
+ display_name?: string | undefined;
21578
21939
  climate_preset_key?: string | undefined;
21579
21940
  can_edit?: boolean | undefined;
21580
21941
  can_delete?: boolean | undefined;
21581
21942
  can_use_with_thermostat_daily_programs?: boolean | undefined;
21582
21943
  name?: string | null | undefined;
21583
- display_name?: string | undefined;
21584
21944
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
21585
21945
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
21586
21946
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -21624,11 +21984,11 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21624
21984
  owner: "user" | "system";
21625
21985
  }>>;
21626
21986
  }, "strip", z.ZodTypeAny, {
21987
+ display_name: string;
21627
21988
  climate_preset_key: string;
21628
21989
  can_edit: boolean;
21629
21990
  can_delete: boolean;
21630
21991
  can_use_with_thermostat_daily_programs: boolean;
21631
- display_name: string;
21632
21992
  manual_override_allowed: boolean;
21633
21993
  name?: string | null | undefined;
21634
21994
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -21644,11 +22004,11 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21644
22004
  owner: "user" | "system";
21645
22005
  } | undefined;
21646
22006
  }, {
22007
+ display_name: string;
21647
22008
  climate_preset_key: string;
21648
22009
  can_edit: boolean;
21649
22010
  can_delete: boolean;
21650
22011
  can_use_with_thermostat_daily_programs: boolean;
21651
- display_name: string;
21652
22012
  manual_override_allowed: boolean;
21653
22013
  name?: string | null | undefined;
21654
22014
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -21825,12 +22185,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21825
22185
  is_fan_running?: boolean | undefined;
21826
22186
  is_temporary_manual_override_active?: boolean | undefined;
21827
22187
  current_climate_setting?: {
22188
+ display_name?: string | undefined;
21828
22189
  climate_preset_key?: string | undefined;
21829
22190
  can_edit?: boolean | undefined;
21830
22191
  can_delete?: boolean | undefined;
21831
22192
  can_use_with_thermostat_daily_programs?: boolean | undefined;
21832
22193
  name?: string | null | undefined;
21833
- display_name?: string | undefined;
21834
22194
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
21835
22195
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
21836
22196
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -21846,12 +22206,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21846
22206
  } | undefined;
21847
22207
  } | undefined;
21848
22208
  default_climate_setting?: {
22209
+ display_name?: string | undefined;
21849
22210
  climate_preset_key?: string | undefined;
21850
22211
  can_edit?: boolean | undefined;
21851
22212
  can_delete?: boolean | undefined;
21852
22213
  can_use_with_thermostat_daily_programs?: boolean | undefined;
21853
22214
  name?: string | null | undefined;
21854
- display_name?: string | undefined;
21855
22215
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
21856
22216
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
21857
22217
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -21867,11 +22227,11 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21867
22227
  } | undefined;
21868
22228
  } | undefined;
21869
22229
  available_climate_presets?: {
22230
+ display_name: string;
21870
22231
  climate_preset_key: string;
21871
22232
  can_edit: boolean;
21872
22233
  can_delete: boolean;
21873
22234
  can_use_with_thermostat_daily_programs: boolean;
21874
- display_name: string;
21875
22235
  manual_override_allowed: boolean;
21876
22236
  name?: string | null | undefined;
21877
22237
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -21958,12 +22318,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21958
22318
  is_fan_running?: boolean | undefined;
21959
22319
  is_temporary_manual_override_active?: boolean | undefined;
21960
22320
  current_climate_setting?: {
22321
+ display_name?: string | undefined;
21961
22322
  climate_preset_key?: string | undefined;
21962
22323
  can_edit?: boolean | undefined;
21963
22324
  can_delete?: boolean | undefined;
21964
22325
  can_use_with_thermostat_daily_programs?: boolean | undefined;
21965
22326
  name?: string | null | undefined;
21966
- display_name?: string | undefined;
21967
22327
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
21968
22328
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
21969
22329
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -21979,12 +22339,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21979
22339
  } | undefined;
21980
22340
  } | undefined;
21981
22341
  default_climate_setting?: {
22342
+ display_name?: string | undefined;
21982
22343
  climate_preset_key?: string | undefined;
21983
22344
  can_edit?: boolean | undefined;
21984
22345
  can_delete?: boolean | undefined;
21985
22346
  can_use_with_thermostat_daily_programs?: boolean | undefined;
21986
22347
  name?: string | null | undefined;
21987
- display_name?: string | undefined;
21988
22348
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
21989
22349
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
21990
22350
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -22000,11 +22360,11 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22000
22360
  } | undefined;
22001
22361
  } | undefined;
22002
22362
  available_climate_presets?: {
22363
+ display_name: string;
22003
22364
  climate_preset_key: string;
22004
22365
  can_edit: boolean;
22005
22366
  can_delete: boolean;
22006
22367
  can_use_with_thermostat_daily_programs: boolean;
22007
- display_name: string;
22008
22368
  manual_override_allowed: boolean;
22009
22369
  name?: string | null | undefined;
22010
22370
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -28960,8 +29320,8 @@ declare const space: z.ZodObject<{
28960
29320
  parent_space_id: z.ZodOptional<z.ZodString>;
28961
29321
  parent_space_key: z.ZodOptional<z.ZodString>;
28962
29322
  }, "strip", z.ZodTypeAny, {
28963
- name: string;
28964
29323
  display_name: string;
29324
+ name: string;
28965
29325
  workspace_id: string;
28966
29326
  created_at: string;
28967
29327
  device_count: number;
@@ -28982,8 +29342,8 @@ declare const space: z.ZodObject<{
28982
29342
  parent_space_id?: string | undefined;
28983
29343
  parent_space_key?: string | undefined;
28984
29344
  }, {
28985
- name: string;
28986
29345
  display_name: string;
29346
+ name: string;
28987
29347
  workspace_id: string;
28988
29348
  created_at: string;
28989
29349
  device_count: number;
@@ -29035,11 +29395,11 @@ declare const climate_preset: z.ZodObject<{
29035
29395
  owner: "user" | "system";
29036
29396
  }>>;
29037
29397
  }, "strip", z.ZodTypeAny, {
29398
+ display_name: string;
29038
29399
  climate_preset_key: string;
29039
29400
  can_edit: boolean;
29040
29401
  can_delete: boolean;
29041
29402
  can_use_with_thermostat_daily_programs: boolean;
29042
- display_name: string;
29043
29403
  manual_override_allowed: boolean;
29044
29404
  name?: string | null | undefined;
29045
29405
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -29055,11 +29415,11 @@ declare const climate_preset: z.ZodObject<{
29055
29415
  owner: "user" | "system";
29056
29416
  } | undefined;
29057
29417
  }, {
29418
+ display_name: string;
29058
29419
  climate_preset_key: string;
29059
29420
  can_edit: boolean;
29060
29421
  can_delete: boolean;
29061
29422
  can_use_with_thermostat_daily_programs: boolean;
29062
- display_name: string;
29063
29423
  manual_override_allowed: boolean;
29064
29424
  name?: string | null | undefined;
29065
29425
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -31462,7 +31822,7 @@ type Routes = {
31462
31822
  /** Date and time at which Seam created the warning. */
31463
31823
  created_at?: string | undefined;
31464
31824
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31465
- warning_code: 'provider_issue';
31825
+ warning_code: 'code_rotates_periodically';
31466
31826
  } | {
31467
31827
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31468
31828
  message: string;
@@ -31995,7 +32355,7 @@ type Routes = {
31995
32355
  /** Date and time at which Seam created the warning. */
31996
32356
  created_at?: string | undefined;
31997
32357
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31998
- warning_code: 'provider_issue';
32358
+ warning_code: 'code_rotates_periodically';
31999
32359
  } | {
32000
32360
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32001
32361
  message: string;
@@ -34216,7 +34576,7 @@ type Routes = {
34216
34576
  /** Date and time at which Seam created the warning. */
34217
34577
  created_at?: string | undefined;
34218
34578
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34219
- warning_code: 'provider_issue';
34579
+ warning_code: 'code_rotates_periodically';
34220
34580
  } | {
34221
34581
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34222
34582
  message: string;
@@ -34795,7 +35155,7 @@ type Routes = {
34795
35155
  /** Date and time at which Seam created the warning. */
34796
35156
  created_at?: string | undefined;
34797
35157
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34798
- warning_code: 'provider_issue';
35158
+ warning_code: 'code_rotates_periodically';
34799
35159
  } | {
34800
35160
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34801
35161
  message: string;
@@ -35319,7 +35679,7 @@ type Routes = {
35319
35679
  /** Date and time at which Seam created the warning. */
35320
35680
  created_at?: string | undefined;
35321
35681
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35322
- warning_code: 'provider_issue';
35682
+ warning_code: 'code_rotates_periodically';
35323
35683
  } | {
35324
35684
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35325
35685
  message: string;
@@ -35820,7 +36180,7 @@ type Routes = {
35820
36180
  /** Date and time at which Seam created the warning. */
35821
36181
  created_at?: string | undefined;
35822
36182
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35823
- warning_code: 'provider_issue';
36183
+ warning_code: 'code_rotates_periodically';
35824
36184
  } | {
35825
36185
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35826
36186
  message: string;
@@ -36354,7 +36714,7 @@ type Routes = {
36354
36714
  /** Date and time at which Seam created the warning. */
36355
36715
  created_at?: string | undefined;
36356
36716
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36357
- warning_code: 'provider_issue';
36717
+ warning_code: 'code_rotates_periodically';
36358
36718
  } | {
36359
36719
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36360
36720
  message: string;
@@ -38484,7 +38844,7 @@ type Routes = {
38484
38844
  /** Date and time at which Seam created the warning. */
38485
38845
  created_at?: string | undefined;
38486
38846
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38487
- warning_code: 'provider_issue';
38847
+ warning_code: 'code_rotates_periodically';
38488
38848
  } | {
38489
38849
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38490
38850
  message: string;
@@ -38904,7 +39264,7 @@ type Routes = {
38904
39264
  /** Date and time at which Seam created the warning. */
38905
39265
  created_at?: string | undefined;
38906
39266
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38907
- warning_code: 'provider_issue';
39267
+ warning_code: 'code_rotates_periodically';
38908
39268
  } | {
38909
39269
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38910
39270
  message: string;
@@ -41977,6 +42337,58 @@ type Routes = {
41977
42337
  })[] | undefined) | undefined;
41978
42338
  /** Supported code lengths for access codes. */
41979
42339
  supported_code_lengths?: (number[] | undefined) | undefined;
42340
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
42341
+ offline_time_frame_options?: ({
42342
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
42343
+ display_name: string;
42344
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
42345
+ min_duration?: string | undefined;
42346
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
42347
+ max_duration?: string | undefined;
42348
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
42349
+ matching_start_end_time?: true | undefined;
42350
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
42351
+ time_pairs?: {
42352
+ /** Label for the check-in/check-out time pairing. */
42353
+ display_name: string;
42354
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
42355
+ check_in_time: string;
42356
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
42357
+ check_out_time: string;
42358
+ }[] | undefined;
42359
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
42360
+ start_date_recurrence_rule?: string | undefined;
42361
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
42362
+ end_date_recurrence_rule?: string | undefined;
42363
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
42364
+ time_zone?: string | undefined;
42365
+ }[] | undefined) | undefined;
42366
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
42367
+ online_time_frame_options?: ({
42368
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
42369
+ display_name: string;
42370
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
42371
+ min_duration?: string | undefined;
42372
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
42373
+ max_duration?: string | undefined;
42374
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
42375
+ matching_start_end_time?: true | undefined;
42376
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
42377
+ time_pairs?: {
42378
+ /** Label for the check-in/check-out time pairing. */
42379
+ display_name: string;
42380
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
42381
+ check_in_time: string;
42382
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
42383
+ check_out_time: string;
42384
+ }[] | undefined;
42385
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
42386
+ start_date_recurrence_rule?: string | undefined;
42387
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
42388
+ end_date_recurrence_rule?: string | undefined;
42389
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
42390
+ time_zone?: string | undefined;
42391
+ }[] | undefined) | undefined;
41980
42392
  /** Maximum number of active access codes that the device supports. */
41981
42393
  max_active_codes_supported?: (number | undefined) | undefined;
41982
42394
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -48625,6 +49037,58 @@ type Routes = {
48625
49037
  })[] | undefined) | undefined;
48626
49038
  /** Supported code lengths for access codes. */
48627
49039
  supported_code_lengths?: (number[] | undefined) | undefined;
49040
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
49041
+ offline_time_frame_options?: ({
49042
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
49043
+ display_name: string;
49044
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
49045
+ min_duration?: string | undefined;
49046
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
49047
+ max_duration?: string | undefined;
49048
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
49049
+ matching_start_end_time?: true | undefined;
49050
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
49051
+ time_pairs?: {
49052
+ /** Label for the check-in/check-out time pairing. */
49053
+ display_name: string;
49054
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
49055
+ check_in_time: string;
49056
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
49057
+ check_out_time: string;
49058
+ }[] | undefined;
49059
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
49060
+ start_date_recurrence_rule?: string | undefined;
49061
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
49062
+ end_date_recurrence_rule?: string | undefined;
49063
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
49064
+ time_zone?: string | undefined;
49065
+ }[] | undefined) | undefined;
49066
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
49067
+ online_time_frame_options?: ({
49068
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
49069
+ display_name: string;
49070
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
49071
+ min_duration?: string | undefined;
49072
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
49073
+ max_duration?: string | undefined;
49074
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
49075
+ matching_start_end_time?: true | undefined;
49076
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
49077
+ time_pairs?: {
49078
+ /** Label for the check-in/check-out time pairing. */
49079
+ display_name: string;
49080
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
49081
+ check_in_time: string;
49082
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
49083
+ check_out_time: string;
49084
+ }[] | undefined;
49085
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
49086
+ start_date_recurrence_rule?: string | undefined;
49087
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
49088
+ end_date_recurrence_rule?: string | undefined;
49089
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
49090
+ time_zone?: string | undefined;
49091
+ }[] | undefined) | undefined;
48628
49092
  /** Maximum number of active access codes that the device supports. */
48629
49093
  max_active_codes_supported?: (number | undefined) | undefined;
48630
49094
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -71045,6 +71509,58 @@ type Routes = {
71045
71509
  })[] | undefined) | undefined;
71046
71510
  /** Supported code lengths for access codes. */
71047
71511
  supported_code_lengths?: (number[] | undefined) | undefined;
71512
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
71513
+ offline_time_frame_options?: ({
71514
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
71515
+ display_name: string;
71516
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
71517
+ min_duration?: string | undefined;
71518
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
71519
+ max_duration?: string | undefined;
71520
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
71521
+ matching_start_end_time?: true | undefined;
71522
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
71523
+ time_pairs?: {
71524
+ /** Label for the check-in/check-out time pairing. */
71525
+ display_name: string;
71526
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
71527
+ check_in_time: string;
71528
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
71529
+ check_out_time: string;
71530
+ }[] | undefined;
71531
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
71532
+ start_date_recurrence_rule?: string | undefined;
71533
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
71534
+ end_date_recurrence_rule?: string | undefined;
71535
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
71536
+ time_zone?: string | undefined;
71537
+ }[] | undefined) | undefined;
71538
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
71539
+ online_time_frame_options?: ({
71540
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
71541
+ display_name: string;
71542
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
71543
+ min_duration?: string | undefined;
71544
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
71545
+ max_duration?: string | undefined;
71546
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
71547
+ matching_start_end_time?: true | undefined;
71548
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
71549
+ time_pairs?: {
71550
+ /** Label for the check-in/check-out time pairing. */
71551
+ display_name: string;
71552
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
71553
+ check_in_time: string;
71554
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
71555
+ check_out_time: string;
71556
+ }[] | undefined;
71557
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
71558
+ start_date_recurrence_rule?: string | undefined;
71559
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
71560
+ end_date_recurrence_rule?: string | undefined;
71561
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
71562
+ time_zone?: string | undefined;
71563
+ }[] | undefined) | undefined;
71048
71564
  /** Maximum number of active access codes that the device supports. */
71049
71565
  max_active_codes_supported?: (number | undefined) | undefined;
71050
71566
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -72487,6 +73003,58 @@ type Routes = {
72487
73003
  })[] | undefined) | undefined;
72488
73004
  /** Supported code lengths for access codes. */
72489
73005
  supported_code_lengths?: (number[] | undefined) | undefined;
73006
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
73007
+ offline_time_frame_options?: ({
73008
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
73009
+ display_name: string;
73010
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
73011
+ min_duration?: string | undefined;
73012
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
73013
+ max_duration?: string | undefined;
73014
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
73015
+ matching_start_end_time?: true | undefined;
73016
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
73017
+ time_pairs?: {
73018
+ /** Label for the check-in/check-out time pairing. */
73019
+ display_name: string;
73020
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
73021
+ check_in_time: string;
73022
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
73023
+ check_out_time: string;
73024
+ }[] | undefined;
73025
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
73026
+ start_date_recurrence_rule?: string | undefined;
73027
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
73028
+ end_date_recurrence_rule?: string | undefined;
73029
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
73030
+ time_zone?: string | undefined;
73031
+ }[] | undefined) | undefined;
73032
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
73033
+ online_time_frame_options?: ({
73034
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
73035
+ display_name: string;
73036
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
73037
+ min_duration?: string | undefined;
73038
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
73039
+ max_duration?: string | undefined;
73040
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
73041
+ matching_start_end_time?: true | undefined;
73042
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
73043
+ time_pairs?: {
73044
+ /** Label for the check-in/check-out time pairing. */
73045
+ display_name: string;
73046
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
73047
+ check_in_time: string;
73048
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
73049
+ check_out_time: string;
73050
+ }[] | undefined;
73051
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
73052
+ start_date_recurrence_rule?: string | undefined;
73053
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
73054
+ end_date_recurrence_rule?: string | undefined;
73055
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
73056
+ time_zone?: string | undefined;
73057
+ }[] | undefined) | undefined;
72490
73058
  /** Maximum number of active access codes that the device supports. */
72491
73059
  max_active_codes_supported?: (number | undefined) | undefined;
72492
73060
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -82980,6 +83548,58 @@ type Routes = {
82980
83548
  })[] | undefined) | undefined;
82981
83549
  /** Supported code lengths for access codes. */
82982
83550
  supported_code_lengths?: (number[] | undefined) | undefined;
83551
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
83552
+ offline_time_frame_options?: ({
83553
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
83554
+ display_name: string;
83555
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
83556
+ min_duration?: string | undefined;
83557
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
83558
+ max_duration?: string | undefined;
83559
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
83560
+ matching_start_end_time?: true | undefined;
83561
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
83562
+ time_pairs?: {
83563
+ /** Label for the check-in/check-out time pairing. */
83564
+ display_name: string;
83565
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
83566
+ check_in_time: string;
83567
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
83568
+ check_out_time: string;
83569
+ }[] | undefined;
83570
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
83571
+ start_date_recurrence_rule?: string | undefined;
83572
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
83573
+ end_date_recurrence_rule?: string | undefined;
83574
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
83575
+ time_zone?: string | undefined;
83576
+ }[] | undefined) | undefined;
83577
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
83578
+ online_time_frame_options?: ({
83579
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
83580
+ display_name: string;
83581
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
83582
+ min_duration?: string | undefined;
83583
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
83584
+ max_duration?: string | undefined;
83585
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
83586
+ matching_start_end_time?: true | undefined;
83587
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
83588
+ time_pairs?: {
83589
+ /** Label for the check-in/check-out time pairing. */
83590
+ display_name: string;
83591
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
83592
+ check_in_time: string;
83593
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
83594
+ check_out_time: string;
83595
+ }[] | undefined;
83596
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
83597
+ start_date_recurrence_rule?: string | undefined;
83598
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
83599
+ end_date_recurrence_rule?: string | undefined;
83600
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
83601
+ time_zone?: string | undefined;
83602
+ }[] | undefined) | undefined;
82983
83603
  /** Maximum number of active access codes that the device supports. */
82984
83604
  max_active_codes_supported?: (number | undefined) | undefined;
82985
83605
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -84372,6 +84992,58 @@ type Routes = {
84372
84992
  })[] | undefined) | undefined;
84373
84993
  /** Supported code lengths for access codes. */
84374
84994
  supported_code_lengths?: (number[] | undefined) | undefined;
84995
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
84996
+ offline_time_frame_options?: ({
84997
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
84998
+ display_name: string;
84999
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
85000
+ min_duration?: string | undefined;
85001
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
85002
+ max_duration?: string | undefined;
85003
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
85004
+ matching_start_end_time?: true | undefined;
85005
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
85006
+ time_pairs?: {
85007
+ /** Label for the check-in/check-out time pairing. */
85008
+ display_name: string;
85009
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
85010
+ check_in_time: string;
85011
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
85012
+ check_out_time: string;
85013
+ }[] | undefined;
85014
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
85015
+ start_date_recurrence_rule?: string | undefined;
85016
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
85017
+ end_date_recurrence_rule?: string | undefined;
85018
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
85019
+ time_zone?: string | undefined;
85020
+ }[] | undefined) | undefined;
85021
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
85022
+ online_time_frame_options?: ({
85023
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
85024
+ display_name: string;
85025
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
85026
+ min_duration?: string | undefined;
85027
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
85028
+ max_duration?: string | undefined;
85029
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
85030
+ matching_start_end_time?: true | undefined;
85031
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
85032
+ time_pairs?: {
85033
+ /** Label for the check-in/check-out time pairing. */
85034
+ display_name: string;
85035
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
85036
+ check_in_time: string;
85037
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
85038
+ check_out_time: string;
85039
+ }[] | undefined;
85040
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
85041
+ start_date_recurrence_rule?: string | undefined;
85042
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
85043
+ end_date_recurrence_rule?: string | undefined;
85044
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
85045
+ time_zone?: string | undefined;
85046
+ }[] | undefined) | undefined;
84375
85047
  /** Maximum number of active access codes that the device supports. */
84376
85048
  max_active_codes_supported?: (number | undefined) | undefined;
84377
85049
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -85814,6 +86486,58 @@ type Routes = {
85814
86486
  })[] | undefined) | undefined;
85815
86487
  /** Supported code lengths for access codes. */
85816
86488
  supported_code_lengths?: (number[] | undefined) | undefined;
86489
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
86490
+ offline_time_frame_options?: ({
86491
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
86492
+ display_name: string;
86493
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
86494
+ min_duration?: string | undefined;
86495
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
86496
+ max_duration?: string | undefined;
86497
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
86498
+ matching_start_end_time?: true | undefined;
86499
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
86500
+ time_pairs?: {
86501
+ /** Label for the check-in/check-out time pairing. */
86502
+ display_name: string;
86503
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
86504
+ check_in_time: string;
86505
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
86506
+ check_out_time: string;
86507
+ }[] | undefined;
86508
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
86509
+ start_date_recurrence_rule?: string | undefined;
86510
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
86511
+ end_date_recurrence_rule?: string | undefined;
86512
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
86513
+ time_zone?: string | undefined;
86514
+ }[] | undefined) | undefined;
86515
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
86516
+ online_time_frame_options?: ({
86517
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
86518
+ display_name: string;
86519
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
86520
+ min_duration?: string | undefined;
86521
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
86522
+ max_duration?: string | undefined;
86523
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
86524
+ matching_start_end_time?: true | undefined;
86525
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
86526
+ time_pairs?: {
86527
+ /** Label for the check-in/check-out time pairing. */
86528
+ display_name: string;
86529
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
86530
+ check_in_time: string;
86531
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
86532
+ check_out_time: string;
86533
+ }[] | undefined;
86534
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
86535
+ start_date_recurrence_rule?: string | undefined;
86536
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
86537
+ end_date_recurrence_rule?: string | undefined;
86538
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
86539
+ time_zone?: string | undefined;
86540
+ }[] | undefined) | undefined;
85817
86541
  /** Maximum number of active access codes that the device supports. */
85818
86542
  max_active_codes_supported?: (number | undefined) | undefined;
85819
86543
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -87205,6 +87929,58 @@ type Routes = {
87205
87929
  })[] | undefined) | undefined;
87206
87930
  /** Supported code lengths for access codes. */
87207
87931
  supported_code_lengths?: (number[] | undefined) | undefined;
87932
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
87933
+ offline_time_frame_options?: ({
87934
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
87935
+ display_name: string;
87936
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
87937
+ min_duration?: string | undefined;
87938
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
87939
+ max_duration?: string | undefined;
87940
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
87941
+ matching_start_end_time?: true | undefined;
87942
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
87943
+ time_pairs?: {
87944
+ /** Label for the check-in/check-out time pairing. */
87945
+ display_name: string;
87946
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
87947
+ check_in_time: string;
87948
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
87949
+ check_out_time: string;
87950
+ }[] | undefined;
87951
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
87952
+ start_date_recurrence_rule?: string | undefined;
87953
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
87954
+ end_date_recurrence_rule?: string | undefined;
87955
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
87956
+ time_zone?: string | undefined;
87957
+ }[] | undefined) | undefined;
87958
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
87959
+ online_time_frame_options?: ({
87960
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
87961
+ display_name: string;
87962
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
87963
+ min_duration?: string | undefined;
87964
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
87965
+ max_duration?: string | undefined;
87966
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
87967
+ matching_start_end_time?: true | undefined;
87968
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
87969
+ time_pairs?: {
87970
+ /** Label for the check-in/check-out time pairing. */
87971
+ display_name: string;
87972
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
87973
+ check_in_time: string;
87974
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
87975
+ check_out_time: string;
87976
+ }[] | undefined;
87977
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
87978
+ start_date_recurrence_rule?: string | undefined;
87979
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
87980
+ end_date_recurrence_rule?: string | undefined;
87981
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
87982
+ time_zone?: string | undefined;
87983
+ }[] | undefined) | undefined;
87208
87984
  /** Maximum number of active access codes that the device supports. */
87209
87985
  max_active_codes_supported?: (number | undefined) | undefined;
87210
87986
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -95373,6 +96149,58 @@ type Routes = {
95373
96149
  })[] | undefined) | undefined;
95374
96150
  /** Supported code lengths for access codes. */
95375
96151
  supported_code_lengths?: (number[] | undefined) | undefined;
96152
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
96153
+ offline_time_frame_options?: ({
96154
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
96155
+ display_name: string;
96156
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
96157
+ min_duration?: string | undefined;
96158
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
96159
+ max_duration?: string | undefined;
96160
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
96161
+ matching_start_end_time?: true | undefined;
96162
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
96163
+ time_pairs?: {
96164
+ /** Label for the check-in/check-out time pairing. */
96165
+ display_name: string;
96166
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
96167
+ check_in_time: string;
96168
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
96169
+ check_out_time: string;
96170
+ }[] | undefined;
96171
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
96172
+ start_date_recurrence_rule?: string | undefined;
96173
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
96174
+ end_date_recurrence_rule?: string | undefined;
96175
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
96176
+ time_zone?: string | undefined;
96177
+ }[] | undefined) | undefined;
96178
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
96179
+ online_time_frame_options?: ({
96180
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
96181
+ display_name: string;
96182
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
96183
+ min_duration?: string | undefined;
96184
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
96185
+ max_duration?: string | undefined;
96186
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
96187
+ matching_start_end_time?: true | undefined;
96188
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
96189
+ time_pairs?: {
96190
+ /** Label for the check-in/check-out time pairing. */
96191
+ display_name: string;
96192
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
96193
+ check_in_time: string;
96194
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
96195
+ check_out_time: string;
96196
+ }[] | undefined;
96197
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
96198
+ start_date_recurrence_rule?: string | undefined;
96199
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
96200
+ end_date_recurrence_rule?: string | undefined;
96201
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
96202
+ time_zone?: string | undefined;
96203
+ }[] | undefined) | undefined;
95376
96204
  /** Maximum number of active access codes that the device supports. */
95377
96205
  max_active_codes_supported?: (number | undefined) | undefined;
95378
96206
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -96764,6 +97592,58 @@ type Routes = {
96764
97592
  })[] | undefined) | undefined;
96765
97593
  /** Supported code lengths for access codes. */
96766
97594
  supported_code_lengths?: (number[] | undefined) | undefined;
97595
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
97596
+ offline_time_frame_options?: ({
97597
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
97598
+ display_name: string;
97599
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
97600
+ min_duration?: string | undefined;
97601
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
97602
+ max_duration?: string | undefined;
97603
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
97604
+ matching_start_end_time?: true | undefined;
97605
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
97606
+ time_pairs?: {
97607
+ /** Label for the check-in/check-out time pairing. */
97608
+ display_name: string;
97609
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
97610
+ check_in_time: string;
97611
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
97612
+ check_out_time: string;
97613
+ }[] | undefined;
97614
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
97615
+ start_date_recurrence_rule?: string | undefined;
97616
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
97617
+ end_date_recurrence_rule?: string | undefined;
97618
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
97619
+ time_zone?: string | undefined;
97620
+ }[] | undefined) | undefined;
97621
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
97622
+ online_time_frame_options?: ({
97623
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
97624
+ display_name: string;
97625
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
97626
+ min_duration?: string | undefined;
97627
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
97628
+ max_duration?: string | undefined;
97629
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
97630
+ matching_start_end_time?: true | undefined;
97631
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
97632
+ time_pairs?: {
97633
+ /** Label for the check-in/check-out time pairing. */
97634
+ display_name: string;
97635
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
97636
+ check_in_time: string;
97637
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
97638
+ check_out_time: string;
97639
+ }[] | undefined;
97640
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
97641
+ start_date_recurrence_rule?: string | undefined;
97642
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
97643
+ end_date_recurrence_rule?: string | undefined;
97644
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
97645
+ time_zone?: string | undefined;
97646
+ }[] | undefined) | undefined;
96767
97647
  /** Maximum number of active access codes that the device supports. */
96768
97648
  max_active_codes_supported?: (number | undefined) | undefined;
96769
97649
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -112216,6 +113096,58 @@ type Routes = {
112216
113096
  })[] | undefined) | undefined;
112217
113097
  /** Supported code lengths for access codes. */
112218
113098
  supported_code_lengths?: (number[] | undefined) | undefined;
113099
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
113100
+ offline_time_frame_options?: ({
113101
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
113102
+ display_name: string;
113103
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
113104
+ min_duration?: string | undefined;
113105
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
113106
+ max_duration?: string | undefined;
113107
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
113108
+ matching_start_end_time?: true | undefined;
113109
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
113110
+ time_pairs?: {
113111
+ /** Label for the check-in/check-out time pairing. */
113112
+ display_name: string;
113113
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
113114
+ check_in_time: string;
113115
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
113116
+ check_out_time: string;
113117
+ }[] | undefined;
113118
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
113119
+ start_date_recurrence_rule?: string | undefined;
113120
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
113121
+ end_date_recurrence_rule?: string | undefined;
113122
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
113123
+ time_zone?: string | undefined;
113124
+ }[] | undefined) | undefined;
113125
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
113126
+ online_time_frame_options?: ({
113127
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
113128
+ display_name: string;
113129
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
113130
+ min_duration?: string | undefined;
113131
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
113132
+ max_duration?: string | undefined;
113133
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
113134
+ matching_start_end_time?: true | undefined;
113135
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
113136
+ time_pairs?: {
113137
+ /** Label for the check-in/check-out time pairing. */
113138
+ display_name: string;
113139
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
113140
+ check_in_time: string;
113141
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
113142
+ check_out_time: string;
113143
+ }[] | undefined;
113144
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
113145
+ start_date_recurrence_rule?: string | undefined;
113146
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
113147
+ end_date_recurrence_rule?: string | undefined;
113148
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
113149
+ time_zone?: string | undefined;
113150
+ }[] | undefined) | undefined;
112219
113151
  /** Maximum number of active access codes that the device supports. */
112220
113152
  max_active_codes_supported?: (number | undefined) | undefined;
112221
113153
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -119615,6 +120547,58 @@ type Routes = {
119615
120547
  })[] | undefined) | undefined;
119616
120548
  /** Supported code lengths for access codes. */
119617
120549
  supported_code_lengths?: (number[] | undefined) | undefined;
120550
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
120551
+ offline_time_frame_options?: ({
120552
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
120553
+ display_name: string;
120554
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
120555
+ min_duration?: string | undefined;
120556
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
120557
+ max_duration?: string | undefined;
120558
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
120559
+ matching_start_end_time?: true | undefined;
120560
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
120561
+ time_pairs?: {
120562
+ /** Label for the check-in/check-out time pairing. */
120563
+ display_name: string;
120564
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
120565
+ check_in_time: string;
120566
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
120567
+ check_out_time: string;
120568
+ }[] | undefined;
120569
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
120570
+ start_date_recurrence_rule?: string | undefined;
120571
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
120572
+ end_date_recurrence_rule?: string | undefined;
120573
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
120574
+ time_zone?: string | undefined;
120575
+ }[] | undefined) | undefined;
120576
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
120577
+ online_time_frame_options?: ({
120578
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
120579
+ display_name: string;
120580
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
120581
+ min_duration?: string | undefined;
120582
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
120583
+ max_duration?: string | undefined;
120584
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
120585
+ matching_start_end_time?: true | undefined;
120586
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
120587
+ time_pairs?: {
120588
+ /** Label for the check-in/check-out time pairing. */
120589
+ display_name: string;
120590
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
120591
+ check_in_time: string;
120592
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
120593
+ check_out_time: string;
120594
+ }[] | undefined;
120595
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
120596
+ start_date_recurrence_rule?: string | undefined;
120597
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
120598
+ end_date_recurrence_rule?: string | undefined;
120599
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
120600
+ time_zone?: string | undefined;
120601
+ }[] | undefined) | undefined;
119618
120602
  /** Maximum number of active access codes that the device supports. */
119619
120603
  max_active_codes_supported?: (number | undefined) | undefined;
119620
120604
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -124433,6 +125417,58 @@ type Routes = {
124433
125417
  })[] | undefined) | undefined;
124434
125418
  /** Supported code lengths for access codes. */
124435
125419
  supported_code_lengths?: (number[] | undefined) | undefined;
125420
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
125421
+ offline_time_frame_options?: ({
125422
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
125423
+ display_name: string;
125424
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
125425
+ min_duration?: string | undefined;
125426
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
125427
+ max_duration?: string | undefined;
125428
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
125429
+ matching_start_end_time?: true | undefined;
125430
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
125431
+ time_pairs?: {
125432
+ /** Label for the check-in/check-out time pairing. */
125433
+ display_name: string;
125434
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
125435
+ check_in_time: string;
125436
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
125437
+ check_out_time: string;
125438
+ }[] | undefined;
125439
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
125440
+ start_date_recurrence_rule?: string | undefined;
125441
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
125442
+ end_date_recurrence_rule?: string | undefined;
125443
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
125444
+ time_zone?: string | undefined;
125445
+ }[] | undefined) | undefined;
125446
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
125447
+ online_time_frame_options?: ({
125448
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
125449
+ display_name: string;
125450
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
125451
+ min_duration?: string | undefined;
125452
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
125453
+ max_duration?: string | undefined;
125454
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
125455
+ matching_start_end_time?: true | undefined;
125456
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
125457
+ time_pairs?: {
125458
+ /** Label for the check-in/check-out time pairing. */
125459
+ display_name: string;
125460
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
125461
+ check_in_time: string;
125462
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
125463
+ check_out_time: string;
125464
+ }[] | undefined;
125465
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
125466
+ start_date_recurrence_rule?: string | undefined;
125467
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
125468
+ end_date_recurrence_rule?: string | undefined;
125469
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
125470
+ time_zone?: string | undefined;
125471
+ }[] | undefined) | undefined;
124436
125472
  /** Maximum number of active access codes that the device supports. */
124437
125473
  max_active_codes_supported?: (number | undefined) | undefined;
124438
125474
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -125824,6 +126860,58 @@ type Routes = {
125824
126860
  })[] | undefined) | undefined;
125825
126861
  /** Supported code lengths for access codes. */
125826
126862
  supported_code_lengths?: (number[] | undefined) | undefined;
126863
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
126864
+ offline_time_frame_options?: ({
126865
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
126866
+ display_name: string;
126867
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
126868
+ min_duration?: string | undefined;
126869
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
126870
+ max_duration?: string | undefined;
126871
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
126872
+ matching_start_end_time?: true | undefined;
126873
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
126874
+ time_pairs?: {
126875
+ /** Label for the check-in/check-out time pairing. */
126876
+ display_name: string;
126877
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
126878
+ check_in_time: string;
126879
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
126880
+ check_out_time: string;
126881
+ }[] | undefined;
126882
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
126883
+ start_date_recurrence_rule?: string | undefined;
126884
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
126885
+ end_date_recurrence_rule?: string | undefined;
126886
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
126887
+ time_zone?: string | undefined;
126888
+ }[] | undefined) | undefined;
126889
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
126890
+ online_time_frame_options?: ({
126891
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
126892
+ display_name: string;
126893
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
126894
+ min_duration?: string | undefined;
126895
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
126896
+ max_duration?: string | undefined;
126897
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
126898
+ matching_start_end_time?: true | undefined;
126899
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
126900
+ time_pairs?: {
126901
+ /** Label for the check-in/check-out time pairing. */
126902
+ display_name: string;
126903
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
126904
+ check_in_time: string;
126905
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
126906
+ check_out_time: string;
126907
+ }[] | undefined;
126908
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
126909
+ start_date_recurrence_rule?: string | undefined;
126910
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
126911
+ end_date_recurrence_rule?: string | undefined;
126912
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
126913
+ time_zone?: string | undefined;
126914
+ }[] | undefined) | undefined;
125827
126915
  /** Maximum number of active access codes that the device supports. */
125828
126916
  max_active_codes_supported?: (number | undefined) | undefined;
125829
126917
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -134931,6 +136019,58 @@ type Routes = {
134931
136019
  })[] | undefined) | undefined;
134932
136020
  /** Supported code lengths for access codes. */
134933
136021
  supported_code_lengths?: (number[] | undefined) | undefined;
136022
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
136023
+ offline_time_frame_options?: ({
136024
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
136025
+ display_name: string;
136026
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
136027
+ min_duration?: string | undefined;
136028
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
136029
+ max_duration?: string | undefined;
136030
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
136031
+ matching_start_end_time?: true | undefined;
136032
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
136033
+ time_pairs?: {
136034
+ /** Label for the check-in/check-out time pairing. */
136035
+ display_name: string;
136036
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
136037
+ check_in_time: string;
136038
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
136039
+ check_out_time: string;
136040
+ }[] | undefined;
136041
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
136042
+ start_date_recurrence_rule?: string | undefined;
136043
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
136044
+ end_date_recurrence_rule?: string | undefined;
136045
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
136046
+ time_zone?: string | undefined;
136047
+ }[] | undefined) | undefined;
136048
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
136049
+ online_time_frame_options?: ({
136050
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
136051
+ display_name: string;
136052
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
136053
+ min_duration?: string | undefined;
136054
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
136055
+ max_duration?: string | undefined;
136056
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
136057
+ matching_start_end_time?: true | undefined;
136058
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
136059
+ time_pairs?: {
136060
+ /** Label for the check-in/check-out time pairing. */
136061
+ display_name: string;
136062
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
136063
+ check_in_time: string;
136064
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
136065
+ check_out_time: string;
136066
+ }[] | undefined;
136067
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
136068
+ start_date_recurrence_rule?: string | undefined;
136069
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
136070
+ end_date_recurrence_rule?: string | undefined;
136071
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
136072
+ time_zone?: string | undefined;
136073
+ }[] | undefined) | undefined;
134934
136074
  /** Maximum number of active access codes that the device supports. */
134935
136075
  max_active_codes_supported?: (number | undefined) | undefined;
134936
136076
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -136324,6 +137464,58 @@ type Routes = {
136324
137464
  })[] | undefined) | undefined;
136325
137465
  /** Supported code lengths for access codes. */
136326
137466
  supported_code_lengths?: (number[] | undefined) | undefined;
137467
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
137468
+ offline_time_frame_options?: ({
137469
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
137470
+ display_name: string;
137471
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
137472
+ min_duration?: string | undefined;
137473
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
137474
+ max_duration?: string | undefined;
137475
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
137476
+ matching_start_end_time?: true | undefined;
137477
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
137478
+ time_pairs?: {
137479
+ /** Label for the check-in/check-out time pairing. */
137480
+ display_name: string;
137481
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
137482
+ check_in_time: string;
137483
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
137484
+ check_out_time: string;
137485
+ }[] | undefined;
137486
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
137487
+ start_date_recurrence_rule?: string | undefined;
137488
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
137489
+ end_date_recurrence_rule?: string | undefined;
137490
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
137491
+ time_zone?: string | undefined;
137492
+ }[] | undefined) | undefined;
137493
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
137494
+ online_time_frame_options?: ({
137495
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
137496
+ display_name: string;
137497
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
137498
+ min_duration?: string | undefined;
137499
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
137500
+ max_duration?: string | undefined;
137501
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
137502
+ matching_start_end_time?: true | undefined;
137503
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
137504
+ time_pairs?: {
137505
+ /** Label for the check-in/check-out time pairing. */
137506
+ display_name: string;
137507
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
137508
+ check_in_time: string;
137509
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
137510
+ check_out_time: string;
137511
+ }[] | undefined;
137512
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
137513
+ start_date_recurrence_rule?: string | undefined;
137514
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
137515
+ end_date_recurrence_rule?: string | undefined;
137516
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
137517
+ time_zone?: string | undefined;
137518
+ }[] | undefined) | undefined;
136327
137519
  /** Maximum number of active access codes that the device supports. */
136328
137520
  max_active_codes_supported?: (number | undefined) | undefined;
136329
137521
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -138972,6 +140164,58 @@ type Routes = {
138972
140164
  })[] | undefined) | undefined;
138973
140165
  /** Supported code lengths for access codes. */
138974
140166
  supported_code_lengths?: (number[] | undefined) | undefined;
140167
+ /** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
140168
+ offline_time_frame_options?: ({
140169
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
140170
+ display_name: string;
140171
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
140172
+ min_duration?: string | undefined;
140173
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
140174
+ max_duration?: string | undefined;
140175
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
140176
+ matching_start_end_time?: true | undefined;
140177
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
140178
+ time_pairs?: {
140179
+ /** Label for the check-in/check-out time pairing. */
140180
+ display_name: string;
140181
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
140182
+ check_in_time: string;
140183
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
140184
+ check_out_time: string;
140185
+ }[] | undefined;
140186
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
140187
+ start_date_recurrence_rule?: string | undefined;
140188
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
140189
+ end_date_recurrence_rule?: string | undefined;
140190
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
140191
+ time_zone?: string | undefined;
140192
+ }[] | undefined) | undefined;
140193
+ /** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
140194
+ online_time_frame_options?: ({
140195
+ /** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed check-in times`). */
140196
+ display_name: string;
140197
+ /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
140198
+ min_duration?: string | undefined;
140199
+ /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
140200
+ max_duration?: string | undefined;
140201
+ /** When `true`, the check-in and check-out must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
140202
+ matching_start_end_time?: true | undefined;
140203
+ /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
140204
+ time_pairs?: {
140205
+ /** Label for the check-in/check-out time pairing. */
140206
+ display_name: string;
140207
+ /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
140208
+ check_in_time: string;
140209
+ /** Check-out time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. A `check_out_time` earlier on the clock than `check_in_time` means check-out falls on a later date. */
140210
+ check_out_time: string;
140211
+ }[] | undefined;
140212
+ /** iCalendar recurrence rule (RRULE) that the check-in date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
140213
+ start_date_recurrence_rule?: string | undefined;
140214
+ /** iCalendar recurrence rule (RRULE) that the check-out date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
140215
+ end_date_recurrence_rule?: string | undefined;
140216
+ /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
140217
+ time_zone?: string | undefined;
140218
+ }[] | undefined) | undefined;
138975
140219
  /** Maximum number of active access codes that the device supports. */
138976
140220
  max_active_codes_supported?: (number | undefined) | undefined;
138977
140221
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
@@ -147161,7 +148405,7 @@ type Routes = {
147161
148405
  /** Date and time at which Seam created the warning. */
147162
148406
  created_at?: string | undefined;
147163
148407
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147164
- warning_code: 'provider_issue';
148408
+ warning_code: 'code_rotates_periodically';
147165
148409
  } | {
147166
148410
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147167
148411
  message: string;
@@ -147565,7 +148809,7 @@ type Routes = {
147565
148809
  /** Date and time at which Seam created the warning. */
147566
148810
  created_at?: string | undefined;
147567
148811
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147568
- warning_code: 'provider_issue';
148812
+ warning_code: 'code_rotates_periodically';
147569
148813
  } | {
147570
148814
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147571
148815
  message: string;