@drxsuperapp/sdk 1.1.392 → 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 CHANGED
@@ -804,21 +804,20 @@
804
804
  # https://opencollective.com/openapi_generator/donate #
805
805
  ################################################################################
806
806
  ✅ SDK generated
807
- On branch master
808
- Your branch is up to date with 'origin/master'.
809
-
810
- nothing to commit, working tree clean
811
- Everything up-to-date
807
+ [master a21d8af] VPS: Generated API SDK
808
+ 3 files changed, 3 insertions(+), 42 deletions(-)
809
+ To https://gitlab.com/drx-super/drx-sdk.git
810
+ 0736c5e..a21d8af master -> master
812
811
  ✅ Changes committed and pushed
813
- v1.1.392
812
+ v1.1.393
814
813
  To https://gitlab.com/drx-super/drx-sdk.git
815
- e647e99..0736c5e master -> master
814
+ a21d8af..70264c9 master -> master
816
815
  ✅ Version bumped
817
816
 
818
- > @drxsuperapp/sdk@1.1.392 prepublishOnly
817
+ > @drxsuperapp/sdk@1.1.393 prepublishOnly
819
818
  > npm run build
820
819
 
821
820
 
822
- > @drxsuperapp/sdk@1.1.392 build
821
+ > @drxsuperapp/sdk@1.1.393 build
823
822
  > tsc
824
823
 
@@ -20,18 +20,8 @@ export interface ApiWeb3RewardCategoriesGet200ResponseResponseObject {
20
20
  * @type {Array<string>}
21
21
  * @memberof ApiWeb3RewardCategoriesGet200ResponseResponseObject
22
22
  */
23
- categories: Array<ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum>;
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: ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum;
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: ApiWeb3RewardPutRequestCategoryEnum;
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<ApiWeb3RewardCategoriesGet200ResponseResponseObjectCategoriesEnum>;
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: ApiWeb3RewardGet200ResponseResponseObjectItemsInnerCategoryEnum;
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: ApiWeb3RewardPutRequestCategoryEnum;
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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.392",
3
+ "version": "1.1.393",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {