@drxsuperapp/sdk 1.1.511 → 1.1.512

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/deploy.log +9 -9
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -911,21 +911,21 @@
911
911
  # https://opencollective.com/openapi_generator/donate #
912
912
  ################################################################################
913
913
  ✅ SDK generated
914
- [master 83cd1b1] VPS: Generated API SDK
915
- 4 files changed, 125 insertions(+)
916
- create mode 100644 models/ApiFeatureHidePutRequest.ts
917
- To https://gitlab.com/drx-super/drx-sdk.git
918
- 6ce851f..83cd1b1 master -> master
914
+ On branch master
915
+ Your branch is up to date with 'origin/master'.
916
+
917
+ nothing to commit, working tree clean
918
+ Everything up-to-date
919
919
  ✅ Changes committed and pushed
920
- v1.1.511
920
+ v1.1.512
921
921
  To https://gitlab.com/drx-super/drx-sdk.git
922
- 83cd1b1..ba2a8bc master -> master
922
+ ba2a8bc..db3bbd9 master -> master
923
923
  ✅ Version bumped
924
924
 
925
- > @drxsuperapp/sdk@1.1.511 prepublishOnly
925
+ > @drxsuperapp/sdk@1.1.512 prepublishOnly
926
926
  > npm run build
927
927
 
928
928
 
929
- > @drxsuperapp/sdk@1.1.511 build
929
+ > @drxsuperapp/sdk@1.1.512 build
930
930
  > tsc
931
931
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.511",
3
+ "version": "1.1.512",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {