@drxsuperapp/sdk 1.1.232 → 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,27 +494,20 @@
|
|
|
494
494
|
# https://opencollective.com/openapi_generator/donate #
|
|
495
495
|
################################################################################
|
|
496
496
|
✅ SDK generated
|
|
497
|
-
[master
|
|
498
|
-
|
|
499
|
-
create mode 100644 models/ApiYoutubePrivateStreamDelete200Response.ts
|
|
500
|
-
create mode 100644 models/ApiYoutubePrivateStreamPost200Response.ts
|
|
501
|
-
create mode 100644 models/ApiYoutubePrivateStreamPost200ResponseResponseObject.ts
|
|
502
|
-
create mode 100644 models/ApiYoutubePrivateStreamPost200ResponseResponseObjectPrivateStream.ts
|
|
503
|
-
delete mode 100644 models/ApiYoutubeRefreshPost200Response.ts
|
|
504
|
-
create mode 100644 models/PrivateStreamRequest.ts
|
|
505
|
-
create mode 100644 models/PrivateStreamResponse.ts
|
|
497
|
+
[master 049df69] VPS: Generated API SDK
|
|
498
|
+
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
506
499
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
507
|
-
|
|
500
|
+
9878414..049df69 master -> master
|
|
508
501
|
✅ Changes committed and pushed
|
|
509
|
-
v1.1.
|
|
502
|
+
v1.1.234
|
|
510
503
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
511
|
-
|
|
504
|
+
049df69..6608989 master -> master
|
|
512
505
|
✅ Version bumped
|
|
513
506
|
|
|
514
|
-
> @drxsuperapp/sdk@1.1.
|
|
507
|
+
> @drxsuperapp/sdk@1.1.234 prepublishOnly
|
|
515
508
|
> npm run build
|
|
516
509
|
|
|
517
510
|
|
|
518
|
-
> @drxsuperapp/sdk@1.1.
|
|
511
|
+
> @drxsuperapp/sdk@1.1.234 build
|
|
519
512
|
> tsc
|
|
520
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
|
|