lovis-ff
lovis-ff
Hi, I am using kysely with postgres like this ``` const db = new Kysely({ dialect: new PostgresDialect({ pool: new pg.Pool(), }), log: ["error", "query"], plugins: [new CamelCasePlugin()], }); ```...
**Describe the bug** I want to create a open-api client using an open api schema from SAP Business Accelerator Hub, specifically `https://api.sap.com/api/OP_API_SALES_QUOTATION_SRV_0001/overview`. I am getting `ErrorWithCause: Could not write file...
When using typescript with `--isolatedModules` option, the `index.ts` file contains errors about the type exports ```Re-exporting a type when 'isolatedModules' is enabled requires using 'export type'.``` Would there be the...
### Describe the Problem We have a similar requirement as described in https://github.com/SAP/cloud-sdk-js/issues/4476 but are using the odata clients. The support was added in the openapi generator via https://github.com/SAP/cloud-sdk-js/pull/4883. https://github.com/SAP/cloud-sdk-js/issues/4476#issuecomment-2363534643...