@drxsuperapp/sdk 1.1.8 → 1.1.10
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 +13 -0
- package/api.ts +553 -0
- package/deploy.log +47 -15
- package/dist/api.d.ts +469 -0
- package/dist/api.js +172 -0
- package/docs/ApiHealthCheckGet200Response.md +26 -0
- package/docs/ApiNewsIdGet200ResponseResponseObject.md +2 -0
- package/docs/ApiPadelMatchesGet200Response.md +48 -0
- package/docs/ApiPadelMatchesGet200ResponseInner.md +48 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerPlayers.md +22 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.md +26 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerScoreInner.md +22 -0
- package/docs/ApiPadelMatchesGet200ResponsePlayers.md +22 -0
- package/docs/ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md +26 -0
- package/docs/ApiPadelMatchesGet200ResponseScoreInner.md +22 -0
- package/docs/ApiPadelMatchesGet200ResponseSets.md +26 -0
- package/docs/ApiPadelMatchesGet200ResponseSetsSetsInner.md +22 -0
- package/docs/ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner.md +24 -0
- package/docs/ApiPadelMatchesGet200ResponseStats.md +32 -0
- package/docs/ApiPadelMatchesGet200ResponseStatsConnections.md +20 -0
- package/docs/ApiPadelMatchesGet200ResponseStatsMatchValue.md +22 -0
- package/docs/HealthCheckApi.md +51 -0
- package/docs/PadelApi.md +51 -0
- package/package.json +1 -1
package/deploy.log
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
[main] INFO o.o.codegen.DefaultGenerator - Generator 'typescript-axios' is considered stable.
|
|
4
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
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] 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).
|
|
6
7
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_examples_get_200_response_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_examples_get_200_response_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_examples_get_200_response_inner=NewModel,ModelA=NewModelA in CLI).
|
|
7
8
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_examples_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_examples_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_examples_post_request=NewModel,ModelA=NewModelA in CLI).
|
|
8
9
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_examples__id__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_examples__id__put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_examples__id__put_request=NewModel,ModelA=NewModelA in CLI).
|
|
@@ -13,11 +14,22 @@
|
|
|
13
14
|
[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).
|
|
14
15
|
[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).
|
|
15
16
|
[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).
|
|
17
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_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_score_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_score_inner=NewModel,ModelA=NewModelA in CLI).
|
|
18
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_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_players_team_1_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_players_team_1_inner=NewModel,ModelA=NewModelA in CLI).
|
|
19
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_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_players=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_players=NewModel,ModelA=NewModelA in CLI).
|
|
20
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_stats_match_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_get_200_response_stats_match_value=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_stats_match_value=NewModel,ModelA=NewModelA in CLI).
|
|
21
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_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_get_200_response_stats_connections=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_stats_connections=NewModel,ModelA=NewModelA in CLI).
|
|
22
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_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_get_200_response_stats=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_stats=NewModel,ModelA=NewModelA in CLI).
|
|
23
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_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_get_200_response_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI).
|
|
24
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_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_get_200_response_sets_sets_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_sets_sets_inner=NewModel,ModelA=NewModelA in CLI).
|
|
25
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_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_get_200_response_sets=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_sets=NewModel,ModelA=NewModelA in CLI).
|
|
26
|
+
[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).
|
|
16
27
|
[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/]
|
|
17
28
|
[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/]
|
|
18
29
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesGet200ResponseInner.md
|
|
19
30
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesIdPutRequest.md
|
|
20
31
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesPostRequest.md
|
|
32
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiHealthCheckGet200Response.md
|
|
21
33
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200Response.md
|
|
22
34
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200ResponseResponseObject.md
|
|
23
35
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200ResponseResponseObjectItemsInner.md
|
|
@@ -25,6 +37,17 @@
|
|
|
25
37
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObject.md
|
|
26
38
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md
|
|
27
39
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md
|
|
40
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200Response.md
|
|
41
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponsePlayers.md
|
|
42
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md
|
|
43
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseScoreInner.md
|
|
44
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseSets.md
|
|
45
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseSetsSetsInner.md
|
|
46
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner.md
|
|
47
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseStats.md
|
|
48
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseStatsConnections.md
|
|
49
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseStatsMatchValue.md
|
|
50
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/healthCheck. Renamed to auto-generated operationId: apiHealthCheckGet
|
|
28
51
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples. Renamed to auto-generated operationId: apiExamplesGet
|
|
29
52
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/examples. Renamed to auto-generated operationId: apiExamplesPost
|
|
30
53
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples/{id}. Renamed to auto-generated operationId: apiExamplesIdGet
|
|
@@ -32,11 +55,16 @@
|
|
|
32
55
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/examples/{id}. Renamed to auto-generated operationId: apiExamplesIdDelete
|
|
33
56
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news. Renamed to auto-generated operationId: apiNewsGet
|
|
34
57
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/{id}. Renamed to auto-generated operationId: apiNewsIdGet
|
|
58
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/matches. Renamed to auto-generated operationId: apiPadelMatchesGet
|
|
35
59
|
[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/]
|
|
36
60
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ExampleApi.md
|
|
37
61
|
[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/]
|
|
62
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/HealthCheckApi.md
|
|
63
|
+
[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/]
|
|
38
64
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/NewsApi.md
|
|
39
65
|
[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/]
|
|
66
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/PadelApi.md
|
|
67
|
+
[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/]
|
|
40
68
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./index.ts
|
|
41
69
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./base.ts
|
|
42
70
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./common.ts
|
|
@@ -54,16 +82,20 @@
|
|
|
54
82
|
# https://opencollective.com/openapi_generator/donate #
|
|
55
83
|
################################################################################
|
|
56
84
|
✅ SDK generated
|
|
57
|
-
[master
|
|
58
|
-
|
|
59
|
-
create mode 100644 docs/
|
|
60
|
-
create mode 100644 docs/
|
|
61
|
-
create mode 100644 docs/
|
|
62
|
-
create mode 100644 docs/
|
|
63
|
-
create mode 100644 docs/
|
|
64
|
-
create mode 100644 docs/
|
|
65
|
-
create mode 100644 docs/
|
|
66
|
-
create mode 100644 docs/
|
|
85
|
+
[master 31aa028] VPS: Generated API SDK
|
|
86
|
+
16 files changed, 703 insertions(+), 62 deletions(-)
|
|
87
|
+
create mode 100644 docs/ApiHealthCheckGet200Response.md
|
|
88
|
+
create mode 100644 docs/ApiPadelMatchesGet200Response.md
|
|
89
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponsePlayers.md
|
|
90
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md
|
|
91
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseScoreInner.md
|
|
92
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseSets.md
|
|
93
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseSetsSetsInner.md
|
|
94
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner.md
|
|
95
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseStats.md
|
|
96
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseStatsConnections.md
|
|
97
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseStatsMatchValue.md
|
|
98
|
+
create mode 100644 docs/HealthCheckApi.md
|
|
67
99
|
remote:
|
|
68
100
|
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
69
101
|
remote:
|
|
@@ -73,9 +105,9 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
|
73
105
|
remote:
|
|
74
106
|
remote:
|
|
75
107
|
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
76
|
-
|
|
108
|
+
4655c98..31aa028 master -> master
|
|
77
109
|
✅ Changes committed and pushed
|
|
78
|
-
v1.1.
|
|
110
|
+
v1.1.10
|
|
79
111
|
remote:
|
|
80
112
|
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
81
113
|
remote:
|
|
@@ -85,13 +117,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
|
85
117
|
remote:
|
|
86
118
|
remote:
|
|
87
119
|
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
88
|
-
|
|
120
|
+
31aa028..426a09c master -> master
|
|
89
121
|
✅ Version bumped
|
|
90
122
|
|
|
91
|
-
> @drxsuperapp/sdk@1.1.
|
|
123
|
+
> @drxsuperapp/sdk@1.1.10 prepublishOnly
|
|
92
124
|
> npm run build
|
|
93
125
|
|
|
94
126
|
|
|
95
|
-
> @drxsuperapp/sdk@1.1.
|
|
127
|
+
> @drxsuperapp/sdk@1.1.10 build
|
|
96
128
|
> tsc
|
|
97
129
|
|
package/dist/api.d.ts
CHANGED
|
@@ -88,6 +88,37 @@ export interface ApiExamplesPostRequest {
|
|
|
88
88
|
*/
|
|
89
89
|
'email': string;
|
|
90
90
|
}
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @export
|
|
94
|
+
* @interface ApiHealthCheckGet200Response
|
|
95
|
+
*/
|
|
96
|
+
export interface ApiHealthCheckGet200Response {
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {boolean}
|
|
100
|
+
* @memberof ApiHealthCheckGet200Response
|
|
101
|
+
*/
|
|
102
|
+
'success': boolean;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @type {string}
|
|
106
|
+
* @memberof ApiHealthCheckGet200Response
|
|
107
|
+
*/
|
|
108
|
+
'message': string;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {any}
|
|
112
|
+
* @memberof ApiHealthCheckGet200Response
|
|
113
|
+
*/
|
|
114
|
+
'responseObject'?: any | null;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {number}
|
|
118
|
+
* @memberof ApiHealthCheckGet200Response
|
|
119
|
+
*/
|
|
120
|
+
'statusCode': number;
|
|
121
|
+
}
|
|
91
122
|
/**
|
|
92
123
|
*
|
|
93
124
|
* @export
|
|
@@ -308,6 +339,12 @@ export interface ApiNewsIdGet200ResponseResponseObject {
|
|
|
308
339
|
* @memberof ApiNewsIdGet200ResponseResponseObject
|
|
309
340
|
*/
|
|
310
341
|
'leagues': Array<ApiNewsIdGet200ResponseResponseObjectLeaguesInner>;
|
|
342
|
+
/**
|
|
343
|
+
*
|
|
344
|
+
* @type {Array<ApiNewsGet200ResponseResponseObjectItemsInner>}
|
|
345
|
+
* @memberof ApiNewsIdGet200ResponseResponseObject
|
|
346
|
+
*/
|
|
347
|
+
'relatedNews': Array<ApiNewsGet200ResponseResponseObjectItemsInner>;
|
|
311
348
|
}
|
|
312
349
|
/**
|
|
313
350
|
*
|
|
@@ -347,6 +384,336 @@ export interface ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague {
|
|
|
347
384
|
*/
|
|
348
385
|
'abbreviation': string | null;
|
|
349
386
|
}
|
|
387
|
+
/**
|
|
388
|
+
*
|
|
389
|
+
* @export
|
|
390
|
+
* @interface ApiPadelMatchesGet200Response
|
|
391
|
+
*/
|
|
392
|
+
export interface ApiPadelMatchesGet200Response {
|
|
393
|
+
/**
|
|
394
|
+
*
|
|
395
|
+
* @type {number}
|
|
396
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
397
|
+
*/
|
|
398
|
+
'id': number;
|
|
399
|
+
/**
|
|
400
|
+
*
|
|
401
|
+
* @type {number}
|
|
402
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
403
|
+
*/
|
|
404
|
+
'tournamentId': number;
|
|
405
|
+
/**
|
|
406
|
+
*
|
|
407
|
+
* @type {string}
|
|
408
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
409
|
+
*/
|
|
410
|
+
'name': string;
|
|
411
|
+
/**
|
|
412
|
+
*
|
|
413
|
+
* @type {number}
|
|
414
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
415
|
+
*/
|
|
416
|
+
'round': number;
|
|
417
|
+
/**
|
|
418
|
+
*
|
|
419
|
+
* @type {Array<ApiPadelMatchesGet200ResponseScoreInner>}
|
|
420
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
421
|
+
*/
|
|
422
|
+
'score': Array<ApiPadelMatchesGet200ResponseScoreInner>;
|
|
423
|
+
/**
|
|
424
|
+
*
|
|
425
|
+
* @type {ApiPadelMatchesGet200ResponsePlayers}
|
|
426
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
427
|
+
*/
|
|
428
|
+
'players': ApiPadelMatchesGet200ResponsePlayers;
|
|
429
|
+
/**
|
|
430
|
+
*
|
|
431
|
+
* @type {string}
|
|
432
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
433
|
+
*/
|
|
434
|
+
'playedAt': string;
|
|
435
|
+
/**
|
|
436
|
+
*
|
|
437
|
+
* @type {string}
|
|
438
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
439
|
+
*/
|
|
440
|
+
'status': string;
|
|
441
|
+
/**
|
|
442
|
+
*
|
|
443
|
+
* @type {string}
|
|
444
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
445
|
+
*/
|
|
446
|
+
'category': string;
|
|
447
|
+
/**
|
|
448
|
+
*
|
|
449
|
+
* @type {string}
|
|
450
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
451
|
+
*/
|
|
452
|
+
'duration': string | null;
|
|
453
|
+
/**
|
|
454
|
+
*
|
|
455
|
+
* @type {string}
|
|
456
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
457
|
+
*/
|
|
458
|
+
'court': string | null;
|
|
459
|
+
/**
|
|
460
|
+
*
|
|
461
|
+
* @type {ApiPadelMatchesGet200ResponseStats}
|
|
462
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
463
|
+
*/
|
|
464
|
+
'stats': ApiPadelMatchesGet200ResponseStats;
|
|
465
|
+
/**
|
|
466
|
+
*
|
|
467
|
+
* @type {ApiPadelMatchesGet200ResponseSets}
|
|
468
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
469
|
+
*/
|
|
470
|
+
'sets': ApiPadelMatchesGet200ResponseSets;
|
|
471
|
+
/**
|
|
472
|
+
*
|
|
473
|
+
* @type {string}
|
|
474
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
475
|
+
*/
|
|
476
|
+
'createdAt': string;
|
|
477
|
+
/**
|
|
478
|
+
*
|
|
479
|
+
* @type {string}
|
|
480
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
481
|
+
*/
|
|
482
|
+
'updatedAt': string;
|
|
483
|
+
}
|
|
484
|
+
/**
|
|
485
|
+
*
|
|
486
|
+
* @export
|
|
487
|
+
* @interface ApiPadelMatchesGet200ResponsePlayers
|
|
488
|
+
*/
|
|
489
|
+
export interface ApiPadelMatchesGet200ResponsePlayers {
|
|
490
|
+
/**
|
|
491
|
+
*
|
|
492
|
+
* @type {Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>}
|
|
493
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayers
|
|
494
|
+
*/
|
|
495
|
+
'team_1': Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>;
|
|
496
|
+
/**
|
|
497
|
+
*
|
|
498
|
+
* @type {Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>}
|
|
499
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayers
|
|
500
|
+
*/
|
|
501
|
+
'team_2': Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>;
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
*
|
|
505
|
+
* @export
|
|
506
|
+
* @interface ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
507
|
+
*/
|
|
508
|
+
export interface ApiPadelMatchesGet200ResponsePlayersTeam1Inner {
|
|
509
|
+
/**
|
|
510
|
+
*
|
|
511
|
+
* @type {number}
|
|
512
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
513
|
+
*/
|
|
514
|
+
'id': number;
|
|
515
|
+
/**
|
|
516
|
+
*
|
|
517
|
+
* @type {string}
|
|
518
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
519
|
+
*/
|
|
520
|
+
'name': string;
|
|
521
|
+
/**
|
|
522
|
+
*
|
|
523
|
+
* @type {string}
|
|
524
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
525
|
+
*/
|
|
526
|
+
'self': string;
|
|
527
|
+
/**
|
|
528
|
+
*
|
|
529
|
+
* @type {string}
|
|
530
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
531
|
+
*/
|
|
532
|
+
'side': string;
|
|
533
|
+
}
|
|
534
|
+
/**
|
|
535
|
+
*
|
|
536
|
+
* @export
|
|
537
|
+
* @interface ApiPadelMatchesGet200ResponseScoreInner
|
|
538
|
+
*/
|
|
539
|
+
export interface ApiPadelMatchesGet200ResponseScoreInner {
|
|
540
|
+
/**
|
|
541
|
+
*
|
|
542
|
+
* @type {number}
|
|
543
|
+
* @memberof ApiPadelMatchesGet200ResponseScoreInner
|
|
544
|
+
*/
|
|
545
|
+
'team_1': number;
|
|
546
|
+
/**
|
|
547
|
+
*
|
|
548
|
+
* @type {number}
|
|
549
|
+
* @memberof ApiPadelMatchesGet200ResponseScoreInner
|
|
550
|
+
*/
|
|
551
|
+
'team_2': number;
|
|
552
|
+
}
|
|
553
|
+
/**
|
|
554
|
+
*
|
|
555
|
+
* @export
|
|
556
|
+
* @interface ApiPadelMatchesGet200ResponseSets
|
|
557
|
+
*/
|
|
558
|
+
export interface ApiPadelMatchesGet200ResponseSets {
|
|
559
|
+
/**
|
|
560
|
+
*
|
|
561
|
+
* @type {number}
|
|
562
|
+
* @memberof ApiPadelMatchesGet200ResponseSets
|
|
563
|
+
*/
|
|
564
|
+
'id': number;
|
|
565
|
+
/**
|
|
566
|
+
*
|
|
567
|
+
* @type {string}
|
|
568
|
+
* @memberof ApiPadelMatchesGet200ResponseSets
|
|
569
|
+
*/
|
|
570
|
+
'self': string;
|
|
571
|
+
/**
|
|
572
|
+
*
|
|
573
|
+
* @type {Array<ApiPadelMatchesGet200ResponseSetsSetsInner>}
|
|
574
|
+
* @memberof ApiPadelMatchesGet200ResponseSets
|
|
575
|
+
*/
|
|
576
|
+
'sets': Array<ApiPadelMatchesGet200ResponseSetsSetsInner>;
|
|
577
|
+
/**
|
|
578
|
+
*
|
|
579
|
+
* @type {ApiPadelMatchesGet200ResponseStatsConnections}
|
|
580
|
+
* @memberof ApiPadelMatchesGet200ResponseSets
|
|
581
|
+
*/
|
|
582
|
+
'connections': ApiPadelMatchesGet200ResponseStatsConnections;
|
|
583
|
+
}
|
|
584
|
+
/**
|
|
585
|
+
*
|
|
586
|
+
* @export
|
|
587
|
+
* @interface ApiPadelMatchesGet200ResponseSetsSetsInner
|
|
588
|
+
*/
|
|
589
|
+
export interface ApiPadelMatchesGet200ResponseSetsSetsInner {
|
|
590
|
+
/**
|
|
591
|
+
*
|
|
592
|
+
* @type {Array<ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner>}
|
|
593
|
+
* @memberof ApiPadelMatchesGet200ResponseSetsSetsInner
|
|
594
|
+
*/
|
|
595
|
+
'games': Array<ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner>;
|
|
596
|
+
/**
|
|
597
|
+
*
|
|
598
|
+
* @type {number}
|
|
599
|
+
* @memberof ApiPadelMatchesGet200ResponseSetsSetsInner
|
|
600
|
+
*/
|
|
601
|
+
'set_number': number;
|
|
602
|
+
}
|
|
603
|
+
/**
|
|
604
|
+
*
|
|
605
|
+
* @export
|
|
606
|
+
* @interface ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
|
|
607
|
+
*/
|
|
608
|
+
export interface ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner {
|
|
609
|
+
/**
|
|
610
|
+
*
|
|
611
|
+
* @type {Array<string>}
|
|
612
|
+
* @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
|
|
613
|
+
*/
|
|
614
|
+
'points': Array<string>;
|
|
615
|
+
/**
|
|
616
|
+
*
|
|
617
|
+
* @type {string}
|
|
618
|
+
* @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
|
|
619
|
+
*/
|
|
620
|
+
'game_score': string;
|
|
621
|
+
/**
|
|
622
|
+
*
|
|
623
|
+
* @type {number}
|
|
624
|
+
* @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
|
|
625
|
+
*/
|
|
626
|
+
'game_number': number;
|
|
627
|
+
}
|
|
628
|
+
/**
|
|
629
|
+
*
|
|
630
|
+
* @export
|
|
631
|
+
* @interface ApiPadelMatchesGet200ResponseStats
|
|
632
|
+
*/
|
|
633
|
+
export interface ApiPadelMatchesGet200ResponseStats {
|
|
634
|
+
/**
|
|
635
|
+
*
|
|
636
|
+
* @type {number}
|
|
637
|
+
* @memberof ApiPadelMatchesGet200ResponseStats
|
|
638
|
+
*/
|
|
639
|
+
'id': number;
|
|
640
|
+
/**
|
|
641
|
+
*
|
|
642
|
+
* @type {string}
|
|
643
|
+
* @memberof ApiPadelMatchesGet200ResponseStats
|
|
644
|
+
*/
|
|
645
|
+
'self': string;
|
|
646
|
+
/**
|
|
647
|
+
*
|
|
648
|
+
* @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
|
|
649
|
+
* @memberof ApiPadelMatchesGet200ResponseStats
|
|
650
|
+
*/
|
|
651
|
+
'match': {
|
|
652
|
+
[key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue;
|
|
653
|
+
};
|
|
654
|
+
/**
|
|
655
|
+
*
|
|
656
|
+
* @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
|
|
657
|
+
* @memberof ApiPadelMatchesGet200ResponseStats
|
|
658
|
+
*/
|
|
659
|
+
'set_1': {
|
|
660
|
+
[key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue;
|
|
661
|
+
};
|
|
662
|
+
/**
|
|
663
|
+
*
|
|
664
|
+
* @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
|
|
665
|
+
* @memberof ApiPadelMatchesGet200ResponseStats
|
|
666
|
+
*/
|
|
667
|
+
'set_2': {
|
|
668
|
+
[key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue;
|
|
669
|
+
};
|
|
670
|
+
/**
|
|
671
|
+
*
|
|
672
|
+
* @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
|
|
673
|
+
* @memberof ApiPadelMatchesGet200ResponseStats
|
|
674
|
+
*/
|
|
675
|
+
'set_3'?: {
|
|
676
|
+
[key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue;
|
|
677
|
+
};
|
|
678
|
+
/**
|
|
679
|
+
*
|
|
680
|
+
* @type {ApiPadelMatchesGet200ResponseStatsConnections}
|
|
681
|
+
* @memberof ApiPadelMatchesGet200ResponseStats
|
|
682
|
+
*/
|
|
683
|
+
'connections': ApiPadelMatchesGet200ResponseStatsConnections;
|
|
684
|
+
}
|
|
685
|
+
/**
|
|
686
|
+
*
|
|
687
|
+
* @export
|
|
688
|
+
* @interface ApiPadelMatchesGet200ResponseStatsConnections
|
|
689
|
+
*/
|
|
690
|
+
export interface ApiPadelMatchesGet200ResponseStatsConnections {
|
|
691
|
+
/**
|
|
692
|
+
*
|
|
693
|
+
* @type {string}
|
|
694
|
+
* @memberof ApiPadelMatchesGet200ResponseStatsConnections
|
|
695
|
+
*/
|
|
696
|
+
'match': string;
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
*
|
|
700
|
+
* @export
|
|
701
|
+
* @interface ApiPadelMatchesGet200ResponseStatsMatchValue
|
|
702
|
+
*/
|
|
703
|
+
export interface ApiPadelMatchesGet200ResponseStatsMatchValue {
|
|
704
|
+
/**
|
|
705
|
+
*
|
|
706
|
+
* @type {string}
|
|
707
|
+
* @memberof ApiPadelMatchesGet200ResponseStatsMatchValue
|
|
708
|
+
*/
|
|
709
|
+
'team_1': string;
|
|
710
|
+
/**
|
|
711
|
+
*
|
|
712
|
+
* @type {string}
|
|
713
|
+
* @memberof ApiPadelMatchesGet200ResponseStatsMatchValue
|
|
714
|
+
*/
|
|
715
|
+
'team_2': string;
|
|
716
|
+
}
|
|
350
717
|
/**
|
|
351
718
|
* ExampleApi - axios parameter creator
|
|
352
719
|
* @export
|
|
@@ -526,6 +893,57 @@ export declare class ExampleApi extends BaseAPI {
|
|
|
526
893
|
*/
|
|
527
894
|
apiExamplesPost(apiExamplesPostRequest?: ApiExamplesPostRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiExamplesGet200ResponseInner, any>>;
|
|
528
895
|
}
|
|
896
|
+
/**
|
|
897
|
+
* HealthCheckApi - axios parameter creator
|
|
898
|
+
* @export
|
|
899
|
+
*/
|
|
900
|
+
export declare const HealthCheckApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
901
|
+
/**
|
|
902
|
+
*
|
|
903
|
+
* @param {*} [options] Override http request option.
|
|
904
|
+
* @throws {RequiredError}
|
|
905
|
+
*/
|
|
906
|
+
apiHealthCheckGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
907
|
+
};
|
|
908
|
+
/**
|
|
909
|
+
* HealthCheckApi - functional programming interface
|
|
910
|
+
* @export
|
|
911
|
+
*/
|
|
912
|
+
export declare const HealthCheckApiFp: (configuration?: Configuration) => {
|
|
913
|
+
/**
|
|
914
|
+
*
|
|
915
|
+
* @param {*} [options] Override http request option.
|
|
916
|
+
* @throws {RequiredError}
|
|
917
|
+
*/
|
|
918
|
+
apiHealthCheckGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiHealthCheckGet200Response>>;
|
|
919
|
+
};
|
|
920
|
+
/**
|
|
921
|
+
* HealthCheckApi - factory interface
|
|
922
|
+
* @export
|
|
923
|
+
*/
|
|
924
|
+
export declare const HealthCheckApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
925
|
+
/**
|
|
926
|
+
*
|
|
927
|
+
* @param {*} [options] Override http request option.
|
|
928
|
+
* @throws {RequiredError}
|
|
929
|
+
*/
|
|
930
|
+
apiHealthCheckGet(options?: RawAxiosRequestConfig): AxiosPromise<ApiHealthCheckGet200Response>;
|
|
931
|
+
};
|
|
932
|
+
/**
|
|
933
|
+
* HealthCheckApi - object-oriented interface
|
|
934
|
+
* @export
|
|
935
|
+
* @class HealthCheckApi
|
|
936
|
+
* @extends {BaseAPI}
|
|
937
|
+
*/
|
|
938
|
+
export declare class HealthCheckApi extends BaseAPI {
|
|
939
|
+
/**
|
|
940
|
+
*
|
|
941
|
+
* @param {*} [options] Override http request option.
|
|
942
|
+
* @throws {RequiredError}
|
|
943
|
+
* @memberof HealthCheckApi
|
|
944
|
+
*/
|
|
945
|
+
apiHealthCheckGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiHealthCheckGet200Response, any>>;
|
|
946
|
+
}
|
|
529
947
|
/**
|
|
530
948
|
* NewsApi - axios parameter creator
|
|
531
949
|
* @export
|
|
@@ -622,3 +1040,54 @@ export declare class NewsApi extends BaseAPI {
|
|
|
622
1040
|
*/
|
|
623
1041
|
apiNewsIdGet(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiNewsIdGet200Response, any>>;
|
|
624
1042
|
}
|
|
1043
|
+
/**
|
|
1044
|
+
* PadelApi - axios parameter creator
|
|
1045
|
+
* @export
|
|
1046
|
+
*/
|
|
1047
|
+
export declare const PadelApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1048
|
+
/**
|
|
1049
|
+
*
|
|
1050
|
+
* @param {*} [options] Override http request option.
|
|
1051
|
+
* @throws {RequiredError}
|
|
1052
|
+
*/
|
|
1053
|
+
apiPadelMatchesGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1054
|
+
};
|
|
1055
|
+
/**
|
|
1056
|
+
* PadelApi - functional programming interface
|
|
1057
|
+
* @export
|
|
1058
|
+
*/
|
|
1059
|
+
export declare const PadelApiFp: (configuration?: Configuration) => {
|
|
1060
|
+
/**
|
|
1061
|
+
*
|
|
1062
|
+
* @param {*} [options] Override http request option.
|
|
1063
|
+
* @throws {RequiredError}
|
|
1064
|
+
*/
|
|
1065
|
+
apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiPadelMatchesGet200Response>>;
|
|
1066
|
+
};
|
|
1067
|
+
/**
|
|
1068
|
+
* PadelApi - factory interface
|
|
1069
|
+
* @export
|
|
1070
|
+
*/
|
|
1071
|
+
export declare const PadelApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1072
|
+
/**
|
|
1073
|
+
*
|
|
1074
|
+
* @param {*} [options] Override http request option.
|
|
1075
|
+
* @throws {RequiredError}
|
|
1076
|
+
*/
|
|
1077
|
+
apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<ApiPadelMatchesGet200Response>;
|
|
1078
|
+
};
|
|
1079
|
+
/**
|
|
1080
|
+
* PadelApi - object-oriented interface
|
|
1081
|
+
* @export
|
|
1082
|
+
* @class PadelApi
|
|
1083
|
+
* @extends {BaseAPI}
|
|
1084
|
+
*/
|
|
1085
|
+
export declare class PadelApi extends BaseAPI {
|
|
1086
|
+
/**
|
|
1087
|
+
*
|
|
1088
|
+
* @param {*} [options] Override http request option.
|
|
1089
|
+
* @throws {RequiredError}
|
|
1090
|
+
* @memberof PadelApi
|
|
1091
|
+
*/
|
|
1092
|
+
apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiPadelMatchesGet200Response, any>>;
|
|
1093
|
+
}
|