@drxsuperapp/sdk 1.1.380 → 1.1.381
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
|
@@ -755,20 +755,20 @@
|
|
|
755
755
|
# https://opencollective.com/openapi_generator/donate #
|
|
756
756
|
################################################################################
|
|
757
757
|
✅ SDK generated
|
|
758
|
-
[master
|
|
759
|
-
1 file changed,
|
|
758
|
+
[master c4f8717] VPS: Generated API SDK
|
|
759
|
+
1 file changed, 8 deletions(-)
|
|
760
760
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
761
|
-
|
|
761
|
+
c22b8ee..c4f8717 master -> master
|
|
762
762
|
✅ Changes committed and pushed
|
|
763
|
-
v1.1.
|
|
763
|
+
v1.1.381
|
|
764
764
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
765
|
-
|
|
765
|
+
c4f8717..d53950d master -> master
|
|
766
766
|
✅ Version bumped
|
|
767
767
|
|
|
768
|
-
> @drxsuperapp/sdk@1.1.
|
|
768
|
+
> @drxsuperapp/sdk@1.1.381 prepublishOnly
|
|
769
769
|
> npm run build
|
|
770
770
|
|
|
771
771
|
|
|
772
|
-
> @drxsuperapp/sdk@1.1.
|
|
772
|
+
> @drxsuperapp/sdk@1.1.381 build
|
|
773
773
|
> tsc
|
|
774
774
|
|
|
@@ -27,12 +27,6 @@ export interface ApiWeb3RedemptionIdActionPutRequest {
|
|
|
27
27
|
* @memberof ApiWeb3RedemptionIdActionPutRequest
|
|
28
28
|
*/
|
|
29
29
|
remarkUser?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ApiWeb3RedemptionIdActionPutRequest
|
|
34
|
-
*/
|
|
35
|
-
to_send?: string | null;
|
|
36
30
|
}
|
|
37
31
|
/**
|
|
38
32
|
* @export
|
|
@@ -37,7 +37,6 @@ export function ApiWeb3RedemptionIdActionPutRequestFromJSONTyped(json, ignoreDis
|
|
|
37
37
|
return {
|
|
38
38
|
'action': json['action'],
|
|
39
39
|
'remarkUser': json['remarkUser'] == null ? undefined : json['remarkUser'],
|
|
40
|
-
'to_send': json['to_send'] == null ? undefined : json['to_send'],
|
|
41
40
|
};
|
|
42
41
|
}
|
|
43
42
|
export function ApiWeb3RedemptionIdActionPutRequestToJSON(json) {
|
|
@@ -50,6 +49,5 @@ export function ApiWeb3RedemptionIdActionPutRequestToJSONTyped(value, ignoreDisc
|
|
|
50
49
|
return {
|
|
51
50
|
'action': value['action'],
|
|
52
51
|
'remarkUser': value['remarkUser'],
|
|
53
|
-
'to_send': value['to_send'],
|
|
54
52
|
};
|
|
55
53
|
}
|
|
@@ -31,12 +31,6 @@ export interface ApiWeb3RedemptionIdActionPutRequest {
|
|
|
31
31
|
* @memberof ApiWeb3RedemptionIdActionPutRequest
|
|
32
32
|
*/
|
|
33
33
|
remarkUser?: string | null;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ApiWeb3RedemptionIdActionPutRequest
|
|
38
|
-
*/
|
|
39
|
-
to_send?: string | null;
|
|
40
34
|
}
|
|
41
35
|
|
|
42
36
|
|
|
@@ -71,7 +65,6 @@ export function ApiWeb3RedemptionIdActionPutRequestFromJSONTyped(json: any, igno
|
|
|
71
65
|
|
|
72
66
|
'action': json['action'],
|
|
73
67
|
'remarkUser': json['remarkUser'] == null ? undefined : json['remarkUser'],
|
|
74
|
-
'to_send': json['to_send'] == null ? undefined : json['to_send'],
|
|
75
68
|
};
|
|
76
69
|
}
|
|
77
70
|
|
|
@@ -88,7 +81,6 @@ export function ApiWeb3RedemptionIdActionPutRequestToJSONTyped(value?: ApiWeb3Re
|
|
|
88
81
|
|
|
89
82
|
'action': value['action'],
|
|
90
83
|
'remarkUser': value['remarkUser'],
|
|
91
|
-
'to_send': value['to_send'],
|
|
92
84
|
};
|
|
93
85
|
}
|
|
94
86
|
|