@drxsuperapp/sdk 1.1.380 → 1.1.382
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,21 @@
|
|
|
755
755
|
# https://opencollective.com/openapi_generator/donate #
|
|
756
756
|
################################################################################
|
|
757
757
|
✅ SDK generated
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
758
|
+
On branch master
|
|
759
|
+
Your branch is up to date with 'origin/master'.
|
|
760
|
+
|
|
761
|
+
nothing to commit, working tree clean
|
|
762
|
+
Everything up-to-date
|
|
762
763
|
✅ Changes committed and pushed
|
|
763
|
-
v1.1.
|
|
764
|
+
v1.1.382
|
|
764
765
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
765
|
-
|
|
766
|
+
d53950d..97c4b74 master -> master
|
|
766
767
|
✅ Version bumped
|
|
767
768
|
|
|
768
|
-
> @drxsuperapp/sdk@1.1.
|
|
769
|
+
> @drxsuperapp/sdk@1.1.382 prepublishOnly
|
|
769
770
|
> npm run build
|
|
770
771
|
|
|
771
772
|
|
|
772
|
-
> @drxsuperapp/sdk@1.1.
|
|
773
|
+
> @drxsuperapp/sdk@1.1.382 build
|
|
773
774
|
> tsc
|
|
774
775
|
|
|
@@ -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
|
|