@drxsuperapp/sdk 1.1.20 → 1.1.22

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.
Files changed (37) hide show
  1. package/deploy.log +4 -4
  2. package/package.json +1 -1
  3. package/docs/ApiExamplesGet200ResponseInner.md +0 -28
  4. package/docs/ApiExamplesIdPutRequest.md +0 -22
  5. package/docs/ApiExamplesPostRequest.md +0 -22
  6. package/docs/ApiHealthCheckGet200Response.md +0 -26
  7. package/docs/ApiNewsGet200Response.md +0 -26
  8. package/docs/ApiNewsGet200ResponseResponseObject.md +0 -28
  9. package/docs/ApiNewsGet200ResponseResponseObjectItemsInner.md +0 -30
  10. package/docs/ApiNewsIdGet200Response.md +0 -26
  11. package/docs/ApiNewsIdGet200ResponseResponseObject.md +0 -44
  12. package/docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md +0 -20
  13. package/docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md +0 -24
  14. package/docs/ApiPadelMatchesGet200Response.md +0 -48
  15. package/docs/ApiPadelMatchesGet200ResponseInner.md +0 -48
  16. package/docs/ApiPadelMatchesGet200ResponseInnerPlayers.md +0 -22
  17. package/docs/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.md +0 -26
  18. package/docs/ApiPadelMatchesGet200ResponseInnerScoreInner.md +0 -22
  19. package/docs/ApiPadelMatchesGet200ResponseInnerSets.md +0 -26
  20. package/docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md +0 -22
  21. package/docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md +0 -24
  22. package/docs/ApiPadelMatchesGet200ResponseInnerStats.md +0 -32
  23. package/docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md +0 -20
  24. package/docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md +0 -22
  25. package/docs/ApiPadelMatchesGet200ResponsePlayers.md +0 -22
  26. package/docs/ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md +0 -26
  27. package/docs/ApiPadelMatchesGet200ResponseScoreInner.md +0 -22
  28. package/docs/ApiPadelMatchesGet200ResponseSets.md +0 -26
  29. package/docs/ApiPadelMatchesGet200ResponseSetsSetsInner.md +0 -22
  30. package/docs/ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner.md +0 -24
  31. package/docs/ApiPadelMatchesGet200ResponseStats.md +0 -32
  32. package/docs/ApiPadelMatchesGet200ResponseStatsConnections.md +0 -20
  33. package/docs/ApiPadelMatchesGet200ResponseStatsMatchValue.md +0 -22
  34. package/docs/ExampleApi.md +0 -270
  35. package/docs/HealthCheckApi.md +0 -51
  36. package/docs/NewsApi.md +0 -119
  37. package/docs/PadelApi.md +0 -51
package/deploy.log CHANGED
@@ -85,7 +85,7 @@ Your branch is up to date with 'origin/master'.
85
85
  nothing to commit, working tree clean
86
86
  Everything up-to-date
87
87
  ✅ Changes committed and pushed
88
- v1.1.20
88
+ v1.1.22
89
89
  remote:
90
90
  remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
91
91
  remote:
@@ -95,13 +95,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
95
95
  remote:
96
96
  remote:
97
97
  To https://gitlab.com/drxsuperapp/drx-sdk.git
98
- 9b909e6..39f8d44 master -> master
98
+ 15c2708..e2563ab master -> master
99
99
  ✅ Version bumped
100
100
 
101
- > @drxsuperapp/sdk@1.1.20 prepublishOnly
101
+ > @drxsuperapp/sdk@1.1.22 prepublishOnly
102
102
  > npm run build
103
103
 
104
104
 
105
- > @drxsuperapp/sdk@1.1.20 build
105
+ > @drxsuperapp/sdk@1.1.22 build
106
106
  > tsc
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.20",
3
+ "version": "1.1.22",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {
@@ -1,28 +0,0 @@
1
- # ApiExamplesGet200ResponseInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | | [default to undefined]
9
- **name** | **string** | | [default to undefined]
10
- **email** | **string** | | [default to undefined]
11
- **wkwkwkwk** | **string** | | [default to undefined]
12
- **wkwkwkwk2** | **string** | | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { ApiExamplesGet200ResponseInner } from './api';
18
-
19
- const instance: ApiExamplesGet200ResponseInner = {
20
- id,
21
- name,
22
- email,
23
- wkwkwkwk,
24
- wkwkwkwk2,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiExamplesIdPutRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **name** | **string** | | [optional] [default to undefined]
9
- **email** | **string** | | [optional] [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiExamplesIdPutRequest } from './api';
15
-
16
- const instance: ApiExamplesIdPutRequest = {
17
- name,
18
- email,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiExamplesPostRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **name** | **string** | | [default to undefined]
9
- **email** | **string** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiExamplesPostRequest } from './api';
15
-
16
- const instance: ApiExamplesPostRequest = {
17
- name,
18
- email,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # ApiHealthCheckGet200Response
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **success** | **boolean** | | [default to undefined]
9
- **message** | **string** | | [default to undefined]
10
- **responseObject** | **any** | | [optional] [default to undefined]
11
- **statusCode** | **number** | | [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { ApiHealthCheckGet200Response } from './api';
17
-
18
- const instance: ApiHealthCheckGet200Response = {
19
- success,
20
- message,
21
- responseObject,
22
- statusCode,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # ApiNewsGet200Response
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **success** | **boolean** | | [default to undefined]
9
- **message** | **string** | | [default to undefined]
10
- **responseObject** | [**ApiNewsGet200ResponseResponseObject**](ApiNewsGet200ResponseResponseObject.md) | | [optional] [default to undefined]
11
- **statusCode** | **number** | | [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { ApiNewsGet200Response } from './api';
17
-
18
- const instance: ApiNewsGet200Response = {
19
- success,
20
- message,
21
- responseObject,
22
- statusCode,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,28 +0,0 @@
1
- # ApiNewsGet200ResponseResponseObject
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **items** | [**Array<ApiNewsGet200ResponseResponseObjectItemsInner>**](ApiNewsGet200ResponseResponseObjectItemsInner.md) | | [default to undefined]
9
- **currentPage** | **number** | | [default to undefined]
10
- **totalItems** | **number** | | [default to undefined]
11
- **totalPages** | **number** | | [default to undefined]
12
- **pageSize** | **number** | | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { ApiNewsGet200ResponseResponseObject } from './api';
18
-
19
- const instance: ApiNewsGet200ResponseResponseObject = {
20
- items,
21
- currentPage,
22
- totalItems,
23
- totalPages,
24
- pageSize,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # ApiNewsGet200ResponseResponseObjectItemsInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **thumbnail** | **string** | | [default to undefined]
10
- **title** | **string** | | [default to undefined]
11
- **source** | **string** | | [default to undefined]
12
- **byline** | **string** | | [default to undefined]
13
- **publishedAt** | **string** | | [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { ApiNewsGet200ResponseResponseObjectItemsInner } from './api';
19
-
20
- const instance: ApiNewsGet200ResponseResponseObjectItemsInner = {
21
- id,
22
- thumbnail,
23
- title,
24
- source,
25
- byline,
26
- publishedAt,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # ApiNewsIdGet200Response
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **success** | **boolean** | | [default to undefined]
9
- **message** | **string** | | [default to undefined]
10
- **responseObject** | [**ApiNewsIdGet200ResponseResponseObject**](ApiNewsIdGet200ResponseResponseObject.md) | | [optional] [default to undefined]
11
- **statusCode** | **number** | | [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { ApiNewsIdGet200Response } from './api';
17
-
18
- const instance: ApiNewsIdGet200Response = {
19
- success,
20
- message,
21
- responseObject,
22
- statusCode,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,44 +0,0 @@
1
- # ApiNewsIdGet200ResponseResponseObject
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **title** | **string** | | [default to undefined]
10
- **description** | **string** | | [default to undefined]
11
- **html_content** | **string** | | [default to undefined]
12
- **source** | **string** | | [default to undefined]
13
- **keywords** | **string** | | [default to undefined]
14
- **byline** | **string** | | [default to undefined]
15
- **publishedAt** | **string** | | [default to undefined]
16
- **thumbnail** | **string** | | [default to undefined]
17
- **createdAt** | **string** | | [default to undefined]
18
- **updatedAt** | **string** | | [default to undefined]
19
- **leagues** | [**Array<ApiNewsIdGet200ResponseResponseObjectLeaguesInner>**](ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md) | | [default to undefined]
20
- **relatedNews** | [**Array<ApiNewsGet200ResponseResponseObjectItemsInner>**](ApiNewsGet200ResponseResponseObjectItemsInner.md) | | [default to undefined]
21
-
22
- ## Example
23
-
24
- ```typescript
25
- import { ApiNewsIdGet200ResponseResponseObject } from './api';
26
-
27
- const instance: ApiNewsIdGet200ResponseResponseObject = {
28
- id,
29
- title,
30
- description,
31
- html_content,
32
- source,
33
- keywords,
34
- byline,
35
- publishedAt,
36
- thumbnail,
37
- createdAt,
38
- updatedAt,
39
- leagues,
40
- relatedNews,
41
- };
42
- ```
43
-
44
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,20 +0,0 @@
1
- # ApiNewsIdGet200ResponseResponseObjectLeaguesInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **league** | [**ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague**](ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md) | | [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { ApiNewsIdGet200ResponseResponseObjectLeaguesInner } from './api';
14
-
15
- const instance: ApiNewsIdGet200ResponseResponseObjectLeaguesInner = {
16
- league,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **description** | **string** | | [default to undefined]
10
- **abbreviation** | **string** | | [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague } from './api';
16
-
17
- const instance: ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague = {
18
- id,
19
- description,
20
- abbreviation,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,48 +0,0 @@
1
- # ApiPadelMatchesGet200Response
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **tournamentId** | **number** | | [default to undefined]
10
- **name** | **string** | | [default to undefined]
11
- **round** | **number** | | [default to undefined]
12
- **score** | [**Array<ApiPadelMatchesGet200ResponseScoreInner>**](ApiPadelMatchesGet200ResponseScoreInner.md) | | [default to undefined]
13
- **players** | [**ApiPadelMatchesGet200ResponsePlayers**](ApiPadelMatchesGet200ResponsePlayers.md) | | [default to undefined]
14
- **playedAt** | **string** | | [default to undefined]
15
- **status** | **string** | | [default to undefined]
16
- **category** | **string** | | [default to undefined]
17
- **duration** | **string** | | [default to undefined]
18
- **court** | **string** | | [default to undefined]
19
- **stats** | [**ApiPadelMatchesGet200ResponseStats**](ApiPadelMatchesGet200ResponseStats.md) | | [default to undefined]
20
- **sets** | [**ApiPadelMatchesGet200ResponseSets**](ApiPadelMatchesGet200ResponseSets.md) | | [default to undefined]
21
- **createdAt** | **string** | | [default to undefined]
22
- **updatedAt** | **string** | | [default to undefined]
23
-
24
- ## Example
25
-
26
- ```typescript
27
- import { ApiPadelMatchesGet200Response } from './api';
28
-
29
- const instance: ApiPadelMatchesGet200Response = {
30
- id,
31
- tournamentId,
32
- name,
33
- round,
34
- score,
35
- players,
36
- playedAt,
37
- status,
38
- category,
39
- duration,
40
- court,
41
- stats,
42
- sets,
43
- createdAt,
44
- updatedAt,
45
- };
46
- ```
47
-
48
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,48 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **tournamentId** | **number** | | [default to undefined]
10
- **name** | **string** | | [default to undefined]
11
- **round** | **number** | | [default to undefined]
12
- **score** | [**Array<ApiPadelMatchesGet200ResponseInnerScoreInner>**](ApiPadelMatchesGet200ResponseInnerScoreInner.md) | | [default to undefined]
13
- **players** | [**ApiPadelMatchesGet200ResponseInnerPlayers**](ApiPadelMatchesGet200ResponseInnerPlayers.md) | | [default to undefined]
14
- **playedAt** | **string** | | [default to undefined]
15
- **status** | **string** | | [default to undefined]
16
- **category** | **string** | | [default to undefined]
17
- **duration** | **string** | | [default to undefined]
18
- **court** | **string** | | [default to undefined]
19
- **stats** | [**ApiPadelMatchesGet200ResponseInnerStats**](ApiPadelMatchesGet200ResponseInnerStats.md) | | [default to undefined]
20
- **sets** | [**ApiPadelMatchesGet200ResponseInnerSets**](ApiPadelMatchesGet200ResponseInnerSets.md) | | [default to undefined]
21
- **createdAt** | **string** | | [default to undefined]
22
- **updatedAt** | **string** | | [default to undefined]
23
-
24
- ## Example
25
-
26
- ```typescript
27
- import { ApiPadelMatchesGet200ResponseInner } from './api';
28
-
29
- const instance: ApiPadelMatchesGet200ResponseInner = {
30
- id,
31
- tournamentId,
32
- name,
33
- round,
34
- score,
35
- players,
36
- playedAt,
37
- status,
38
- category,
39
- duration,
40
- court,
41
- stats,
42
- sets,
43
- createdAt,
44
- updatedAt,
45
- };
46
- ```
47
-
48
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerPlayers
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **team_1** | [**Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>**](ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.md) | | [default to undefined]
9
- **team_2** | [**Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>**](ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.md) | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponseInnerPlayers } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponseInnerPlayers = {
17
- team_1,
18
- team_2,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **name** | **string** | | [default to undefined]
10
- **self** | **string** | | [default to undefined]
11
- **side** | **string** | | [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner } from './api';
17
-
18
- const instance: ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner = {
19
- id,
20
- name,
21
- self,
22
- side,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerScoreInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **team_1** | **number** | | [default to undefined]
9
- **team_2** | **number** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponseInnerScoreInner } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponseInnerScoreInner = {
17
- team_1,
18
- team_2,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerSets
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **self** | **string** | | [default to undefined]
10
- **sets** | [**Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInner>**](ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md) | | [default to undefined]
11
- **connections** | [**ApiPadelMatchesGet200ResponseInnerStatsConnections**](ApiPadelMatchesGet200ResponseInnerStatsConnections.md) | | [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { ApiPadelMatchesGet200ResponseInnerSets } from './api';
17
-
18
- const instance: ApiPadelMatchesGet200ResponseInnerSets = {
19
- id,
20
- self,
21
- sets,
22
- connections,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerSetsSetsInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **games** | [**Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner>**](ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md) | | [default to undefined]
9
- **set_number** | **number** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponseInnerSetsSetsInner } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponseInnerSetsSetsInner = {
17
- games,
18
- set_number,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **points** | **Array<string>** | | [default to undefined]
9
- **game_score** | **string** | | [default to undefined]
10
- **game_number** | **number** | | [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner } from './api';
16
-
17
- const instance: ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner = {
18
- points,
19
- game_score,
20
- game_number,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,32 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerStats
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **self** | **string** | | [default to undefined]
10
- **match** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
11
- **set_1** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
12
- **set_2** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
13
- **set_3** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [optional] [default to undefined]
14
- **connections** | [**ApiPadelMatchesGet200ResponseInnerStatsConnections**](ApiPadelMatchesGet200ResponseInnerStatsConnections.md) | | [default to undefined]
15
-
16
- ## Example
17
-
18
- ```typescript
19
- import { ApiPadelMatchesGet200ResponseInnerStats } from './api';
20
-
21
- const instance: ApiPadelMatchesGet200ResponseInnerStats = {
22
- id,
23
- self,
24
- match,
25
- set_1,
26
- set_2,
27
- set_3,
28
- connections,
29
- };
30
- ```
31
-
32
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,20 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerStatsConnections
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **match** | **string** | | [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { ApiPadelMatchesGet200ResponseInnerStatsConnections } from './api';
14
-
15
- const instance: ApiPadelMatchesGet200ResponseInnerStatsConnections = {
16
- match,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerStatsMatchValue
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **team_1** | **string** | | [default to undefined]
9
- **team_2** | **string** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponseInnerStatsMatchValue } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponseInnerStatsMatchValue = {
17
- team_1,
18
- team_2,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)