@revxui/api-clients-ts 1.1.482 → 1.1.484

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,18 @@
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 { EndCardSelectionDTO } from './endCardSelectionDTO';
13
+ import { SelectedTargetDTO } from './selectedTargetDTO';
14
+ export interface AssetSelectionDTO {
15
+ endCard?: EndCardSelectionDTO;
16
+ selectedTargets?: Array<SelectedTargetDTO>;
17
+ uploadId?: number;
18
+ }
@@ -9,14 +9,13 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AssetSelectionDTO } from './assetSelectionDTO';
12
13
  import { CreativeSetRequest } from './creativeSetRequest';
13
- import { SelectedTargetDTO } from './selectedTargetDTO';
14
14
  export interface CreativeAssetOptimizationRequest {
15
15
  advertiserId?: number;
16
+ assets?: Array<AssetSelectionDTO>;
16
17
  creativeSetRequest?: CreativeSetRequest;
17
18
  creativeSetType?: CreativeAssetOptimizationRequest.CreativeSetTypeEnum;
18
- selectedTargets?: Array<SelectedTargetDTO>;
19
- uploadId?: number;
20
19
  }
21
20
  export declare namespace CreativeAssetOptimizationRequest {
22
21
  type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON' | 'ICON' | 'CTV_VIDEO' | 'PLAYABLE';
@@ -46,6 +46,7 @@ export interface CreativeSetDetails {
46
46
  strategyList?: Array<BaseModel>;
47
47
  theme?: BaseModel;
48
48
  type?: CreativeSetDetails.TypeEnum;
49
+ version?: number;
49
50
  }
50
51
  export declare namespace CreativeSetDetails {
51
52
  type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON' | 'ICON' | 'CTV_VIDEO' | 'PLAYABLE';
@@ -0,0 +1,22 @@
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 EndCardSelectionDTO {
13
+ endCardType?: EndCardSelectionDTO.EndCardTypeEnum;
14
+ uploadId?: number;
15
+ }
16
+ export declare namespace EndCardSelectionDTO {
17
+ type EndCardTypeEnum = 'IMAGE' | 'HTML';
18
+ const EndCardTypeEnum: {
19
+ IMAGE: EndCardTypeEnum;
20
+ HTML: EndCardTypeEnum;
21
+ };
22
+ }
package/model/models.d.ts CHANGED
@@ -187,6 +187,7 @@ export * from './apiResponseObjectlong';
187
187
  export * from './apiResponseObjectstring';
188
188
  export * from './appSettingsDTO';
189
189
  export * from './appSettingsPropertyDTO';
190
+ export * from './assetSelectionDTO';
190
191
  export * from './auctionTypeEditField';
191
192
  export * from './audienceAccessDTO';
192
193
  export * from './audienceAnalysisRequest';
@@ -329,6 +330,7 @@ export * from './dynamicVideoTemplate';
329
330
  export * from './eResponseobject';
330
331
  export * from './eligibleUsersRequest';
331
332
  export * from './eligibleUsersResponse';
333
+ export * from './endCardSelectionDTO';
332
334
  export * from './endCards';
333
335
  export * from './experimentsEntity';
334
336
  export * from './extendedBaseModel';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.482",
3
+ "version": "1.1.484",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [