@drxsuperapp/sdk 1.1.233 → 1.1.234
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
|
@@ -494,21 +494,20 @@
|
|
|
494
494
|
# https://opencollective.com/openapi_generator/donate #
|
|
495
495
|
################################################################################
|
|
496
496
|
✅ SDK generated
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
Everything up-to-date
|
|
497
|
+
[master 049df69] VPS: Generated API SDK
|
|
498
|
+
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
499
|
+
To https://gitlab.com/drx-super/drx-sdk.git
|
|
500
|
+
9878414..049df69 master -> master
|
|
502
501
|
✅ Changes committed and pushed
|
|
503
|
-
v1.1.
|
|
502
|
+
v1.1.234
|
|
504
503
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
505
|
-
|
|
504
|
+
049df69..6608989 master -> master
|
|
506
505
|
✅ Version bumped
|
|
507
506
|
|
|
508
|
-
> @drxsuperapp/sdk@1.1.
|
|
507
|
+
> @drxsuperapp/sdk@1.1.234 prepublishOnly
|
|
509
508
|
> npm run build
|
|
510
509
|
|
|
511
510
|
|
|
512
|
-
> @drxsuperapp/sdk@1.1.
|
|
511
|
+
> @drxsuperapp/sdk@1.1.234 build
|
|
513
512
|
> tsc
|
|
514
513
|
|
|
@@ -40,7 +40,7 @@ export interface ApiEsportMatchesGetFilterParameter {
|
|
|
40
40
|
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
41
41
|
* @memberof ApiEsportMatchesGetFilterParameter
|
|
42
42
|
*/
|
|
43
|
-
|
|
43
|
+
beginAt?: ApiPadelMatchesGetFilterParameterName;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* Check if a given object implements the ApiEsportMatchesGetFilterParameter interface.
|
|
@@ -30,7 +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
|
-
'
|
|
33
|
+
'beginAt': json['begin_at'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['begin_at']),
|
|
34
34
|
};
|
|
35
35
|
}
|
|
36
36
|
export function ApiEsportMatchesGetFilterParameterToJSON(json) {
|
|
@@ -44,6 +44,6 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value, ignoreDiscr
|
|
|
44
44
|
'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
|
|
45
45
|
'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
|
|
46
46
|
'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
|
|
47
|
-
'
|
|
47
|
+
'begin_at': ApiPadelMatchesGetFilterParameterNameToJSON(value['beginAt']),
|
|
48
48
|
};
|
|
49
49
|
}
|
|
@@ -57,7 +57,7 @@ export interface ApiEsportMatchesGetFilterParameter {
|
|
|
57
57
|
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
58
58
|
* @memberof ApiEsportMatchesGetFilterParameter
|
|
59
59
|
*/
|
|
60
|
-
|
|
60
|
+
beginAt?: ApiPadelMatchesGetFilterParameterName;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/**
|
|
@@ -80,7 +80,7 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json: any, ignor
|
|
|
80
80
|
'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
|
|
81
81
|
'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
|
|
82
82
|
'videogameId': json['videogame_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogame_id']),
|
|
83
|
-
'
|
|
83
|
+
'beginAt': json['begin_at'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['begin_at']),
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -98,7 +98,7 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value?: ApiEsportM
|
|
|
98
98
|
'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
|
|
99
99
|
'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
|
|
100
100
|
'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
|
|
101
|
-
'
|
|
101
|
+
'begin_at': ApiPadelMatchesGetFilterParameterNameToJSON(value['beginAt']),
|
|
102
102
|
};
|
|
103
103
|
}
|
|
104
104
|
|