@drxsuperapp/sdk 1.1.216 → 1.1.218
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/.openapi-generator/FILES +9 -8
- package/apis/EsportApi.ts +34 -39
- package/deploy.log +28 -27
- package/dist/apis/EsportApi.d.ts +13 -14
- package/dist/apis/EsportApi.js +20 -23
- package/dist/models/ApiEsportMatchesGet200Response.d.ts +51 -0
- package/dist/models/{ApiEsportMatchIdGet200Response.js → ApiEsportMatchesGet200Response.js} +11 -11
- package/dist/models/ApiEsportMatchesGet200ResponseResponseObject.d.ts +57 -0
- package/dist/models/{ApiEsportIdMatchesGet200ResponseResponseObject.js → ApiEsportMatchesGet200ResponseResponseObject.js} +11 -11
- package/dist/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInner.d.ts +101 -0
- package/dist/models/{ApiEsportIdMatchesGet200ResponseResponseObjectItemsInner.js → ApiEsportMatchesGet200ResponseResponseObjectItemsInner.js} +14 -14
- package/dist/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInner.d.ts +52 -0
- package/dist/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInner.js +49 -0
- package/dist/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.d.ts +92 -0
- package/dist/models/{ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.js → ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.js} +8 -8
- package/dist/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.d.ts +68 -0
- package/dist/models/{ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.js → ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.js} +8 -8
- package/dist/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.d.ts +56 -0
- package/dist/models/{ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.js → ApiEsportMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.js} +8 -8
- package/dist/models/ApiEsportMatchesGetFilterParameter.d.ts +46 -0
- package/dist/models/ApiEsportMatchesGetFilterParameter.js +47 -0
- package/dist/models/ApiEsportMatchesIdGet200Response.d.ts +51 -0
- package/dist/models/{ApiEsportIdMatchesGet200Response.js → ApiEsportMatchesIdGet200Response.js} +11 -11
- package/dist/models/index.d.ts +9 -8
- package/dist/models/index.js +9 -8
- package/models/ApiEsportMatchesGet200Response.ts +100 -0
- package/models/ApiEsportMatchesGet200ResponseResponseObject.ts +110 -0
- package/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInner.ts +184 -0
- package/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInner.ts +104 -0
- package/models/{ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.ts → ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.ts} +21 -21
- package/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.ts +117 -0
- package/models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.ts +102 -0
- package/models/ApiEsportMatchesGetFilterParameter.ts +96 -0
- package/models/ApiEsportMatchesIdGet200Response.ts +100 -0
- package/models/index.ts +9 -8
- package/package.json +1 -1
- package/dist/models/ApiEsportIdMatchesGet200Response.d.ts +0 -51
- package/dist/models/ApiEsportIdMatchesGet200ResponseResponseObject.d.ts +0 -57
- package/dist/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInner.d.ts +0 -101
- package/dist/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInner.d.ts +0 -52
- package/dist/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInner.js +0 -49
- package/dist/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.d.ts +0 -92
- package/dist/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.d.ts +0 -68
- package/dist/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.d.ts +0 -56
- package/dist/models/ApiEsportMatchIdGet200Response.d.ts +0 -51
- package/models/ApiEsportIdMatchesGet200Response.ts +0 -100
- package/models/ApiEsportIdMatchesGet200ResponseResponseObject.ts +0 -110
- package/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInner.ts +0 -184
- package/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInner.ts +0 -104
- package/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.ts +0 -117
- package/models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.ts +0 -102
- package/models/ApiEsportMatchIdGet200Response.ts +0 -100
package/.openapi-generator/FILES
CHANGED
|
@@ -30,14 +30,15 @@ models/ApiAuthRegisterVerifyOtpPostRequest.ts
|
|
|
30
30
|
models/ApiAuthSocialMobilePost200Response.ts
|
|
31
31
|
models/ApiAuthSocialMobilePost200ResponseResponseObject.ts
|
|
32
32
|
models/ApiAuthSocialMobilePostRequest.ts
|
|
33
|
-
models/
|
|
34
|
-
models/
|
|
35
|
-
models/
|
|
36
|
-
models/
|
|
37
|
-
models/
|
|
38
|
-
models/
|
|
39
|
-
models/
|
|
40
|
-
models/
|
|
33
|
+
models/ApiEsportMatchesGet200Response.ts
|
|
34
|
+
models/ApiEsportMatchesGet200ResponseResponseObject.ts
|
|
35
|
+
models/ApiEsportMatchesGet200ResponseResponseObjectItemsInner.ts
|
|
36
|
+
models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInner.ts
|
|
37
|
+
models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.ts
|
|
38
|
+
models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.ts
|
|
39
|
+
models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.ts
|
|
40
|
+
models/ApiEsportMatchesGetFilterParameter.ts
|
|
41
|
+
models/ApiEsportMatchesIdGet200Response.ts
|
|
41
42
|
models/ApiEsportVideogamesGet200Response.ts
|
|
42
43
|
models/ApiEsportVideogamesGet200ResponseResponseObjectInner.ts
|
|
43
44
|
models/ApiHealthCheckGet200Response.ts
|
package/apis/EsportApi.ts
CHANGED
|
@@ -15,28 +15,30 @@
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
17
|
import type {
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
ApiEsportMatchesGet200Response,
|
|
19
|
+
ApiEsportMatchesGetFilterParameter,
|
|
20
|
+
ApiEsportMatchesIdGet200Response,
|
|
20
21
|
ApiEsportVideogamesGet200Response,
|
|
21
22
|
} from '../models/index';
|
|
22
23
|
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
ApiEsportMatchesGet200ResponseFromJSON,
|
|
25
|
+
ApiEsportMatchesGet200ResponseToJSON,
|
|
26
|
+
ApiEsportMatchesGetFilterParameterFromJSON,
|
|
27
|
+
ApiEsportMatchesGetFilterParameterToJSON,
|
|
28
|
+
ApiEsportMatchesIdGet200ResponseFromJSON,
|
|
29
|
+
ApiEsportMatchesIdGet200ResponseToJSON,
|
|
27
30
|
ApiEsportVideogamesGet200ResponseFromJSON,
|
|
28
31
|
ApiEsportVideogamesGet200ResponseToJSON,
|
|
29
32
|
} from '../models/index';
|
|
30
33
|
|
|
31
|
-
export interface
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
status?: string;
|
|
34
|
+
export interface ApiEsportMatchesGetRequest {
|
|
35
|
+
page?: number;
|
|
36
|
+
pageSize?: number;
|
|
37
|
+
sort?: string;
|
|
38
|
+
filter?: ApiEsportMatchesGetFilterParameter;
|
|
37
39
|
}
|
|
38
40
|
|
|
39
|
-
export interface
|
|
41
|
+
export interface ApiEsportMatchesIdGetRequest {
|
|
40
42
|
id: string;
|
|
41
43
|
}
|
|
42
44
|
|
|
@@ -46,32 +48,25 @@ export interface ApiEsportMatchIdGetRequest {
|
|
|
46
48
|
export class EsportApi extends runtime.BaseAPI {
|
|
47
49
|
|
|
48
50
|
/**
|
|
49
|
-
* Get Esport Matches
|
|
51
|
+
* Get Esport Matches
|
|
50
52
|
*/
|
|
51
|
-
async
|
|
52
|
-
if (requestParameters['id'] == null) {
|
|
53
|
-
throw new runtime.RequiredError(
|
|
54
|
-
'id',
|
|
55
|
-
'Required parameter "id" was null or undefined when calling apiEsportIdMatchesGet().'
|
|
56
|
-
);
|
|
57
|
-
}
|
|
58
|
-
|
|
53
|
+
async apiEsportMatchesGetRaw(requestParameters: ApiEsportMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiEsportMatchesGet200Response>> {
|
|
59
54
|
const queryParameters: any = {};
|
|
60
55
|
|
|
61
56
|
if (requestParameters['page'] != null) {
|
|
62
57
|
queryParameters['page'] = requestParameters['page'];
|
|
63
58
|
}
|
|
64
59
|
|
|
65
|
-
if (requestParameters['
|
|
66
|
-
queryParameters['
|
|
60
|
+
if (requestParameters['pageSize'] != null) {
|
|
61
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
67
62
|
}
|
|
68
63
|
|
|
69
|
-
if (requestParameters['
|
|
70
|
-
queryParameters['
|
|
64
|
+
if (requestParameters['sort'] != null) {
|
|
65
|
+
queryParameters['sort'] = requestParameters['sort'];
|
|
71
66
|
}
|
|
72
67
|
|
|
73
|
-
if (requestParameters['
|
|
74
|
-
queryParameters['
|
|
68
|
+
if (requestParameters['filter'] != null) {
|
|
69
|
+
queryParameters['filter'] = requestParameters['filter'];
|
|
75
70
|
}
|
|
76
71
|
|
|
77
72
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -89,31 +84,31 @@ export class EsportApi extends runtime.BaseAPI {
|
|
|
89
84
|
}
|
|
90
85
|
}
|
|
91
86
|
const response = await this.request({
|
|
92
|
-
path: `/api/esport/
|
|
87
|
+
path: `/api/esport/matches`,
|
|
93
88
|
method: 'GET',
|
|
94
89
|
headers: headerParameters,
|
|
95
90
|
query: queryParameters,
|
|
96
91
|
}, initOverrides);
|
|
97
92
|
|
|
98
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
93
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiEsportMatchesGet200ResponseFromJSON(jsonValue));
|
|
99
94
|
}
|
|
100
95
|
|
|
101
96
|
/**
|
|
102
|
-
* Get Esport Matches
|
|
97
|
+
* Get Esport Matches
|
|
103
98
|
*/
|
|
104
|
-
async
|
|
105
|
-
const response = await this.
|
|
99
|
+
async apiEsportMatchesGet(requestParameters: ApiEsportMatchesGetRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiEsportMatchesGet200Response> {
|
|
100
|
+
const response = await this.apiEsportMatchesGetRaw(requestParameters, initOverrides);
|
|
106
101
|
return await response.value();
|
|
107
102
|
}
|
|
108
103
|
|
|
109
104
|
/**
|
|
110
105
|
* Get Esport Match Details
|
|
111
106
|
*/
|
|
112
|
-
async
|
|
107
|
+
async apiEsportMatchesIdGetRaw(requestParameters: ApiEsportMatchesIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiEsportMatchesIdGet200Response>> {
|
|
113
108
|
if (requestParameters['id'] == null) {
|
|
114
109
|
throw new runtime.RequiredError(
|
|
115
110
|
'id',
|
|
116
|
-
'Required parameter "id" was null or undefined when calling
|
|
111
|
+
'Required parameter "id" was null or undefined when calling apiEsportMatchesIdGet().'
|
|
117
112
|
);
|
|
118
113
|
}
|
|
119
114
|
|
|
@@ -134,20 +129,20 @@ export class EsportApi extends runtime.BaseAPI {
|
|
|
134
129
|
}
|
|
135
130
|
}
|
|
136
131
|
const response = await this.request({
|
|
137
|
-
path: `/api/esport/
|
|
132
|
+
path: `/api/esport/matches/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
138
133
|
method: 'GET',
|
|
139
134
|
headers: headerParameters,
|
|
140
135
|
query: queryParameters,
|
|
141
136
|
}, initOverrides);
|
|
142
137
|
|
|
143
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
138
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiEsportMatchesIdGet200ResponseFromJSON(jsonValue));
|
|
144
139
|
}
|
|
145
140
|
|
|
146
141
|
/**
|
|
147
142
|
* Get Esport Match Details
|
|
148
143
|
*/
|
|
149
|
-
async
|
|
150
|
-
const response = await this.
|
|
144
|
+
async apiEsportMatchesIdGet(requestParameters: ApiEsportMatchesIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiEsportMatchesIdGet200Response> {
|
|
145
|
+
const response = await this.apiEsportMatchesIdGetRaw(requestParameters, initOverrides);
|
|
151
146
|
return await response.value();
|
|
152
147
|
}
|
|
153
148
|
|
package/deploy.log
CHANGED
|
@@ -153,14 +153,15 @@
|
|
|
153
153
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_complete_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_auth_register_complete_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_complete_post_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
154
154
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_videogames_get_200_response_responseObject_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_videogames_get_200_response_responseObject_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_videogames_get_200_response_responseObject_inner=NewModel,ModelA=NewModelA in CLI).
|
|
155
155
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_videogames_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_videogames_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_videogames_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
156
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
157
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
158
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
159
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
160
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
161
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
162
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
163
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
156
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_filter_parameter. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
|
|
157
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_team. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_team=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_team=NewModel,ModelA=NewModelA in CLI).
|
|
158
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_players_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_players_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_players_inner=NewModel,ModelA=NewModelA in CLI).
|
|
159
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_results_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner=NewModel,ModelA=NewModelA in CLI).
|
|
160
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_streams_list_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_streams_list_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_streams_list_inner=NewModel,ModelA=NewModelA in CLI).
|
|
161
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
|
|
162
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
163
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
164
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches__id__get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
164
165
|
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
165
166
|
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
166
167
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthLoginPost200Response.ts
|
|
@@ -181,14 +182,15 @@
|
|
|
181
182
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthSocialMobilePost200Response.ts
|
|
182
183
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthSocialMobilePost200ResponseResponseObject.ts
|
|
183
184
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthSocialMobilePostRequest.ts
|
|
184
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
185
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
186
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
187
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
188
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
189
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
190
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
191
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
185
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200Response.ts
|
|
186
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObject.ts
|
|
187
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInner.ts
|
|
188
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInner.ts
|
|
189
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.ts
|
|
190
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.ts
|
|
191
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.ts
|
|
192
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGetFilterParameter.ts
|
|
193
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesIdGet200Response.ts
|
|
192
194
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportVideogamesGet200Response.ts
|
|
193
195
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportVideogamesGet200ResponseResponseObjectInner.ts
|
|
194
196
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiHealthCheckGet200Response.ts
|
|
@@ -367,8 +369,8 @@
|
|
|
367
369
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/register/verify-otp. Renamed to auto-generated operationId: apiAuthRegisterVerifyOtpPost
|
|
368
370
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/register/complete. Renamed to auto-generated operationId: apiAuthRegisterCompletePost
|
|
369
371
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/videogames. Renamed to auto-generated operationId: apiEsportVideogamesGet
|
|
370
|
-
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/
|
|
371
|
-
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/
|
|
372
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/matches. Renamed to auto-generated operationId: apiEsportMatchesGet
|
|
373
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/matches/{id}. Renamed to auto-generated operationId: apiEsportMatchesIdGet
|
|
372
374
|
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
373
375
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/AppConfigApi.ts
|
|
374
376
|
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
@@ -407,22 +409,21 @@
|
|
|
407
409
|
# https://opencollective.com/openapi_generator/donate #
|
|
408
410
|
################################################################################
|
|
409
411
|
✅ SDK generated
|
|
410
|
-
[master
|
|
411
|
-
|
|
412
|
-
create mode 100644 models/
|
|
413
|
-
create mode 100644 models/ApiAuthRegisterCompletePost200ResponseResponseObject.ts
|
|
412
|
+
[master 725c5b9] VPS: Generated API SDK
|
|
413
|
+
4 files changed, 154 insertions(+)
|
|
414
|
+
create mode 100644 models/ApiEsportMatchesIdGet200Response.ts
|
|
414
415
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
415
|
-
|
|
416
|
+
5c3ac6c..725c5b9 master -> master
|
|
416
417
|
✅ Changes committed and pushed
|
|
417
|
-
v1.1.
|
|
418
|
+
v1.1.218
|
|
418
419
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
419
|
-
|
|
420
|
+
725c5b9..2f37eef master -> master
|
|
420
421
|
✅ Version bumped
|
|
421
422
|
|
|
422
|
-
> @drxsuperapp/sdk@1.1.
|
|
423
|
+
> @drxsuperapp/sdk@1.1.218 prepublishOnly
|
|
423
424
|
> npm run build
|
|
424
425
|
|
|
425
426
|
|
|
426
|
-
> @drxsuperapp/sdk@1.1.
|
|
427
|
+
> @drxsuperapp/sdk@1.1.218 build
|
|
427
428
|
> tsc
|
|
428
429
|
|
package/dist/apis/EsportApi.d.ts
CHANGED
|
@@ -10,15 +10,14 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type {
|
|
14
|
-
export interface
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
status?: string;
|
|
13
|
+
import type { ApiEsportMatchesGet200Response, ApiEsportMatchesGetFilterParameter, ApiEsportMatchesIdGet200Response, ApiEsportVideogamesGet200Response } from '../models/index';
|
|
14
|
+
export interface ApiEsportMatchesGetRequest {
|
|
15
|
+
page?: number;
|
|
16
|
+
pageSize?: number;
|
|
17
|
+
sort?: string;
|
|
18
|
+
filter?: ApiEsportMatchesGetFilterParameter;
|
|
20
19
|
}
|
|
21
|
-
export interface
|
|
20
|
+
export interface ApiEsportMatchesIdGetRequest {
|
|
22
21
|
id: string;
|
|
23
22
|
}
|
|
24
23
|
/**
|
|
@@ -26,21 +25,21 @@ export interface ApiEsportMatchIdGetRequest {
|
|
|
26
25
|
*/
|
|
27
26
|
export declare class EsportApi extends runtime.BaseAPI {
|
|
28
27
|
/**
|
|
29
|
-
* Get Esport Matches
|
|
28
|
+
* Get Esport Matches
|
|
30
29
|
*/
|
|
31
|
-
|
|
30
|
+
apiEsportMatchesGetRaw(requestParameters: ApiEsportMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiEsportMatchesGet200Response>>;
|
|
32
31
|
/**
|
|
33
|
-
* Get Esport Matches
|
|
32
|
+
* Get Esport Matches
|
|
34
33
|
*/
|
|
35
|
-
|
|
34
|
+
apiEsportMatchesGet(requestParameters?: ApiEsportMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiEsportMatchesGet200Response>;
|
|
36
35
|
/**
|
|
37
36
|
* Get Esport Match Details
|
|
38
37
|
*/
|
|
39
|
-
|
|
38
|
+
apiEsportMatchesIdGetRaw(requestParameters: ApiEsportMatchesIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiEsportMatchesIdGet200Response>>;
|
|
40
39
|
/**
|
|
41
40
|
* Get Esport Match Details
|
|
42
41
|
*/
|
|
43
|
-
|
|
42
|
+
apiEsportMatchesIdGet(requestParameters: ApiEsportMatchesIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiEsportMatchesIdGet200Response>;
|
|
44
43
|
/**
|
|
45
44
|
* Get All Esport\'s Video Games
|
|
46
45
|
*/
|
package/dist/apis/EsportApi.js
CHANGED
|
@@ -12,30 +12,27 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import * as runtime from '../runtime';
|
|
15
|
-
import {
|
|
15
|
+
import { ApiEsportMatchesGet200ResponseFromJSON, ApiEsportMatchesIdGet200ResponseFromJSON, ApiEsportVideogamesGet200ResponseFromJSON, } from '../models/index';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
export class EsportApi extends runtime.BaseAPI {
|
|
20
20
|
/**
|
|
21
|
-
* Get Esport Matches
|
|
21
|
+
* Get Esport Matches
|
|
22
22
|
*/
|
|
23
|
-
async
|
|
24
|
-
if (requestParameters['id'] == null) {
|
|
25
|
-
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling apiEsportIdMatchesGet().');
|
|
26
|
-
}
|
|
23
|
+
async apiEsportMatchesGetRaw(requestParameters, initOverrides) {
|
|
27
24
|
const queryParameters = {};
|
|
28
25
|
if (requestParameters['page'] != null) {
|
|
29
26
|
queryParameters['page'] = requestParameters['page'];
|
|
30
27
|
}
|
|
31
|
-
if (requestParameters['
|
|
32
|
-
queryParameters['
|
|
28
|
+
if (requestParameters['pageSize'] != null) {
|
|
29
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
33
30
|
}
|
|
34
|
-
if (requestParameters['
|
|
35
|
-
queryParameters['
|
|
31
|
+
if (requestParameters['sort'] != null) {
|
|
32
|
+
queryParameters['sort'] = requestParameters['sort'];
|
|
36
33
|
}
|
|
37
|
-
if (requestParameters['
|
|
38
|
-
queryParameters['
|
|
34
|
+
if (requestParameters['filter'] != null) {
|
|
35
|
+
queryParameters['filter'] = requestParameters['filter'];
|
|
39
36
|
}
|
|
40
37
|
const headerParameters = {};
|
|
41
38
|
if (this.configuration && this.configuration.apiKey) {
|
|
@@ -49,26 +46,26 @@ export class EsportApi extends runtime.BaseAPI {
|
|
|
49
46
|
}
|
|
50
47
|
}
|
|
51
48
|
const response = await this.request({
|
|
52
|
-
path: `/api/esport/
|
|
49
|
+
path: `/api/esport/matches`,
|
|
53
50
|
method: 'GET',
|
|
54
51
|
headers: headerParameters,
|
|
55
52
|
query: queryParameters,
|
|
56
53
|
}, initOverrides);
|
|
57
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
54
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiEsportMatchesGet200ResponseFromJSON(jsonValue));
|
|
58
55
|
}
|
|
59
56
|
/**
|
|
60
|
-
* Get Esport Matches
|
|
57
|
+
* Get Esport Matches
|
|
61
58
|
*/
|
|
62
|
-
async
|
|
63
|
-
const response = await this.
|
|
59
|
+
async apiEsportMatchesGet(requestParameters = {}, initOverrides) {
|
|
60
|
+
const response = await this.apiEsportMatchesGetRaw(requestParameters, initOverrides);
|
|
64
61
|
return await response.value();
|
|
65
62
|
}
|
|
66
63
|
/**
|
|
67
64
|
* Get Esport Match Details
|
|
68
65
|
*/
|
|
69
|
-
async
|
|
66
|
+
async apiEsportMatchesIdGetRaw(requestParameters, initOverrides) {
|
|
70
67
|
if (requestParameters['id'] == null) {
|
|
71
|
-
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling
|
|
68
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling apiEsportMatchesIdGet().');
|
|
72
69
|
}
|
|
73
70
|
const queryParameters = {};
|
|
74
71
|
const headerParameters = {};
|
|
@@ -83,18 +80,18 @@ export class EsportApi extends runtime.BaseAPI {
|
|
|
83
80
|
}
|
|
84
81
|
}
|
|
85
82
|
const response = await this.request({
|
|
86
|
-
path: `/api/esport/
|
|
83
|
+
path: `/api/esport/matches/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
87
84
|
method: 'GET',
|
|
88
85
|
headers: headerParameters,
|
|
89
86
|
query: queryParameters,
|
|
90
87
|
}, initOverrides);
|
|
91
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
88
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiEsportMatchesIdGet200ResponseFromJSON(jsonValue));
|
|
92
89
|
}
|
|
93
90
|
/**
|
|
94
91
|
* Get Esport Match Details
|
|
95
92
|
*/
|
|
96
|
-
async
|
|
97
|
-
const response = await this.
|
|
93
|
+
async apiEsportMatchesIdGet(requestParameters, initOverrides) {
|
|
94
|
+
const response = await this.apiEsportMatchesIdGetRaw(requestParameters, initOverrides);
|
|
98
95
|
return await response.value();
|
|
99
96
|
}
|
|
100
97
|
/**
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DRX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiEsportMatchesGet200ResponseResponseObject } from './ApiEsportMatchesGet200ResponseResponseObject';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiEsportMatchesGet200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiEsportMatchesGet200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof ApiEsportMatchesGet200Response
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApiEsportMatchesGet200Response
|
|
29
|
+
*/
|
|
30
|
+
message: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {ApiEsportMatchesGet200ResponseResponseObject}
|
|
34
|
+
* @memberof ApiEsportMatchesGet200Response
|
|
35
|
+
*/
|
|
36
|
+
responseObject?: ApiEsportMatchesGet200ResponseResponseObject;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof ApiEsportMatchesGet200Response
|
|
41
|
+
*/
|
|
42
|
+
statusCode: number;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the ApiEsportMatchesGet200Response interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfApiEsportMatchesGet200Response(value: object): value is ApiEsportMatchesGet200Response;
|
|
48
|
+
export declare function ApiEsportMatchesGet200ResponseFromJSON(json: any): ApiEsportMatchesGet200Response;
|
|
49
|
+
export declare function ApiEsportMatchesGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiEsportMatchesGet200Response;
|
|
50
|
+
export declare function ApiEsportMatchesGet200ResponseToJSON(json: any): ApiEsportMatchesGet200Response;
|
|
51
|
+
export declare function ApiEsportMatchesGet200ResponseToJSONTyped(value?: ApiEsportMatchesGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
import {
|
|
14
|
+
import { ApiEsportMatchesGet200ResponseResponseObjectFromJSON, ApiEsportMatchesGet200ResponseResponseObjectToJSON, } from './ApiEsportMatchesGet200ResponseResponseObject';
|
|
15
15
|
/**
|
|
16
|
-
* Check if a given object implements the
|
|
16
|
+
* Check if a given object implements the ApiEsportMatchesGet200Response interface.
|
|
17
17
|
*/
|
|
18
|
-
export function
|
|
18
|
+
export function instanceOfApiEsportMatchesGet200Response(value) {
|
|
19
19
|
if (!('success' in value) || value['success'] === undefined)
|
|
20
20
|
return false;
|
|
21
21
|
if (!('message' in value) || value['message'] === undefined)
|
|
@@ -24,31 +24,31 @@ export function instanceOfApiEsportMatchIdGet200Response(value) {
|
|
|
24
24
|
return false;
|
|
25
25
|
return true;
|
|
26
26
|
}
|
|
27
|
-
export function
|
|
28
|
-
return
|
|
27
|
+
export function ApiEsportMatchesGet200ResponseFromJSON(json) {
|
|
28
|
+
return ApiEsportMatchesGet200ResponseFromJSONTyped(json, false);
|
|
29
29
|
}
|
|
30
|
-
export function
|
|
30
|
+
export function ApiEsportMatchesGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
31
|
if (json == null) {
|
|
32
32
|
return json;
|
|
33
33
|
}
|
|
34
34
|
return {
|
|
35
35
|
'success': json['success'],
|
|
36
36
|
'message': json['message'],
|
|
37
|
-
'responseObject': json['responseObject'] == null ? undefined :
|
|
37
|
+
'responseObject': json['responseObject'] == null ? undefined : ApiEsportMatchesGet200ResponseResponseObjectFromJSON(json['responseObject']),
|
|
38
38
|
'statusCode': json['statusCode'],
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
|
-
export function
|
|
42
|
-
return
|
|
41
|
+
export function ApiEsportMatchesGet200ResponseToJSON(json) {
|
|
42
|
+
return ApiEsportMatchesGet200ResponseToJSONTyped(json, false);
|
|
43
43
|
}
|
|
44
|
-
export function
|
|
44
|
+
export function ApiEsportMatchesGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
45
|
if (value == null) {
|
|
46
46
|
return value;
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'success': value['success'],
|
|
50
50
|
'message': value['message'],
|
|
51
|
-
'responseObject':
|
|
51
|
+
'responseObject': ApiEsportMatchesGet200ResponseResponseObjectToJSON(value['responseObject']),
|
|
52
52
|
'statusCode': value['statusCode'],
|
|
53
53
|
};
|
|
54
54
|
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DRX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiEsportMatchesGet200ResponseResponseObjectItemsInner } from './ApiEsportMatchesGet200ResponseResponseObjectItemsInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiEsportMatchesGet200ResponseResponseObject
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiEsportMatchesGet200ResponseResponseObject {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<ApiEsportMatchesGet200ResponseResponseObjectItemsInner>}
|
|
22
|
+
* @memberof ApiEsportMatchesGet200ResponseResponseObject
|
|
23
|
+
*/
|
|
24
|
+
items: Array<ApiEsportMatchesGet200ResponseResponseObjectItemsInner>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ApiEsportMatchesGet200ResponseResponseObject
|
|
29
|
+
*/
|
|
30
|
+
currentPage: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ApiEsportMatchesGet200ResponseResponseObject
|
|
35
|
+
*/
|
|
36
|
+
totalItems: number;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof ApiEsportMatchesGet200ResponseResponseObject
|
|
41
|
+
*/
|
|
42
|
+
totalPages: number;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof ApiEsportMatchesGet200ResponseResponseObject
|
|
47
|
+
*/
|
|
48
|
+
pageSize: number;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the ApiEsportMatchesGet200ResponseResponseObject interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfApiEsportMatchesGet200ResponseResponseObject(value: object): value is ApiEsportMatchesGet200ResponseResponseObject;
|
|
54
|
+
export declare function ApiEsportMatchesGet200ResponseResponseObjectFromJSON(json: any): ApiEsportMatchesGet200ResponseResponseObject;
|
|
55
|
+
export declare function ApiEsportMatchesGet200ResponseResponseObjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiEsportMatchesGet200ResponseResponseObject;
|
|
56
|
+
export declare function ApiEsportMatchesGet200ResponseResponseObjectToJSON(json: any): ApiEsportMatchesGet200ResponseResponseObject;
|
|
57
|
+
export declare function ApiEsportMatchesGet200ResponseResponseObjectToJSONTyped(value?: ApiEsportMatchesGet200ResponseResponseObject | null, ignoreDiscriminator?: boolean): any;
|