@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 +8 -9
- 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
|
@@ -804,21 +804,20 @@
|
|
|
804
804
|
# https://opencollective.com/openapi_generator/donate #
|
|
805
805
|
################################################################################
|
|
806
806
|
✅ SDK generated
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
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.
|
|
812
|
+
v1.1.391
|
|
814
813
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
815
|
-
|
|
814
|
+
4254fc6..e647e99 master -> master
|
|
816
815
|
✅ Version bumped
|
|
817
816
|
|
|
818
|
-
> @drxsuperapp/sdk@1.1.
|
|
817
|
+
> @drxsuperapp/sdk@1.1.391 prepublishOnly
|
|
819
818
|
> npm run build
|
|
820
819
|
|
|
821
820
|
|
|
822
|
-
> @drxsuperapp/sdk@1.1.
|
|
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";
|
|
@@ -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'
|