@seamapi/types 1.534.0 → 1.535.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.
- package/dist/connect.cjs +0 -98
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -49
- package/dist/index.cjs +0 -98
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -35
- package/lib/seam/connect/openapi.js +0 -98
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -112
- package/src/lib/seam/connect/route-types.ts +0 -14
|
@@ -25316,10 +25316,6 @@ export type Routes = {
|
|
|
25316
25316
|
location_id?: (string | null) | undefined;
|
|
25317
25317
|
/** ID of the space for which you want to list entrances. */
|
|
25318
25318
|
space_id?: string | undefined;
|
|
25319
|
-
/** ID of the access grant for which you want to retrieve all entrances. */
|
|
25320
|
-
access_grant_id?: string | undefined;
|
|
25321
|
-
/** ID of the access method for which you want to retrieve all entrances. */
|
|
25322
|
-
access_method_id?: string | undefined;
|
|
25323
25319
|
/** ID of the connected account for which you want to retrieve all entrances. */
|
|
25324
25320
|
connected_account_id?: string | undefined;
|
|
25325
25321
|
/** IDs of the entrances for which you want to retrieve all entrances. */
|
|
@@ -32865,8 +32861,6 @@ export type Routes = {
|
|
|
32865
32861
|
space_id?: string | undefined;
|
|
32866
32862
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
32867
32863
|
search?: string | undefined;
|
|
32868
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
32869
|
-
access_method_id?: string | undefined;
|
|
32870
32864
|
};
|
|
32871
32865
|
formData: {};
|
|
32872
32866
|
jsonResponse: {
|
|
@@ -34612,8 +34606,6 @@ export type Routes = {
|
|
|
34612
34606
|
space_id?: string | undefined;
|
|
34613
34607
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
34614
34608
|
search?: string | undefined;
|
|
34615
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
34616
|
-
access_method_id?: string | undefined;
|
|
34617
34609
|
};
|
|
34618
34610
|
formData: {};
|
|
34619
34611
|
jsonResponse: {
|
|
@@ -41327,8 +41319,6 @@ export type Routes = {
|
|
|
41327
41319
|
space_id?: string | undefined;
|
|
41328
41320
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
41329
41321
|
search?: string | undefined;
|
|
41330
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
41331
|
-
access_method_id?: string | undefined;
|
|
41332
41322
|
};
|
|
41333
41323
|
formData: {};
|
|
41334
41324
|
jsonResponse: {
|
|
@@ -48761,8 +48751,6 @@ export type Routes = {
|
|
|
48761
48751
|
space_id?: string | undefined;
|
|
48762
48752
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
48763
48753
|
search?: string | undefined;
|
|
48764
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
48765
|
-
access_method_id?: string | undefined;
|
|
48766
48754
|
};
|
|
48767
48755
|
formData: {};
|
|
48768
48756
|
jsonResponse: {
|
|
@@ -67722,8 +67710,6 @@ export type Routes = {
|
|
|
67722
67710
|
space_id?: string | undefined;
|
|
67723
67711
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
67724
67712
|
search?: string | undefined;
|
|
67725
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
67726
|
-
access_method_id?: string | undefined;
|
|
67727
67713
|
};
|
|
67728
67714
|
formData: {};
|
|
67729
67715
|
jsonResponse: {
|
package/package.json
CHANGED
|
@@ -33420,26 +33420,6 @@ export default {
|
|
|
33420
33420
|
type: 'string',
|
|
33421
33421
|
},
|
|
33422
33422
|
},
|
|
33423
|
-
{
|
|
33424
|
-
in: 'query',
|
|
33425
|
-
name: 'access_grant_id',
|
|
33426
|
-
schema: {
|
|
33427
|
-
description:
|
|
33428
|
-
'ID of the access grant for which you want to retrieve all entrances.',
|
|
33429
|
-
format: 'uuid',
|
|
33430
|
-
type: 'string',
|
|
33431
|
-
},
|
|
33432
|
-
},
|
|
33433
|
-
{
|
|
33434
|
-
in: 'query',
|
|
33435
|
-
name: 'access_method_id',
|
|
33436
|
-
schema: {
|
|
33437
|
-
description:
|
|
33438
|
-
'ID of the access method for which you want to retrieve all entrances.',
|
|
33439
|
-
format: 'uuid',
|
|
33440
|
-
type: 'string',
|
|
33441
|
-
},
|
|
33442
|
-
},
|
|
33443
33423
|
{
|
|
33444
33424
|
in: 'query',
|
|
33445
33425
|
name: 'connected_account_id',
|
|
@@ -33539,18 +33519,6 @@ export default {
|
|
|
33539
33519
|
'application/json': {
|
|
33540
33520
|
schema: {
|
|
33541
33521
|
properties: {
|
|
33542
|
-
access_grant_id: {
|
|
33543
|
-
description:
|
|
33544
|
-
'ID of the access grant for which you want to retrieve all entrances.',
|
|
33545
|
-
format: 'uuid',
|
|
33546
|
-
type: 'string',
|
|
33547
|
-
},
|
|
33548
|
-
access_method_id: {
|
|
33549
|
-
description:
|
|
33550
|
-
'ID of the access method for which you want to retrieve all entrances.',
|
|
33551
|
-
format: 'uuid',
|
|
33552
|
-
type: 'string',
|
|
33553
|
-
},
|
|
33554
33522
|
acs_credential_id: {
|
|
33555
33523
|
description:
|
|
33556
33524
|
'ID of the credential for which you want to retrieve all entrances.',
|
|
@@ -40822,16 +40790,6 @@ export default {
|
|
|
40822
40790
|
type: 'string',
|
|
40823
40791
|
},
|
|
40824
40792
|
},
|
|
40825
|
-
{
|
|
40826
|
-
in: 'query',
|
|
40827
|
-
name: 'access_method_id',
|
|
40828
|
-
schema: {
|
|
40829
|
-
description:
|
|
40830
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
40831
|
-
format: 'uuid',
|
|
40832
|
-
type: 'string',
|
|
40833
|
-
},
|
|
40834
|
-
},
|
|
40835
40793
|
],
|
|
40836
40794
|
responses: {
|
|
40837
40795
|
200: {
|
|
@@ -40880,12 +40838,6 @@ export default {
|
|
|
40880
40838
|
'application/json': {
|
|
40881
40839
|
schema: {
|
|
40882
40840
|
properties: {
|
|
40883
|
-
access_method_id: {
|
|
40884
|
-
description:
|
|
40885
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
40886
|
-
format: 'uuid',
|
|
40887
|
-
type: 'string',
|
|
40888
|
-
},
|
|
40889
40841
|
connect_webview_id: {
|
|
40890
40842
|
description:
|
|
40891
40843
|
'ID of the Connect Webview for which you want to list devices.',
|
|
@@ -42167,16 +42119,6 @@ export default {
|
|
|
42167
42119
|
type: 'string',
|
|
42168
42120
|
},
|
|
42169
42121
|
},
|
|
42170
|
-
{
|
|
42171
|
-
in: 'query',
|
|
42172
|
-
name: 'access_method_id',
|
|
42173
|
-
schema: {
|
|
42174
|
-
description:
|
|
42175
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
42176
|
-
format: 'uuid',
|
|
42177
|
-
type: 'string',
|
|
42178
|
-
},
|
|
42179
|
-
},
|
|
42180
42122
|
],
|
|
42181
42123
|
responses: {
|
|
42182
42124
|
200: {
|
|
@@ -42222,12 +42164,6 @@ export default {
|
|
|
42222
42164
|
'application/json': {
|
|
42223
42165
|
schema: {
|
|
42224
42166
|
properties: {
|
|
42225
|
-
access_method_id: {
|
|
42226
|
-
description:
|
|
42227
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
42228
|
-
format: 'uuid',
|
|
42229
|
-
type: 'string',
|
|
42230
|
-
},
|
|
42231
42167
|
connect_webview_id: {
|
|
42232
42168
|
description:
|
|
42233
42169
|
'ID of the Connect Webview for which you want to list devices.',
|
|
@@ -44496,16 +44432,6 @@ export default {
|
|
|
44496
44432
|
type: 'string',
|
|
44497
44433
|
},
|
|
44498
44434
|
},
|
|
44499
|
-
{
|
|
44500
|
-
in: 'query',
|
|
44501
|
-
name: 'access_method_id',
|
|
44502
|
-
schema: {
|
|
44503
|
-
description:
|
|
44504
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
44505
|
-
format: 'uuid',
|
|
44506
|
-
type: 'string',
|
|
44507
|
-
},
|
|
44508
|
-
},
|
|
44509
44435
|
],
|
|
44510
44436
|
responses: {
|
|
44511
44437
|
200: {
|
|
@@ -44556,12 +44482,6 @@ export default {
|
|
|
44556
44482
|
'application/json': {
|
|
44557
44483
|
schema: {
|
|
44558
44484
|
properties: {
|
|
44559
|
-
access_method_id: {
|
|
44560
|
-
description:
|
|
44561
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
44562
|
-
format: 'uuid',
|
|
44563
|
-
type: 'string',
|
|
44564
|
-
},
|
|
44565
44485
|
connect_webview_id: {
|
|
44566
44486
|
description:
|
|
44567
44487
|
'ID of the Connect Webview for which you want to list devices.',
|
|
@@ -45328,16 +45248,6 @@ export default {
|
|
|
45328
45248
|
type: 'string',
|
|
45329
45249
|
},
|
|
45330
45250
|
},
|
|
45331
|
-
{
|
|
45332
|
-
in: 'query',
|
|
45333
|
-
name: 'access_method_id',
|
|
45334
|
-
schema: {
|
|
45335
|
-
description:
|
|
45336
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
45337
|
-
format: 'uuid',
|
|
45338
|
-
type: 'string',
|
|
45339
|
-
},
|
|
45340
|
-
},
|
|
45341
45251
|
],
|
|
45342
45252
|
responses: {
|
|
45343
45253
|
200: {
|
|
@@ -45388,12 +45298,6 @@ export default {
|
|
|
45388
45298
|
'application/json': {
|
|
45389
45299
|
schema: {
|
|
45390
45300
|
properties: {
|
|
45391
|
-
access_method_id: {
|
|
45392
|
-
description:
|
|
45393
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
45394
|
-
format: 'uuid',
|
|
45395
|
-
type: 'string',
|
|
45396
|
-
},
|
|
45397
45301
|
connect_webview_id: {
|
|
45398
45302
|
description:
|
|
45399
45303
|
'ID of the Connect Webview for which you want to list devices.',
|
|
@@ -52642,16 +52546,6 @@ export default {
|
|
|
52642
52546
|
type: 'string',
|
|
52643
52547
|
},
|
|
52644
52548
|
},
|
|
52645
|
-
{
|
|
52646
|
-
in: 'query',
|
|
52647
|
-
name: 'access_method_id',
|
|
52648
|
-
schema: {
|
|
52649
|
-
description:
|
|
52650
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
52651
|
-
format: 'uuid',
|
|
52652
|
-
type: 'string',
|
|
52653
|
-
},
|
|
52654
|
-
},
|
|
52655
52549
|
],
|
|
52656
52550
|
responses: {
|
|
52657
52551
|
200: {
|
|
@@ -52702,12 +52596,6 @@ export default {
|
|
|
52702
52596
|
'application/json': {
|
|
52703
52597
|
schema: {
|
|
52704
52598
|
properties: {
|
|
52705
|
-
access_method_id: {
|
|
52706
|
-
description:
|
|
52707
|
-
'ID of the access method for which you want to retrieve all devices.',
|
|
52708
|
-
format: 'uuid',
|
|
52709
|
-
type: 'string',
|
|
52710
|
-
},
|
|
52711
52599
|
connect_webview_id: {
|
|
52712
52600
|
description:
|
|
52713
52601
|
'ID of the Connect Webview for which you want to list devices.',
|
|
@@ -29383,10 +29383,6 @@ export type Routes = {
|
|
|
29383
29383
|
location_id?: (string | null) | undefined
|
|
29384
29384
|
/** ID of the space for which you want to list entrances. */
|
|
29385
29385
|
space_id?: string | undefined
|
|
29386
|
-
/** ID of the access grant for which you want to retrieve all entrances. */
|
|
29387
|
-
access_grant_id?: string | undefined
|
|
29388
|
-
/** ID of the access method for which you want to retrieve all entrances. */
|
|
29389
|
-
access_method_id?: string | undefined
|
|
29390
29386
|
/** ID of the connected account for which you want to retrieve all entrances. */
|
|
29391
29387
|
connected_account_id?: string | undefined
|
|
29392
29388
|
/** IDs of the entrances for which you want to retrieve all entrances. */
|
|
@@ -38375,8 +38371,6 @@ export type Routes = {
|
|
|
38375
38371
|
space_id?: string | undefined
|
|
38376
38372
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
38377
38373
|
search?: string | undefined
|
|
38378
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
38379
|
-
access_method_id?: string | undefined
|
|
38380
38374
|
}
|
|
38381
38375
|
formData: {}
|
|
38382
38376
|
jsonResponse: {
|
|
@@ -40742,8 +40736,6 @@ export type Routes = {
|
|
|
40742
40736
|
space_id?: string | undefined
|
|
40743
40737
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
40744
40738
|
search?: string | undefined
|
|
40745
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
40746
|
-
access_method_id?: string | undefined
|
|
40747
40739
|
}
|
|
40748
40740
|
formData: {}
|
|
40749
40741
|
jsonResponse: {
|
|
@@ -49138,8 +49130,6 @@ export type Routes = {
|
|
|
49138
49130
|
space_id?: string | undefined
|
|
49139
49131
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
49140
49132
|
search?: string | undefined
|
|
49141
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
49142
|
-
access_method_id?: string | undefined
|
|
49143
49133
|
}
|
|
49144
49134
|
formData: {}
|
|
49145
49135
|
jsonResponse: {
|
|
@@ -57958,8 +57948,6 @@ export type Routes = {
|
|
|
57958
57948
|
space_id?: string | undefined
|
|
57959
57949
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
57960
57950
|
search?: string | undefined
|
|
57961
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
57962
|
-
access_method_id?: string | undefined
|
|
57963
57951
|
}
|
|
57964
57952
|
formData: {}
|
|
57965
57953
|
jsonResponse: {
|
|
@@ -80525,8 +80513,6 @@ export type Routes = {
|
|
|
80525
80513
|
space_id?: string | undefined
|
|
80526
80514
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
80527
80515
|
search?: string | undefined
|
|
80528
|
-
/** ID of the access method for which you want to retrieve all devices. */
|
|
80529
|
-
access_method_id?: string | undefined
|
|
80530
80516
|
}
|
|
80531
80517
|
formData: {}
|
|
80532
80518
|
jsonResponse: {
|