@revxui/api-clients-ts 1.1.466 → 1.1.468

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.
@@ -18,7 +18,6 @@ export interface DcoVideoAssetDTO {
18
18
  height?: number;
19
19
  id?: number;
20
20
  modifiedAt?: Date;
21
- musicUrl?: string;
22
21
  type?: string;
23
22
  url?: string;
24
23
  width?: number;
@@ -15,7 +15,6 @@ export interface DcoVideoGenerateSampleRequest {
15
15
  assets?: Array<DcoVideoAssetDTO>;
16
16
  brandGuidelineId?: number;
17
17
  feedKey?: string;
18
- promoMusicUrl?: string;
19
18
  settingsId?: number;
20
19
  templateId?: number;
21
20
  }
@@ -15,7 +15,6 @@ export interface DcoVideoSettingsCreateRequest {
15
15
  assets?: Array<DcoVideoAssetDTO>;
16
16
  brandGuidelineId?: number;
17
17
  feedKey?: string;
18
- promoMusicUrl?: string;
19
18
  sampleVideoUrl?: string;
20
19
  templateId?: number;
21
20
  }
@@ -14,7 +14,6 @@ export interface DcoVideoSettingsUpdateRequest {
14
14
  assets?: Array<DcoVideoAssetDTO>;
15
15
  brandGuidelineId?: number;
16
16
  feedKey?: string;
17
- promoMusicUrl?: string;
18
17
  sampleVideoUrl?: string;
19
18
  templateId?: number;
20
19
  }
@@ -14,7 +14,6 @@ import { DcoVideoTemplateRequirementsDTO } from './dcoVideoTemplateRequirementsD
14
14
  export interface DcoVideoTemplateDTO {
15
15
  code?: string;
16
16
  dimensions?: Array<DcoVideoDimensionDTO>;
17
- hasMusicFile?: boolean;
18
17
  height?: number;
19
18
  id?: number;
20
19
  name?: string;
@@ -12,5 +12,6 @@
12
12
  export interface DcoVideoTemplateRequirementsDTO {
13
13
  backgroundImage?: boolean;
14
14
  promoBanner?: boolean;
15
+ promoMusic?: boolean;
15
16
  promoVideo?: boolean;
16
17
  }
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface DcoVideoUploadedAssetDTO {
13
- musicUrl?: string;
14
13
  type?: string;
15
14
  url?: string;
16
15
  }
@@ -9,12 +9,13 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { DcoVideoTemplateRequirementsDTO } from './dcoVideoTemplateRequirementsDTO';
12
13
  import { Size } from './size';
13
14
  export interface DynamicVideoTemplate {
14
15
  dimension?: Size;
15
- hasMusicFile?: boolean;
16
16
  id?: number;
17
17
  name?: string;
18
+ requires?: DcoVideoTemplateRequirementsDTO;
18
19
  salePricePrefix?: string;
19
20
  template?: string;
20
21
  templateDurationSecs?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.466",
3
+ "version": "1.1.468",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [