@seamapi/types 1.1012.0 → 1.1014.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.
@@ -32930,6 +32930,7 @@ const openapi = {
32930
32930
  },
32931
32931
  common_code_key: {
32932
32932
  description: '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).',
32933
+ minLength: 1,
32933
32934
  type: 'string',
32934
32935
  },
32935
32936
  device_id: {
@@ -34107,6 +34108,7 @@ const openapi = {
34107
34108
  name: 'customer_key',
34108
34109
  schema: {
34109
34110
  description: 'Customer key for which you want to list access codes.',
34111
+ minLength: 1,
34110
34112
  type: 'string',
34111
34113
  },
34112
34114
  },
@@ -34151,6 +34153,7 @@ const openapi = {
34151
34153
  name: 'access_grant_key',
34152
34154
  schema: {
34153
34155
  description: '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`.',
34156
+ minLength: 1,
34154
34157
  type: 'string',
34155
34158
  },
34156
34159
  },
@@ -34159,6 +34162,7 @@ const openapi = {
34159
34162
  name: 'user_identifier_key',
34160
34163
  schema: {
34161
34164
  description: 'Your user ID for the user by which to filter access codes.',
34165
+ minLength: 1,
34162
34166
  type: 'string',
34163
34167
  },
34164
34168
  },
@@ -34252,6 +34256,7 @@ const openapi = {
34252
34256
  },
34253
34257
  access_grant_key: {
34254
34258
  description: '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`.',
34259
+ minLength: 1,
34255
34260
  type: 'string',
34256
34261
  },
34257
34262
  access_method_id: {
@@ -34261,6 +34266,7 @@ const openapi = {
34261
34266
  },
34262
34267
  customer_key: {
34263
34268
  description: 'Customer key for which you want to list access codes.',
34269
+ minLength: 1,
34264
34270
  type: 'string',
34265
34271
  },
34266
34272
  device_id: {
@@ -34286,6 +34292,7 @@ const openapi = {
34286
34292
  },
34287
34293
  user_identifier_key: {
34288
34294
  description: 'Your user ID for the user by which to filter access codes.',
34295
+ minLength: 1,
34289
34296
  type: 'string',
34290
34297
  },
34291
34298
  },
@@ -34954,6 +34961,7 @@ const openapi = {
34954
34961
  required: false,
34955
34962
  schema: {
34956
34963
  description: 'Your user ID for the user by which to filter unmanaged access codes.',
34964
+ minLength: 1,
34957
34965
  type: 'string',
34958
34966
  },
34959
34967
  },
@@ -35062,6 +35070,7 @@ const openapi = {
35062
35070
  },
35063
35071
  user_identifier_key: {
35064
35072
  description: 'Your user ID for the user by which to filter unmanaged access codes.',
35073
+ minLength: 1,
35065
35074
  type: 'string',
35066
35075
  },
35067
35076
  },
@@ -35573,6 +35582,7 @@ const openapi = {
35573
35582
  properties: {
35574
35583
  common_code_key: {
35575
35584
  description: 'Key that links the group of access codes, assigned on creation by `/access_codes/create_multiple`.',
35585
+ minLength: 1,
35576
35586
  type: 'string',
35577
35587
  },
35578
35588
  ends_at: {
@@ -35634,6 +35644,7 @@ const openapi = {
35634
35644
  properties: {
35635
35645
  common_code_key: {
35636
35646
  description: 'Key that links the group of access codes, assigned on creation by `/access_codes/create_multiple`.',
35647
+ minLength: 1,
35637
35648
  type: 'string',
35638
35649
  },
35639
35650
  ends_at: {
@@ -35839,6 +35850,7 @@ const openapi = {
35839
35850
  },
35840
35851
  reservation_key: {
35841
35852
  description: 'Reservation key for the access grant.',
35853
+ minLength: 1,
35842
35854
  type: 'string',
35843
35855
  },
35844
35856
  space_ids: {
@@ -36055,6 +36067,7 @@ const openapi = {
36055
36067
  properties: {
36056
36068
  access_grant_key: {
36057
36069
  description: 'Unique key of Access Grant to get.',
36070
+ minLength: 1,
36058
36071
  type: 'string',
36059
36072
  },
36060
36073
  },
@@ -36121,7 +36134,7 @@ const openapi = {
36121
36134
  name: 'access_grant_keys',
36122
36135
  schema: {
36123
36136
  description: 'Keys of the access grants that you want to get along with their related resources.',
36124
- items: { type: 'string' },
36137
+ items: { minLength: 1, type: 'string' },
36125
36138
  type: 'array',
36126
36139
  },
36127
36140
  },
@@ -36267,7 +36280,7 @@ const openapi = {
36267
36280
  },
36268
36281
  access_grant_keys: {
36269
36282
  description: 'Keys of the access grants that you want to get along with their related resources.',
36270
- items: { type: 'string' },
36283
+ items: { minLength: 1, type: 'string' },
36271
36284
  type: 'array',
36272
36285
  },
36273
36286
  exclude: {
@@ -36414,6 +36427,7 @@ const openapi = {
36414
36427
  name: 'customer_key',
36415
36428
  schema: {
36416
36429
  description: 'Customer key for which you want to list access grants.',
36430
+ minLength: 1,
36417
36431
  type: 'string',
36418
36432
  },
36419
36433
  },
@@ -36505,6 +36519,7 @@ const openapi = {
36505
36519
  name: 'access_grant_key',
36506
36520
  schema: {
36507
36521
  description: 'Filter Access Grants by access_grant_key. Use null to filter for Access Grants without an access_grant_key.',
36522
+ minLength: 1,
36508
36523
  nullable: true,
36509
36524
  type: 'string',
36510
36525
  },
@@ -36514,6 +36529,7 @@ const openapi = {
36514
36529
  name: 'reservation_key',
36515
36530
  schema: {
36516
36531
  description: 'Filter Access Grants by reservation_key.',
36532
+ minLength: 1,
36517
36533
  type: 'string',
36518
36534
  },
36519
36535
  },
@@ -36577,6 +36593,7 @@ const openapi = {
36577
36593
  },
36578
36594
  access_grant_key: {
36579
36595
  description: 'Filter Access Grants by access_grant_key. Use null to filter for Access Grants without an access_grant_key.',
36596
+ minLength: 1,
36580
36597
  nullable: true,
36581
36598
  type: 'string',
36582
36599
  },
@@ -36592,6 +36609,7 @@ const openapi = {
36592
36609
  },
36593
36610
  customer_key: {
36594
36611
  description: 'Customer key for which you want to list access grants.',
36612
+ minLength: 1,
36595
36613
  type: 'string',
36596
36614
  },
36597
36615
  device_id: {
@@ -36618,6 +36636,7 @@ const openapi = {
36618
36636
  },
36619
36637
  reservation_key: {
36620
36638
  description: 'Filter Access Grants by reservation_key.',
36639
+ minLength: 1,
36621
36640
  type: 'string',
36622
36641
  },
36623
36642
  space_id: {
@@ -36907,6 +36926,7 @@ const openapi = {
36907
36926
  name: 'reservation_key',
36908
36927
  schema: {
36909
36928
  description: 'Filter unmanaged Access Grants by reservation_key.',
36929
+ minLength: 1,
36910
36930
  type: 'string',
36911
36931
  },
36912
36932
  },
@@ -37002,6 +37022,7 @@ const openapi = {
37002
37022
  },
37003
37023
  reservation_key: {
37004
37024
  description: 'Filter unmanaged Access Grants by reservation_key.',
37025
+ minLength: 1,
37005
37026
  type: 'string',
37006
37027
  },
37007
37028
  user_identity_id: {
@@ -37073,6 +37094,7 @@ const openapi = {
37073
37094
  },
37074
37095
  access_grant_key: {
37075
37096
  description: 'Unique key for the access grant. If not provided, the existing key will be preserved.',
37097
+ minLength: 1,
37076
37098
  type: 'string',
37077
37099
  },
37078
37100
  is_managed: {
@@ -37131,6 +37153,7 @@ const openapi = {
37131
37153
  },
37132
37154
  access_grant_key: {
37133
37155
  description: 'Unique key for the access grant. If not provided, the existing key will be preserved.',
37156
+ minLength: 1,
37134
37157
  type: 'string',
37135
37158
  },
37136
37159
  is_managed: {
@@ -37445,6 +37468,7 @@ const openapi = {
37445
37468
  properties: {
37446
37469
  reservation_key: {
37447
37470
  description: 'Reservation key of the access grant whose access methods should be deleted.',
37471
+ minLength: 1,
37448
37472
  type: 'string',
37449
37473
  },
37450
37474
  },
@@ -42143,6 +42167,7 @@ const openapi = {
42143
42167
  name: 'customer_key',
42144
42168
  schema: {
42145
42169
  description: 'Customer key for which you want to list entrances.',
42170
+ minLength: 1,
42146
42171
  type: 'string',
42147
42172
  },
42148
42173
  },
@@ -42316,6 +42341,7 @@ const openapi = {
42316
42341
  },
42317
42342
  customer_key: {
42318
42343
  description: 'Customer key for which you want to list entrances.',
42344
+ minLength: 1,
42319
42345
  type: 'string',
42320
42346
  },
42321
42347
  limit: {
@@ -42698,6 +42724,7 @@ const openapi = {
42698
42724
  name: 'customer_key',
42699
42725
  schema: {
42700
42726
  description: 'Customer key for which you want to list access systems.',
42727
+ minLength: 1,
42701
42728
  type: 'string',
42702
42729
  },
42703
42730
  },
@@ -42774,6 +42801,7 @@ const openapi = {
42774
42801
  },
42775
42802
  customer_key: {
42776
42803
  description: 'Customer key for which you want to list access systems.',
42804
+ minLength: 1,
42777
42805
  type: 'string',
42778
42806
  },
42779
42807
  search: {
@@ -45496,6 +45524,7 @@ const openapi = {
45496
45524
  name: 'user_identifier_key',
45497
45525
  schema: {
45498
45526
  description: 'User identifier key associated with the client session that you want to get.',
45527
+ minLength: 1,
45499
45528
  type: 'string',
45500
45529
  },
45501
45530
  },
@@ -45550,6 +45579,7 @@ const openapi = {
45550
45579
  },
45551
45580
  user_identifier_key: {
45552
45581
  description: 'User identifier key associated with the client session that you want to get.',
45582
+ minLength: 1,
45553
45583
  type: 'string',
45554
45584
  },
45555
45585
  },
@@ -45704,6 +45734,7 @@ const openapi = {
45704
45734
  },
45705
45735
  user_identifier_key: {
45706
45736
  description: 'Your user ID for the user that you want to associate with the client session.',
45737
+ minLength: 1,
45707
45738
  type: 'string',
45708
45739
  },
45709
45740
  user_identity_id: {
@@ -45783,6 +45814,7 @@ const openapi = {
45783
45814
  },
45784
45815
  user_identifier_key: {
45785
45816
  description: 'Your user ID for the user that you want to associate with the client session.',
45817
+ minLength: 1,
45786
45818
  type: 'string',
45787
45819
  },
45788
45820
  user_identity_id: {
@@ -45857,6 +45889,7 @@ const openapi = {
45857
45889
  name: 'user_identifier_key',
45858
45890
  schema: {
45859
45891
  description: 'Your user ID for the user by which you want to filter client sessions.',
45892
+ minLength: 1,
45860
45893
  type: 'string',
45861
45894
  },
45862
45895
  },
@@ -45938,6 +45971,7 @@ const openapi = {
45938
45971
  },
45939
45972
  user_identifier_key: {
45940
45973
  description: 'Your user ID for the user by which you want to filter client sessions.',
45974
+ minLength: 1,
45941
45975
  type: 'string',
45942
45976
  },
45943
45977
  user_identity_id: {
@@ -46463,6 +46497,7 @@ const openapi = {
46463
46497
  name: 'customer_key',
46464
46498
  schema: {
46465
46499
  description: 'Customer key for which you want to list connect webviews.',
46500
+ minLength: 1,
46466
46501
  type: 'string',
46467
46502
  },
46468
46503
  },
@@ -46471,6 +46506,7 @@ const openapi = {
46471
46506
  name: 'user_identifier_key',
46472
46507
  schema: {
46473
46508
  description: 'Your user ID for the user by which you want to filter Connect Webviews.',
46509
+ minLength: 1,
46474
46510
  type: 'string',
46475
46511
  },
46476
46512
  },
@@ -46571,6 +46607,7 @@ const openapi = {
46571
46607
  },
46572
46608
  customer_key: {
46573
46609
  description: 'Customer key for which you want to list connect webviews.',
46610
+ minLength: 1,
46574
46611
  type: 'string',
46575
46612
  },
46576
46613
  limit: {
@@ -46591,6 +46628,7 @@ const openapi = {
46591
46628
  },
46592
46629
  user_identifier_key: {
46593
46630
  description: 'Your user ID for the user by which you want to filter Connect Webviews.',
46631
+ minLength: 1,
46594
46632
  type: 'string',
46595
46633
  },
46596
46634
  },
@@ -46876,6 +46914,7 @@ const openapi = {
46876
46914
  name: 'user_identifier_key',
46877
46915
  schema: {
46878
46916
  description: 'Your user ID for the user by which you want to filter connected accounts.',
46917
+ minLength: 1,
46879
46918
  type: 'string',
46880
46919
  },
46881
46920
  },
@@ -46895,6 +46934,7 @@ const openapi = {
46895
46934
  name: 'customer_key',
46896
46935
  schema: {
46897
46936
  description: 'Customer key by which you want to filter connected accounts.',
46937
+ minLength: 1,
46898
46938
  type: 'string',
46899
46939
  },
46900
46940
  },
@@ -46993,6 +47033,7 @@ const openapi = {
46993
47033
  },
46994
47034
  customer_key: {
46995
47035
  description: 'Customer key by which you want to filter connected accounts.',
47036
+ minLength: 1,
46996
47037
  type: 'string',
46997
47038
  },
46998
47039
  limit: {
@@ -47019,6 +47060,7 @@ const openapi = {
47019
47060
  },
47020
47061
  user_identifier_key: {
47021
47062
  description: 'Your user ID for the user by which you want to filter connected accounts.',
47063
+ minLength: 1,
47022
47064
  type: 'string',
47023
47065
  },
47024
47066
  },
@@ -49775,10 +49817,12 @@ const openapi = {
49775
49817
  properties: {
49776
49818
  customer_key: {
49777
49819
  description: 'The customer_key identifying the customer who owns the reservation.',
49820
+ minLength: 1,
49778
49821
  type: 'string',
49779
49822
  },
49780
49823
  reservation_key: {
49781
49824
  description: 'The key of the reservation to create a deep link for.',
49825
+ minLength: 1,
49782
49826
  type: 'string',
49783
49827
  },
49784
49828
  },
@@ -50070,6 +50114,7 @@ const openapi = {
50070
50114
  name: 'customer_key',
50071
50115
  schema: {
50072
50116
  description: 'Customer key for which you want to list devices.',
50117
+ minLength: 1,
50073
50118
  type: 'string',
50074
50119
  },
50075
50120
  },
@@ -50354,6 +50399,7 @@ const openapi = {
50354
50399
  name: 'user_identifier_key',
50355
50400
  schema: {
50356
50401
  description: 'Your own internal user ID for the user for which you want to list devices.',
50402
+ minLength: 1,
50357
50403
  type: 'string',
50358
50404
  },
50359
50405
  },
@@ -50550,6 +50596,7 @@ const openapi = {
50550
50596
  },
50551
50597
  customer_key: {
50552
50598
  description: 'Customer key for which you want to list devices.',
50599
+ minLength: 1,
50553
50600
  type: 'string',
50554
50601
  },
50555
50602
  device_ids: {
@@ -50854,6 +50901,7 @@ const openapi = {
50854
50901
  },
50855
50902
  user_identifier_key: {
50856
50903
  description: 'Your own internal user ID for the user for which you want to list devices.',
50904
+ minLength: 1,
50857
50905
  type: 'string',
50858
50906
  },
50859
50907
  },
@@ -52847,6 +52895,7 @@ const openapi = {
52847
52895
  name: 'customer_key',
52848
52896
  schema: {
52849
52897
  description: 'Customer key for which you want to list devices.',
52898
+ minLength: 1,
52850
52899
  type: 'string',
52851
52900
  },
52852
52901
  },
@@ -53280,6 +53329,7 @@ const openapi = {
53280
53329
  },
53281
53330
  customer_key: {
53282
53331
  description: 'Customer key for which you want to list devices.',
53332
+ minLength: 1,
53283
53333
  type: 'string',
53284
53334
  },
53285
53335
  device_ids: {
@@ -54065,6 +54115,7 @@ const openapi = {
54065
54115
  name: 'customer_key',
54066
54116
  schema: {
54067
54117
  description: 'Customer key for which you want to list events.',
54118
+ minLength: 1,
54068
54119
  type: 'string',
54069
54120
  },
54070
54121
  },
@@ -54674,6 +54725,7 @@ const openapi = {
54674
54725
  },
54675
54726
  customer_key: {
54676
54727
  description: 'Customer key for which you want to list events.',
54728
+ minLength: 1,
54677
54729
  type: 'string',
54678
54730
  },
54679
54731
  device_id: {
@@ -55519,6 +55571,7 @@ const openapi = {
55519
55571
  name: 'customer_key',
55520
55572
  schema: {
55521
55573
  description: 'Customer key for which you want to list devices.',
55574
+ minLength: 1,
55522
55575
  type: 'string',
55523
55576
  },
55524
55577
  },
@@ -55731,6 +55784,7 @@ const openapi = {
55731
55784
  },
55732
55785
  customer_key: {
55733
55786
  description: 'Customer key for which you want to list devices.',
55787
+ minLength: 1,
55734
55788
  type: 'string',
55735
55789
  },
55736
55790
  device_type: {
@@ -56154,6 +56208,7 @@ const openapi = {
56154
56208
  name: 'customer_key',
56155
56209
  schema: {
56156
56210
  description: 'Customer key for which you want to list devices.',
56211
+ minLength: 1,
56157
56212
  type: 'string',
56158
56213
  },
56159
56214
  },
@@ -56268,6 +56323,7 @@ const openapi = {
56268
56323
  },
56269
56324
  customer_key: {
56270
56325
  description: 'Customer key for which you want to list devices.',
56326
+ minLength: 1,
56271
56327
  type: 'string',
56272
56328
  },
56273
56329
  device_type: {
@@ -57554,6 +57610,7 @@ const openapi = {
57554
57610
  properties: {
57555
57611
  bridge_client_machine_identifier_key: {
57556
57612
  description: 'Identifier key of the client machine for the Seam Bridge client that you want to create.',
57613
+ minLength: 1,
57557
57614
  type: 'string',
57558
57615
  },
57559
57616
  bridge_client_name: {
@@ -60654,6 +60711,7 @@ const openapi = {
60654
60711
  },
60655
60712
  site_key: {
60656
60713
  description: 'Unique key for the site within the workspace.',
60714
+ minLength: 1,
60657
60715
  type: 'string',
60658
60716
  },
60659
60717
  },
@@ -60924,6 +60982,7 @@ const openapi = {
60924
60982
  },
60925
60983
  site_key: {
60926
60984
  description: 'New unique key for the site within the workspace.',
60985
+ minLength: 1,
60927
60986
  type: 'string',
60928
60987
  },
60929
60988
  },
@@ -60985,6 +61044,7 @@ const openapi = {
60985
61044
  },
60986
61045
  site_key: {
60987
61046
  description: 'New unique key for the site within the workspace.',
61047
+ minLength: 1,
60988
61048
  type: 'string',
60989
61049
  },
60990
61050
  },
@@ -62718,6 +62778,7 @@ const openapi = {
62718
62778
  name: 'customer_key',
62719
62779
  schema: {
62720
62780
  description: 'Key of the customer to get automation config for.',
62781
+ minLength: 1,
62721
62782
  type: 'string',
62722
62783
  },
62723
62784
  },
@@ -63010,6 +63071,7 @@ const openapi = {
63010
63071
  properties: {
63011
63072
  customer_key: {
63012
63073
  description: 'Key of the customer to get automation config for.',
63074
+ minLength: 1,
63013
63075
  type: 'string',
63014
63076
  },
63015
63077
  },
@@ -63548,6 +63610,7 @@ const openapi = {
63548
63610
  },
63549
63611
  customer_key: {
63550
63612
  description: 'Key of the customer to update automation config for.',
63613
+ minLength: 1,
63551
63614
  type: 'string',
63552
63615
  },
63553
63616
  },
@@ -63831,6 +63894,7 @@ const openapi = {
63831
63894
  },
63832
63895
  customer_key: {
63833
63896
  description: 'Key of the customer to update automation config for.',
63897
+ minLength: 1,
63834
63898
  type: 'string',
63835
63899
  },
63836
63900
  },
@@ -64454,7 +64518,7 @@ const openapi = {
64454
64518
  type: 'string',
64455
64519
  },
64456
64520
  customer_id: { type: 'string' },
64457
- customer_key: { type: 'string' },
64521
+ customer_key: { minLength: 1, type: 'string' },
64458
64522
  unique_provider_resource_key: { type: 'string' },
64459
64523
  },
64460
64524
  required: ['connector_id'],
@@ -65051,6 +65115,7 @@ const openapi = {
65051
65115
  },
65052
65116
  customer_key: {
65053
65117
  description: 'Key of the customer to sync',
65118
+ minLength: 1,
65054
65119
  type: 'string',
65055
65120
  },
65056
65121
  unique_provider_resource_key: {
@@ -66611,6 +66676,7 @@ const openapi = {
66611
66676
  properties: {
66612
66677
  customer_key: {
66613
66678
  description: 'The customer key to open a portal for.',
66679
+ minLength: 1,
66614
66680
  type: 'string',
66615
66681
  },
66616
66682
  },
@@ -66664,6 +66730,7 @@ const openapi = {
66664
66730
  name: 'space_key',
66665
66731
  schema: {
66666
66732
  description: 'Optional filter to list encoders for a specific space.',
66733
+ minLength: 1,
66667
66734
  type: 'string',
66668
66735
  },
66669
66736
  },
@@ -66713,6 +66780,7 @@ const openapi = {
66713
66780
  properties: {
66714
66781
  space_key: {
66715
66782
  description: 'Optional filter to list encoders for a specific space.',
66783
+ minLength: 1,
66716
66784
  type: 'string',
66717
66785
  },
66718
66786
  },
@@ -69132,6 +69200,7 @@ const openapi = {
69132
69200
  name: 'customer_key',
69133
69201
  schema: {
69134
69202
  description: 'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
69203
+ minLength: 1,
69135
69204
  type: 'string',
69136
69205
  },
69137
69206
  },
@@ -69149,6 +69218,7 @@ const openapi = {
69149
69218
  name: 'reservation_key',
69150
69219
  schema: {
69151
69220
  description: 'Key of the reservation to retrieve.',
69221
+ minLength: 1,
69152
69222
  type: 'string',
69153
69223
  },
69154
69224
  },
@@ -69355,6 +69425,7 @@ const openapi = {
69355
69425
  properties: {
69356
69426
  customer_key: {
69357
69427
  description: 'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
69428
+ minLength: 1,
69358
69429
  type: 'string',
69359
69430
  },
69360
69431
  reservation_id: {
@@ -69364,6 +69435,7 @@ const openapi = {
69364
69435
  },
69365
69436
  reservation_key: {
69366
69437
  description: 'Key of the reservation to retrieve.',
69438
+ minLength: 1,
69367
69439
  type: 'string',
69368
69440
  },
69369
69441
  },
@@ -69575,6 +69647,7 @@ const openapi = {
69575
69647
  name: 'customer_key',
69576
69648
  schema: {
69577
69649
  description: 'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
69650
+ minLength: 1,
69578
69651
  type: 'string',
69579
69652
  },
69580
69653
  },
@@ -69583,6 +69656,7 @@ const openapi = {
69583
69656
  name: 'space_key',
69584
69657
  schema: {
69585
69658
  description: 'Filter reservations by space key.',
69659
+ minLength: 1,
69586
69660
  type: 'string',
69587
69661
  },
69588
69662
  },
@@ -69936,6 +70010,7 @@ const openapi = {
69936
70010
  },
69937
70011
  customer_key: {
69938
70012
  description: 'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
70013
+ minLength: 1,
69939
70014
  type: 'string',
69940
70015
  },
69941
70016
  limit: {
@@ -69962,6 +70037,7 @@ const openapi = {
69962
70037
  },
69963
70038
  space_key: {
69964
70039
  description: 'Filter reservations by space key.',
70040
+ minLength: 1,
69965
70041
  type: 'string',
69966
70042
  },
69967
70043
  user_identity_id: {
@@ -70219,6 +70295,7 @@ const openapi = {
70219
70295
  required: false,
70220
70296
  schema: {
70221
70297
  description: 'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
70298
+ minLength: 1,
70222
70299
  type: 'string',
70223
70300
  },
70224
70301
  },
@@ -70228,6 +70305,7 @@ const openapi = {
70228
70305
  required: true,
70229
70306
  schema: {
70230
70307
  description: 'The reservation_key to filter access grants by.',
70308
+ minLength: 1,
70231
70309
  type: 'string',
70232
70310
  },
70233
70311
  },
@@ -70278,10 +70356,12 @@ const openapi = {
70278
70356
  properties: {
70279
70357
  customer_key: {
70280
70358
  description: 'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
70359
+ minLength: 1,
70281
70360
  type: 'string',
70282
70361
  },
70283
70362
  reservation_key: {
70284
70363
  description: 'The reservation_key to filter access grants by.',
70364
+ minLength: 1,
70285
70365
  type: 'string',
70286
70366
  },
70287
70367
  },
@@ -71044,6 +71124,7 @@ const openapi = {
71044
71124
  },
71045
71125
  parent_space_key: {
71046
71126
  description: 'Space key of the parent space for this space.',
71127
+ minLength: 1,
71047
71128
  type: 'string',
71048
71129
  },
71049
71130
  parent_space_name: {
@@ -71052,6 +71133,7 @@ const openapi = {
71052
71133
  },
71053
71134
  space_key: {
71054
71135
  description: 'Unique key for the space within the workspace.',
71136
+ minLength: 1,
71055
71137
  type: 'string',
71056
71138
  },
71057
71139
  },
@@ -71125,6 +71207,7 @@ const openapi = {
71125
71207
  name: 'space_key',
71126
71208
  schema: {
71127
71209
  description: 'Filter spaces by space_key.',
71210
+ minLength: 1,
71128
71211
  type: 'string',
71129
71212
  },
71130
71213
  },
@@ -71143,6 +71226,7 @@ const openapi = {
71143
71226
  name: 'parent_space_key',
71144
71227
  schema: {
71145
71228
  description: 'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
71229
+ minLength: 1,
71146
71230
  type: 'string',
71147
71231
  'x-undocumented': 'Only used internally.',
71148
71232
  },
@@ -71208,6 +71292,7 @@ const openapi = {
71208
71292
  },
71209
71293
  parent_space_key: {
71210
71294
  description: 'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
71295
+ minLength: 1,
71211
71296
  type: 'string',
71212
71297
  'x-undocumented': 'Only used internally.',
71213
71298
  },
@@ -71218,6 +71303,7 @@ const openapi = {
71218
71303
  },
71219
71304
  space_key: {
71220
71305
  description: 'Filter spaces by space_key.',
71306
+ minLength: 1,
71221
71307
  type: 'string',
71222
71308
  },
71223
71309
  },
@@ -71286,6 +71372,7 @@ const openapi = {
71286
71372
  required: true,
71287
71373
  schema: {
71288
71374
  description: 'Filter reservations by space key.',
71375
+ minLength: 1,
71289
71376
  type: 'string',
71290
71377
  },
71291
71378
  },
@@ -71424,6 +71511,7 @@ const openapi = {
71424
71511
  },
71425
71512
  space_key: {
71426
71513
  description: 'Filter reservations by space key.',
71514
+ minLength: 1,
71427
71515
  type: 'string',
71428
71516
  },
71429
71517
  },
@@ -71630,6 +71718,7 @@ const openapi = {
71630
71718
  required: true,
71631
71719
  schema: {
71632
71720
  description: 'Key of staff member to get.',
71721
+ minLength: 1,
71633
71722
  type: 'string',
71634
71723
  },
71635
71724
  },
@@ -71721,6 +71810,7 @@ const openapi = {
71721
71810
  properties: {
71722
71811
  staff_member_key: {
71723
71812
  description: 'Key of staff member to get.',
71813
+ minLength: 1,
71724
71814
  type: 'string',
71725
71815
  },
71726
71816
  },
@@ -71818,6 +71908,7 @@ const openapi = {
71818
71908
  name: 'space_key',
71819
71909
  schema: {
71820
71910
  description: 'Filter staff members by space key.',
71911
+ minLength: 1,
71821
71912
  type: 'string',
71822
71913
  },
71823
71914
  },
@@ -71961,6 +72052,7 @@ const openapi = {
71961
72052
  },
71962
72053
  space_key: {
71963
72054
  description: 'Filter staff members by space key.',
72055
+ minLength: 1,
71964
72056
  type: 'string',
71965
72057
  },
71966
72058
  },
@@ -72671,13 +72763,18 @@ const openapi = {
72671
72763
  name: 'customer_key',
72672
72764
  schema: {
72673
72765
  description: 'Customer key for which to auto-map spaces.',
72766
+ minLength: 1,
72674
72767
  type: 'string',
72675
72768
  },
72676
72769
  },
72677
72770
  {
72678
72771
  in: 'query',
72679
72772
  name: 'collection_key',
72680
- schema: { description: 'Collection key.', type: 'string' },
72773
+ schema: {
72774
+ description: 'Collection key.',
72775
+ minLength: 1,
72776
+ type: 'string',
72777
+ },
72681
72778
  },
72682
72779
  {
72683
72780
  in: 'query',
@@ -72806,6 +72903,7 @@ const openapi = {
72806
72903
  properties: {
72807
72904
  collection_key: {
72808
72905
  description: 'Collection key.',
72906
+ minLength: 1,
72809
72907
  type: 'string',
72810
72908
  },
72811
72909
  connected_account_id: {
@@ -72815,6 +72913,7 @@ const openapi = {
72815
72913
  },
72816
72914
  customer_key: {
72817
72915
  description: 'Customer key for which to auto-map spaces.',
72916
+ minLength: 1,
72818
72917
  type: 'string',
72819
72918
  },
72820
72919
  },
@@ -73372,6 +73471,7 @@ const openapi = {
73372
73471
  },
73373
73472
  space_key: {
73374
73473
  description: 'Unique key for the space within the workspace.',
73474
+ minLength: 1,
73375
73475
  type: 'string',
73376
73476
  },
73377
73477
  },
@@ -73577,6 +73677,7 @@ const openapi = {
73577
73677
  properties: {
73578
73678
  space_key: {
73579
73679
  description: 'Unique key of the space that you want to get.',
73680
+ minLength: 1,
73580
73681
  type: 'string',
73581
73682
  },
73582
73683
  },
@@ -73643,7 +73744,7 @@ const openapi = {
73643
73744
  name: 'space_keys',
73644
73745
  schema: {
73645
73746
  description: 'Keys of the spaces that you want to get along with their related resources.',
73646
- items: { type: 'string' },
73747
+ items: { minLength: 1, type: 'string' },
73647
73748
  type: 'array',
73648
73749
  },
73649
73750
  },
@@ -73803,7 +73904,7 @@ const openapi = {
73803
73904
  },
73804
73905
  space_keys: {
73805
73906
  description: 'Keys of the spaces that you want to get along with their related resources.',
73806
- items: { type: 'string' },
73907
+ items: { minLength: 1, type: 'string' },
73807
73908
  type: 'array',
73808
73909
  },
73809
73910
  },
@@ -73899,6 +74000,7 @@ const openapi = {
73899
74000
  name: 'customer_key',
73900
74001
  schema: {
73901
74002
  description: 'Customer key for which you want to list spaces.',
74003
+ minLength: 1,
73902
74004
  type: 'string',
73903
74005
  },
73904
74006
  },
@@ -73927,6 +74029,7 @@ const openapi = {
73927
74029
  name: 'space_key',
73928
74030
  schema: {
73929
74031
  description: 'Filter spaces by space_key.',
74032
+ minLength: 1,
73930
74033
  type: 'string',
73931
74034
  },
73932
74035
  },
@@ -73945,6 +74048,7 @@ const openapi = {
73945
74048
  name: 'parent_space_key',
73946
74049
  schema: {
73947
74050
  description: 'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
74051
+ minLength: 1,
73948
74052
  type: 'string',
73949
74053
  'x-undocumented': 'Only used internally.',
73950
74054
  },
@@ -74025,6 +74129,7 @@ const openapi = {
74025
74129
  },
74026
74130
  customer_key: {
74027
74131
  description: 'Customer key for which you want to list spaces.',
74132
+ minLength: 1,
74028
74133
  type: 'string',
74029
74134
  },
74030
74135
  limit: {
@@ -74046,6 +74151,7 @@ const openapi = {
74046
74151
  },
74047
74152
  parent_space_key: {
74048
74153
  description: 'Filter spaces to only include those whose parent space has the specified `parent_space_key`.',
74154
+ minLength: 1,
74049
74155
  type: 'string',
74050
74156
  'x-undocumented': 'Only used internally.',
74051
74157
  },
@@ -74056,6 +74162,7 @@ const openapi = {
74056
74162
  },
74057
74163
  space_key: {
74058
74164
  description: 'Filter spaces by space_key.',
74165
+ minLength: 1,
74059
74166
  type: 'string',
74060
74167
  },
74061
74168
  },
@@ -74490,6 +74597,7 @@ const openapi = {
74490
74597
  },
74491
74598
  parent_space_key: {
74492
74599
  description: 'Reassign this space to the parent space (site) with this `parent_space_key`.',
74600
+ minLength: 1,
74493
74601
  type: 'string',
74494
74602
  'x-undocumented': 'Only used internally.',
74495
74603
  },
@@ -74500,6 +74608,7 @@ const openapi = {
74500
74608
  },
74501
74609
  space_key: {
74502
74610
  description: 'Unique key of the space that you want to update.',
74611
+ minLength: 1,
74503
74612
  type: 'string',
74504
74613
  },
74505
74614
  },
@@ -74596,6 +74705,7 @@ const openapi = {
74596
74705
  },
74597
74706
  parent_space_key: {
74598
74707
  description: 'Reassign this space to the parent space (site) with this `parent_space_key`.',
74708
+ minLength: 1,
74599
74709
  type: 'string',
74600
74710
  'x-undocumented': 'Only used internally.',
74601
74711
  },
@@ -74606,6 +74716,7 @@ const openapi = {
74606
74716
  },
74607
74717
  space_key: {
74608
74718
  description: 'Unique key of the space that you want to update.',
74719
+ minLength: 1,
74609
74720
  type: 'string',
74610
74721
  },
74611
74722
  },
@@ -74659,6 +74770,7 @@ const openapi = {
74659
74770
  properties: {
74660
74771
  climate_preset_key: {
74661
74772
  description: 'Climate preset key of the climate preset that you want to activate.',
74773
+ minLength: 1,
74662
74774
  type: 'string',
74663
74775
  },
74664
74776
  device_id: {
@@ -75261,6 +75373,7 @@ const openapi = {
75261
75373
  properties: {
75262
75374
  climate_preset_key: {
75263
75375
  description: 'Climate preset key of the climate preset that you want to delete.',
75376
+ minLength: 1,
75264
75377
  type: 'string',
75265
75378
  },
75266
75379
  device_id: {
@@ -75314,6 +75427,7 @@ const openapi = {
75314
75427
  properties: {
75315
75428
  climate_preset_key: {
75316
75429
  description: 'Climate preset key of the climate preset that you want to delete.',
75430
+ minLength: 1,
75317
75431
  type: 'string',
75318
75432
  },
75319
75433
  device_id: {
@@ -75643,6 +75757,7 @@ const openapi = {
75643
75757
  name: 'customer_key',
75644
75758
  schema: {
75645
75759
  description: 'Customer key for which you want to list devices.',
75760
+ minLength: 1,
75646
75761
  type: 'string',
75647
75762
  },
75648
75763
  },
@@ -75778,6 +75893,7 @@ const openapi = {
75778
75893
  },
75779
75894
  customer_key: {
75780
75895
  description: 'Customer key for which you want to list devices.',
75896
+ minLength: 1,
75781
75897
  type: 'string',
75782
75898
  },
75783
75899
  device_type: {
@@ -75942,6 +76058,7 @@ const openapi = {
75942
76058
  properties: {
75943
76059
  climate_preset_key: {
75944
76060
  description: 'Key of the [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the new thermostat schedule.',
76061
+ minLength: 1,
75945
76062
  type: 'string',
75946
76063
  },
75947
76064
  device_id: {
@@ -76245,6 +76362,7 @@ const openapi = {
76245
76362
  required: false,
76246
76363
  schema: {
76247
76364
  description: 'User identifier key by which to filter the list of returned thermostat schedules.',
76365
+ minLength: 1,
76248
76366
  type: 'string',
76249
76367
  },
76250
76368
  },
@@ -76305,6 +76423,7 @@ const openapi = {
76305
76423
  },
76306
76424
  user_identifier_key: {
76307
76425
  description: 'User identifier key by which to filter the list of returned thermostat schedules.',
76426
+ minLength: 1,
76308
76427
  type: 'string',
76309
76428
  },
76310
76429
  },
@@ -76367,6 +76486,7 @@ const openapi = {
76367
76486
  properties: {
76368
76487
  climate_preset_key: {
76369
76488
  description: 'Key of the [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule.',
76489
+ minLength: 1,
76370
76490
  type: 'string',
76371
76491
  },
76372
76492
  ends_at: {
@@ -76443,6 +76563,7 @@ const openapi = {
76443
76563
  properties: {
76444
76564
  climate_preset_key: {
76445
76565
  description: 'Key of the [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule.',
76566
+ minLength: 1,
76446
76567
  type: 'string',
76447
76568
  },
76448
76569
  ends_at: {
@@ -76521,6 +76642,7 @@ const openapi = {
76521
76642
  properties: {
76522
76643
  climate_preset_key: {
76523
76644
  description: 'Climate preset key of the climate preset that you want to set as the fallback climate preset.',
76645
+ minLength: 1,
76524
76646
  type: 'string',
76525
76647
  },
76526
76648
  device_id: {
@@ -78054,6 +78176,7 @@ const openapi = {
78054
78176
  },
78055
78177
  user_identity_key: {
78056
78178
  description: 'Key of the user identity to which you want to add an access system user.',
78179
+ minLength: 1,
78057
78180
  type: 'string',
78058
78181
  },
78059
78182
  },
@@ -78111,6 +78234,7 @@ const openapi = {
78111
78234
  },
78112
78235
  user_identity_key: {
78113
78236
  description: 'Key of the user identity to which you want to add an access system user.',
78237
+ minLength: 1,
78114
78238
  type: 'string',
78115
78239
  },
78116
78240
  },
@@ -78840,7 +78964,9 @@ const openapi = {
78840
78964
  type: 'object',
78841
78965
  },
78842
78966
  {
78843
- properties: { user_identity_key: { type: 'string' } },
78967
+ properties: {
78968
+ user_identity_key: { minLength: 1, type: 'string' },
78969
+ },
78844
78970
  required: ['user_identity_key'],
78845
78971
  type: 'object',
78846
78972
  },
@@ -80215,6 +80341,7 @@ const openapi = {
80215
80341
  },
80216
80342
  user_identity_key: {
80217
80343
  description: 'Unique key for the user identity. If not provided, the existing key will be preserved.',
80344
+ minLength: 1,
80218
80345
  type: 'string',
80219
80346
  },
80220
80347
  },
@@ -80273,6 +80400,7 @@ const openapi = {
80273
80400
  },
80274
80401
  user_identity_key: {
80275
80402
  description: 'Unique key for the user identity. If not provided, the existing key will be preserved.',
80403
+ minLength: 1,
80276
80404
  type: 'string',
80277
80405
  },
80278
80406
  },
@@ -81200,6 +81328,7 @@ const openapi = {
81200
81328
  name: 'customer_key',
81201
81329
  schema: {
81202
81330
  description: 'Customer key for which you want to list customization profiles.',
81331
+ minLength: 1,
81203
81332
  type: 'string',
81204
81333
  },
81205
81334
  },
@@ -81254,6 +81383,7 @@ const openapi = {
81254
81383
  properties: {
81255
81384
  customer_key: {
81256
81385
  description: 'Customer key for which you want to list customization profiles.',
81386
+ minLength: 1,
81257
81387
  type: 'string',
81258
81388
  },
81259
81389
  },