@revxui/api-clients-ts 0.10.184 → 0.10.188

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.
@@ -9,8 +9,8 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- export interface VideoTargeting {
13
- allVideos?: boolean;
14
- nonSkippableVideos?: boolean;
15
- rewardedVideos?: boolean;
12
+ import { BaseModel } from './baseModel';
13
+ export interface BaseModelListEditField {
14
+ action?: string;
15
+ value?: Array<BaseModel>;
16
16
  }
@@ -14,6 +14,7 @@ import { AudienceStrEditField } from './audienceStrEditField';
14
14
  import { BIgIntegerEditFiled } from './bIgIntegerEditFiled';
15
15
  import { BaseModel } from './baseModel';
16
16
  import { BaseModelEditField } from './baseModelEditField';
17
+ import { BaseModelListEditField } from './baseModelListEditField';
17
18
  import { BigDecimalEditField } from './bigDecimalEditField';
18
19
  import { CreativeListEditField } from './creativeListEditField';
19
20
  import { DayPartEditField } from './dayPartEditField';
@@ -45,5 +46,6 @@ export interface BulkEditStrategiesDTO {
45
46
  pricingType?: BaseModelEditField;
46
47
  pricingValue?: BigDecimalEditField;
47
48
  strategies?: Array<BaseModel>;
49
+ userPurchaseFrequency?: BaseModelListEditField;
48
50
  webAudienceTargeting?: AudienceStrEditField;
49
51
  }
package/model/models.d.ts CHANGED
@@ -104,6 +104,7 @@ export * from './auditMarker';
104
104
  export * from './bIgIntegerEditFiled';
105
105
  export * from './baseModel';
106
106
  export * from './baseModelEditField';
107
+ export * from './baseModelListEditField';
107
108
  export * from './bigDecimalEditField';
108
109
  export * from './bulkEditStrategiesDTO';
109
110
  export * from './bulkEditStrategiesResponse';
@@ -236,5 +237,4 @@ export * from './variablesMappingDTO';
236
237
  export * from './vastCreative';
237
238
  export * from './videoAttributes';
238
239
  export * from './videoProperties';
239
- export * from './videoTargeting';
240
240
  export * from './whitelabelingEntity';
@@ -20,7 +20,6 @@ import { TargetBrowsers } from './targetBrowsers';
20
20
  import { TargetGeoDTO } from './targetGeoDTO';
21
21
  import { TargetMobileDevices } from './targetMobileDevices';
22
22
  import { TimeZoneDTO } from './timeZoneDTO';
23
- import { VideoTargeting } from './videoTargeting';
24
23
  export interface StrategyDTO {
25
24
  active?: boolean;
26
25
  adGroupCount?: number;
@@ -95,7 +94,6 @@ export interface StrategyDTO {
95
94
  targetWebSegments?: AudienceStrDTO;
96
95
  timezone?: TimeZoneDTO;
97
96
  userPurchaseFrequency?: Array<BaseModel>;
98
- videoPlacement?: VideoTargeting;
99
97
  }
100
98
  export declare namespace StrategyDTO {
101
99
  type AuctionTypeTargetingEnum = 'FIRST' | 'SECOND' | 'ALL';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.184",
3
+ "version": "0.10.188",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [