@mediahub-bg/ott-objects 0.4.84 → 0.4.86

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/types.ts +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediahub-bg/ott-objects",
3
- "version": "0.4.84",
3
+ "version": "0.4.86",
4
4
  "types": "web/types.d.ts",
5
5
  "files": [
6
6
  "web"
package/web/types.ts CHANGED
@@ -773,7 +773,7 @@ export interface SportEventBase extends SportObjectCommon {
773
773
  verified: boolean;
774
774
  realStart: number /* int64 */;
775
775
  realEnd: number /* int64 */;
776
- matchStartChunkTime: number /* int64 */;
776
+ matchStartChunkTime?: number /* int64 */;
777
777
  spectators: number /* int */;
778
778
  commentary: string;
779
779
  videoProvider?: SportEventVideoProvider;
@@ -917,6 +917,7 @@ export interface InUserStatus {
917
917
  }
918
918
  export interface InDelUser {
919
919
  password: string;
920
+ feedback?: string;
920
921
  }
921
922
  export interface InUpdatePassword {
922
923
  oldpass: string;