@drxsuperapp/sdk 1.1.301 → 1.1.302

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 -16
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -617,28 +617,21 @@
617
617
  # https://opencollective.com/openapi_generator/donate #
618
618
  ################################################################################
619
619
  ✅ SDK generated
620
- [master 61b97d0] VPS: Generated API SDK
621
- 11 files changed, 995 insertions(+)
622
- create mode 100644 apis/NotificationApi.ts
623
- create mode 100644 models/ApiNotificationTopicPostRequest.ts
624
- create mode 100644 models/ApiNotificationUserPost200Response.ts
625
- create mode 100644 models/ApiNotificationUserPost200ResponseResponseObject.ts
626
- create mode 100644 models/ApiNotificationUserPost200ResponseResponseObjectErrorsInner.ts
627
- create mode 100644 models/ApiNotificationUserPostRequest.ts
628
- create mode 100644 models/ApiNotificationUserPostRequestOptions.ts
629
- create mode 100644 models/ApiNotificationUserPostRequestPayload.ts
630
- To https://gitlab.com/drx-super/drx-sdk.git
631
- 5cf933b..61b97d0 master -> master
620
+ On branch master
621
+ Your branch is up to date with 'origin/master'.
622
+
623
+ nothing to commit, working tree clean
624
+ Everything up-to-date
632
625
  ✅ Changes committed and pushed
633
- v1.1.301
626
+ v1.1.302
634
627
  To https://gitlab.com/drx-super/drx-sdk.git
635
- 61b97d0..3c0e45a master -> master
628
+ 3c0e45a..f87aaa9 master -> master
636
629
  ✅ Version bumped
637
630
 
638
- > @drxsuperapp/sdk@1.1.301 prepublishOnly
631
+ > @drxsuperapp/sdk@1.1.302 prepublishOnly
639
632
  > npm run build
640
633
 
641
634
 
642
- > @drxsuperapp/sdk@1.1.301 build
635
+ > @drxsuperapp/sdk@1.1.302 build
643
636
  > tsc
644
637
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.301",
3
+ "version": "1.1.302",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {