@drxsuperapp/sdk 1.1.391 → 1.1.393
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 +7 -7
- package/dist/models/ApiWeb3RewardCategoriesGet200ResponseResponseObject.d.ts +1 -11
- package/dist/models/ApiWeb3RewardCategoriesGet200ResponseResponseObject.js +0 -9
- package/dist/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInner.d.ts +1 -11
- package/dist/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInner.js +0 -9
- package/dist/models/ApiWeb3RewardPutRequest.d.ts +1 -11
- package/dist/models/ApiWeb3RewardPutRequest.js +0 -9
- package/models/ApiWeb3RewardCategoriesGet200ResponseResponseObject.ts +1 -14
- package/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInner.ts +1 -14
- package/models/ApiWeb3RewardPutRequest.ts +1 -14
- package/package.json +1 -1
package/deploy.log
CHANGED
|
@@ -804,20 +804,20 @@
|
|
|
804
804
|
# https://opencollective.com/openapi_generator/donate #
|
|
805
805
|
################################################################################
|
|
806
806
|
✅ SDK generated
|
|
807
|
-
[master
|
|
808
|
-
|
|
807
|
+
[master a21d8af] VPS: Generated API SDK
|
|
808
|
+
3 files changed, 3 insertions(+), 42 deletions(-)
|
|
809
809
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
810
|
-
|
|
810
|
+
0736c5e..a21d8af master -> master
|
|
811
811
|
✅ Changes committed and pushed
|
|
812
|
-
v1.1.
|
|
812
|
+
v1.1.393
|
|
813
813
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
814
|
-
|
|
814
|
+
a21d8af..70264c9 master -> master
|
|
815
815
|
✅ Version bumped
|
|
816
816
|
|
|
817
|
-
> @drxsuperapp/sdk@1.1.
|
|
817
|
+
> @drxsuperapp/sdk@1.1.393 prepublishOnly
|
|
818
818
|
> npm run build
|
|
819
819
|
|
|
820
820
|
|
|
821
|
-
> @drxsuperapp/sdk@1.1.
|
|
821
|
+
> @drxsuperapp/sdk@1.1.393 build
|
|
822
822
|
> tsc
|
|
823
823
|
|
|
@@ -20,18 +20,8 @@ export interface ApiWeb3RewardCategoriesGet200ResponseResponseObject {
|
|
|
20
20
|
* @type {Array<string>}
|
|
21
21
|
* @memberof ApiWeb3RewardCategoriesGet200ResponseResponseObject
|
|
22
22
|
*/
|
|
23
|
-
categories: Array<
|
|
23
|
+
categories: Array<string>;
|
|
24
24
|
}
|
|
25
|
-
/**
|
|
26
|
-
* @export
|
|
27
|
-
*/
|
|
28
|
-
export declare const ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum: {
|
|
29
|
-
readonly None: "NONE";
|
|
30
|
-
readonly Jersey: "JERSEY";
|
|
31
|
-
readonly MobileLegends: "MOBILE_LEGENDS";
|
|
32
|
-
readonly ClashOfLegends: "CLASH_OF_LEGENDS";
|
|
33
|
-
};
|
|
34
|
-
export type ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum = typeof ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum[keyof typeof ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum];
|
|
35
25
|
/**
|
|
36
26
|
* Check if a given object implements the ApiWeb3RewardCategoriesGet200ResponseResponseObject interface.
|
|
37
27
|
*/
|
|
@@ -11,15 +11,6 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
/**
|
|
15
|
-
* @export
|
|
16
|
-
*/
|
|
17
|
-
export const ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum = {
|
|
18
|
-
None: 'NONE',
|
|
19
|
-
Jersey: 'JERSEY',
|
|
20
|
-
MobileLegends: 'MOBILE_LEGENDS',
|
|
21
|
-
ClashOfLegends: 'CLASH_OF_LEGENDS'
|
|
22
|
-
};
|
|
23
14
|
/**
|
|
24
15
|
* Check if a given object implements the ApiWeb3RewardCategoriesGet200ResponseResponseObject interface.
|
|
25
16
|
*/
|
|
@@ -83,18 +83,8 @@ export interface ApiWeb3RewardGet200ResponseResponseObjectItemsInner {
|
|
|
83
83
|
* @type {string}
|
|
84
84
|
* @memberof ApiWeb3RewardGet200ResponseResponseObjectItemsInner
|
|
85
85
|
*/
|
|
86
|
-
category:
|
|
86
|
+
category: string;
|
|
87
87
|
}
|
|
88
|
-
/**
|
|
89
|
-
* @export
|
|
90
|
-
*/
|
|
91
|
-
export declare const ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum: {
|
|
92
|
-
readonly None: "NONE";
|
|
93
|
-
readonly Jersey: "JERSEY";
|
|
94
|
-
readonly MobileLegends: "MOBILE_LEGENDS";
|
|
95
|
-
readonly ClashOfLegends: "CLASH_OF_LEGENDS";
|
|
96
|
-
};
|
|
97
|
-
export type ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum = typeof ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum[keyof typeof ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum];
|
|
98
88
|
/**
|
|
99
89
|
* Check if a given object implements the ApiWeb3RewardGet200ResponseResponseObjectItemsInner interface.
|
|
100
90
|
*/
|
|
@@ -12,15 +12,6 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { ApiWeb3RewardGet200ResponseResponseObjectItemsInnerRedeemableItemsInnerFromJSON, ApiWeb3RewardGet200ResponseResponseObjectItemsInnerRedeemableItemsInnerToJSON, } from './ApiWeb3RewardGet200ResponseResponseObjectItemsInnerRedeemableItemsInner';
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
*/
|
|
18
|
-
export const ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum = {
|
|
19
|
-
None: 'NONE',
|
|
20
|
-
Jersey: 'JERSEY',
|
|
21
|
-
MobileLegends: 'MOBILE_LEGENDS',
|
|
22
|
-
ClashOfLegends: 'CLASH_OF_LEGENDS'
|
|
23
|
-
};
|
|
24
15
|
/**
|
|
25
16
|
* Check if a given object implements the ApiWeb3RewardGet200ResponseResponseObjectItemsInner interface.
|
|
26
17
|
*/
|
|
@@ -65,18 +65,8 @@ export interface ApiWeb3RewardPutRequest {
|
|
|
65
65
|
* @type {string}
|
|
66
66
|
* @memberof ApiWeb3RewardPutRequest
|
|
67
67
|
*/
|
|
68
|
-
category:
|
|
68
|
+
category: string;
|
|
69
69
|
}
|
|
70
|
-
/**
|
|
71
|
-
* @export
|
|
72
|
-
*/
|
|
73
|
-
export declare const ApiWeb3RewardPutRequestCategoryEnum: {
|
|
74
|
-
readonly None: "NONE";
|
|
75
|
-
readonly Jersey: "JERSEY";
|
|
76
|
-
readonly MobileLegends: "MOBILE_LEGENDS";
|
|
77
|
-
readonly ClashOfLegends: "CLASH_OF_LEGENDS";
|
|
78
|
-
};
|
|
79
|
-
export type ApiWeb3RewardPutRequestCategoryEnum = typeof ApiWeb3RewardPutRequestCategoryEnum[keyof typeof ApiWeb3RewardPutRequestCategoryEnum];
|
|
80
70
|
/**
|
|
81
71
|
* Check if a given object implements the ApiWeb3RewardPutRequest interface.
|
|
82
72
|
*/
|
|
@@ -12,15 +12,6 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { ApiWeb3RewardPutRequestRedeemableItemsInnerFromJSON, ApiWeb3RewardPutRequestRedeemableItemsInnerToJSON, } from './ApiWeb3RewardPutRequestRedeemableItemsInner';
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
*/
|
|
18
|
-
export const ApiWeb3RewardPutRequestCategoryEnum = {
|
|
19
|
-
None: 'NONE',
|
|
20
|
-
Jersey: 'JERSEY',
|
|
21
|
-
MobileLegends: 'MOBILE_LEGENDS',
|
|
22
|
-
ClashOfLegends: 'CLASH_OF_LEGENDS'
|
|
23
|
-
};
|
|
24
15
|
/**
|
|
25
16
|
* Check if a given object implements the ApiWeb3RewardPutRequest interface.
|
|
26
17
|
*/
|
|
@@ -24,22 +24,9 @@ export interface ApiWeb3RewardCategoriesGet200ResponseResponseObject {
|
|
|
24
24
|
* @type {Array<string>}
|
|
25
25
|
* @memberof ApiWeb3RewardCategoriesGet200ResponseResponseObject
|
|
26
26
|
*/
|
|
27
|
-
categories: Array<
|
|
27
|
+
categories: Array<string>;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
*/
|
|
34
|
-
export const ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum = {
|
|
35
|
-
None: 'NONE',
|
|
36
|
-
Jersey: 'JERSEY',
|
|
37
|
-
MobileLegends: 'MOBILE_LEGENDS',
|
|
38
|
-
ClashOfLegends: 'CLASH_OF_LEGENDS'
|
|
39
|
-
} as const;
|
|
40
|
-
export type ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum = typeof ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum[keyof typeof ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum];
|
|
41
|
-
|
|
42
|
-
|
|
43
30
|
/**
|
|
44
31
|
* Check if a given object implements the ApiWeb3RewardCategoriesGet200ResponseResponseObject interface.
|
|
45
32
|
*/
|
|
@@ -92,22 +92,9 @@ export interface ApiWeb3RewardGet200ResponseResponseObjectItemsInner {
|
|
|
92
92
|
* @type {string}
|
|
93
93
|
* @memberof ApiWeb3RewardGet200ResponseResponseObjectItemsInner
|
|
94
94
|
*/
|
|
95
|
-
category:
|
|
95
|
+
category: string;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* @export
|
|
101
|
-
*/
|
|
102
|
-
export const ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum = {
|
|
103
|
-
None: 'NONE',
|
|
104
|
-
Jersey: 'JERSEY',
|
|
105
|
-
MobileLegends: 'MOBILE_LEGENDS',
|
|
106
|
-
ClashOfLegends: 'CLASH_OF_LEGENDS'
|
|
107
|
-
} as const;
|
|
108
|
-
export type ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum = typeof ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum[keyof typeof ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum];
|
|
109
|
-
|
|
110
|
-
|
|
111
98
|
/**
|
|
112
99
|
* Check if a given object implements the ApiWeb3RewardGet200ResponseResponseObjectItemsInner interface.
|
|
113
100
|
*/
|
|
@@ -74,22 +74,9 @@ export interface ApiWeb3RewardPutRequest {
|
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof ApiWeb3RewardPutRequest
|
|
76
76
|
*/
|
|
77
|
-
category:
|
|
77
|
+
category: string;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* @export
|
|
83
|
-
*/
|
|
84
|
-
export const ApiWeb3RewardPutRequestCategoryEnum = {
|
|
85
|
-
None: 'NONE',
|
|
86
|
-
Jersey: 'JERSEY',
|
|
87
|
-
MobileLegends: 'MOBILE_LEGENDS',
|
|
88
|
-
ClashOfLegends: 'CLASH_OF_LEGENDS'
|
|
89
|
-
} as const;
|
|
90
|
-
export type ApiWeb3RewardPutRequestCategoryEnum = typeof ApiWeb3RewardPutRequestCategoryEnum[keyof typeof ApiWeb3RewardPutRequestCategoryEnum];
|
|
91
|
-
|
|
92
|
-
|
|
93
80
|
/**
|
|
94
81
|
* Check if a given object implements the ApiWeb3RewardPutRequest interface.
|
|
95
82
|
*/
|