Skip to content

Commit

Permalink
chore: move to sdk-api
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuprin committed Oct 30, 2024
1 parent 501bddc commit 45103f5
Show file tree
Hide file tree
Showing 293 changed files with 302 additions and 52,099 deletions.
5 changes: 1 addition & 4 deletions packages/sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"compile-translations": "lingui compile",
"write-package-version-file": "yarn exec ../../write-package-version-file.sh",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o storybook_static",
"download-openapi-document": "yarn exec ./download-openapi-document.sh",
"codegen": "yarn codegen:api-version && yarn exec ./generate-api-client.sh",
"codegen:api-version": "echo \"// This file was generated automatically \n export const apiVersion = '$(node -p 'require(\"@monite/sdk-react/package.json\").apiVersion')';\" > src/api/api-version.ts"
"build-storybook": "storybook build -o storybook_static"
},
"author": "",
"license": "MIT",
Expand Down
4 changes: 0 additions & 4 deletions packages/sdk-react/src/api/.gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions packages/sdk-react/src/api/api-version.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// This file was generated automatically
export const apiVersion = '2024-05-25';
36 changes: 0 additions & 36 deletions packages/sdk-react/src/api/client.test.ts

This file was deleted.

60 changes: 0 additions & 60 deletions packages/sdk-react/src/api/client.ts

This file was deleted.

Loading

0 comments on commit 45103f5

Please sign in to comment.