@mediahub-bg/ott-objects 0.5.29 → 0.5.33
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/package.json +1 -1
- package/web/types.ts +2 -0
package/package.json
CHANGED
package/web/types.ts
CHANGED
|
@@ -381,6 +381,7 @@ export interface ChannelUpdateRequest {
|
|
|
381
381
|
epgInfo?: EPGInfoUpdate;
|
|
382
382
|
profileGroups?: ProfileGroupUpdate[];
|
|
383
383
|
images?: { [key: string]: string};
|
|
384
|
+
monitoring?: ChanMon;
|
|
384
385
|
}
|
|
385
386
|
export interface ChannelStat {
|
|
386
387
|
id: string;
|
|
@@ -977,6 +978,7 @@ export interface InResetPassword {
|
|
|
977
978
|
export interface InUserStatus {
|
|
978
979
|
email: string;
|
|
979
980
|
otp?: string;
|
|
981
|
+
'g-recaptcha-response'?: string;
|
|
980
982
|
}
|
|
981
983
|
export interface InDelUser {
|
|
982
984
|
password?: string;
|