@drxsuperapp/sdk 1.1.230 → 1.1.231
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
CHANGED
|
@@ -484,21 +484,20 @@
|
|
|
484
484
|
# https://opencollective.com/openapi_generator/donate #
|
|
485
485
|
################################################################################
|
|
486
486
|
✅ SDK generated
|
|
487
|
-
[master
|
|
488
|
-
|
|
489
|
-
create mode 100644 models/ApiEsportLeaguesIdGet200Response.ts
|
|
487
|
+
[master 434e9df] VPS: Generated API SDK
|
|
488
|
+
1 file changed, 8 insertions(+)
|
|
490
489
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
491
|
-
|
|
490
|
+
c2b1e55..434e9df master -> master
|
|
492
491
|
✅ Changes committed and pushed
|
|
493
|
-
v1.1.
|
|
492
|
+
v1.1.231
|
|
494
493
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
495
|
-
|
|
494
|
+
434e9df..f408744 master -> master
|
|
496
495
|
✅ Version bumped
|
|
497
496
|
|
|
498
|
-
> @drxsuperapp/sdk@1.1.
|
|
497
|
+
> @drxsuperapp/sdk@1.1.231 prepublishOnly
|
|
499
498
|
> npm run build
|
|
500
499
|
|
|
501
500
|
|
|
502
|
-
> @drxsuperapp/sdk@1.1.
|
|
501
|
+
> @drxsuperapp/sdk@1.1.231 build
|
|
503
502
|
> tsc
|
|
504
503
|
|
|
@@ -35,6 +35,12 @@ export interface ApiEsportMatchesGetFilterParameter {
|
|
|
35
35
|
* @memberof ApiEsportMatchesGetFilterParameter
|
|
36
36
|
*/
|
|
37
37
|
videogameId?: ApiPadelMatchesGetFilterParameterId;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
41
|
+
* @memberof ApiEsportMatchesGetFilterParameter
|
|
42
|
+
*/
|
|
43
|
+
beginDate?: ApiPadelMatchesGetFilterParameterName;
|
|
38
44
|
}
|
|
39
45
|
/**
|
|
40
46
|
* Check if a given object implements the ApiEsportMatchesGetFilterParameter interface.
|
|
@@ -30,6 +30,7 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json, ignoreDisc
|
|
|
30
30
|
'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
|
|
31
31
|
'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
|
|
32
32
|
'videogameId': json['videogame_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogame_id']),
|
|
33
|
+
'beginDate': json['begin_date'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['begin_date']),
|
|
33
34
|
};
|
|
34
35
|
}
|
|
35
36
|
export function ApiEsportMatchesGetFilterParameterToJSON(json) {
|
|
@@ -43,5 +44,6 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value, ignoreDiscr
|
|
|
43
44
|
'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
|
|
44
45
|
'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
|
|
45
46
|
'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
|
|
47
|
+
'begin_date': ApiPadelMatchesGetFilterParameterNameToJSON(value['beginDate']),
|
|
46
48
|
};
|
|
47
49
|
}
|
|
@@ -52,6 +52,12 @@ export interface ApiEsportMatchesGetFilterParameter {
|
|
|
52
52
|
* @memberof ApiEsportMatchesGetFilterParameter
|
|
53
53
|
*/
|
|
54
54
|
videogameId?: ApiPadelMatchesGetFilterParameterId;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
58
|
+
* @memberof ApiEsportMatchesGetFilterParameter
|
|
59
|
+
*/
|
|
60
|
+
beginDate?: ApiPadelMatchesGetFilterParameterName;
|
|
55
61
|
}
|
|
56
62
|
|
|
57
63
|
/**
|
|
@@ -74,6 +80,7 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json: any, ignor
|
|
|
74
80
|
'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
|
|
75
81
|
'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
|
|
76
82
|
'videogameId': json['videogame_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogame_id']),
|
|
83
|
+
'beginDate': json['begin_date'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['begin_date']),
|
|
77
84
|
};
|
|
78
85
|
}
|
|
79
86
|
|
|
@@ -91,6 +98,7 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value?: ApiEsportM
|
|
|
91
98
|
'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
|
|
92
99
|
'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
|
|
93
100
|
'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
|
|
101
|
+
'begin_date': ApiPadelMatchesGetFilterParameterNameToJSON(value['beginDate']),
|
|
94
102
|
};
|
|
95
103
|
}
|
|
96
104
|
|