@revxui/api-clients-ts 1.1.463 → 1.1.465

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,6 +18,7 @@ export interface DcoVideoAssetDTO {
18
18
  height?: number;
19
19
  id?: number;
20
20
  modifiedAt?: Date;
21
+ musicUrl?: string;
21
22
  type?: string;
22
23
  url?: string;
23
24
  width?: number;
@@ -13,5 +13,6 @@ import { DcoVideoUploadedAssetDTO } from './dcoVideoUploadedAssetDTO';
13
13
  export interface DcoVideoAssetUploadResponse {
14
14
  advertiserId?: number;
15
15
  assets?: Array<DcoVideoUploadedAssetDTO>;
16
+ promoMusicUrl?: string;
16
17
  templateId?: number;
17
18
  }
@@ -15,6 +15,7 @@ export interface DcoVideoGenerateSampleRequest {
15
15
  assets?: Array<DcoVideoAssetDTO>;
16
16
  brandGuidelineId?: number;
17
17
  feedKey?: string;
18
+ promoMusicUrl?: string;
18
19
  settingsId?: number;
19
20
  templateId?: number;
20
21
  }
@@ -11,6 +11,9 @@
11
11
  */
12
12
  import { DcoVideoCatalogItemDTO } from './dcoVideoCatalogItemDTO';
13
13
  export interface DcoVideoGenerateSampleResponse {
14
+ asset_music_urls?: {
15
+ [key: string]: string;
16
+ };
14
17
  assets?: {
15
18
  [key: string]: string;
16
19
  };
@@ -19,6 +22,7 @@ export interface DcoVideoGenerateSampleResponse {
19
22
  feedKey?: string;
20
23
  generatedAt?: Date;
21
24
  height?: number;
25
+ promo_music_url?: string;
22
26
  renderDurationMs?: number;
23
27
  sampleVideoThumbnailUrl?: string;
24
28
  sampleVideoUrl?: string;
@@ -15,6 +15,7 @@ export interface DcoVideoSettingsCreateRequest {
15
15
  assets?: Array<DcoVideoAssetDTO>;
16
16
  brandGuidelineId?: number;
17
17
  feedKey?: string;
18
+ promoMusicUrl?: string;
18
19
  sampleVideoUrl?: string;
19
20
  templateId?: number;
20
21
  }
@@ -21,6 +21,7 @@ export interface DcoVideoSettingsDTO {
21
21
  id?: number;
22
22
  isActive?: boolean;
23
23
  modifiedBy?: number;
24
+ promoMusicUrl?: string;
24
25
  sampleVideoGeneratedAt?: Date;
25
26
  sampleVideoHeight?: number;
26
27
  sampleVideoStatus?: string;
@@ -14,6 +14,7 @@ export interface DcoVideoSettingsUpdateRequest {
14
14
  assets?: Array<DcoVideoAssetDTO>;
15
15
  brandGuidelineId?: number;
16
16
  feedKey?: string;
17
+ promoMusicUrl?: string;
17
18
  sampleVideoUrl?: string;
18
19
  templateId?: number;
19
20
  }
@@ -14,10 +14,13 @@ import { DcoVideoTemplateRequirementsDTO } from './dcoVideoTemplateRequirementsD
14
14
  export interface DcoVideoTemplateDTO {
15
15
  code?: string;
16
16
  dimensions?: Array<DcoVideoDimensionDTO>;
17
+ hasMusicFile?: boolean;
17
18
  height?: number;
18
19
  id?: number;
19
20
  name?: string;
20
21
  previewUrl?: string;
21
22
  requires?: DcoVideoTemplateRequirementsDTO;
23
+ salePricePrefix?: string;
24
+ templateDurationSecs?: number;
22
25
  width?: number;
23
26
  }
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface DcoVideoUploadedAssetDTO {
13
+ musicUrl?: string;
13
14
  type?: string;
14
15
  url?: string;
15
16
  }
@@ -12,7 +12,10 @@
12
12
  import { Size } from './size';
13
13
  export interface DynamicVideoTemplate {
14
14
  dimension?: Size;
15
+ hasMusicFile?: boolean;
15
16
  id?: number;
16
17
  name?: string;
18
+ salePricePrefix?: string;
17
19
  template?: string;
20
+ templateDurationSecs?: number;
18
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.463",
3
+ "version": "1.1.465",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [