@drxsuperapp/sdk 1.1.390 → 1.1.392

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
@@ -810,15 +810,15 @@ Your branch is up to date with 'origin/master'.
810
810
  nothing to commit, working tree clean
811
811
  Everything up-to-date
812
812
  ✅ Changes committed and pushed
813
- v1.1.390
813
+ v1.1.392
814
814
  To https://gitlab.com/drx-super/drx-sdk.git
815
- 59a8854..fc406f2 master -> master
815
+ e647e99..0736c5e master -> master
816
816
  ✅ Version bumped
817
817
 
818
- > @drxsuperapp/sdk@1.1.390 prepublishOnly
818
+ > @drxsuperapp/sdk@1.1.392 prepublishOnly
819
819
  > npm run build
820
820
 
821
821
 
822
- > @drxsuperapp/sdk@1.1.390 build
822
+ > @drxsuperapp/sdk@1.1.392 build
823
823
  > tsc
824
824
 
@@ -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.392",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {