@seamapi/types 1.630.0 → 1.631.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
|
@@ -106170,14 +106170,22 @@ declare const _default: {
|
|
|
106170
106170
|
api_key: never[];
|
|
106171
106171
|
pat_with_workspace?: never;
|
|
106172
106172
|
console_session_with_workspace?: never;
|
|
106173
|
+
client_session_with_customer?: never;
|
|
106173
106174
|
} | {
|
|
106174
106175
|
pat_with_workspace: never[];
|
|
106175
106176
|
api_key?: never;
|
|
106176
106177
|
console_session_with_workspace?: never;
|
|
106178
|
+
client_session_with_customer?: never;
|
|
106177
106179
|
} | {
|
|
106178
106180
|
console_session_with_workspace: never[];
|
|
106179
106181
|
api_key?: never;
|
|
106180
106182
|
pat_with_workspace?: never;
|
|
106183
|
+
client_session_with_customer?: never;
|
|
106184
|
+
} | {
|
|
106185
|
+
client_session_with_customer: never[];
|
|
106186
|
+
api_key?: never;
|
|
106187
|
+
pat_with_workspace?: never;
|
|
106188
|
+
console_session_with_workspace?: never;
|
|
106181
106189
|
})[];
|
|
106182
106190
|
summary: string;
|
|
106183
106191
|
tags: string[];
|
|
@@ -106250,14 +106258,22 @@ declare const _default: {
|
|
|
106250
106258
|
api_key: never[];
|
|
106251
106259
|
pat_with_workspace?: never;
|
|
106252
106260
|
console_session_with_workspace?: never;
|
|
106261
|
+
client_session_with_customer?: never;
|
|
106253
106262
|
} | {
|
|
106254
106263
|
pat_with_workspace: never[];
|
|
106255
106264
|
api_key?: never;
|
|
106256
106265
|
console_session_with_workspace?: never;
|
|
106266
|
+
client_session_with_customer?: never;
|
|
106257
106267
|
} | {
|
|
106258
106268
|
console_session_with_workspace: never[];
|
|
106259
106269
|
api_key?: never;
|
|
106260
106270
|
pat_with_workspace?: never;
|
|
106271
|
+
client_session_with_customer?: never;
|
|
106272
|
+
} | {
|
|
106273
|
+
client_session_with_customer: never[];
|
|
106274
|
+
api_key?: never;
|
|
106275
|
+
pat_with_workspace?: never;
|
|
106276
|
+
console_session_with_workspace?: never;
|
|
106261
106277
|
})[];
|
|
106262
106278
|
summary: string;
|
|
106263
106279
|
tags: string[];
|
package/dist/index.cjs
CHANGED
|
@@ -63241,7 +63241,8 @@ var openapi_default = {
|
|
|
63241
63241
|
security: [
|
|
63242
63242
|
{ api_key: [] },
|
|
63243
63243
|
{ pat_with_workspace: [] },
|
|
63244
|
-
{ console_session_with_workspace: [] }
|
|
63244
|
+
{ console_session_with_workspace: [] },
|
|
63245
|
+
{ client_session_with_customer: [] }
|
|
63245
63246
|
],
|
|
63246
63247
|
summary: "/user_identities/get",
|
|
63247
63248
|
tags: ["/user_identities"],
|
|
@@ -63304,7 +63305,8 @@ var openapi_default = {
|
|
|
63304
63305
|
security: [
|
|
63305
63306
|
{ api_key: [] },
|
|
63306
63307
|
{ pat_with_workspace: [] },
|
|
63307
|
-
{ console_session_with_workspace: [] }
|
|
63308
|
+
{ console_session_with_workspace: [] },
|
|
63309
|
+
{ client_session_with_customer: [] }
|
|
63308
63310
|
],
|
|
63309
63311
|
summary: "/user_identities/get",
|
|
63310
63312
|
tags: ["/user_identities"],
|