@seamapi/types 1.794.0 → 1.795.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 +0 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -16
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -16
- package/lib/seam/connect/openapi.js +0 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -2
|
@@ -69247,23 +69247,15 @@ declare const _default: {
|
|
|
69247
69247
|
};
|
|
69248
69248
|
};
|
|
69249
69249
|
security: ({
|
|
69250
|
-
client_session: never[];
|
|
69251
|
-
api_key?: never;
|
|
69252
|
-
pat_with_workspace?: never;
|
|
69253
|
-
console_session_with_workspace?: never;
|
|
69254
|
-
} | {
|
|
69255
69250
|
api_key: never[];
|
|
69256
|
-
client_session?: never;
|
|
69257
69251
|
pat_with_workspace?: never;
|
|
69258
69252
|
console_session_with_workspace?: never;
|
|
69259
69253
|
} | {
|
|
69260
69254
|
pat_with_workspace: never[];
|
|
69261
|
-
client_session?: never;
|
|
69262
69255
|
api_key?: never;
|
|
69263
69256
|
console_session_with_workspace?: never;
|
|
69264
69257
|
} | {
|
|
69265
69258
|
console_session_with_workspace: never[];
|
|
69266
|
-
client_session?: never;
|
|
69267
69259
|
api_key?: never;
|
|
69268
69260
|
pat_with_workspace?: never;
|
|
69269
69261
|
})[];
|
|
@@ -69334,23 +69326,15 @@ declare const _default: {
|
|
|
69334
69326
|
};
|
|
69335
69327
|
};
|
|
69336
69328
|
security: ({
|
|
69337
|
-
client_session: never[];
|
|
69338
|
-
api_key?: never;
|
|
69339
|
-
pat_with_workspace?: never;
|
|
69340
|
-
console_session_with_workspace?: never;
|
|
69341
|
-
} | {
|
|
69342
69329
|
api_key: never[];
|
|
69343
|
-
client_session?: never;
|
|
69344
69330
|
pat_with_workspace?: never;
|
|
69345
69331
|
console_session_with_workspace?: never;
|
|
69346
69332
|
} | {
|
|
69347
69333
|
pat_with_workspace: never[];
|
|
69348
|
-
client_session?: never;
|
|
69349
69334
|
api_key?: never;
|
|
69350
69335
|
console_session_with_workspace?: never;
|
|
69351
69336
|
} | {
|
|
69352
69337
|
console_session_with_workspace: never[];
|
|
69353
|
-
client_session?: never;
|
|
69354
69338
|
api_key?: never;
|
|
69355
69339
|
pat_with_workspace?: never;
|
|
69356
69340
|
})[];
|
|
@@ -72892,7 +72892,6 @@ export default {
|
|
|
72892
72892
|
401: { description: 'Unauthorized' },
|
|
72893
72893
|
},
|
|
72894
72894
|
security: [
|
|
72895
|
-
{ client_session: [] },
|
|
72896
72895
|
{ api_key: [] },
|
|
72897
72896
|
{ pat_with_workspace: [] },
|
|
72898
72897
|
{ console_session_with_workspace: [] },
|
|
@@ -72954,7 +72953,6 @@ export default {
|
|
|
72954
72953
|
401: { description: 'Unauthorized' },
|
|
72955
72954
|
},
|
|
72956
72955
|
security: [
|
|
72957
|
-
{ client_session: [] },
|
|
72958
72956
|
{ api_key: [] },
|
|
72959
72957
|
{ pat_with_workspace: [] },
|
|
72960
72958
|
{ console_session_with_workspace: [] },
|