@drxsuperapp/sdk 1.1.91 → 1.1.100
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 +3 -2
- package/apis/PadelApi.ts +5 -0
- package/apis/TournamentApi.ts +9 -4
- package/deploy.log +199 -0
- package/dist/apis/PadelApi.d.ts +1 -0
- package/dist/apis/PadelApi.js +3 -0
- package/dist/apis/TournamentApi.d.ts +3 -2
- package/dist/apis/TournamentApi.js +3 -0
- package/dist/models/ApiTournamentGetFilterParameter.d.ts +45 -0
- package/dist/models/ApiTournamentGetFilterParameter.js +46 -0
- package/dist/models/ApiTournamentPadelLeaderboardIdGet200Response.d.ts +3 -3
- package/dist/models/ApiTournamentPadelLeaderboardIdGet200Response.js +3 -3
- package/dist/models/{ApiTournamentPadelLeaderboardIdGet200ResponseResponseObject.d.ts → ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner.d.ts} +16 -16
- package/dist/models/{ApiTournamentPadelLeaderboardIdGet200ResponseResponseObject.js → ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner.js} +11 -11
- package/dist/models/{ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectFinalScores.d.ts → ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores.d.ts} +18 -18
- package/dist/models/{ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectFinalScores.js → ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores.js} +8 -8
- package/dist/models/index.d.ts +3 -2
- package/dist/models/index.js +3 -2
- package/models/ApiTournamentGetFilterParameter.ts +89 -0
- package/models/ApiTournamentPadelLeaderboardIdGet200Response.ts +10 -10
- package/models/{ApiTournamentPadelLeaderboardIdGet200ResponseResponseObject.ts → ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner.ts} +25 -25
- package/models/{ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectFinalScores.ts → ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores.ts} +20 -20
- package/models/index.ts +3 -2
- package/package.json +1 -1
- package/workflow.sh +3 -4
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -144
- package/dist/models/ApiTournamentGameTypesGet200ResponseResponseObject.d.ts +0 -51
- package/dist/models/ApiTournamentGameTypesGet200ResponseResponseObject.js +0 -54
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerFinalScoreSoloInner.d.ts +0 -50
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerFinalScoreSoloInner.js +0 -55
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerFinalScoreTeamInner.d.ts +0 -50
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerFinalScoreTeamInner.js +0 -55
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerGameType.d.ts +0 -56
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerGameType.js +0 -59
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerMatchesSoloInner.d.ts +0 -86
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerMatchesSoloInner.js +0 -79
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerMatchesTeamInner.d.ts +0 -74
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerMatchesTeamInner.js +0 -71
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerPlayersInner.d.ts +0 -50
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerPlayersInner.js +0 -55
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerTeamsInner.d.ts +0 -44
- package/dist/models/ApiTournamentGet200ResponseResponseObjectItemsInnerTeamsInner.js +0 -51
- package/dist/models/ApiTournamentPadelIdDelete200ResponseResponseObjectResponseObject.d.ts +0 -33
- package/dist/models/ApiTournamentPadelIdDelete200ResponseResponseObjectResponseObject.js +0 -44
- package/dist/models/ApiTournamentPadelIdDelete200ResponseResponseObjectResponseObjectParams.d.ts +0 -32
- package/dist/models/ApiTournamentPadelIdDelete200ResponseResponseObjectResponseObjectParams.js +0 -43
- package/dist/models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectResponseObject.d.ts +0 -57
- package/dist/models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectResponseObject.js +0 -60
- package/dist/models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectResponseObjectFinalScores.d.ts +0 -86
- package/dist/models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectResponseObjectFinalScores.js +0 -79
package/.openapi-generator/FILES
CHANGED
|
@@ -41,6 +41,7 @@ models/ApiTournamentGameTypesGet200Response.ts
|
|
|
41
41
|
models/ApiTournamentGet200Response.ts
|
|
42
42
|
models/ApiTournamentGet200ResponseResponseObject.ts
|
|
43
43
|
models/ApiTournamentGet200ResponseResponseObjectItemsInner.ts
|
|
44
|
+
models/ApiTournamentGetFilterParameter.ts
|
|
44
45
|
models/ApiTournamentPadelIdDelete200Response.ts
|
|
45
46
|
models/ApiTournamentPadelIdDelete200ResponseResponseObject.ts
|
|
46
47
|
models/ApiTournamentPadelIdGet200Response.ts
|
|
@@ -54,8 +55,8 @@ models/ApiTournamentPadelIdGet200ResponseResponseObjectPlayersInner.ts
|
|
|
54
55
|
models/ApiTournamentPadelIdGet200ResponseResponseObjectPlayersInnerFinalScores.ts
|
|
55
56
|
models/ApiTournamentPadelIdGet200ResponseResponseObjectTeamInner.ts
|
|
56
57
|
models/ApiTournamentPadelLeaderboardIdGet200Response.ts
|
|
57
|
-
models/
|
|
58
|
-
models/
|
|
58
|
+
models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner.ts
|
|
59
|
+
models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores.ts
|
|
59
60
|
models/ApiTournamentPadelMatchSoloPut200Response.ts
|
|
60
61
|
models/ApiTournamentPadelMatchSoloPut200ResponseResponseObject.ts
|
|
61
62
|
models/ApiTournamentPadelMatchSoloPutRequest.ts
|
package/apis/PadelApi.ts
CHANGED
|
@@ -34,6 +34,7 @@ import {
|
|
|
34
34
|
export interface ApiPadelMatchesGetRequest {
|
|
35
35
|
page?: number;
|
|
36
36
|
pageSize?: number;
|
|
37
|
+
userId?: number | null;
|
|
37
38
|
sort?: string;
|
|
38
39
|
filter?: ApiPadelMatchesGetFilterParameter;
|
|
39
40
|
}
|
|
@@ -61,6 +62,10 @@ export class PadelApi extends runtime.BaseAPI {
|
|
|
61
62
|
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
62
63
|
}
|
|
63
64
|
|
|
65
|
+
if (requestParameters['userId'] != null) {
|
|
66
|
+
queryParameters['user_id'] = requestParameters['userId'];
|
|
67
|
+
}
|
|
68
|
+
|
|
64
69
|
if (requestParameters['sort'] != null) {
|
|
65
70
|
queryParameters['sort'] = requestParameters['sort'];
|
|
66
71
|
}
|
package/apis/TournamentApi.ts
CHANGED
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
17
|
import type {
|
|
18
|
-
ApiPadelMatchesGetFilterParameter,
|
|
19
18
|
ApiTournamentCleanupGet200Response,
|
|
20
19
|
ApiTournamentGameTypesGet200Response,
|
|
21
20
|
ApiTournamentGet200Response,
|
|
21
|
+
ApiTournamentGetFilterParameter,
|
|
22
22
|
ApiTournamentPadelIdDelete200Response,
|
|
23
23
|
ApiTournamentPadelIdGet200Response,
|
|
24
24
|
ApiTournamentPadelLeaderboardIdGet200Response,
|
|
@@ -28,14 +28,14 @@ import type {
|
|
|
28
28
|
ApiTournamentPadelPostRequest,
|
|
29
29
|
} from '../models/index';
|
|
30
30
|
import {
|
|
31
|
-
ApiPadelMatchesGetFilterParameterFromJSON,
|
|
32
|
-
ApiPadelMatchesGetFilterParameterToJSON,
|
|
33
31
|
ApiTournamentCleanupGet200ResponseFromJSON,
|
|
34
32
|
ApiTournamentCleanupGet200ResponseToJSON,
|
|
35
33
|
ApiTournamentGameTypesGet200ResponseFromJSON,
|
|
36
34
|
ApiTournamentGameTypesGet200ResponseToJSON,
|
|
37
35
|
ApiTournamentGet200ResponseFromJSON,
|
|
38
36
|
ApiTournamentGet200ResponseToJSON,
|
|
37
|
+
ApiTournamentGetFilterParameterFromJSON,
|
|
38
|
+
ApiTournamentGetFilterParameterToJSON,
|
|
39
39
|
ApiTournamentPadelIdDelete200ResponseFromJSON,
|
|
40
40
|
ApiTournamentPadelIdDelete200ResponseToJSON,
|
|
41
41
|
ApiTournamentPadelIdGet200ResponseFromJSON,
|
|
@@ -55,8 +55,9 @@ import {
|
|
|
55
55
|
export interface ApiTournamentGetRequest {
|
|
56
56
|
page?: number;
|
|
57
57
|
pageSize?: number;
|
|
58
|
+
userId?: number | null;
|
|
58
59
|
sort?: string;
|
|
59
|
-
filter?:
|
|
60
|
+
filter?: ApiTournamentGetFilterParameter;
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
export interface ApiTournamentPadelIdDeleteRequest {
|
|
@@ -174,6 +175,10 @@ export class TournamentApi extends runtime.BaseAPI {
|
|
|
174
175
|
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
175
176
|
}
|
|
176
177
|
|
|
178
|
+
if (requestParameters['userId'] != null) {
|
|
179
|
+
queryParameters['user_id'] = requestParameters['userId'];
|
|
180
|
+
}
|
|
181
|
+
|
|
177
182
|
if (requestParameters['sort'] != null) {
|
|
178
183
|
queryParameters['sort'] = requestParameters['sort'];
|
|
179
184
|
}
|
package/deploy.log
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
[main] INFO o.o.codegen.DefaultGenerator - Generating with dryRun=false
|
|
2
|
+
[main] INFO o.o.codegen.DefaultGenerator - OpenAPI Generator: typescript-fetch (client)
|
|
3
|
+
[main] INFO o.o.codegen.DefaultGenerator - Generator 'typescript-fetch' is considered stable.
|
|
4
|
+
[main] INFO o.o.c.l.AbstractTypeScriptClientCodegen - Hint: Environment variable 'TS_POST_PROCESS_FILE' (optional) not defined. E.g. to format the source code, please try 'export TS_POST_PROCESS_FILE="/usr/local/bin/prettier --write"' (Linux/Mac)
|
|
5
|
+
[main] INFO o.o.c.l.AbstractTypeScriptClientCodegen - Note: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
|
|
6
|
+
[main] WARN o.o.codegen.DefaultCodegen - The value (generator's option) must be either boolean or string. Default to `false`.
|
|
7
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_healthCheck_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_healthCheck_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_healthCheck_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
8
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_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_news_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
|
|
9
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_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_news_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
10
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_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_news_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
11
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response_responseObject_leagues_inner_league. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner_league=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner_league=NewModel,ModelA=NewModelA in CLI).
|
|
12
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response_responseObject_leagues_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner=NewModel,ModelA=NewModelA in CLI).
|
|
13
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__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_news__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
14
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__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_news__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
15
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_get_200_response_responseObject_categories_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news_categories_list_get_200_response_responseObject_categories_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response_responseObject_categories_inner=NewModel,ModelA=NewModelA in CLI).
|
|
16
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_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_news_categories_list_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
17
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_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_news_categories_list_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
18
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_id. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_filter_parameter_id=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_id=NewModel,ModelA=NewModelA in CLI).
|
|
19
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_name. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_filter_parameter_name=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_name=NewModel,ModelA=NewModelA in CLI).
|
|
20
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_playedAt. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_filter_parameter_playedAt=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_playedAt=NewModel,ModelA=NewModelA in CLI).
|
|
21
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_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_padel_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
|
|
22
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_responseObject_items_inner_score_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_score_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_score_inner=NewModel,ModelA=NewModelA in CLI).
|
|
23
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_responseObject_items_inner_players_team_1_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI).
|
|
24
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_responseObject_items_inner_players. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_players=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_players=NewModel,ModelA=NewModelA in CLI).
|
|
25
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_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_padel_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
|
|
26
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_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_padel_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
27
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_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_padel_matches_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
28
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_stats_match_anyOf_value. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats_match_anyOf_value=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats_match_anyOf_value=NewModel,ModelA=NewModelA in CLI).
|
|
29
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_stats_match. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats_match=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats_match=NewModel,ModelA=NewModelA in CLI).
|
|
30
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_stats_connections. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats_connections=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats_connections=NewModel,ModelA=NewModelA in CLI).
|
|
31
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_stats. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats=NewModel,ModelA=NewModelA in CLI).
|
|
32
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_sets_sets_inner_games_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI).
|
|
33
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_sets_sets_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets_sets_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets_sets_inner=NewModel,ModelA=NewModelA in CLI).
|
|
34
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_sets. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets=NewModel,ModelA=NewModelA in CLI).
|
|
35
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__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_padel_matches__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
36
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_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_padel_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
37
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_seed_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_padel_seed_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_seed_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
38
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_drx_content_get_200_response_responseObject_currentLive. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_youtube_drx_content_get_200_response_responseObject_currentLive=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_drx_content_get_200_response_responseObject_currentLive=NewModel,ModelA=NewModelA in CLI).
|
|
39
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_drx_content_get_200_response_responseObject_previousContent_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_youtube_drx_content_get_200_response_responseObject_previousContent_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_drx_content_get_200_response_responseObject_previousContent_inner=NewModel,ModelA=NewModelA in CLI).
|
|
40
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_drx_content_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_youtube_drx_content_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_drx_content_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
41
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_drx_content_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_youtube_drx_content_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_drx_content_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
42
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_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_tournament_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
|
|
43
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_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_tournament_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
|
|
44
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_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_tournament_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
45
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_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_tournament_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
46
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_post_request_body_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_tournament_padel_post_request_body_players_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_request_body_players_inner=NewModel,ModelA=NewModelA in CLI).
|
|
47
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_post_request_body_teams_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_post_request_body_teams_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_request_body_teams_inner=NewModel,ModelA=NewModelA in CLI).
|
|
48
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_post_request_body. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_post_request_body=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_request_body=NewModel,ModelA=NewModelA in CLI).
|
|
49
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_request=NewModel,ModelA=NewModelA in CLI).
|
|
50
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_post_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_tournament_padel_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
51
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_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_tournament_padel_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
52
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_game_type. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_game_type=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_game_type=NewModel,ModelA=NewModelA in CLI).
|
|
53
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_players_inner_final_scores. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_players_inner_final_scores=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_players_inner_final_scores=NewModel,ModelA=NewModelA in CLI).
|
|
54
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_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_tournament_padel__id__get_200_response_responseObject_players_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_players_inner=NewModel,ModelA=NewModelA in CLI).
|
|
55
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner_playerA1. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner_playerA1=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner_playerA1=NewModel,ModelA=NewModelA in CLI).
|
|
56
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner=NewModel,ModelA=NewModelA in CLI).
|
|
57
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_Team_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_Team_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_Team_inner=NewModel,ModelA=NewModelA in CLI).
|
|
58
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_MatchTeam_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_MatchTeam_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_MatchTeam_inner=NewModel,ModelA=NewModelA in CLI).
|
|
59
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_FinalScoreTeam_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_FinalScoreTeam_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_FinalScoreTeam_inner=NewModel,ModelA=NewModelA in CLI).
|
|
60
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__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_tournament_padel__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
61
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__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_tournament_padel__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
62
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__delete_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_tournament_padel__id__delete_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__delete_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
63
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__delete_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_tournament_padel__id__delete_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__delete_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
64
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_cleanup_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_tournament_cleanup_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_cleanup_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
65
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_game_types_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_tournament_game_types_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_game_types_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
66
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_solo_put_request_body. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_match_solo_put_request_body=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_solo_put_request_body=NewModel,ModelA=NewModelA in CLI).
|
|
67
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_solo_put_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_match_solo_put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_solo_put_request=NewModel,ModelA=NewModelA in CLI).
|
|
68
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_solo_put_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_tournament_padel_match_solo_put_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_solo_put_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
69
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_solo_put_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_tournament_padel_match_solo_put_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_solo_put_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
70
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_leaderboard__id__get_200_response_responseObject_inner_final_scores. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_leaderboard__id__get_200_response_responseObject_inner_final_scores=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_leaderboard__id__get_200_response_responseObject_inner_final_scores=NewModel,ModelA=NewModelA in CLI).
|
|
71
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_leaderboard__id__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_tournament_padel_leaderboard__id__get_200_response_responseObject_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_leaderboard__id__get_200_response_responseObject_inner=NewModel,ModelA=NewModelA in CLI).
|
|
72
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_leaderboard__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_tournament_padel_leaderboard__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_leaderboard__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
73
|
+
[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/]
|
|
74
|
+
[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/]
|
|
75
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiHealthCheckGet200Response.ts
|
|
76
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200Response.ts
|
|
77
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200ResponseResponseObject.ts
|
|
78
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200ResponseResponseObjectCategoriesInner.ts
|
|
79
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200Response.ts
|
|
80
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200ResponseResponseObject.ts
|
|
81
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200ResponseResponseObjectItemsInner.ts
|
|
82
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200Response.ts
|
|
83
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObject.ts
|
|
84
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.ts
|
|
85
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.ts
|
|
86
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200Response.ts
|
|
87
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObject.ts
|
|
88
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInner.ts
|
|
89
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayers.ts
|
|
90
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayersTeam1Inner.ts
|
|
91
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerScoreInner.ts
|
|
92
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameter.ts
|
|
93
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterId.ts
|
|
94
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterName.ts
|
|
95
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterPlayedAt.ts
|
|
96
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200Response.ts
|
|
97
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObject.ts
|
|
98
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSets.ts
|
|
99
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner.ts
|
|
100
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner.ts
|
|
101
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectStats.ts
|
|
102
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections.ts
|
|
103
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch.ts
|
|
104
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue.ts
|
|
105
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelSeedGet200Response.ts
|
|
106
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentCleanupGet200Response.ts
|
|
107
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGameTypesGet200Response.ts
|
|
108
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200Response.ts
|
|
109
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200ResponseResponseObject.ts
|
|
110
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200ResponseResponseObjectItemsInner.ts
|
|
111
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGetFilterParameter.ts
|
|
112
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdDelete200Response.ts
|
|
113
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdDelete200ResponseResponseObject.ts
|
|
114
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200Response.ts
|
|
115
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObject.ts
|
|
116
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectFinalScoreTeamInner.ts
|
|
117
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectGameType.ts
|
|
118
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchTeamInner.ts
|
|
119
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchesSoloInner.ts
|
|
120
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchesSoloInnerPlayerA1.ts
|
|
121
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectPlayersInner.ts
|
|
122
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectPlayersInnerFinalScores.ts
|
|
123
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectTeamInner.ts
|
|
124
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200Response.ts
|
|
125
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner.ts
|
|
126
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores.ts
|
|
127
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPut200Response.ts
|
|
128
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPut200ResponseResponseObject.ts
|
|
129
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPutRequest.ts
|
|
130
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPutRequestBody.ts
|
|
131
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPost200Response.ts
|
|
132
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPost200ResponseResponseObject.ts
|
|
133
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequest.ts
|
|
134
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBody.ts
|
|
135
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBodyPlayersInner.ts
|
|
136
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBodyTeamsInner.ts
|
|
137
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200Response.ts
|
|
138
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObject.ts
|
|
139
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObjectCurrentLive.ts
|
|
140
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObjectPreviousContentInner.ts
|
|
141
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/healthCheck. Renamed to auto-generated operationId: apiHealthCheckGet
|
|
142
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news. Renamed to auto-generated operationId: apiNewsGet
|
|
143
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/{id}. Renamed to auto-generated operationId: apiNewsIdGet
|
|
144
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/categories/list. Renamed to auto-generated operationId: apiNewsCategoriesListGet
|
|
145
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/matches. Renamed to auto-generated operationId: apiPadelMatchesGet
|
|
146
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/matches/{id}. Renamed to auto-generated operationId: apiPadelMatchesIdGet
|
|
147
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/seed. Renamed to auto-generated operationId: apiPadelSeedGet
|
|
148
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/sync. Renamed to auto-generated operationId: apiPadelSyncGet
|
|
149
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/youtube/drx-content. Renamed to auto-generated operationId: apiYoutubeDrxContentGet
|
|
150
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament. Renamed to auto-generated operationId: apiTournamentGet
|
|
151
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/tournament/padel. Renamed to auto-generated operationId: apiTournamentPadelPost
|
|
152
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/padel/{id}. Renamed to auto-generated operationId: apiTournamentPadelIdGet
|
|
153
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/tournament/padel/{id}. Renamed to auto-generated operationId: apiTournamentPadelIdDelete
|
|
154
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/cleanup. Renamed to auto-generated operationId: apiTournamentCleanupGet
|
|
155
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/seed-game-types. Renamed to auto-generated operationId: apiTournamentSeedGameTypesGet
|
|
156
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/game-types. Renamed to auto-generated operationId: apiTournamentGameTypesGet
|
|
157
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/tournament/padel/match-solo. Renamed to auto-generated operationId: apiTournamentPadelMatchSoloPut
|
|
158
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/padel/leaderboard/{id}. Renamed to auto-generated operationId: apiTournamentPadelLeaderboardIdGet
|
|
159
|
+
[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/]
|
|
160
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/HealthCheckApi.ts
|
|
161
|
+
[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/]
|
|
162
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/NewsApi.ts
|
|
163
|
+
[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/]
|
|
164
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/PadelApi.ts
|
|
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
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/TournamentApi.ts
|
|
167
|
+
[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/]
|
|
168
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/YoutubeApi.ts
|
|
169
|
+
[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/]
|
|
170
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./index.ts
|
|
171
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./runtime.ts
|
|
172
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/index.ts
|
|
173
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/index.ts
|
|
174
|
+
[main] INFO o.o.codegen.TemplateManager - Skipped /root/drx-sdk/./.openapi-generator-ignore (Skipped by supportingFiles options supplied by user.)
|
|
175
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.openapi-generator/VERSION
|
|
176
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.openapi-generator/FILES
|
|
177
|
+
################################################################################
|
|
178
|
+
# Thanks for using OpenAPI Generator. #
|
|
179
|
+
# Please consider donation to help us maintain this project 🙏 #
|
|
180
|
+
# https://opencollective.com/openapi_generator/donate #
|
|
181
|
+
################################################################################
|
|
182
|
+
✅ SDK generated
|
|
183
|
+
[master 8d7a72b] VPS: Generated API SDK
|
|
184
|
+
2 files changed, 10 insertions(+)
|
|
185
|
+
To https://gitlab.com/drx-super/drx-sdk.git
|
|
186
|
+
d85deef..8d7a72b master -> master
|
|
187
|
+
✅ Changes committed and pushed
|
|
188
|
+
v1.1.100
|
|
189
|
+
To https://gitlab.com/drx-super/drx-sdk.git
|
|
190
|
+
8d7a72b..b53e285 master -> master
|
|
191
|
+
✅ Version bumped
|
|
192
|
+
|
|
193
|
+
> @drxsuperapp/sdk@1.1.100 prepublishOnly
|
|
194
|
+
> npm run build
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
> @drxsuperapp/sdk@1.1.100 build
|
|
198
|
+
> tsc
|
|
199
|
+
|
package/dist/apis/PadelApi.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ import type { ApiPadelMatchesGet200Response, ApiPadelMatchesGetFilterParameter,
|
|
|
14
14
|
export interface ApiPadelMatchesGetRequest {
|
|
15
15
|
page?: number;
|
|
16
16
|
pageSize?: number;
|
|
17
|
+
userId?: number | null;
|
|
17
18
|
sort?: string;
|
|
18
19
|
filter?: ApiPadelMatchesGetFilterParameter;
|
|
19
20
|
}
|
package/dist/apis/PadelApi.js
CHANGED
|
@@ -28,6 +28,9 @@ export class PadelApi extends runtime.BaseAPI {
|
|
|
28
28
|
if (requestParameters['pageSize'] != null) {
|
|
29
29
|
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
30
30
|
}
|
|
31
|
+
if (requestParameters['userId'] != null) {
|
|
32
|
+
queryParameters['user_id'] = requestParameters['userId'];
|
|
33
|
+
}
|
|
31
34
|
if (requestParameters['sort'] != null) {
|
|
32
35
|
queryParameters['sort'] = requestParameters['sort'];
|
|
33
36
|
}
|
|
@@ -10,12 +10,13 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type {
|
|
13
|
+
import type { ApiTournamentCleanupGet200Response, ApiTournamentGameTypesGet200Response, ApiTournamentGet200Response, ApiTournamentGetFilterParameter, ApiTournamentPadelIdDelete200Response, ApiTournamentPadelIdGet200Response, ApiTournamentPadelLeaderboardIdGet200Response, ApiTournamentPadelMatchSoloPut200Response, ApiTournamentPadelMatchSoloPutRequest, ApiTournamentPadelPost200Response, ApiTournamentPadelPostRequest } from '../models/index';
|
|
14
14
|
export interface ApiTournamentGetRequest {
|
|
15
15
|
page?: number;
|
|
16
16
|
pageSize?: number;
|
|
17
|
+
userId?: number | null;
|
|
17
18
|
sort?: string;
|
|
18
|
-
filter?:
|
|
19
|
+
filter?: ApiTournamentGetFilterParameter;
|
|
19
20
|
}
|
|
20
21
|
export interface ApiTournamentPadelIdDeleteRequest {
|
|
21
22
|
id: string;
|
|
@@ -90,6 +90,9 @@ export class TournamentApi extends runtime.BaseAPI {
|
|
|
90
90
|
if (requestParameters['pageSize'] != null) {
|
|
91
91
|
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
92
92
|
}
|
|
93
|
+
if (requestParameters['userId'] != null) {
|
|
94
|
+
queryParameters['user_id'] = requestParameters['userId'];
|
|
95
|
+
}
|
|
93
96
|
if (requestParameters['sort'] != null) {
|
|
94
97
|
queryParameters['sort'] = requestParameters['sort'];
|
|
95
98
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { ApiPadelMatchesGetFilterParameterName } from './ApiPadelMatchesGetFilterParameterName';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiTournamentGetFilterParameter
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiTournamentGetFilterParameter {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
22
|
+
* @memberof ApiTournamentGetFilterParameter
|
|
23
|
+
*/
|
|
24
|
+
title?: ApiPadelMatchesGetFilterParameterName;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
28
|
+
* @memberof ApiTournamentGetFilterParameter
|
|
29
|
+
*/
|
|
30
|
+
gameType?: ApiPadelMatchesGetFilterParameterName;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
34
|
+
* @memberof ApiTournamentGetFilterParameter
|
|
35
|
+
*/
|
|
36
|
+
userId?: ApiPadelMatchesGetFilterParameterName;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ApiTournamentGetFilterParameter interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfApiTournamentGetFilterParameter(value: object): value is ApiTournamentGetFilterParameter;
|
|
42
|
+
export declare function ApiTournamentGetFilterParameterFromJSON(json: any): ApiTournamentGetFilterParameter;
|
|
43
|
+
export declare function ApiTournamentGetFilterParameterFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiTournamentGetFilterParameter;
|
|
44
|
+
export declare function ApiTournamentGetFilterParameterToJSON(json: any): ApiTournamentGetFilterParameter;
|
|
45
|
+
export declare function ApiTournamentGetFilterParameterToJSONTyped(value?: ApiTournamentGetFilterParameter | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* DRX API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { ApiPadelMatchesGetFilterParameterNameFromJSON, ApiPadelMatchesGetFilterParameterNameToJSON, } from './ApiPadelMatchesGetFilterParameterName';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ApiTournamentGetFilterParameter interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfApiTournamentGetFilterParameter(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function ApiTournamentGetFilterParameterFromJSON(json) {
|
|
22
|
+
return ApiTournamentGetFilterParameterFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function ApiTournamentGetFilterParameterFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'title': json['title'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['title']),
|
|
30
|
+
'gameType': json['game_type'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['game_type']),
|
|
31
|
+
'userId': json['user_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['user_id']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function ApiTournamentGetFilterParameterToJSON(json) {
|
|
35
|
+
return ApiTournamentGetFilterParameterToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function ApiTournamentGetFilterParameterToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'title': ApiPadelMatchesGetFilterParameterNameToJSON(value['title']),
|
|
43
|
+
'game_type': ApiPadelMatchesGetFilterParameterNameToJSON(value['gameType']),
|
|
44
|
+
'user_id': ApiPadelMatchesGetFilterParameterNameToJSON(value['userId']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner } from './ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -30,10 +30,10 @@ export interface ApiTournamentPadelLeaderboardIdGet200Response {
|
|
|
30
30
|
message: string;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {Array<ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner>}
|
|
34
34
|
* @memberof ApiTournamentPadelLeaderboardIdGet200Response
|
|
35
35
|
*/
|
|
36
|
-
responseObject?:
|
|
36
|
+
responseObject?: Array<ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {number}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
import {
|
|
14
|
+
import { ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFromJSON, ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerToJSON, } from './ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner';
|
|
15
15
|
/**
|
|
16
16
|
* Check if a given object implements the ApiTournamentPadelLeaderboardIdGet200Response interface.
|
|
17
17
|
*/
|
|
@@ -34,7 +34,7 @@ export function ApiTournamentPadelLeaderboardIdGet200ResponseFromJSONTyped(json,
|
|
|
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 : (json['responseObject'].map(ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFromJSON)),
|
|
38
38
|
'statusCode': json['statusCode'],
|
|
39
39
|
};
|
|
40
40
|
}
|
|
@@ -48,7 +48,7 @@ export function ApiTournamentPadelLeaderboardIdGet200ResponseToJSONTyped(value,
|
|
|
48
48
|
return {
|
|
49
49
|
'success': value['success'],
|
|
50
50
|
'message': value['message'],
|
|
51
|
-
'responseObject':
|
|
51
|
+
'responseObject': value['responseObject'] == null ? undefined : (value['responseObject'].map(ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerToJSON)),
|
|
52
52
|
'statusCode': value['statusCode'],
|
|
53
53
|
};
|
|
54
54
|
}
|
|
@@ -9,49 +9,49 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores } from './ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
21
|
* @type {number}
|
|
22
|
-
* @memberof
|
|
22
|
+
* @memberof ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner
|
|
23
23
|
*/
|
|
24
24
|
id: number;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {string}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner
|
|
29
29
|
*/
|
|
30
30
|
name: string;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {number}
|
|
34
|
-
* @memberof
|
|
34
|
+
* @memberof ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner
|
|
35
35
|
*/
|
|
36
36
|
tournamentId: number;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {string}
|
|
40
|
-
* @memberof
|
|
40
|
+
* @memberof ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner
|
|
41
41
|
*/
|
|
42
42
|
gender: string | null;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
46
|
-
* @memberof
|
|
45
|
+
* @type {ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores}
|
|
46
|
+
* @memberof ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner
|
|
47
47
|
*/
|
|
48
|
-
finalScores:
|
|
48
|
+
finalScores: ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFinalScores | null;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* Check if a given object implements the
|
|
51
|
+
* Check if a given object implements the ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner interface.
|
|
52
52
|
*/
|
|
53
|
-
export declare function
|
|
54
|
-
export declare function
|
|
55
|
-
export declare function
|
|
56
|
-
export declare function
|
|
57
|
-
export declare function
|
|
53
|
+
export declare function instanceOfApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner(value: object): value is ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner;
|
|
54
|
+
export declare function ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFromJSON(json: any): ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner;
|
|
55
|
+
export declare function ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner;
|
|
56
|
+
export declare function ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerToJSON(json: any): ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner;
|
|
57
|
+
export declare function ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInnerToJSONTyped(value?: ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectInner | null, ignoreDiscriminator?: boolean): any;
|