@seamapi/types 1.617.0 → 1.619.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/dist/connect.cjs +327 -6
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +387 -0
  4. package/dist/index.cjs +327 -6
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/customer/access-grant-resources.d.ts +6 -6
  7. package/lib/seam/connect/models/customer/access-grant-resources.js +15 -1
  8. package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -1
  9. package/lib/seam/connect/models/customer/customer-data.d.ts +22 -22
  10. package/lib/seam/connect/models/customer/customer-data.js +7 -1
  11. package/lib/seam/connect/models/customer/customer-data.js.map +1 -1
  12. package/lib/seam/connect/models/customer/location-resources.d.ts +26 -26
  13. package/lib/seam/connect/models/customer/location-resources.js +76 -8
  14. package/lib/seam/connect/models/customer/location-resources.js.map +1 -1
  15. package/lib/seam/connect/models/customer/user-identity-resources.d.ts +10 -10
  16. package/lib/seam/connect/models/customer/user-identity-resources.js +32 -4
  17. package/lib/seam/connect/models/customer/user-identity-resources.js.map +1 -1
  18. package/lib/seam/connect/openapi.d.ts +342 -0
  19. package/lib/seam/connect/openapi.js +312 -1
  20. package/lib/seam/connect/openapi.js.map +1 -1
  21. package/lib/seam/connect/route-types.d.ts +45 -0
  22. package/package.json +1 -1
  23. package/src/lib/seam/connect/models/customer/access-grant-resources.ts +15 -1
  24. package/src/lib/seam/connect/models/customer/customer-data.ts +7 -1
  25. package/src/lib/seam/connect/models/customer/location-resources.ts +76 -8
  26. package/src/lib/seam/connect/models/customer/user-identity-resources.ts +32 -4
  27. package/src/lib/seam/connect/openapi.ts +312 -1
  28. package/src/lib/seam/connect/route-types.ts +67 -0
@@ -69451,6 +69451,7 @@ declare const _default: {
69451
69451
  properties: {
69452
69452
  access_grant_key: {
69453
69453
  description: string;
69454
+ minLength: number;
69454
69455
  type: string;
69455
69456
  };
69456
69457
  acs_entrance_ids: {
@@ -69562,6 +69563,7 @@ declare const _default: {
69562
69563
  space_keys: {
69563
69564
  description: string;
69564
69565
  items: {
69566
+ minLength: number;
69565
69567
  type: string;
69566
69568
  };
69567
69569
  type: string;
@@ -81064,6 +81066,7 @@ declare const _default: {
81064
81066
  };
81065
81067
  customer_key: {
81066
81068
  description: string;
81069
+ minLength: number;
81067
81070
  type: string;
81068
81071
  };
81069
81072
  expires_at: {
@@ -81183,6 +81186,7 @@ declare const _default: {
81183
81186
  };
81184
81187
  customer_key: {
81185
81188
  description: string;
81189
+ minLength: number;
81186
81190
  type: string;
81187
81191
  };
81188
81192
  expires_at: {
@@ -82136,6 +82140,7 @@ declare const _default: {
82136
82140
  };
82137
82141
  customer_key: {
82138
82142
  description: string;
82143
+ minLength: number;
82139
82144
  type: string;
82140
82145
  };
82141
82146
  device_selection_mode: {
@@ -83976,6 +83981,7 @@ declare const _default: {
83976
83981
  properties: {
83977
83982
  access_grant_key: {
83978
83983
  description: string;
83984
+ minLength: number;
83979
83985
  type: string;
83980
83986
  };
83981
83987
  building_keys: {
@@ -84082,6 +84088,7 @@ declare const _default: {
84082
84088
  properties: {
84083
84089
  booking_key: {
84084
84090
  description: string;
84091
+ minLength: number;
84085
84092
  type: string;
84086
84093
  };
84087
84094
  building_keys: {
@@ -84188,6 +84195,7 @@ declare const _default: {
84188
84195
  properties: {
84189
84196
  building_key: {
84190
84197
  description: string;
84198
+ minLength: number;
84191
84199
  type: string;
84192
84200
  };
84193
84201
  name: {
@@ -84206,6 +84214,7 @@ declare const _default: {
84206
84214
  properties: {
84207
84215
  common_area_key: {
84208
84216
  description: string;
84217
+ minLength: number;
84209
84218
  type: string;
84210
84219
  };
84211
84220
  name: {
@@ -84214,6 +84223,7 @@ declare const _default: {
84214
84223
  };
84215
84224
  parent_site_key: {
84216
84225
  description: string;
84226
+ minLength: number;
84217
84227
  type: string;
84218
84228
  };
84219
84229
  };
@@ -84224,6 +84234,7 @@ declare const _default: {
84224
84234
  };
84225
84235
  customer_key: {
84226
84236
  description: string;
84237
+ minLength: number;
84227
84238
  type: string;
84228
84239
  };
84229
84240
  facilities: {
@@ -84232,6 +84243,7 @@ declare const _default: {
84232
84243
  properties: {
84233
84244
  facility_key: {
84234
84245
  description: string;
84246
+ minLength: number;
84235
84247
  type: string;
84236
84248
  };
84237
84249
  name: {
@@ -84254,6 +84266,7 @@ declare const _default: {
84254
84266
  };
84255
84267
  guest_key: {
84256
84268
  description: string;
84269
+ minLength: number;
84257
84270
  type: string;
84258
84271
  };
84259
84272
  name: {
@@ -84276,6 +84289,7 @@ declare const _default: {
84276
84289
  properties: {
84277
84290
  listing_key: {
84278
84291
  description: string;
84292
+ minLength: number;
84279
84293
  type: string;
84280
84294
  };
84281
84295
  name: {
@@ -84298,6 +84312,7 @@ declare const _default: {
84298
84312
  };
84299
84313
  property_key: {
84300
84314
  description: string;
84315
+ minLength: number;
84301
84316
  type: string;
84302
84317
  };
84303
84318
  };
@@ -84316,6 +84331,7 @@ declare const _default: {
84316
84331
  };
84317
84332
  property_listing_key: {
84318
84333
  description: string;
84334
+ minLength: number;
84319
84335
  type: string;
84320
84336
  };
84321
84337
  };
@@ -84381,6 +84397,7 @@ declare const _default: {
84381
84397
  };
84382
84398
  reservation_key: {
84383
84399
  description: string;
84400
+ minLength: number;
84384
84401
  type: string;
84385
84402
  };
84386
84403
  resident_key: {
@@ -84448,6 +84465,7 @@ declare const _default: {
84448
84465
  };
84449
84466
  resident_key: {
84450
84467
  description: string;
84468
+ minLength: number;
84451
84469
  type: string;
84452
84470
  };
84453
84471
  };
@@ -84466,10 +84484,12 @@ declare const _default: {
84466
84484
  };
84467
84485
  parent_site_key: {
84468
84486
  description: string;
84487
+ minLength: number;
84469
84488
  type: string;
84470
84489
  };
84471
84490
  room_key: {
84472
84491
  description: string;
84492
+ minLength: number;
84473
84493
  type: string;
84474
84494
  };
84475
84495
  };
@@ -84488,6 +84508,7 @@ declare const _default: {
84488
84508
  };
84489
84509
  site_key: {
84490
84510
  description: string;
84511
+ minLength: number;
84491
84512
  type: string;
84492
84513
  };
84493
84514
  };
@@ -84506,6 +84527,7 @@ declare const _default: {
84506
84527
  };
84507
84528
  space_key: {
84508
84529
  description: string;
84530
+ minLength: number;
84509
84531
  type: string;
84510
84532
  };
84511
84533
  };
@@ -84567,6 +84589,7 @@ declare const _default: {
84567
84589
  };
84568
84590
  tenant_key: {
84569
84591
  description: string;
84592
+ minLength: number;
84570
84593
  type: string;
84571
84594
  };
84572
84595
  };
@@ -84585,10 +84608,12 @@ declare const _default: {
84585
84608
  };
84586
84609
  parent_site_key: {
84587
84610
  description: string;
84611
+ minLength: number;
84588
84612
  type: string;
84589
84613
  };
84590
84614
  unit_key: {
84591
84615
  description: string;
84616
+ minLength: number;
84592
84617
  type: string;
84593
84618
  };
84594
84619
  };
@@ -84615,6 +84640,7 @@ declare const _default: {
84615
84640
  };
84616
84641
  user_identity_key: {
84617
84642
  description: string;
84643
+ minLength: number;
84618
84644
  type: string;
84619
84645
  };
84620
84646
  };
@@ -84641,6 +84667,7 @@ declare const _default: {
84641
84667
  };
84642
84668
  user_key: {
84643
84669
  description: string;
84670
+ minLength: number;
84644
84671
  type: string;
84645
84672
  };
84646
84673
  };
@@ -84973,6 +85000,7 @@ declare const _default: {
84973
85000
  properties: {
84974
85001
  access_grant_key: {
84975
85002
  description: string;
85003
+ minLength: number;
84976
85004
  type: string;
84977
85005
  };
84978
85006
  building_keys: {
@@ -85079,6 +85107,7 @@ declare const _default: {
85079
85107
  properties: {
85080
85108
  booking_key: {
85081
85109
  description: string;
85110
+ minLength: number;
85082
85111
  type: string;
85083
85112
  };
85084
85113
  building_keys: {
@@ -85185,6 +85214,7 @@ declare const _default: {
85185
85214
  properties: {
85186
85215
  building_key: {
85187
85216
  description: string;
85217
+ minLength: number;
85188
85218
  type: string;
85189
85219
  };
85190
85220
  name: {
@@ -85203,6 +85233,7 @@ declare const _default: {
85203
85233
  properties: {
85204
85234
  common_area_key: {
85205
85235
  description: string;
85236
+ minLength: number;
85206
85237
  type: string;
85207
85238
  };
85208
85239
  name: {
@@ -85211,6 +85242,7 @@ declare const _default: {
85211
85242
  };
85212
85243
  parent_site_key: {
85213
85244
  description: string;
85245
+ minLength: number;
85214
85246
  type: string;
85215
85247
  };
85216
85248
  };
@@ -85221,6 +85253,7 @@ declare const _default: {
85221
85253
  };
85222
85254
  customer_key: {
85223
85255
  description: string;
85256
+ minLength: number;
85224
85257
  type: string;
85225
85258
  };
85226
85259
  facilities: {
@@ -85229,6 +85262,7 @@ declare const _default: {
85229
85262
  properties: {
85230
85263
  facility_key: {
85231
85264
  description: string;
85265
+ minLength: number;
85232
85266
  type: string;
85233
85267
  };
85234
85268
  name: {
@@ -85251,6 +85285,7 @@ declare const _default: {
85251
85285
  };
85252
85286
  guest_key: {
85253
85287
  description: string;
85288
+ minLength: number;
85254
85289
  type: string;
85255
85290
  };
85256
85291
  name: {
@@ -85273,6 +85308,7 @@ declare const _default: {
85273
85308
  properties: {
85274
85309
  listing_key: {
85275
85310
  description: string;
85311
+ minLength: number;
85276
85312
  type: string;
85277
85313
  };
85278
85314
  name: {
@@ -85295,6 +85331,7 @@ declare const _default: {
85295
85331
  };
85296
85332
  property_key: {
85297
85333
  description: string;
85334
+ minLength: number;
85298
85335
  type: string;
85299
85336
  };
85300
85337
  };
@@ -85313,6 +85350,7 @@ declare const _default: {
85313
85350
  };
85314
85351
  property_listing_key: {
85315
85352
  description: string;
85353
+ minLength: number;
85316
85354
  type: string;
85317
85355
  };
85318
85356
  };
@@ -85378,6 +85416,7 @@ declare const _default: {
85378
85416
  };
85379
85417
  reservation_key: {
85380
85418
  description: string;
85419
+ minLength: number;
85381
85420
  type: string;
85382
85421
  };
85383
85422
  resident_key: {
@@ -85445,6 +85484,7 @@ declare const _default: {
85445
85484
  };
85446
85485
  resident_key: {
85447
85486
  description: string;
85487
+ minLength: number;
85448
85488
  type: string;
85449
85489
  };
85450
85490
  };
@@ -85463,10 +85503,12 @@ declare const _default: {
85463
85503
  };
85464
85504
  parent_site_key: {
85465
85505
  description: string;
85506
+ minLength: number;
85466
85507
  type: string;
85467
85508
  };
85468
85509
  room_key: {
85469
85510
  description: string;
85511
+ minLength: number;
85470
85512
  type: string;
85471
85513
  };
85472
85514
  };
@@ -85485,6 +85527,7 @@ declare const _default: {
85485
85527
  };
85486
85528
  site_key: {
85487
85529
  description: string;
85530
+ minLength: number;
85488
85531
  type: string;
85489
85532
  };
85490
85533
  };
@@ -85503,6 +85546,7 @@ declare const _default: {
85503
85546
  };
85504
85547
  space_key: {
85505
85548
  description: string;
85549
+ minLength: number;
85506
85550
  type: string;
85507
85551
  };
85508
85552
  };
@@ -85564,6 +85608,7 @@ declare const _default: {
85564
85608
  };
85565
85609
  tenant_key: {
85566
85610
  description: string;
85611
+ minLength: number;
85567
85612
  type: string;
85568
85613
  };
85569
85614
  };
@@ -85582,10 +85627,12 @@ declare const _default: {
85582
85627
  };
85583
85628
  parent_site_key: {
85584
85629
  description: string;
85630
+ minLength: number;
85585
85631
  type: string;
85586
85632
  };
85587
85633
  unit_key: {
85588
85634
  description: string;
85635
+ minLength: number;
85589
85636
  type: string;
85590
85637
  };
85591
85638
  };
@@ -85612,6 +85659,7 @@ declare const _default: {
85612
85659
  };
85613
85660
  user_identity_key: {
85614
85661
  description: string;
85662
+ minLength: number;
85615
85663
  type: string;
85616
85664
  };
85617
85665
  };
@@ -85638,6 +85686,7 @@ declare const _default: {
85638
85686
  };
85639
85687
  user_key: {
85640
85688
  description: string;
85689
+ minLength: number;
85641
85690
  type: string;
85642
85691
  };
85643
85692
  };
@@ -93765,6 +93814,76 @@ declare const _default: {
93765
93814
  };
93766
93815
  type: string;
93767
93816
  };
93817
+ climate_rules: {
93818
+ properties: {
93819
+ rules: {
93820
+ properties: {
93821
+ delete_on_reservation_end: {
93822
+ properties: {
93823
+ enabled: {
93824
+ type: string;
93825
+ };
93826
+ };
93827
+ required: string[];
93828
+ type: string;
93829
+ };
93830
+ reservation_created: {
93831
+ properties: {
93832
+ enabled: {
93833
+ type: string;
93834
+ };
93835
+ fallback_preset: {
93836
+ properties: {
93837
+ fan_mode: {
93838
+ enum: string[];
93839
+ type: string;
93840
+ };
93841
+ is_override_allowed: {
93842
+ type: string;
93843
+ };
93844
+ mode: {
93845
+ enum: string[];
93846
+ type: string;
93847
+ };
93848
+ override_period_minutes: {
93849
+ format: string;
93850
+ type: string;
93851
+ };
93852
+ temperature: {
93853
+ format: string;
93854
+ type: string;
93855
+ };
93856
+ temperature_unit: {
93857
+ enum: string[];
93858
+ type: string;
93859
+ };
93860
+ };
93861
+ required: string[];
93862
+ type: string;
93863
+ };
93864
+ occupied_preset_key: {
93865
+ type: string;
93866
+ };
93867
+ };
93868
+ required: string[];
93869
+ type: string;
93870
+ };
93871
+ update_on_time_change: {
93872
+ properties: {
93873
+ enabled: {
93874
+ type: string;
93875
+ };
93876
+ };
93877
+ required: string[];
93878
+ type: string;
93879
+ };
93880
+ };
93881
+ type: string;
93882
+ };
93883
+ };
93884
+ required: string[];
93885
+ type: string;
93886
+ };
93768
93887
  ok: {
93769
93888
  type: string;
93770
93889
  };
@@ -93898,6 +94017,76 @@ declare const _default: {
93898
94017
  };
93899
94018
  type: string;
93900
94019
  };
94020
+ climate_rules: {
94021
+ properties: {
94022
+ rules: {
94023
+ properties: {
94024
+ delete_on_reservation_end: {
94025
+ properties: {
94026
+ enabled: {
94027
+ type: string;
94028
+ };
94029
+ };
94030
+ required: string[];
94031
+ type: string;
94032
+ };
94033
+ reservation_created: {
94034
+ properties: {
94035
+ enabled: {
94036
+ type: string;
94037
+ };
94038
+ fallback_preset: {
94039
+ properties: {
94040
+ fan_mode: {
94041
+ enum: string[];
94042
+ type: string;
94043
+ };
94044
+ is_override_allowed: {
94045
+ type: string;
94046
+ };
94047
+ mode: {
94048
+ enum: string[];
94049
+ type: string;
94050
+ };
94051
+ override_period_minutes: {
94052
+ format: string;
94053
+ type: string;
94054
+ };
94055
+ temperature: {
94056
+ format: string;
94057
+ type: string;
94058
+ };
94059
+ temperature_unit: {
94060
+ enum: string[];
94061
+ type: string;
94062
+ };
94063
+ };
94064
+ required: string[];
94065
+ type: string;
94066
+ };
94067
+ occupied_preset_key: {
94068
+ type: string;
94069
+ };
94070
+ };
94071
+ required: string[];
94072
+ type: string;
94073
+ };
94074
+ update_on_time_change: {
94075
+ properties: {
94076
+ enabled: {
94077
+ type: string;
94078
+ };
94079
+ };
94080
+ required: string[];
94081
+ type: string;
94082
+ };
94083
+ };
94084
+ type: string;
94085
+ };
94086
+ };
94087
+ required: string[];
94088
+ type: string;
94089
+ };
93901
94090
  ok: {
93902
94091
  type: string;
93903
94092
  };
@@ -94037,6 +94226,76 @@ declare const _default: {
94037
94226
  };
94038
94227
  type: string;
94039
94228
  };
94229
+ climate_rules: {
94230
+ description: string;
94231
+ properties: {
94232
+ rules: {
94233
+ properties: {
94234
+ delete_on_reservation_end: {
94235
+ properties: {
94236
+ enabled: {
94237
+ type: string;
94238
+ };
94239
+ };
94240
+ required: string[];
94241
+ type: string;
94242
+ };
94243
+ reservation_created: {
94244
+ properties: {
94245
+ enabled: {
94246
+ type: string;
94247
+ };
94248
+ fallback_preset: {
94249
+ properties: {
94250
+ fan_mode: {
94251
+ enum: string[];
94252
+ type: string;
94253
+ };
94254
+ is_override_allowed: {
94255
+ type: string;
94256
+ };
94257
+ mode: {
94258
+ enum: string[];
94259
+ type: string;
94260
+ };
94261
+ override_period_minutes: {
94262
+ format: string;
94263
+ type: string;
94264
+ };
94265
+ temperature: {
94266
+ format: string;
94267
+ type: string;
94268
+ };
94269
+ temperature_unit: {
94270
+ enum: string[];
94271
+ type: string;
94272
+ };
94273
+ };
94274
+ required: string[];
94275
+ type: string;
94276
+ };
94277
+ occupied_preset_key: {
94278
+ type: string;
94279
+ };
94280
+ };
94281
+ required: string[];
94282
+ type: string;
94283
+ };
94284
+ update_on_time_change: {
94285
+ properties: {
94286
+ enabled: {
94287
+ type: string;
94288
+ };
94289
+ };
94290
+ required: string[];
94291
+ type: string;
94292
+ };
94293
+ };
94294
+ type: string;
94295
+ };
94296
+ };
94297
+ type: string;
94298
+ };
94040
94299
  };
94041
94300
  type: string;
94042
94301
  };
@@ -94186,6 +94445,76 @@ declare const _default: {
94186
94445
  };
94187
94446
  type: string;
94188
94447
  };
94448
+ climate_rules: {
94449
+ description: string;
94450
+ properties: {
94451
+ rules: {
94452
+ properties: {
94453
+ delete_on_reservation_end: {
94454
+ properties: {
94455
+ enabled: {
94456
+ type: string;
94457
+ };
94458
+ };
94459
+ required: string[];
94460
+ type: string;
94461
+ };
94462
+ reservation_created: {
94463
+ properties: {
94464
+ enabled: {
94465
+ type: string;
94466
+ };
94467
+ fallback_preset: {
94468
+ properties: {
94469
+ fan_mode: {
94470
+ enum: string[];
94471
+ type: string;
94472
+ };
94473
+ is_override_allowed: {
94474
+ type: string;
94475
+ };
94476
+ mode: {
94477
+ enum: string[];
94478
+ type: string;
94479
+ };
94480
+ override_period_minutes: {
94481
+ format: string;
94482
+ type: string;
94483
+ };
94484
+ temperature: {
94485
+ format: string;
94486
+ type: string;
94487
+ };
94488
+ temperature_unit: {
94489
+ enum: string[];
94490
+ type: string;
94491
+ };
94492
+ };
94493
+ required: string[];
94494
+ type: string;
94495
+ };
94496
+ occupied_preset_key: {
94497
+ type: string;
94498
+ };
94499
+ };
94500
+ required: string[];
94501
+ type: string;
94502
+ };
94503
+ update_on_time_change: {
94504
+ properties: {
94505
+ enabled: {
94506
+ type: string;
94507
+ };
94508
+ };
94509
+ required: string[];
94510
+ type: string;
94511
+ };
94512
+ };
94513
+ type: string;
94514
+ };
94515
+ };
94516
+ type: string;
94517
+ };
94189
94518
  };
94190
94519
  type: string;
94191
94520
  };
@@ -97957,6 +98286,7 @@ declare const _default: {
97957
98286
  };
97958
98287
  customer_key: {
97959
98288
  description: string;
98289
+ minLength: number;
97960
98290
  type: string;
97961
98291
  };
97962
98292
  device_ids: {
@@ -99155,6 +99485,7 @@ declare const _default: {
99155
99485
  };
99156
99486
  customer_key: {
99157
99487
  description: string;
99488
+ minLength: number;
99158
99489
  type: string;
99159
99490
  };
99160
99491
  device_ids: {
@@ -99259,6 +99590,7 @@ declare const _default: {
99259
99590
  };
99260
99591
  customer_key: {
99261
99592
  description: string;
99593
+ minLength: number;
99262
99594
  type: string;
99263
99595
  };
99264
99596
  device_ids: {
@@ -103120,6 +103452,7 @@ declare const _default: {
103120
103452
  properties: {
103121
103453
  customer_key: {
103122
103454
  description: string;
103455
+ minLength: number;
103123
103456
  type: string;
103124
103457
  };
103125
103458
  };
@@ -103191,6 +103524,7 @@ declare const _default: {
103191
103524
  description: string;
103192
103525
  enum: string[];
103193
103526
  type: string;
103527
+ minLength?: never;
103194
103528
  items?: never;
103195
103529
  };
103196
103530
  } | {
@@ -103199,6 +103533,7 @@ declare const _default: {
103199
103533
  required: boolean;
103200
103534
  schema: {
103201
103535
  description: string;
103536
+ minLength: number;
103202
103537
  type: string;
103203
103538
  enum?: never;
103204
103539
  items?: never;
@@ -103217,6 +103552,7 @@ declare const _default: {
103217
103552
  };
103218
103553
  space_key: {
103219
103554
  description: string;
103555
+ minLength: number;
103220
103556
  type: string;
103221
103557
  };
103222
103558
  };
@@ -103225,6 +103561,7 @@ declare const _default: {
103225
103561
  };
103226
103562
  type: string;
103227
103563
  enum?: never;
103564
+ minLength?: never;
103228
103565
  };
103229
103566
  })[];
103230
103567
  responses: {
@@ -103291,6 +103628,7 @@ declare const _default: {
103291
103628
  };
103292
103629
  customer_key: {
103293
103630
  description: string;
103631
+ minLength: number;
103294
103632
  type: string;
103295
103633
  };
103296
103634
  spaces: {
@@ -103303,6 +103641,7 @@ declare const _default: {
103303
103641
  };
103304
103642
  space_key: {
103305
103643
  description: string;
103644
+ minLength: number;
103306
103645
  type: string;
103307
103646
  };
103308
103647
  };
@@ -103379,6 +103718,7 @@ declare const _default: {
103379
103718
  properties: {
103380
103719
  customer_key: {
103381
103720
  description: string;
103721
+ minLength: number;
103382
103722
  type: string;
103383
103723
  };
103384
103724
  };
@@ -103449,6 +103789,7 @@ declare const _default: {
103449
103789
  properties: {
103450
103790
  customer_key: {
103451
103791
  description: string;
103792
+ minLength: number;
103452
103793
  type: string;
103453
103794
  };
103454
103795
  spaces: {
@@ -103461,6 +103802,7 @@ declare const _default: {
103461
103802
  };
103462
103803
  space_key: {
103463
103804
  description: string;
103805
+ minLength: number;
103464
103806
  type: string;
103465
103807
  };
103466
103808
  };
@@ -166275,6 +166617,28 @@ type Routes = {
166275
166617
  config?: {} | undefined;
166276
166618
  } | undefined;
166277
166619
  } | undefined;
166620
+ climate_rules?: {
166621
+ rules: {
166622
+ reservation_created?: {
166623
+ enabled: boolean;
166624
+ occupied_preset_key?: string | undefined;
166625
+ fallback_preset?: {
166626
+ mode: 'heat' | 'cool' | 'auto';
166627
+ temperature: number;
166628
+ temperature_unit: 'celsius' | 'fahrenheit';
166629
+ fan_mode: 'on' | 'auto' | 'circulate';
166630
+ is_override_allowed: boolean;
166631
+ override_period_minutes: number;
166632
+ } | undefined;
166633
+ } | undefined;
166634
+ update_on_time_change?: {
166635
+ enabled: boolean;
166636
+ } | undefined;
166637
+ delete_on_reservation_end?: {
166638
+ enabled: boolean;
166639
+ } | undefined;
166640
+ };
166641
+ } | undefined;
166278
166642
  };
166279
166643
  };
166280
166644
  '/seam/customer/v1/automations/update': {
@@ -166308,6 +166672,29 @@ type Routes = {
166308
166672
  config?: {} | undefined;
166309
166673
  } | undefined;
166310
166674
  } | undefined;
166675
+ /** Climate automation rules configuration. */
166676
+ climate_rules?: {
166677
+ rules?: {
166678
+ reservation_created?: {
166679
+ enabled: boolean;
166680
+ occupied_preset_key?: string | undefined;
166681
+ fallback_preset?: {
166682
+ mode: 'heat' | 'cool' | 'auto';
166683
+ temperature: number;
166684
+ temperature_unit: 'celsius' | 'fahrenheit';
166685
+ fan_mode: 'on' | 'auto' | 'circulate';
166686
+ is_override_allowed: boolean;
166687
+ override_period_minutes: number;
166688
+ } | undefined;
166689
+ } | undefined;
166690
+ update_on_time_change?: {
166691
+ enabled: boolean;
166692
+ } | undefined;
166693
+ delete_on_reservation_end?: {
166694
+ enabled: boolean;
166695
+ } | undefined;
166696
+ } | undefined;
166697
+ } | undefined;
166311
166698
  };
166312
166699
  commonParams: {};
166313
166700
  formData: {};