@drxsuperapp/sdk 1.1.9 → 1.1.11
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 +12 -4
- package/api.ts +346 -56
- package/deploy.log +34 -29
- package/dist/api.d.ts +309 -57
- package/dist/api.js +86 -0
- package/docs/ApiHealthCheckGet200Response.md +26 -0
- package/docs/ApiNewsIdGet200ResponseResponseObject.md +2 -0
- package/docs/ApiPadelMatchesGet200Response.md +48 -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 +2 -2
- 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,15 +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).
|
|
16
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
17
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
18
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
19
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
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).
|
|
20
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/]
|
|
21
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/]
|
|
22
29
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesGet200ResponseInner.md
|
|
23
30
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesIdPutRequest.md
|
|
24
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
|
|
25
33
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200Response.md
|
|
26
34
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200ResponseResponseObject.md
|
|
27
35
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200ResponseResponseObjectItemsInner.md
|
|
@@ -29,10 +37,17 @@
|
|
|
29
37
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObject.md
|
|
30
38
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md
|
|
31
39
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md
|
|
32
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/
|
|
33
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/
|
|
34
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/
|
|
35
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/
|
|
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
|
|
36
51
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples. Renamed to auto-generated operationId: apiExamplesGet
|
|
37
52
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/examples. Renamed to auto-generated operationId: apiExamplesPost
|
|
38
53
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples/{id}. Renamed to auto-generated operationId: apiExamplesIdGet
|
|
@@ -44,6 +59,8 @@
|
|
|
44
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/]
|
|
45
60
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ExampleApi.md
|
|
46
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/]
|
|
47
64
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/NewsApi.md
|
|
48
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/]
|
|
49
66
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/PadelApi.md
|
|
@@ -65,25 +82,13 @@
|
|
|
65
82
|
# https://opencollective.com/openapi_generator/donate #
|
|
66
83
|
################################################################################
|
|
67
84
|
✅ SDK generated
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerScoreInner.md
|
|
74
|
-
create mode 100644 docs/PadelApi.md
|
|
75
|
-
remote:
|
|
76
|
-
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
77
|
-
remote:
|
|
78
|
-
remote: Please update your Git remote:
|
|
79
|
-
remote:
|
|
80
|
-
remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
81
|
-
remote:
|
|
82
|
-
remote:
|
|
83
|
-
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
84
|
-
beb1f07..2906fdd master -> master
|
|
85
|
+
On branch master
|
|
86
|
+
Your branch is up to date with 'origin/master'.
|
|
87
|
+
|
|
88
|
+
nothing to commit, working tree clean
|
|
89
|
+
Everything up-to-date
|
|
85
90
|
✅ Changes committed and pushed
|
|
86
|
-
v1.1.
|
|
91
|
+
v1.1.11
|
|
87
92
|
remote:
|
|
88
93
|
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
89
94
|
remote:
|
|
@@ -93,13 +98,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
|
93
98
|
remote:
|
|
94
99
|
remote:
|
|
95
100
|
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
96
|
-
|
|
101
|
+
426a09c..244fc9c master -> master
|
|
97
102
|
✅ Version bumped
|
|
98
103
|
|
|
99
|
-
> @drxsuperapp/sdk@1.1.
|
|
104
|
+
> @drxsuperapp/sdk@1.1.11 prepublishOnly
|
|
100
105
|
> npm run build
|
|
101
106
|
|
|
102
107
|
|
|
103
|
-
> @drxsuperapp/sdk@1.1.
|
|
108
|
+
> @drxsuperapp/sdk@1.1.11 build
|
|
104
109
|
> tsc
|
|
105
110
|
|
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
|
*
|
|
@@ -350,169 +387,333 @@ export interface ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague {
|
|
|
350
387
|
/**
|
|
351
388
|
*
|
|
352
389
|
* @export
|
|
353
|
-
* @interface
|
|
390
|
+
* @interface ApiPadelMatchesGet200Response
|
|
354
391
|
*/
|
|
355
|
-
export interface
|
|
392
|
+
export interface ApiPadelMatchesGet200Response {
|
|
356
393
|
/**
|
|
357
394
|
*
|
|
358
395
|
* @type {number}
|
|
359
|
-
* @memberof
|
|
396
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
360
397
|
*/
|
|
361
398
|
'id': number;
|
|
362
399
|
/**
|
|
363
400
|
*
|
|
364
401
|
* @type {number}
|
|
365
|
-
* @memberof
|
|
402
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
366
403
|
*/
|
|
367
404
|
'tournamentId': number;
|
|
368
405
|
/**
|
|
369
406
|
*
|
|
370
407
|
* @type {string}
|
|
371
|
-
* @memberof
|
|
408
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
372
409
|
*/
|
|
373
|
-
'
|
|
410
|
+
'name': string;
|
|
374
411
|
/**
|
|
375
412
|
*
|
|
376
|
-
* @type {
|
|
377
|
-
* @memberof
|
|
413
|
+
* @type {number}
|
|
414
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
378
415
|
*/
|
|
379
|
-
'
|
|
416
|
+
'round': number;
|
|
380
417
|
/**
|
|
381
418
|
*
|
|
382
|
-
* @type {
|
|
383
|
-
* @memberof
|
|
419
|
+
* @type {Array<ApiPadelMatchesGet200ResponseScoreInner>}
|
|
420
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
384
421
|
*/
|
|
385
|
-
'
|
|
422
|
+
'score': Array<ApiPadelMatchesGet200ResponseScoreInner>;
|
|
386
423
|
/**
|
|
387
424
|
*
|
|
388
|
-
* @type {
|
|
389
|
-
* @memberof
|
|
425
|
+
* @type {ApiPadelMatchesGet200ResponsePlayers}
|
|
426
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
390
427
|
*/
|
|
391
|
-
'
|
|
428
|
+
'players': ApiPadelMatchesGet200ResponsePlayers;
|
|
392
429
|
/**
|
|
393
430
|
*
|
|
394
431
|
* @type {string}
|
|
395
|
-
* @memberof
|
|
432
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
396
433
|
*/
|
|
397
|
-
'
|
|
434
|
+
'playedAt': string;
|
|
398
435
|
/**
|
|
399
436
|
*
|
|
400
|
-
* @type {
|
|
401
|
-
* @memberof
|
|
437
|
+
* @type {string}
|
|
438
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
402
439
|
*/
|
|
403
|
-
'
|
|
440
|
+
'status': string;
|
|
404
441
|
/**
|
|
405
442
|
*
|
|
406
|
-
* @type {
|
|
407
|
-
* @memberof
|
|
443
|
+
* @type {string}
|
|
444
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
408
445
|
*/
|
|
409
|
-
'
|
|
446
|
+
'category': string;
|
|
410
447
|
/**
|
|
411
448
|
*
|
|
412
|
-
* @type {
|
|
413
|
-
* @memberof
|
|
449
|
+
* @type {string}
|
|
450
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
414
451
|
*/
|
|
415
|
-
'
|
|
452
|
+
'duration': string | null;
|
|
416
453
|
/**
|
|
417
454
|
*
|
|
418
455
|
* @type {string}
|
|
419
|
-
* @memberof
|
|
456
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
420
457
|
*/
|
|
421
|
-
'
|
|
458
|
+
'court': string | null;
|
|
422
459
|
/**
|
|
423
460
|
*
|
|
424
|
-
* @type {
|
|
425
|
-
* @memberof
|
|
461
|
+
* @type {ApiPadelMatchesGet200ResponseStats}
|
|
462
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
426
463
|
*/
|
|
427
|
-
'
|
|
464
|
+
'stats': ApiPadelMatchesGet200ResponseStats;
|
|
428
465
|
/**
|
|
429
466
|
*
|
|
430
|
-
* @type {
|
|
431
|
-
* @memberof
|
|
467
|
+
* @type {ApiPadelMatchesGet200ResponseSets}
|
|
468
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
432
469
|
*/
|
|
433
|
-
'
|
|
470
|
+
'sets': ApiPadelMatchesGet200ResponseSets;
|
|
434
471
|
/**
|
|
435
472
|
*
|
|
436
473
|
* @type {string}
|
|
437
|
-
* @memberof
|
|
474
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
438
475
|
*/
|
|
439
476
|
'createdAt': string;
|
|
440
477
|
/**
|
|
441
478
|
*
|
|
442
479
|
* @type {string}
|
|
443
|
-
* @memberof
|
|
480
|
+
* @memberof ApiPadelMatchesGet200Response
|
|
444
481
|
*/
|
|
445
482
|
'updatedAt': string;
|
|
446
483
|
}
|
|
447
484
|
/**
|
|
448
485
|
*
|
|
449
486
|
* @export
|
|
450
|
-
* @interface
|
|
487
|
+
* @interface ApiPadelMatchesGet200ResponsePlayers
|
|
451
488
|
*/
|
|
452
|
-
export interface
|
|
489
|
+
export interface ApiPadelMatchesGet200ResponsePlayers {
|
|
453
490
|
/**
|
|
454
491
|
*
|
|
455
|
-
* @type {Array<
|
|
456
|
-
* @memberof
|
|
492
|
+
* @type {Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>}
|
|
493
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayers
|
|
457
494
|
*/
|
|
458
|
-
'team_1': Array<
|
|
495
|
+
'team_1': Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>;
|
|
459
496
|
/**
|
|
460
497
|
*
|
|
461
|
-
* @type {Array<
|
|
462
|
-
* @memberof
|
|
498
|
+
* @type {Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>}
|
|
499
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayers
|
|
463
500
|
*/
|
|
464
|
-
'team_2': Array<
|
|
501
|
+
'team_2': Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>;
|
|
465
502
|
}
|
|
466
503
|
/**
|
|
467
504
|
*
|
|
468
505
|
* @export
|
|
469
|
-
* @interface
|
|
506
|
+
* @interface ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
470
507
|
*/
|
|
471
|
-
export interface
|
|
508
|
+
export interface ApiPadelMatchesGet200ResponsePlayersTeam1Inner {
|
|
472
509
|
/**
|
|
473
510
|
*
|
|
474
511
|
* @type {number}
|
|
475
|
-
* @memberof
|
|
512
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
476
513
|
*/
|
|
477
514
|
'id': number;
|
|
478
515
|
/**
|
|
479
516
|
*
|
|
480
517
|
* @type {string}
|
|
481
|
-
* @memberof
|
|
518
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
482
519
|
*/
|
|
483
520
|
'name': string;
|
|
484
521
|
/**
|
|
485
522
|
*
|
|
486
523
|
* @type {string}
|
|
487
|
-
* @memberof
|
|
524
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
488
525
|
*/
|
|
489
526
|
'self': string;
|
|
490
527
|
/**
|
|
491
528
|
*
|
|
492
529
|
* @type {string}
|
|
493
|
-
* @memberof
|
|
530
|
+
* @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
|
|
494
531
|
*/
|
|
495
532
|
'side': string;
|
|
496
533
|
}
|
|
497
534
|
/**
|
|
498
535
|
*
|
|
499
536
|
* @export
|
|
500
|
-
* @interface
|
|
537
|
+
* @interface ApiPadelMatchesGet200ResponseScoreInner
|
|
501
538
|
*/
|
|
502
|
-
export interface
|
|
539
|
+
export interface ApiPadelMatchesGet200ResponseScoreInner {
|
|
503
540
|
/**
|
|
504
541
|
*
|
|
505
542
|
* @type {number}
|
|
506
|
-
* @memberof
|
|
543
|
+
* @memberof ApiPadelMatchesGet200ResponseScoreInner
|
|
507
544
|
*/
|
|
508
545
|
'team_1': number;
|
|
509
546
|
/**
|
|
510
547
|
*
|
|
511
548
|
* @type {number}
|
|
512
|
-
* @memberof
|
|
549
|
+
* @memberof ApiPadelMatchesGet200ResponseScoreInner
|
|
513
550
|
*/
|
|
514
551
|
'team_2': number;
|
|
515
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
|
+
}
|
|
516
717
|
/**
|
|
517
718
|
* ExampleApi - axios parameter creator
|
|
518
719
|
* @export
|
|
@@ -692,6 +893,57 @@ export declare class ExampleApi extends BaseAPI {
|
|
|
692
893
|
*/
|
|
693
894
|
apiExamplesPost(apiExamplesPostRequest?: ApiExamplesPostRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiExamplesGet200ResponseInner, any>>;
|
|
694
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
|
+
}
|
|
695
947
|
/**
|
|
696
948
|
* NewsApi - axios parameter creator
|
|
697
949
|
* @export
|
|
@@ -810,7 +1062,7 @@ export declare const PadelApiFp: (configuration?: Configuration) => {
|
|
|
810
1062
|
* @param {*} [options] Override http request option.
|
|
811
1063
|
* @throws {RequiredError}
|
|
812
1064
|
*/
|
|
813
|
-
apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
1065
|
+
apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiPadelMatchesGet200Response>>;
|
|
814
1066
|
};
|
|
815
1067
|
/**
|
|
816
1068
|
* PadelApi - factory interface
|
|
@@ -822,7 +1074,7 @@ export declare const PadelApiFactory: (configuration?: Configuration, basePath?:
|
|
|
822
1074
|
* @param {*} [options] Override http request option.
|
|
823
1075
|
* @throws {RequiredError}
|
|
824
1076
|
*/
|
|
825
|
-
apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
1077
|
+
apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<ApiPadelMatchesGet200Response>;
|
|
826
1078
|
};
|
|
827
1079
|
/**
|
|
828
1080
|
* PadelApi - object-oriented interface
|
|
@@ -837,5 +1089,5 @@ export declare class PadelApi extends BaseAPI {
|
|
|
837
1089
|
* @throws {RequiredError}
|
|
838
1090
|
* @memberof PadelApi
|
|
839
1091
|
*/
|
|
840
|
-
apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
1092
|
+
apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiPadelMatchesGet200Response, any>>;
|
|
841
1093
|
}
|