@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 +4 -4
- package/dist/models/ApiWeb3SwapGet200ResponseResponseObjectItemsInner.d.ts +1 -0
- package/dist/models/ApiWeb3SwapGet200ResponseResponseObjectItemsInner.js +1 -0
- package/dist/models/ApiWeb3SwapPost200ResponseResponseObject.d.ts +1 -0
- package/dist/models/ApiWeb3SwapPost200ResponseResponseObject.js +1 -0
- package/models/ApiWeb3SwapGet200ResponseResponseObjectItemsInner.ts +1 -0
- package/models/ApiWeb3SwapPost200ResponseResponseObject.ts +1 -0
- package/package.json +1 -1
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.
|
|
813
|
+
v1.1.392
|
|
814
814
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
815
|
-
|
|
815
|
+
e647e99..0736c5e master -> master
|
|
816
816
|
✅ Version bumped
|
|
817
817
|
|
|
818
|
-
> @drxsuperapp/sdk@1.1.
|
|
818
|
+
> @drxsuperapp/sdk@1.1.392 prepublishOnly
|
|
819
819
|
> npm run build
|
|
820
820
|
|
|
821
821
|
|
|
822
|
-
> @drxsuperapp/sdk@1.1.
|
|
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";
|
|
@@ -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";
|
|
@@ -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'
|