We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5033797 commit 10dd98bCopy full SHA for 10dd98b
scripts/generate.sh
@@ -6,4 +6,5 @@ curl -Lo ./scripts/spec.json https://github.com/mongodb/openapi/raw/refs/heads/m
6
tsx ./scripts/filter.ts > ./scripts/filteredSpec.json < ./scripts/spec.json
7
redocly bundle --ext json --remove-unused-components ./scripts/filteredSpec.json --output ./scripts/bundledSpec.json
8
openapi-typescript ./scripts/bundledSpec.json --root-types-no-schema-prefix --root-types --output ./src/common/atlas/openapi.d.ts
9
+prettier --write ./src/common/atlas/openapi.d.ts
10
rm -rf ./scripts/bundledSpec.json ./scripts/filteredSpec.json ./scripts/spec.json
0 commit comments