@drxsuperapp/sdk 1.1.390 → 1.1.391

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.
package/deploy.log CHANGED
@@ -804,21 +804,20 @@
804
804
  # https://opencollective.com/openapi_generator/donate #
805
805
  ################################################################################
806
806
  ✅ SDK generated
807
- On branch master
808
- Your branch is up to date with 'origin/master'.
809
-
810
- nothing to commit, working tree clean
811
- Everything up-to-date
807
+ [master 4254fc6] VPS: Generated API SDK
808
+ 2 files changed, 2 insertions(+)
809
+ To https://gitlab.com/drx-super/drx-sdk.git
810
+ fc406f2..4254fc6 master -> master
812
811
  ✅ Changes committed and pushed
813
- v1.1.390
812
+ v1.1.391
814
813
  To https://gitlab.com/drx-super/drx-sdk.git
815
- 59a8854..fc406f2 master -> master
814
+ 4254fc6..e647e99 master -> master
816
815
  ✅ Version bumped
817
816
 
818
- > @drxsuperapp/sdk@1.1.390 prepublishOnly
817
+ > @drxsuperapp/sdk@1.1.391 prepublishOnly
819
818
  > npm run build
820
819
 
821
820
 
822
- > @drxsuperapp/sdk@1.1.390 build
821
+ > @drxsuperapp/sdk@1.1.391 build
823
822
  > tsc
824
823
 
@@ -72,6 +72,7 @@ export declare const ApiWeb3SwapGet200ResponseResponseObjectItemsInnerStatusEnum
72
72
  readonly Pending: "PENDING";
73
73
  readonly Approved: "APPROVED";
74
74
  readonly Processing: "PROCESSING";
75
+ readonly PendingRetry: "PENDING_RETRY";
75
76
  readonly Completed: "COMPLETED";
76
77
  readonly Rejected: "REJECTED";
77
78
  readonly Failed: "FAILED";
@@ -19,6 +19,7 @@ export const ApiWeb3SwapGet200ResponseResponseObjectItemsInnerStatusEnum = {
19
19
  Pending: 'PENDING',
20
20
  Approved: 'APPROVED',
21
21
  Processing: 'PROCESSING',
22
+ PendingRetry: 'PENDING_RETRY',
22
23
  Completed: 'COMPLETED',
23
24
  Rejected: 'REJECTED',
24
25
  Failed: 'FAILED'
@@ -120,6 +120,7 @@ export declare const ApiWeb3SwapPost200ResponseResponseObjectStatusEnum: {
120
120
  readonly Pending: "PENDING";
121
121
  readonly Approved: "APPROVED";
122
122
  readonly Processing: "PROCESSING";
123
+ readonly PendingRetry: "PENDING_RETRY";
123
124
  readonly Completed: "COMPLETED";
124
125
  readonly Rejected: "REJECTED";
125
126
  readonly Failed: "FAILED";
@@ -19,6 +19,7 @@ export const ApiWeb3SwapPost200ResponseResponseObjectStatusEnum = {
19
19
  Pending: 'PENDING',
20
20
  Approved: 'APPROVED',
21
21
  Processing: 'PROCESSING',
22
+ PendingRetry: 'PENDING_RETRY',
22
23
  Completed: 'COMPLETED',
23
24
  Rejected: 'REJECTED',
24
25
  Failed: 'FAILED'
@@ -85,6 +85,7 @@ export const ApiWeb3SwapGet200ResponseResponseObjectItemsInnerStatusEnum = {
85
85
  Pending: 'PENDING',
86
86
  Approved: 'APPROVED',
87
87
  Processing: 'PROCESSING',
88
+ PendingRetry: 'PENDING_RETRY',
88
89
  Completed: 'COMPLETED',
89
90
  Rejected: 'REJECTED',
90
91
  Failed: 'FAILED'
@@ -133,6 +133,7 @@ export const ApiWeb3SwapPost200ResponseResponseObjectStatusEnum = {
133
133
  Pending: 'PENDING',
134
134
  Approved: 'APPROVED',
135
135
  Processing: 'PROCESSING',
136
+ PendingRetry: 'PENDING_RETRY',
136
137
  Completed: 'COMPLETED',
137
138
  Rejected: 'REJECTED',
138
139
  Failed: 'FAILED'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.390",
3
+ "version": "1.1.391",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {