@mediahub-bg/ott-objects 0.6.32 → 0.6.36

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 +12 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediahub-bg/ott-objects",
3
- "version": "0.6.32",
3
+ "version": "0.6.36",
4
4
  "types": "web/types.d.ts",
5
5
  "files": [
6
6
  "web"
package/web/types.ts CHANGED
@@ -538,6 +538,18 @@ export interface PubModuleVodEPGsResp {
538
538
  prev: number /* int64 */;
539
539
  next: number /* int64 */;
540
540
  }
541
+ export interface TopRatedTvResp {
542
+ epgs: PubEPG[];
543
+ total: number /* int64 */;
544
+ offset: number /* int64 */;
545
+ limit: number /* int64 */;
546
+ }
547
+ export interface TopRatedVodResp {
548
+ epgs: PubVodEPG[];
549
+ total: number /* int64 */;
550
+ offset: number /* int64 */;
551
+ limit: number /* int64 */;
552
+ }
541
553
 
542
554
  //////////
543
555
  // source: ia_pub.go