chore: update Bitbucket Cloud models

The latest specification contained some BREAKING CHANGES
due to removed fields.

All of these fields are not used at other plugins, though.
Therefore, this change has no impact on other modules here.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2022-09-17 01:33:53 +02:00
parent 3a1044ddaa
commit ad74723fbf
8 changed files with 4406 additions and 4345 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"refresh-schema": "scripts/prepare-schema.js && prettier --check bitbucket-cloud.oas.json -w",
"refresh-schema": "scripts/prepare-schema.js && yarn run -T prettier --check bitbucket-cloud.oas.json -w",
"generate-models": "scripts/generate-models.sh",
"reduce-models": "scripts/reduce-models.js",
"update-models": "yarn refresh-schema && yarn generate-models && yarn reduce-models"