@revxui/api-clients-ts 1.1.415 → 1.1.417

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.
@@ -13,7 +13,9 @@ import { DeviceTargetModel } from './deviceTargetModel';
13
13
  export interface AudienceStrDeviceDTO {
14
14
  blockedSegments?: Array<DeviceTargetModel>;
15
15
  blockedSegmentsOperator?: string;
16
+ blockedTotalCount?: number;
16
17
  customSegmentTargeting?: boolean;
17
18
  targetedSegments?: Array<DeviceTargetModel>;
18
19
  targetedSegmentsOperator?: string;
20
+ targetedTotalCount?: number;
19
21
  }
package/model/models.d.ts CHANGED
@@ -336,6 +336,7 @@ export * from './rTBAggregators';
336
336
  export * from './rTBAggregatorsEditField';
337
337
  export * from './rTBSites';
338
338
  export * from './rTBSitesEditField';
339
+ export * from './recencyTargetingDTO';
339
340
  export * from './remoteFileDTO';
340
341
  export * from './reportProperty';
341
342
  export * from './reportRequest';
@@ -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 RecencyTargetingDTO {
13
+ unit?: RecencyTargetingDTO.UnitEnum;
14
+ value?: number;
15
+ }
16
+ export declare namespace RecencyTargetingDTO {
17
+ type UnitEnum = 'HOURS' | 'DAYS';
18
+ const UnitEnum: {
19
+ HOURS: UnitEnum;
20
+ DAYS: UnitEnum;
21
+ };
22
+ }
@@ -22,6 +22,7 @@ import { GeoFenceDTO } from './geoFenceDTO';
22
22
  import { PublisherId } from './publisherId';
23
23
  import { RTBAggregators } from './rTBAggregators';
24
24
  import { RTBSites } from './rTBSites';
25
+ import { RecencyTargetingDTO } from './recencyTargetingDTO';
25
26
  import { TargetAppCategories } from './targetAppCategories';
26
27
  import { TargetBrowsers } from './targetBrowsers';
27
28
  import { TargetGeoDTO } from './targetGeoDTO';
@@ -53,6 +54,7 @@ export interface StrategyDTO {
53
54
  campaignFcap?: boolean;
54
55
  campaignId?: number;
55
56
  channels?: Array<BaseModel>;
57
+ clickRecencyTargeting?: RecencyTargetingDTO;
56
58
  connectionTypes?: Array<StrategyDTO.ConnectionTypesEnum>;
57
59
  consentType?: number;
58
60
  cpaTargetValue?: number;
@@ -79,6 +81,7 @@ export interface StrategyDTO {
79
81
  genderTargeting?: StrategyDTO.GenderTargetingEnum;
80
82
  geoFenceDTO?: GeoFenceDTO;
81
83
  id?: number;
84
+ impressionRecencyTargeting?: RecencyTargetingDTO;
82
85
  isAbTestStrategy?: boolean;
83
86
  isArchived?: boolean;
84
87
  isBargainerActive?: boolean;
@@ -11,5 +11,7 @@
11
11
  */
12
12
  export interface TargetObject {
13
13
  blockedList?: Array<string>;
14
+ blockedTotalCount?: number;
14
15
  targetList?: Array<string>;
16
+ targetTotalCount?: number;
15
17
  }
@@ -12,5 +12,7 @@
12
12
  import { BaseModel } from './baseModel';
13
13
  export interface TargetingObject {
14
14
  blockedList?: Array<BaseModel>;
15
+ blockedTotalCount?: number;
15
16
  targetList?: Array<BaseModel>;
17
+ targetTotalCount?: number;
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.415",
3
+ "version": "1.1.417",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [