@seamapi/types 1.573.0 → 1.574.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
package/dist/connect.d.cts
CHANGED
|
@@ -94571,14 +94571,22 @@ declare const _default: {
|
|
|
94571
94571
|
pat_with_workspace: never[];
|
|
94572
94572
|
console_session_with_workspace?: never;
|
|
94573
94573
|
api_key?: never;
|
|
94574
|
+
client_session_with_customer?: never;
|
|
94574
94575
|
} | {
|
|
94575
94576
|
console_session_with_workspace: never[];
|
|
94576
94577
|
pat_with_workspace?: never;
|
|
94577
94578
|
api_key?: never;
|
|
94579
|
+
client_session_with_customer?: never;
|
|
94578
94580
|
} | {
|
|
94579
94581
|
api_key: never[];
|
|
94580
94582
|
pat_with_workspace?: never;
|
|
94581
94583
|
console_session_with_workspace?: never;
|
|
94584
|
+
client_session_with_customer?: never;
|
|
94585
|
+
} | {
|
|
94586
|
+
client_session_with_customer: never[];
|
|
94587
|
+
pat_with_workspace?: never;
|
|
94588
|
+
console_session_with_workspace?: never;
|
|
94589
|
+
api_key?: never;
|
|
94582
94590
|
})[];
|
|
94583
94591
|
summary: string;
|
|
94584
94592
|
tags: never[];
|
|
@@ -94702,14 +94710,22 @@ declare const _default: {
|
|
|
94702
94710
|
pat_with_workspace: never[];
|
|
94703
94711
|
console_session_with_workspace?: never;
|
|
94704
94712
|
api_key?: never;
|
|
94713
|
+
client_session_with_customer?: never;
|
|
94705
94714
|
} | {
|
|
94706
94715
|
console_session_with_workspace: never[];
|
|
94707
94716
|
pat_with_workspace?: never;
|
|
94708
94717
|
api_key?: never;
|
|
94718
|
+
client_session_with_customer?: never;
|
|
94709
94719
|
} | {
|
|
94710
94720
|
api_key: never[];
|
|
94711
94721
|
pat_with_workspace?: never;
|
|
94712
94722
|
console_session_with_workspace?: never;
|
|
94723
|
+
client_session_with_customer?: never;
|
|
94724
|
+
} | {
|
|
94725
|
+
client_session_with_customer: never[];
|
|
94726
|
+
pat_with_workspace?: never;
|
|
94727
|
+
console_session_with_workspace?: never;
|
|
94728
|
+
api_key?: never;
|
|
94713
94729
|
})[];
|
|
94714
94730
|
summary: string;
|
|
94715
94731
|
tags: never[];
|
package/dist/index.cjs
CHANGED
|
@@ -53838,7 +53838,8 @@ var openapi_default = {
|
|
|
53838
53838
|
security: [
|
|
53839
53839
|
{ pat_with_workspace: [] },
|
|
53840
53840
|
{ console_session_with_workspace: [] },
|
|
53841
|
-
{ api_key: [] }
|
|
53841
|
+
{ api_key: [] },
|
|
53842
|
+
{ client_session_with_customer: [] }
|
|
53842
53843
|
],
|
|
53843
53844
|
summary: "/spaces/get_related",
|
|
53844
53845
|
tags: [],
|
|
@@ -53951,7 +53952,8 @@ var openapi_default = {
|
|
|
53951
53952
|
security: [
|
|
53952
53953
|
{ pat_with_workspace: [] },
|
|
53953
53954
|
{ console_session_with_workspace: [] },
|
|
53954
|
-
{ api_key: [] }
|
|
53955
|
+
{ api_key: [] },
|
|
53956
|
+
{ client_session_with_customer: [] }
|
|
53955
53957
|
],
|
|
53956
53958
|
summary: "/spaces/get_related",
|
|
53957
53959
|
tags: [],
|