@drxsuperapp/sdk 1.1.272 → 1.1.273
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
|
@@ -559,20 +559,20 @@
|
|
|
559
559
|
# https://opencollective.com/openapi_generator/donate #
|
|
560
560
|
################################################################################
|
|
561
561
|
✅ SDK generated
|
|
562
|
-
[master
|
|
563
|
-
1 file changed,
|
|
562
|
+
[master 831b9e6] VPS: Generated API SDK
|
|
563
|
+
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
564
564
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
565
|
-
|
|
565
|
+
5c39186..831b9e6 master -> master
|
|
566
566
|
✅ Changes committed and pushed
|
|
567
|
-
v1.1.
|
|
567
|
+
v1.1.273
|
|
568
568
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
569
|
-
|
|
569
|
+
831b9e6..fb69a1f master -> master
|
|
570
570
|
✅ Version bumped
|
|
571
571
|
|
|
572
|
-
> @drxsuperapp/sdk@1.1.
|
|
572
|
+
> @drxsuperapp/sdk@1.1.273 prepublishOnly
|
|
573
573
|
> npm run build
|
|
574
574
|
|
|
575
575
|
|
|
576
|
-
> @drxsuperapp/sdk@1.1.
|
|
576
|
+
> @drxsuperapp/sdk@1.1.273 build
|
|
577
577
|
> tsc
|
|
578
578
|
|
|
@@ -30,8 +30,8 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json, ignoreDisc
|
|
|
30
30
|
return {
|
|
31
31
|
'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
|
|
32
32
|
'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
|
|
33
|
-
'videogameId': json['
|
|
34
|
-
'beginAt': json['
|
|
33
|
+
'videogameId': json['videogameId'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogameId']),
|
|
34
|
+
'beginAt': json['beginAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['beginAt']),
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
37
|
export function ApiEsportMatchesGetFilterParameterToJSON(json) {
|
|
@@ -44,7 +44,7 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value, ignoreDiscr
|
|
|
44
44
|
return {
|
|
45
45
|
'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
|
|
46
46
|
'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
|
|
47
|
-
'
|
|
48
|
-
'
|
|
47
|
+
'videogameId': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
|
|
48
|
+
'beginAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['beginAt']),
|
|
49
49
|
};
|
|
50
50
|
}
|
|
@@ -86,8 +86,8 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json: any, ignor
|
|
|
86
86
|
|
|
87
87
|
'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
|
|
88
88
|
'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
|
|
89
|
-
'videogameId': json['
|
|
90
|
-
'beginAt': json['
|
|
89
|
+
'videogameId': json['videogameId'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogameId']),
|
|
90
|
+
'beginAt': json['beginAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['beginAt']),
|
|
91
91
|
};
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -104,8 +104,8 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value?: ApiEsportM
|
|
|
104
104
|
|
|
105
105
|
'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
|
|
106
106
|
'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
|
|
107
|
-
'
|
|
108
|
-
'
|
|
107
|
+
'videogameId': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
|
|
108
|
+
'beginAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['beginAt']),
|
|
109
109
|
};
|
|
110
110
|
}
|
|
111
111
|
|