@revxui/api-clients-ts 0.10.198 → 0.10.202

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.
@@ -19,6 +19,7 @@ import { CreativeListEditField } from './creativeListEditField';
19
19
  import { DayPartEditField } from './dayPartEditField';
20
20
  import { DealCategoryEditField } from './dealCategoryEditField';
21
21
  import { FcapEditField } from './fcapEditField';
22
+ import { IntegerEditField } from './integerEditField';
22
23
  import { RTBAggregatorsEditField } from './rTBAggregatorsEditField';
23
24
  import { RTBSitesEditField } from './rTBSitesEditField';
24
25
  import { StringEditField } from './stringEditField';
@@ -30,6 +31,7 @@ export interface BulkEditStrategiesDTO {
30
31
  auctionTargeting?: AuctionTypeEditField;
31
32
  bidCapMax?: BigDecimalEditField;
32
33
  bidCapMin?: BigDecimalEditField;
34
+ boostBidPrice?: IntegerEditField;
33
35
  budgetValue?: BigDecimalEditField;
34
36
  creatives?: CreativeListEditField;
35
37
  daysTargeting?: DayPartEditField;
@@ -46,6 +46,7 @@ export interface CreativeDTO {
46
46
  performanceData?: CreativePerformanceData;
47
47
  previewUrl?: string;
48
48
  refactored?: boolean;
49
+ scheduledTimezone?: BaseModel;
49
50
  size?: Size;
50
51
  startTime?: number;
51
52
  templateBased?: boolean;
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { BaseModel } from './baseModel';
12
13
  import { Size } from './size';
13
14
  export interface CreativeSetDashboardMetric {
14
15
  active?: boolean;
@@ -51,6 +52,7 @@ export interface CreativeSetDashboardMetric {
51
52
  name?: string;
52
53
  revenue?: number;
53
54
  roi?: number;
55
+ scheduledTimezone?: BaseModel;
54
56
  sizes?: Array<Size>;
55
57
  startTime?: number;
56
58
  totalUU?: number;
@@ -0,0 +1,15 @@
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 IntegerEditField {
13
+ action?: string;
14
+ value?: number;
15
+ }
package/model/models.d.ts CHANGED
@@ -167,6 +167,7 @@ export * from './fileDownloadResponse';
167
167
  export * from './filterModel';
168
168
  export * from './geoListDTO';
169
169
  export * from './geoListRequest';
170
+ export * from './integerEditField';
170
171
  export * from './macro';
171
172
  export * from './mapintResponseMessage';
172
173
  export * from './maplongResponseMessage';
@@ -236,4 +237,5 @@ export * from './variablesMappingDTO';
236
237
  export * from './vastCreative';
237
238
  export * from './videoAttributes';
238
239
  export * from './videoProperties';
240
+ export * from './videoTargeting';
239
241
  export * from './whitelabelingEntity';
@@ -20,6 +20,7 @@ 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';
23
24
  export interface StrategyDTO {
24
25
  active?: boolean;
25
26
  adGroupCount?: number;
@@ -94,6 +95,7 @@ export interface StrategyDTO {
94
95
  targetWebSegments?: AudienceStrDTO;
95
96
  timezone?: TimeZoneDTO;
96
97
  userPurchaseFrequency?: Array<BaseModel>;
98
+ videoPlacement?: VideoTargeting;
97
99
  }
98
100
  export declare namespace StrategyDTO {
99
101
  type AuctionTypeTargetingEnum = 'FIRST' | 'SECOND' | 'ALL';
@@ -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 VideoTargeting {
13
+ allVideos?: boolean;
14
+ nonSkippableVideos?: boolean;
15
+ rewardedVideos?: boolean;
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.198",
3
+ "version": "0.10.202",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [