These are either enums and objects, and it is creating issues on clients source code
- ReportResolution
- ReportTimeScopeUnits
- ReportTimeScopeValue
- ReportResourceScope
openapi-typescript library generating the correspondent TS files are exporting either the Object and the Enum with the same name, which generates issues at compilation time. We have a workaround for this, which is avoid using `--root-types-no-schema-prefix` flag and "Schema" prefix is added to the object ones
- is triggered by
-
OCMUI-2883 generating TS from OpenAPI schema - cost-management
-
- Closed
-