@seamapi/types 1.841.0 → 1.842.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.
@@ -186,13 +186,13 @@ export declare const batch: z.ZodObject<{
186
186
  default_checkin_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
187
187
  default_checkout_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
188
188
  }, "strip", z.ZodTypeAny, {
189
- time_zone?: string | null | undefined;
190
189
  default_checkin_time?: string | null | undefined;
191
190
  default_checkout_time?: string | null | undefined;
192
- }, {
193
191
  time_zone?: string | null | undefined;
192
+ }, {
194
193
  default_checkin_time?: string | null | undefined;
195
194
  default_checkout_time?: string | null | undefined;
195
+ time_zone?: string | null | undefined;
196
196
  }>>;
197
197
  parent_space_id: z.ZodOptional<z.ZodString>;
198
198
  parent_space_key: z.ZodOptional<z.ZodString>;
@@ -207,9 +207,9 @@ export declare const batch: z.ZodObject<{
207
207
  customer_key?: string | undefined;
208
208
  space_key?: string | undefined;
209
209
  customer_data?: {
210
- time_zone?: string | null | undefined;
211
210
  default_checkin_time?: string | null | undefined;
212
211
  default_checkout_time?: string | null | undefined;
212
+ time_zone?: string | null | undefined;
213
213
  } | undefined;
214
214
  parent_space_id?: string | undefined;
215
215
  parent_space_key?: string | undefined;
@@ -224,9 +224,9 @@ export declare const batch: z.ZodObject<{
224
224
  customer_key?: string | undefined;
225
225
  space_key?: string | undefined;
226
226
  customer_data?: {
227
- time_zone?: string | null | undefined;
228
227
  default_checkin_time?: string | null | undefined;
229
228
  default_checkout_time?: string | null | undefined;
229
+ time_zone?: string | null | undefined;
230
230
  } | undefined;
231
231
  parent_space_id?: string | undefined;
232
232
  parent_space_key?: string | undefined;
@@ -1284,14 +1284,14 @@ export declare const batch: z.ZodObject<{
1284
1284
  time_zone: z.ZodNullable<z.ZodString>;
1285
1285
  }, "strip", z.ZodTypeAny, {
1286
1286
  device_id: string;
1287
+ time_zone: string | null;
1287
1288
  device_name: string;
1288
1289
  device_type: string;
1289
- time_zone: string | null;
1290
1290
  }, {
1291
1291
  device_id: string;
1292
+ time_zone: string | null;
1292
1293
  device_name: string;
1293
1294
  device_type: string;
1294
- time_zone: string | null;
1295
1295
  }>>;
1296
1296
  ring_metadata: z.ZodOptional<z.ZodObject<{
1297
1297
  device_id: z.ZodString;
@@ -1591,9 +1591,9 @@ export declare const batch: z.ZodObject<{
1591
1591
  } | undefined;
1592
1592
  ultraloq_metadata?: {
1593
1593
  device_id: string;
1594
+ time_zone: string | null;
1594
1595
  device_name: string;
1595
1596
  device_type: string;
1596
- time_zone: string | null;
1597
1597
  } | undefined;
1598
1598
  ring_metadata?: {
1599
1599
  device_id: string;
@@ -1871,9 +1871,9 @@ export declare const batch: z.ZodObject<{
1871
1871
  } | undefined;
1872
1872
  ultraloq_metadata?: {
1873
1873
  device_id: string;
1874
+ time_zone: string | null;
1874
1875
  device_name: string;
1875
1876
  device_type: string;
1876
- time_zone: string | null;
1877
1877
  } | undefined;
1878
1878
  ring_metadata?: {
1879
1879
  device_id: string;
@@ -3841,9 +3841,9 @@ export declare const batch: z.ZodObject<{
3841
3841
  } | undefined;
3842
3842
  ultraloq_metadata?: {
3843
3843
  device_id: string;
3844
+ time_zone: string | null;
3844
3845
  device_name: string;
3845
3846
  device_type: string;
3846
- time_zone: string | null;
3847
3847
  } | undefined;
3848
3848
  ring_metadata?: {
3849
3849
  device_id: string;
@@ -4569,9 +4569,9 @@ export declare const batch: z.ZodObject<{
4569
4569
  } | undefined;
4570
4570
  ultraloq_metadata?: {
4571
4571
  device_id: string;
4572
+ time_zone: string | null;
4572
4573
  device_name: string;
4573
4574
  device_type: string;
4574
- time_zone: string | null;
4575
4575
  } | undefined;
4576
4576
  ring_metadata?: {
4577
4577
  device_id: string;
@@ -5042,6 +5042,9 @@ export declare const batch: z.ZodObject<{
5042
5042
  automatically_manage_new_devices: z.ZodBoolean;
5043
5043
  customer_key: z.ZodOptional<z.ZodString>;
5044
5044
  accepted_capabilities: z.ZodArray<z.ZodEnum<["lock", "thermostat", "noise_sensor", "access_control", "camera"]>, "many">;
5045
+ default_checkin_time: z.ZodOptional<z.ZodString>;
5046
+ default_checkout_time: z.ZodOptional<z.ZodString>;
5047
+ time_zone: z.ZodOptional<z.ZodString>;
5045
5048
  }, "strip", z.ZodTypeAny, {
5046
5049
  display_name: string;
5047
5050
  errors: ({
@@ -5120,6 +5123,9 @@ export declare const batch: z.ZodObject<{
5120
5123
  account_type?: string | undefined;
5121
5124
  image_url?: string | undefined;
5122
5125
  customer_key?: string | undefined;
5126
+ default_checkin_time?: string | undefined;
5127
+ default_checkout_time?: string | undefined;
5128
+ time_zone?: string | undefined;
5123
5129
  }, {
5124
5130
  display_name: string;
5125
5131
  errors: ({
@@ -5198,6 +5204,9 @@ export declare const batch: z.ZodObject<{
5198
5204
  account_type?: string | undefined;
5199
5205
  image_url?: string | undefined;
5200
5206
  customer_key?: string | undefined;
5207
+ default_checkin_time?: string | undefined;
5208
+ default_checkout_time?: string | undefined;
5209
+ time_zone?: string | undefined;
5201
5210
  }>, "many">>;
5202
5211
  acs_entrances: z.ZodOptional<z.ZodArray<z.ZodObject<{
5203
5212
  acs_system_id: z.ZodString;
@@ -14080,14 +14089,14 @@ export declare const batch: z.ZodObject<{
14080
14089
  time_zone: z.ZodNullable<z.ZodString>;
14081
14090
  }, "strip", z.ZodTypeAny, {
14082
14091
  device_id: string;
14092
+ time_zone: string | null;
14083
14093
  device_name: string;
14084
14094
  device_type: string;
14085
- time_zone: string | null;
14086
14095
  }, {
14087
14096
  device_id: string;
14097
+ time_zone: string | null;
14088
14098
  device_name: string;
14089
14099
  device_type: string;
14090
- time_zone: string | null;
14091
14100
  }>>;
14092
14101
  ring_metadata: z.ZodOptional<z.ZodObject<{
14093
14102
  device_id: z.ZodString;
@@ -14387,9 +14396,9 @@ export declare const batch: z.ZodObject<{
14387
14396
  } | undefined;
14388
14397
  ultraloq_metadata?: {
14389
14398
  device_id: string;
14399
+ time_zone: string | null;
14390
14400
  device_name: string;
14391
14401
  device_type: string;
14392
- time_zone: string | null;
14393
14402
  } | undefined;
14394
14403
  ring_metadata?: {
14395
14404
  device_id: string;
@@ -14667,9 +14676,9 @@ export declare const batch: z.ZodObject<{
14667
14676
  } | undefined;
14668
14677
  ultraloq_metadata?: {
14669
14678
  device_id: string;
14679
+ time_zone: string | null;
14670
14680
  device_name: string;
14671
14681
  device_type: string;
14672
- time_zone: string | null;
14673
14682
  } | undefined;
14674
14683
  ring_metadata?: {
14675
14684
  device_id: string;
@@ -26206,9 +26215,9 @@ export declare const batch: z.ZodObject<{
26206
26215
  customer_key?: string | undefined;
26207
26216
  space_key?: string | undefined;
26208
26217
  customer_data?: {
26209
- time_zone?: string | null | undefined;
26210
26218
  default_checkin_time?: string | null | undefined;
26211
26219
  default_checkout_time?: string | null | undefined;
26220
+ time_zone?: string | null | undefined;
26212
26221
  } | undefined;
26213
26222
  parent_space_id?: string | undefined;
26214
26223
  parent_space_key?: string | undefined;
@@ -26732,9 +26741,9 @@ export declare const batch: z.ZodObject<{
26732
26741
  } | undefined;
26733
26742
  ultraloq_metadata?: {
26734
26743
  device_id: string;
26744
+ time_zone: string | null;
26735
26745
  device_name: string;
26736
26746
  device_type: string;
26737
- time_zone: string | null;
26738
26747
  } | undefined;
26739
26748
  ring_metadata?: {
26740
26749
  device_id: string;
@@ -27020,6 +27029,9 @@ export declare const batch: z.ZodObject<{
27020
27029
  account_type?: string | undefined;
27021
27030
  image_url?: string | undefined;
27022
27031
  customer_key?: string | undefined;
27032
+ default_checkin_time?: string | undefined;
27033
+ default_checkout_time?: string | undefined;
27034
+ time_zone?: string | undefined;
27023
27035
  }[] | undefined;
27024
27036
  acs_entrances?: {
27025
27037
  display_name: string;
@@ -31206,9 +31218,9 @@ export declare const batch: z.ZodObject<{
31206
31218
  customer_key?: string | undefined;
31207
31219
  space_key?: string | undefined;
31208
31220
  customer_data?: {
31209
- time_zone?: string | null | undefined;
31210
31221
  default_checkin_time?: string | null | undefined;
31211
31222
  default_checkout_time?: string | null | undefined;
31223
+ time_zone?: string | null | undefined;
31212
31224
  } | undefined;
31213
31225
  parent_space_id?: string | undefined;
31214
31226
  parent_space_key?: string | undefined;
@@ -31732,9 +31744,9 @@ export declare const batch: z.ZodObject<{
31732
31744
  } | undefined;
31733
31745
  ultraloq_metadata?: {
31734
31746
  device_id: string;
31747
+ time_zone: string | null;
31735
31748
  device_name: string;
31736
31749
  device_type: string;
31737
- time_zone: string | null;
31738
31750
  } | undefined;
31739
31751
  ring_metadata?: {
31740
31752
  device_id: string;
@@ -32020,6 +32032,9 @@ export declare const batch: z.ZodObject<{
32020
32032
  account_type?: string | undefined;
32021
32033
  image_url?: string | undefined;
32022
32034
  customer_key?: string | undefined;
32035
+ default_checkin_time?: string | undefined;
32036
+ default_checkout_time?: string | undefined;
32037
+ time_zone?: string | undefined;
32023
32038
  }[] | undefined;
32024
32039
  acs_entrances?: {
32025
32040
  display_name: string;
@@ -1003,6 +1003,9 @@ export declare const connected_account: z.ZodObject<{
1003
1003
  automatically_manage_new_devices: z.ZodBoolean;
1004
1004
  customer_key: z.ZodOptional<z.ZodString>;
1005
1005
  accepted_capabilities: z.ZodArray<z.ZodEnum<["lock", "thermostat", "noise_sensor", "access_control", "camera"]>, "many">;
1006
+ default_checkin_time: z.ZodOptional<z.ZodString>;
1007
+ default_checkout_time: z.ZodOptional<z.ZodString>;
1008
+ time_zone: z.ZodOptional<z.ZodString>;
1006
1009
  }, "strip", z.ZodTypeAny, {
1007
1010
  display_name: string;
1008
1011
  errors: ({
@@ -1081,6 +1084,9 @@ export declare const connected_account: z.ZodObject<{
1081
1084
  account_type?: string | undefined;
1082
1085
  image_url?: string | undefined;
1083
1086
  customer_key?: string | undefined;
1087
+ default_checkin_time?: string | undefined;
1088
+ default_checkout_time?: string | undefined;
1089
+ time_zone?: string | undefined;
1084
1090
  }, {
1085
1091
  display_name: string;
1086
1092
  errors: ({
@@ -1159,6 +1165,9 @@ export declare const connected_account: z.ZodObject<{
1159
1165
  account_type?: string | undefined;
1160
1166
  image_url?: string | undefined;
1161
1167
  customer_key?: string | undefined;
1168
+ default_checkin_time?: string | undefined;
1169
+ default_checkout_time?: string | undefined;
1170
+ time_zone?: string | undefined;
1162
1171
  }>;
1163
1172
  export type ConnectedAccount = z.infer<typeof connected_account>;
1164
1173
  export {};
@@ -246,6 +246,18 @@ export const connected_account = z.object({
246
246
  accepted_capabilities: z
247
247
  .array(provider_capability)
248
248
  .describe('List of capabilities that were accepted during the account connection process.'),
249
+ default_checkin_time: z
250
+ .string()
251
+ .optional()
252
+ .describe('Default reservation check-in time for this connected account, as `HH:mm` (24-hour). Sourced from the connector configuration — set during the connect_webview for providers like Lodgify whose API does not expose check-in times.'),
253
+ default_checkout_time: z
254
+ .string()
255
+ .optional()
256
+ .describe('Default reservation check-out time for this connected account, as `HH:mm` (24-hour). Sourced from the connector configuration.'),
257
+ time_zone: z
258
+ .string()
259
+ .optional()
260
+ .describe('IANA time zone (e.g. America/Los_Angeles) for this connected account. Sourced from the connector configuration.'),
249
261
  }).describe(`
250
262
  ---
251
263
  route_path: /connected_accounts
@@ -1 +1 @@
1
- {"version":3,"file":"connected-account.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connected-accounts/connected-account.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"connected-account.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connected-accounts/connected-account.ts"],"names":[],"mappings":"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"}
@@ -876,14 +876,14 @@ export declare const device_metadata: z.ZodObject<{
876
876
  time_zone: z.ZodNullable<z.ZodString>;
877
877
  }, "strip", z.ZodTypeAny, {
878
878
  device_id: string;
879
+ time_zone: string | null;
879
880
  device_name: string;
880
881
  device_type: string;
881
- time_zone: string | null;
882
882
  }, {
883
883
  device_id: string;
884
+ time_zone: string | null;
884
885
  device_name: string;
885
886
  device_type: string;
886
- time_zone: string | null;
887
887
  }>>;
888
888
  ring_metadata: z.ZodOptional<z.ZodObject<{
889
889
  device_id: z.ZodString;
@@ -1183,9 +1183,9 @@ export declare const device_metadata: z.ZodObject<{
1183
1183
  } | undefined;
1184
1184
  ultraloq_metadata?: {
1185
1185
  device_id: string;
1186
+ time_zone: string | null;
1186
1187
  device_name: string;
1187
1188
  device_type: string;
1188
- time_zone: string | null;
1189
1189
  } | undefined;
1190
1190
  ring_metadata?: {
1191
1191
  device_id: string;
@@ -1463,9 +1463,9 @@ export declare const device_metadata: z.ZodObject<{
1463
1463
  } | undefined;
1464
1464
  ultraloq_metadata?: {
1465
1465
  device_id: string;
1466
+ time_zone: string | null;
1466
1467
  device_name: string;
1467
1468
  device_type: string;
1468
- time_zone: string | null;
1469
1469
  } | undefined;
1470
1470
  ring_metadata?: {
1471
1471
  device_id: string;
@@ -3226,14 +3226,14 @@ export declare const device: z.ZodObject<{
3226
3226
  time_zone: z.ZodNullable<z.ZodString>;
3227
3227
  }, "strip", z.ZodTypeAny, {
3228
3228
  device_id: string;
3229
+ time_zone: string | null;
3229
3230
  device_name: string;
3230
3231
  device_type: string;
3231
- time_zone: string | null;
3232
3232
  }, {
3233
3233
  device_id: string;
3234
+ time_zone: string | null;
3234
3235
  device_name: string;
3235
3236
  device_type: string;
3236
- time_zone: string | null;
3237
3237
  }>>;
3238
3238
  ring_metadata: z.ZodOptional<z.ZodObject<{
3239
3239
  device_id: z.ZodString;
@@ -3533,9 +3533,9 @@ export declare const device: z.ZodObject<{
3533
3533
  } | undefined;
3534
3534
  ultraloq_metadata?: {
3535
3535
  device_id: string;
3536
+ time_zone: string | null;
3536
3537
  device_name: string;
3537
3538
  device_type: string;
3538
- time_zone: string | null;
3539
3539
  } | undefined;
3540
3540
  ring_metadata?: {
3541
3541
  device_id: string;
@@ -3813,9 +3813,9 @@ export declare const device: z.ZodObject<{
3813
3813
  } | undefined;
3814
3814
  ultraloq_metadata?: {
3815
3815
  device_id: string;
3816
+ time_zone: string | null;
3816
3817
  device_name: string;
3817
3818
  device_type: string;
3818
- time_zone: string | null;
3819
3819
  } | undefined;
3820
3820
  ring_metadata?: {
3821
3821
  device_id: string;
@@ -5783,9 +5783,9 @@ export declare const device: z.ZodObject<{
5783
5783
  } | undefined;
5784
5784
  ultraloq_metadata?: {
5785
5785
  device_id: string;
5786
+ time_zone: string | null;
5786
5787
  device_name: string;
5787
5788
  device_type: string;
5788
- time_zone: string | null;
5789
5789
  } | undefined;
5790
5790
  ring_metadata?: {
5791
5791
  device_id: string;
@@ -6511,9 +6511,9 @@ export declare const device: z.ZodObject<{
6511
6511
  } | undefined;
6512
6512
  ultraloq_metadata?: {
6513
6513
  device_id: string;
6514
+ time_zone: string | null;
6514
6515
  device_name: string;
6515
6516
  device_type: string;
6516
- time_zone: string | null;
6517
6517
  } | undefined;
6518
6518
  ring_metadata?: {
6519
6519
  device_id: string;
@@ -1052,14 +1052,14 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1052
1052
  time_zone: z.ZodNullable<z.ZodString>;
1053
1053
  }, "strip", z.ZodTypeAny, {
1054
1054
  device_id: string;
1055
+ time_zone: string | null;
1055
1056
  device_name: string;
1056
1057
  device_type: string;
1057
- time_zone: string | null;
1058
1058
  }, {
1059
1059
  device_id: string;
1060
+ time_zone: string | null;
1060
1061
  device_name: string;
1061
1062
  device_type: string;
1062
- time_zone: string | null;
1063
1063
  }>>;
1064
1064
  ring_metadata: z.ZodOptional<z.ZodObject<{
1065
1065
  device_id: z.ZodString;
@@ -1359,9 +1359,9 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1359
1359
  } | undefined;
1360
1360
  ultraloq_metadata?: {
1361
1361
  device_id: string;
1362
+ time_zone: string | null;
1362
1363
  device_name: string;
1363
1364
  device_type: string;
1364
- time_zone: string | null;
1365
1365
  } | undefined;
1366
1366
  ring_metadata?: {
1367
1367
  device_id: string;
@@ -1639,9 +1639,9 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1639
1639
  } | undefined;
1640
1640
  ultraloq_metadata?: {
1641
1641
  device_id: string;
1642
+ time_zone: string | null;
1642
1643
  device_name: string;
1643
1644
  device_type: string;
1644
- time_zone: string | null;
1645
1645
  } | undefined;
1646
1646
  ring_metadata?: {
1647
1647
  device_id: string;
@@ -4,13 +4,13 @@ export declare const space_customer_data: z.ZodObject<{
4
4
  default_checkin_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5
5
  default_checkout_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- time_zone?: string | null | undefined;
8
7
  default_checkin_time?: string | null | undefined;
9
8
  default_checkout_time?: string | null | undefined;
10
- }, {
11
9
  time_zone?: string | null | undefined;
10
+ }, {
12
11
  default_checkin_time?: string | null | undefined;
13
12
  default_checkout_time?: string | null | undefined;
13
+ time_zone?: string | null | undefined;
14
14
  }>;
15
15
  export declare const space: z.ZodObject<{
16
16
  space_id: z.ZodString;
@@ -27,13 +27,13 @@ export declare const space: z.ZodObject<{
27
27
  default_checkin_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
28
  default_checkout_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- time_zone?: string | null | undefined;
31
30
  default_checkin_time?: string | null | undefined;
32
31
  default_checkout_time?: string | null | undefined;
33
- }, {
34
32
  time_zone?: string | null | undefined;
33
+ }, {
35
34
  default_checkin_time?: string | null | undefined;
36
35
  default_checkout_time?: string | null | undefined;
36
+ time_zone?: string | null | undefined;
37
37
  }>>;
38
38
  parent_space_id: z.ZodOptional<z.ZodString>;
39
39
  parent_space_key: z.ZodOptional<z.ZodString>;
@@ -48,9 +48,9 @@ export declare const space: z.ZodObject<{
48
48
  customer_key?: string | undefined;
49
49
  space_key?: string | undefined;
50
50
  customer_data?: {
51
- time_zone?: string | null | undefined;
52
51
  default_checkin_time?: string | null | undefined;
53
52
  default_checkout_time?: string | null | undefined;
53
+ time_zone?: string | null | undefined;
54
54
  } | undefined;
55
55
  parent_space_id?: string | undefined;
56
56
  parent_space_key?: string | undefined;
@@ -65,9 +65,9 @@ export declare const space: z.ZodObject<{
65
65
  customer_key?: string | undefined;
66
66
  space_key?: string | undefined;
67
67
  customer_data?: {
68
- time_zone?: string | null | undefined;
69
68
  default_checkin_time?: string | null | undefined;
70
69
  default_checkout_time?: string | null | undefined;
70
+ time_zone?: string | null | undefined;
71
71
  } | undefined;
72
72
  parent_space_id?: string | undefined;
73
73
  parent_space_key?: string | undefined;
@@ -9808,6 +9808,14 @@ const openapi = {
9808
9808
  description: 'Your unique key for the customer associated with this connected account.',
9809
9809
  type: 'string',
9810
9810
  },
9811
+ default_checkin_time: {
9812
+ description: 'Default reservation check-in time for this connected account, as `HH:mm` (24-hour). Sourced from the connector configuration — set during the connect_webview for providers like Lodgify whose API does not expose check-in times.',
9813
+ type: 'string',
9814
+ },
9815
+ default_checkout_time: {
9816
+ description: 'Default reservation check-out time for this connected account, as `HH:mm` (24-hour). Sourced from the connector configuration.',
9817
+ type: 'string',
9818
+ },
9811
9819
  display_name: {
9812
9820
  description: 'Display name for the connected account.',
9813
9821
  type: 'string',
@@ -9959,6 +9967,10 @@ const openapi = {
9959
9967
  format: 'uri',
9960
9968
  type: 'string',
9961
9969
  },
9970
+ time_zone: {
9971
+ description: 'IANA time zone (e.g. America/Los_Angeles) for this connected account. Sourced from the connector configuration.',
9972
+ type: 'string',
9973
+ },
9962
9974
  user_identifier: {
9963
9975
  deprecated: true,
9964
9976
  description: 'User identifier associated with the connected account.',
@@ -66403,6 +66415,29 @@ const openapi = {
66403
66415
  items: { format: 'uuid', type: 'string' },
66404
66416
  type: 'array',
66405
66417
  },
66418
+ customer_data: {
66419
+ description: "Reservation/stay-related defaults for the space. When omitted and `connected_account_ids` is provided, `default_checkin_time` / `default_checkout_time` / `time_zone` are auto-inherited from the first connected account's connector configuration.",
66420
+ properties: {
66421
+ default_checkin_time: {
66422
+ description: 'Default check-in time for reservations at the space, as HH:mm or HH:mm:ss.',
66423
+ nullable: true,
66424
+ pattern: '^([01]\\d|2[0-3]):[0-5]\\d(:[0-5]\\d)?$',
66425
+ type: 'string',
66426
+ },
66427
+ default_checkout_time: {
66428
+ description: 'Default check-out time for reservations at the space, as HH:mm or HH:mm:ss.',
66429
+ nullable: true,
66430
+ pattern: '^([01]\\d|2[0-3]):[0-5]\\d(:[0-5]\\d)?$',
66431
+ type: 'string',
66432
+ },
66433
+ time_zone: {
66434
+ description: 'IANA time zone for the space, e.g. America/Los_Angeles.',
66435
+ nullable: true,
66436
+ type: 'string',
66437
+ },
66438
+ },
66439
+ type: 'object',
66440
+ },
66406
66441
  device_ids: {
66407
66442
  description: 'IDs of the devices that you want to add to the new space.',
66408
66443
  items: { format: 'uuid', type: 'string' },