@revxui/api-clients-ts 0.10.288 → 0.10.289

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.
@@ -10,9 +10,8 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { BaseModel } from './baseModel';
13
+ import { FailedDTO } from './failedDTO';
13
14
  export interface BulkEditCreativeSetsListDTO {
14
- failedCreativeSets?: Array<BaseModel>;
15
- failedStrategies?: Array<BaseModel>;
15
+ failedCreativeSets?: Array<FailedDTO>;
16
16
  updatedCreativeSets?: Array<BaseModel>;
17
- updatedStrategies?: Array<BaseModel>;
18
17
  }
@@ -10,11 +10,12 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { BaseModel } from './baseModel';
13
+ import { FailedDTO } from './failedDTO';
13
14
  import { FailedStrategyFieldsDTO } from './failedStrategyFieldsDTO';
14
15
  export interface BulkEditCreativeSetsResponse {
15
16
  code?: number;
16
17
  failedFields?: Array<FailedStrategyFieldsDTO>;
17
- invalidCreativeSets?: Array<BaseModel>;
18
+ invalidCreativeSets?: Array<FailedDTO>;
18
19
  message?: string;
19
20
  validCreativeSets?: Array<BaseModel>;
20
21
  }
@@ -14,6 +14,7 @@ export interface Creative {
14
14
  advertiserId?: number;
15
15
  createdBy?: number;
16
16
  creationTime?: number;
17
+ creativeSetId?: number;
17
18
  creativeType?: string;
18
19
  height?: number;
19
20
  id?: number;
@@ -0,0 +1,16 @@
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
+ export interface FailedDTO {
13
+ id?: number;
14
+ message?: string;
15
+ name?: string;
16
+ }
package/model/models.d.ts CHANGED
@@ -179,6 +179,7 @@ export * from './eligibleUsersResponse';
179
179
  export * from './endCards';
180
180
  export * from './extendedBaseModel';
181
181
  export * from './extendedTargetingObject';
182
+ export * from './failedDTO';
182
183
  export * from './failedStrategyDTO';
183
184
  export * from './failedStrategyFieldsDTO';
184
185
  export * from './fcapDetails';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.288",
3
+ "version": "0.10.289",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [