@seamapi/types 1.808.0 → 1.810.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.
@@ -12547,6 +12547,19 @@ declare const batch: z.ZodObject<{
12547
12547
  device_count: z.ZodNumber;
12548
12548
  acs_entrance_count: z.ZodNumber;
12549
12549
  customer_key: z.ZodOptional<z.ZodString>;
12550
+ customer_data: z.ZodOptional<z.ZodObject<{
12551
+ time_zone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12552
+ default_checkin_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12553
+ default_checkout_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12554
+ }, "strip", z.ZodTypeAny, {
12555
+ time_zone?: string | null | undefined;
12556
+ default_checkin_time?: string | null | undefined;
12557
+ default_checkout_time?: string | null | undefined;
12558
+ }, {
12559
+ time_zone?: string | null | undefined;
12560
+ default_checkin_time?: string | null | undefined;
12561
+ default_checkout_time?: string | null | undefined;
12562
+ }>>;
12550
12563
  parent_space_id: z.ZodOptional<z.ZodString>;
12551
12564
  parent_space_key: z.ZodOptional<z.ZodString>;
12552
12565
  }, "strip", z.ZodTypeAny, {
@@ -12559,6 +12572,11 @@ declare const batch: z.ZodObject<{
12559
12572
  acs_entrance_count: number;
12560
12573
  customer_key?: string | undefined;
12561
12574
  space_key?: string | undefined;
12575
+ customer_data?: {
12576
+ time_zone?: string | null | undefined;
12577
+ default_checkin_time?: string | null | undefined;
12578
+ default_checkout_time?: string | null | undefined;
12579
+ } | undefined;
12562
12580
  parent_space_id?: string | undefined;
12563
12581
  parent_space_key?: string | undefined;
12564
12582
  }, {
@@ -12571,6 +12589,11 @@ declare const batch: z.ZodObject<{
12571
12589
  acs_entrance_count: number;
12572
12590
  customer_key?: string | undefined;
12573
12591
  space_key?: string | undefined;
12592
+ customer_data?: {
12593
+ time_zone?: string | null | undefined;
12594
+ default_checkin_time?: string | null | undefined;
12595
+ default_checkout_time?: string | null | undefined;
12596
+ } | undefined;
12574
12597
  parent_space_id?: string | undefined;
12575
12598
  parent_space_key?: string | undefined;
12576
12599
  }>, "many">>;
@@ -38241,6 +38264,11 @@ declare const batch: z.ZodObject<{
38241
38264
  acs_entrance_count: number;
38242
38265
  customer_key?: string | undefined;
38243
38266
  space_key?: string | undefined;
38267
+ customer_data?: {
38268
+ time_zone?: string | null | undefined;
38269
+ default_checkin_time?: string | null | undefined;
38270
+ default_checkout_time?: string | null | undefined;
38271
+ } | undefined;
38244
38272
  parent_space_id?: string | undefined;
38245
38273
  parent_space_key?: string | undefined;
38246
38274
  }[] | undefined;
@@ -43178,6 +43206,11 @@ declare const batch: z.ZodObject<{
43178
43206
  acs_entrance_count: number;
43179
43207
  customer_key?: string | undefined;
43180
43208
  space_key?: string | undefined;
43209
+ customer_data?: {
43210
+ time_zone?: string | null | undefined;
43211
+ default_checkin_time?: string | null | undefined;
43212
+ default_checkout_time?: string | null | undefined;
43213
+ } | undefined;
43181
43214
  parent_space_id?: string | undefined;
43182
43215
  parent_space_key?: string | undefined;
43183
43216
  }[] | undefined;
@@ -62989,6 +63022,19 @@ declare const space: z.ZodObject<{
62989
63022
  device_count: z.ZodNumber;
62990
63023
  acs_entrance_count: z.ZodNumber;
62991
63024
  customer_key: z.ZodOptional<z.ZodString>;
63025
+ customer_data: z.ZodOptional<z.ZodObject<{
63026
+ time_zone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63027
+ default_checkin_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63028
+ default_checkout_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63029
+ }, "strip", z.ZodTypeAny, {
63030
+ time_zone?: string | null | undefined;
63031
+ default_checkin_time?: string | null | undefined;
63032
+ default_checkout_time?: string | null | undefined;
63033
+ }, {
63034
+ time_zone?: string | null | undefined;
63035
+ default_checkin_time?: string | null | undefined;
63036
+ default_checkout_time?: string | null | undefined;
63037
+ }>>;
62992
63038
  parent_space_id: z.ZodOptional<z.ZodString>;
62993
63039
  parent_space_key: z.ZodOptional<z.ZodString>;
62994
63040
  }, "strip", z.ZodTypeAny, {
@@ -63001,6 +63047,11 @@ declare const space: z.ZodObject<{
63001
63047
  acs_entrance_count: number;
63002
63048
  customer_key?: string | undefined;
63003
63049
  space_key?: string | undefined;
63050
+ customer_data?: {
63051
+ time_zone?: string | null | undefined;
63052
+ default_checkin_time?: string | null | undefined;
63053
+ default_checkout_time?: string | null | undefined;
63054
+ } | undefined;
63004
63055
  parent_space_id?: string | undefined;
63005
63056
  parent_space_key?: string | undefined;
63006
63057
  }, {
@@ -63013,6 +63064,11 @@ declare const space: z.ZodObject<{
63013
63064
  acs_entrance_count: number;
63014
63065
  customer_key?: string | undefined;
63015
63066
  space_key?: string | undefined;
63067
+ customer_data?: {
63068
+ time_zone?: string | null | undefined;
63069
+ default_checkin_time?: string | null | undefined;
63070
+ default_checkout_time?: string | null | undefined;
63071
+ } | undefined;
63016
63072
  parent_space_id?: string | undefined;
63017
63073
  parent_space_key?: string | undefined;
63018
63074
  }>;
@@ -80084,6 +80140,29 @@ declare const _default: {
80084
80140
  format: string;
80085
80141
  type: string;
80086
80142
  };
80143
+ customer_data: {
80144
+ description: string;
80145
+ properties: {
80146
+ default_checkin_time: {
80147
+ description: string;
80148
+ nullable: boolean;
80149
+ pattern: string;
80150
+ type: string;
80151
+ };
80152
+ default_checkout_time: {
80153
+ description: string;
80154
+ nullable: boolean;
80155
+ pattern: string;
80156
+ type: string;
80157
+ };
80158
+ time_zone: {
80159
+ description: string;
80160
+ nullable: boolean;
80161
+ type: string;
80162
+ };
80163
+ };
80164
+ type: string;
80165
+ };
80087
80166
  customer_key: {
80088
80167
  description: string;
80089
80168
  type: string;
@@ -90327,7 +90406,6 @@ declare const _default: {
90327
90406
  })[];
90328
90407
  summary: string;
90329
90408
  tags: never[];
90330
- 'x-draft': string;
90331
90409
  'x-fern-sdk-group-name': string[];
90332
90410
  'x-fern-sdk-method-name': string;
90333
90411
  'x-response-key': null;
@@ -90427,7 +90505,6 @@ declare const _default: {
90427
90505
  })[];
90428
90506
  summary: string;
90429
90507
  tags: never[];
90430
- 'x-draft': string;
90431
90508
  'x-fern-sdk-group-name': string[];
90432
90509
  'x-fern-sdk-method-name': string;
90433
90510
  'x-response-key': null;
@@ -90566,7 +90643,6 @@ declare const _default: {
90566
90643
  })[];
90567
90644
  summary: string;
90568
90645
  tags: never[];
90569
- 'x-draft': string;
90570
90646
  'x-fern-sdk-group-name': string[];
90571
90647
  'x-fern-sdk-method-name': string;
90572
90648
  'x-fern-sdk-return-value': string;
@@ -90635,7 +90711,6 @@ declare const _default: {
90635
90711
  })[];
90636
90712
  summary: string;
90637
90713
  tags: never[];
90638
- 'x-draft': string;
90639
90714
  'x-fern-sdk-group-name': string[];
90640
90715
  'x-fern-sdk-method-name': string;
90641
90716
  'x-fern-sdk-return-value': string;
@@ -90777,7 +90852,6 @@ declare const _default: {
90777
90852
  summary: string;
90778
90853
  tags: never[];
90779
90854
  'x-batch-keys': string[];
90780
- 'x-draft': string;
90781
90855
  'x-fern-sdk-group-name': string[];
90782
90856
  'x-fern-sdk-method-name': string;
90783
90857
  'x-fern-sdk-return-value': string;
@@ -90924,7 +90998,6 @@ declare const _default: {
90924
90998
  summary: string;
90925
90999
  tags: never[];
90926
91000
  'x-batch-keys': string[];
90927
- 'x-draft': string;
90928
91001
  'x-fern-sdk-group-name': string[];
90929
91002
  'x-fern-sdk-method-name': string;
90930
91003
  'x-fern-sdk-return-value': string;
@@ -91008,7 +91081,6 @@ declare const _default: {
91008
91081
  })[];
91009
91082
  summary: string;
91010
91083
  tags: never[];
91011
- 'x-draft': string;
91012
91084
  'x-fern-sdk-group-name': string[];
91013
91085
  'x-fern-sdk-method-name': string;
91014
91086
  'x-fern-sdk-return-value': string;
@@ -91112,7 +91184,6 @@ declare const _default: {
91112
91184
  })[];
91113
91185
  summary: string;
91114
91186
  tags: never[];
91115
- 'x-draft': string;
91116
91187
  'x-fern-sdk-group-name': string[];
91117
91188
  'x-fern-sdk-method-name': string;
91118
91189
  'x-fern-sdk-return-value': string;
@@ -91410,7 +91481,6 @@ declare const _default: {
91410
91481
  })[];
91411
91482
  summary: string;
91412
91483
  tags: never[];
91413
- 'x-draft': string;
91414
91484
  'x-fern-sdk-group-name': string[];
91415
91485
  'x-fern-sdk-method-name': string;
91416
91486
  'x-fern-sdk-return-value': string;
@@ -91713,7 +91783,6 @@ declare const _default: {
91713
91783
  })[];
91714
91784
  summary: string;
91715
91785
  tags: never[];
91716
- 'x-draft': string;
91717
91786
  'x-fern-sdk-group-name': string[];
91718
91787
  'x-fern-sdk-method-name': string;
91719
91788
  'x-fern-sdk-return-value': string;
@@ -92022,7 +92091,6 @@ declare const _default: {
92022
92091
  })[];
92023
92092
  summary: string;
92024
92093
  tags: never[];
92025
- 'x-draft': string;
92026
92094
  'x-fern-sdk-group-name': string[];
92027
92095
  'x-fern-sdk-method-name': string;
92028
92096
  'x-fern-sdk-return-value': string;
@@ -92351,7 +92419,6 @@ declare const _default: {
92351
92419
  })[];
92352
92420
  summary: string;
92353
92421
  tags: never[];
92354
- 'x-draft': string;
92355
92422
  'x-fern-sdk-group-name': string[];
92356
92423
  'x-fern-sdk-method-name': string;
92357
92424
  'x-fern-sdk-return-value': string;
@@ -125734,7 +125801,6 @@ declare const _default: {
125734
125801
  })[];
125735
125802
  summary: string;
125736
125803
  tags: never[];
125737
- 'x-draft': string;
125738
125804
  'x-fern-sdk-group-name': string[];
125739
125805
  'x-fern-sdk-method-name': string;
125740
125806
  'x-response-key': null;
@@ -125816,7 +125882,6 @@ declare const _default: {
125816
125882
  })[];
125817
125883
  summary: string;
125818
125884
  tags: never[];
125819
- 'x-draft': string;
125820
125885
  'x-fern-sdk-group-name': string[];
125821
125886
  'x-fern-sdk-method-name': string;
125822
125887
  'x-response-key': null;
@@ -125900,7 +125965,6 @@ declare const _default: {
125900
125965
  })[];
125901
125966
  summary: string;
125902
125967
  tags: never[];
125903
- 'x-draft': string;
125904
125968
  'x-fern-sdk-group-name': string[];
125905
125969
  'x-fern-sdk-method-name': string;
125906
125970
  'x-response-key': null;
@@ -125982,7 +126046,6 @@ declare const _default: {
125982
126046
  })[];
125983
126047
  summary: string;
125984
126048
  tags: never[];
125985
- 'x-draft': string;
125986
126049
  'x-fern-sdk-group-name': string[];
125987
126050
  'x-fern-sdk-method-name': string;
125988
126051
  'x-response-key': null;
@@ -126006,6 +126069,29 @@ declare const _default: {
126006
126069
  };
126007
126070
  type: string;
126008
126071
  };
126072
+ customer_data: {
126073
+ description: string;
126074
+ properties: {
126075
+ default_checkin_time: {
126076
+ description: string;
126077
+ nullable: boolean;
126078
+ pattern: string;
126079
+ type: string;
126080
+ };
126081
+ default_checkout_time: {
126082
+ description: string;
126083
+ nullable: boolean;
126084
+ pattern: string;
126085
+ type: string;
126086
+ };
126087
+ time_zone: {
126088
+ description: string;
126089
+ nullable: boolean;
126090
+ type: string;
126091
+ };
126092
+ };
126093
+ type: string;
126094
+ };
126009
126095
  customer_key: {
126010
126096
  description: string;
126011
126097
  minLength: number;
@@ -126084,7 +126170,6 @@ declare const _default: {
126084
126170
  })[];
126085
126171
  summary: string;
126086
126172
  tags: never[];
126087
- 'x-draft': string;
126088
126173
  'x-fern-sdk-group-name': string[];
126089
126174
  'x-fern-sdk-method-name': string;
126090
126175
  'x-fern-sdk-return-value': string;
@@ -126160,7 +126245,6 @@ declare const _default: {
126160
126245
  })[];
126161
126246
  summary: string;
126162
126247
  tags: never[];
126163
- 'x-draft': string;
126164
126248
  'x-fern-sdk-group-name': string[];
126165
126249
  'x-fern-sdk-method-name': string;
126166
126250
  'x-response-key': null;
@@ -126233,7 +126317,6 @@ declare const _default: {
126233
126317
  })[];
126234
126318
  summary: string;
126235
126319
  tags: never[];
126236
- 'x-draft': string;
126237
126320
  'x-fern-sdk-group-name': string[];
126238
126321
  'x-fern-sdk-method-name': string;
126239
126322
  'x-response-key': null;
@@ -126294,7 +126377,6 @@ declare const _default: {
126294
126377
  })[];
126295
126378
  summary: string;
126296
126379
  tags: never[];
126297
- 'x-draft': string;
126298
126380
  'x-fern-sdk-group-name': string[];
126299
126381
  'x-fern-sdk-method-name': string;
126300
126382
  'x-fern-sdk-return-value': string;
@@ -126384,7 +126466,6 @@ declare const _default: {
126384
126466
  })[];
126385
126467
  summary: string;
126386
126468
  tags: never[];
126387
- 'x-draft': string;
126388
126469
  'x-fern-sdk-group-name': string[];
126389
126470
  'x-fern-sdk-method-name': string;
126390
126471
  'x-fern-sdk-return-value': string;
@@ -126524,7 +126605,6 @@ declare const _default: {
126524
126605
  summary: string;
126525
126606
  tags: never[];
126526
126607
  'x-batch-keys': string[];
126527
- 'x-draft': string;
126528
126608
  'x-fern-sdk-group-name': string[];
126529
126609
  'x-fern-sdk-method-name': string;
126530
126610
  'x-fern-sdk-return-value': string;
@@ -126665,7 +126745,6 @@ declare const _default: {
126665
126745
  summary: string;
126666
126746
  tags: never[];
126667
126747
  'x-batch-keys': string[];
126668
- 'x-draft': string;
126669
126748
  'x-fern-sdk-group-name': string[];
126670
126749
  'x-fern-sdk-method-name': string;
126671
126750
  'x-fern-sdk-return-value': string;
@@ -126799,7 +126878,6 @@ declare const _default: {
126799
126878
  })[];
126800
126879
  summary: string;
126801
126880
  tags: never[];
126802
- 'x-draft': string;
126803
126881
  'x-fern-sdk-group-name': string[];
126804
126882
  'x-fern-sdk-method-name': string;
126805
126883
  'x-fern-sdk-return-value': string;
@@ -126907,7 +126985,6 @@ declare const _default: {
126907
126985
  })[];
126908
126986
  summary: string;
126909
126987
  tags: never[];
126910
- 'x-draft': string;
126911
126988
  'x-fern-sdk-group-name': string[];
126912
126989
  'x-fern-sdk-method-name': string;
126913
126990
  'x-fern-sdk-return-value': string;
@@ -126990,7 +127067,6 @@ declare const _default: {
126990
127067
  })[];
126991
127068
  summary: string;
126992
127069
  tags: never[];
126993
- 'x-draft': string;
126994
127070
  'x-fern-sdk-group-name': string[];
126995
127071
  'x-fern-sdk-method-name': string;
126996
127072
  'x-response-key': null;
@@ -127071,7 +127147,6 @@ declare const _default: {
127071
127147
  })[];
127072
127148
  summary: string;
127073
127149
  tags: never[];
127074
- 'x-draft': string;
127075
127150
  'x-fern-sdk-group-name': string[];
127076
127151
  'x-fern-sdk-method-name': string;
127077
127152
  'x-response-key': null;
@@ -127153,7 +127228,6 @@ declare const _default: {
127153
127228
  })[];
127154
127229
  summary: string;
127155
127230
  tags: never[];
127156
- 'x-draft': string;
127157
127231
  'x-fern-sdk-group-name': string[];
127158
127232
  'x-fern-sdk-method-name': string;
127159
127233
  'x-response-key': null;
@@ -127234,7 +127308,6 @@ declare const _default: {
127234
127308
  })[];
127235
127309
  summary: string;
127236
127310
  tags: never[];
127237
- 'x-draft': string;
127238
127311
  'x-fern-sdk-group-name': string[];
127239
127312
  'x-fern-sdk-method-name': string;
127240
127313
  'x-response-key': null;
@@ -127258,6 +127331,29 @@ declare const _default: {
127258
127331
  };
127259
127332
  type: string;
127260
127333
  };
127334
+ customer_data: {
127335
+ description: string;
127336
+ properties: {
127337
+ default_checkin_time: {
127338
+ description: string;
127339
+ nullable: boolean;
127340
+ pattern: string;
127341
+ type: string;
127342
+ };
127343
+ default_checkout_time: {
127344
+ description: string;
127345
+ nullable: boolean;
127346
+ pattern: string;
127347
+ type: string;
127348
+ };
127349
+ time_zone: {
127350
+ description: string;
127351
+ nullable: boolean;
127352
+ type: string;
127353
+ };
127354
+ };
127355
+ type: string;
127356
+ };
127261
127357
  customer_key: {
127262
127358
  description: string;
127263
127359
  minLength: number;
@@ -127340,7 +127436,6 @@ declare const _default: {
127340
127436
  })[];
127341
127437
  summary: string;
127342
127438
  tags: never[];
127343
- 'x-draft': string;
127344
127439
  'x-fern-sdk-group-name': string[];
127345
127440
  'x-fern-sdk-method-name': string;
127346
127441
  'x-fern-sdk-return-value': string;
@@ -127363,6 +127458,29 @@ declare const _default: {
127363
127458
  };
127364
127459
  type: string;
127365
127460
  };
127461
+ customer_data: {
127462
+ description: string;
127463
+ properties: {
127464
+ default_checkin_time: {
127465
+ description: string;
127466
+ nullable: boolean;
127467
+ pattern: string;
127468
+ type: string;
127469
+ };
127470
+ default_checkout_time: {
127471
+ description: string;
127472
+ nullable: boolean;
127473
+ pattern: string;
127474
+ type: string;
127475
+ };
127476
+ time_zone: {
127477
+ description: string;
127478
+ nullable: boolean;
127479
+ type: string;
127480
+ };
127481
+ };
127482
+ type: string;
127483
+ };
127366
127484
  customer_key: {
127367
127485
  description: string;
127368
127486
  minLength: number;
@@ -127445,7 +127563,6 @@ declare const _default: {
127445
127563
  })[];
127446
127564
  summary: string;
127447
127565
  tags: never[];
127448
- 'x-draft': string;
127449
127566
  'x-fern-sdk-group-name': string[];
127450
127567
  'x-fern-sdk-method-name': string;
127451
127568
  'x-fern-sdk-return-value': string;
@@ -148998,6 +149115,15 @@ type Routes = {
148998
149115
  acs_entrance_count: number;
148999
149116
  /** Customer key associated with the space. */
149000
149117
  customer_key?: string | undefined;
149118
+ /** Reservation/stay-related defaults for the space. */
149119
+ customer_data?: {
149120
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
149121
+ time_zone?: (string | null) | undefined;
149122
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
149123
+ default_checkin_time?: (string | null) | undefined;
149124
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
149125
+ default_checkout_time?: (string | null) | undefined;
149126
+ } | undefined;
149001
149127
  /** */
149002
149128
  parent_space_id?: string | undefined;
149003
149129
  /** */
@@ -153361,6 +153487,15 @@ type Routes = {
153361
153487
  acs_entrance_count: number;
153362
153488
  /** Customer key associated with the space. */
153363
153489
  customer_key?: string | undefined;
153490
+ /** Reservation/stay-related defaults for the space. */
153491
+ customer_data?: {
153492
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
153493
+ time_zone?: (string | null) | undefined;
153494
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
153495
+ default_checkin_time?: (string | null) | undefined;
153496
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
153497
+ default_checkout_time?: (string | null) | undefined;
153498
+ } | undefined;
153364
153499
  /** */
153365
153500
  parent_space_id?: string | undefined;
153366
153501
  /** */
@@ -205179,6 +205314,15 @@ type Routes = {
205179
205314
  acs_entrance_count: number;
205180
205315
  /** Customer key associated with the space. */
205181
205316
  customer_key?: string | undefined;
205317
+ /** Reservation/stay-related defaults for the space. */
205318
+ customer_data?: {
205319
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
205320
+ time_zone?: (string | null) | undefined;
205321
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
205322
+ default_checkin_time?: (string | null) | undefined;
205323
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
205324
+ default_checkout_time?: (string | null) | undefined;
205325
+ } | undefined;
205182
205326
  /** */
205183
205327
  parent_space_id?: string | undefined;
205184
205328
  /** */
@@ -205221,6 +205365,15 @@ type Routes = {
205221
205365
  acs_entrance_count: number;
205222
205366
  /** Customer key associated with the space. */
205223
205367
  customer_key?: string | undefined;
205368
+ /** Reservation/stay-related defaults for the space. */
205369
+ customer_data?: {
205370
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
205371
+ time_zone?: (string | null) | undefined;
205372
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
205373
+ default_checkin_time?: (string | null) | undefined;
205374
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
205375
+ default_checkout_time?: (string | null) | undefined;
205376
+ } | undefined;
205224
205377
  /** */
205225
205378
  parent_space_id?: string | undefined;
205226
205379
  /** */
@@ -206229,6 +206382,15 @@ type Routes = {
206229
206382
  acs_entrance_ids?: string[] | undefined;
206230
206383
  /** Customer key for which you want to create the space. */
206231
206384
  customer_key?: string | undefined;
206385
+ /** Reservation/stay-related defaults for the space. */
206386
+ customer_data?: {
206387
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
206388
+ time_zone?: (string | null) | undefined;
206389
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
206390
+ default_checkin_time?: (string | null) | undefined;
206391
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
206392
+ default_checkout_time?: (string | null) | undefined;
206393
+ } | undefined;
206232
206394
  };
206233
206395
  commonParams: {};
206234
206396
  formData: {};
@@ -206253,6 +206415,15 @@ type Routes = {
206253
206415
  acs_entrance_count: number;
206254
206416
  /** Customer key associated with the space. */
206255
206417
  customer_key?: string | undefined;
206418
+ /** Reservation/stay-related defaults for the space. */
206419
+ customer_data?: {
206420
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
206421
+ time_zone?: (string | null) | undefined;
206422
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
206423
+ default_checkin_time?: (string | null) | undefined;
206424
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
206425
+ default_checkout_time?: (string | null) | undefined;
206426
+ } | undefined;
206256
206427
  /** */
206257
206428
  parent_space_id?: string | undefined;
206258
206429
  /** */
@@ -206308,6 +206479,15 @@ type Routes = {
206308
206479
  acs_entrance_count: number;
206309
206480
  /** Customer key associated with the space. */
206310
206481
  customer_key?: string | undefined;
206482
+ /** Reservation/stay-related defaults for the space. */
206483
+ customer_data?: {
206484
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
206485
+ time_zone?: (string | null) | undefined;
206486
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
206487
+ default_checkin_time?: (string | null) | undefined;
206488
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
206489
+ default_checkout_time?: (string | null) | undefined;
206490
+ } | undefined;
206311
206491
  /** */
206312
206492
  parent_space_id?: string | undefined;
206313
206493
  /** */
@@ -206352,6 +206532,15 @@ type Routes = {
206352
206532
  acs_entrance_count: number;
206353
206533
  /** Customer key associated with the space. */
206354
206534
  customer_key?: string | undefined;
206535
+ /** Reservation/stay-related defaults for the space. */
206536
+ customer_data?: {
206537
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
206538
+ time_zone?: (string | null) | undefined;
206539
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
206540
+ default_checkin_time?: (string | null) | undefined;
206541
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
206542
+ default_checkout_time?: (string | null) | undefined;
206543
+ } | undefined;
206355
206544
  /** */
206356
206545
  parent_space_id?: string | undefined;
206357
206546
  /** */
@@ -208222,6 +208411,15 @@ type Routes = {
208222
208411
  acs_entrance_count: number;
208223
208412
  /** Customer key associated with the space. */
208224
208413
  customer_key?: string | undefined;
208414
+ /** Reservation/stay-related defaults for the space. */
208415
+ customer_data?: {
208416
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
208417
+ time_zone?: (string | null) | undefined;
208418
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
208419
+ default_checkin_time?: (string | null) | undefined;
208420
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
208421
+ default_checkout_time?: (string | null) | undefined;
208422
+ } | undefined;
208225
208423
  /** */
208226
208424
  parent_space_id?: string | undefined;
208227
208425
  /** */
@@ -208286,6 +208484,15 @@ type Routes = {
208286
208484
  acs_entrance_ids?: string[] | undefined;
208287
208485
  /** Customer key for which you want to update the space. */
208288
208486
  customer_key?: string | undefined;
208487
+ /** Reservation/stay-related defaults for the space. Only the keys you provide are updated; omit a key to leave it unchanged. Pass null on a key to clear it. */
208488
+ customer_data?: {
208489
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
208490
+ time_zone?: (string | null) | undefined;
208491
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
208492
+ default_checkin_time?: (string | null) | undefined;
208493
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
208494
+ default_checkout_time?: (string | null) | undefined;
208495
+ } | undefined;
208289
208496
  };
208290
208497
  commonParams: {};
208291
208498
  formData: {};
@@ -208310,6 +208517,15 @@ type Routes = {
208310
208517
  acs_entrance_count: number;
208311
208518
  /** Customer key associated with the space. */
208312
208519
  customer_key?: string | undefined;
208520
+ /** Reservation/stay-related defaults for the space. */
208521
+ customer_data?: {
208522
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
208523
+ time_zone?: (string | null) | undefined;
208524
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
208525
+ default_checkin_time?: (string | null) | undefined;
208526
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
208527
+ default_checkout_time?: (string | null) | undefined;
208528
+ } | undefined;
208313
208529
  /** */
208314
208530
  parent_space_id?: string | undefined;
208315
208531
  /** */
@@ -233532,6 +233748,15 @@ type Routes = {
233532
233748
  acs_entrance_count: number;
233533
233749
  /** Customer key associated with the space. */
233534
233750
  customer_key?: string | undefined;
233751
+ /** Reservation/stay-related defaults for the space. */
233752
+ customer_data?: {
233753
+ /** IANA time zone for the space, e.g. America/Los_Angeles. */
233754
+ time_zone?: (string | null) | undefined;
233755
+ /** Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. */
233756
+ default_checkin_time?: (string | null) | undefined;
233757
+ /** Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. */
233758
+ default_checkout_time?: (string | null) | undefined;
233759
+ } | undefined;
233535
233760
  /** */
233536
233761
  parent_space_id?: string | undefined;
233537
233762
  /** */