@seamapi/types 1.17.2 → 1.18.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 +10 -33
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +12 -48
- package/lib/seam/connect/openapi.d.ts +9 -47
- package/lib/seam/connect/openapi.js +8 -31
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -31
- package/src/lib/seam/connect/route-types.ts +3 -1
package/dist/connect.d.cts
CHANGED
|
@@ -6446,60 +6446,22 @@ declare const _default: {
|
|
|
6446
6446
|
};
|
|
6447
6447
|
};
|
|
6448
6448
|
'/connect_webviews/list': {
|
|
6449
|
-
|
|
6449
|
+
post: {
|
|
6450
6450
|
operationId: string;
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
items: {
|
|
6459
|
-
$ref: string;
|
|
6460
|
-
};
|
|
6461
|
-
type: string;
|
|
6462
|
-
};
|
|
6463
|
-
ok: {
|
|
6464
|
-
type: string;
|
|
6465
|
-
};
|
|
6451
|
+
requestBody: {
|
|
6452
|
+
content: {
|
|
6453
|
+
'application/json': {
|
|
6454
|
+
schema: {
|
|
6455
|
+
properties: {
|
|
6456
|
+
user_identifier_key: {
|
|
6457
|
+
type: string;
|
|
6466
6458
|
};
|
|
6467
|
-
required: string[];
|
|
6468
|
-
type: string;
|
|
6469
6459
|
};
|
|
6460
|
+
type: string;
|
|
6470
6461
|
};
|
|
6471
6462
|
};
|
|
6472
|
-
description: string;
|
|
6473
|
-
};
|
|
6474
|
-
400: {
|
|
6475
|
-
description: string;
|
|
6476
|
-
};
|
|
6477
|
-
401: {
|
|
6478
|
-
description: string;
|
|
6479
6463
|
};
|
|
6480
6464
|
};
|
|
6481
|
-
security: ({
|
|
6482
|
-
access_token: never[];
|
|
6483
|
-
seam_workspace: never[];
|
|
6484
|
-
seam_client_session_token?: never;
|
|
6485
|
-
client_session_token?: never;
|
|
6486
|
-
} | {
|
|
6487
|
-
seam_client_session_token: never[];
|
|
6488
|
-
access_token?: never;
|
|
6489
|
-
seam_workspace?: never;
|
|
6490
|
-
client_session_token?: never;
|
|
6491
|
-
} | {
|
|
6492
|
-
client_session_token: never[];
|
|
6493
|
-
access_token?: never;
|
|
6494
|
-
seam_workspace?: never;
|
|
6495
|
-
seam_client_session_token?: never;
|
|
6496
|
-
})[];
|
|
6497
|
-
summary: string;
|
|
6498
|
-
tags: string[];
|
|
6499
|
-
'x-fern-ignore': boolean;
|
|
6500
|
-
};
|
|
6501
|
-
post: {
|
|
6502
|
-
operationId: string;
|
|
6503
6465
|
responses: {
|
|
6504
6466
|
200: {
|
|
6505
6467
|
content: {
|
|
@@ -11744,7 +11706,9 @@ interface Routes {
|
|
|
11744
11706
|
method: 'GET' | 'POST';
|
|
11745
11707
|
queryParams: {};
|
|
11746
11708
|
jsonBody: {};
|
|
11747
|
-
commonParams: {
|
|
11709
|
+
commonParams: {
|
|
11710
|
+
user_identifier_key?: string | undefined;
|
|
11711
|
+
};
|
|
11748
11712
|
formData: {};
|
|
11749
11713
|
jsonResponse: {
|
|
11750
11714
|
connect_webviews: Array<{
|
|
@@ -6395,60 +6395,22 @@ declare const _default: {
|
|
|
6395
6395
|
};
|
|
6396
6396
|
};
|
|
6397
6397
|
'/connect_webviews/list': {
|
|
6398
|
-
|
|
6398
|
+
post: {
|
|
6399
6399
|
operationId: string;
|
|
6400
|
-
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
items: {
|
|
6408
|
-
$ref: string;
|
|
6409
|
-
};
|
|
6410
|
-
type: string;
|
|
6411
|
-
};
|
|
6412
|
-
ok: {
|
|
6413
|
-
type: string;
|
|
6414
|
-
};
|
|
6400
|
+
requestBody: {
|
|
6401
|
+
content: {
|
|
6402
|
+
'application/json': {
|
|
6403
|
+
schema: {
|
|
6404
|
+
properties: {
|
|
6405
|
+
user_identifier_key: {
|
|
6406
|
+
type: string;
|
|
6415
6407
|
};
|
|
6416
|
-
required: string[];
|
|
6417
|
-
type: string;
|
|
6418
6408
|
};
|
|
6409
|
+
type: string;
|
|
6419
6410
|
};
|
|
6420
6411
|
};
|
|
6421
|
-
description: string;
|
|
6422
|
-
};
|
|
6423
|
-
400: {
|
|
6424
|
-
description: string;
|
|
6425
|
-
};
|
|
6426
|
-
401: {
|
|
6427
|
-
description: string;
|
|
6428
6412
|
};
|
|
6429
6413
|
};
|
|
6430
|
-
security: ({
|
|
6431
|
-
access_token: never[];
|
|
6432
|
-
seam_workspace: never[];
|
|
6433
|
-
seam_client_session_token?: never;
|
|
6434
|
-
client_session_token?: never;
|
|
6435
|
-
} | {
|
|
6436
|
-
seam_client_session_token: never[];
|
|
6437
|
-
access_token?: never;
|
|
6438
|
-
seam_workspace?: never;
|
|
6439
|
-
client_session_token?: never;
|
|
6440
|
-
} | {
|
|
6441
|
-
client_session_token: never[];
|
|
6442
|
-
access_token?: never;
|
|
6443
|
-
seam_workspace?: never;
|
|
6444
|
-
seam_client_session_token?: never;
|
|
6445
|
-
})[];
|
|
6446
|
-
summary: string;
|
|
6447
|
-
tags: string[];
|
|
6448
|
-
'x-fern-ignore': boolean;
|
|
6449
|
-
};
|
|
6450
|
-
post: {
|
|
6451
|
-
operationId: string;
|
|
6452
6414
|
responses: {
|
|
6453
6415
|
200: {
|
|
6454
6416
|
content: {
|
|
@@ -4382,41 +4382,18 @@ export default {
|
|
|
4382
4382
|
},
|
|
4383
4383
|
},
|
|
4384
4384
|
'/connect_webviews/list': {
|
|
4385
|
-
|
|
4386
|
-
operationId: '
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
connect_webviews: {
|
|
4394
|
-
items: { $ref: '#/components/schemas/connect_webview' },
|
|
4395
|
-
type: 'array',
|
|
4396
|
-
},
|
|
4397
|
-
ok: { type: 'boolean' },
|
|
4398
|
-
},
|
|
4399
|
-
required: ['connect_webviews', 'ok'],
|
|
4400
|
-
type: 'object',
|
|
4401
|
-
},
|
|
4385
|
+
post: {
|
|
4386
|
+
operationId: 'connectWebviewsListPost',
|
|
4387
|
+
requestBody: {
|
|
4388
|
+
content: {
|
|
4389
|
+
'application/json': {
|
|
4390
|
+
schema: {
|
|
4391
|
+
properties: { user_identifier_key: { type: 'string' } },
|
|
4392
|
+
type: 'object',
|
|
4402
4393
|
},
|
|
4403
4394
|
},
|
|
4404
|
-
description: 'OK',
|
|
4405
4395
|
},
|
|
4406
|
-
400: { description: 'Bad Request' },
|
|
4407
|
-
401: { description: 'Unauthorized' },
|
|
4408
4396
|
},
|
|
4409
|
-
security: [
|
|
4410
|
-
{ access_token: [], seam_workspace: [] },
|
|
4411
|
-
{ seam_client_session_token: [] },
|
|
4412
|
-
{ client_session_token: [] },
|
|
4413
|
-
],
|
|
4414
|
-
summary: '/connect_webviews/list',
|
|
4415
|
-
tags: ['/connect_webviews'],
|
|
4416
|
-
'x-fern-ignore': true,
|
|
4417
|
-
},
|
|
4418
|
-
post: {
|
|
4419
|
-
operationId: 'connectWebviewsListPost',
|
|
4420
4397
|
responses: {
|
|
4421
4398
|
200: {
|
|
4422
4399
|
content: {
|