@seamapi/types 1.408.0 → 1.409.1

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 (36) hide show
  1. package/dist/connect.cjs +185 -287
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +294 -218
  4. package/lib/seam/connect/model-types.d.ts +1 -1
  5. package/lib/seam/connect/models/access-grants/access-grant.js +2 -1
  6. package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
  7. package/lib/seam/connect/models/access-grants/access-method.js +2 -1
  8. package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
  9. package/lib/seam/connect/models/access-grants/requested-access-method.js +1 -5
  10. package/lib/seam/connect/models/access-grants/requested-access-method.js.map +1 -1
  11. package/lib/seam/connect/models/events/access-grants.js +5 -5
  12. package/lib/seam/connect/models/events/access-methods.js +4 -4
  13. package/lib/seam/connect/models/pagination.d.ts +1 -0
  14. package/lib/seam/connect/models/partner/resources.d.ts +1 -0
  15. package/lib/seam/connect/models/spaces/space.js +6 -1
  16. package/lib/seam/connect/models/spaces/space.js.map +1 -1
  17. package/lib/seam/connect/openapi.d.ts +142 -213
  18. package/lib/seam/connect/openapi.js +140 -263
  19. package/lib/seam/connect/openapi.js.map +1 -1
  20. package/lib/seam/connect/route-types.d.ts +12 -3
  21. package/lib/seam/connect/schemas.d.ts +1 -1
  22. package/lib/seam/connect/schemas.js +1 -1
  23. package/lib/seam/connect/schemas.js.map +1 -1
  24. package/package.json +1 -1
  25. package/src/lib/seam/connect/model-types.ts +6 -0
  26. package/src/lib/seam/connect/models/access-grants/access-grant.ts +2 -1
  27. package/src/lib/seam/connect/models/access-grants/access-method.ts +2 -1
  28. package/src/lib/seam/connect/models/access-grants/requested-access-method.ts +1 -5
  29. package/src/lib/seam/connect/models/events/access-grants.ts +5 -5
  30. package/src/lib/seam/connect/models/events/access-methods.ts +4 -4
  31. package/src/lib/seam/connect/models/pagination.ts +2 -0
  32. package/src/lib/seam/connect/models/partner/resources.ts +2 -0
  33. package/src/lib/seam/connect/models/spaces/space.ts +6 -1
  34. package/src/lib/seam/connect/openapi.ts +142 -275
  35. package/src/lib/seam/connect/route-types.ts +20 -7
  36. package/src/lib/seam/connect/schemas.ts +2 -0
@@ -8703,28 +8703,6 @@ declare const _default: {
8703
8703
  'x-route-path': string;
8704
8704
  'x-undocumented': string;
8705
8705
  };
8706
- network: {
8707
- properties: {
8708
- created_at: {
8709
- format: string;
8710
- type: string;
8711
- };
8712
- display_name: {
8713
- type: string;
8714
- };
8715
- network_id: {
8716
- format: string;
8717
- type: string;
8718
- };
8719
- workspace_id: {
8720
- format: string;
8721
- type: string;
8722
- };
8723
- };
8724
- required: string[];
8725
- type: string;
8726
- 'x-route-path': string;
8727
- };
8728
8706
  noise_threshold: {
8729
8707
  description: string;
8730
8708
  properties: {
@@ -9384,6 +9362,37 @@ declare const _default: {
9384
9362
  'x-route-path': string;
9385
9363
  'x-undocumented': string;
9386
9364
  };
9365
+ space: {
9366
+ properties: {
9367
+ created_at: {
9368
+ description: string;
9369
+ format: string;
9370
+ type: string;
9371
+ };
9372
+ display_name: {
9373
+ description: string;
9374
+ type: string;
9375
+ };
9376
+ name: {
9377
+ description: string;
9378
+ type: string;
9379
+ };
9380
+ space_id: {
9381
+ description: string;
9382
+ format: string;
9383
+ type: string;
9384
+ };
9385
+ workspace_id: {
9386
+ description: string;
9387
+ format: string;
9388
+ type: string;
9389
+ };
9390
+ };
9391
+ required: string[];
9392
+ type: string;
9393
+ 'x-draft': string;
9394
+ 'x-route-path': string;
9395
+ };
9387
9396
  thermostat_schedule: {
9388
9397
  description: string;
9389
9398
  properties: {
@@ -13641,7 +13650,6 @@ declare const _default: {
13641
13650
  };
13642
13651
  required: string[];
13643
13652
  type: string;
13644
- 'x-undocumented': string;
13645
13653
  };
13646
13654
  type: string;
13647
13655
  };
@@ -13666,7 +13674,8 @@ declare const _default: {
13666
13674
  };
13667
13675
  required: string[];
13668
13676
  type: string;
13669
- 'x-undocumented': string;
13677
+ 'x-draft': string;
13678
+ 'x-route-path': string;
13670
13679
  };
13671
13680
  ok: {
13672
13681
  type: string;
@@ -13709,12 +13718,12 @@ declare const _default: {
13709
13718
  })[];
13710
13719
  summary: string;
13711
13720
  tags: never[];
13721
+ 'x-draft': string;
13712
13722
  'x-fern-sdk-group-name': string[];
13713
13723
  'x-fern-sdk-method-name': string;
13714
13724
  'x-fern-sdk-return-value': string;
13715
13725
  'x-response-key': string;
13716
13726
  'x-title': string;
13717
- 'x-undocumented': string;
13718
13727
  };
13719
13728
  };
13720
13729
  '/access_grants/delete': {
@@ -13785,11 +13794,11 @@ declare const _default: {
13785
13794
  })[];
13786
13795
  summary: string;
13787
13796
  tags: never[];
13797
+ 'x-draft': string;
13788
13798
  'x-fern-sdk-group-name': string[];
13789
13799
  'x-fern-sdk-method-name': string;
13790
13800
  'x-response-key': null;
13791
13801
  'x-title': string;
13792
- 'x-undocumented': string;
13793
13802
  };
13794
13803
  };
13795
13804
  '/access_grants/get': {
@@ -13881,7 +13890,6 @@ declare const _default: {
13881
13890
  };
13882
13891
  required: string[];
13883
13892
  type: string;
13884
- 'x-undocumented': string;
13885
13893
  };
13886
13894
  type: string;
13887
13895
  };
@@ -13906,7 +13914,8 @@ declare const _default: {
13906
13914
  };
13907
13915
  required: string[];
13908
13916
  type: string;
13909
- 'x-undocumented': string;
13917
+ 'x-draft': string;
13918
+ 'x-route-path': string;
13910
13919
  };
13911
13920
  ok: {
13912
13921
  type: string;
@@ -13949,12 +13958,12 @@ declare const _default: {
13949
13958
  })[];
13950
13959
  summary: string;
13951
13960
  tags: never[];
13961
+ 'x-draft': string;
13952
13962
  'x-fern-sdk-group-name': string[];
13953
13963
  'x-fern-sdk-method-name': string;
13954
13964
  'x-fern-sdk-return-value': string;
13955
13965
  'x-response-key': string;
13956
13966
  'x-title': string;
13957
- 'x-undocumented': string;
13958
13967
  };
13959
13968
  };
13960
13969
  '/access_grants/list': {
@@ -14067,7 +14076,6 @@ declare const _default: {
14067
14076
  };
14068
14077
  required: string[];
14069
14078
  type: string;
14070
- 'x-undocumented': string;
14071
14079
  };
14072
14080
  type: string;
14073
14081
  };
@@ -14092,7 +14100,8 @@ declare const _default: {
14092
14100
  };
14093
14101
  required: string[];
14094
14102
  type: string;
14095
- 'x-undocumented': string;
14103
+ 'x-draft': string;
14104
+ 'x-route-path': string;
14096
14105
  };
14097
14106
  type: string;
14098
14107
  };
@@ -14137,12 +14146,12 @@ declare const _default: {
14137
14146
  })[];
14138
14147
  summary: string;
14139
14148
  tags: never[];
14149
+ 'x-draft': string;
14140
14150
  'x-fern-sdk-group-name': string[];
14141
14151
  'x-fern-sdk-method-name': string;
14142
14152
  'x-fern-sdk-return-value': string;
14143
14153
  'x-response-key': string;
14144
14154
  'x-title': string;
14145
- 'x-undocumented': string;
14146
14155
  };
14147
14156
  };
14148
14157
  '/access_methods/delete': {
@@ -14205,11 +14214,11 @@ declare const _default: {
14205
14214
  })[];
14206
14215
  summary: string;
14207
14216
  tags: never[];
14217
+ 'x-draft': string;
14208
14218
  'x-fern-sdk-group-name': string[];
14209
14219
  'x-fern-sdk-method-name': string;
14210
14220
  'x-response-key': null;
14211
14221
  'x-title': string;
14212
- 'x-undocumented': string;
14213
14222
  };
14214
14223
  };
14215
14224
  '/access_methods/get': {
@@ -14281,7 +14290,8 @@ declare const _default: {
14281
14290
  };
14282
14291
  required: string[];
14283
14292
  type: string;
14284
- 'x-undocumented': string;
14293
+ 'x-draft': string;
14294
+ 'x-route-path': string;
14285
14295
  };
14286
14296
  ok: {
14287
14297
  type: string;
@@ -14316,12 +14326,12 @@ declare const _default: {
14316
14326
  })[];
14317
14327
  summary: string;
14318
14328
  tags: never[];
14329
+ 'x-draft': string;
14319
14330
  'x-fern-sdk-group-name': string[];
14320
14331
  'x-fern-sdk-method-name': string;
14321
14332
  'x-fern-sdk-return-value': string;
14322
14333
  'x-response-key': string;
14323
14334
  'x-title': string;
14324
- 'x-undocumented': string;
14325
14335
  };
14326
14336
  };
14327
14337
  '/access_methods/list': {
@@ -14394,7 +14404,8 @@ declare const _default: {
14394
14404
  };
14395
14405
  required: string[];
14396
14406
  type: string;
14397
- 'x-undocumented': string;
14407
+ 'x-draft': string;
14408
+ 'x-route-path': string;
14398
14409
  };
14399
14410
  type: string;
14400
14411
  };
@@ -14431,12 +14442,12 @@ declare const _default: {
14431
14442
  })[];
14432
14443
  summary: string;
14433
14444
  tags: never[];
14445
+ 'x-draft': string;
14434
14446
  'x-fern-sdk-group-name': string[];
14435
14447
  'x-fern-sdk-method-name': string;
14436
14448
  'x-fern-sdk-return-value': string;
14437
14449
  'x-response-key': string;
14438
14450
  'x-title': string;
14439
- 'x-undocumented': string;
14440
14451
  };
14441
14452
  };
