@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
package/dist/connect.d.cts
CHANGED
|
@@ -74800,14 +74800,22 @@ declare const _default: {
|
|
|
74800
74800
|
pat_with_workspace: never[];
|
|
74801
74801
|
console_session_with_workspace?: never;
|
|
74802
74802
|
api_key?: never;
|
|
74803
|
+
client_session_with_customer?: never;
|
|
74803
74804
|
} | {
|
|
74804
74805
|
console_session_with_workspace: never[];
|
|
74805
74806
|
pat_with_workspace?: never;
|
|
74806
74807
|
api_key?: never;
|
|
74808
|
+
client_session_with_customer?: never;
|
|
74807
74809
|
} | {
|
|
74808
74810
|
api_key: never[];
|
|
74809
74811
|
pat_with_workspace?: never;
|
|
74810
74812
|
console_session_with_workspace?: never;
|
|
74813
|
+
client_session_with_customer?: never;
|
|
74814
|
+
} | {
|
|
74815
|
+
client_session_with_customer: never[];
|
|
74816
|
+
pat_with_workspace?: never;
|
|
74817
|
+
console_session_with_workspace?: never;
|
|
74818
|
+
api_key?: never;
|
|
74811
74819
|
})[];
|
|
74812
74820
|
summary: string;
|
|
74813
74821
|
tags: never[];
|
|
@@ -74865,14 +74873,22 @@ declare const _default: {
|
|
|
74865
74873
|
pat_with_workspace: never[];
|
|
74866
74874
|
console_session_with_workspace?: never;
|
|
74867
74875
|
api_key?: never;
|
|
74876
|
+
client_session_with_customer?: never;
|
|
74868
74877
|
} | {
|
|
74869
74878
|
console_session_with_workspace: never[];
|
|
74870
74879
|
pat_with_workspace?: never;
|
|
74871
74880
|
api_key?: never;
|
|
74881
|
+
client_session_with_customer?: never;
|
|
74872
74882
|
} | {
|
|
74873
74883
|
api_key: never[];
|
|
74874
74884
|
pat_with_workspace?: never;
|
|
74875
74885
|
console_session_with_workspace?: never;
|
|
74886
|
+
client_session_with_customer?: never;
|
|
74887
|
+
} | {
|
|
74888
|
+
client_session_with_customer: never[];
|
|
74889
|
+
pat_with_workspace?: never;
|
|
74890
|
+
console_session_with_workspace?: never;
|
|
74891
|
+
api_key?: never;
|
|
74876
74892
|
})[];
|
|
74877
74893
|
summary: string;
|
|
74878
74894
|
tags: never[];
|
package/dist/index.cjs
CHANGED
|
@@ -34559,7 +34559,8 @@ var openapi_default = {
|
|
|
34559
34559
|
security: [
|
|
34560
34560
|
{ pat_with_workspace: [] },
|
|
34561
34561
|
{ console_session_with_workspace: [] },
|
|
34562
|
-
{ api_key: [] }
|
|
34562
|
+
{ api_key: [] },
|
|
34563
|
+
{ client_session_with_customer: [] }
|
|
34563
34564
|
],
|
|
34564
34565
|
summary: "/access_methods/delete",
|
|
34565
34566
|
tags: [],
|
|
@@ -34608,7 +34609,8 @@ var openapi_default = {
|
|
|
34608
34609
|
security: [
|
|
34609
34610
|
{ pat_with_workspace: [] },
|
|
34610
34611
|
{ console_session_with_workspace: [] },
|
|
34611
|
-
{ api_key: [] }
|
|
34612
|
+
{ api_key: [] },
|
|
34613
|
+
{ client_session_with_customer: [] }
|
|
34612
34614
|
],
|
|
34613
34615
|
summary: "/access_methods/delete",
|
|
34614
34616
|
tags: [],
|