@revxui/api-clients-ts 1.1.467 → 1.1.469

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
  }
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.467",
3
+ "version": "1.1.469",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [