@30nama/sdk 1.1.3 → 1.1.4

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.
@@ -12,7 +12,7 @@ export type VideoContentInfoData = {
12
12
  export type VideoContentInfo = {
13
13
  [key in ISOLocales]: VideoContentInfoData;
14
14
  };
15
- export type VideoContentOption = 'featured' | 'persian-subtitle' | 'streams';
15
+ export type VideoContentOption = 'featured' | 'persian-subtitle' | 'streams' | 'coming-soon';
16
16
  export type SeriesMeta = {
17
17
  air_status: string;
18
18
  air_days: string[];
@@ -30,7 +30,7 @@ export declare class IVideoContent extends BaseEntity {
30
30
  collections: ICollection[];
31
31
  languages: Omit<ICollector, 'poster'>[];
32
32
  countries: Omit<ICollector, 'poster'>[];
33
- times: {
33
+ times?: {
34
34
  id: string;
35
35
  name: string;
36
36
  time: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@30nama/sdk",
3
3
  "description": "30nama SDK for Node.js",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [