@drxsuperapp/sdk 1.1.119 → 1.1.121
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 +1 -6
- package/deploy.log +17 -21
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObject.d.ts +2 -3
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObject.js +2 -3
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectSets.d.ts +5 -6
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectSets.js +5 -6
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsConnections.d.ts +32 -0
- package/dist/models/{ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections.js → ApiPadelMatchesIdGet200ResponseResponseObjectSetsConnections.js} +8 -8
- package/dist/models/index.d.ts +1 -6
- package/dist/models/index.js +1 -6
- package/models/ApiPadelMatchesIdGet200ResponseResponseObject.ts +4 -11
- package/models/ApiPadelMatchesIdGet200ResponseResponseObjectSets.ts +14 -21
- package/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsConnections.ts +66 -0
- package/models/index.ts +1 -6
- package/package.json +1 -1
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner.d.ts +0 -39
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner.js +0 -48
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner.d.ts +0 -44
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner.js +0 -51
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectStats.d.ts +0 -70
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectStats.js +0 -59
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections.d.ts +0 -32
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch.d.ts +0 -38
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch.js +0 -47
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue.d.ts +0 -38
- package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue.js +0 -47
- package/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner.ts +0 -83
- package/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner.ts +0 -84
- package/models/ApiPadelMatchesIdGet200ResponseResponseObjectStats.ts +0 -130
- package/models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections.ts +0 -66
- package/models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch.ts +0 -83
- package/models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue.ts +0 -75
package/dist/models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner.d.ts
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DRX API
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner
|
|
22
|
-
*/
|
|
23
|
-
points: Array<string>;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner
|
|
28
|
-
*/
|
|
29
|
-
gameScore: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner
|
|
34
|
-
*/
|
|
35
|
-
gameNumber: number;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner(value: object): value is ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner;
|
|
41
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner;
|
|
42
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner;
|
|
43
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner;
|
|
44
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSONTyped(value?: ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* DRX API
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner(value) {
|
|
18
|
-
if (!('points' in value) || value['points'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('gameScore' in value) || value['gameScore'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
if (!('gameNumber' in value) || value['gameNumber'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSON(json) {
|
|
27
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json == null) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'points': json['points'],
|
|
35
|
-
'gameScore': json['game_score'],
|
|
36
|
-
'gameNumber': json['game_number'],
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSON(json) {
|
|
40
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'points': value['points'],
|
|
48
|
-
'game_score': value['gameScore'],
|
|
49
|
-
'game_number': value['gameNumber'],
|
|
50
|
-
};
|
|
51
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DRX API
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections } from './ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections';
|
|
13
|
-
import type { ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch } from './ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ApiPadelMatchesIdGet200ResponseResponseObjectStats
|
|
18
|
-
*/
|
|
19
|
-
export interface ApiPadelMatchesIdGet200ResponseResponseObjectStats {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStats
|
|
24
|
-
*/
|
|
25
|
-
id: number;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStats
|
|
30
|
-
*/
|
|
31
|
-
self: string;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch}
|
|
35
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStats
|
|
36
|
-
*/
|
|
37
|
-
match?: ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch}
|
|
41
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStats
|
|
42
|
-
*/
|
|
43
|
-
set1?: ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch}
|
|
47
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStats
|
|
48
|
-
*/
|
|
49
|
-
set2?: ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch}
|
|
53
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStats
|
|
54
|
-
*/
|
|
55
|
-
set3?: ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections}
|
|
59
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStats
|
|
60
|
-
*/
|
|
61
|
-
connections?: ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections;
|
|
62
|
-
}
|
|
63
|
-
/**
|
|
64
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectStats interface.
|
|
65
|
-
*/
|
|
66
|
-
export declare function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectStats(value: object): value is ApiPadelMatchesIdGet200ResponseResponseObjectStats;
|
|
67
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsFromJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectStats;
|
|
68
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesIdGet200ResponseResponseObjectStats;
|
|
69
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsToJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectStats;
|
|
70
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsToJSONTyped(value?: ApiPadelMatchesIdGet200ResponseResponseObjectStats | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* DRX API
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnectionsFromJSON, ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnectionsToJSON, } from './ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections';
|
|
15
|
-
import { ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSON, ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSON, } from './ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch';
|
|
16
|
-
/**
|
|
17
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectStats interface.
|
|
18
|
-
*/
|
|
19
|
-
export function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectStats(value) {
|
|
20
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
if (!('self' in value) || value['self'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsFromJSON(json) {
|
|
27
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectStatsFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json == null) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'id': json['id'],
|
|
35
|
-
'self': json['self'],
|
|
36
|
-
'match': json['match'] == null ? undefined : ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSON(json['match']),
|
|
37
|
-
'set1': json['set_1'] == null ? undefined : ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSON(json['set_1']),
|
|
38
|
-
'set2': json['set_2'] == null ? undefined : ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSON(json['set_2']),
|
|
39
|
-
'set3': json['set_3'] == null ? undefined : ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSON(json['set_3']),
|
|
40
|
-
'connections': json['connections'] == null ? undefined : ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnectionsFromJSON(json['connections']),
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsToJSON(json) {
|
|
44
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectStatsToJSONTyped(json, false);
|
|
45
|
-
}
|
|
46
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
-
if (value == null) {
|
|
48
|
-
return value;
|
|
49
|
-
}
|
|
50
|
-
return {
|
|
51
|
-
'id': value['id'],
|
|
52
|
-
'self': value['self'],
|
|
53
|
-
'match': ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSON(value['match']),
|
|
54
|
-
'set_1': ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSON(value['set1']),
|
|
55
|
-
'set_2': ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSON(value['set2']),
|
|
56
|
-
'set_3': ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSON(value['set3']),
|
|
57
|
-
'connections': ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnectionsToJSON(value['connections']),
|
|
58
|
-
};
|
|
59
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DRX API
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections
|
|
22
|
-
*/
|
|
23
|
-
match: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections(value: object): value is ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections;
|
|
29
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnectionsFromJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections;
|
|
30
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnectionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections;
|
|
31
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnectionsToJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections;
|
|
32
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnectionsToJSONTyped(value?: ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DRX API
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch
|
|
22
|
-
*/
|
|
23
|
-
team1: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch
|
|
28
|
-
*/
|
|
29
|
-
team2: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch(value: object): value is ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch;
|
|
35
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch;
|
|
36
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch;
|
|
37
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch;
|
|
38
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSONTyped(value?: ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* DRX API
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectStatsMatch(value) {
|
|
18
|
-
if (!('team1' in value) || value['team1'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('team2' in value) || value['team2'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
return true;
|
|
23
|
-
}
|
|
24
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSON(json) {
|
|
25
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSONTyped(json, false);
|
|
26
|
-
}
|
|
27
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
-
if (json == null) {
|
|
29
|
-
return json;
|
|
30
|
-
}
|
|
31
|
-
return {
|
|
32
|
-
'team1': json['team_1'],
|
|
33
|
-
'team2': json['team_2'],
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSON(json) {
|
|
37
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSONTyped(json, false);
|
|
38
|
-
}
|
|
39
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
-
if (value == null) {
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'team_1': value['team1'],
|
|
45
|
-
'team_2': value['team2'],
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DRX API
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue
|
|
22
|
-
*/
|
|
23
|
-
team1: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue
|
|
28
|
-
*/
|
|
29
|
-
team2: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue(value: object): value is ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue;
|
|
35
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueFromJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue;
|
|
36
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue;
|
|
37
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueToJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue;
|
|
38
|
-
export declare function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueToJSONTyped(value?: ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* DRX API
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValue(value) {
|
|
18
|
-
if (!('team1' in value) || value['team1'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('team2' in value) || value['team2'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
return true;
|
|
23
|
-
}
|
|
24
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueFromJSON(json) {
|
|
25
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueFromJSONTyped(json, false);
|
|
26
|
-
}
|
|
27
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
-
if (json == null) {
|
|
29
|
-
return json;
|
|
30
|
-
}
|
|
31
|
-
return {
|
|
32
|
-
'team1': json['team_1'],
|
|
33
|
-
'team2': json['team_2'],
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueToJSON(json) {
|
|
37
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueToJSONTyped(json, false);
|
|
38
|
-
}
|
|
39
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectStatsMatchAnyOfValueToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
-
if (value == null) {
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'team_1': value['team1'],
|
|
45
|
-
'team_2': value['team2'],
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* DRX API
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner } from './ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner';
|
|
17
|
-
import {
|
|
18
|
-
ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSON,
|
|
19
|
-
ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSONTyped,
|
|
20
|
-
ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSON,
|
|
21
|
-
ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSONTyped,
|
|
22
|
-
} from './ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner';
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @export
|
|
27
|
-
* @interface ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner
|
|
28
|
-
*/
|
|
29
|
-
export interface ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner {
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner>}
|
|
33
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner
|
|
34
|
-
*/
|
|
35
|
-
games: Array<ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner>;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner
|
|
40
|
-
*/
|
|
41
|
-
setNumber: number;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner interface.
|
|
46
|
-
*/
|
|
47
|
-
export function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner(value: object): value is ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner {
|
|
48
|
-
if (!('games' in value) || value['games'] === undefined) return false;
|
|
49
|
-
if (!('setNumber' in value) || value['setNumber'] === undefined) return false;
|
|
50
|
-
return true;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerFromJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner {
|
|
54
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerFromJSONTyped(json, false);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner {
|
|
58
|
-
if (json == null) {
|
|
59
|
-
return json;
|
|
60
|
-
}
|
|
61
|
-
return {
|
|
62
|
-
|
|
63
|
-
'games': ((json['games'] as Array<any>).map(ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSON)),
|
|
64
|
-
'setNumber': json['set_number'],
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerToJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner {
|
|
69
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerToJSONTyped(json, false);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerToJSONTyped(value?: ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner | null, ignoreDiscriminator: boolean = false): any {
|
|
73
|
-
if (value == null) {
|
|
74
|
-
return value;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
return {
|
|
78
|
-
|
|
79
|
-
'games': ((value['games'] as Array<any>).map(ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSON)),
|
|
80
|
-
'set_number': value['setNumber'],
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* DRX API
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner
|
|
20
|
-
*/
|
|
21
|
-
export interface ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {Array<string>}
|
|
25
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner
|
|
26
|
-
*/
|
|
27
|
-
points: Array<string>;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner
|
|
32
|
-
*/
|
|
33
|
-
gameScore: string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner
|
|
38
|
-
*/
|
|
39
|
-
gameNumber: number;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Check if a given object implements the ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner interface.
|
|
44
|
-
*/
|
|
45
|
-
export function instanceOfApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner(value: object): value is ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner {
|
|
46
|
-
if (!('points' in value) || value['points'] === undefined) return false;
|
|
47
|
-
if (!('gameScore' in value) || value['gameScore'] === undefined) return false;
|
|
48
|
-
if (!('gameNumber' in value) || value['gameNumber'] === undefined) return false;
|
|
49
|
-
return true;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner {
|
|
53
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSONTyped(json, false);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner {
|
|
57
|
-
if (json == null) {
|
|
58
|
-
return json;
|
|
59
|
-
}
|
|
60
|
-
return {
|
|
61
|
-
|
|
62
|
-
'points': json['points'],
|
|
63
|
-
'gameScore': json['game_score'],
|
|
64
|
-
'gameNumber': json['game_number'],
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSON(json: any): ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner {
|
|
69
|
-
return ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSONTyped(json, false);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export function ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInnerToJSONTyped(value?: ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner | null, ignoreDiscriminator: boolean = false): any {
|
|
73
|
-
if (value == null) {
|
|
74
|
-
return value;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
return {
|
|
78
|
-
|
|
79
|
-
'points': value['points'],
|
|
80
|
-
'game_score': value['gameScore'],
|
|
81
|
-
'game_number': value['gameNumber'],
|
|
82
|
-
};
|
|
83
|
-
}
|
|
84
|
-
|