@drxsuperapp/sdk 1.1.482 → 1.1.483

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 -10
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -882,22 +882,21 @@
882
882
  # https://opencollective.com/openapi_generator/donate #
883
883
  ################################################################################
884
884
  ✅ SDK generated
885
- [master b7c4c96] VPS: Generated API SDK
886
- 5 files changed, 234 insertions(+)
887
- create mode 100644 apis/AdminNotificationApi.ts
888
- create mode 100644 models/ApiAdminNotificationBroadcastPostRequest.ts
889
- To https://gitlab.com/drx-super/drx-sdk.git
890
- 80a7cff..b7c4c96 master -> master
885
+ On branch master
886
+ Your branch is up to date with 'origin/master'.
887
+
888
+ nothing to commit, working tree clean
889
+ Everything up-to-date
891
890
  ✅ Changes committed and pushed
892
- v1.1.482
891
+ v1.1.483
893
892
  To https://gitlab.com/drx-super/drx-sdk.git
894
- b7c4c96..5cb551c master -> master
893
+ 5cb551c..67c9bfc master -> master
895
894
  ✅ Version bumped
896
895
 
897
- > @drxsuperapp/sdk@1.1.482 prepublishOnly
896
+ > @drxsuperapp/sdk@1.1.483 prepublishOnly
898
897
  > npm run build
899
898
 
900
899
 
901
- > @drxsuperapp/sdk@1.1.482 build
900
+ > @drxsuperapp/sdk@1.1.483 build
902
901
  > tsc
903
902
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.482",
3
+ "version": "1.1.483",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {