feat: add bitbucket-cloud-common with new client
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>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user