@mediahub-bg/ott-objects 0.5.46 → 0.5.47
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 +4 -4
package/package.json
CHANGED
package/web/types.ts
CHANGED
|
@@ -601,10 +601,10 @@ export interface PubPic {
|
|
|
601
601
|
*/
|
|
602
602
|
|
|
603
603
|
export interface SportObjectCommon {
|
|
604
|
-
n
|
|
605
|
-
ut
|
|
606
|
-
id
|
|
607
|
-
updatedAt
|
|
604
|
+
n: number /* int */;
|
|
605
|
+
ut: number /* int64 */;
|
|
606
|
+
id: number /* int64 */;
|
|
607
|
+
updatedAt: number /* int64 */;
|
|
608
608
|
}
|
|
609
609
|
export interface SportImage extends SportObjectCommon {
|
|
610
610
|
contentType: string;
|