@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
@@ -25613,6 +25613,7 @@ export default {
25613
25613
  properties: {
25614
25614
  access_grant_key: {
25615
25615
  description: 'Unique key for the access grant within the workspace.',
25616
+ minLength: 1,
25616
25617
  type: 'string',
25617
25618
  },
25618
25619
  acs_entrance_ids: {
@@ -25705,7 +25706,7 @@ export default {
25705
25706
  },
25706
25707
  space_keys: {
25707
25708
  description: 'Set of keys of existing spaces to which access is being granted.',
25708
- items: { type: 'string' },
25709
+ items: { minLength: 1, type: 'string' },
25709
25710
  type: 'array',
25710
25711
  },
25711
25712
  starts_at: {
@@ -35399,6 +35400,7 @@ export default {
35399
35400
  },
35400
35401
  customer_key: {
35401
35402
  description: 'Customer key that you want to associate with the new client session.',
35403
+ minLength: 1,
35402
35404
  type: 'string',
35403
35405
  },
35404
35406
  expires_at: {
@@ -35490,6 +35492,7 @@ export default {
35490
35492
  },
35491
35493
  customer_key: {
35492
35494
  description: 'Customer key that you want to associate with the new client session.',
35495
+ minLength: 1,
35493
35496
  type: 'string',
35494
35497
  },
35495
35498
  expires_at: {
@@ -36323,6 +36326,7 @@ export default {
36323
36326
  },
36324
36327
  customer_key: {
36325
36328
  description: 'Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error.',
36329
+ minLength: 1,
36326
36330
  type: 'string',
36327
36331
  },
36328
36332
  device_selection_mode: {
@@ -37655,6 +37659,7 @@ export default {
37655
37659
  properties: {
37656
37660
  access_grant_key: {
37657
37661
  description: 'Your unique identifier for the access grant.',
37662
+ minLength: 1,
37658
37663
  type: 'string',
37659
37664
  },
37660
37665
  building_keys: {
@@ -37745,6 +37750,7 @@ export default {
37745
37750
  properties: {
37746
37751
  booking_key: {
37747
37752
  description: 'Your unique identifier for the booking.',
37753
+ minLength: 1,
37748
37754
  type: 'string',
37749
37755
  },
37750
37756
  building_keys: {
@@ -37835,6 +37841,7 @@ export default {
37835
37841
  properties: {
37836
37842
  building_key: {
37837
37843
  description: 'Your unique identifier for the building.',
37844
+ minLength: 1,
37838
37845
  type: 'string',
37839
37846
  },
37840
37847
  name: {
@@ -37853,6 +37860,7 @@ export default {
37853
37860
  properties: {
37854
37861
  common_area_key: {
37855
37862
  description: 'Your unique identifier for the common area.',
37863
+ minLength: 1,
37856
37864
  type: 'string',
37857
37865
  },
37858
37866
  name: {
@@ -37861,6 +37869,7 @@ export default {
37861
37869
  },
37862
37870
  parent_site_key: {
37863
37871
  description: 'Your unique identifier for the site.',
37872
+ minLength: 1,
37864
37873
  type: 'string',
37865
37874
  },
37866
37875
  },
@@ -37871,6 +37880,7 @@ export default {
37871
37880
  },
37872
37881
  customer_key: {
37873
37882
  description: 'Your unique identifier for the customer.',
37883
+ minLength: 1,
37874
37884
  type: 'string',
37875
37885
  },
37876
37886
  facilities: {
@@ -37879,6 +37889,7 @@ export default {
37879
37889
  properties: {
37880
37890
  facility_key: {
37881
37891
  description: 'Your unique identifier for the facility.',
37892
+ minLength: 1,
37882
37893
  type: 'string',
37883
37894
  },
37884
37895
  name: {
@@ -37901,6 +37912,7 @@ export default {
37901
37912
  },
37902
37913
  guest_key: {
37903
37914
  description: 'Your unique identifier for the guest.',
37915
+ minLength: 1,
37904
37916
  type: 'string',
37905
37917
  },
37906
37918
  name: {
@@ -37923,6 +37935,7 @@ export default {
37923
37935
  properties: {
37924
37936
  listing_key: {
37925
37937
  description: 'Your unique identifier for the listing.',
37938
+ minLength: 1,
37926
37939
  type: 'string',
37927
37940
  },
37928
37941
  name: {
@@ -37945,6 +37958,7 @@ export default {
37945
37958
  },
37946
37959
  property_key: {
37947
37960
  description: 'Your unique identifier for the property.',
37961
+ minLength: 1,
37948
37962
  type: 'string',
37949
37963
  },
37950
37964
  },
@@ -37963,6 +37977,7 @@ export default {
37963
37977
  },
37964
37978
  property_listing_key: {
37965
37979
  description: 'Your unique identifier for the property listing.',
37980
+ minLength: 1,
37966
37981
  type: 'string',
37967
37982
  },
37968
37983
  },
@@ -38018,6 +38033,7 @@ export default {
38018
38033
  },
38019
38034
  reservation_key: {
38020
38035
  description: 'Your unique identifier for the reservation.',
38036
+ minLength: 1,
38021
38037
  type: 'string',
38022
38038
  },
38023
38039
  resident_key: {
@@ -38079,6 +38095,7 @@ export default {
38079
38095
  },
38080
38096
  resident_key: {
38081
38097
  description: 'Your unique identifier for the resident.',
38098
+ minLength: 1,
38082
38099
  type: 'string',
38083
38100
  },
38084
38101
  },
@@ -38097,10 +38114,12 @@ export default {
38097
38114
  },
38098
38115
  parent_site_key: {
38099
38116
  description: 'Your unique identifier for the site.',
38117
+ minLength: 1,
38100
38118
  type: 'string',
38101
38119
  },
38102
38120
  room_key: {
38103
38121
  description: 'Your unique identifier for the room.',
38122
+ minLength: 1,
38104
38123
  type: 'string',
38105
38124
  },
38106
38125
  },
@@ -38119,6 +38138,7 @@ export default {
38119
38138
  },
38120
38139
  site_key: {
38121
38140
  description: 'Your unique identifier for the site.',
38141
+ minLength: 1,
38122
38142
  type: 'string',
38123
38143
  },
38124
38144
  },
@@ -38137,6 +38157,7 @@ export default {
38137
38157
  },
38138
38158
  space_key: {
38139
38159
  description: 'Your unique identifier for the space.',
38160
+ minLength: 1,
38140
38161
  type: 'string',
38141
38162
  },
38142
38163
  },
@@ -38200,6 +38221,7 @@ export default {
38200
38221
  },
38201
38222
  tenant_key: {
38202
38223
  description: 'Your unique identifier for the tenant.',
38224
+ minLength: 1,
38203
38225
  type: 'string',
38204
38226
  },
38205
38227
  },
@@ -38218,10 +38240,12 @@ export default {
38218
38240
  },
38219
38241
  parent_site_key: {
38220
38242
  description: 'Your unique identifier for the site.',
38243
+ minLength: 1,
38221
38244
  type: 'string',
38222
38245
  },
38223
38246
  unit_key: {
38224
38247
  description: 'Your unique identifier for the unit.',
38248
+ minLength: 1,
38225
38249
  type: 'string',
38226
38250
  },
38227
38251
  },
@@ -38248,6 +38272,7 @@ export default {
38248
38272
  },
38249
38273
  user_identity_key: {
38250
38274
  description: 'Your unique identifier for the user identity.',
38275
+ minLength: 1,
38251
38276
  type: 'string',
38252
38277
  },
38253
38278
  },
@@ -38274,6 +38299,7 @@ export default {
38274
38299
  },
38275
38300
  user_key: {
38276
38301
  description: 'Your unique identifier for the user.',
38302
+ minLength: 1,
38277
38303
  type: 'string',
38278
38304
  },
38279
38305
  },
@@ -38671,6 +38697,7 @@ export default {
38671
38697
  properties: {
38672
38698
  access_grant_key: {
38673
38699
  description: 'Your unique identifier for the access grant.',
38700
+ minLength: 1,
38674
38701
  type: 'string',
38675
38702
  },
38676
38703
  building_keys: {
@@ -38761,6 +38788,7 @@ export default {
38761
38788
  properties: {
38762
38789
  booking_key: {
38763
38790
  description: 'Your unique identifier for the booking.',
38791
+ minLength: 1,
38764
38792
  type: 'string',
38765
38793
  },
38766
38794
  building_keys: {
@@ -38851,6 +38879,7 @@ export default {
38851
38879
  properties: {
38852
38880
  building_key: {
38853
38881
  description: 'Your unique identifier for the building.',
38882
+ minLength: 1,
38854
38883
  type: 'string',
38855
38884
  },
38856
38885
  name: {
@@ -38869,6 +38898,7 @@ export default {
38869
38898
  properties: {
38870
38899
  common_area_key: {
38871
38900
  description: 'Your unique identifier for the common area.',
38901
+ minLength: 1,
38872
38902
  type: 'string',
38873
38903
  },
38874
38904
  name: {
@@ -38877,6 +38907,7 @@ export default {
38877
38907
  },
38878
38908
  parent_site_key: {
38879
38909
  description: 'Your unique identifier for the site.',
38910
+ minLength: 1,
38880
38911
  type: 'string',
38881
38912
  },
38882
38913
  },
@@ -38887,6 +38918,7 @@ export default {
38887
38918
  },
38888
38919
  customer_key: {
38889
38920
  description: 'Your unique identifier for the customer.',
38921
+ minLength: 1,
38890
38922
  type: 'string',
38891
38923
  },
38892
38924
  facilities: {
@@ -38895,6 +38927,7 @@ export default {
38895
38927
  properties: {
38896
38928
  facility_key: {
38897
38929
  description: 'Your unique identifier for the facility.',
38930
+ minLength: 1,
38898
38931
  type: 'string',
38899
38932
  },
38900
38933
  name: {
@@ -38917,6 +38950,7 @@ export default {
38917
38950
  },
38918
38951
  guest_key: {
38919
38952
  description: 'Your unique identifier for the guest.',
38953
+ minLength: 1,
38920
38954
  type: 'string',
38921
38955
  },
38922
38956
  name: {
@@ -38939,6 +38973,7 @@ export default {
38939
38973
  properties: {
38940
38974
  listing_key: {
38941
38975
  description: 'Your unique identifier for the listing.',
38976
+ minLength: 1,
38942
38977
  type: 'string',
38943
38978
  },
38944
38979
  name: {
@@ -38961,6 +38996,7 @@ export default {
38961
38996
  },
38962
38997
  property_key: {
38963
38998
  description: 'Your unique identifier for the property.',
38999
+ minLength: 1,
38964
39000
  type: 'string',
38965
39001
  },
38966
39002
  },
@@ -38979,6 +39015,7 @@ export default {
38979
39015
  },
38980
39016
  property_listing_key: {
38981
39017
  description: 'Your unique identifier for the property listing.',
39018
+ minLength: 1,
38982
39019
  type: 'string',
38983
39020
  },
38984
39021
  },
@@ -39034,6 +39071,7 @@ export default {
39034
39071
  },
39035
39072
  reservation_key: {
39036
39073
  description: 'Your unique identifier for the reservation.',
39074
+ minLength: 1,
39037
39075
  type: 'string',
39038
39076
  },
39039
39077
  resident_key: {
@@ -39095,6 +39133,7 @@ export default {
39095
39133
  },
39096
39134
  resident_key: {
39097
39135
  description: 'Your unique identifier for the resident.',
39136
+ minLength: 1,
39098
39137
  type: 'string',
39099
39138
  },
39100
39139
  },
@@ -39113,10 +39152,12 @@ export default {
39113
39152
  },
39114
39153
  parent_site_key: {
39115
39154
  description: 'Your unique identifier for the site.',
39155
+ minLength: 1,
39116
39156
  type: 'string',
39117
39157
  },
39118
39158
  room_key: {
39119
39159
  description: 'Your unique identifier for the room.',
39160
+ minLength: 1,
39120
39161
  type: 'string',
39121
39162
  },
39122
39163
  },
@@ -39135,6 +39176,7 @@ export default {
39135
39176
  },
39136
39177
  site_key: {
39137
39178
  description: 'Your unique identifier for the site.',
39179
+ minLength: 1,
39138
39180
  type: 'string',
39139
39181
  },
39140
39182
  },
@@ -39153,6 +39195,7 @@ export default {
39153
39195
  },
39154
39196
  space_key: {
39155
39197
  description: 'Your unique identifier for the space.',
39198
+ minLength: 1,
39156
39199
  type: 'string',
39157
39200
  },
39158
39201
  },
@@ -39212,6 +39255,7 @@ export default {
39212
39255
  },
39213
39256
  tenant_key: {
39214
39257
  description: 'Your unique identifier for the tenant.',
39258
+ minLength: 1,
39215
39259
  type: 'string',
39216
39260
  },
39217
39261
  },
@@ -39230,10 +39274,12 @@ export default {
39230
39274
  },
39231
39275
  parent_site_key: {
39232
39276
  description: 'Your unique identifier for the site.',
39277
+ minLength: 1,
39233
39278
  type: 'string',
39234
39279
  },
39235
39280
  unit_key: {
39236
39281
  description: 'Your unique identifier for the unit.',
39282
+ minLength: 1,
39237
39283
  type: 'string',
39238
39284
  },
39239
39285
  },
@@ -39260,6 +39306,7 @@ export default {
39260
39306
  },
39261
39307
  user_identity_key: {
39262
39308
  description: 'Your unique identifier for the user identity.',
39309
+ minLength: 1,
39263
39310
  type: 'string',
39264
39311
  },
39265
39312
  },
@@ -39286,6 +39333,7 @@ export default {
39286
39333
  },
39287
39334
  user_key: {
39288
39335
  description: 'Your unique identifier for the user.',
39336
+ minLength: 1,
39289
39337
  type: 'string',
39290
39338
  },
39291
39339
  },
@@ -47256,6 +47304,69 @@ export default {
47256
47304
  },
47257
47305
  type: 'object',
47258
47306
  },
47307
+ climate_rules: {
47308
+ properties: {
47309
+ rules: {
47310
+ properties: {
47311
+ delete_on_reservation_end: {
47312
+ properties: { enabled: { type: 'boolean' } },
47313
+ required: ['enabled'],
47314
+ type: 'object',
47315
+ },
47316
+ reservation_created: {
47317
+ properties: {
47318
+ enabled: { type: 'boolean' },
47319
+ fallback_preset: {
47320
+ properties: {
47321
+ fan_mode: {
47322
+ enum: ['on', 'auto', 'circulate'],
47323
+ type: 'string',
47324
+ },
47325
+ is_override_allowed: { type: 'boolean' },
47326
+ mode: {
47327
+ enum: ['heat', 'cool', 'auto'],
47328
+ type: 'string',
47329
+ },
47330
+ override_period_minutes: {
47331
+ format: 'float',
47332
+ type: 'number',
47333
+ },
47334
+ temperature: {
47335
+ format: 'float',
47336
+ type: 'number',
47337
+ },
47338
+ temperature_unit: {
47339
+ enum: ['celsius', 'fahrenheit'],
47340
+ type: 'string',
47341
+ },
47342
+ },
47343
+ required: [
47344
+ 'mode',
47345
+ 'temperature',
47346
+ 'temperature_unit',
47347
+ 'fan_mode',
47348
+ 'is_override_allowed',
47349
+ 'override_period_minutes',
47350
+ ],
47351
+ type: 'object',
47352
+ },
47353
+ occupied_preset_key: { type: 'string' },
47354
+ },
47355
+ required: ['enabled'],
47356
+ type: 'object',
47357
+ },
47358
+ update_on_time_change: {
47359
+ properties: { enabled: { type: 'boolean' } },
47360
+ required: ['enabled'],
47361
+ type: 'object',
47362
+ },
47363
+ },
47364
+ type: 'object',
47365
+ },
47366
+ },
47367
+ required: ['rules'],
47368
+ type: 'object',
47369
+ },
47259
47370
  ok: { type: 'boolean' },
47260
47371
  },
47261
47372
  required: ['ok'],
@@ -47382,6 +47493,69 @@ export default {
47382
47493
  },
47383
47494
  type: 'object',
47384
47495
  },
47496
+ climate_rules: {
47497
+ properties: {
47498
+ rules: {
47499
+ properties: {
47500
+ delete_on_reservation_end: {
47501
+ properties: { enabled: { type: 'boolean' } },
47502
+ required: ['enabled'],
47503
+ type: 'object',
47504
+ },
47505
+ reservation_created: {
47506
+ properties: {
47507
+ enabled: { type: 'boolean' },
47508
+ fallback_preset: {
47509
+ properties: {
47510
+ fan_mode: {
47511
+ enum: ['on', 'auto', 'circulate'],
47512
+ type: 'string',
47513
+ },
47514
+ is_override_allowed: { type: 'boolean' },
47515
+ mode: {
47516
+ enum: ['heat', 'cool', 'auto'],
47517
+ type: 'string',
47518
+ },
47519
+ override_period_minutes: {
47520
+ format: 'float',
47521
+ type: 'number',
47522
+ },
47523
+ temperature: {
47524
+ format: 'float',
47525
+ type: 'number',
47526
+ },
47527
+ temperature_unit: {
47528
+ enum: ['celsius', 'fahrenheit'],
47529
+ type: 'string',
47530
+ },
47531
+ },
47532
+ required: [
47533
+ 'mode',
47534
+ 'temperature',
47535
+ 'temperature_unit',
47536
+ 'fan_mode',
47537
+ 'is_override_allowed',
47538
+ 'override_period_minutes',
47539
+ ],
47540
+ type: 'object',
47541
+ },
47542
+ occupied_preset_key: { type: 'string' },
47543
+ },
47544
+ required: ['enabled'],
47545
+ type: 'object',
47546
+ },
47547
+ update_on_time_change: {
47548
+ properties: { enabled: { type: 'boolean' } },
47549
+ required: ['enabled'],
47550
+ type: 'object',
47551
+ },
47552
+ },
47553
+ type: 'object',
47554
+ },
47555
+ },
47556
+ required: ['rules'],
47557
+ type: 'object',
47558
+ },
47385
47559
  ok: { type: 'boolean' },
47386
47560
  },
47387
47561
  required: ['ok'],
@@ -47502,6 +47676,69 @@ export default {
47502
47676
  },
47503
47677
  type: 'object',
47504
47678
  },
47679
+ climate_rules: {
47680
+ description: 'Climate automation rules configuration.',
47681
+ properties: {
47682
+ rules: {
47683
+ properties: {
47684
+ delete_on_reservation_end: {
47685
+ properties: { enabled: { type: 'boolean' } },
47686
+ required: ['enabled'],
47687
+ type: 'object',
47688
+ },
47689
+ reservation_created: {
47690
+ properties: {
47691
+ enabled: { type: 'boolean' },
47692
+ fallback_preset: {
47693
+ properties: {
47694
+ fan_mode: {
47695
+ enum: ['on', 'auto', 'circulate'],
47696
+ type: 'string',
47697
+ },
47698
+ is_override_allowed: { type: 'boolean' },
47699
+ mode: {
47700
+ enum: ['heat', 'cool', 'auto'],
47701
+ type: 'string',
47702
+ },
47703
+ override_period_minutes: {
47704
+ format: 'float',
47705
+ type: 'number',
47706
+ },
47707
+ temperature: {
47708
+ format: 'float',
47709
+ type: 'number',
47710
+ },
47711
+ temperature_unit: {
47712
+ enum: ['celsius', 'fahrenheit'],
47713
+ type: 'string',
47714
+ },
47715
+ },
47716
+ required: [
47717
+ 'mode',
47718
+ 'temperature',
47719
+ 'temperature_unit',
47720
+ 'fan_mode',
47721
+ 'is_override_allowed',
47722
+ 'override_period_minutes',
47723
+ ],
47724
+ type: 'object',
47725
+ },
47726
+ occupied_preset_key: { type: 'string' },
47727
+ },
47728
+ required: ['enabled'],
47729
+ type: 'object',
47730
+ },
47731
+ update_on_time_change: {
47732
+ properties: { enabled: { type: 'boolean' } },
47733
+ required: ['enabled'],
47734
+ type: 'object',
47735
+ },
47736
+ },
47737
+ type: 'object',
47738
+ },
47739
+ },
47740
+ type: 'object',
47741
+ },
47505
47742
  },
47506
47743
  type: 'object',
47507
47744
  },
@@ -47630,6 +47867,69 @@ export default {
47630
47867
  },
47631
47868
  type: 'object',
47632
47869
  },
47870
+ climate_rules: {
47871
+ description: 'Climate automation rules configuration.',
47872
+ properties: {
47873
+ rules: {
47874
+ properties: {
47875
+ delete_on_reservation_end: {
47876
+ properties: { enabled: { type: 'boolean' } },
47877
+ required: ['enabled'],
47878
+ type: 'object',
47879
+ },
47880
+ reservation_created: {
47881
+ properties: {
47882
+ enabled: { type: 'boolean' },
47883
+ fallback_preset: {
47884
+ properties: {
47885
+ fan_mode: {
47886
+ enum: ['on', 'auto', 'circulate'],
47887
+ type: 'string',
47888
+ },
47889
+ is_override_allowed: { type: 'boolean' },
47890
+ mode: {
47891
+ enum: ['heat', 'cool', 'auto'],
47892
+ type: 'string',
47893
+ },
47894
+ override_period_minutes: {
47895
+ format: 'float',
47896
+ type: 'number',
47897
+ },
47898
+ temperature: {
47899
+ format: 'float',
47900
+ type: 'number',
47901
+ },
47902
+ temperature_unit: {
47903
+ enum: ['celsius', 'fahrenheit'],
47904
+ type: 'string',
47905
+ },
47906
+ },
47907
+ required: [
47908
+ 'mode',
47909
+ 'temperature',
47910
+ 'temperature_unit',
47911
+ 'fan_mode',
47912
+ 'is_override_allowed',
47913
+ 'override_period_minutes',
47914
+ ],
47915
+ type: 'object',
47916
+ },
47917
+ occupied_preset_key: { type: 'string' },
47918
+ },
47919
+ required: ['enabled'],
47920
+ type: 'object',
47921
+ },
47922
+ update_on_time_change: {
47923
+ properties: { enabled: { type: 'boolean' } },
47924
+ required: ['enabled'],
47925
+ type: 'object',
47926
+ },
47927
+ },
47928
+ type: 'object',
47929
+ },
47930
+ },
47931
+ type: 'object',
47932
+ },
47633
47933
  },
47634
47934
  type: 'object',
47635
47935
  },
@@ -50985,6 +51285,7 @@ export default {
50985
51285
  },
50986
51286
  customer_key: {
50987
51287
  description: 'Customer key for which you want to create the space.',
51288
+ minLength: 1,
50988
51289
  type: 'string',
50989
51290
  },
50990
51291
  device_ids: {
@@ -51879,6 +52180,7 @@ export default {
51879
52180
  },
51880
52181
  customer_key: {
51881
52182
  description: 'Customer key for which you want to update the space.',
52183
+ minLength: 1,
51882
52184
  type: 'string',
51883
52185
  },
51884
52186
  device_ids: {
@@ -51951,6 +52253,7 @@ export default {
51951
52253
  },
51952
52254
  customer_key: {
51953
52255
  description: 'Customer key for which you want to update the space.',
52256
+ minLength: 1,
51954
52257
  type: 'string',
51955
52258
  },
51956
52259
  device_ids: {
@@ -55138,6 +55441,7 @@ export default {
55138
55441
  properties: {
55139
55442
  customer_key: {
55140
55443
  description: 'Customer key for which you want to connect accounts.',
55444
+ minLength: 1,
55141
55445
  type: 'string',
55142
55446
  },
55143
55447
  },
@@ -55207,6 +55511,7 @@ export default {
55207
55511
  required: true,
55208
55512
  schema: {
55209
55513
  description: 'Customer key for which you want to create a new building block magic link.',
55514
+ minLength: 1,
55210
55515
  type: 'string',
55211
55516
  },
55212
55517
  },
@@ -55224,6 +55529,7 @@ export default {
55224
55529
  },
55225
55530
  space_key: {
55226
55531
  description: 'Your unique identifier for the space.',
55532
+ minLength: 1,
55227
55533
  type: 'string',
55228
55534
  },
55229
55535
  },
@@ -55287,6 +55593,7 @@ export default {
55287
55593
  },
55288
55594
  customer_key: {
55289
55595
  description: 'Customer key for which you want to create a new building block magic link.',
55596
+ minLength: 1,
55290
55597
  type: 'string',
55291
55598
  },
55292
55599
  spaces: {
@@ -55299,6 +55606,7 @@ export default {
55299
55606
  },
55300
55607
  space_key: {
55301
55608
  description: 'Your unique identifier for the space.',
55609
+ minLength: 1,
55302
55610
  type: 'string',
55303
55611
  },
55304
55612
  },
@@ -55359,6 +55667,7 @@ export default {
55359
55667
  properties: {
55360
55668
  customer_key: {
55361
55669
  description: 'Customer key for which you want to manage devices.',
55670
+ minLength: 1,
55362
55671
  type: 'string',
55363
55672
  },
55364
55673
  },
@@ -55413,6 +55722,7 @@ export default {
55413
55722
  properties: {
55414
55723
  customer_key: {
55415
55724
  description: 'Customer key for which you want to organize spaces.',
55725
+ minLength: 1,
55416
55726
  type: 'string',
55417
55727
  },
55418
55728
  spaces: {
@@ -55425,6 +55735,7 @@ export default {
55425
55735
  },
55426
55736
  space_key: {
55427
55737
  description: 'Your unique identifier for the space.',
55738
+ minLength: 1,
55428
55739
  type: 'string',
55429
55740
  },
55430
55741
  },