@drxsuperapp/sdk 1.1.225 → 1.1.226
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 +4 -0
- package/apis/EsportApi.ts +67 -0
- package/deploy.log +20 -8
- package/dist/apis/EsportApi.d.ts +15 -1
- package/dist/apis/EsportApi.js +44 -1
- package/dist/models/ApiEsportTournamentsGet200Response.d.ts +51 -0
- package/dist/models/ApiEsportTournamentsGet200Response.js +54 -0
- package/dist/models/ApiEsportTournamentsGet200ResponseResponseObject.d.ts +57 -0
- package/dist/models/ApiEsportTournamentsGet200ResponseResponseObject.js +60 -0
- package/dist/models/ApiEsportTournamentsGet200ResponseResponseObjectItemsInner.d.ts +136 -0
- package/dist/models/ApiEsportTournamentsGet200ResponseResponseObjectItemsInner.js +87 -0
- package/dist/models/ApiEsportTournamentsGetFilterParameter.d.ts +70 -0
- package/dist/models/ApiEsportTournamentsGetFilterParameter.js +55 -0
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/models/ApiEsportTournamentsGet200Response.ts +100 -0
- package/models/ApiEsportTournamentsGet200ResponseResponseObject.ts +110 -0
- package/models/ApiEsportTournamentsGet200ResponseResponseObjectItemsInner.ts +221 -0
- package/models/ApiEsportTournamentsGetFilterParameter.ts +128 -0
- package/models/index.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,128 @@
|
|
|
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 { ApiPadelMatchesGetFilterParameterName } from './ApiPadelMatchesGetFilterParameterName';
|
|
17
|
+
import {
|
|
18
|
+
ApiPadelMatchesGetFilterParameterNameFromJSON,
|
|
19
|
+
ApiPadelMatchesGetFilterParameterNameFromJSONTyped,
|
|
20
|
+
ApiPadelMatchesGetFilterParameterNameToJSON,
|
|
21
|
+
ApiPadelMatchesGetFilterParameterNameToJSONTyped,
|
|
22
|
+
} from './ApiPadelMatchesGetFilterParameterName';
|
|
23
|
+
import type { ApiPadelMatchesGetFilterParameterId } from './ApiPadelMatchesGetFilterParameterId';
|
|
24
|
+
import {
|
|
25
|
+
ApiPadelMatchesGetFilterParameterIdFromJSON,
|
|
26
|
+
ApiPadelMatchesGetFilterParameterIdFromJSONTyped,
|
|
27
|
+
ApiPadelMatchesGetFilterParameterIdToJSON,
|
|
28
|
+
ApiPadelMatchesGetFilterParameterIdToJSONTyped,
|
|
29
|
+
} from './ApiPadelMatchesGetFilterParameterId';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface ApiEsportTournamentsGetFilterParameter
|
|
35
|
+
*/
|
|
36
|
+
export interface ApiEsportTournamentsGetFilterParameter {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {ApiPadelMatchesGetFilterParameterId}
|
|
40
|
+
* @memberof ApiEsportTournamentsGetFilterParameter
|
|
41
|
+
*/
|
|
42
|
+
id?: ApiPadelMatchesGetFilterParameterId;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
46
|
+
* @memberof ApiEsportTournamentsGetFilterParameter
|
|
47
|
+
*/
|
|
48
|
+
name?: ApiPadelMatchesGetFilterParameterName;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
52
|
+
* @memberof ApiEsportTournamentsGetFilterParameter
|
|
53
|
+
*/
|
|
54
|
+
country?: ApiPadelMatchesGetFilterParameterName;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
58
|
+
* @memberof ApiEsportTournamentsGetFilterParameter
|
|
59
|
+
*/
|
|
60
|
+
region?: ApiPadelMatchesGetFilterParameterName;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {ApiPadelMatchesGetFilterParameterId}
|
|
64
|
+
* @memberof ApiEsportTournamentsGetFilterParameter
|
|
65
|
+
*/
|
|
66
|
+
leagueId?: ApiPadelMatchesGetFilterParameterId;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {ApiPadelMatchesGetFilterParameterId}
|
|
70
|
+
* @memberof ApiEsportTournamentsGetFilterParameter
|
|
71
|
+
*/
|
|
72
|
+
serieId?: ApiPadelMatchesGetFilterParameterId;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {ApiPadelMatchesGetFilterParameterId}
|
|
76
|
+
* @memberof ApiEsportTournamentsGetFilterParameter
|
|
77
|
+
*/
|
|
78
|
+
videogameId?: ApiPadelMatchesGetFilterParameterId;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Check if a given object implements the ApiEsportTournamentsGetFilterParameter interface.
|
|
83
|
+
*/
|
|
84
|
+
export function instanceOfApiEsportTournamentsGetFilterParameter(value: object): value is ApiEsportTournamentsGetFilterParameter {
|
|
85
|
+
return true;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export function ApiEsportTournamentsGetFilterParameterFromJSON(json: any): ApiEsportTournamentsGetFilterParameter {
|
|
89
|
+
return ApiEsportTournamentsGetFilterParameterFromJSONTyped(json, false);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export function ApiEsportTournamentsGetFilterParameterFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiEsportTournamentsGetFilterParameter {
|
|
93
|
+
if (json == null) {
|
|
94
|
+
return json;
|
|
95
|
+
}
|
|
96
|
+
return {
|
|
97
|
+
|
|
98
|
+
'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
|
|
99
|
+
'name': json['name'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['name']),
|
|
100
|
+
'country': json['country'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['country']),
|
|
101
|
+
'region': json['region'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['region']),
|
|
102
|
+
'leagueId': json['league_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['league_id']),
|
|
103
|
+
'serieId': json['serie_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['serie_id']),
|
|
104
|
+
'videogameId': json['videogame_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogame_id']),
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export function ApiEsportTournamentsGetFilterParameterToJSON(json: any): ApiEsportTournamentsGetFilterParameter {
|
|
109
|
+
return ApiEsportTournamentsGetFilterParameterToJSONTyped(json, false);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export function ApiEsportTournamentsGetFilterParameterToJSONTyped(value?: ApiEsportTournamentsGetFilterParameter | null, ignoreDiscriminator: boolean = false): any {
|
|
113
|
+
if (value == null) {
|
|
114
|
+
return value;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
return {
|
|
118
|
+
|
|
119
|
+
'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
|
|
120
|
+
'name': ApiPadelMatchesGetFilterParameterNameToJSON(value['name']),
|
|
121
|
+
'country': ApiPadelMatchesGetFilterParameterNameToJSON(value['country']),
|
|
122
|
+
'region': ApiPadelMatchesGetFilterParameterNameToJSON(value['region']),
|
|
123
|
+
'league_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['leagueId']),
|
|
124
|
+
'serie_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['serieId']),
|
|
125
|
+
'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
|
package/models/index.ts
CHANGED
|
@@ -43,6 +43,10 @@ export * from './ApiEsportTeamsGet200ResponseResponseObject';
|
|
|
43
43
|
export * from './ApiEsportTeamsGet200ResponseResponseObjectItemsInner';
|
|
44
44
|
export * from './ApiEsportTeamsGetFilterParameter';
|
|
45
45
|
export * from './ApiEsportTeamsIdGet200Response';
|
|
46
|
+
export * from './ApiEsportTournamentsGet200Response';
|
|
47
|
+
export * from './ApiEsportTournamentsGet200ResponseResponseObject';
|
|
48
|
+
export * from './ApiEsportTournamentsGet200ResponseResponseObjectItemsInner';
|
|
49
|
+
export * from './ApiEsportTournamentsGetFilterParameter';
|
|
46
50
|
export * from './ApiEsportVideogamesGet200Response';
|
|
47
51
|
export * from './ApiEsportVideogamesGet200ResponseResponseObjectInner';
|
|
48
52
|
export * from './ApiHealthCheckGet200Response';
|