generate new schema

This commit is contained in:
Jacob Overgaard
2022-11-09 11:48:12 +01:00
parent d09a377f8d
commit fadeb4676c
146 changed files with 4784 additions and 33 deletions

View File

@@ -27,7 +27,7 @@
"lint:fix": "npm run lint -- --fix",
"format": "prettier 'src/**/*.ts'",
"format:fix": "npm run format -- --write",
"generate:api": "npx openapi-typescript schemas/**/*.yml --output schemas/generated-schema.ts",
"generate:api": "openapi --input https://raw.githubusercontent.com/umbraco/Umbraco-CMS/v11/dev/src/Umbraco.Cms.ManagementApi/OpenApi.json --output src/core/backend-api --postfix Resource --useOptions",
"storybook": "npm run wc-analyze && start-storybook -p 6006",
"build-storybook": "npm run wc-analyze && build-storybook",
"generate:icons": "node ./devops/icons/index.mjs",
@@ -88,6 +88,7 @@
"lit-html": "^2.4.0",
"msw": "^0.47.4",
"msw-storybook-addon": "^1.6.3",
"openapi-typescript-codegen": "^0.23.0",
"playwright-msw": "^1.0.2",
"plop": "^3.1.1",
"prettier": "2.7.1",