@revxui/api-clients-ts 1.1.457 → 1.1.459

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.
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DcoVideoAssetUploadResponse } from './dcoVideoAssetUploadResponse';
13
+ export interface ApiResponseObjectDcoVideoAssetUploadResponse {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoAssetUploadResponse;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DcoVideoAssetDTO } from './dcoVideoAssetDTO';
13
+ export interface DcoVideoAssetUploadResponse {
14
+ advertiserId?: number;
15
+ assets?: Array<DcoVideoAssetDTO>;
16
+ templateId?: number;
17
+ }
@@ -9,11 +9,10 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { DcoVideoAssetDTO } from './dcoVideoAssetDTO';
12
13
  export interface DcoVideoGenerateSampleRequest {
13
14
  advertiserId?: number;
14
- assets?: {
15
- [key: string]: string;
16
- };
15
+ assets?: Array<DcoVideoAssetDTO>;
17
16
  brandGuidelineId?: number;
18
17
  feedKey?: string;
19
18
  settingsId?: number;
package/model/models.d.ts CHANGED
@@ -92,6 +92,7 @@ export * from './apiResponseObjectCreativeTemplatesMetadataDTO';
92
92
  export * from './apiResponseObjectDashboardMetrics';
93
93
  export * from './apiResponseObjectDashboardResponse';
94
94
  export * from './apiResponseObjectDcoVideoActivateResponse';
95
+ export * from './apiResponseObjectDcoVideoAssetUploadResponse';
95
96
  export * from './apiResponseObjectDcoVideoGenerateSampleResponse';
96
97
  export * from './apiResponseObjectDcoVideoGeneratedCountResponse';
97
98
  export * from './apiResponseObjectDcoVideoSettingsDTO';
@@ -282,6 +283,7 @@ export * from './dcoAttributesDTO';
282
283
  export * from './dcoVideoActivateRequest';
283
284
  export * from './dcoVideoActivateResponse';
284
285
  export * from './dcoVideoAssetDTO';
286
+ export * from './dcoVideoAssetUploadResponse';
285
287
  export * from './dcoVideoBrandGuidelineDTO';
286
288
  export * from './dcoVideoCatalogItemDTO';
287
289
  export * from './dcoVideoDimensionDTO';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.457",
3
+ "version": "1.1.459",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [