@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
|
@@ -43209,14 +43209,22 @@ declare const _default: {
|
|
|
43209
43209
|
pat_with_workspace: never[];
|
|
43210
43210
|
console_session_with_workspace?: never;
|
|
43211
43211
|
api_key?: never;
|
|
43212
|
+
client_session_with_customer?: never;
|
|
43212
43213
|
} | {
|
|
43213
43214
|
console_session_with_workspace: never[];
|
|
43214
43215
|
pat_with_workspace?: never;
|
|
43215
43216
|
api_key?: never;
|
|
43217
|
+
client_session_with_customer?: never;
|
|
43216
43218
|
} | {
|
|
43217
43219
|
api_key: never[];
|
|
43218
43220
|
pat_with_workspace?: never;
|
|
43219
43221
|
console_session_with_workspace?: never;
|
|
43222
|
+
client_session_with_customer?: never;
|
|
43223
|
+
} | {
|
|
43224
|
+
client_session_with_customer: never[];
|
|
43225
|
+
pat_with_workspace?: never;
|
|
43226
|
+
console_session_with_workspace?: never;
|
|
43227
|
+
api_key?: never;
|
|
43220
43228
|
})[];
|
|
43221
43229
|
summary: string;
|
|
43222
43230
|
tags: never[];
|
|
@@ -43340,14 +43348,22 @@ declare const _default: {
|
|
|
43340
43348
|
pat_with_workspace: never[];
|
|
43341
43349
|
console_session_with_workspace?: never;
|
|
43342
43350
|
api_key?: never;
|
|
43351
|
+
client_session_with_customer?: never;
|
|
43343
43352
|
} | {
|
|
43344
43353
|
console_session_with_workspace: never[];
|
|
43345
43354
|
pat_with_workspace?: never;
|
|
43346
43355
|
api_key?: never;
|
|
43356
|
+
client_session_with_customer?: never;
|
|
43347
43357
|
} | {
|
|
43348
43358
|
api_key: never[];
|
|
43349
43359
|
pat_with_workspace?: never;
|
|
43350
43360
|
console_session_with_workspace?: never;
|
|
43361
|
+
client_session_with_customer?: never;
|
|
43362
|
+
} | {
|
|
43363
|
+
client_session_with_customer: never[];
|
|
43364
|
+
pat_with_workspace?: never;
|
|
43365
|
+
console_session_with_workspace?: never;
|
|
43366
|
+
api_key?: never;
|
|
43351
43367
|
})[];
|
|
43352
43368
|
summary: string;
|
|
43353
43369
|
tags: never[];
|
|
@@ -48148,6 +48148,7 @@ export default {
|
|
|
48148
48148
|
{ pat_with_workspace: [] },
|
|
48149
48149
|
{ console_session_with_workspace: [] },
|
|
48150
48150
|
{ api_key: [] },
|
|
48151
|
+
{ client_session_with_customer: [] },
|
|
48151
48152
|
],
|
|
48152
48153
|
summary: '/spaces/get_related',
|
|
48153
48154
|
tags: [],
|
|
@@ -48261,6 +48262,7 @@ export default {
|
|
|
48261
48262
|
{ pat_with_workspace: [] },
|
|
48262
48263
|
{ console_session_with_workspace: [] },
|
|
48263
48264
|
{ api_key: [] },
|
|
48265
|
+
{ client_session_with_customer: [] },
|
|
48264
48266
|
],
|
|
48265
48267
|
summary: '/spaces/get_related',
|
|
48266
48268
|
tags: [],
|