@mediahub-bg/ott-objects 0.3.66 → 0.3.68

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 +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediahub-bg/ott-objects",
3
- "version": "0.3.66",
3
+ "version": "0.3.68",
4
4
  "types": "web/types.d.ts",
5
5
  "files": [
6
6
  "web"
package/web/types.ts CHANGED
@@ -314,6 +314,7 @@ export interface PubM3U8Profile {
314
314
  resolution: string;
315
315
  autoselect: boolean;
316
316
  default_profile: boolean;
317
+ private: boolean;
317
318
  }
318
319
  export interface PubChannel {
319
320
  /**