1dffa7dd4d
Add `bitbucket-cloud-common` (`@backstage/plugin-bitbucket-cloud-common`) with a new client for Bitbucket Cloud. The lib contains auto-generated models which got generated using `@openapitools/openapi-generator-cli`. Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
23 lines
651 B
JSON
23 lines
651 B
JSON
{
|
|
"$schema": "../../node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
|
"spaces": 2,
|
|
"generator-cli": {
|
|
"version": "6.0.0-beta",
|
|
"generators": {
|
|
"backstage": {
|
|
"generatorName": "typescript-fetch",
|
|
"glob": "bitbucket-cloud.oas.json",
|
|
"output": "src",
|
|
"additionalProperties": {
|
|
"disallowAdditionalPropertiesIfNotPresent": false,
|
|
"enumPropertyNaming": "PascalCase",
|
|
"legacyDiscriminatorBehavior": false,
|
|
"modelPropertyNaming": "original",
|
|
"withoutRuntimeChecks": true
|
|
},
|
|
"templateDir": "templates"
|
|
}
|
|
}
|
|
}
|
|
}
|