@seamapi/types 1.763.0 → 1.764.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
|
@@ -89758,14 +89758,22 @@ declare const _default: {
|
|
|
89758
89758
|
pat_with_workspace: never[];
|
|
89759
89759
|
console_session_with_workspace?: never;
|
|
89760
89760
|
api_key?: never;
|
|
89761
|
+
client_session_with_customer?: never;
|
|
89761
89762
|
} | {
|
|
89762
89763
|
console_session_with_workspace: never[];
|
|
89763
89764
|
pat_with_workspace?: never;
|
|
89764
89765
|
api_key?: never;
|
|
89766
|
+
client_session_with_customer?: never;
|
|
89765
89767
|
} | {
|
|
89766
89768
|
api_key: never[];
|
|
89767
89769
|
pat_with_workspace?: never;
|
|
89768
89770
|
console_session_with_workspace?: never;
|
|
89771
|
+
client_session_with_customer?: never;
|
|
89772
|
+
} | {
|
|
89773
|
+
client_session_with_customer: never[];
|
|
89774
|
+
pat_with_workspace?: never;
|
|
89775
|
+
console_session_with_workspace?: never;
|
|
89776
|
+
api_key?: never;
|
|
89769
89777
|
})[];
|
|
89770
89778
|
summary: string;
|
|
89771
89779
|
tags: never[];
|
|
@@ -90079,14 +90087,22 @@ declare const _default: {
|
|
|
90079
90087
|
pat_with_workspace: never[];
|
|
90080
90088
|
console_session_with_workspace?: never;
|
|
90081
90089
|
api_key?: never;
|
|
90090
|
+
client_session_with_customer?: never;
|
|
90082
90091
|
} | {
|
|
90083
90092
|
console_session_with_workspace: never[];
|
|
90084
90093
|
pat_with_workspace?: never;
|
|
90085
90094
|
api_key?: never;
|
|
90095
|
+
client_session_with_customer?: never;
|
|
90086
90096
|
} | {
|
|
90087
90097
|
api_key: never[];
|
|
90088
90098
|
pat_with_workspace?: never;
|
|
90089
90099
|
console_session_with_workspace?: never;
|
|
90100
|
+
client_session_with_customer?: never;
|
|
90101
|
+
} | {
|
|
90102
|
+
client_session_with_customer: never[];
|
|
90103
|
+
pat_with_workspace?: never;
|
|
90104
|
+
console_session_with_workspace?: never;
|
|
90105
|
+
api_key?: never;
|
|
90090
90106
|
})[];
|
|
90091
90107
|
summary: string;
|
|
90092
90108
|
tags: never[];
|
package/dist/index.cjs
CHANGED
|
@@ -42416,7 +42416,8 @@ var openapi_default = {
|
|
|
42416
42416
|
security: [
|
|
42417
42417
|
{ pat_with_workspace: [] },
|
|
42418
42418
|
{ console_session_with_workspace: [] },
|
|
42419
|
-
{ api_key: [] }
|
|
42419
|
+
{ api_key: [] },
|
|
42420
|
+
{ client_session_with_customer: [] }
|
|
42420
42421
|
],
|
|
42421
42422
|
summary: "/access_methods/unmanaged/list",
|
|
42422
42423
|
tags: [],
|
|
@@ -42830,7 +42831,8 @@ var openapi_default = {
|
|
|
42830
42831
|
security: [
|
|
42831
42832
|
{ pat_with_workspace: [] },
|
|
42832
42833
|
{ console_session_with_workspace: [] },
|
|
42833
|
-
{ api_key: [] }
|
|
42834
|
+
{ api_key: [] },
|
|
42835
|
+
{ client_session_with_customer: [] }
|
|
42834
42836
|
],
|
|
42835
42837
|
summary: "/access_methods/unmanaged/list",
|
|
42836
42838
|
tags: [],
|