@drxsuperapp/sdk 1.1.29 → 1.1.31
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/deploy.log +9 -16
- package/dist/models/ApiPadelMatchesGet200ResponseInner.d.ts +5 -5
- package/dist/models/ApiPadelMatchesGet200ResponseInner.js +4 -4
- package/dist/models/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.d.ts +12 -0
- package/dist/models/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.js +8 -0
- package/models/ApiPadelMatchesGet200ResponseInner.ts +8 -8
- package/models/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.ts +18 -0
- package/package.json +1 -1
package/deploy.log
CHANGED
|
@@ -88,20 +88,13 @@
|
|
|
88
88
|
# https://opencollective.com/openapi_generator/donate #
|
|
89
89
|
################################################################################
|
|
90
90
|
✅ SDK generated
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
remote: Please update your Git remote:
|
|
97
|
-
remote:
|
|
98
|
-
remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
99
|
-
remote:
|
|
100
|
-
remote:
|
|
101
|
-
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
102
|
-
9cb814b..767b052 master -> master
|
|
91
|
+
On branch master
|
|
92
|
+
Your branch is up to date with 'origin/master'.
|
|
93
|
+
|
|
94
|
+
nothing to commit, working tree clean
|
|
95
|
+
Everything up-to-date
|
|
103
96
|
✅ Changes committed and pushed
|
|
104
|
-
v1.1.
|
|
97
|
+
v1.1.31
|
|
105
98
|
remote:
|
|
106
99
|
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
107
100
|
remote:
|
|
@@ -111,13 +104,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
|
111
104
|
remote:
|
|
112
105
|
remote:
|
|
113
106
|
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
114
|
-
|
|
107
|
+
cd3d74a..f7c3d03 master -> master
|
|
115
108
|
✅ Version bumped
|
|
116
109
|
|
|
117
|
-
> @drxsuperapp/sdk@1.1.
|
|
110
|
+
> @drxsuperapp/sdk@1.1.31 prepublishOnly
|
|
118
111
|
> npm run build
|
|
119
112
|
|
|
120
113
|
|
|
121
|
-
> @drxsuperapp/sdk@1.1.
|
|
114
|
+
> @drxsuperapp/sdk@1.1.31 build
|
|
122
115
|
> tsc
|
|
123
116
|
|
|
@@ -36,31 +36,31 @@ export interface ApiPadelMatchesGet200ResponseInner {
|
|
|
36
36
|
* @type {string}
|
|
37
37
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
38
38
|
*/
|
|
39
|
-
|
|
39
|
+
tournamentName: string;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {string}
|
|
43
43
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
44
44
|
*/
|
|
45
|
-
|
|
45
|
+
tournamentLocation: string;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
50
50
|
*/
|
|
51
|
-
|
|
51
|
+
tournamentCountry: string;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
54
|
* @type {string}
|
|
55
55
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
56
56
|
*/
|
|
57
|
-
|
|
57
|
+
tournamentUrl: string;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
60
|
* @type {string}
|
|
61
61
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
62
62
|
*/
|
|
63
|
-
|
|
63
|
+
name: string;
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
66
|
* @type {number}
|
|
@@ -23,8 +23,6 @@ export function instanceOfApiPadelMatchesGet200ResponseInner(value) {
|
|
|
23
23
|
return false;
|
|
24
24
|
if (!('tournamentId' in value) || value['tournamentId'] === undefined)
|
|
25
25
|
return false;
|
|
26
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
27
|
-
return false;
|
|
28
26
|
if (!('tournamentName' in value) || value['tournamentName'] === undefined)
|
|
29
27
|
return false;
|
|
30
28
|
if (!('tournamentLocation' in value) || value['tournamentLocation'] === undefined)
|
|
@@ -33,6 +31,8 @@ export function instanceOfApiPadelMatchesGet200ResponseInner(value) {
|
|
|
33
31
|
return false;
|
|
34
32
|
if (!('tournamentUrl' in value) || value['tournamentUrl'] === undefined)
|
|
35
33
|
return false;
|
|
34
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
35
|
+
return false;
|
|
36
36
|
if (!('round' in value) || value['round'] === undefined)
|
|
37
37
|
return false;
|
|
38
38
|
if (!('score' in value) || value['score'] === undefined)
|
|
@@ -69,11 +69,11 @@ export function ApiPadelMatchesGet200ResponseInnerFromJSONTyped(json, ignoreDisc
|
|
|
69
69
|
return {
|
|
70
70
|
'id': json['id'],
|
|
71
71
|
'tournamentId': json['tournamentId'],
|
|
72
|
-
'name': json['name'],
|
|
73
72
|
'tournamentName': json['tournamentName'],
|
|
74
73
|
'tournamentLocation': json['tournamentLocation'],
|
|
75
74
|
'tournamentCountry': json['tournamentCountry'],
|
|
76
75
|
'tournamentUrl': json['tournamentUrl'],
|
|
76
|
+
'name': json['name'],
|
|
77
77
|
'round': json['round'],
|
|
78
78
|
'score': (json['score'].map(ApiPadelMatchesGet200ResponseInnerScoreInnerFromJSON)),
|
|
79
79
|
'players': ApiPadelMatchesGet200ResponseInnerPlayersFromJSON(json['players']),
|
|
@@ -98,11 +98,11 @@ export function ApiPadelMatchesGet200ResponseInnerToJSONTyped(value, ignoreDiscr
|
|
|
98
98
|
return {
|
|
99
99
|
'id': value['id'],
|
|
100
100
|
'tournamentId': value['tournamentId'],
|
|
101
|
-
'name': value['name'],
|
|
102
101
|
'tournamentName': value['tournamentName'],
|
|
103
102
|
'tournamentLocation': value['tournamentLocation'],
|
|
104
103
|
'tournamentCountry': value['tournamentCountry'],
|
|
105
104
|
'tournamentUrl': value['tournamentUrl'],
|
|
105
|
+
'name': value['name'],
|
|
106
106
|
'round': value['round'],
|
|
107
107
|
'score': (value['score'].map(ApiPadelMatchesGet200ResponseInnerScoreInnerToJSON)),
|
|
108
108
|
'players': ApiPadelMatchesGet200ResponseInnerPlayersToJSON(value['players']),
|
|
@@ -39,6 +39,18 @@ export interface ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner {
|
|
|
39
39
|
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
40
40
|
*/
|
|
41
41
|
side: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
46
|
+
*/
|
|
47
|
+
nationality: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
52
|
+
*/
|
|
53
|
+
photoUrl: string;
|
|
42
54
|
}
|
|
43
55
|
/**
|
|
44
56
|
* Check if a given object implements the ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner interface.
|
|
@@ -23,6 +23,10 @@ export function instanceOfApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner(va
|
|
|
23
23
|
return false;
|
|
24
24
|
if (!('side' in value) || value['side'] === undefined)
|
|
25
25
|
return false;
|
|
26
|
+
if (!('nationality' in value) || value['nationality'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('photoUrl' in value) || value['photoUrl'] === undefined)
|
|
29
|
+
return false;
|
|
26
30
|
return true;
|
|
27
31
|
}
|
|
28
32
|
export function ApiPadelMatchesGet200ResponseInnerPlayersTeam1InnerFromJSON(json) {
|
|
@@ -37,6 +41,8 @@ export function ApiPadelMatchesGet200ResponseInnerPlayersTeam1InnerFromJSONTyped
|
|
|
37
41
|
'name': json['name'],
|
|
38
42
|
'self': json['self'],
|
|
39
43
|
'side': json['side'],
|
|
44
|
+
'nationality': json['nationality'],
|
|
45
|
+
'photoUrl': json['photoUrl'],
|
|
40
46
|
};
|
|
41
47
|
}
|
|
42
48
|
export function ApiPadelMatchesGet200ResponseInnerPlayersTeam1InnerToJSON(json) {
|
|
@@ -51,5 +57,7 @@ export function ApiPadelMatchesGet200ResponseInnerPlayersTeam1InnerToJSONTyped(v
|
|
|
51
57
|
'name': value['name'],
|
|
52
58
|
'self': value['self'],
|
|
53
59
|
'side': value['side'],
|
|
60
|
+
'nationality': value['nationality'],
|
|
61
|
+
'photoUrl': value['photoUrl'],
|
|
54
62
|
};
|
|
55
63
|
}
|
|
@@ -65,31 +65,31 @@ export interface ApiPadelMatchesGet200ResponseInner {
|
|
|
65
65
|
* @type {string}
|
|
66
66
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
67
67
|
*/
|
|
68
|
-
|
|
68
|
+
tournamentName: string;
|
|
69
69
|
/**
|
|
70
70
|
*
|
|
71
71
|
* @type {string}
|
|
72
72
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
73
73
|
*/
|
|
74
|
-
|
|
74
|
+
tournamentLocation: string;
|
|
75
75
|
/**
|
|
76
76
|
*
|
|
77
77
|
* @type {string}
|
|
78
78
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
79
79
|
*/
|
|
80
|
-
|
|
80
|
+
tournamentCountry: string;
|
|
81
81
|
/**
|
|
82
82
|
*
|
|
83
83
|
* @type {string}
|
|
84
84
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
85
85
|
*/
|
|
86
|
-
|
|
86
|
+
tournamentUrl: string;
|
|
87
87
|
/**
|
|
88
88
|
*
|
|
89
89
|
* @type {string}
|
|
90
90
|
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
91
91
|
*/
|
|
92
|
-
|
|
92
|
+
name: string;
|
|
93
93
|
/**
|
|
94
94
|
*
|
|
95
95
|
* @type {number}
|
|
@@ -170,11 +170,11 @@ export interface ApiPadelMatchesGet200ResponseInner {
|
|
|
170
170
|
export function instanceOfApiPadelMatchesGet200ResponseInner(value: object): value is ApiPadelMatchesGet200ResponseInner {
|
|
171
171
|
if (!('id' in value) || value['id'] === undefined) return false;
|
|
172
172
|
if (!('tournamentId' in value) || value['tournamentId'] === undefined) return false;
|
|
173
|
-
if (!('name' in value) || value['name'] === undefined) return false;
|
|
174
173
|
if (!('tournamentName' in value) || value['tournamentName'] === undefined) return false;
|
|
175
174
|
if (!('tournamentLocation' in value) || value['tournamentLocation'] === undefined) return false;
|
|
176
175
|
if (!('tournamentCountry' in value) || value['tournamentCountry'] === undefined) return false;
|
|
177
176
|
if (!('tournamentUrl' in value) || value['tournamentUrl'] === undefined) return false;
|
|
177
|
+
if (!('name' in value) || value['name'] === undefined) return false;
|
|
178
178
|
if (!('round' in value) || value['round'] === undefined) return false;
|
|
179
179
|
if (!('score' in value) || value['score'] === undefined) return false;
|
|
180
180
|
if (!('players' in value) || value['players'] === undefined) return false;
|
|
@@ -202,11 +202,11 @@ export function ApiPadelMatchesGet200ResponseInnerFromJSONTyped(json: any, ignor
|
|
|
202
202
|
|
|
203
203
|
'id': json['id'],
|
|
204
204
|
'tournamentId': json['tournamentId'],
|
|
205
|
-
'name': json['name'],
|
|
206
205
|
'tournamentName': json['tournamentName'],
|
|
207
206
|
'tournamentLocation': json['tournamentLocation'],
|
|
208
207
|
'tournamentCountry': json['tournamentCountry'],
|
|
209
208
|
'tournamentUrl': json['tournamentUrl'],
|
|
209
|
+
'name': json['name'],
|
|
210
210
|
'round': json['round'],
|
|
211
211
|
'score': ((json['score'] as Array<any>).map(ApiPadelMatchesGet200ResponseInnerScoreInnerFromJSON)),
|
|
212
212
|
'players': ApiPadelMatchesGet200ResponseInnerPlayersFromJSON(json['players']),
|
|
@@ -235,11 +235,11 @@ export function ApiPadelMatchesGet200ResponseInnerToJSONTyped(value?: ApiPadelMa
|
|
|
235
235
|
|
|
236
236
|
'id': value['id'],
|
|
237
237
|
'tournamentId': value['tournamentId'],
|
|
238
|
-
'name': value['name'],
|
|
239
238
|
'tournamentName': value['tournamentName'],
|
|
240
239
|
'tournamentLocation': value['tournamentLocation'],
|
|
241
240
|
'tournamentCountry': value['tournamentCountry'],
|
|
242
241
|
'tournamentUrl': value['tournamentUrl'],
|
|
242
|
+
'name': value['name'],
|
|
243
243
|
'round': value['round'],
|
|
244
244
|
'score': ((value['score'] as Array<any>).map(ApiPadelMatchesGet200ResponseInnerScoreInnerToJSON)),
|
|
245
245
|
'players': ApiPadelMatchesGet200ResponseInnerPlayersToJSON(value['players']),
|
|
@@ -43,6 +43,18 @@ export interface ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner {
|
|
|
43
43
|
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
44
44
|
*/
|
|
45
45
|
side: string;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
50
|
+
*/
|
|
51
|
+
nationality: string;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
56
|
+
*/
|
|
57
|
+
photoUrl: string;
|
|
46
58
|
}
|
|
47
59
|
|
|
48
60
|
/**
|
|
@@ -53,6 +65,8 @@ export function instanceOfApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner(va
|
|
|
53
65
|
if (!('name' in value) || value['name'] === undefined) return false;
|
|
54
66
|
if (!('self' in value) || value['self'] === undefined) return false;
|
|
55
67
|
if (!('side' in value) || value['side'] === undefined) return false;
|
|
68
|
+
if (!('nationality' in value) || value['nationality'] === undefined) return false;
|
|
69
|
+
if (!('photoUrl' in value) || value['photoUrl'] === undefined) return false;
|
|
56
70
|
return true;
|
|
57
71
|
}
|
|
58
72
|
|
|
@@ -70,6 +84,8 @@ export function ApiPadelMatchesGet200ResponseInnerPlayersTeam1InnerFromJSONTyped
|
|
|
70
84
|
'name': json['name'],
|
|
71
85
|
'self': json['self'],
|
|
72
86
|
'side': json['side'],
|
|
87
|
+
'nationality': json['nationality'],
|
|
88
|
+
'photoUrl': json['photoUrl'],
|
|
73
89
|
};
|
|
74
90
|
}
|
|
75
91
|
|
|
@@ -88,6 +104,8 @@ export function ApiPadelMatchesGet200ResponseInnerPlayersTeam1InnerToJSONTyped(v
|
|
|
88
104
|
'name': value['name'],
|
|
89
105
|
'self': value['self'],
|
|
90
106
|
'side': value['side'],
|
|
107
|
+
'nationality': value['nationality'],
|
|
108
|
+
'photoUrl': value['photoUrl'],
|
|
91
109
|
};
|
|
92
110
|
}
|
|
93
111
|
|