@seamapi/types 1.630.0 → 1.631.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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
|
@@ -54269,14 +54269,22 @@ declare const _default: {
|
|
|
54269
54269
|
api_key: never[];
|
|
54270
54270
|
pat_with_workspace?: never;
|
|
54271
54271
|
console_session_with_workspace?: never;
|
|
54272
|
+
client_session_with_customer?: never;
|
|
54272
54273
|
} | {
|
|
54273
54274
|
pat_with_workspace: never[];
|
|
54274
54275
|
api_key?: never;
|
|
54275
54276
|
console_session_with_workspace?: never;
|
|
54277
|
+
client_session_with_customer?: never;
|
|
54276
54278
|
} | {
|
|
54277
54279
|
console_session_with_workspace: never[];
|
|
54278
54280
|
api_key?: never;
|
|
54279
54281
|
pat_with_workspace?: never;
|
|
54282
|
+
client_session_with_customer?: never;
|
|
54283
|
+
} | {
|
|
54284
|
+
client_session_with_customer: never[];
|
|
54285
|
+
api_key?: never;
|
|
54286
|
+
pat_with_workspace?: never;
|
|
54287
|
+
console_session_with_workspace?: never;
|
|
54280
54288
|
})[];
|
|
54281
54289
|
summary: string;
|
|
54282
54290
|
tags: string[];
|
|
@@ -54349,14 +54357,22 @@ declare const _default: {
|
|
|
54349
54357
|
api_key: never[];
|
|
54350
54358
|
pat_with_workspace?: never;
|
|
54351
54359
|
console_session_with_workspace?: never;
|
|
54360
|
+
client_session_with_customer?: never;
|
|
54352
54361
|
} | {
|
|
54353
54362
|
pat_with_workspace: never[];
|
|
54354
54363
|
api_key?: never;
|
|
54355
54364
|
console_session_with_workspace?: never;
|
|
54365
|
+
client_session_with_customer?: never;
|
|
54356
54366
|
} | {
|
|
54357
54367
|
console_session_with_workspace: never[];
|
|
54358
54368
|
api_key?: never;
|
|
54359
54369
|
pat_with_workspace?: never;
|
|
54370
|
+
client_session_with_customer?: never;
|
|
54371
|
+
} | {
|
|
54372
|
+
client_session_with_customer: never[];
|
|
54373
|
+
api_key?: never;
|
|
54374
|
+
pat_with_workspace?: never;
|
|
54375
|
+
console_session_with_workspace?: never;
|
|
54360
54376
|
})[];
|
|
54361
54377
|
summary: string;
|
|
54362
54378
|
tags: string[];
|
|
@@ -57365,6 +57365,7 @@ export default {
|
|
|
57365
57365
|
{ api_key: [] },
|
|
57366
57366
|
{ pat_with_workspace: [] },
|
|
57367
57367
|
{ console_session_with_workspace: [] },
|
|
57368
|
+
{ client_session_with_customer: [] },
|
|
57368
57369
|
],
|
|
57369
57370
|
summary: '/user_identities/get',
|
|
57370
57371
|
tags: ['/user_identities'],
|
|
@@ -57428,6 +57429,7 @@ export default {
|
|
|
57428
57429
|
{ api_key: [] },
|
|
57429
57430
|
{ pat_with_workspace: [] },
|
|
57430
57431
|
{ console_session_with_workspace: [] },
|
|
57432
|
+
{ client_session_with_customer: [] },
|
|
57431
57433
|
],
|
|
57432
57434
|
summary: '/user_identities/get',
|
|
57433
57435
|
tags: ['/user_identities'],
|