@revxui/api-clients-ts 1.1.418 → 1.1.420

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.
@@ -33,7 +33,7 @@ export interface ABTestingVariantDTO {
33
33
  videoRewardedTypeTargeting?: VideoRewardedTypeTargeting;
34
34
  }
35
35
  export declare namespace ABTestingVariantDTO {
36
- type PricingModelEnum = 'CPM' | 'CPC' | 'CPA' | 'CTR' | 'DCPMC' | 'DCPMA' | 'CPI' | 'BOOST' | 'RCPC' | 'CPA_BOOST';
36
+ type PricingModelEnum = 'CPM' | 'CPC' | 'CPA' | 'CTR' | 'DCPMC' | 'DCPMA' | 'CPI' | 'BOOST' | 'RCPC' | 'CPA_BOOST' | 'CPR';
37
37
  const PricingModelEnum: {
38
38
  CPM: PricingModelEnum;
39
39
  CPC: PricingModelEnum;
@@ -45,6 +45,7 @@ export declare namespace ABTestingVariantDTO {
45
45
  BOOST: PricingModelEnum;
46
46
  RCPC: PricingModelEnum;
47
47
  CPABOOST: PricingModelEnum;
48
+ CPR: PricingModelEnum;
48
49
  };
49
50
  type VariantTypeEnum = 'MODEL' | 'STRATEGY' | 'CREATIVE' | 'PACING_TYPE' | 'CATEGORY' | 'CREATIVE_SET' | 'PRICING' | 'VIDEO_PLACEMENT';
50
51
  const VariantTypeEnum: {
@@ -13,9 +13,7 @@ import { DeviceTargetModel } from './deviceTargetModel';
13
13
  export interface AudienceStrDeviceDTO {
14
14
  blockedSegments?: Array<DeviceTargetModel>;
15
15
  blockedSegmentsOperator?: string;
16
- blockedTotalCount?: number;
17
16
  customSegmentTargeting?: boolean;
18
17
  targetedSegments?: Array<DeviceTargetModel>;
19
18
  targetedSegmentsOperator?: string;
20
- targetedTotalCount?: number;
21
19
  }
@@ -11,7 +11,5 @@
11
11
  */
12
12
  export interface TargetObject {
13
13
  blockedList?: Array<string>;
14
- blockedTotalCount?: number;
15
14
  targetList?: Array<string>;
16
- targetTotalCount?: number;
17
15
  }
@@ -12,7 +12,5 @@
12
12
  import { BaseModel } from './baseModel';
13
13
  export interface TargetingObject {
14
14
  blockedList?: Array<BaseModel>;
15
- blockedTotalCount?: number;
16
15
  targetList?: Array<BaseModel>;
17
- targetTotalCount?: number;
18
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.418",
3
+ "version": "1.1.420",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [