You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: sdk new package name and some small improvements (#1701)
* fix local sdk generation after introducing some new parameters on the backend and do some cleanup of appendToArrayField endpoint usage
* bump sdk version and improve the local generation
* rename the scicat-sdk-ts to scicat-sdk-ts-angular
* fix linting issues
* add some improvements in the dataset sharing process suggested by sourcery-ai
* fix unit test types
* fix failing tests and add some small improvements
* try to revert the appendToDatasetArray changes
* fix failing tests
* NOTE: parameter --skip-validate-spec is passed to avoid some errors like not supporting the "content" in the @ApiQuery() parameter that we use in the dataset v4 controller.
33
+
* This should not be a risk as after the generation we can get a feedback immediately if something is broken here when we run and test the frontend.
0 commit comments