@seamapi/types 1.552.0 → 1.553.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 +1 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +10 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
|
@@ -15312,22 +15312,32 @@ declare const _default: {
|
|
|
15312
15312
|
};
|
|
15313
15313
|
security: ({
|
|
15314
15314
|
client_session: never[];
|
|
15315
|
+
client_session_with_customer?: never;
|
|
15316
|
+
pat_with_workspace?: never;
|
|
15317
|
+
console_session_with_workspace?: never;
|
|
15318
|
+
api_key?: never;
|
|
15319
|
+
} | {
|
|
15320
|
+
client_session_with_customer: never[];
|
|
15321
|
+
client_session?: never;
|
|
15315
15322
|
pat_with_workspace?: never;
|
|
15316
15323
|
console_session_with_workspace?: never;
|
|
15317
15324
|
api_key?: never;
|
|
15318
15325
|
} | {
|
|
15319
15326
|
pat_with_workspace: never[];
|
|
15320
15327
|
client_session?: never;
|
|
15328
|
+
client_session_with_customer?: never;
|
|
15321
15329
|
console_session_with_workspace?: never;
|
|
15322
15330
|
api_key?: never;
|
|
15323
15331
|
} | {
|
|
15324
15332
|
console_session_with_workspace: never[];
|
|
15325
15333
|
client_session?: never;
|
|
15334
|
+
client_session_with_customer?: never;
|
|
15326
15335
|
pat_with_workspace?: never;
|
|
15327
15336
|
api_key?: never;
|
|
15328
15337
|
} | {
|
|
15329
15338
|
api_key: never[];
|
|
15330
15339
|
client_session?: never;
|
|
15340
|
+
client_session_with_customer?: never;
|
|
15331
15341
|
pat_with_workspace?: never;
|
|
15332
15342
|
console_session_with_workspace?: never;
|
|
15333
15343
|
})[];
|
|
@@ -23896,6 +23896,7 @@ export default {
|
|
|
23896
23896
|
},
|
|
23897
23897
|
security: [
|
|
23898
23898
|
{ client_session: [] },
|
|
23899
|
+
{ client_session_with_customer: [] },
|
|
23899
23900
|
{ pat_with_workspace: [] },
|
|
23900
23901
|
{ console_session_with_workspace: [] },
|
|
23901
23902
|
{ api_key: [] },
|