14442
14453
  '/acs/access_groups/add_user': {
@@ -23375,7 +23386,26 @@ declare const _default: {
23375
23386
  schema: {
23376
23387
  properties: {
23377
23388
  network: {
23378
- $ref: string;
23389
+ properties: {
23390
+ created_at: {
23391
+ format: string;
23392
+ type: string;
23393
+ };
23394
+ display_name: {
23395
+ type: string;
23396
+ };
23397
+ network_id: {
23398
+ format: string;
23399
+ type: string;
23400
+ };
23401
+ workspace_id: {
23402
+ format: string;
23403
+ type: string;
23404
+ };
23405
+ };
23406
+ required: string[];
23407
+ type: string;
23408
+ 'x-route-path': string;
23379
23409
  };
23380
23410
  ok: {
23381
23411
  type: string;
@@ -23439,7 +23469,26 @@ declare const _default: {
23439
23469
  properties: {
23440
23470
  networks: {
23441
23471
  items: {
23442
- $ref: string;
23472
+ properties: {
23473
+ created_at: {
23474
+ format: string;
23475
+ type: string;
23476
+ };
23477
+ display_name: {
23478
+ type: string;
23479
+ };
23480
+ network_id: {
23481
+ format: string;
23482
+ type: string;
23483
+ };
23484
+ workspace_id: {
23485
+ format: string;
23486
+ type: string;
23487
+ };
23488
+ };
23489
+ required: string[];
23490
+ type: string;
23491
+ 'x-route-path': string;
23443
23492
  };
23444
23493
  type: string;
23445
23494
  };
@@ -26322,6 +26371,7 @@ declare const _default: {
26322
26371
  })[];
26323
26372
  summary: string;
26324
26373
  tags: never[];
26374
+ 'x-draft': string;
26325
26375
  'x-fern-sdk-group-name': string[];
26326
26376
  'x-fern-sdk-method-name': string;
26327
26377
  'x-response-key': null;
@@ -26393,6 +26443,7 @@ declare const _default: {
26393
26443
  })[];
26394
26444
  summary: string;
26395
26445
  tags: never[];
26446
+ 'x-draft': string;
26396
26447
  'x-fern-ignore': boolean;
26397
26448
  'x-response-key': null;
26398
26449
  'x-title': string;
@@ -26465,6 +26516,7 @@ declare const _default: {
26465
26516
  })[];
26466
26517
  summary: string;
26467
26518
  tags: never[];
26519
+ 'x-draft': string;
26468
26520
  'x-fern-sdk-group-name': string[];
26469
26521
  'x-fern-sdk-method-name': string;
26470
26522
  'x-response-key': null;
@@ -26536,6 +26588,7 @@ declare const _default: {
26536
26588
  })[];
26537
26589
  summary: string;
26538
26590
  tags: never[];
26591
+ 'x-draft': string;
26539
26592
  'x-fern-ignore': boolean;
26540
26593
  'x-response-key': null;
26541
26594
  'x-title': string;
@@ -26584,33 +26637,7 @@ declare const _default: {
26584
26637
  type: string;
26585
26638
  };
26586
26639
  space: {
26587
- properties: {
26588
- created_at: {
26589
- description: string;
26590
- format: string;
26591
- type: string;
26592
- };
26593
- display_name: {
26594
- description: string;
26595
- type: string;
26596
- };
26597
- name: {
26598
- description: string;
26599
- type: string;
26600
- };
26601
- space_id: {
26602
- description: string;
26603
- format: string;
26604
- type: string;
26605
- };
26606
- workspace_id: {
26607
- description: string;
26608
- format: string;
26609
- type: string;
26610
- };
26611
- };
26612
- required: string[];
26613
- type: string;
26640
+ $ref: string;
26614
26641
  };
26615
26642
  };
26616
26643
  required: string[];
@@ -26642,6 +26669,7 @@ declare const _default: {
26642
26669
  })[];
26643
26670
  summary: string;
26644
26671
  tags: never[];
26672
+ 'x-draft': string;
26645
26673
  'x-fern-sdk-group-name': string[];
26646
26674
  'x-fern-sdk-method-name': string;
26647
26675
  'x-fern-sdk-return-value': string;
@@ -26744,33 +26772,7 @@ declare const _default: {
26744
26772
  type: string;
26745
26773
  };
26746
26774
  space: {
26747
- properties: {
26748
- created_at: {
26749
- description: string;
26750
- format: string;
26751
- type: string;
26752
- };
26753
- display_name: {
26754
- description: string;
26755
- type: string;
26756
- };
26757
- name: {
26758
- description: string;
26759
- type: string;
26760
- };
26761
- space_id: {
26762
- description: string;
26763
- format: string;
26764
- type: string;
26765
- };
26766
- workspace_id: {
26767
- description: string;
26768
- format: string;
26769
- type: string;
26770
- };
26771
- };
26772
- required: string[];
26773
- type: string;
26775
+ $ref: string;
26774
26776
  };
26775
26777
  };
26776
26778
  required: string[];
@@ -26824,33 +26826,7 @@ declare const _default: {
26824
26826
  };
26825
26827
  spaces: {
26826
26828
  items: {
26827
- properties: {
26828
- created_at: {
26829
- description: string;
26830
- format: string;
26831
- type: string;
26832
- };
26833
- display_name: {
26834
- description: string;
26835
- type: string;
26836
- };
26837
- name: {
26838
- description: string;
26839
- type: string;
26840
- };
26841
- space_id: {
26842
- description: string;
26843
- format: string;
26844
- type: string;
26845
- };
26846
- workspace_id: {
26847
- description: string;
26848
- format: string;
26849
- type: string;
26850
- };
26851
- };
26852
- required: string[];
26853
- type: string;
26829
+ $ref: string;
26854
26830
  };
26855
26831
  type: string;
26856
26832
  };
@@ -26884,6 +26860,7 @@ declare const _default: {
26884
26860
  })[];
26885
26861
  summary: string;
26886
26862
  tags: never[];
26863
+ 'x-draft': string;
26887
26864
  'x-fern-ignore': boolean;
26888
26865
  'x-response-key': string;
