@seamapi/types 1.513.0 → 1.514.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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +20 -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
|
@@ -23558,22 +23558,32 @@ declare const _default: {
|
|
|
23558
23558
|
client_session: never[];
|
|
23559
23559
|
pat_with_workspace?: never;
|
|
23560
23560
|
console_session_with_workspace?: never;
|
|
23561
|
+
client_session_with_customer?: never;
|
|
23561
23562
|
api_key?: never;
|
|
23562
23563
|
} | {
|
|
23563
23564
|
pat_with_workspace: never[];
|
|
23564
23565
|
client_session?: never;
|
|
23565
23566
|
console_session_with_workspace?: never;
|
|
23567
|
+
client_session_with_customer?: never;
|
|
23566
23568
|
api_key?: never;
|
|
23567
23569
|
} | {
|
|
23568
23570
|
console_session_with_workspace: never[];
|
|
23569
23571
|
client_session?: never;
|
|
23570
23572
|
pat_with_workspace?: never;
|
|
23573
|
+
client_session_with_customer?: never;
|
|
23574
|
+
api_key?: never;
|
|
23575
|
+
} | {
|
|
23576
|
+
client_session_with_customer: never[];
|
|
23577
|
+
client_session?: never;
|
|
23578
|
+
pat_with_workspace?: never;
|
|
23579
|
+
console_session_with_workspace?: never;
|
|
23571
23580
|
api_key?: never;
|
|
23572
23581
|
} | {
|
|
23573
23582
|
api_key: never[];
|
|
23574
23583
|
client_session?: never;
|
|
23575
23584
|
pat_with_workspace?: never;
|
|
23576
23585
|
console_session_with_workspace?: never;
|
|
23586
|
+
client_session_with_customer?: never;
|
|
23577
23587
|
})[];
|
|
23578
23588
|
summary: string;
|
|
23579
23589
|
tags: string[];
|
|
@@ -23640,22 +23650,32 @@ declare const _default: {
|
|
|
23640
23650
|
client_session: never[];
|
|
23641
23651
|
pat_with_workspace?: never;
|
|
23642
23652
|
console_session_with_workspace?: never;
|
|
23653
|
+
client_session_with_customer?: never;
|
|
23643
23654
|
api_key?: never;
|
|
23644
23655
|
} | {
|
|
23645
23656
|
pat_with_workspace: never[];
|
|
23646
23657
|
client_session?: never;
|
|
23647
23658
|
console_session_with_workspace?: never;
|
|
23659
|
+
client_session_with_customer?: never;
|
|
23648
23660
|
api_key?: never;
|
|
23649
23661
|
} | {
|
|
23650
23662
|
console_session_with_workspace: never[];
|
|
23651
23663
|
client_session?: never;
|
|
23652
23664
|
pat_with_workspace?: never;
|
|
23665
|
+
client_session_with_customer?: never;
|
|
23666
|
+
api_key?: never;
|
|
23667
|
+
} | {
|
|
23668
|
+
client_session_with_customer: never[];
|
|
23669
|
+
client_session?: never;
|
|
23670
|
+
pat_with_workspace?: never;
|
|
23671
|
+
console_session_with_workspace?: never;
|
|
23653
23672
|
api_key?: never;
|
|
23654
23673
|
} | {
|
|
23655
23674
|
api_key: never[];
|
|
23656
23675
|
client_session?: never;
|
|
23657
23676
|
pat_with_workspace?: never;
|
|
23658
23677
|
console_session_with_workspace?: never;
|
|
23678
|
+
client_session_with_customer?: never;
|
|
23659
23679
|
})[];
|
|
23660
23680
|
summary: string;
|
|
23661
23681
|
tags: string[];
|
|
@@ -30685,6 +30685,7 @@ export default {
|
|
|
30685
30685
|
{ client_session: [] },
|
|
30686
30686
|
{ pat_with_workspace: [] },
|
|
30687
30687
|
{ console_session_with_workspace: [] },
|
|
30688
|
+
{ client_session_with_customer: [] },
|
|
30688
30689
|
{ api_key: [] },
|
|
30689
30690
|
],
|
|
30690
30691
|
summary: '/acs/systems/list',
|
|
@@ -30744,6 +30745,7 @@ export default {
|
|
|
30744
30745
|
{ client_session: [] },
|
|
30745
30746
|
{ pat_with_workspace: [] },
|
|
30746
30747
|
{ console_session_with_workspace: [] },
|
|
30748
|
+
{ client_session_with_customer: [] },
|
|
30747
30749
|
{ api_key: [] },
|
|
30748
30750
|
],
|
|
30749
30751
|
summary: '/acs/systems/list',
|