@seamapi/types 1.932.0 → 1.933.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.
@@ -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
- check_in_time: string;
15643
- check_out_time: string;
15644
15642
  name: string;
15645
15643
  prefix: number;
15644
+ check_in_time: string;
15645
+ check_out_time: string;
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
- check_in_time: string;
15654
- check_out_time: string;
15655
15653
  name: string;
15656
15654
  prefix: number;
15655
+ check_in_time: string;
15656
+ check_out_time: string;
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
- check_in_time: string;
15674
- check_out_time: string;
15675
15673
  name: string;
15676
15674
  prefix: number;
15675
+ check_in_time: string;
15676
+ check_out_time: string;
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
- check_in_time: string;
15694
- check_out_time: string;
15695
15693
  name: string;
15696
15694
  prefix: number;
15695
+ check_in_time: string;
15696
+ check_out_time: string;
15697
15697
  is_24_hour: boolean;
15698
15698
  is_biweekly_mode: boolean;
15699
15699
  is_one_shot: boolean;
@@ -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
- check_in_time: string;
16139
- check_out_time: string;
16140
16138
  name: string;
16141
16139
  prefix: number;
16140
+ check_in_time: string;
16141
+ check_out_time: string;
16142
16142
  is_24_hour: boolean;
16143
16143
  is_biweekly_mode: boolean;
16144
16144
  is_one_shot: boolean;
@@ -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
- check_in_time: string;
16426
- check_out_time: string;
16427
16425
  name: string;
16428
16426
  prefix: number;
16427
+ check_in_time: string;
16428
+ check_out_time: string;
16429
16429
  is_24_hour: boolean;
16430
16430
  is_biweekly_mode: boolean;
16431
16431
  is_one_shot: boolean;
@@ -16554,16 +16554,16 @@ declare const device: z.ZodObject<{
16554
16554
  matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
16555
16555
  time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
16556
16556
  display_name: z.ZodString;
16557
- check_in_time: z.ZodString;
16558
- check_out_time: z.ZodString;
16557
+ start_time: z.ZodString;
16558
+ end_time: z.ZodString;
16559
16559
  }, "strip", z.ZodTypeAny, {
16560
16560
  display_name: string;
16561
- check_in_time: string;
16562
- check_out_time: string;
16561
+ start_time: string;
16562
+ end_time: string;
16563
16563
  }, {
16564
16564
  display_name: string;
16565
- check_in_time: string;
16566
- check_out_time: string;
16565
+ start_time: string;
16566
+ end_time: string;
16567
16567
  }>, "many">>;
16568
16568
  start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
16569
16569
  end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