26889
26866
  'x-title': string;
@@ -26902,33 +26879,7 @@ declare const _default: {
26902
26879
  };
26903
26880
  spaces: {
26904
26881
  items: {
26905
- properties: {
26906
- created_at: {
26907
- description: string;
26908
- format: string;
26909
- type: string;
26910
- };
26911
- display_name: {
26912
- description: string;
26913
- type: string;
26914
- };
26915
- name: {
26916
- description: string;
26917
- type: string;
26918
- };
26919
- space_id: {
26920
- description: string;
26921
- format: string;
26922
- type: string;
26923
- };
26924
- workspace_id: {
26925
- description: string;
26926
- format: string;
26927
- type: string;
26928
- };
26929
- };
26930
- required: string[];
26931
- type: string;
26882
+ $ref: string;
26932
26883
  };
26933
26884
  type: string;
26934
26885
  };
@@ -26962,6 +26913,7 @@ declare const _default: {
26962
26913
  })[];
26963
26914
  summary: string;
26964
26915
  tags: never[];
26916
+ 'x-draft': string;
26965
26917
  'x-fern-sdk-group-name': string[];
26966
26918
  'x-fern-sdk-method-name': string;
26967
26919
  'x-fern-sdk-return-value': string;
@@ -27035,6 +26987,7 @@ declare const _default: {
27035
26987
  })[];
27036
26988
  summary: string;
27037
26989
  tags: never[];
26990
+ 'x-draft': string;
27038
26991
  'x-fern-sdk-group-name': string[];
27039
26992
  'x-fern-sdk-method-name': string;
27040
26993
  'x-response-key': null;
@@ -27107,6 +27060,7 @@ declare const _default: {
27107
27060
  })[];
27108
27061
  summary: string;
27109
27062
  tags: never[];
27063
+ 'x-draft': string;
27110
27064
  'x-fern-sdk-group-name': string[];
27111
27065
  'x-fern-sdk-method-name': string;
27112
27066
  'x-response-key': null;
@@ -27146,33 +27100,7 @@ declare const _default: {
27146
27100
  type: string;
27147
27101
  };
27148
27102
  space: {
27149
- properties: {
27150
- created_at: {
27151
- description: string;
27152
- format: string;
27153
- type: string;
27154
- };
27155
- display_name: {
27156
- description: string;
27157
- type: string;
27158
- };
27159
- name: {
27160
- description: string;
27161
- type: string;
27162
- };
27163
- space_id: {
27164
- description: string;
27165
- format: string;
27166
- type: string;
27167
- };
27168
- workspace_id: {
27169
- description: string;
27170
- format: string;
27171
- type: string;
27172
- };
27173
- };
27174
- required: string[];
27175
- type: string;
27103
+ $ref: string;
27176
27104
  };
27177
27105
  };
27178
27106
  required: string[];
@@ -27204,6 +27132,7 @@ declare const _default: {
27204
27132
  })[];
27205
27133
  summary: string;
27206
27134
  tags: never[];
27135
+ 'x-draft': string;
27207
27136
  'x-fern-ignore': boolean;
27208
27137
  'x-response-key': string;
27209
27138
  'x-title': string;
@@ -27240,33 +27169,7 @@ declare const _default: {
27240
27169
  type: string;
27241
27170
  };
27242
27171
  space: {
27243
- properties: {
27244
- created_at: {
27245
- description: string;
27246
- format: string;
27247
- type: string;
27248
- };
27249
- display_name: {
27250
- description: string;
27251
- type: string;
27252
- };
27253
- name: {
27254
- description: string;
27255
- type: string;
27256
- };
27257
- space_id: {
27258
- description: string;
27259
- format: string;
27260
- type: string;
27261
- };
27262
- workspace_id: {
27263
- description: string;
27264
- format: string;
27265
- type: string;
27266
- };
27267
- };
27268
- required: string[];
27269
- type: string;
27172
+ $ref: string;
27270
27173
  };
27271
27174
  };
27272
27175
  required: string[];
@@ -27298,6 +27201,7 @@ declare const _default: {
27298
27201
  })[];
27299
27202
  summary: string;
27300
27203
  tags: never[];
27204
+ 'x-draft': string;
27301
27205
  'x-fern-sdk-group-name': string[];
