@revxui/api-clients-ts 0.10.221 → 0.10.224
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.
- package/README.md +2 -2
- package/bundles/revxui-api-clients-ts.umd.js +27 -29
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/ageGroup.js +12 -0
- package/esm2015/model/bannerAdSuppDimensionsDTO.js +12 -0
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/strategyDTO.js +5 -7
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/ageGroup.js +12 -0
- package/esm5/model/bannerAdSuppDimensionsDTO.js +12 -0
- package/esm5/model/creativeFileForSet.js +1 -1
- package/esm5/model/creativeFiles.js +1 -1
- package/esm5/model/models.js +1 -1
- package/esm5/model/strategyDTO.js +5 -7
- package/fesm2015/revxui-api-clients-ts.js +27 -29
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +27 -29
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/ageGroup.d.ts +15 -0
- package/model/bannerAdSuppDimensionsDTO.d.ts +18 -0
- package/model/creativeFileForSet.d.ts +2 -0
- package/model/creativeFiles.d.ts +2 -0
- package/model/models.d.ts +2 -0
- package/model/strategyDTO.d.ts +8 -8
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -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 AgeGroup {
|
|
13
|
+
maxAge?: number;
|
|
14
|
+
minAge?: number;
|
|
15
|
+
}
|
|
@@ -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
|
+
export interface BannerAdSuppDimensionsDTO {
|
|
13
|
+
aspectRatio?: number;
|
|
14
|
+
_default?: boolean;
|
|
15
|
+
height?: number;
|
|
16
|
+
id?: number;
|
|
17
|
+
width?: number;
|
|
18
|
+
}
|
|
@@ -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 { BannerAdSuppDimensionsDTO } from './bannerAdSuppDimensionsDTO';
|
|
12
13
|
import { CreativeThirdPartyAdTag } from './creativeThirdPartyAdTag';
|
|
13
14
|
import { NativeAssetPojo } from './nativeAssetPojo';
|
|
14
15
|
import { VideoProperties } from './videoProperties';
|
|
@@ -26,6 +27,7 @@ export interface CreativeFileForSet {
|
|
|
26
27
|
nativeAssetPojo?: NativeAssetPojo;
|
|
27
28
|
noOfSlots?: number;
|
|
28
29
|
size?: string;
|
|
30
|
+
supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
|
|
29
31
|
type?: CreativeFileForSet.TypeEnum;
|
|
30
32
|
videoAttribute?: VideoProperties;
|
|
31
33
|
width?: number;
|
package/model/creativeFiles.d.ts
CHANGED
|
@@ -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 { BannerAdSuppDimensionsDTO } from './bannerAdSuppDimensionsDTO';
|
|
12
13
|
import { VideoProperties } from './videoProperties';
|
|
13
14
|
export interface CreativeFiles {
|
|
14
15
|
contentType?: string;
|
|
@@ -21,6 +22,7 @@ export interface CreativeFiles {
|
|
|
21
22
|
_native?: boolean;
|
|
22
23
|
noOfSlots?: number;
|
|
23
24
|
size?: string;
|
|
25
|
+
supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
|
|
24
26
|
type?: CreativeFiles.TypeEnum;
|
|
25
27
|
videoAttribute?: VideoProperties;
|
|
26
28
|
width?: number;
|
package/model/models.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from './advertiserDynamicDetails';
|
|
|
6
6
|
export * from './advertiserLayoutVariables';
|
|
7
7
|
export * from './advertiserPojo';
|
|
8
8
|
export * from './advertiserSettings';
|
|
9
|
+
export * from './ageGroup';
|
|
9
10
|
export * from './apiListResponseABTestDTO';
|
|
10
11
|
export * from './apiListResponseActivityLog';
|
|
11
12
|
export * from './apiListResponseActivityLogsStrategyBulkUpdateDTO';
|
|
@@ -103,6 +104,7 @@ export * from './auditChange';
|
|
|
103
104
|
export * from './auditDetails';
|
|
104
105
|
export * from './auditMarker';
|
|
105
106
|
export * from './bIgIntegerEditFiled';
|
|
107
|
+
export * from './bannerAdSuppDimensionsDTO';
|
|
106
108
|
export * from './baseModel';
|
|
107
109
|
export * from './baseModelEditField';
|
|
108
110
|
export * from './baseModelWithCreativeSetType';
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -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 { AgeGroup } from './ageGroup';
|
|
12
13
|
import { AudienceStrDTO } from './audienceStrDTO';
|
|
13
14
|
import { BaseModel } from './baseModel';
|
|
14
15
|
import { BaseModelWithCreativeSetType } from './baseModelWithCreativeSetType';
|
|
@@ -27,6 +28,7 @@ export interface StrategyDTO {
|
|
|
27
28
|
adGroupCount?: number;
|
|
28
29
|
advertiser?: BaseModel;
|
|
29
30
|
advertiserId?: number;
|
|
31
|
+
ageGroupTargeting?: AgeGroup;
|
|
30
32
|
apps?: Array<BaseModel>;
|
|
31
33
|
appsStrategies?: Array<BaseModel>;
|
|
32
34
|
auctionTypeTargeting?: StrategyDTO.AuctionTypeTargetingEnum;
|
|
@@ -57,6 +59,7 @@ export interface StrategyDTO {
|
|
|
57
59
|
fcapEnabled?: boolean;
|
|
58
60
|
fcapFrequency?: number;
|
|
59
61
|
fcapInterval?: number;
|
|
62
|
+
genderTargeting?: StrategyDTO.GenderTargetingEnum;
|
|
60
63
|
id?: number;
|
|
61
64
|
isArchived?: boolean;
|
|
62
65
|
isBargainerActive?: boolean;
|
|
@@ -75,7 +78,6 @@ export interface StrategyDTO {
|
|
|
75
78
|
placements?: Array<BaseModel>;
|
|
76
79
|
pricingType?: BaseModel;
|
|
77
80
|
pricingValue?: number;
|
|
78
|
-
productSelectionPolicy?: StrategyDTO.ProductSelectionPolicyEnum;
|
|
79
81
|
roiTargetType?: BaseModel;
|
|
80
82
|
roiTargetValue?: number;
|
|
81
83
|
rtbAggregators?: RTBAggregators;
|
|
@@ -118,12 +120,10 @@ export declare namespace StrategyDTO {
|
|
|
118
120
|
CELLULARNETWORK4G: ConnectionTypesEnum;
|
|
119
121
|
CELLULARNETWORK5G: ConnectionTypesEnum;
|
|
120
122
|
};
|
|
121
|
-
type
|
|
122
|
-
const
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
DAYWEIGHTEDRANDOM: ProductSelectionPolicyEnum;
|
|
127
|
-
ADVPRCONTENTTS: ProductSelectionPolicyEnum;
|
|
123
|
+
type GenderTargetingEnum = 'MALE' | 'FEMALE' | 'ALL';
|
|
124
|
+
const GenderTargetingEnum: {
|
|
125
|
+
MALE: GenderTargetingEnum;
|
|
126
|
+
FEMALE: GenderTargetingEnum;
|
|
127
|
+
ALL: GenderTargetingEnum;
|
|
128
128
|
};
|
|
129
129
|
}
|