@drxsuperapp/sdk 1.1.428 → 1.1.429

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 -18
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -857,30 +857,21 @@
857
857
  # https://opencollective.com/openapi_generator/donate #
858
858
  ################################################################################
859
859
  ✅ SDK generated
860
- [master 147a5cf] VPS: Generated API SDK
861
- 13 files changed, 1354 insertions(+)
862
- create mode 100644 models/ApiNotificationDeleteAllDeleteRequest.ts
863
- create mode 100644 models/ApiNotificationMyNotificationsGet200Response.ts
864
- create mode 100644 models/ApiNotificationMyNotificationsGet200ResponseResponseObject.ts
865
- create mode 100644 models/ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInner.ts
866
- create mode 100644 models/ApiNotificationMyNotificationsGetFilterParameter.ts
867
- create mode 100644 models/ApiNotificationNotificationIdReadPut200Response.ts
868
- create mode 100644 models/ApiNotificationNotificationIdReadPut200ResponseResponseObject.ts
869
- create mode 100644 models/ApiNotificationReadAllPutRequest.ts
870
- create mode 100644 models/ApiNotificationStatsGet200Response.ts
871
- create mode 100644 models/ApiNotificationStatsGet200ResponseResponseObject.ts
872
- To https://gitlab.com/drx-super/drx-sdk.git
873
- 2c457d2..147a5cf master -> master
860
+ On branch master
861
+ Your branch is up to date with 'origin/master'.
862
+
863
+ nothing to commit, working tree clean
864
+ Everything up-to-date
874
865
  ✅ Changes committed and pushed
875
- v1.1.428
866
+ v1.1.429
876
867
  To https://gitlab.com/drx-super/drx-sdk.git
877
- 147a5cf..2d16d42 master -> master
868
+ 2d16d42..4cb18f5 master -> master
878
869
  ✅ Version bumped
879
870
 
880
- > @drxsuperapp/sdk@1.1.428 prepublishOnly
871
+ > @drxsuperapp/sdk@1.1.429 prepublishOnly
881
872
  > npm run build
882
873
 
883
874
 
884
- > @drxsuperapp/sdk@1.1.428 build
875
+ > @drxsuperapp/sdk@1.1.429 build
885
876
  > tsc
886
877
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.428",
3
+ "version": "1.1.429",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {