@drxsuperapp/sdk 1.1.216 → 1.1.217
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 +8 -8
- package/apis/EsportApi.ts +24 -81
- package/deploy.log +39 -27
- package/dist/apis/EsportApi.d.ts +10 -22
- package/dist/apis/EsportApi.js +14 -51
- 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/index.d.ts +8 -8
- package/dist/models/index.js +8 -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/index.ts +8 -8
- package/package.json +1 -1
- package/dist/models/ApiEsportIdMatchesGet200Response.d.ts +0 -51
- package/dist/models/ApiEsportIdMatchesGet200Response.js +0 -54
- 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,14 @@ 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
41
|
models/ApiEsportVideogamesGet200Response.ts
|
|
42
42
|
models/ApiEsportVideogamesGet200ResponseResponseObjectInner.ts
|
|
43
43
|
models/ApiHealthCheckGet200Response.ts
|
package/apis/EsportApi.ts
CHANGED
|
@@ -15,29 +15,24 @@
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
17
|
import type {
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
ApiEsportMatchesGet200Response,
|
|
19
|
+
ApiEsportMatchesGetFilterParameter,
|
|
20
20
|
ApiEsportVideogamesGet200Response,
|
|
21
21
|
} from '../models/index';
|
|
22
22
|
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
ApiEsportMatchesGet200ResponseFromJSON,
|
|
24
|
+
ApiEsportMatchesGet200ResponseToJSON,
|
|
25
|
+
ApiEsportMatchesGetFilterParameterFromJSON,
|
|
26
|
+
ApiEsportMatchesGetFilterParameterToJSON,
|
|
27
27
|
ApiEsportVideogamesGet200ResponseFromJSON,
|
|
28
28
|
ApiEsportVideogamesGet200ResponseToJSON,
|
|
29
29
|
} from '../models/index';
|
|
30
30
|
|
|
31
|
-
export interface
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
status?: string;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export interface ApiEsportMatchIdGetRequest {
|
|
40
|
-
id: string;
|
|
31
|
+
export interface ApiEsportMatchesGetRequest {
|
|
32
|
+
page?: number;
|
|
33
|
+
pageSize?: number;
|
|
34
|
+
sort?: string;
|
|
35
|
+
filter?: ApiEsportMatchesGetFilterParameter;
|
|
41
36
|
}
|
|
42
37
|
|
|
43
38
|
/**
|
|
@@ -46,78 +41,26 @@ export interface ApiEsportMatchIdGetRequest {
|
|
|
46
41
|
export class EsportApi extends runtime.BaseAPI {
|
|
47
42
|
|
|
48
43
|
/**
|
|
49
|
-
* Get Esport Matches
|
|
44
|
+
* Get Esport Matches
|
|
50
45
|
*/
|
|
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
|
-
|
|
46
|
+
async apiEsportMatchesGetRaw(requestParameters: ApiEsportMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiEsportMatchesGet200Response>> {
|
|
59
47
|
const queryParameters: any = {};
|
|
60
48
|
|
|
61
49
|
if (requestParameters['page'] != null) {
|
|
62
50
|
queryParameters['page'] = requestParameters['page'];
|
|
63
51
|
}
|
|
64
52
|
|
|
65
|
-
if (requestParameters['
|
|
66
|
-
queryParameters['
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
if (requestParameters['searchTerm'] != null) {
|
|
70
|
-
queryParameters['searchTerm'] = requestParameters['searchTerm'];
|
|
53
|
+
if (requestParameters['pageSize'] != null) {
|
|
54
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
71
55
|
}
|
|
72
56
|
|
|
73
|
-
if (requestParameters['
|
|
74
|
-
queryParameters['
|
|
57
|
+
if (requestParameters['sort'] != null) {
|
|
58
|
+
queryParameters['sort'] = requestParameters['sort'];
|
|
75
59
|
}
|
|
76
60
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
80
|
-
headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
if (this.configuration && this.configuration.accessToken) {
|
|
84
|
-
const token = this.configuration.accessToken;
|
|
85
|
-
const tokenString = await token("BearerAuth", []);
|
|
86
|
-
|
|
87
|
-
if (tokenString) {
|
|
88
|
-
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
89
|
-
}
|
|
61
|
+
if (requestParameters['filter'] != null) {
|
|
62
|
+
queryParameters['filter'] = requestParameters['filter'];
|
|
90
63
|
}
|
|
91
|
-
const response = await this.request({
|
|
92
|
-
path: `/api/esport/{id}/matches`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
93
|
-
method: 'GET',
|
|
94
|
-
headers: headerParameters,
|
|
95
|
-
query: queryParameters,
|
|
96
|
-
}, initOverrides);
|
|
97
|
-
|
|
98
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => ApiEsportIdMatchesGet200ResponseFromJSON(jsonValue));
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* Get Esport Matches Based On VG
|
|
103
|
-
*/
|
|
104
|
-
async apiEsportIdMatchesGet(requestParameters: ApiEsportIdMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiEsportIdMatchesGet200Response> {
|
|
105
|
-
const response = await this.apiEsportIdMatchesGetRaw(requestParameters, initOverrides);
|
|
106
|
-
return await response.value();
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Get Esport Match Details
|
|
111
|
-
*/
|
|
112
|
-
async apiEsportMatchIdGetRaw(requestParameters: ApiEsportMatchIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiEsportMatchIdGet200Response>> {
|
|
113
|
-
if (requestParameters['id'] == null) {
|
|
114
|
-
throw new runtime.RequiredError(
|
|
115
|
-
'id',
|
|
116
|
-
'Required parameter "id" was null or undefined when calling apiEsportMatchIdGet().'
|
|
117
|
-
);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
const queryParameters: any = {};
|
|
121
64
|
|
|
122
65
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
123
66
|
|
|
@@ -134,20 +77,20 @@ export class EsportApi extends runtime.BaseAPI {
|
|
|
134
77
|
}
|
|
135
78
|
}
|
|
136
79
|
const response = await this.request({
|
|
137
|
-
path: `/api/esport/
|
|
80
|
+
path: `/api/esport/matches`,
|
|
138
81
|
method: 'GET',
|
|
139
82
|
headers: headerParameters,
|
|
140
83
|
query: queryParameters,
|
|
141
84
|
}, initOverrides);
|
|
142
85
|
|
|
143
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
86
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiEsportMatchesGet200ResponseFromJSON(jsonValue));
|
|
144
87
|
}
|
|
145
88
|
|
|
146
89
|
/**
|
|
147
|
-
* Get Esport
|
|
90
|
+
* Get Esport Matches
|
|
148
91
|
*/
|
|
149
|
-
async
|
|
150
|
-
const response = await this.
|
|
92
|
+
async apiEsportMatchesGet(requestParameters: ApiEsportMatchesGetRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiEsportMatchesGet200Response> {
|
|
93
|
+
const response = await this.apiEsportMatchesGetRaw(requestParameters, initOverrides);
|
|
151
94
|
return await response.value();
|
|
152
95
|
}
|
|
153
96
|
|
package/deploy.log
CHANGED
|
@@ -153,14 +153,14 @@
|
|
|
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
164
|
[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
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/]
|
|
166
166
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthLoginPost200Response.ts
|
|
@@ -181,14 +181,14 @@
|
|
|
181
181
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthSocialMobilePost200Response.ts
|
|
182
182
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthSocialMobilePost200ResponseResponseObject.ts
|
|
183
183
|
[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/
|
|
184
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200Response.ts
|
|
185
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObject.ts
|
|
186
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInner.ts
|
|
187
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInner.ts
|
|
188
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.ts
|
|
189
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.ts
|
|
190
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.ts
|
|
191
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGetFilterParameter.ts
|
|
192
192
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportVideogamesGet200Response.ts
|
|
193
193
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportVideogamesGet200ResponseResponseObjectInner.ts
|
|
194
194
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiHealthCheckGet200Response.ts
|
|
@@ -367,8 +367,7 @@
|
|
|
367
367
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/register/verify-otp. Renamed to auto-generated operationId: apiAuthRegisterVerifyOtpPost
|
|
368
368
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/register/complete. Renamed to auto-generated operationId: apiAuthRegisterCompletePost
|
|
369
369
|
[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/match/{id}. Renamed to auto-generated operationId: apiEsportMatchIdGet
|
|
370
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/matches. Renamed to auto-generated operationId: apiEsportMatchesGet
|
|
372
371
|
[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
372
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/AppConfigApi.ts
|
|
374
373
|
[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 +406,35 @@
|
|
|
407
406
|
# https://opencollective.com/openapi_generator/donate #
|
|
408
407
|
################################################################################
|
|
409
408
|
✅ SDK generated
|
|
410
|
-
[master
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
409
|
+
[master 7c8a096] VPS: Generated API SDK
|
|
410
|
+
18 files changed, 874 insertions(+), 935 deletions(-)
|
|
411
|
+
delete mode 100644 models/ApiEsportIdMatchesGet200Response.ts
|
|
412
|
+
delete mode 100644 models/ApiEsportIdMatchesGet200ResponseResponseObject.ts
|
|
413
|
+
delete mode 100644 models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInner.ts
|
|
414
|
+
delete mode 100644 models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInner.ts
|
|
415
|
+
delete mode 100644 models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.ts
|
|
416
|
+
delete mode 100644 models/ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.ts
|
|
417
|
+
delete mode 100644 models/ApiEsportMatchIdGet200Response.ts
|
|
418
|
+
create mode 100644 models/ApiEsportMatchesGet200Response.ts
|
|
419
|
+
create mode 100644 models/ApiEsportMatchesGet200ResponseResponseObject.ts
|
|
420
|
+
create mode 100644 models/ApiEsportMatchesGet200ResponseResponseObjectItemsInner.ts
|
|
421
|
+
create mode 100644 models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInner.ts
|
|
422
|
+
rename models/{ApiEsportIdMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.ts => ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.ts} (50%)
|
|
423
|
+
create mode 100644 models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.ts
|
|
424
|
+
create mode 100644 models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.ts
|
|
425
|
+
create mode 100644 models/ApiEsportMatchesGetFilterParameter.ts
|
|
414
426
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
415
|
-
|
|
427
|
+
14457b9..7c8a096 master -> master
|
|
416
428
|
✅ Changes committed and pushed
|
|
417
|
-
v1.1.
|
|
429
|
+
v1.1.217
|
|
418
430
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
419
|
-
|
|
431
|
+
7c8a096..5c3ac6c master -> master
|
|
420
432
|
✅ Version bumped
|
|
421
433
|
|
|
422
|
-
> @drxsuperapp/sdk@1.1.
|
|
434
|
+
> @drxsuperapp/sdk@1.1.217 prepublishOnly
|
|
423
435
|
> npm run build
|
|
424
436
|
|
|
425
437
|
|
|
426
|
-
> @drxsuperapp/sdk@1.1.
|
|
438
|
+
> @drxsuperapp/sdk@1.1.217 build
|
|
427
439
|
> tsc
|
|
428
440
|
|
package/dist/apis/EsportApi.d.ts
CHANGED
|
@@ -10,37 +10,25 @@
|
|
|
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;
|
|
20
|
-
}
|
|
21
|
-
export interface ApiEsportMatchIdGetRequest {
|
|
22
|
-
id: string;
|
|
13
|
+
import type { ApiEsportMatchesGet200Response, ApiEsportMatchesGetFilterParameter, ApiEsportVideogamesGet200Response } from '../models/index';
|
|
14
|
+
export interface ApiEsportMatchesGetRequest {
|
|
15
|
+
page?: number;
|
|
16
|
+
pageSize?: number;
|
|
17
|
+
sort?: string;
|
|
18
|
+
filter?: ApiEsportMatchesGetFilterParameter;
|
|
23
19
|
}
|
|
24
20
|
/**
|
|
25
21
|
*
|
|
26
22
|
*/
|
|
27
23
|
export declare class EsportApi extends runtime.BaseAPI {
|
|
28
24
|
/**
|
|
29
|
-
* Get Esport Matches
|
|
30
|
-
*/
|
|
31
|
-
apiEsportIdMatchesGetRaw(requestParameters: ApiEsportIdMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiEsportIdMatchesGet200Response>>;
|
|
32
|
-
/**
|
|
33
|
-
* Get Esport Matches Based On VG
|
|
34
|
-
*/
|
|
35
|
-
apiEsportIdMatchesGet(requestParameters: ApiEsportIdMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiEsportIdMatchesGet200Response>;
|
|
36
|
-
/**
|
|
37
|
-
* Get Esport Match Details
|
|
25
|
+
* Get Esport Matches
|
|
38
26
|
*/
|
|
39
|
-
|
|
27
|
+
apiEsportMatchesGetRaw(requestParameters: ApiEsportMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiEsportMatchesGet200Response>>;
|
|
40
28
|
/**
|
|
41
|
-
* Get Esport
|
|
29
|
+
* Get Esport Matches
|
|
42
30
|
*/
|
|
43
|
-
|
|
31
|
+
apiEsportMatchesGet(requestParameters?: ApiEsportMatchesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiEsportMatchesGet200Response>;
|
|
44
32
|
/**
|
|
45
33
|
* Get All Esport\'s Video Games
|
|
46
34
|
*/
|
package/dist/apis/EsportApi.js
CHANGED
|
@@ -12,65 +12,28 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import * as runtime from '../runtime';
|
|
15
|
-
import {
|
|
15
|
+
import { ApiEsportMatchesGet200ResponseFromJSON, 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['
|
|
33
|
-
}
|
|
34
|
-
if (requestParameters['searchTerm'] != null) {
|
|
35
|
-
queryParameters['searchTerm'] = requestParameters['searchTerm'];
|
|
36
|
-
}
|
|
37
|
-
if (requestParameters['status'] != null) {
|
|
38
|
-
queryParameters['status'] = requestParameters['status'];
|
|
39
|
-
}
|
|
40
|
-
const headerParameters = {};
|
|
41
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
42
|
-
headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
|
|
28
|
+
if (requestParameters['pageSize'] != null) {
|
|
29
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
43
30
|
}
|
|
44
|
-
if (
|
|
45
|
-
|
|
46
|
-
const tokenString = await token("BearerAuth", []);
|
|
47
|
-
if (tokenString) {
|
|
48
|
-
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
49
|
-
}
|
|
31
|
+
if (requestParameters['sort'] != null) {
|
|
32
|
+
queryParameters['sort'] = requestParameters['sort'];
|
|
50
33
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
method: 'GET',
|
|
54
|
-
headers: headerParameters,
|
|
55
|
-
query: queryParameters,
|
|
56
|
-
}, initOverrides);
|
|
57
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => ApiEsportIdMatchesGet200ResponseFromJSON(jsonValue));
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* Get Esport Matches Based On VG
|
|
61
|
-
*/
|
|
62
|
-
async apiEsportIdMatchesGet(requestParameters, initOverrides) {
|
|
63
|
-
const response = await this.apiEsportIdMatchesGetRaw(requestParameters, initOverrides);
|
|
64
|
-
return await response.value();
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Get Esport Match Details
|
|
68
|
-
*/
|
|
69
|
-
async apiEsportMatchIdGetRaw(requestParameters, initOverrides) {
|
|
70
|
-
if (requestParameters['id'] == null) {
|
|
71
|
-
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling apiEsportMatchIdGet().');
|
|
34
|
+
if (requestParameters['filter'] != null) {
|
|
35
|
+
queryParameters['filter'] = requestParameters['filter'];
|
|
72
36
|
}
|
|
73
|
-
const queryParameters = {};
|
|
74
37
|
const headerParameters = {};
|
|
75
38
|
if (this.configuration && this.configuration.apiKey) {
|
|
76
39
|
headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
|
|
@@ -83,18 +46,18 @@ export class EsportApi extends runtime.BaseAPI {
|
|
|
83
46
|
}
|
|
84
47
|
}
|
|
85
48
|
const response = await this.request({
|
|
86
|
-
path: `/api/esport/
|
|
49
|
+
path: `/api/esport/matches`,
|
|
87
50
|
method: 'GET',
|
|
88
51
|
headers: headerParameters,
|
|
89
52
|
query: queryParameters,
|
|
90
53
|
}, initOverrides);
|
|
91
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
54
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiEsportMatchesGet200ResponseFromJSON(jsonValue));
|
|
92
55
|
}
|
|
93
56
|
/**
|
|
94
|
-
* Get Esport
|
|
57
|
+
* Get Esport Matches
|
|
95
58
|
*/
|
|
96
|
-
async
|
|
97
|
-
const response = await this.
|
|
59
|
+
async apiEsportMatchesGet(requestParameters = {}, initOverrides) {
|
|
60
|
+
const response = await this.apiEsportMatchesGetRaw(requestParameters, initOverrides);
|
|
98
61
|
return await response.value();
|
|
99
62
|
}
|
|
100
63
|
/**
|
|
@@ -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;
|