@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.
@@ -3142,10 +3142,10 @@ export declare const device: z.ZodObject<{
3142
3142
  dormakaba_oracode_user_level_prefix: z.ZodNumber;
3143
3143
  dormakaba_oracode_user_level_id: z.ZodString;
3144
3144
  }, "strip", z.ZodTypeAny, {
3145
- check_in_time: string;
3146
- check_out_time: string;
3147
3145
  name: string;
3148
3146
  prefix: number;
3147
+ check_in_time: string;
3148
+ check_out_time: string;
3149
3149
  is_24_hour: boolean;
3150
3150
  is_biweekly_mode: boolean;
3151
3151
  is_one_shot: boolean;
@@ -3153,10 +3153,10 @@ export declare const device: z.ZodObject<{
3153
3153
  dormakaba_oracode_user_level_prefix: number;
3154
3154
  dormakaba_oracode_user_level_id: string;
3155
3155
  }, {
3156
- check_in_time: string;
3157
- check_out_time: string;
3158
3156
  name: string;
3159
3157
  prefix: number;
3158
+ check_in_time: string;
3159
+ check_out_time: string;
3160
3160
  is_24_hour: boolean;
3161
3161
  is_biweekly_mode: boolean;
3162
3162
  is_one_shot: boolean;
@@ -3173,10 +3173,10 @@ export declare const device: z.ZodObject<{
3173
3173
  door_id?: number | undefined;
3174
3174
  iana_timezone?: string | undefined;
3175
3175
  predefined_time_slots?: {
3176
- check_in_time: string;
3177
- check_out_time: string;
3178
3176
  name: string;
3179
3177
  prefix: number;
3178
+ check_in_time: string;
3179
+ check_out_time: string;
3180
3180
  is_24_hour: boolean;
3181
3181
  is_biweekly_mode: boolean;
3182
3182
  is_one_shot: boolean;
@@ -3193,10 +3193,10 @@ export declare const device: z.ZodObject<{
3193
3193
  door_id?: number | undefined;
3194
3194
  iana_timezone?: string | undefined;
3195
3195
  predefined_time_slots?: {
3196
- check_in_time: string;
3197
- check_out_time: string;
3198
3196
  name: string;
3199
3197
  prefix: number;
3198
+ check_in_time: string;
3199
+ check_out_time: string;
3200
3200
  is_24_hour: boolean;
3201
3201
  is_biweekly_mode: boolean;
3202
3202
  is_one_shot: boolean;
@@ -3638,10 +3638,10 @@ export declare const device: z.ZodObject<{
3638
3638
  door_id?: number | undefined;
3639
3639
  iana_timezone?: string | undefined;
3640
3640
  predefined_time_slots?: {
3641
- check_in_time: string;
3642
- check_out_time: string;
3643
3641
  name: string;
3644
3642
  prefix: number;
3643
+ check_in_time: string;
3644
+ check_out_time: string;
3645
3645
  is_24_hour: boolean;
3646
3646
  is_biweekly_mode: boolean;
3647
3647
  is_one_shot: boolean;
@@ -3925,10 +3925,10 @@ export declare const device: z.ZodObject<{
3925
3925
  door_id?: number | undefined;
3926
3926
  iana_timezone?: string | undefined;
3927
3927
  predefined_time_slots?: {
3928
- check_in_time: string;
3929
- check_out_time: string;
3930
3928
  name: string;
3931
3929
  prefix: number;
3930
+ check_in_time: string;
3931
+ check_out_time: string;
3932
3932
  is_24_hour: boolean;
3933
3933
  is_biweekly_mode: boolean;
3934
3934
  is_one_shot: boolean;
@@ -4057,16 +4057,16 @@ export declare const device: z.ZodObject<{
4057
4057
  matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
4058
4058
  time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
4059
4059
  display_name: z.ZodString;
4060
- check_in_time: z.ZodString;
4061
- check_out_time: z.ZodString;
4060
+ start_time: z.ZodString;
4061
+ end_time: z.ZodString;
4062
4062
  }, "strip", z.ZodTypeAny, {
4063
4063
  display_name: string;
4064
- check_in_time: string;
4065
- check_out_time: string;
4064
+ start_time: string;
4065
+ end_time: string;
4066
4066
  }, {
4067
4067
  display_name: string;
4068
- check_in_time: string;
4069
- check_out_time: string;
4068
+ start_time: string;
4069
+ end_time: string;
4070
4070
  }>, "many">>;
4071
4071
  start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
4072
4072
  end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
@@ -4078,8 +4078,8 @@ export declare const device: z.ZodObject<{
4078
4078
  matching_start_end_time?: true | undefined;
4079
4079
  time_pairs?: {
4080
4080
  display_name: string;
4081
- check_in_time: string;
4082
- check_out_time: string;
4081
+ start_time: string;
4082
+ end_time: string;
4083
4083
  }[] | undefined;
4084
4084
  start_date_recurrence_rule?: string | undefined;
4085
4085
  end_date_recurrence_rule?: string | undefined;
@@ -4091,8 +4091,8 @@ export declare const device: z.ZodObject<{
4091
4091
  matching_start_end_time?: true | undefined;
4092
4092
  time_pairs?: {
4093
4093
  display_name: string;
4094
- check_in_time: string;
4095
- check_out_time: string;
4094
+ start_time: string;
4095
+ end_time: string;
4096
4096
  }[] | undefined;
4097
4097
  start_date_recurrence_rule?: string | undefined;
4098
4098
  end_date_recurrence_rule?: string | undefined;
@@ -4105,16 +4105,16 @@ export declare const device: z.ZodObject<{
4105
4105
  matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
4106
4106
  time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
4107
4107
  display_name: z.ZodString;
4108
- check_in_time: z.ZodString;
4109
- check_out_time: z.ZodString;
4108
+ start_time: z.ZodString;
4109
+ end_time: z.ZodString;
4110
4110
  }, "strip", z.ZodTypeAny, {
4111
4111
  display_name: string;
4112
- check_in_time: string;
4113
- check_out_time: string;
4112
+ start_time: string;
4113
+ end_time: string;
4114
4114
  }, {
4115
4115
  display_name: string;
4116
- check_in_time: string;
4117
- check_out_time: string;
4116
+ start_time: string;
4117
+ end_time: string;
4118
4118
  }>, "many">>;
4119
4119
  start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
4120
4120
  end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
@@ -4126,8 +4126,8 @@ export declare const device: z.ZodObject<{
4126
4126
  matching_start_end_time?: true | undefined;
4127
4127
  time_pairs?: {
4128
4128
  display_name: string;
4129
- check_in_time: string;
4130
- check_out_time: string;
4129
+ start_time: string;
4130
+ end_time: string;
4131
4131
  }[] | undefined;
4132
4132
  start_date_recurrence_rule?: string | undefined;
4133
4133
  end_date_recurrence_rule?: string | undefined;
@@ -4139,8 +4139,8 @@ export declare const device: z.ZodObject<{
4139
4139
  matching_start_end_time?: true | undefined;
4140
4140
  time_pairs?: {
4141
4141
  display_name: string;
4142
- check_in_time: string;
4143
- check_out_time: string;
4142
+ start_time: string;
4143
+ end_time: string;
4144
4144
  }[] | undefined;
4145
4145
  start_date_recurrence_rule?: string | undefined;
4146
4146
  end_date_recurrence_rule?: string | undefined;
@@ -4178,8 +4178,8 @@ export declare const device: z.ZodObject<{
4178
4178
  matching_start_end_time?: true | undefined;
4179
4179
  time_pairs?: {
4180
4180
  display_name: string;
4181
- check_in_time: string;
4182
- check_out_time: string;
4181
+ start_time: string;
4182
+ end_time: string;
4183
4183
  }[] | undefined;
4184
4184
  start_date_recurrence_rule?: string | undefined;
4185
4185
  end_date_recurrence_rule?: string | undefined;
@@ -4192,8 +4192,8 @@ export declare const device: z.ZodObject<{
4192
4192
  matching_start_end_time?: true | undefined;
4193
4193
  time_pairs?: {
4194
4194
  display_name: string;
4195
- check_in_time: string;
4196
- check_out_time: string;
4195
+ start_time: string;
4196
+ end_time: string;
4197
4197
  }[] | undefined;
4198
4198
  start_date_recurrence_rule?: string | undefined;
4199
4199
  end_date_recurrence_rule?: string | undefined;
@@ -4226,8 +4226,8 @@ export declare const device: z.ZodObject<{
4226
4226
  matching_start_end_time?: true | undefined;
4227
4227
  time_pairs?: {
4228
4228
  display_name: string;
4229
- check_in_time: string;
4230
- check_out_time: string;
4229
+ start_time: string;
4230
+ end_time: string;
4231
4231
  }[] | undefined;
4232
4232
  start_date_recurrence_rule?: string | undefined;
4233
4233
  end_date_recurrence_rule?: string | undefined;
@@ -4240,8 +4240,8 @@ export declare const device: z.ZodObject<{
4240
4240
  matching_start_end_time?: true | undefined;
4241
4241
  time_pairs?: {
4242
4242
  display_name: string;
4243
- check_in_time: string;
4244
- check_out_time: string;
4243
+ start_time: string;
4244
+ end_time: string;
4245
4245
  }[] | undefined;
4246
4246
  start_date_recurrence_rule?: string | undefined;
4247
4247
  end_date_recurrence_rule?: string | undefined;
@@ -6138,10 +6138,10 @@ export declare const device: z.ZodObject<{
6138
6138
  door_id?: number | undefined;
6139
6139
  iana_timezone?: string | undefined;
6140
6140
  predefined_time_slots?: {
6141
- check_in_time: string;
6142
- check_out_time: string;
6143
6141
  name: string;
6144
6142
  prefix: number;
6143
+ check_in_time: string;
6144
+ check_out_time: string;
6145
6145
  is_24_hour: boolean;
6146
6146
  is_biweekly_mode: boolean;
6147
6147
  is_one_shot: boolean;
@@ -6258,8 +6258,8 @@ export declare const device: z.ZodObject<{
6258
6258
  matching_start_end_time?: true | undefined;
6259
6259
  time_pairs?: {
6260
6260
  display_name: string;
6261
- check_in_time: string;
6262
- check_out_time: string;
6261
+ start_time: string;
6262
+ end_time: string;
6263
6263
  }[] | undefined;
6264
6264
  start_date_recurrence_rule?: string | undefined;
6265
6265
  end_date_recurrence_rule?: string | undefined;
@@ -6272,8 +6272,8 @@ export declare const device: z.ZodObject<{
6272
6272
  matching_start_end_time?: true | undefined;
6273
6273
  time_pairs?: {
6274
6274
  display_name: string;
6275
- check_in_time: string;
6276
- check_out_time: string;
6275
+ start_time: string;
6276
+ end_time: string;
6277
6277
  }[] | undefined;
6278
6278
  start_date_recurrence_rule?: string | undefined;
6279
6279
  end_date_recurrence_rule?: string | undefined;
@@ -6921,10 +6921,10 @@ export declare const device: z.ZodObject<{
6921
6921
  door_id?: number | undefined;
6922
6922
  iana_timezone?: string | undefined;
6923
6923
  predefined_time_slots?: {
6924
- check_in_time: string;
6925
- check_out_time: string;
6926
6924
  name: string;
6927
6925
  prefix: number;
6926
+ check_in_time: string;
6927
+ check_out_time: string;
6928
6928
  is_24_hour: boolean;
6929
6929
  is_biweekly_mode: boolean;
6930
6930
  is_one_shot: boolean;
@@ -7041,8 +7041,8 @@ export declare const device: z.ZodObject<{
7041
7041
  matching_start_end_time?: true | undefined;
7042
7042
  time_pairs?: {
7043
7043
  display_name: string;
7044
- check_in_time: string;
7045
- check_out_time: string;
7044
+ start_time: string;
7045
+ end_time: string;
7046
7046
  }[] | undefined;
7047
7047
  start_date_recurrence_rule?: string | undefined;
7048
7048
  end_date_recurrence_rule?: string | undefined;
@@ -7055,8 +7055,8 @@ export declare const device: z.ZodObject<{
7055
7055
  matching_start_end_time?: true | undefined;
7056
7056
  time_pairs?: {
7057
7057
  display_name: string;
7058
- check_in_time: string;
7059
- check_out_time: string;
7058
+ start_time: string;
7059
+ end_time: string;
7060
7060
  }[] | undefined;
7061
7061
  start_date_recurrence_rule?: string | undefined;
7062
7062
  end_date_recurrence_rule?: string | undefined;
@@ -803,10 +803,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
803
803
  dormakaba_oracode_user_level_prefix: z.ZodNumber;
804
804
  dormakaba_oracode_user_level_id: z.ZodString;
805
805
  }, "strip", z.ZodTypeAny, {
806
- check_in_time: string;
807
- check_out_time: string;
808
806
  name: string;
809
807
  prefix: number;
808
+ check_in_time: string;
809
+ check_out_time: string;
810
810
  is_24_hour: boolean;
811
811
  is_biweekly_mode: boolean;
812
812
  is_one_shot: boolean;
@@ -814,10 +814,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
814
814
  dormakaba_oracode_user_level_prefix: number;
815
815
  dormakaba_oracode_user_level_id: string;
816
816
  }, {
817
- check_in_time: string;
818
- check_out_time: string;
819
817
  name: string;
820
818
  prefix: number;
819
+ check_in_time: string;
820
+ check_out_time: string;
821
821
  is_24_hour: boolean;
822
822
  is_biweekly_mode: boolean;
823
823
  is_one_shot: boolean;
@@ -834,10 +834,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
834
834
  door_id?: number | undefined;
835
835
  iana_timezone?: string | undefined;
836
836
  predefined_time_slots?: {
837
- check_in_time: string;
838
- check_out_time: string;
839
837
  name: string;
840
838
  prefix: number;
839
+ check_in_time: string;
840
+ check_out_time: string;
841
841
  is_24_hour: boolean;
842
842
  is_biweekly_mode: boolean;
843
843
  is_one_shot: boolean;
@@ -854,10 +854,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
854
854
  door_id?: number | undefined;
855
855
  iana_timezone?: string | undefined;
856
856
  predefined_time_slots?: {
857
- check_in_time: string;
858
- check_out_time: string;
859
857
  name: string;
860
858
  prefix: number;
859
+ check_in_time: string;
860
+ check_out_time: string;
861
861
  is_24_hour: boolean;
862
862
  is_biweekly_mode: boolean;
863
863
  is_one_shot: boolean;
@@ -1299,10 +1299,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1299
1299
  door_id?: number | undefined;
1300
1300
  iana_timezone?: string | undefined;
1301
1301
  predefined_time_slots?: {
1302
- check_in_time: string;
1303
- check_out_time: string;
1304
1302
  name: string;
1305
1303
  prefix: number;
1304
+ check_in_time: string;
1305
+ check_out_time: string;
1306
1306
  is_24_hour: boolean;
1307
1307
  is_biweekly_mode: boolean;
1308
1308
  is_one_shot: boolean;
@@ -1586,10 +1586,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1586
1586
  door_id?: number | undefined;
1587
1587
  iana_timezone?: string | undefined;
1588
1588
  predefined_time_slots?: {
1589
- check_in_time: string;
1590
- check_out_time: string;
1591
1589
  name: string;
1592
1590
  prefix: number;
1591
+ check_in_time: string;
1592
+ check_out_time: string;
1593
1593
  is_24_hour: boolean;
1594
1594
  is_biweekly_mode: boolean;
1595
1595
  is_one_shot: boolean;
@@ -1718,16 +1718,16 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1718
1718
  matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
1719
1719
  time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1720
1720
  display_name: z.ZodString;
1721
- check_in_time: z.ZodString;
1722
- check_out_time: z.ZodString;
1721
+ start_time: z.ZodString;
1722
+ end_time: z.ZodString;
1723
1723
  }, "strip", z.ZodTypeAny, {
1724
1724
  display_name: string;
1725
- check_in_time: string;
1726
- check_out_time: string;
1725
+ start_time: string;
1726
+ end_time: string;
1727
1727
  }, {
1728
1728
  display_name: string;
1729
- check_in_time: string;
1730
- check_out_time: string;
1729
+ start_time: string;
1730
+ end_time: string;
1731
1731
  }>, "many">>;
1732
1732
  start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
1733
1733
  end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
@@ -1739,8 +1739,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1739
1739
  matching_start_end_time?: true | undefined;
1740
1740
  time_pairs?: {
1741
1741
  display_name: string;
1742
- check_in_time: string;
1743
- check_out_time: string;
1742
+ start_time: string;
1743
+ end_time: string;
1744
1744
  }[] | undefined;
1745
1745
  start_date_recurrence_rule?: string | undefined;
1746
1746
  end_date_recurrence_rule?: string | undefined;
@@ -1752,8 +1752,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1752
1752
  matching_start_end_time?: true | undefined;
1753
1753
  time_pairs?: {
1754
1754
  display_name: string;
1755
- check_in_time: string;
1756
- check_out_time: string;
1755
+ start_time: string;
1756
+ end_time: string;
1757
1757
  }[] | undefined;
1758
1758
  start_date_recurrence_rule?: string | undefined;
1759
1759
  end_date_recurrence_rule?: string | undefined;
@@ -1766,16 +1766,16 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1766
1766
  matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
1767
1767
  time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1768
1768
  display_name: z.ZodString;
1769
- check_in_time: z.ZodString;
1770
- check_out_time: z.ZodString;
1769
+ start_time: z.ZodString;
1770
+ end_time: z.ZodString;
1771
1771
  }, "strip", z.ZodTypeAny, {
1772
1772
  display_name: string;
1773
- check_in_time: string;
1774
- check_out_time: string;
1773
+ start_time: string;
1774
+ end_time: string;
1775
1775
  }, {
1776
1776
  display_name: string;
1777
- check_in_time: string;
1778
- check_out_time: string;
1777
+ start_time: string;
1778
+ end_time: string;
1779
1779
  }>, "many">>;
1780
1780
  start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
1781
1781
  end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
@@ -1787,8 +1787,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1787
1787
  matching_start_end_time?: true | undefined;
1788
1788
  time_pairs?: {
1789
1789
  display_name: string;
1790
- check_in_time: string;
1791
- check_out_time: string;
1790
+ start_time: string;
1791
+ end_time: string;
1792
1792
  }[] | undefined;
1793
1793
  start_date_recurrence_rule?: string | undefined;
1794
1794
  end_date_recurrence_rule?: string | undefined;
@@ -1800,8 +1800,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1800
1800
  matching_start_end_time?: true | undefined;
1801
1801
  time_pairs?: {
1802
1802
  display_name: string;
1803
- check_in_time: string;
1804
- check_out_time: string;
1803
+ start_time: string;
1804
+ end_time: string;
1805
1805
  }[] | undefined;
1806
1806
  start_date_recurrence_rule?: string | undefined;
1807
1807
  end_date_recurrence_rule?: string | undefined;
@@ -1839,8 +1839,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1839
1839
  matching_start_end_time?: true | undefined;
1840
1840
  time_pairs?: {
1841
1841
  display_name: string;
1842
- check_in_time: string;
1843
- check_out_time: string;
1842
+ start_time: string;
1843
+ end_time: string;
1844
1844
  }[] | undefined;
1845
1845
  start_date_recurrence_rule?: string | undefined;
1846
1846
  end_date_recurrence_rule?: string | undefined;
@@ -1853,8 +1853,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1853
1853
  matching_start_end_time?: true | undefined;
1854
1854
  time_pairs?: {
1855
1855
  display_name: string;
1856
- check_in_time: string;
1857
- check_out_time: string;
1856
+ start_time: string;
1857
+ end_time: string;
1858
1858
  }[] | undefined;
1859
1859
  start_date_recurrence_rule?: string | undefined;
1860
1860
  end_date_recurrence_rule?: string | undefined;
@@ -1887,8 +1887,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1887
1887
  matching_start_end_time?: true | undefined;
1888
1888
  time_pairs?: {
1889
1889
  display_name: string;
1890
- check_in_time: string;
1891
- check_out_time: string;
1890
+ start_time: string;
1891
+ end_time: string;
1892
1892
  }[] | undefined;
1893
1893
  start_date_recurrence_rule?: string | undefined;
1894
1894
  end_date_recurrence_rule?: string | undefined;
@@ -1901,8 +1901,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1901
1901
  matching_start_end_time?: true | undefined;
1902
1902
  time_pairs?: {
1903
1903
  display_name: string;
1904
- check_in_time: string;
1905
- check_out_time: string;
1904
+ start_time: string;
1905
+ end_time: string;
1906
1906
  }[] | undefined;
1907
1907
  start_date_recurrence_rule?: string | undefined;
1908
1908
  end_date_recurrence_rule?: string | undefined;
@@ -13785,15 +13785,15 @@ const openapi = {
13785
13785
  description: 'One way to make a code: a duration band plus the time-of-day and date rules that apply within it. Absence of a rule means unrestricted on that axis.',
13786
13786
  properties: {
13787
13787
  display_name: {
13788
- description: '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`).',
13788
+ description: '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`).',
13789
13789
  type: 'string',
13790
13790
  },
13791
13791
  end_date_recurrence_rule: {
13792
- description: '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.',
13792
+ description: 'iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules.',
13793
13793
  type: 'string',
13794
13794
  },
13795
13795
  matching_start_end_time: {
13796
- description: '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`.',
13796
+ description: 'When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`.',
13797
13797
  enum: [true],
13798
13798
  type: 'boolean',
13799
13799
  },
@@ -13806,31 +13806,31 @@ const openapi = {
13806
13806
  type: 'string',
13807
13807
  },
13808
13808
  start_date_recurrence_rule: {
13809
- description: '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.',
13809
+ description: '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.',
13810
13810
  type: 'string',
13811
13811
  },
13812
13812
  time_pairs: {
13813
- description: 'Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`.',
13813
+ description: 'Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`.',
13814
13814
  items: {
13815
- description: 'Fixed check-in/check-out time pairing. The caller picks one whole pairing; the two times cannot be mixed across pairs.',
13815
+ description: 'Fixed start/end time pairing. The caller picks one whole pairing; the two times cannot be mixed across pairs.',
13816
13816
  properties: {
13817
- check_in_time: {
13818
- description: "Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`.",
13817
+ display_name: {
13818
+ description: 'Label for the start/end time pairing.',
13819
13819
  type: 'string',
13820
13820
  },
13821
- check_out_time: {
13822
- description: "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.",
13821
+ end_time: {
13822
+ description: "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.",
13823
13823
  type: 'string',
13824
13824
  },
13825
- display_name: {
13826
- description: 'Label for the check-in/check-out time pairing.',
13825
+ start_time: {
13826
+ description: "Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`.",
13827
13827
  type: 'string',
13828
13828
  },
13829
13829
  },
13830
13830
  required: [
13831
13831
  'display_name',
13832
- 'check_in_time',
13833
- 'check_out_time',
13832
+ 'start_time',
13833
+ 'end_time',
13834
13834
  ],
13835
13835
  type: 'object',
13836
13836
  },
@@ -13853,15 +13853,15 @@ const openapi = {
13853
13853
  description: 'One way to make a code: a duration band plus the time-of-day and date rules that apply within it. Absence of a rule means unrestricted on that axis.',
13854
13854
  properties: {
13855
13855
  display_name: {
13856
- description: '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`).',
13856
+ description: '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`).',
13857
13857
  type: 'string',
13858
13858
  },
13859
13859
  end_date_recurrence_rule: {
13860
- description: '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.',
13860
+ description: 'iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules.',
13861
13861
  type: 'string',
13862
13862
  },
13863
13863
  matching_start_end_time: {
13864
- description: '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`.',
13864
+ description: 'When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`.',
13865
13865
  enum: [true],
13866
13866
  type: 'boolean',
13867
13867
  },
@@ -13874,31 +13874,31 @@ const openapi = {
13874
13874
  type: 'string',
13875
13875
  },
13876
13876
  start_date_recurrence_rule: {
13877
- description: '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.',
13877
+ description: '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.',
13878
13878
  type: 'string',
13879
13879
  },
13880
13880
  time_pairs: {
13881
- description: 'Fixed check-in/check-out time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`.',
13881
+ description: 'Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`.',
13882
13882
  items: {
13883
- description: 'Fixed check-in/check-out time pairing. The caller picks one whole pairing; the two times cannot be mixed across pairs.',
13883
+ description: 'Fixed start/end time pairing. The caller picks one whole pairing; the two times cannot be mixed across pairs.',
13884
13884
  properties: {
13885
- check_in_time: {
13886
- description: "Check-in time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`.",
13885
+ display_name: {
13886
+ description: 'Label for the start/end time pairing.',
13887
13887
  type: 'string',
13888
13888
  },
13889
- check_out_time: {
13890
- description: "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.",
13889
+ end_time: {
13890
+ description: "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.",
13891
13891
  type: 'string',
13892
13892
  },
13893
- display_name: {
13894
- description: 'Label for the check-in/check-out time pairing.',
13893
+ start_time: {
13894
+ description: "Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`.",
13895
13895
  type: 'string',
13896
13896
  },
13897
13897
  },
13898
13898
  required: [
13899
13899
  'display_name',
13900
- 'check_in_time',
13901
- 'check_out_time',
13900
+ 'start_time',
13901
+ 'end_time',
13902
13902
  ],
13903
13903
  type: 'object',
13904
13904
  },