@@ -16575,8 +16575,8 @@ declare const device: z.ZodObject<{
16575
16575
  matching_start_end_time?: true | undefined;
16576
16576
  time_pairs?: {
16577
16577
  display_name: string;
16578
- check_in_time: string;
16579
- check_out_time: string;
16578
+ start_time: string;
16579
+ end_time: string;
16580
16580
  }[] | undefined;
16581
16581
  start_date_recurrence_rule?: string | undefined;
16582
16582
  end_date_recurrence_rule?: string | undefined;
@@ -16588,8 +16588,8 @@ declare const device: z.ZodObject<{
16588
16588
  matching_start_end_time?: true | undefined;
16589
16589
  time_pairs?: {
16590
16590
  display_name: string;
16591
- check_in_time: string;
16592
- check_out_time: string;
16591
+ start_time: string;
16592
+ end_time: string;
16593
16593
  }[] | undefined;
16594
16594
  start_date_recurrence_rule?: string | undefined;
16595
16595
  end_date_recurrence_rule?: string | undefined;
@@ -16602,16 +16602,16 @@ declare const device: z.ZodObject<{
16602
16602
  matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
16603
16603
  time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
16604
16604
  display_name: z.ZodString;
16605
- check_in_time: z.ZodString;
16606
- check_out_time: z.ZodString;
16605
+ start_time: z.ZodString;
16606
+ end_time: z.ZodString;
16607
16607
  }, "strip", z.ZodTypeAny, {
16608
16608
  display_name: string;
16609
- check_in_time: string;
16610
- check_out_time: string;
16609
+ start_time: string;
16610
+ end_time: string;
16611
16611
  }, {
16612
16612
  display_name: string;
16613
- check_in_time: string;
16614
- check_out_time: string;
16613
+ start_time: string;
16614
+ end_time: string;
16615
16615
  }>, "many">>;
16616
16616
  start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
16617
16617
  end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
@@ -16623,8 +16623,8 @@ declare const device: z.ZodObject<{
16623
16623
  matching_start_end_time?: true | undefined;
16624
16624
  time_pairs?: {
16625
16625
  display_name: string;
16626
- check_in_time: string;
16627
- check_out_time: string;
16626
+ start_time: string;
16627
+ end_time: string;
16628
16628
  }[] | undefined;
16629
16629
  start_date_recurrence_rule?: string | undefined;
16630
16630
  end_date_recurrence_rule?: string | undefined;
@@ -16636,8 +16636,8 @@ declare const device: z.ZodObject<{
16636
16636
  matching_start_end_time?: true | undefined;
16637
16637
  time_pairs?: {
16638
16638
  display_name: string;
16639
- check_in_time: string;
16640
- check_out_time: string;
16639
+ start_time: string;
16640
+ end_time: string;
16641
16641
  }[] | undefined;
16642
16642
  start_date_recurrence_rule?: string | undefined;
16643
16643
  end_date_recurrence_rule?: string | undefined;
@@ -16675,8 +16675,8 @@ declare const device: z.ZodObject<{
16675
16675
  matching_start_end_time?: true | undefined;
16676
16676
  time_pairs?: {
16677
16677
  display_name: string;
16678
- check_in_time: string;
16679
- check_out_time: string;
16678
+ start_time: string;
16679
+ end_time: string;
16680
16680
  }[] | undefined;
16681
16681
  start_date_recurrence_rule?: string | undefined;
16682
16682
  end_date_recurrence_rule?: string | undefined;
@@ -16689,8 +16689,8 @@ declare const device: z.ZodObject<{
16689
16689
  matching_start_end_time?: true | undefined;
16690
16690
  time_pairs?: {
16691
16691
  display_name: string;
16692
- check_in_time: string;
16693
- check_out_time: string;
16692
+ start_time: string;
16693
+ end_time: string;
16694
16694
  }[] | undefined;
16695
16695
  start_date_recurrence_rule?: string | undefined;
16696
16696
  end_date_recurrence_rule?: string | undefined;
@@ -16723,8 +16723,8 @@ declare const device: z.ZodObject<{
16723
16723
  matching_start_end_time?: true | undefined;
16724
16724
  time_pairs?: {
16725
16725
  display_name: string;
16726
- check_in_time: string;
16727
- check_out_time: string;
16726
+ start_time: string;
16727
+ end_time: string;
16728
16728
  }[] | undefined;
16729
16729
  start_date_recurrence_rule?: string | undefined;
16730
16730
  end_date_recurrence_rule?: string | undefined;
@@ -16737,8 +16737,8 @@ declare const device: z.ZodObject<{
16737
16737
  matching_start_end_time?: true | undefined;
16738
16738
  time_pairs?: {
16739
16739
  display_name: string;
16740
- check_in_time: string;
16741
- check_out_time: string;
16740
+ start_time: string;
16741
+ end_time: string;
16742
16742
  }[] | undefined;
16743
16743
  start_date_recurrence_rule?: string | undefined;
16744
16744
  end_date_recurrence_rule?: string | undefined;
@@ -18635,10 +18635,10 @@ declare const device: z.ZodObject<{
18635
18635
  door_id?: number | undefined;
18636
18636
  iana_timezone?: string | undefined;
18637
18637
  predefined_time_slots?: {
18638
- check_in_time: string;
18639
- check_out_time: string;
18640
18638
  name: string;
18641
18639
  prefix: number;
18640
+ check_in_time: string;
18641
+ check_out_time: string;
18642
18642
  is_24_hour: boolean;
18643
18643
  is_biweekly_mode: boolean;
18644
18644
  is_one_shot: boolean;
@@ -18755,8 +18755,8 @@ declare const device: z.ZodObject<{
18755
18755
  matching_start_end_time?: true | undefined;
18756
18756
  time_pairs?: {
18757
18757
  display_name: string;
18758
- check_in_time: string;
18759
- check_out_time: string;
18758
+ start_time: string;
18759
+ end_time: string;
18760
18760
  }[] | undefined;
18761
18761
  start_date_recurrence_rule?: string | undefined;
18762
18762
  end_date_recurrence_rule?: string | undefined;
@@ -18769,8 +18769,8 @@ declare const device: z.ZodObject<{
18769
18769
  matching_start_end_time?: true | undefined;
18770
18770
  time_pairs?: {
18771
18771
  display_name: string;
18772
- check_in_time: string;
18773
- check_out_time: string;
18772
+ start_time: string;
18773
+ end_time: string;
18774
18774
  }[] | undefined;
18775
18775
  start_date_recurrence_rule?: string | undefined;
18776
18776
  end_date_recurrence_rule?: string | undefined;
@@ -19418,10 +19418,10 @@ declare const device: z.ZodObject<{
19418
19418
  door_id?: number | undefined;
19419
19419
  iana_timezone?: string | undefined;
19420
19420
  predefined_time_slots?: {
19421
- check_in_time: string;
19422
- check_out_time: string;
19423
19421
  name: string;
19424
19422
  prefix: number;
19423
+ check_in_time: string;
19424
+ check_out_time: string;
19425
19425
  is_24_hour: boolean;
19426
19426
  is_biweekly_mode: boolean;
19427
19427
  is_one_shot: boolean;
@@ -19538,8 +19538,8 @@ declare const device: z.ZodObject<{
19538
19538
  matching_start_end_time?: true | undefined;
19539
19539
  time_pairs?: {
19540
19540
  display_name: string;
19541
- check_in_time: string;
19542
- check_out_time: string;
19541
+ start_time: string;
19542
+ end_time: string;
19543
19543
  }[] | undefined;
19544
19544
  start_date_recurrence_rule?: string | undefined;
19545
19545
  end_date_recurrence_rule?: string | undefined;
@@ -19552,8 +19552,8 @@ declare const device: z.ZodObject<{
19552
19552
  matching_start_end_time?: true | undefined;
19553
19553
  time_pairs?: {
19554
19554
  display_name: string;
19555
- check_in_time: string;
19556
- check_out_time: string;
19555
+ start_time: string;
19556
+ end_time: string;
19557
19557
  }[] | undefined;
19558
19558
  start_date_recurrence_rule?: string | undefined;
19559
19559
  end_date_recurrence_rule?: string | undefined;
@@ -20690,10 +20690,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20690
20690
  dormakaba_oracode_user_level_prefix: z.ZodNumber;
20691
20691
  dormakaba_oracode_user_level_id: z.ZodString;
20692
20692
  }, "strip", z.ZodTypeAny, {
20693
- check_in_time: string;
20694
- check_out_time: string;
20695
20693
  name: string;
20696
20694
  prefix: number;
20695
+ check_in_time: string;
20696
+ check_out_time: string;
20697
20697
  is_24_hour: boolean;
20698
20698
  is_biweekly_mode: boolean;
20699
20699
  is_one_shot: boolean;
@@ -20701,10 +20701,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20701
20701
  dormakaba_oracode_user_level_prefix: number;
20702
20702
  dormakaba_oracode_user_level_id: string;
20703
20703
  }, {
20704
- check_in_time: string;
20705
- check_out_time: string;
20706
20704
  name: string;
20707
20705
  prefix: number;
20706
+ check_in_time: string;
20707
+ check_out_time: string;
20708
20708
  is_24_hour: boolean;
20709
20709
  is_biweekly_mode: boolean;
20710
20710
  is_one_shot: boolean;
@@ -20721,10 +20721,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20721
20721
  door_id?: number | undefined;
20722
20722
  iana_timezone?: string | undefined;
20723
20723
  predefined_time_slots?: {
20724
- check_in_time: string;
20725
- check_out_time: string;
20726
20724
  name: string;
20727
20725
  prefix: number;
20726
+ check_in_time: string;
20727
+ check_out_time: string;
20728
20728
  is_24_hour: boolean;
20729
20729
  is_biweekly_mode: boolean;
20730
20730
  is_one_shot: boolean;
@@ -20741,10 +20741,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
20741
20741
  door_id?: number | undefined;
20742
20742
  iana_timezone?: string | undefined;
20743
20743
  predefined_time_slots?: {
20744
- check_in_time: string;
20745
- check_out_time: string;
20746
20744
  name: string;
20747
20745
  prefix: number;
20746
+ check_in_time: string;
20747
+ check_out_time: string;
20748
20748
  is_24_hour: boolean;
20749
20749
  is_biweekly_mode: boolean;
20750
20750
  is_one_shot: boolean;
@@ -21186,10 +21186,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21186
21186
  door_id?: number | undefined;
21187
21187
  iana_timezone?: string | undefined;
21188
21188
  predefined_time_slots?: {
21189
- check_in_time: string;
21190
- check_out_time: string;
21191
21189
  name: string;
21192
21190
  prefix: number;
21191
+ check_in_time: string;
21192
+ check_out_time: string;
21193
21193
  is_24_hour: boolean;
21194
21194
  is_biweekly_mode: boolean;
21195
21195
  is_one_shot: boolean;
@@ -21473,10 +21473,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21473
21473
  door_id?: number | undefined;
21474
21474
  iana_timezone?: string | undefined;
21475
21475
  predefined_time_slots?: {
21476
- check_in_time: string;
21477
- check_out_time: string;
21478
21476
  name: string;
21479
21477
  prefix: number;
21478
+ check_in_time: string;
21479
+ check_out_time: string;
21480
21480
  is_24_hour: boolean;
21481
21481
  is_biweekly_mode: boolean;
21482
21482
  is_one_shot: boolean;
@@ -21605,16 +21605,16 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21605
21605
  matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
21606
21606
  time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
21607
21607
  display_name: z.ZodString;
21608
- check_in_time: z.ZodString;
21609
- check_out_time: z.ZodString;
21608
+ start_time: z.ZodString;
21609
+ end_time: z.ZodString;
21610
21610
  }, "strip", z.ZodTypeAny, {
21611
21611
  display_name: string;
21612
- check_in_time: string;
21613
- check_out_time: string;
21612
+ start_time: string;
21613
+ end_time: string;
21614
21614
  }, {
21615
21615
  display_name: string;
21616
- check_in_time: string;
21617
- check_out_time: string;
21616
+ start_time: string;
21617
+ end_time: string;
21618
21618
  }>, "many">>;
21619
21619
  start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
21620
21620
  end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
@@ -21626,8 +21626,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21626
21626
  matching_start_end_time?: true | undefined;
21627
21627
  time_pairs?: {
21628
21628
  display_name: string;
21629
- check_in_time: string;
21630
- check_out_time: string;
21629
+ start_time: string;
21630
+ end_time: string;
21631
21631
  }[] | undefined;
21632
21632
  start_date_recurrence_rule?: string | undefined;
21633
21633
  end_date_recurrence_rule?: string | undefined;
@@ -21639,8 +21639,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21639
21639
  matching_start_end_time?: true | undefined;
21640
21640
  time_pairs?: {
21641
21641
  display_name: string;
21642
- check_in_time: string;
21643
- check_out_time: string;
21642
+ start_time: string;
21643
+ end_time: string;
21644
21644
  }[] | undefined;
21645
21645
  start_date_recurrence_rule?: string | undefined;
21646
21646
  end_date_recurrence_rule?: string | undefined;
@@ -21653,16 +21653,16 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21653
21653
  matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
21654
21654
  time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
21655
21655
  display_name: z.ZodString;
21656
- check_in_time: z.ZodString;
21657
- check_out_time: z.ZodString;
21656
+ start_time: z.ZodString;
21657
+ end_time: z.ZodString;
21658
21658
  }, "strip", z.ZodTypeAny, {
21659
21659
  display_name: string;
21660
- check_in_time: string;
21661
- check_out_time: string;
21660
+ start_time: string;
21661
+ end_time: string;
21662
21662
  }, {
21663
21663
  display_name: string;
21664
- check_in_time: string;
21665
- check_out_time: string;
21664
+ start_time: string;
21665
+ end_time: string;
21666
21666
  }>, "many">>;
21667
21667
  start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
21668
21668
  end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
@@ -21674,8 +21674,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21674
21674
  matching_start_end_time?: true | undefined;
21675
21675
  time_pairs?: {
21676
21676
  display_name: string;
21677
- check_in_time: string;
21678
- check_out_time: string;
21677
+ start_time: string;
21678
+ end_time: string;
21679
21679
  }[] | undefined;
21680
21680
  start_date_recurrence_rule?: string | undefined;
21681
21681
  end_date_recurrence_rule?: string | undefined;
@@ -21687,8 +21687,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21687
21687
  matching_start_end_time?: true | undefined;
21688
21688
  time_pairs?: {
21689
21689
  display_name: string;
21690
- check_in_time: string;
21691
- check_out_time: string;
21690
+ start_time: string;
21691
+ end_time: string;
21692
21692
  }[] | undefined;
21693
21693
  start_date_recurrence_rule?: string | undefined;
21694
21694
  end_date_recurrence_rule?: string | undefined;
@@ -21726,8 +21726,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21726
21726
  matching_start_end_time?: true | undefined;
21727
21727
  time_pairs?: {
21728
21728
  display_name: string;
21729
- check_in_time: string;
21730
- check_out_time: string;
21729
+ start_time: string;
21730
+ end_time: string;
21731
21731
  }[] | undefined;
21732
21732
  start_date_recurrence_rule?: string | undefined;
21733
21733
  end_date_recurrence_rule?: string | undefined;
@@ -21740,8 +21740,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21740
21740
  matching_start_end_time?: true | undefined;
21741
21741
  time_pairs?: {
21742
21742
  display_name: string;
21743
- check_in_time: string;
21744
- check_out_time: string;
21743
+ start_time: string;
21744
+ end_time: string;
21745
21745
  }[] | undefined;
21746
21746
  start_date_recurrence_rule?: string | undefined;
21747
21747
  end_date_recurrence_rule?: string | undefined;
@@ -21774,8 +21774,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21774
21774
  matching_start_end_time?: true | undefined;
21775
21775
  time_pairs?: {
21776
21776
  display_name: string;
21777
- check_in_time: string;
21778
- check_out_time: string;
21777
+ start_time: string;
21778
+ end_time: string;
21779
21779
  }[] | undefined;
21780
21780
  start_date_recurrence_rule?: string | undefined;
21781
21781
  end_date_recurrence_rule?: string | undefined;
@@ -21788,8 +21788,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
21788
21788
  matching_start_end_time?: true | undefined;
21789
21789
  time_pairs?: {
21790
21790
  display_name: string;
21791
- check_in_time: string;
21792
- check_out_time: string;
21791
+ start_time: string;
21792
+ end_time: string;
21793
21793
  }[] | undefined;
21794
21794
  start_date_recurrence_rule?: string | undefined;
21795
21795
  end_date_recurrence_rule?: string | undefined;
@@ -42345,52 +42345,52 @@ type Routes = {
42345
42345
  supported_code_lengths?: (number[] | undefined) | undefined;
42346
42346
  /** 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. */
42347
42347
  offline_time_frame_options?: ({
42348
- /** 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`). */
42348
+ /** 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 start times`). */
42349
42349
  display_name: string;
42350
42350
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
42351
42351
  min_duration?: string | undefined;
42352
42352
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
42353
42353
  max_duration?: string | undefined;
42354
- /** 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`. */
42354
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
42355
42355
  matching_start_end_time?: true | undefined;
42356
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
42356
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
42357
42357
  time_pairs?: {
42358
- /** Label for the check-in/check-out time pairing. */
42358
+ /** Label for the start/end time pairing. */
42359
42359
  display_name: string;
42360
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
42361
- check_in_time: string;
42362
- /** 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. */
42363
- check_out_time: string;
42360
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
42361
+ start_time: string;
42362
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
42363
+ end_time: string;
42364
42364
  }[] | undefined;
42365
- /** 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. */
42365
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
42366
42366
  start_date_recurrence_rule?: string | undefined;
42367
- /** 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. */
42367
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
42368
42368
  end_date_recurrence_rule?: string | undefined;
42369
42369
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
42370
42370
  time_zone?: string | undefined;
42371
42371
  }[] | undefined) | undefined;
42372
42372
  /** 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. */
42373
42373
  online_time_frame_options?: ({
42374
- /** 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`). */
42374
+ /** 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 start times`). */
42375
42375
  display_name: string;
42376
42376
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
42377
42377
  min_duration?: string | undefined;
42378
42378
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
42379
42379
  max_duration?: string | undefined;
42380
- /** 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`. */
42380
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
42381
42381
  matching_start_end_time?: true | undefined;
42382
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
42382
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
42383
42383
  time_pairs?: {
42384
- /** Label for the check-in/check-out time pairing. */
42384
+ /** Label for the start/end time pairing. */
42385
42385
  display_name: string;
42386
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
42387
- check_in_time: string;
42388
- /** 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. */
42389
- check_out_time: string;
42386
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
42387
+ start_time: string;
42388
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
42389
+ end_time: string;
42390
42390
  }[] | undefined;
42391
- /** 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. */
42391
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
42392
42392
  start_date_recurrence_rule?: string | undefined;
42393
- /** 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. */
42393
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
42394
42394
  end_date_recurrence_rule?: string | undefined;
42395
42395
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
42396
42396
  time_zone?: string | undefined;
@@ -49045,52 +49045,52 @@ type Routes = {
49045
49045
  supported_code_lengths?: (number[] | undefined) | undefined;
49046
49046
  /** 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. */
49047
49047
  offline_time_frame_options?: ({
49048
- /** 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`). */
49048
+ /** 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 start times`). */
49049
49049
  display_name: string;
49050
49050
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
49051
49051
  min_duration?: string | undefined;
49052
49052
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
49053
49053
  max_duration?: string | undefined;
49054
- /** 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`. */
49054
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
49055
49055
  matching_start_end_time?: true | undefined;
49056
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
49056
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
49057
49057
  time_pairs?: {
49058
- /** Label for the check-in/check-out time pairing. */
49058
+ /** Label for the start/end time pairing. */
49059
49059
  display_name: string;
49060
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
49061
- check_in_time: string;
49062
- /** 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. */
49063
- check_out_time: string;
49060
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
49061
+ start_time: string;
49062
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
49063
+ end_time: string;
49064
49064
  }[] | undefined;
49065
- /** 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. */
49065
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
49066
49066
  start_date_recurrence_rule?: string | undefined;
49067
- /** 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. */
49067
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
49068
49068
  end_date_recurrence_rule?: string | undefined;
49069
49069
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
49070
49070
  time_zone?: string | undefined;
49071
49071
  }[] | undefined) | undefined;
49072
49072
  /** 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. */
49073
49073
  online_time_frame_options?: ({
49074
- /** 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`). */
49074
+ /** 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 start times`). */
49075
49075
  display_name: string;
49076
49076
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
49077
49077
  min_duration?: string | undefined;
49078
49078
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
49079
49079
  max_duration?: string | undefined;
49080
- /** 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`. */
49080
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
49081
49081
  matching_start_end_time?: true | undefined;
49082
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
49082
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
49083
49083
  time_pairs?: {
49084
- /** Label for the check-in/check-out time pairing. */
49084
+ /** Label for the start/end time pairing. */
49085
49085
  display_name: string;
49086
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
49087
- check_in_time: string;
49088
- /** 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. */
49089
- check_out_time: string;
49086
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
49087
+ start_time: string;
49088
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
49089
+ end_time: string;
49090
49090
  }[] | undefined;
49091
- /** 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. */
49091
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
49092
49092
  start_date_recurrence_rule?: string | undefined;
49093
- /** 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. */
49093
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
49094
49094
  end_date_recurrence_rule?: string | undefined;
49095
49095
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
49096
49096
  time_zone?: string | undefined;
@@ -71517,52 +71517,52 @@ type Routes = {
71517
71517
  supported_code_lengths?: (number[] | undefined) | undefined;
71518
71518
  /** 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. */
71519
71519
  offline_time_frame_options?: ({
71520
- /** 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`). */
71520
+ /** 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 start times`). */
71521
71521
  display_name: string;
71522
71522
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
71523
71523
  min_duration?: string | undefined;
71524
71524
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
71525
71525
  max_duration?: string | undefined;
71526
- /** 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`. */
71526
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
71527
71527
  matching_start_end_time?: true | undefined;
71528
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
71528
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
71529
71529
  time_pairs?: {
71530
- /** Label for the check-in/check-out time pairing. */
71530
+ /** Label for the start/end time pairing. */
71531
71531
  display_name: string;
71532
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
71533
- check_in_time: string;
71534
- /** 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. */
71535
- check_out_time: string;
71532
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
71533
+ start_time: string;
71534
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
71535
+ end_time: string;
71536
71536
  }[] | undefined;
71537
- /** 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. */
71537
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
71538
71538
  start_date_recurrence_rule?: string | undefined;
71539
- /** 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. */
71539
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
71540
71540
  end_date_recurrence_rule?: string | undefined;
71541
71541
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
71542
71542
  time_zone?: string | undefined;
71543
71543
  }[] | undefined) | undefined;
71544
71544
  /** 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. */
71545
71545
  online_time_frame_options?: ({
71546
- /** 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`). */
71546
+ /** 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 start times`). */
71547
71547
  display_name: string;
71548
71548
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
71549
71549
  min_duration?: string | undefined;
71550
71550
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
71551
71551
  max_duration?: string | undefined;
71552
- /** 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`. */
71552
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
71553
71553
  matching_start_end_time?: true | undefined;
71554
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
71554
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
71555
71555
  time_pairs?: {
71556
- /** Label for the check-in/check-out time pairing. */
71556
+ /** Label for the start/end time pairing. */
71557
71557
  display_name: string;
71558
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
71559
- check_in_time: string;
71560
- /** 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. */
71561
- check_out_time: string;
71558
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
71559
+ start_time: string;
71560
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
71561
+ end_time: string;
71562
71562
  }[] | undefined;
71563
- /** 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. */
71563
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
71564
71564
  start_date_recurrence_rule?: string | undefined;
71565
- /** 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. */
71565
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
71566
71566
  end_date_recurrence_rule?: string | undefined;
71567
71567
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
71568
71568
  time_zone?: string | undefined;
@@ -73011,52 +73011,52 @@ type Routes = {
73011
73011
  supported_code_lengths?: (number[] | undefined) | undefined;
73012
73012
  /** 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. */
73013
73013
  offline_time_frame_options?: ({
73014
- /** 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`). */
73014
+ /** 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 start times`). */
73015
73015
  display_name: string;
73016
73016
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
73017
73017
  min_duration?: string | undefined;
73018
73018
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
73019
73019
  max_duration?: string | undefined;
73020
- /** 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`. */
73020
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
73021
73021
  matching_start_end_time?: true | undefined;
73022
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
73022
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
73023
73023
  time_pairs?: {
73024
- /** Label for the check-in/check-out time pairing. */
73024
+ /** Label for the start/end time pairing. */
73025
73025
  display_name: string;
73026
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
73027
- check_in_time: string;
73028
- /** 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. */
73029
- check_out_time: string;
73026
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
73027
+ start_time: string;
73028
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
73029
+ end_time: string;
73030
73030
  }[] | undefined;
73031
- /** 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. */
73031
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
73032
73032
  start_date_recurrence_rule?: string | undefined;
73033
- /** 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. */
73033
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
73034
73034
  end_date_recurrence_rule?: string | undefined;
73035
73035
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
73036
73036
  time_zone?: string | undefined;
73037
73037
  }[] | undefined) | undefined;
73038
73038
  /** 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. */
73039
73039
  online_time_frame_options?: ({
73040
- /** 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`). */
73040
+ /** 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 start times`). */
73041
73041
  display_name: string;
73042
73042
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
73043
73043
  min_duration?: string | undefined;
73044
73044
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
73045
73045
  max_duration?: string | undefined;
73046
- /** 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`. */
73046
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
73047
73047
  matching_start_end_time?: true | undefined;
73048
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
73048
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
73049
73049
  time_pairs?: {
73050
- /** Label for the check-in/check-out time pairing. */
73050
+ /** Label for the start/end time pairing. */
73051
73051
  display_name: string;
73052
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
73053
- check_in_time: string;
73054
- /** 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. */
73055
- check_out_time: string;
73052
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
73053
+ start_time: string;
73054
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
73055
+ end_time: string;
73056
73056
  }[] | undefined;
73057
- /** 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. */
73057
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
73058
73058
  start_date_recurrence_rule?: string | undefined;
73059
- /** 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. */
73059
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
73060
73060
  end_date_recurrence_rule?: string | undefined;
73061
73061
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
73062
73062
  time_zone?: string | undefined;
@@ -83572,52 +83572,52 @@ type Routes = {
83572
83572
  supported_code_lengths?: (number[] | undefined) | undefined;
83573
83573
  /** 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. */
83574
83574
  offline_time_frame_options?: ({
83575
- /** 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`). */
83575
+ /** 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 start times`). */
83576
83576
  display_name: string;
83577
83577
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
83578
83578
  min_duration?: string | undefined;
83579
83579
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
83580
83580
  max_duration?: string | undefined;
83581
- /** 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`. */
83581
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
83582
83582
  matching_start_end_time?: true | undefined;
83583
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
83583
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
83584
83584
  time_pairs?: {
83585
- /** Label for the check-in/check-out time pairing. */
83585
+ /** Label for the start/end time pairing. */
83586
83586
  display_name: string;
83587
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
83588
- check_in_time: string;
83589
- /** 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. */
83590
- check_out_time: string;
83587
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
83588
+ start_time: string;
83589
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
83590
+ end_time: string;
83591
83591
  }[] | undefined;
83592
- /** 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. */
83592
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
83593
83593
  start_date_recurrence_rule?: string | undefined;
83594
- /** 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. */
83594
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
83595
83595
  end_date_recurrence_rule?: string | undefined;
83596
83596
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
83597
83597
  time_zone?: string | undefined;
83598
83598
  }[] | undefined) | undefined;
83599
83599
  /** 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. */
83600
83600
  online_time_frame_options?: ({
83601
- /** 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`). */
83601
+ /** 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 start times`). */
83602
83602
  display_name: string;
83603
83603
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
83604
83604
  min_duration?: string | undefined;
83605
83605
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
83606
83606
  max_duration?: string | undefined;
83607
- /** 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`. */
83607
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
83608
83608
  matching_start_end_time?: true | undefined;
83609
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
83609
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
83610
83610
  time_pairs?: {
83611
- /** Label for the check-in/check-out time pairing. */
83611
+ /** Label for the start/end time pairing. */
83612
83612
  display_name: string;
83613
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
83614
- check_in_time: string;
83615
- /** 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. */
83616
- check_out_time: string;
83613
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
83614
+ start_time: string;
83615
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
83616
+ end_time: string;
83617
83617
  }[] | undefined;
83618
- /** 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. */
83618
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
83619
83619
  start_date_recurrence_rule?: string | undefined;
83620
- /** 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. */
83620
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
83621
83621
  end_date_recurrence_rule?: string | undefined;
83622
83622
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
83623
83623
  time_zone?: string | undefined;
@@ -85016,52 +85016,52 @@ type Routes = {
85016
85016
  supported_code_lengths?: (number[] | undefined) | undefined;
85017
85017
  /** 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. */
85018
85018
  offline_time_frame_options?: ({
85019
- /** 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`). */
85019
+ /** 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 start times`). */
85020
85020
  display_name: string;
85021
85021
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
85022
85022
  min_duration?: string | undefined;
85023
85023
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
85024
85024
  max_duration?: string | undefined;
85025
- /** 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`. */
85025
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
85026
85026
  matching_start_end_time?: true | undefined;
85027
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
85027
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
85028
85028
  time_pairs?: {
85029
- /** Label for the check-in/check-out time pairing. */
85029
+ /** Label for the start/end time pairing. */
85030
85030
  display_name: string;
85031
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
85032
- check_in_time: string;
85033
- /** 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. */
85034
- check_out_time: string;
85031
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
85032
+ start_time: string;
85033
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
85034
+ end_time: string;
85035
85035
  }[] | undefined;
85036
- /** 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. */
85036
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
85037
85037
  start_date_recurrence_rule?: string | undefined;
85038
- /** 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. */
85038
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
85039
85039
  end_date_recurrence_rule?: string | undefined;
85040
85040
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
85041
85041
  time_zone?: string | undefined;
85042
85042
  }[] | undefined) | undefined;
85043
85043
  /** 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. */
85044
85044
  online_time_frame_options?: ({
85045
- /** 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`). */
85045
+ /** 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 start times`). */
85046
85046
  display_name: string;
85047
85047
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
85048
85048
  min_duration?: string | undefined;
85049
85049
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
85050
85050
  max_duration?: string | undefined;
85051
- /** 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`. */
85051
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
85052
85052
  matching_start_end_time?: true | undefined;
85053
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
85053
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
85054
85054
  time_pairs?: {
85055
- /** Label for the check-in/check-out time pairing. */
85055
+ /** Label for the start/end time pairing. */
85056
85056
  display_name: string;
85057
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
85058
- check_in_time: string;
85059
- /** 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. */
85060
- check_out_time: string;
85057
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
85058
+ start_time: string;
85059
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
85060
+ end_time: string;
85061
85061
  }[] | undefined;
85062
- /** 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. */
85062
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
85063
85063
  start_date_recurrence_rule?: string | undefined;
85064
- /** 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. */
85064
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
85065
85065
  end_date_recurrence_rule?: string | undefined;
85066
85066
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
85067
85067
  time_zone?: string | undefined;
@@ -86510,52 +86510,52 @@ type Routes = {
86510
86510
  supported_code_lengths?: (number[] | undefined) | undefined;
86511
86511
  /** 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. */
86512
86512
  offline_time_frame_options?: ({
86513
- /** 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`). */
86513
+ /** 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 start times`). */
86514
86514
  display_name: string;
86515
86515
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
86516
86516
  min_duration?: string | undefined;
86517
86517
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
86518
86518
  max_duration?: string | undefined;
86519
- /** 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`. */
86519
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
86520
86520
  matching_start_end_time?: true | undefined;
86521
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
86521
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
86522
86522
  time_pairs?: {
86523
- /** Label for the check-in/check-out time pairing. */
86523
+ /** Label for the start/end time pairing. */
86524
86524
  display_name: string;
86525
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
86526
- check_in_time: string;
86527
- /** 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. */
86528
- check_out_time: string;
86525
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
86526
+ start_time: string;
86527
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
86528
+ end_time: string;
86529
86529
  }[] | undefined;
86530
- /** 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. */
86530
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
86531
86531
  start_date_recurrence_rule?: string | undefined;
86532
- /** 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. */
86532
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
86533
86533
  end_date_recurrence_rule?: string | undefined;
86534
86534
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
86535
86535
  time_zone?: string | undefined;
86536
86536
  }[] | undefined) | undefined;
86537
86537
  /** 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. */
86538
86538
  online_time_frame_options?: ({
86539
- /** 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`). */
86539
+ /** 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 start times`). */
86540
86540
  display_name: string;
86541
86541
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
86542
86542
  min_duration?: string | undefined;
86543
86543
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
86544
86544
  max_duration?: string | undefined;
86545
- /** 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`. */
86545
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
86546
86546
  matching_start_end_time?: true | undefined;
86547
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
86547
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
86548
86548
  time_pairs?: {
86549
- /** Label for the check-in/check-out time pairing. */
86549
+ /** Label for the start/end time pairing. */
86550
86550
  display_name: string;
86551
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
86552
- check_in_time: string;
86553
- /** 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. */
86554
- check_out_time: string;
86551
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
86552
+ start_time: string;
86553
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
86554
+ end_time: string;
86555
86555
  }[] | undefined;
86556
- /** 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. */
86556
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
86557
86557
  start_date_recurrence_rule?: string | undefined;
86558
- /** 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. */
86558
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
86559
86559
  end_date_recurrence_rule?: string | undefined;
86560
86560
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
86561
86561
  time_zone?: string | undefined;
@@ -87953,52 +87953,52 @@ type Routes = {
87953
87953
  supported_code_lengths?: (number[] | undefined) | undefined;
87954
87954
  /** 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. */
87955
87955
  offline_time_frame_options?: ({
87956
- /** 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`). */
87956
+ /** 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 start times`). */
87957
87957
  display_name: string;
87958
87958
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
87959
87959
  min_duration?: string | undefined;
87960
87960
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
87961
87961
  max_duration?: string | undefined;
87962
- /** 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`. */
87962
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
87963
87963
  matching_start_end_time?: true | undefined;
87964
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
87964
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
87965
87965
  time_pairs?: {
87966
- /** Label for the check-in/check-out time pairing. */
87966
+ /** Label for the start/end time pairing. */
87967
87967
  display_name: string;
87968
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
87969
- check_in_time: string;
87970
- /** 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. */
87971
- check_out_time: string;
87968
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
87969
+ start_time: string;
87970
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
87971
+ end_time: string;
87972
87972
  }[] | undefined;
87973
- /** 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. */
87973
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
87974
87974
  start_date_recurrence_rule?: string | undefined;
87975
- /** 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. */
87975
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
87976
87976
  end_date_recurrence_rule?: string | undefined;
87977
87977
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
87978
87978
  time_zone?: string | undefined;
87979
87979
  }[] | undefined) | undefined;
87980
87980
  /** 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. */
87981
87981
  online_time_frame_options?: ({
87982
- /** 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`). */
87982
+ /** 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 start times`). */
87983
87983
  display_name: string;
87984
87984
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
87985
87985
  min_duration?: string | undefined;
87986
87986
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
87987
87987
  max_duration?: string | undefined;
87988
- /** 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`. */
87988
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
87989
87989
  matching_start_end_time?: true | undefined;
87990
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
87990
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
87991
87991
  time_pairs?: {
87992
- /** Label for the check-in/check-out time pairing. */
87992
+ /** Label for the start/end time pairing. */
87993
87993
  display_name: string;
87994
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
87995
- check_in_time: string;
87996
- /** 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. */
87997
- check_out_time: string;
87994
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
87995
+ start_time: string;
87996
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
87997
+ end_time: string;
87998
87998
  }[] | undefined;
87999
- /** 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. */
87999
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
88000
88000
  start_date_recurrence_rule?: string | undefined;
88001
- /** 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. */
88001
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
88002
88002
  end_date_recurrence_rule?: string | undefined;
88003
88003
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
88004
88004
  time_zone?: string | undefined;
@@ -96173,52 +96173,52 @@ type Routes = {
96173
96173
  supported_code_lengths?: (number[] | undefined) | undefined;
96174
96174
  /** 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. */
96175
96175
  offline_time_frame_options?: ({
96176
- /** 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`). */
96176
+ /** 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 start times`). */
96177
96177
  display_name: string;
96178
96178
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
96179
96179
  min_duration?: string | undefined;
96180
96180
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
96181
96181
  max_duration?: string | undefined;
96182
- /** 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`. */
96182
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
96183
96183
  matching_start_end_time?: true | undefined;
96184
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
96184
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
96185
96185
  time_pairs?: {
96186
- /** Label for the check-in/check-out time pairing. */
96186
+ /** Label for the start/end time pairing. */
96187
96187
  display_name: string;
96188
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
96189
- check_in_time: string;
96190
- /** 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. */
96191
- check_out_time: string;
96188
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
96189
+ start_time: string;
96190
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
96191
+ end_time: string;
96192
96192
  }[] | undefined;
96193
- /** 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. */
96193
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
96194
96194
  start_date_recurrence_rule?: string | undefined;
96195
- /** 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. */
96195
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
96196
96196
  end_date_recurrence_rule?: string | undefined;
96197
96197
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
96198
96198
  time_zone?: string | undefined;
96199
96199
  }[] | undefined) | undefined;
96200
96200
  /** 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. */
96201
96201
  online_time_frame_options?: ({
96202
- /** 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`). */
96202
+ /** 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 start times`). */
96203
96203
  display_name: string;
96204
96204
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
96205
96205
  min_duration?: string | undefined;
96206
96206
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
96207
96207
  max_duration?: string | undefined;
96208
- /** 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`. */
96208
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
96209
96209
  matching_start_end_time?: true | undefined;
96210
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
96210
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
96211
96211
  time_pairs?: {
96212
- /** Label for the check-in/check-out time pairing. */
96212
+ /** Label for the start/end time pairing. */
96213
96213
  display_name: string;
96214
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
96215
- check_in_time: string;
96216
- /** 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. */
96217
- check_out_time: string;
96214
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
96215
+ start_time: string;
96216
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
96217
+ end_time: string;
96218
96218
  }[] | undefined;
96219
- /** 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. */
96219
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
96220
96220
  start_date_recurrence_rule?: string | undefined;
96221
- /** 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. */
96221
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
96222
96222
  end_date_recurrence_rule?: string | undefined;
96223
96223
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
96224
96224
  time_zone?: string | undefined;
@@ -97616,52 +97616,52 @@ type Routes = {
97616
97616
  supported_code_lengths?: (number[] | undefined) | undefined;
97617
97617
  /** 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. */
97618
97618
  offline_time_frame_options?: ({
97619
- /** 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`). */
97619
+ /** 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 start times`). */
97620
97620
  display_name: string;
97621
97621
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
97622
97622
  min_duration?: string | undefined;
97623
97623
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
97624
97624
  max_duration?: string | undefined;
97625
- /** 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`. */
97625
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
97626
97626
  matching_start_end_time?: true | undefined;
97627
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
97627
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
97628
97628
  time_pairs?: {
97629
- /** Label for the check-in/check-out time pairing. */
97629
+ /** Label for the start/end time pairing. */
97630
97630
  display_name: string;
97631
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
97632
- check_in_time: string;
97633
- /** 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. */
97634
- check_out_time: string;
97631
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
97632
+ start_time: string;
97633
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
97634
+ end_time: string;
97635
97635
  }[] | undefined;
97636
- /** 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. */
97636
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
97637
97637
  start_date_recurrence_rule?: string | undefined;
97638
- /** 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. */
97638
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
97639
97639
  end_date_recurrence_rule?: string | undefined;
97640
97640
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
97641
97641
  time_zone?: string | undefined;
97642
97642
  }[] | undefined) | undefined;
97643
97643
  /** 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. */
97644
97644
  online_time_frame_options?: ({
97645
- /** 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`). */
97645
+ /** 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 start times`). */
97646
97646
  display_name: string;
97647
97647
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
97648
97648
  min_duration?: string | undefined;
97649
97649
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
97650
97650
  max_duration?: string | undefined;
97651
- /** 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`. */
97651
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
97652
97652
  matching_start_end_time?: true | undefined;
97653
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
97653
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
97654
97654
  time_pairs?: {
97655
- /** Label for the check-in/check-out time pairing. */
97655
+ /** Label for the start/end time pairing. */
97656
97656
  display_name: string;
97657
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
97658
- check_in_time: string;
97659
- /** 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. */
97660
- check_out_time: string;
97657
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
97658
+ start_time: string;
97659
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
97660
+ end_time: string;
97661
97661
  }[] | undefined;
97662
- /** 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. */
97662
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
97663
97663
  start_date_recurrence_rule?: string | undefined;
97664
- /** 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. */
97664
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
97665
97665
  end_date_recurrence_rule?: string | undefined;
97666
97666
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
97667
97667
  time_zone?: string | undefined;
@@ -113128,52 +113128,52 @@ type Routes = {
113128
113128
  supported_code_lengths?: (number[] | undefined) | undefined;
113129
113129
  /** 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. */
113130
113130
  offline_time_frame_options?: ({
113131
- /** 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`). */
113131
+ /** 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 start times`). */
113132
113132
  display_name: string;
113133
113133
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
113134
113134
  min_duration?: string | undefined;
113135
113135
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
113136
113136
  max_duration?: string | undefined;
113137
- /** 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`. */
113137
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
113138
113138
  matching_start_end_time?: true | undefined;
113139
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
113139
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
113140
113140
  time_pairs?: {
113141
- /** Label for the check-in/check-out time pairing. */
113141
+ /** Label for the start/end time pairing. */
113142
113142
  display_name: string;
113143
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
113144
- check_in_time: string;
113145
- /** 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. */
113146
- check_out_time: string;
113143
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
113144
+ start_time: string;
113145
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
113146
+ end_time: string;
113147
113147
  }[] | undefined;
113148
- /** 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. */
113148
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
113149
113149
  start_date_recurrence_rule?: string | undefined;
113150
- /** 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. */
113150
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
113151
113151
  end_date_recurrence_rule?: string | undefined;
113152
113152
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
113153
113153
  time_zone?: string | undefined;
113154
113154
  }[] | undefined) | undefined;
113155
113155
  /** 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. */
113156
113156
  online_time_frame_options?: ({
113157
- /** 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`). */
113157
+ /** 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 start times`). */
113158
113158
  display_name: string;
113159
113159
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
113160
113160
  min_duration?: string | undefined;
113161
113161
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
113162
113162
  max_duration?: string | undefined;
113163
- /** 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`. */
113163
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
113164
113164
  matching_start_end_time?: true | undefined;
113165
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
113165
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
113166
113166
  time_pairs?: {
113167
- /** Label for the check-in/check-out time pairing. */
113167
+ /** Label for the start/end time pairing. */
113168
113168
  display_name: string;
113169
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
113170
- check_in_time: string;
113171
- /** 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. */
113172
- check_out_time: string;
113169
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
113170
+ start_time: string;
113171
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
113172
+ end_time: string;
113173
113173
  }[] | undefined;
113174
- /** 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. */
113174
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
113175
113175
  start_date_recurrence_rule?: string | undefined;
113176
- /** 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. */
113176
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
113177
113177
  end_date_recurrence_rule?: string | undefined;
113178
113178
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
113179
113179
  time_zone?: string | undefined;
@@ -120579,52 +120579,52 @@ type Routes = {
120579
120579
  supported_code_lengths?: (number[] | undefined) | undefined;
120580
120580
  /** 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. */
120581
120581
  offline_time_frame_options?: ({
120582
- /** 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`). */
120582
+ /** 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 start times`). */
120583
120583
  display_name: string;
120584
120584
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
120585
120585
  min_duration?: string | undefined;
120586
120586
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
120587
120587
  max_duration?: string | undefined;
120588
- /** 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`. */
120588
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
120589
120589
  matching_start_end_time?: true | undefined;
120590
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
120590
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
120591
120591
  time_pairs?: {
120592
- /** Label for the check-in/check-out time pairing. */
120592
+ /** Label for the start/end time pairing. */
120593
120593
  display_name: string;
120594
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
120595
- check_in_time: string;
120596
- /** 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. */
120597
- check_out_time: string;
120594
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
120595
+ start_time: string;
120596
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
120597
+ end_time: string;
120598
120598
  }[] | undefined;
120599
- /** 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. */
120599
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
120600
120600
  start_date_recurrence_rule?: string | undefined;
120601
- /** 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. */
120601
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
120602
120602
  end_date_recurrence_rule?: string | undefined;
120603
120603
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
120604
120604
  time_zone?: string | undefined;
120605
120605
  }[] | undefined) | undefined;
120606
120606
  /** 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. */
120607
120607
  online_time_frame_options?: ({
120608
- /** 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`). */
120608
+ /** 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 start times`). */
120609
120609
  display_name: string;
120610
120610
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
120611
120611
  min_duration?: string | undefined;
120612
120612
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
120613
120613
  max_duration?: string | undefined;
120614
- /** 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`. */
120614
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
120615
120615
  matching_start_end_time?: true | undefined;
120616
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
120616
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
120617
120617
  time_pairs?: {
120618
- /** Label for the check-in/check-out time pairing. */
120618
+ /** Label for the start/end time pairing. */
120619
120619
  display_name: string;
120620
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
120621
- check_in_time: string;
120622
- /** 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. */
120623
- check_out_time: string;
120620
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
120621
+ start_time: string;
120622
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
120623
+ end_time: string;
120624
120624
  }[] | undefined;
120625
- /** 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. */
120625
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
120626
120626
  start_date_recurrence_rule?: string | undefined;
120627
- /** 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. */
120627
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
120628
120628
  end_date_recurrence_rule?: string | undefined;
120629
120629
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
120630
120630
  time_zone?: string | undefined;
@@ -125449,52 +125449,52 @@ type Routes = {
125449
125449
  supported_code_lengths?: (number[] | undefined) | undefined;
125450
125450
  /** 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. */
125451
125451
  offline_time_frame_options?: ({
125452
- /** 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`). */
125452
+ /** 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 start times`). */
125453
125453
  display_name: string;
125454
125454
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
125455
125455
  min_duration?: string | undefined;
125456
125456
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
125457
125457
  max_duration?: string | undefined;
125458
- /** 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`. */
125458
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
125459
125459
  matching_start_end_time?: true | undefined;
125460
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
125460
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
125461
125461
  time_pairs?: {
125462
- /** Label for the check-in/check-out time pairing. */
125462
+ /** Label for the start/end time pairing. */
125463
125463
  display_name: string;
125464
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
125465
- check_in_time: string;
125466
- /** 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. */
125467
- check_out_time: string;
125464
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
125465
+ start_time: string;
125466
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
125467
+ end_time: string;
125468
125468
  }[] | undefined;
125469
- /** 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. */
125469
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
125470
125470
  start_date_recurrence_rule?: string | undefined;
125471
- /** 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. */
125471
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
125472
125472
  end_date_recurrence_rule?: string | undefined;
125473
125473
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
125474
125474
  time_zone?: string | undefined;
125475
125475
  }[] | undefined) | undefined;
125476
125476
  /** 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. */
125477
125477
  online_time_frame_options?: ({
125478
- /** 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`). */
125478
+ /** 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 start times`). */
125479
125479
  display_name: string;
125480
125480
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
125481
125481
  min_duration?: string | undefined;
125482
125482
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
125483
125483
  max_duration?: string | undefined;
125484
- /** 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`. */
125484
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
125485
125485
  matching_start_end_time?: true | undefined;
125486
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
125486
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
125487
125487
  time_pairs?: {
125488
- /** Label for the check-in/check-out time pairing. */
125488
+ /** Label for the start/end time pairing. */
125489
125489
  display_name: string;
125490
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
125491
- check_in_time: string;
125492
- /** 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. */
125493
- check_out_time: string;
125490
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
125491
+ start_time: string;
125492
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
125493
+ end_time: string;
125494
125494
  }[] | undefined;
125495
- /** 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. */
125495
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
125496
125496
  start_date_recurrence_rule?: string | undefined;
125497
- /** 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. */
125497
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
125498
125498
  end_date_recurrence_rule?: string | undefined;
125499
125499
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
125500
125500
  time_zone?: string | undefined;
@@ -126892,52 +126892,52 @@ type Routes = {
126892
126892
  supported_code_lengths?: (number[] | undefined) | undefined;
126893
126893
  /** 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. */
126894
126894
  offline_time_frame_options?: ({
126895
- /** 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`). */
126895
+ /** 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 start times`). */
126896
126896
  display_name: string;
126897
126897
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
126898
126898
  min_duration?: string | undefined;
126899
126899
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
126900
126900
  max_duration?: string | undefined;
126901
- /** 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`. */
126901
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
126902
126902
  matching_start_end_time?: true | undefined;
126903
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
126903
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
126904
126904
  time_pairs?: {
126905
- /** Label for the check-in/check-out time pairing. */
126905
+ /** Label for the start/end time pairing. */
126906
126906
  display_name: string;
126907
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
126908
- check_in_time: string;
126909
- /** 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. */
126910
- check_out_time: string;
126907
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
126908
+ start_time: string;
126909
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
126910
+ end_time: string;
126911
126911
  }[] | undefined;
126912
- /** 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. */
126912
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
126913
126913
  start_date_recurrence_rule?: string | undefined;
126914
- /** 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. */
126914
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
126915
126915
  end_date_recurrence_rule?: string | undefined;
126916
126916
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
126917
126917
  time_zone?: string | undefined;
126918
126918
  }[] | undefined) | undefined;
126919
126919
  /** 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. */
126920
126920
  online_time_frame_options?: ({
126921
- /** 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`). */
126921
+ /** 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 start times`). */
126922
126922
  display_name: string;
126923
126923
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
126924
126924
  min_duration?: string | undefined;
126925
126925
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
126926
126926
  max_duration?: string | undefined;
126927
- /** 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`. */
126927
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
126928
126928
  matching_start_end_time?: true | undefined;
126929
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
126929
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
126930
126930
  time_pairs?: {
126931
- /** Label for the check-in/check-out time pairing. */
126931
+ /** Label for the start/end time pairing. */
126932
126932
  display_name: string;
126933
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
126934
- check_in_time: string;
126935
- /** 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. */
126936
- check_out_time: string;
126933
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
126934
+ start_time: string;
126935
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
126936
+ end_time: string;
126937
126937
  }[] | undefined;
126938
- /** 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. */
126938
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
126939
126939
  start_date_recurrence_rule?: string | undefined;
126940
- /** 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. */
126940
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
126941
126941
  end_date_recurrence_rule?: string | undefined;
126942
126942
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
126943
126943
  time_zone?: string | undefined;
@@ -136051,52 +136051,52 @@ type Routes = {
136051
136051
  supported_code_lengths?: (number[] | undefined) | undefined;
136052
136052
  /** 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. */
136053
136053
  offline_time_frame_options?: ({
136054
- /** 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`). */
136054
+ /** 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 start times`). */
136055
136055
  display_name: string;
136056
136056
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
136057
136057
  min_duration?: string | undefined;
136058
136058
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
136059
136059
  max_duration?: string | undefined;
136060
- /** 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`. */
136060
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
136061
136061
  matching_start_end_time?: true | undefined;
136062
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
136062
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
136063
136063
  time_pairs?: {
136064
- /** Label for the check-in/check-out time pairing. */
136064
+ /** Label for the start/end time pairing. */
136065
136065
  display_name: string;
136066
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
136067
- check_in_time: string;
136068
- /** 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. */
136069
- check_out_time: string;
136066
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
136067
+ start_time: string;
136068
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
136069
+ end_time: string;
136070
136070
  }[] | undefined;
136071
- /** 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. */
136071
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
136072
136072
  start_date_recurrence_rule?: string | undefined;
136073
- /** 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. */
136073
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
136074
136074
  end_date_recurrence_rule?: string | undefined;
136075
136075
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
136076
136076
  time_zone?: string | undefined;
136077
136077
  }[] | undefined) | undefined;
136078
136078
  /** 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. */
136079
136079
  online_time_frame_options?: ({
136080
- /** 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`). */
136080
+ /** 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 start times`). */
136081
136081
  display_name: string;
136082
136082
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
136083
136083
  min_duration?: string | undefined;
136084
136084
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
136085
136085
  max_duration?: string | undefined;
136086
- /** 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`. */
136086
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
136087
136087
  matching_start_end_time?: true | undefined;
136088
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
136088
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
136089
136089
  time_pairs?: {
136090
- /** Label for the check-in/check-out time pairing. */
136090
+ /** Label for the start/end time pairing. */
136091
136091
  display_name: string;
136092
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
136093
- check_in_time: string;
136094
- /** 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. */
136095
- check_out_time: string;
136092
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
136093
+ start_time: string;
136094
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
136095
+ end_time: string;
136096
136096
  }[] | undefined;
136097
- /** 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. */
136097
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
136098
136098
  start_date_recurrence_rule?: string | undefined;
136099
- /** 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. */
136099
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
136100
136100
  end_date_recurrence_rule?: string | undefined;
136101
136101
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
136102
136102
  time_zone?: string | undefined;
@@ -137496,52 +137496,52 @@ type Routes = {
137496
137496
  supported_code_lengths?: (number[] | undefined) | undefined;
137497
137497
  /** 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. */
137498
137498
  offline_time_frame_options?: ({
137499
- /** 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`). */
137499
+ /** 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 start times`). */
137500
137500
  display_name: string;
137501
137501
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
137502
137502
  min_duration?: string | undefined;
137503
137503
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
137504
137504
  max_duration?: string | undefined;
137505
- /** 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`. */
137505
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
137506
137506
  matching_start_end_time?: true | undefined;
137507
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
137507
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
137508
137508
  time_pairs?: {
137509
- /** Label for the check-in/check-out time pairing. */
137509
+ /** Label for the start/end time pairing. */
137510
137510
  display_name: string;
137511
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
137512
- check_in_time: string;
137513
- /** 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. */
137514
- check_out_time: string;
137511
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
137512
+ start_time: string;
137513
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
137514
+ end_time: string;
137515
137515
  }[] | undefined;
137516
- /** 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. */
137516
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
137517
137517
  start_date_recurrence_rule?: string | undefined;
137518
- /** 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. */
137518
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
137519
137519
  end_date_recurrence_rule?: string | undefined;
137520
137520
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
137521
137521
  time_zone?: string | undefined;
137522
137522
  }[] | undefined) | undefined;
137523
137523
  /** 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. */
137524
137524
  online_time_frame_options?: ({
137525
- /** 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`). */
137525
+ /** 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 start times`). */
137526
137526
  display_name: string;
137527
137527
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
137528
137528
  min_duration?: string | undefined;
137529
137529
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
137530
137530
  max_duration?: string | undefined;
137531
- /** 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`. */
137531
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
137532
137532
  matching_start_end_time?: true | undefined;
137533
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
137533
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
137534
137534
  time_pairs?: {
137535
- /** Label for the check-in/check-out time pairing. */
137535
+ /** Label for the start/end time pairing. */
137536
137536
  display_name: string;
137537
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
137538
- check_in_time: string;
137539
- /** 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. */
137540
- check_out_time: string;
137537
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
137538
+ start_time: string;
137539
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
137540
+ end_time: string;
137541
137541
  }[] | undefined;
137542
- /** 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. */
137542
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
137543
137543
  start_date_recurrence_rule?: string | undefined;
137544
- /** 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. */
137544
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
137545
137545
  end_date_recurrence_rule?: string | undefined;
137546
137546
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
137547
137547
  time_zone?: string | undefined;
@@ -140196,52 +140196,52 @@ type Routes = {
140196
140196
  supported_code_lengths?: (number[] | undefined) | undefined;
140197
140197
  /** 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. */
140198
140198
  offline_time_frame_options?: ({
140199
- /** 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`). */
140199
+ /** 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 start times`). */
140200
140200
  display_name: string;
140201
140201
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
140202
140202
  min_duration?: string | undefined;
140203
140203
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
140204
140204
  max_duration?: string | undefined;
140205
- /** 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`. */
140205
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
140206
140206
  matching_start_end_time?: true | undefined;
140207
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
140207
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
140208
140208
  time_pairs?: {
140209
- /** Label for the check-in/check-out time pairing. */
140209
+ /** Label for the start/end time pairing. */
140210
140210
  display_name: string;
140211
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
140212
- check_in_time: string;
140213
- /** 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. */
140214
- check_out_time: string;
140211
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
140212
+ start_time: string;
140213
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
140214
+ end_time: string;
140215
140215
  }[] | undefined;
140216
- /** 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. */
140216
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
140217
140217
  start_date_recurrence_rule?: string | undefined;
140218
- /** 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. */
140218
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
140219
140219
  end_date_recurrence_rule?: string | undefined;
140220
140220
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
140221
140221
  time_zone?: string | undefined;
140222
140222
  }[] | undefined) | undefined;
140223
140223
  /** 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. */
140224
140224
  online_time_frame_options?: ({
140225
- /** 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`). */
140225
+ /** 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 start times`). */
140226
140226
  display_name: string;
140227
140227
  /** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
140228
140228
  min_duration?: string | undefined;
140229
140229
  /** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
140230
140230
  max_duration?: string | undefined;
140231
- /** 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`. */
140231
+ /** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
140232
140232
  matching_start_end_time?: true | undefined;
140233
- /** Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
140233
+ /** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
140234
140234
  time_pairs?: {
140235
- /** Label for the check-in/check-out time pairing. */
140235
+ /** Label for the start/end time pairing. */
140236
140236
  display_name: string;
140237
- /** Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
140238
- check_in_time: string;
140239
- /** 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. */
140240
- check_out_time: string;
140237
+ /** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
140238
+ start_time: string;
140239
+ /** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
140240
+ end_time: string;
140241
140241
  }[] | undefined;
140242
- /** 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. */
140242
+ /** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
140243
140243
  start_date_recurrence_rule?: string | undefined;
140244
- /** 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. */
140244
+ /** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
140245
140245
  end_date_recurrence_rule?: string | undefined;
140246
140246
  /** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
140247
140247
  time_zone?: string | undefined;