@seamapi/types 1.1011.0 → 1.1013.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.
@@ -36858,6 +36858,7 @@ const openapi: OpenAPISpec = {
36858
36858
  common_code_key: {
36859
36859
  description:
36860
36860
  'Key to identify access codes that should have the same code. Any two access codes with the same `common_code_key` are guaranteed to have the same `code`. See also [Creating and Updating Multiple Linked Access Codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/creating-and-updating-multiple-linked-access-codes).',
36861
+ minLength: 1,
36861
36862
  type: 'string',
36862
36863
  },
36863
36864
  device_id: {
@@ -38117,6 +38118,7 @@ const openapi: OpenAPISpec = {
38117
38118
  schema: {
38118
38119
  description:
38119
38120
  'Customer key for which you want to list access codes.',
38121
+ minLength: 1,
38120
38122
  type: 'string',
38121
38123
  },
38122
38124
  },
@@ -38166,6 +38168,7 @@ const openapi: OpenAPISpec = {
38166
38168
  schema: {
38167
38169
  description:
38168
38170
  'Key of the access grant for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.',
38171
+ minLength: 1,
38169
38172
  type: 'string',
38170
38173
  },
38171
38174
  },
@@ -38175,6 +38178,7 @@ const openapi: OpenAPISpec = {
38175
38178
  schema: {
38176
38179
  description:
38177
38180
  'Your user ID for the user by which to filter access codes.',
38181
+ minLength: 1,
38178
38182
  type: 'string',
38179
38183
  },
38180
38184
  },
@@ -38275,6 +38279,7 @@ const openapi: OpenAPISpec = {
38275
38279
  access_grant_key: {
38276
38280
  description:
38277
38281
  'Key of the access grant for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.',
38282
+ minLength: 1,
38278
38283
  type: 'string',
38279
38284
  },
38280
38285
  access_method_id: {
@@ -38286,6 +38291,7 @@ const openapi: OpenAPISpec = {
38286
38291
  customer_key: {
38287
38292
  description:
38288
38293
  'Customer key for which you want to list access codes.',
38294
+ minLength: 1,
38289
38295
  type: 'string',
38290
38296
  },
38291
38297
  device_id: {
@@ -38316,6 +38322,7 @@ const openapi: OpenAPISpec = {
38316
38322
  user_identifier_key: {
38317
38323
  description:
38318
38324
  'Your user ID for the user by which to filter access codes.',
38325
+ minLength: 1,
38319
38326
  type: 'string',
38320
38327
  },
38321
38328
  },
@@ -39018,6 +39025,7 @@ const openapi: OpenAPISpec = {
39018
39025
  schema: {
39019
39026
  description:
39020
39027
  'Your user ID for the user by which to filter unmanaged access codes.',
39028
+ minLength: 1,
39021
39029
  type: 'string',
39022
39030
  },
39023
39031
  },
@@ -39135,6 +39143,7 @@ const openapi: OpenAPISpec = {
39135
39143
  user_identifier_key: {
39136
39144
  description:
39137
39145
  'Your user ID for the user by which to filter unmanaged access codes.',
39146
+ minLength: 1,
39138
39147
  type: 'string',
39139
39148
  },
39140
39149
  },
@@ -39688,6 +39697,7 @@ const openapi: OpenAPISpec = {
39688
39697
  common_code_key: {
39689
39698
  description:
39690
39699
  'Key that links the group of access codes, assigned on creation by `/access_codes/create_multiple`.',
39700
+ minLength: 1,
39691
39701
  type: 'string',
39692
39702
  },
39693
39703
  ends_at: {
@@ -39754,6 +39764,7 @@ const openapi: OpenAPISpec = {
39754
39764
  common_code_key: {
39755
39765
  description:
39756
39766
  'Key that links the group of access codes, assigned on creation by `/access_codes/create_multiple`.',
39767
+ minLength: 1,
39757
39768
  type: 'string',
39758
39769
  },
39759
39770
  ends_at: {
@@ -39980,6 +39991,7 @@ const openapi: OpenAPISpec = {
39980
39991
  },
39981
39992
  reservation_key: {
39982
39993
  description: 'Reservation key for the access grant.',
39994
+ minLength: 1,
39983
39995
  type: 'string',
39984
39996
  },
39985
39997
  space_ids: {
@@ -40199,6 +40211,7 @@ const openapi: OpenAPISpec = {
40199
40211
  properties: {
40200
40212
  access_grant_key: {
40201
40213
  description: 'Unique key of Access Grant to get.',
40214
+ minLength: 1,
40202
40215
  type: 'string',
40203
40216
  },
40204
40217
  },
@@ -40268,7 +40281,7 @@ const openapi: OpenAPISpec = {
40268
40281
  schema: {
40269
40282
  description:
40270
40283
  'Keys of the access grants that you want to get along with their related resources.',
40271
- items: { type: 'string' },
40284
+ items: { minLength: 1, type: 'string' },
40272
40285
  type: 'array',
40273
40286
  },
40274
40287
  },
@@ -40417,7 +40430,7 @@ const openapi: OpenAPISpec = {
40417
40430
  access_grant_keys: {
40418
40431
  description:
40419
40432
  'Keys of the access grants that you want to get along with their related resources.',
40420
- items: { type: 'string' },
40433
+ items: { minLength: 1, type: 'string' },
40421
40434
  type: 'array',
40422
40435
  },
40423
40436
  exclude: {
@@ -40565,6 +40578,7 @@ const openapi: OpenAPISpec = {
40565
40578
  schema: {
40566
40579
  description:
40567
40580
  'Customer key for which you want to list access grants.',
40581
+ minLength: 1,
40568
40582
  type: 'string',
40569
40583
  },
40570
40584
  },
@@ -40665,6 +40679,7 @@ const openapi: OpenAPISpec = {
40665
40679
  schema: {
40666
40680
  description:
40667
40681
  'Filter Access Grants by access_grant_key. Use null to filter for Access Grants without an access_grant_key.',
40682
+ minLength: 1,
40668
40683
  nullable: true,
40669
40684
  type: 'string',
40670
40685
  },
@@ -40674,6 +40689,7 @@ const openapi: OpenAPISpec = {
40674
40689
  name: 'reservation_key',
40675
40690
  schema: {
40676
40691
  description: 'Filter Access Grants by reservation_key.',
40692
+ minLength: 1,
40677
40693
  type: 'string',
40678
40694
  },
40679
40695
  },
@@ -40739,6 +40755,7 @@ const openapi: OpenAPISpec = {
40739
40755
  access_grant_key: {
40740
40756
  description:
40741
40757
  'Filter Access Grants by access_grant_key. Use null to filter for Access Grants without an access_grant_key.',
40758
+ minLength: 1,
40742
40759
  nullable: true,
40743
40760
  type: 'string',
40744
40761
  },
@@ -40757,6 +40774,7 @@ const openapi: OpenAPISpec = {
40757
40774
  customer_key: {
40758
40775
  description:
40759
40776
  'Customer key for which you want to list access grants.',
40777
+ minLength: 1,
40760
40778
  type: 'string',
40761
40779
  },
40762
40780
  device_id: {
@@ -40786,6 +40804,7 @@ const openapi: OpenAPISpec = {
40786
40804
  },
40787
40805
  reservation_key: {
40788
40806
  description: 'Filter Access Grants by reservation_key.',
40807
+ minLength: 1,
40789
40808
  type: 'string',
40790
40809
  },
40791
40810
  space_id: {
@@ -41088,6 +41107,7 @@ const openapi: OpenAPISpec = {
41088
41107
  name: 'reservation_key',
41089
41108
  schema: {
41090
41109
  description: 'Filter unmanaged Access Grants by reservation_key.',
41110
+ minLength: 1,
41091
41111
  type: 'string',
41092
41112
  },
41093
41113
  },
@@ -41190,6 +41210,7 @@ const openapi: OpenAPISpec = {
41190
41210
  reservation_key: {
41191
41211
  description:
41192
41212
  'Filter unmanaged Access Grants by reservation_key.',
41213
+ minLength: 1,
41193
41214
  type: 'string',
41194
41215
  },
41195
41216
  user_identity_id: {
@@ -41264,6 +41285,7 @@ const openapi: OpenAPISpec = {
41264
41285
  access_grant_key: {
41265
41286
  description:
41266
41287
  'Unique key for the access grant. If not provided, the existing key will be preserved.',
41288
+ minLength: 1,
41267
41289
  type: 'string',
41268
41290
  },
41269
41291
  is_managed: {
@@ -41325,6 +41347,7 @@ const openapi: OpenAPISpec = {
41325
41347
  access_grant_key: {
41326
41348
  description:
41327
41349
  'Unique key for the access grant. If not provided, the existing key will be preserved.',
41350
+ minLength: 1,
41328
41351
  type: 'string',
41329
41352
  },
41330
41353
  is_managed: {
@@ -41652,6 +41675,7 @@ const openapi: OpenAPISpec = {
41652
41675
  reservation_key: {
41653
41676
  description:
41654
41677
  'Reservation key of the access grant whose access methods should be deleted.',
41678
+ minLength: 1,
41655
41679
  type: 'string',
41656
41680
  },
41657
41681
  },
@@ -46583,6 +46607,7 @@ const openapi: OpenAPISpec = {
46583
46607
  name: 'customer_key',
46584
46608
  schema: {
46585
46609
  description: 'Customer key for which you want to list entrances.',
46610
+ minLength: 1,
46586
46611
  type: 'string',
46587
46612
  },
46588
46613
  },
@@ -46771,6 +46796,7 @@ const openapi: OpenAPISpec = {
46771
46796
  customer_key: {
46772
46797
  description:
46773
46798
  'Customer key for which you want to list entrances.',
46799
+ minLength: 1,
46774
46800
  type: 'string',
46775
46801
  },
46776
46802
  limit: {
@@ -47170,6 +47196,7 @@ const openapi: OpenAPISpec = {
47170
47196
  schema: {
47171
47197
  description:
47172
47198
  'Customer key for which you want to list access systems.',
47199
+ minLength: 1,
47173
47200
  type: 'string',
47174
47201
  },
47175
47202
  },
@@ -47251,6 +47278,7 @@ const openapi: OpenAPISpec = {
47251
47278
  customer_key: {
47252
47279
  description:
47253
47280
  'Customer key for which you want to list access systems.',
47281
+ minLength: 1,
47254
47282
  type: 'string',
47255
47283
  },
47256
47284
  search: {
@@ -50149,6 +50177,7 @@ const openapi: OpenAPISpec = {
50149
50177
  schema: {
50150
50178
  description:
50151
50179
  'User identifier key associated with the client session that you want to get.',
50180
+ minLength: 1,
50152
50181
  type: 'string',
50153
50182
  },
50154
50183
  },
@@ -50206,6 +50235,7 @@ const openapi: OpenAPISpec = {
50206
50235
  user_identifier_key: {
50207
50236
  description:
50208
50237
  'User identifier key associated with the client session that you want to get.',
50238
+ minLength: 1,
50209
50239
  type: 'string',
50210
50240
  },
50211
50241
  },
@@ -50372,6 +50402,7 @@ const openapi: OpenAPISpec = {
50372
50402
  user_identifier_key: {
50373
50403
  description:
50374
50404
  'Your user ID for the user that you want to associate with the client session.',
50405
+ minLength: 1,
50375
50406
  type: 'string',
50376
50407
  },
50377
50408
  user_identity_id: {
@@ -50458,6 +50489,7 @@ const openapi: OpenAPISpec = {
50458
50489
  user_identifier_key: {
50459
50490
  description:
50460
50491
  'Your user ID for the user that you want to associate with the client session.',
50492
+ minLength: 1,
50461
50493
  type: 'string',
50462
50494
  },
50463
50495
  user_identity_id: {
@@ -50537,6 +50569,7 @@ const openapi: OpenAPISpec = {
50537
50569
  schema: {
50538
50570
  description:
50539
50571
  'Your user ID for the user by which you want to filter client sessions.',
50572
+ minLength: 1,
50540
50573
  type: 'string',
50541
50574
  },
50542
50575
  },
@@ -50625,6 +50658,7 @@ const openapi: OpenAPISpec = {
50625
50658
  user_identifier_key: {
50626
50659
  description:
50627
50660
  'Your user ID for the user by which you want to filter client sessions.',
50661
+ minLength: 1,
50628
50662
  type: 'string',
50629
50663
  },
50630
50664
  user_identity_id: {
@@ -51175,6 +51209,7 @@ const openapi: OpenAPISpec = {
51175
51209
  schema: {
51176
51210
  description:
51177
51211
  'Customer key for which you want to list connect webviews.',
51212
+ minLength: 1,
51178
51213
  type: 'string',
51179
51214
  },
51180
51215
  },
@@ -51184,6 +51219,7 @@ const openapi: OpenAPISpec = {
51184
51219
  schema: {
51185
51220
  description:
51186
51221
  'Your user ID for the user by which you want to filter Connect Webviews.',
51222
+ minLength: 1,
51187
51223
  type: 'string',
51188
51224
  },
51189
51225
  },
@@ -51290,6 +51326,7 @@ const openapi: OpenAPISpec = {
51290
51326
  customer_key: {
51291
51327
  description:
51292
51328
  'Customer key for which you want to list connect webviews.',
51329
+ minLength: 1,
51293
51330
  type: 'string',
51294
51331
  },
51295
51332
  limit: {
@@ -51314,6 +51351,7 @@ const openapi: OpenAPISpec = {
51314
51351
  user_identifier_key: {
51315
51352
  description:
51316
51353
  'Your user ID for the user by which you want to filter Connect Webviews.',
51354
+ minLength: 1,
51317
51355
  type: 'string',
51318
51356
  },
51319
51357
  },
@@ -51609,6 +51647,7 @@ const openapi: OpenAPISpec = {
51609
51647
  schema: {
51610
51648
  description:
51611
51649
  'Your user ID for the user by which you want to filter connected accounts.',
51650
+ minLength: 1,
51612
51651
  type: 'string',
51613
51652
  },
51614
51653
  },
@@ -51630,6 +51669,7 @@ const openapi: OpenAPISpec = {
51630
51669
  schema: {
51631
51670
  description:
51632
51671
  'Customer key by which you want to filter connected accounts.',
51672
+ minLength: 1,
51633
51673
  type: 'string',
51634
51674
  },
51635
51675
  },
@@ -51734,6 +51774,7 @@ const openapi: OpenAPISpec = {
51734
51774
  customer_key: {
51735
51775
  description:
51736
51776
  'Customer key by which you want to filter connected accounts.',
51777
+ minLength: 1,
51737
51778
  type: 'string',
51738
51779
  },
51739
51780
  limit: {
@@ -51765,6 +51806,7 @@ const openapi: OpenAPISpec = {
51765
51806
  user_identifier_key: {
51766
51807
  description:
51767
51808
  'Your user ID for the user by which you want to filter connected accounts.',
51809
+ minLength: 1,
51768
51810
  type: 'string',
51769
51811
  },
51770
51812
  },
@@ -54830,11 +54872,13 @@ const openapi: OpenAPISpec = {
54830
54872
  customer_key: {
54831
54873
  description:
54832
54874
  'The customer_key identifying the customer who owns the reservation.',
54875
+ minLength: 1,
54833
54876
  type: 'string',
54834
54877
  },
54835
54878
  reservation_key: {
54836
54879
  description:
54837
54880
  'The key of the reservation to create a deep link for.',
54881
+ minLength: 1,
54838
54882
  type: 'string',
54839
54883
  },
54840
54884
  },
@@ -55136,6 +55180,7 @@ const openapi: OpenAPISpec = {
55136
55180
  name: 'customer_key',
55137
55181
  schema: {
55138
55182
  description: 'Customer key for which you want to list devices.',
55183
+ minLength: 1,
55139
55184
  type: 'string',
55140
55185
  },
55141
55186
  },
@@ -55428,6 +55473,7 @@ const openapi: OpenAPISpec = {
55428
55473
  schema: {
55429
55474
  description:
55430
55475
  'Your own internal user ID for the user for which you want to list devices.',
55476
+ minLength: 1,
55431
55477
  type: 'string',
55432
55478
  },
55433
55479
  },
@@ -55635,6 +55681,7 @@ const openapi: OpenAPISpec = {
55635
55681
  customer_key: {
55636
55682
  description:
55637
55683
  'Customer key for which you want to list devices.',
55684
+ minLength: 1,
55638
55685
  type: 'string',
55639
55686
  },
55640
55687
  device_ids: {
@@ -55952,6 +55999,7 @@ const openapi: OpenAPISpec = {
55952
55999
  user_identifier_key: {
55953
56000
  description:
55954
56001
  'Your own internal user ID for the user for which you want to list devices.',
56002
+ minLength: 1,
55955
56003
  type: 'string',
55956
56004
  },
55957
56005
  },
@@ -57968,6 +58016,7 @@ const openapi: OpenAPISpec = {
57968
58016
  name: 'customer_key',
57969
58017
  schema: {
57970
58018
  description: 'Customer key for which you want to list devices.',
58019
+ minLength: 1,
57971
58020
  type: 'string',
57972
58021
  },
57973
58022
  },
@@ -58416,6 +58465,7 @@ const openapi: OpenAPISpec = {
58416
58465
  customer_key: {
58417
58466
  description:
58418
58467
  'Customer key for which you want to list devices.',
58468
+ minLength: 1,
58419
58469
  type: 'string',
58420
58470
  },
58421
58471
  device_ids: {
@@ -59235,6 +59285,7 @@ const openapi: OpenAPISpec = {
59235
59285
  name: 'customer_key',
59236
59286
  schema: {
59237
59287
  description: 'Customer key for which you want to list events.',
59288
+ minLength: 1,
59238
59289
  type: 'string',
59239
59290
  },
59240
59291
  },
@@ -59883,6 +59934,7 @@ const openapi: OpenAPISpec = {
59883
59934
  customer_key: {
59884
59935
  description:
59885
59936
  'Customer key for which you want to list events.',
59937
+ minLength: 1,
59886
59938
  type: 'string',
59887
59939
  },
59888
59940
  device_id: {
@@ -60750,6 +60802,7 @@ const openapi: OpenAPISpec = {
60750
60802
  name: 'customer_key',
60751
60803
  schema: {
60752
60804
  description: 'Customer key for which you want to list devices.',
60805
+ minLength: 1,
60753
60806
  type: 'string',
60754
60807
  },
60755
60808
  },
@@ -60968,6 +61021,7 @@ const openapi: OpenAPISpec = {
60968
61021
  customer_key: {
60969
61022
  description:
60970
61023
  'Customer key for which you want to list devices.',
61024
+ minLength: 1,
60971
61025
  type: 'string',
60972
61026
  },
60973
61027
  device_type: {
@@ -61402,6 +61456,7 @@ const openapi: OpenAPISpec = {
61402
61456
  name: 'customer_key',
61403
61457
  schema: {
61404
61458
  description: 'Customer key for which you want to list devices.',
61459
+ minLength: 1,
61405
61460
  type: 'string',
61406
61461
  },
61407
61462
  },
@@ -61525,6 +61580,7 @@ const openapi: OpenAPISpec = {
61525
61580
  customer_key: {
61526
61581
  description:
61527
61582
  'Customer key for which you want to list devices.',
61583
+ minLength: 1,
61528
61584
  type: 'string',
61529
61585
  },
61530
61586
  device_type: {
@@ -62892,6 +62948,7 @@ const openapi: OpenAPISpec = {
62892
62948
  bridge_client_machine_identifier_key: {
62893
62949
  description:
62894
62950
  'Identifier key of the client machine for the Seam Bridge client that you want to create.',
62951
+ minLength: 1,
62895
62952
  type: 'string',
62896
62953
  },
62897
62954
  bridge_client_name: {
@@ -66044,6 +66101,7 @@ const openapi: OpenAPISpec = {
66044
66101
  site_key: {
66045
66102
  description:
66046
66103
  'Unique key for the site within the workspace.',
66104
+ minLength: 1,
66047
66105
  type: 'string',
66048
66106
  },
66049
66107
  },
@@ -66317,6 +66375,7 @@ const openapi: OpenAPISpec = {
66317
66375
  site_key: {
66318
66376
  description:
66319
66377
  'New unique key for the site within the workspace.',
66378
+ minLength: 1,
66320
66379
  type: 'string',
66321
66380
  },
66322
66381
  },
@@ -66379,6 +66438,7 @@ const openapi: OpenAPISpec = {
66379
66438
  site_key: {
66380
66439
  description:
66381
66440
  'New unique key for the site within the workspace.',
66441
+ minLength: 1,
66382
66442
  type: 'string',
66383
66443
  },
66384
66444
  },
@@ -68160,6 +68220,7 @@ const openapi: OpenAPISpec = {
68160
68220
  name: 'customer_key',
68161
68221
  schema: {
68162
68222
  description: 'Key of the customer to get automation config for.',
68223
+ minLength: 1,
68163
68224
  type: 'string',
68164
68225
  },
68165
68226
  },
@@ -68455,6 +68516,7 @@ const openapi: OpenAPISpec = {
68455
68516
  customer_key: {
68456
68517
  description:
68457
68518
  'Key of the customer to get automation config for.',
68519
+ minLength: 1,
68458
68520
  type: 'string',
68459
68521
  },
68460
68522
  },
@@ -68997,6 +69059,7 @@ const openapi: OpenAPISpec = {
68997
69059
  customer_key: {
68998
69060
  description:
68999
69061
  'Key of the customer to update automation config for.',
69062
+ minLength: 1,
69000
69063
  type: 'string',
69001
69064
  },
69002
69065
  },
@@ -69283,6 +69346,7 @@ const openapi: OpenAPISpec = {
69283
69346
  customer_key: {
69284
69347
  description:
69285
69348
  'Key of the customer to update automation config for.',
69349
+ minLength: 1,
69286
69350
  type: 'string',
69287
69351
  },
69288
69352
  },
@@ -69915,7 +69979,7 @@ const openapi: OpenAPISpec = {
69915
69979
  type: 'string',
69916
69980
  },
69917
69981
  customer_id: { type: 'string' },
69918
- customer_key: { type: 'string' },
69982
+ customer_key: { minLength: 1, type: 'string' },
69919
69983
  unique_provider_resource_key: { type: 'string' },
69920
69984
  },
69921
69985
  required: ['connector_id'],
@@ -70541,6 +70605,7 @@ const openapi: OpenAPISpec = {
70541
70605
  },
70542
70606
  customer_key: {
70543
70607
  description: 'Key of the customer to sync',
70608
+ minLength: 1,
70544
70609
  type: 'string',
70545
70610
  },
70546
70611
  unique_provider_resource_key: {
@@ -72121,6 +72186,7 @@ const openapi: OpenAPISpec = {
72121
72186
  properties: {
72122
72187
  customer_key: {
72123
72188
  description: 'The customer key to open a portal for.',
72189
+ minLength: 1,
72124
72190
  type: 'string',
72125
72191
  },
72126
72192
  },
@@ -72176,6 +72242,7 @@ const openapi: OpenAPISpec = {
72176
72242
  schema: {
72177
72243
  description:
72178
72244
  'Optional filter to list encoders for a specific space.',
72245
+ minLength: 1,
72179
72246
  type: 'string',
72180
72247
  },
72181
72248
  },
@@ -72227,6 +72294,7 @@ const openapi: OpenAPISpec = {
72227
72294
  space_key: {
72228
72295
  description:
72229
72296
  'Optional filter to list encoders for a specific space.',
72297
+ minLength: 1,
72230
72298
  type: 'string',
72231
72299
  },
72232
72300
  },
@@ -74810,6 +74878,7 @@ const openapi: OpenAPISpec = {
74810
74878
  schema: {
74811
74879
  description:
74812
74880
  'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
74881
+ minLength: 1,
74813
74882
  type: 'string',
74814
74883
  },
74815
74884
  },
@@ -74827,6 +74896,7 @@ const openapi: OpenAPISpec = {
74827
74896
  name: 'reservation_key',
74828
74897
  schema: {
74829
74898
  description: 'Key of the reservation to retrieve.',
74899
+ minLength: 1,
74830
74900
  type: 'string',
74831
74901
  },
74832
74902
  },
@@ -75035,6 +75105,7 @@ const openapi: OpenAPISpec = {
75035
75105
  customer_key: {
75036
75106
  description:
75037
75107
  'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
75108
+ minLength: 1,
75038
75109
  type: 'string',
75039
75110
  },
75040
75111
  reservation_id: {
@@ -75044,6 +75115,7 @@ const openapi: OpenAPISpec = {
75044
75115
  },
75045
75116
  reservation_key: {
75046
75117
  description: 'Key of the reservation to retrieve.',
75118
+ minLength: 1,
75047
75119
  type: 'string',
75048
75120
  },
75049
75121
  },
@@ -75257,6 +75329,7 @@ const openapi: OpenAPISpec = {
75257
75329
  schema: {
75258
75330
  description:
75259
75331
  'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
75332
+ minLength: 1,
75260
75333
  type: 'string',
75261
75334
  },
75262
75335
  },
@@ -75265,6 +75338,7 @@ const openapi: OpenAPISpec = {
75265
75338
  name: 'space_key',
75266
75339
  schema: {
75267
75340
  description: 'Filter reservations by space key.',
75341
+ minLength: 1,
75268
75342
  type: 'string',
75269
75343
  },
75270
75344
  },
@@ -75630,6 +75704,7 @@ const openapi: OpenAPISpec = {
75630
75704
  customer_key: {
75631
75705
  description:
75632
75706
  'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
75707
+ minLength: 1,
75633
75708
  type: 'string',
75634
75709
  },
75635
75710
  limit: {
@@ -75659,6 +75734,7 @@ const openapi: OpenAPISpec = {
75659
75734
  },
75660
75735
  space_key: {
75661
75736
  description: 'Filter reservations by space key.',
75737
+ minLength: 1,
75662
75738
  type: 'string',
75663
75739
  },
75664
75740
  user_identity_id: {
@@ -75919,6 +75995,7 @@ const openapi: OpenAPISpec = {
75919
75995
  schema: {
75920
75996
  description:
75921
75997
  'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
75998
+ minLength: 1,
75922
75999
  type: 'string',
75923
76000
  },
75924
76001
  },
@@ -75928,6 +76005,7 @@ const openapi: OpenAPISpec = {
75928
76005
  required: true,
75929
76006
  schema: {
75930
76007
  description: 'The reservation_key to filter access grants by.',
76008
+ minLength: 1,
75931
76009
  type: 'string',
75932
76010
  },
75933
76011
  },
@@ -75980,11 +76058,13 @@ const openapi: OpenAPISpec = {
75980
76058
  customer_key: {
75981
76059
  description:
75982
76060
  'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
76061
+ minLength: 1,
75983
76062
  type: 'string',
75984
76063
  },
75985
76064
  reservation_key: {
75986
76065
  description:
75987
76066
  'The reservation_key to filter access grants by.',
76067
+ minLength: 1,
75988
76068
  type: 'string',
75989
76069
  },
75990
76070
  },
@@ -76797,6 +76877,7 @@ const openapi: OpenAPISpec = {
76797
76877
  parent_space_key: {
76798
76878
  description:
76799
76879
  'Space key of the parent space for this space.',
76880
+ minLength: 1,
76800
76881
  type: 'string',
76801
76882
  },
76802
76883
  parent_space_name: {
@@ -76806,6 +76887,7 @@ const openapi: OpenAPISpec = {
76806
76887
  space_key: {
76807
76888
  description:
76808
76889
  'Unique key for the space within the workspace.',
76890
+ minLength: 1,
76809
76891
  type: 'string',
76810
76892
  },
76811
76893
  },
@@ -76881,6 +76963,7 @@ const openapi: OpenAPISpec = {
76881
76963
  name: 'space_key',
76882
76964
  schema: {
76883
76965
  description: 'Filter spaces by space_key.',
76966
+ minLength: 1,
76884
76967
  type: 'string',
76885
76968
  },
76886
76969
  },
@@ -76901,6 +76984,7 @@ const openapi: OpenAPISpec = {
76901
76984
  schema: {
76902
76985
  description:
76903
76986
  'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
76987
+ minLength: 1,
76904
76988
  type: 'string',
76905
76989
  'x-undocumented': 'Only used internally.',
76906
76990
  },
@@ -76969,6 +77053,7 @@ const openapi: OpenAPISpec = {
76969
77053
  parent_space_key: {
76970
77054
  description:
76971
77055
  'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
77056
+ minLength: 1,
76972
77057
  type: 'string',
76973
77058
  'x-undocumented': 'Only used internally.',
76974
77059
  },
@@ -76980,6 +77065,7 @@ const openapi: OpenAPISpec = {
76980
77065
  },
76981
77066
  space_key: {
76982
77067
  description: 'Filter spaces by space_key.',
77068
+ minLength: 1,
76983
77069
  type: 'string',
76984
77070
  },
76985
77071
  },
@@ -77049,6 +77135,7 @@ const openapi: OpenAPISpec = {
77049
77135
  required: true,
77050
77136
  schema: {
77051
77137
  description: 'Filter reservations by space key.',
77138
+ minLength: 1,
77052
77139
  type: 'string',
77053
77140
  },
77054
77141
  },
@@ -77188,6 +77275,7 @@ const openapi: OpenAPISpec = {
77188
77275
  },
77189
77276
  space_key: {
77190
77277
  description: 'Filter reservations by space key.',
77278
+ minLength: 1,
77191
77279
  type: 'string',
77192
77280
  },
77193
77281
  },
@@ -77395,6 +77483,7 @@ const openapi: OpenAPISpec = {
77395
77483
  required: true,
77396
77484
  schema: {
77397
77485
  description: 'Key of staff member to get.',
77486
+ minLength: 1,
77398
77487
  type: 'string',
77399
77488
  },
77400
77489
  },
@@ -77492,6 +77581,7 @@ const openapi: OpenAPISpec = {
77492
77581
  properties: {
77493
77582
  staff_member_key: {
77494
77583
  description: 'Key of staff member to get.',
77584
+ minLength: 1,
77495
77585
  type: 'string',
77496
77586
  },
77497
77587
  },
@@ -77596,6 +77686,7 @@ const openapi: OpenAPISpec = {
77596
77686
  name: 'space_key',
77597
77687
  schema: {
77598
77688
  description: 'Filter staff members by space key.',
77689
+ minLength: 1,
77599
77690
  type: 'string',
77600
77691
  },
77601
77692
  },
@@ -77752,6 +77843,7 @@ const openapi: OpenAPISpec = {
77752
77843
  },
77753
77844
  space_key: {
77754
77845
  description: 'Filter staff members by space key.',
77846
+ minLength: 1,
77755
77847
  type: 'string',
77756
77848
  },
77757
77849
  },
@@ -78488,13 +78580,18 @@ const openapi: OpenAPISpec = {
78488
78580
  name: 'customer_key',
78489
78581
  schema: {
78490
78582
  description: 'Customer key for which to auto-map spaces.',
78583
+ minLength: 1,
78491
78584
  type: 'string',
78492
78585
  },
78493
78586
  },
78494
78587
  {
78495
78588
  in: 'query',
78496
78589
  name: 'collection_key',
78497
- schema: { description: 'Collection key.', type: 'string' },
78590
+ schema: {
78591
+ description: 'Collection key.',
78592
+ minLength: 1,
78593
+ type: 'string',
78594
+ },
78498
78595
  },
78499
78596
  {
78500
78597
  in: 'query',
@@ -78625,6 +78722,7 @@ const openapi: OpenAPISpec = {
78625
78722
  properties: {
78626
78723
  collection_key: {
78627
78724
  description: 'Collection key.',
78725
+ minLength: 1,
78628
78726
  type: 'string',
78629
78727
  },
78630
78728
  connected_account_id: {
@@ -78635,6 +78733,7 @@ const openapi: OpenAPISpec = {
78635
78733
  },
78636
78734
  customer_key: {
78637
78735
  description: 'Customer key for which to auto-map spaces.',
78736
+ minLength: 1,
78638
78737
  type: 'string',
78639
78738
  },
78640
78739
  },
@@ -79218,6 +79317,7 @@ const openapi: OpenAPISpec = {
79218
79317
  space_key: {
79219
79318
  description:
79220
79319
  'Unique key for the space within the workspace.',
79320
+ minLength: 1,
79221
79321
  type: 'string',
79222
79322
  },
79223
79323
  },
@@ -79424,6 +79524,7 @@ const openapi: OpenAPISpec = {
79424
79524
  space_key: {
79425
79525
  description:
79426
79526
  'Unique key of the space that you want to get.',
79527
+ minLength: 1,
79427
79528
  type: 'string',
79428
79529
  },
79429
79530
  },
@@ -79492,7 +79593,7 @@ const openapi: OpenAPISpec = {
79492
79593
  schema: {
79493
79594
  description:
79494
79595
  'Keys of the spaces that you want to get along with their related resources.',
79495
- items: { type: 'string' },
79596
+ items: { minLength: 1, type: 'string' },
79496
79597
  type: 'array',
79497
79598
  },
79498
79599
  },
@@ -79654,7 +79755,7 @@ const openapi: OpenAPISpec = {
79654
79755
  space_keys: {
79655
79756
  description:
79656
79757
  'Keys of the spaces that you want to get along with their related resources.',
79657
- items: { type: 'string' },
79758
+ items: { minLength: 1, type: 'string' },
79658
79759
  type: 'array',
79659
79760
  },
79660
79761
  },
@@ -79750,6 +79851,7 @@ const openapi: OpenAPISpec = {
79750
79851
  name: 'customer_key',
79751
79852
  schema: {
79752
79853
  description: 'Customer key for which you want to list spaces.',
79854
+ minLength: 1,
79753
79855
  type: 'string',
79754
79856
  },
79755
79857
  },
@@ -79780,6 +79882,7 @@ const openapi: OpenAPISpec = {
79780
79882
  name: 'space_key',
79781
79883
  schema: {
79782
79884
  description: 'Filter spaces by space_key.',
79885
+ minLength: 1,
79783
79886
  type: 'string',
79784
79887
  },
79785
79888
  },
@@ -79800,6 +79903,7 @@ const openapi: OpenAPISpec = {
79800
79903
  schema: {
79801
79904
  description:
79802
79905
  'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
79906
+ minLength: 1,
79803
79907
  type: 'string',
79804
79908
  'x-undocumented': 'Only used internally.',
79805
79909
  },
@@ -79883,6 +79987,7 @@ const openapi: OpenAPISpec = {
79883
79987
  customer_key: {
79884
79988
  description:
79885
79989
  'Customer key for which you want to list spaces.',
79990
+ minLength: 1,
79886
79991
  type: 'string',
79887
79992
  },
79888
79993
  limit: {
@@ -79908,6 +80013,7 @@ const openapi: OpenAPISpec = {
79908
80013
  parent_space_key: {
79909
80014
  description:
79910
80015
  'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
80016
+ minLength: 1,
79911
80017
  type: 'string',
79912
80018
  'x-undocumented': 'Only used internally.',
79913
80019
  },
@@ -79919,6 +80025,7 @@ const openapi: OpenAPISpec = {
79919
80025
  },
79920
80026
  space_key: {
79921
80027
  description: 'Filter spaces by space_key.',
80028
+ minLength: 1,
79922
80029
  type: 'string',
79923
80030
  },
79924
80031
  },
@@ -80377,6 +80484,7 @@ const openapi: OpenAPISpec = {
80377
80484
  parent_space_key: {
80378
80485
  description:
80379
80486
  'Reassign this space to the parent space (site) with this `parent_space_key`.',
80487
+ minLength: 1,
80380
80488
  type: 'string',
80381
80489
  'x-undocumented': 'Only used internally.',
80382
80490
  },
@@ -80388,6 +80496,7 @@ const openapi: OpenAPISpec = {
80388
80496
  space_key: {
80389
80497
  description:
80390
80498
  'Unique key of the space that you want to update.',
80499
+ minLength: 1,
80391
80500
  type: 'string',
80392
80501
  },
80393
80502
  },
@@ -80492,6 +80601,7 @@ const openapi: OpenAPISpec = {
80492
80601
  parent_space_key: {
80493
80602
  description:
80494
80603
  'Reassign this space to the parent space (site) with this `parent_space_key`.',
80604
+ minLength: 1,
80495
80605
  type: 'string',
80496
80606
  'x-undocumented': 'Only used internally.',
80497
80607
  },
@@ -80503,6 +80613,7 @@ const openapi: OpenAPISpec = {
80503
80613
  space_key: {
80504
80614
  description:
80505
80615
  'Unique key of the space that you want to update.',
80616
+ minLength: 1,
80506
80617
  type: 'string',
80507
80618
  },
80508
80619
  },
@@ -80558,6 +80669,7 @@ const openapi: OpenAPISpec = {
80558
80669
  climate_preset_key: {
80559
80670
  description:
80560
80671
  'Climate preset key of the climate preset that you want to activate.',
80672
+ minLength: 1,
80561
80673
  type: 'string',
80562
80674
  },
80563
80675
  device_id: {
@@ -81205,6 +81317,7 @@ const openapi: OpenAPISpec = {
81205
81317
  climate_preset_key: {
81206
81318
  description:
81207
81319
  'Climate preset key of the climate preset that you want to delete.',
81320
+ minLength: 1,
81208
81321
  type: 'string',
81209
81322
  },
81210
81323
  device_id: {
@@ -81261,6 +81374,7 @@ const openapi: OpenAPISpec = {
81261
81374
  climate_preset_key: {
81262
81375
  description:
81263
81376
  'Climate preset key of the climate preset that you want to delete.',
81377
+ minLength: 1,
81264
81378
  type: 'string',
81265
81379
  },
81266
81380
  device_id: {
@@ -81607,6 +81721,7 @@ const openapi: OpenAPISpec = {
81607
81721
  name: 'customer_key',
81608
81722
  schema: {
81609
81723
  description: 'Customer key for which you want to list devices.',
81724
+ minLength: 1,
81610
81725
  type: 'string',
81611
81726
  },
81612
81727
  },
@@ -81751,6 +81866,7 @@ const openapi: OpenAPISpec = {
81751
81866
  customer_key: {
81752
81867
  description:
81753
81868
  'Customer key for which you want to list devices.',
81869
+ minLength: 1,
81754
81870
  type: 'string',
81755
81871
  },
81756
81872
  device_type: {
@@ -81922,6 +82038,7 @@ const openapi: OpenAPISpec = {
81922
82038
  climate_preset_key: {
81923
82039
  description:
81924
82040
  'Key of the [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the new thermostat schedule.',
82041
+ minLength: 1,
81925
82042
  type: 'string',
81926
82043
  },
81927
82044
  device_id: {
@@ -82241,6 +82358,7 @@ const openapi: OpenAPISpec = {
82241
82358
  schema: {
82242
82359
  description:
82243
82360
  'User identifier key by which to filter the list of returned thermostat schedules.',
82361
+ minLength: 1,
82244
82362
  type: 'string',
82245
82363
  },
82246
82364
  },
@@ -82304,6 +82422,7 @@ const openapi: OpenAPISpec = {
82304
82422
  user_identifier_key: {
82305
82423
  description:
82306
82424
  'User identifier key by which to filter the list of returned thermostat schedules.',
82425
+ minLength: 1,
82307
82426
  type: 'string',
82308
82427
  },
82309
82428
  },
@@ -82368,6 +82487,7 @@ const openapi: OpenAPISpec = {
82368
82487
  climate_preset_key: {
82369
82488
  description:
82370
82489
  'Key of the [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule.',
82490
+ minLength: 1,
82371
82491
  type: 'string',
82372
82492
  },
82373
82493
  ends_at: {
@@ -82451,6 +82571,7 @@ const openapi: OpenAPISpec = {
82451
82571
  climate_preset_key: {
82452
82572
  description:
82453
82573
  'Key of the [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule.',
82574
+ minLength: 1,
82454
82575
  type: 'string',
82455
82576
  },
82456
82577
  ends_at: {
@@ -82536,6 +82657,7 @@ const openapi: OpenAPISpec = {
82536
82657
  climate_preset_key: {
82537
82658
  description:
82538
82659
  'Climate preset key of the climate preset that you want to set as the fallback climate preset.',
82660
+ minLength: 1,
82539
82661
  type: 'string',
82540
82662
  },
82541
82663
  device_id: {
@@ -84208,6 +84330,7 @@ const openapi: OpenAPISpec = {
84208
84330
  user_identity_key: {
84209
84331
  description:
84210
84332
  'Key of the user identity to which you want to add an access system user.',
84333
+ minLength: 1,
84211
84334
  type: 'string',
84212
84335
  },
84213
84336
  },
@@ -84269,6 +84392,7 @@ const openapi: OpenAPISpec = {
84269
84392
  user_identity_key: {
84270
84393
  description:
84271
84394
  'Key of the user identity to which you want to add an access system user.',
84395
+ minLength: 1,
84272
84396
  type: 'string',
84273
84397
  },
84274
84398
  },
@@ -85030,7 +85154,9 @@ const openapi: OpenAPISpec = {
85030
85154
  type: 'object',
85031
85155
  },
85032
85156
  {
85033
- properties: { user_identity_key: { type: 'string' } },
85157
+ properties: {
85158
+ user_identity_key: { minLength: 1, type: 'string' },
85159
+ },
85034
85160
  required: ['user_identity_key'],
85035
85161
  type: 'object',
85036
85162
  },
@@ -86473,6 +86599,7 @@ const openapi: OpenAPISpec = {
86473
86599
  user_identity_key: {
86474
86600
  description:
86475
86601
  'Unique key for the user identity. If not provided, the existing key will be preserved.',
86602
+ minLength: 1,
86476
86603
  type: 'string',
86477
86604
  },
86478
86605
  },
@@ -86535,6 +86662,7 @@ const openapi: OpenAPISpec = {
86535
86662
  user_identity_key: {
86536
86663
  description:
86537
86664
  'Unique key for the user identity. If not provided, the existing key will be preserved.',
86665
+ minLength: 1,
86538
86666
  type: 'string',
86539
86667
  },
86540
86668
  },
@@ -87493,6 +87621,7 @@ const openapi: OpenAPISpec = {
87493
87621
  schema: {
87494
87622
  description:
87495
87623
  'Customer key for which you want to list customization profiles.',
87624
+ minLength: 1,
87496
87625
  type: 'string',
87497
87626
  },
87498
87627
  },
@@ -87548,6 +87677,7 @@ const openapi: OpenAPISpec = {
87548
87677
  customer_key: {
87549
87678
  description:
87550
87679
  'Customer key for which you want to list customization profiles.',
87680
+ minLength: 1,
87551
87681
  type: 'string',
87552
87682
  },
87553
87683
  },