@seamapi/types 1.710.0 → 1.711.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
|
@@ -21440,14 +21440,22 @@ declare const _default: {
|
|
|
21440
21440
|
pat_with_workspace: never[];
|
|
21441
21441
|
console_session_with_workspace?: never;
|
|
21442
21442
|
api_key?: never;
|
|
21443
|
+
client_session_with_customer?: never;
|
|
21443
21444
|
} | {
|
|
21444
21445
|
console_session_with_workspace: never[];
|
|
21445
21446
|
pat_with_workspace?: never;
|
|
21446
21447
|
api_key?: never;
|
|
21448
|
+
client_session_with_customer?: never;
|
|
21447
21449
|
} | {
|
|
21448
21450
|
api_key: never[];
|
|
21449
21451
|
pat_with_workspace?: never;
|
|
21450
21452
|
console_session_with_workspace?: never;
|
|
21453
|
+
client_session_with_customer?: never;
|
|
21454
|
+
} | {
|
|
21455
|
+
client_session_with_customer: never[];
|
|
21456
|
+
pat_with_workspace?: never;
|
|
21457
|
+
console_session_with_workspace?: never;
|
|
21458
|
+
api_key?: never;
|
|
21451
21459
|
})[];
|
|
21452
21460
|
summary: string;
|
|
21453
21461
|
tags: never[];
|
|
@@ -21505,14 +21513,22 @@ declare const _default: {
|
|
|
21505
21513
|
pat_with_workspace: never[];
|
|
21506
21514
|
console_session_with_workspace?: never;
|
|
21507
21515
|
api_key?: never;
|
|
21516
|
+
client_session_with_customer?: never;
|
|
21508
21517
|
} | {
|
|
21509
21518
|
console_session_with_workspace: never[];
|
|
21510
21519
|
pat_with_workspace?: never;
|
|
21511
21520
|
api_key?: never;
|
|
21521
|
+
client_session_with_customer?: never;
|
|
21512
21522
|
} | {
|
|
21513
21523
|
api_key: never[];
|
|
21514
21524
|
pat_with_workspace?: never;
|
|
21515
21525
|
console_session_with_workspace?: never;
|
|
21526
|
+
client_session_with_customer?: never;
|
|
21527
|
+
} | {
|
|
21528
|
+
client_session_with_customer: never[];
|
|
21529
|
+
pat_with_workspace?: never;
|
|
21530
|
+
console_session_with_workspace?: never;
|
|
21531
|
+
api_key?: never;
|
|
21516
21532
|
})[];
|
|
21517
21533
|
summary: string;
|
|
21518
21534
|
tags: never[];
|
|
@@ -28551,6 +28551,7 @@ export default {
|
|
|
28551
28551
|
{ pat_with_workspace: [] },
|
|
28552
28552
|
{ console_session_with_workspace: [] },
|
|
28553
28553
|
{ api_key: [] },
|
|
28554
|
+
{ client_session_with_customer: [] },
|
|
28554
28555
|
],
|
|
28555
28556
|
summary: '/access_methods/delete',
|
|
28556
28557
|
tags: [],
|
|
@@ -28600,6 +28601,7 @@ export default {
|
|
|
28600
28601
|
{ pat_with_workspace: [] },
|
|
28601
28602
|
{ console_session_with_workspace: [] },
|
|
28602
28603
|
{ api_key: [] },
|
|
28604
|
+
{ client_session_with_customer: [] },
|
|
28603
28605
|
],
|
|
28604
28606
|
summary: '/access_methods/delete',
|
|
28605
28607
|
tags: [],
|