27302
27206
  'x-fern-sdk-method-name': string;
27303
27207
  'x-fern-sdk-return-value': string;
@@ -30547,7 +30451,6 @@ declare const _default: {
30547
30451
  };
30548
30452
  required: string[];
30549
30453
  type: string;
30550
- 'x-undocumented': string;
30551
30454
  };
30552
30455
  type: string;
30553
30456
  };
@@ -30572,7 +30475,8 @@ declare const _default: {
30572
30475
  };
30573
30476
  required: string[];
30574
30477
  type: string;
30575
- 'x-undocumented': string;
30478
+ 'x-draft': string;
30479
+ 'x-route-path': string;
30576
30480
  };
30577
30481
  ok: {
30578
30482
  type: string;
@@ -30787,7 +30691,6 @@ declare const _default: {
30787
30691
  };
30788
30692
  required: string[];
30789
30693
  type: string;
30790
- 'x-undocumented': string;
30791
30694
  };
30792
30695
  type: string;
30793
30696
  };
@@ -30812,7 +30715,8 @@ declare const _default: {
30812
30715
  };
30813
30716
  required: string[];
30814
30717
  type: string;
30815
- 'x-undocumented': string;
30718
+ 'x-draft': string;
30719
+ 'x-route-path': string;
30816
30720
  };
30817
30721
  ok: {
30818
30722
  type: string;
@@ -30973,7 +30877,6 @@ declare const _default: {
30973
30877
  };
30974
30878
  required: string[];
30975
30879
  type: string;
30976
- 'x-undocumented': string;
30977
30880
  };
30978
30881
  type: string;
30979
30882
  };
@@ -30998,7 +30901,8 @@ declare const _default: {
30998
30901
  };
30999
30902
  required: string[];
31000
30903
  type: string;
31001
- 'x-undocumented': string;
30904
+ 'x-draft': string;
30905
+ 'x-route-path': string;
31002
30906
  };
31003
30907
  type: string;
31004
30908
  };
@@ -31187,7 +31091,8 @@ declare const _default: {
31187
31091
  };
31188
31092
  required: string[];
31189
31093
  type: string;
31190
- 'x-undocumented': string;
31094
+ 'x-draft': string;
31095
+ 'x-route-path': string;
31191
31096
  };
31192
31097
  ok: {
31193
31098
  type: string;
@@ -31300,7 +31205,8 @@ declare const _default: {
31300
31205
  };
31301
31206
  required: string[];
31302
31207
  type: string;
31303
- 'x-undocumented': string;
31208
+ 'x-draft': string;
31209
+ 'x-route-path': string;
31304
31210
  };
31305
31211
  type: string;
31306
31212
  };
@@ -32659,7 +32565,7 @@ declare const _default: {
32659
32565
  customer_key: {
32660
32566
  type: string;
32661
32567
  };
32662
- collection_key?: never;
32568
+ partner_resources?: never;
32663
32569
  };
32664
32570
  required: string[];
32665
32571
  type: string;
@@ -32669,10 +32575,34 @@ declare const _default: {
32669
32575
  enum: string[];
32670
32576
  type: string;
32671
32577
  };
32672
- collection_key: {
32578
+ customer_key: {
32673
32579
  type: string;
32674
32580
  };
32675
- customer_key: {
32581
+ partner_resources: {
32582
+ description: string;
32583
+ items: {
32584
+ properties: {
32585
+ custom_metadata: {
32586
+ additionalProperties: {
32587
+ type: string;
32588
+ };
32589
+ type: string;
32590
+ };
32591
+ description: {
32592
+ type: string;
32593
+ };
32594
+ name: {
32595
+ type: string;
32596
+ };
32597
+ partner_resource_key: {
32598
+ type: string;
32599
+ };
32600
+ };
32601
+ required: string[];
32602
+ type: string;
32603
+ 'x-route-path': string;
32604
+ 'x-undocumented': string;
32605
+ };
32676
32606
  type: string;
32677
32607
  };
32678
32608
  };
@@ -32838,7 +32768,6 @@ declare const _default: {
32838
32768
  'x-route-path': string;
32839
32769
  'x-undocumented': string;
32840
32770
  };
32841
- minItems: number;
32842
32771
  type: string;
32843
32772
  };
32844
32773
  };