@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
|
@@ -23311,16 +23311,6 @@ declare const _default: {
|
|
|
23311
23311
|
'application/json': {
|
|
23312
23312
|
schema: {
|
|
23313
23313
|
properties: {
|
|
23314
|
-
access_grant_id: {
|
|
23315
|
-
description: string;
|
|
23316
|
-
format: string;
|
|
23317
|
-
type: string;
|
|
23318
|
-
};
|
|
23319
|
-
access_method_id: {
|
|
23320
|
-
description: string;
|
|
23321
|
-
format: string;
|
|
23322
|
-
type: string;
|
|
23323
|
-
};
|
|
23324
23314
|
acs_credential_id: {
|
|
23325
23315
|
description: string;
|
|
23326
23316
|
format: string;
|
|
@@ -31349,11 +31339,6 @@ declare const _default: {
|
|
|
31349
31339
|
'application/json': {
|
|
31350
31340
|
schema: {
|
|
31351
31341
|
properties: {
|
|
31352
|
-
access_method_id: {
|
|
31353
|
-
description: string;
|
|
31354
|
-
format: string;
|
|
31355
|
-
type: string;
|
|
31356
|
-
};
|
|
31357
31342
|
connect_webview_id: {
|
|
31358
31343
|
description: string;
|
|
31359
31344
|
format: string;
|
|
@@ -32610,11 +32595,6 @@ declare const _default: {
|
|
|
32610
32595
|
'application/json': {
|
|
32611
32596
|
schema: {
|
|
32612
32597
|
properties: {
|
|
32613
|
-
access_method_id: {
|
|
32614
|
-
description: string;
|
|
32615
|
-
format: string;
|
|
32616
|
-
type: string;
|
|
32617
|
-
};
|
|
32618
32598
|
connect_webview_id: {
|
|
32619
32599
|
description: string;
|
|
32620
32600
|
format: string;
|
|
@@ -34594,11 +34574,6 @@ declare const _default: {
|
|
|
34594
34574
|
'application/json': {
|
|
34595
34575
|
schema: {
|
|
34596
34576
|
properties: {
|
|
34597
|
-
access_method_id: {
|
|
34598
|
-
description: string;
|
|
34599
|
-
format: string;
|
|
34600
|
-
type: string;
|
|
34601
|
-
};
|
|
34602
34577
|
connect_webview_id: {
|
|
34603
34578
|
description: string;
|
|
34604
34579
|
format: string;
|
|
@@ -35400,11 +35375,6 @@ declare const _default: {
|
|
|
35400
35375
|
'application/json': {
|
|
35401
35376
|
schema: {
|
|
35402
35377
|
properties: {
|
|
35403
|
-
access_method_id: {
|
|
35404
|
-
description: string;
|
|
35405
|
-
format: string;
|
|
35406
|
-
type: string;
|
|
35407
|
-
};
|
|
35408
35378
|
connect_webview_id: {
|
|
35409
35379
|
description: string;
|
|
35410
35380
|
format: string;
|
|
@@ -43509,11 +43479,6 @@ declare const _default: {
|
|
|
43509
43479
|
'application/json': {
|
|
43510
43480
|
schema: {
|
|
43511
43481
|
properties: {
|
|
43512
|
-
access_method_id: {
|
|
43513
|
-
description: string;
|
|
43514
|
-
format: string;
|
|
43515
|
-
type: string;
|
|
43516
|
-
};
|
|
43517
43482
|
connect_webview_id: {
|
|
43518
43483
|
description: string;
|
|
43519
43484
|
format: string;
|
|
@@ -30331,24 +30331,6 @@ export default {
|
|
|
30331
30331
|
type: 'string',
|
|
30332
30332
|
},
|
|
30333
30333
|
},
|
|
30334
|
-
{
|
|
30335
|
-
in: 'query',
|
|
30336
|
-
name: 'access_grant_id',
|
|
30337
|
-
schema: {
|
|
30338
|
-
description: 'ID of the access grant for which you want to retrieve all entrances.',
|
|
30339
|
-
format: 'uuid',
|
|
30340
|
-
type: 'string',
|
|
30341
|
-
},
|
|
30342
|
-
},
|
|
30343
|
-
{
|
|
30344
|
-
in: 'query',
|
|
30345
|
-
name: 'access_method_id',
|
|
30346
|
-
schema: {
|
|
30347
|
-
description: 'ID of the access method for which you want to retrieve all entrances.',
|
|
30348
|
-
format: 'uuid',
|
|
30349
|
-
type: 'string',
|
|
30350
|
-
},
|
|
30351
|
-
},
|
|
30352
30334
|
{
|
|
30353
30335
|
in: 'query',
|
|
30354
30336
|
name: 'connected_account_id',
|
|
@@ -30443,16 +30425,6 @@ export default {
|
|
|
30443
30425
|
'application/json': {
|
|
30444
30426
|
schema: {
|
|
30445
30427
|
properties: {
|
|
30446
|
-
access_grant_id: {
|
|
30447
|
-
description: 'ID of the access grant for which you want to retrieve all entrances.',
|
|
30448
|
-
format: 'uuid',
|
|
30449
|
-
type: 'string',
|
|
30450
|
-
},
|
|
30451
|
-
access_method_id: {
|
|
30452
|
-
description: 'ID of the access method for which you want to retrieve all entrances.',
|
|
30453
|
-
format: 'uuid',
|
|
30454
|
-
type: 'string',
|
|
30455
|
-
},
|
|
30456
30428
|
acs_credential_id: {
|
|
30457
30429
|
description: 'ID of the credential for which you want to retrieve all entrances.',
|
|
30458
30430
|
format: 'uuid',
|
|
@@ -37223,15 +37195,6 @@ export default {
|
|
|
37223
37195
|
type: 'string',
|
|
37224
37196
|
},
|
|
37225
37197
|
},
|
|
37226
|
-
{
|
|
37227
|
-
in: 'query',
|
|
37228
|
-
name: 'access_method_id',
|
|
37229
|
-
schema: {
|
|
37230
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
37231
|
-
format: 'uuid',
|
|
37232
|
-
type: 'string',
|
|
37233
|
-
},
|
|
37234
|
-
},
|
|
37235
37198
|
],
|
|
37236
37199
|
responses: {
|
|
37237
37200
|
200: {
|
|
@@ -37279,11 +37242,6 @@ export default {
|
|
|
37279
37242
|
'application/json': {
|
|
37280
37243
|
schema: {
|
|
37281
37244
|
properties: {
|
|
37282
|
-
access_method_id: {
|
|
37283
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
37284
|
-
format: 'uuid',
|
|
37285
|
-
type: 'string',
|
|
37286
|
-
},
|
|
37287
37245
|
connect_webview_id: {
|
|
37288
37246
|
description: 'ID of the Connect Webview for which you want to list devices.',
|
|
37289
37247
|
format: 'uuid',
|
|
@@ -38515,15 +38473,6 @@ export default {
|
|
|
38515
38473
|
type: 'string',
|
|
38516
38474
|
},
|
|
38517
38475
|
},
|
|
38518
|
-
{
|
|
38519
|
-
in: 'query',
|
|
38520
|
-
name: 'access_method_id',
|
|
38521
|
-
schema: {
|
|
38522
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
38523
|
-
format: 'uuid',
|
|
38524
|
-
type: 'string',
|
|
38525
|
-
},
|
|
38526
|
-
},
|
|
38527
38476
|
],
|
|
38528
38477
|
responses: {
|
|
38529
38478
|
200: {
|
|
@@ -38568,11 +38517,6 @@ export default {
|
|
|
38568
38517
|
'application/json': {
|
|
38569
38518
|
schema: {
|
|
38570
38519
|
properties: {
|
|
38571
|
-
access_method_id: {
|
|
38572
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
38573
|
-
format: 'uuid',
|
|
38574
|
-
type: 'string',
|
|
38575
|
-
},
|
|
38576
38520
|
connect_webview_id: {
|
|
38577
38521
|
description: 'ID of the Connect Webview for which you want to list devices.',
|
|
38578
38522
|
format: 'uuid',
|
|
@@ -40755,15 +40699,6 @@ export default {
|
|
|
40755
40699
|
type: 'string',
|
|
40756
40700
|
},
|
|
40757
40701
|
},
|
|
40758
|
-
{
|
|
40759
|
-
in: 'query',
|
|
40760
|
-
name: 'access_method_id',
|
|
40761
|
-
schema: {
|
|
40762
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
40763
|
-
format: 'uuid',
|
|
40764
|
-
type: 'string',
|
|
40765
|
-
},
|
|
40766
|
-
},
|
|
40767
40702
|
],
|
|
40768
40703
|
responses: {
|
|
40769
40704
|
200: {
|
|
@@ -40813,11 +40748,6 @@ export default {
|
|
|
40813
40748
|
'application/json': {
|
|
40814
40749
|
schema: {
|
|
40815
40750
|
properties: {
|
|
40816
|
-
access_method_id: {
|
|
40817
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
40818
|
-
format: 'uuid',
|
|
40819
|
-
type: 'string',
|
|
40820
|
-
},
|
|
40821
40751
|
connect_webview_id: {
|
|
40822
40752
|
description: 'ID of the Connect Webview for which you want to list devices.',
|
|
40823
40753
|
format: 'uuid',
|
|
@@ -41547,15 +41477,6 @@ export default {
|
|
|
41547
41477
|
type: 'string',
|
|
41548
41478
|
},
|
|
41549
41479
|
},
|
|
41550
|
-
{
|
|
41551
|
-
in: 'query',
|
|
41552
|
-
name: 'access_method_id',
|
|
41553
|
-
schema: {
|
|
41554
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
41555
|
-
format: 'uuid',
|
|
41556
|
-
type: 'string',
|
|
41557
|
-
},
|
|
41558
|
-
},
|
|
41559
41480
|
],
|
|
41560
41481
|
responses: {
|
|
41561
41482
|
200: {
|
|
@@ -41605,11 +41526,6 @@ export default {
|
|
|
41605
41526
|
'application/json': {
|
|
41606
41527
|
schema: {
|
|
41607
41528
|
properties: {
|
|
41608
|
-
access_method_id: {
|
|
41609
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
41610
|
-
format: 'uuid',
|
|
41611
|
-
type: 'string',
|
|
41612
|
-
},
|
|
41613
41529
|
connect_webview_id: {
|
|
41614
41530
|
description: 'ID of the Connect Webview for which you want to list devices.',
|
|
41615
41531
|
format: 'uuid',
|
|
@@ -48581,15 +48497,6 @@ export default {
|
|
|
48581
48497
|
type: 'string',
|
|
48582
48498
|
},
|
|
48583
48499
|
},
|
|
48584
|
-
{
|
|
48585
|
-
in: 'query',
|
|
48586
|
-
name: 'access_method_id',
|
|
48587
|
-
schema: {
|
|
48588
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
48589
|
-
format: 'uuid',
|
|
48590
|
-
type: 'string',
|
|
48591
|
-
},
|
|
48592
|
-
},
|
|
48593
48500
|
],
|
|
48594
48501
|
responses: {
|
|
48595
48502
|
200: {
|
|
@@ -48639,11 +48546,6 @@ export default {
|
|
|
48639
48546
|
'application/json': {
|
|
48640
48547
|
schema: {
|
|
48641
48548
|
properties: {
|
|
48642
|
-
access_method_id: {
|
|
48643
|
-
description: 'ID of the access method for which you want to retrieve all devices.',
|
|
48644
|
-
format: 'uuid',
|
|
48645
|
-
type: 'string',
|
|
48646
|
-
},
|
|
48647
48549
|
connect_webview_id: {
|
|
48648
48550
|
description: 'ID of the Connect Webview for which you want to list devices.',
|
|
48649
48551
|
format: 'uuid',
|