@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
@@ -17661,6 +17661,7 @@ declare const _default: {
17661
17661
  properties: {
17662
17662
  access_grant_key: {
17663
17663
  description: string;
17664
+ minLength: number;
17664
17665
  type: string;
17665
17666
  };
17666
17667
  acs_entrance_ids: {
@@ -17772,6 +17773,7 @@ declare const _default: {
17772
17773
  space_keys: {
17773
17774
  description: string;
17774
17775
  items: {
17776
+ minLength: number;
17775
17777
  type: string;
17776
17778
  };
17777
17779
  type: string;
@@ -29274,6 +29276,7 @@ declare const _default: {
29274
29276
  };
29275
29277
  customer_key: {
29276
29278
  description: string;
29279
+ minLength: number;
29277
29280
  type: string;
29278
29281
  };
29279
29282
  expires_at: {
@@ -29393,6 +29396,7 @@ declare const _default: {
29393
29396
  };
29394
29397
  customer_key: {
29395
29398
  description: string;
29399
+ minLength: number;
29396
29400
  type: string;
29397
29401
  };
29398
29402
  expires_at: {
@@ -30346,6 +30350,7 @@ declare const _default: {
30346
30350
  };
30347
30351
  customer_key: {
30348
30352
  description: string;
30353
+ minLength: number;
30349
30354
  type: string;
30350
30355
  };
30351
30356
  device_selection_mode: {
@@ -32186,6 +32191,7 @@ declare const _default: {
32186
32191
  properties: {
32187
32192
  access_grant_key: {
32188
32193
  description: string;
32194
+ minLength: number;
32189
32195
  type: string;
32190
32196
  };
32191
32197
  building_keys: {
@@ -32292,6 +32298,7 @@ declare const _default: {
32292
32298
  properties: {
32293
32299
  booking_key: {
32294
32300
  description: string;
32301
+ minLength: number;
32295
32302
  type: string;
32296
32303
  };
32297
32304
  building_keys: {
@@ -32398,6 +32405,7 @@ declare const _default: {
32398
32405
  properties: {
32399
32406
  building_key: {
32400
32407
  description: string;
32408
+ minLength: number;
32401
32409
  type: string;
32402
32410
  };
32403
32411
  name: {
@@ -32416,6 +32424,7 @@ declare const _default: {
32416
32424
  properties: {
32417
32425
  common_area_key: {
32418
32426
  description: string;
32427
+ minLength: number;
32419
32428
  type: string;
32420
32429
  };
32421
32430
  name: {
@@ -32424,6 +32433,7 @@ declare const _default: {
32424
32433
  };
32425
32434
  parent_site_key: {
32426
32435
  description: string;
32436
+ minLength: number;
32427
32437
  type: string;
32428
32438
  };
32429
32439
  };
@@ -32434,6 +32444,7 @@ declare const _default: {
32434
32444
  };
32435
32445
  customer_key: {
32436
32446
  description: string;
32447
+ minLength: number;
32437
32448
  type: string;
32438
32449
  };
32439
32450
  facilities: {
@@ -32442,6 +32453,7 @@ declare const _default: {
32442
32453
  properties: {
32443
32454
  facility_key: {
32444
32455
  description: string;
32456
+ minLength: number;
32445
32457
  type: string;
32446
32458
  };
32447
32459
  name: {
@@ -32464,6 +32476,7 @@ declare const _default: {
32464
32476
  };
32465
32477
  guest_key: {
32466
32478
  description: string;
32479
+ minLength: number;
32467
32480
  type: string;
32468
32481
  };
32469
32482
  name: {
@@ -32486,6 +32499,7 @@ declare const _default: {
32486
32499
  properties: {
32487
32500
  listing_key: {
32488
32501
  description: string;
32502
+ minLength: number;
32489
32503
  type: string;
32490
32504
  };
32491
32505
  name: {
@@ -32508,6 +32522,7 @@ declare const _default: {
32508
32522
  };
32509
32523
  property_key: {
32510
32524
  description: string;
32525
+ minLength: number;
32511
32526
  type: string;
32512
32527
  };
32513
32528
  };
@@ -32526,6 +32541,7 @@ declare const _default: {
32526
32541
  };
32527
32542
  property_listing_key: {
32528
32543
  description: string;
32544
+ minLength: number;
32529
32545
  type: string;
32530
32546
  };
32531
32547
  };
@@ -32591,6 +32607,7 @@ declare const _default: {
32591
32607
  };
32592
32608
  reservation_key: {
32593
32609
  description: string;
32610
+ minLength: number;
32594
32611
  type: string;
32595
32612
  };
32596
32613
  resident_key: {
@@ -32658,6 +32675,7 @@ declare const _default: {
32658
32675
  };
32659
32676
  resident_key: {
32660
32677
  description: string;
32678
+ minLength: number;
32661
32679
  type: string;
32662
32680
  };
32663
32681
  };
@@ -32676,10 +32694,12 @@ declare const _default: {
32676
32694
  };
32677
32695
  parent_site_key: {
32678
32696
  description: string;
32697
+ minLength: number;
32679
32698
  type: string;
32680
32699
  };
32681
32700
  room_key: {
32682
32701
  description: string;
32702
+ minLength: number;
32683
32703
  type: string;
32684
32704
  };
32685
32705
  };
@@ -32698,6 +32718,7 @@ declare const _default: {
32698
32718
  };
32699
32719
  site_key: {
32700
32720
  description: string;
32721
+ minLength: number;
32701
32722
  type: string;
32702
32723
  };
32703
32724
  };
@@ -32716,6 +32737,7 @@ declare const _default: {
32716
32737
  };
32717
32738
  space_key: {
32718
32739
  description: string;
32740
+ minLength: number;
32719
32741
  type: string;
32720
32742
  };
32721
32743
  };
@@ -32777,6 +32799,7 @@ declare const _default: {
32777
32799
  };
32778
32800
  tenant_key: {
32779
32801
  description: string;
32802
+ minLength: number;
32780
32803
  type: string;
32781
32804
  };
32782
32805
  };
@@ -32795,10 +32818,12 @@ declare const _default: {
32795
32818
  };
32796
32819
  parent_site_key: {
32797
32820
  description: string;
32821
+ minLength: number;
32798
32822
  type: string;
32799
32823
  };
32800
32824
  unit_key: {
32801
32825
  description: string;
32826
+ minLength: number;
32802
32827
  type: string;
32803
32828
  };
32804
32829
  };
@@ -32825,6 +32850,7 @@ declare const _default: {
32825
32850
  };
32826
32851
  user_identity_key: {
32827
32852
  description: string;
32853
+ minLength: number;
32828
32854
  type: string;
32829
32855
  };
32830
32856
  };
@@ -32851,6 +32877,7 @@ declare const _default: {
32851
32877
  };
32852
32878
  user_key: {
32853
32879
  description: string;
32880
+ minLength: number;
32854
32881
  type: string;
32855
32882
  };
32856
32883
  };
@@ -33183,6 +33210,7 @@ declare const _default: {
33183
33210
  properties: {
33184
33211
  access_grant_key: {
33185
33212
  description: string;
33213
+ minLength: number;
33186
33214
  type: string;
33187
33215
  };
33188
33216
  building_keys: {
@@ -33289,6 +33317,7 @@ declare const _default: {
33289
33317
  properties: {
33290
33318
  booking_key: {
33291
33319
  description: string;
33320
+ minLength: number;
33292
33321
  type: string;
33293
33322
  };
33294
33323
  building_keys: {
@@ -33395,6 +33424,7 @@ declare const _default: {
33395
33424
  properties: {
33396
33425
  building_key: {
33397
33426
  description: string;
33427
+ minLength: number;
33398
33428
  type: string;
33399
33429
  };
33400
33430
  name: {
@@ -33413,6 +33443,7 @@ declare const _default: {
33413
33443
  properties: {
33414
33444
  common_area_key: {
33415
33445
  description: string;
33446
+ minLength: number;
33416
33447
  type: string;
33417
33448
  };
33418
33449
  name: {
@@ -33421,6 +33452,7 @@ declare const _default: {
33421
33452
  };
33422
33453
  parent_site_key: {
33423
33454
  description: string;
33455
+ minLength: number;
33424
33456
  type: string;
33425
33457
  };
33426
33458
  };
@@ -33431,6 +33463,7 @@ declare const _default: {
33431
33463
  };
33432
33464
  customer_key: {
33433
33465
  description: string;
33466
+ minLength: number;
33434
33467
  type: string;
33435
33468
  };
33436
33469
  facilities: {
@@ -33439,6 +33472,7 @@ declare const _default: {
33439
33472
  properties: {
33440
33473
  facility_key: {
33441
33474
  description: string;
33475
+ minLength: number;
33442
33476
  type: string;
33443
33477
  };
33444
33478
  name: {
@@ -33461,6 +33495,7 @@ declare const _default: {
33461
33495
  };
33462
33496
  guest_key: {
33463
33497
  description: string;
33498
+ minLength: number;
33464
33499
  type: string;
33465
33500
  };
33466
33501
  name: {
@@ -33483,6 +33518,7 @@ declare const _default: {
33483
33518
  properties: {
33484
33519
  listing_key: {
33485
33520
  description: string;
33521
+ minLength: number;
33486
33522
  type: string;
33487
33523
  };
33488
33524
  name: {
@@ -33505,6 +33541,7 @@ declare const _default: {
33505
33541
  };
33506
33542
  property_key: {
33507
33543
  description: string;
33544
+ minLength: number;
33508
33545
  type: string;
33509
33546
  };
33510
33547
  };
@@ -33523,6 +33560,7 @@ declare const _default: {
33523
33560
  };
33524
33561
  property_listing_key: {
33525
33562
  description: string;
33563
+ minLength: number;
33526
33564
  type: string;
33527
33565
  };
33528
33566
  };
@@ -33588,6 +33626,7 @@ declare const _default: {
33588
33626
  };
33589
33627
  reservation_key: {
33590
33628
  description: string;
33629
+ minLength: number;
33591
33630
  type: string;
33592
33631
  };
33593
33632
  resident_key: {
@@ -33655,6 +33694,7 @@ declare const _default: {
33655
33694
  };
33656
33695
  resident_key: {
33657
33696
  description: string;
33697
+ minLength: number;
33658
33698
  type: string;
33659
33699
  };
33660
33700
  };
@@ -33673,10 +33713,12 @@ declare const _default: {
33673
33713
  };
33674
33714
  parent_site_key: {
33675
33715
  description: string;
33716
+ minLength: number;
33676
33717
  type: string;
33677
33718
  };
33678
33719
  room_key: {
33679
33720
  description: string;
33721
+ minLength: number;
33680
33722
  type: string;
33681
33723
  };
33682
33724
  };
@@ -33695,6 +33737,7 @@ declare const _default: {
33695
33737
  };
33696
33738
  site_key: {
33697
33739
  description: string;
33740
+ minLength: number;
33698
33741
  type: string;
33699
33742
  };
33700
33743
  };
@@ -33713,6 +33756,7 @@ declare const _default: {
33713
33756
  };
33714
33757
  space_key: {
33715
33758
  description: string;
33759
+ minLength: number;
33716
33760
  type: string;
33717
33761
  };
33718
33762
  };
@@ -33774,6 +33818,7 @@ declare const _default: {
33774
33818
  };
33775
33819
  tenant_key: {
33776
33820
  description: string;
33821
+ minLength: number;
33777
33822
  type: string;
33778
33823
  };
33779
33824
  };
@@ -33792,10 +33837,12 @@ declare const _default: {
33792
33837
  };
33793
33838
  parent_site_key: {
33794
33839
  description: string;
33840
+ minLength: number;
33795
33841
  type: string;
33796
33842
  };
33797
33843
  unit_key: {
33798
33844
  description: string;
33845
+ minLength: number;
33799
33846
  type: string;
33800
33847
  };
33801
33848
  };
@@ -33822,6 +33869,7 @@ declare const _default: {
33822
33869
  };
33823
33870
  user_identity_key: {
33824
33871
  description: string;
33872
+ minLength: number;
33825
33873
  type: string;
33826
33874
  };
33827
33875
  };
@@ -33848,6 +33896,7 @@ declare const _default: {
33848
33896
  };
33849
33897
  user_key: {
33850
33898
  description: string;
33899
+ minLength: number;
33851
33900
  type: string;
33852
33901
  };
33853
33902
  };
@@ -41975,6 +42024,76 @@ declare const _default: {
41975
42024
  };
41976
42025
  type: string;
41977
42026
  };
42027
+ climate_rules: {
42028
+ properties: {
42029
+ rules: {
42030
+ properties: {
42031
+ delete_on_reservation_end: {
42032
+ properties: {
42033
+ enabled: {
42034
+ type: string;
42035
+ };
42036
+ };
42037
+ required: string[];
42038
+ type: string;
42039
+ };
42040
+ reservation_created: {
42041
+ properties: {
42042
+ enabled: {
42043
+ type: string;
42044
+ };
42045
+ fallback_preset: {
42046
+ properties: {
42047
+ fan_mode: {
42048
+ enum: string[];
42049
+ type: string;
42050
+ };
42051
+ is_override_allowed: {
42052
+ type: string;
42053
+ };
42054
+ mode: {
42055
+ enum: string[];
42056
+ type: string;
42057
+ };
42058
+ override_period_minutes: {
42059
+ format: string;
42060
+ type: string;
42061
+ };
42062
+ temperature: {
42063
+ format: string;
42064
+ type: string;
42065
+ };
42066
+ temperature_unit: {
42067
+ enum: string[];
42068
+ type: string;
42069
+ };
42070
+ };
42071
+ required: string[];
42072
+ type: string;
42073
+ };
42074
+ occupied_preset_key: {
42075
+ type: string;
42076
+ };
42077
+ };
42078
+ required: string[];
42079
+ type: string;
42080
+ };
42081
+ update_on_time_change: {
42082
+ properties: {
42083
+ enabled: {
42084
+ type: string;
42085
+ };
42086
+ };
42087
+ required: string[];
42088
+ type: string;
42089
+ };
42090
+ };
42091
+ type: string;
42092
+ };
42093
+ };
42094
+ required: string[];
42095
+ type: string;
42096
+ };
41978
42097
  ok: {
41979
42098
  type: string;
41980
42099
  };
@@ -42108,6 +42227,76 @@ declare const _default: {
42108
42227
  };
42109
42228
  type: string;
42110
42229
  };
42230
+ climate_rules: {
42231
+ properties: {
42232
+ rules: {
42233
+ properties: {
42234
+ delete_on_reservation_end: {
42235
+ properties: {
42236
+ enabled: {
42237
+ type: string;
42238
+ };
42239
+ };
42240
+ required: string[];
42241
+ type: string;
42242
+ };
42243
+ reservation_created: {
42244
+ properties: {
42245
+ enabled: {
42246
+ type: string;
42247
+ };
42248
+ fallback_preset: {
42249
+ properties: {
42250
+ fan_mode: {
42251
+ enum: string[];
42252
+ type: string;
42253
+ };
42254
+ is_override_allowed: {
42255
+ type: string;
42256
+ };
42257
+ mode: {
42258
+ enum: string[];
42259
+ type: string;
42260
+ };
42261
+ override_period_minutes: {
42262
+ format: string;
42263
+ type: string;
42264
+ };
42265
+ temperature: {
42266
+ format: string;
42267
+ type: string;
42268
+ };
42269
+ temperature_unit: {
42270
+ enum: string[];
42271
+ type: string;
42272
+ };
42273
+ };
42274
+ required: string[];
42275
+ type: string;
42276
+ };
42277
+ occupied_preset_key: {
42278
+ type: string;
42279
+ };
42280
+ };
42281
+ required: string[];
42282
+ type: string;
42283
+ };
42284
+ update_on_time_change: {
42285
+ properties: {
42286
+ enabled: {
42287
+ type: string;
42288
+ };
42289
+ };
42290
+ required: string[];
42291
+ type: string;
42292
+ };
42293
+ };
42294
+ type: string;
42295
+ };
42296
+ };
42297
+ required: string[];
42298
+ type: string;
42299
+ };
42111
42300
  ok: {
42112
42301
  type: string;
42113
42302
  };
@@ -42247,6 +42436,76 @@ declare const _default: {
42247
42436
  };
42248
42437
  type: string;
42249
42438
  };
42439
+ climate_rules: {
42440
+ description: string;
42441
+ properties: {
42442
+ rules: {
42443
+ properties: {
42444
+ delete_on_reservation_end: {
42445
+ properties: {
42446
+ enabled: {
42447
+ type: string;
42448
+ };
42449
+ };
42450
+ required: string[];
42451
+ type: string;
42452
+ };
42453
+ reservation_created: {
42454
+ properties: {
42455
+ enabled: {
42456
+ type: string;
42457
+ };
42458
+ fallback_preset: {
42459
+ properties: {
42460
+ fan_mode: {
42461
+ enum: string[];
42462
+ type: string;
42463
+ };
42464
+ is_override_allowed: {
42465
+ type: string;
42466
+ };
42467
+ mode: {
42468
+ enum: string[];
42469
+ type: string;
42470
+ };
42471
+ override_period_minutes: {
42472
+ format: string;
42473
+ type: string;
42474
+ };
42475
+ temperature: {
42476
+ format: string;
42477
+ type: string;
42478
+ };
42479
+ temperature_unit: {
42480
+ enum: string[];
42481
+ type: string;
42482
+ };
42483
+ };
42484
+ required: string[];
42485
+ type: string;
42486
+ };
42487
+ occupied_preset_key: {
42488
+ type: string;
42489
+ };
42490
+ };
42491
+ required: string[];
42492
+ type: string;
42493
+ };
42494
+ update_on_time_change: {
42495
+ properties: {
42496
+ enabled: {
42497
+ type: string;
42498
+ };
42499
+ };
42500
+ required: string[];
42501
+ type: string;
42502
+ };
42503
+ };
42504
+ type: string;
42505
+ };
42506
+ };
42507
+ type: string;
42508
+ };
42250
42509
  };
42251
42510
  type: string;
42252
42511
  };
@@ -42396,6 +42655,76 @@ declare const _default: {
42396
42655
  };
42397
42656
  type: string;
42398
42657
  };
42658
+ climate_rules: {
42659
+ description: string;
42660
+ properties: {
42661
+ rules: {
42662
+ properties: {
42663
+ delete_on_reservation_end: {
42664
+ properties: {
42665
+ enabled: {
42666
+ type: string;
42667
+ };
42668
+ };
42669
+ required: string[];
42670
+ type: string;
42671
+ };
42672
+ reservation_created: {
42673
+ properties: {
42674
+ enabled: {
42675
+ type: string;
42676
+ };
42677
+ fallback_preset: {
42678
+ properties: {
42679
+ fan_mode: {
42680
+ enum: string[];
42681
+ type: string;
42682
+ };
42683
+ is_override_allowed: {
42684
+ type: string;
42685
+ };
42686
+ mode: {
42687
+ enum: string[];
42688
+ type: string;
42689
+ };
42690
+ override_period_minutes: {
42691
+ format: string;
42692
+ type: string;
42693
+ };
42694
+ temperature: {
42695
+ format: string;
42696
+ type: string;
42697
+ };
42698
+ temperature_unit: {
42699
+ enum: string[];
42700
+ type: string;
42701
+ };
42702
+ };
42703
+ required: string[];
42704
+ type: string;
42705
+ };
42706
+ occupied_preset_key: {
42707
+ type: string;
42708
+ };
42709
+ };
42710
+ required: string[];
42711
+ type: string;
42712
+ };
42713
+ update_on_time_change: {
42714
+ properties: {
42715
+ enabled: {
42716
+ type: string;
42717
+ };
42718
+ };
42719
+ required: string[];
42720
+ type: string;
42721
+ };
42722
+ };
42723
+ type: string;
42724
+ };
42725
+ };
42726
+ type: string;
42727
+ };
42399
42728
  };
42400
42729
  type: string;
42401
42730
  };
@@ -46167,6 +46496,7 @@ declare const _default: {
46167
46496
  };
46168
46497
  customer_key: {
46169
46498
  description: string;
46499
+ minLength: number;
46170
46500
  type: string;
46171
46501
  };
46172
46502
  device_ids: {
@@ -47365,6 +47695,7 @@ declare const _default: {
47365
47695
  };
47366
47696
  customer_key: {
47367
47697
  description: string;
47698
+ minLength: number;
47368
47699
  type: string;
47369
47700
  };
47370
47701
  device_ids: {
@@ -47469,6 +47800,7 @@ declare const _default: {
47469
47800
  };
47470
47801
  customer_key: {
47471
47802
  description: string;
47803
+ minLength: number;
47472
47804
  type: string;
47473
47805
  };
47474
47806
  device_ids: {
@@ -51330,6 +51662,7 @@ declare const _default: {
51330
51662
  properties: {
51331
51663
  customer_key: {
51332
51664
  description: string;
51665
+ minLength: number;
51333
51666
  type: string;
51334
51667
  };
51335
51668
  };
@@ -51401,6 +51734,7 @@ declare const _default: {
51401
51734
  description: string;
51402
51735
  enum: string[];
51403
51736
  type: string;
51737
+ minLength?: never;
51404
51738
  items?: never;
51405
51739
  };
51406
51740
  } | {
@@ -51409,6 +51743,7 @@ declare const _default: {
51409
51743
  required: boolean;
51410
51744
  schema: {
51411
51745
  description: string;
51746
+ minLength: number;
51412
51747
  type: string;
51413
51748
  enum?: never;
51414
51749
  items?: never;
@@ -51427,6 +51762,7 @@ declare const _default: {
51427
51762
  };
51428
51763
  space_key: {
51429
51764
  description: string;
51765
+ minLength: number;
51430
51766
  type: string;
51431
51767
  };
51432
51768
  };
@@ -51435,6 +51771,7 @@ declare const _default: {
51435
51771
  };
51436
51772
  type: string;
51437
51773
  enum?: never;
51774
+ minLength?: never;
51438
51775
  };
51439
51776
  })[];
51440
51777
  responses: {
@@ -51501,6 +51838,7 @@ declare const _default: {
51501
51838
  };
51502
51839
  customer_key: {
51503
51840
  description: string;
51841
+ minLength: number;
51504
51842
  type: string;
51505
51843
  };
51506
51844
  spaces: {
@@ -51513,6 +51851,7 @@ declare const _default: {
51513
51851
  };
51514
51852
  space_key: {
51515
51853
  description: string;
51854
+ minLength: number;
51516
51855
  type: string;
51517
51856
  };
51518
51857
  };
@@ -51589,6 +51928,7 @@ declare const _default: {
51589
51928
  properties: {
51590
51929
  customer_key: {
51591
51930
  description: string;
51931
+ minLength: number;
51592
51932
  type: string;
51593
51933
  };
51594
51934
  };
@@ -51659,6 +51999,7 @@ declare const _default: {
51659
51999
  properties: {
51660
52000
  customer_key: {
51661
52001
  description: string;
52002
+ minLength: number;
51662
52003
  type: string;
51663
52004
  };
51664
52005
  spaces: {
@@ -51671,6 +52012,7 @@ declare const _default: {
51671
52012
  };
51672
52013
  space_key: {
51673
52014
  description: string;
52015
+ minLength: number;
51674
52016
  type: string;
51675
52017
  };
51676
52018
  };