@revxui/api-clients-ts 0.10.283 → 0.10.284
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/api/audienceController.service.d.ts +0 -13
- package/api/campaignController.service.d.ts +14 -0
- package/api/dashboardController.service.d.ts +7 -7
- package/api/sliceXController.service.d.ts +34 -6
- package/bundles/revxui-api-clients-ts.umd.js +142 -59
- 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 -36
- 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 +36 -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 +81 -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/campaignDTO.js +1 -1
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/{audienceAnalysisRequest.js → incrementalityReportDTO.js} +1 -1
- package/esm2015/model/incrementalityReportResponse.js +12 -0
- package/esm2015/model/incrementalityResponse.js +1 -0
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/searchRequest.js +1 -1
- package/esm2015/model/slicexRequestExtended.js +1 -0
- 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 -38
- 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 +38 -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 +85 -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/campaignDTO.js +1 -1
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creative.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeFileForSet.js +1 -1
- package/esm5/model/creativeFiles.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/{audienceAnalysisRequest.js → incrementalityReportDTO.js} +1 -1
- package/esm5/model/incrementalityReportResponse.js +12 -0
- package/esm5/model/incrementalityResponse.js +1 -0
- package/esm5/model/models.js +1 -1
- package/esm5/model/searchRequest.js +1 -1
- package/esm5/model/slicexRequestExtended.js +1 -0
- package/fesm2015/revxui-api-clients-ts.js +136 -57
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +142 -59
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignDTO.d.ts +4 -0
- package/model/campaignESDTO.d.ts +2 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creative.d.ts +2 -0
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeFileForSet.d.ts +2 -0
- package/model/creativeFiles.d.ts +2 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -0
- package/model/creativeSetDetails.d.ts +1 -0
- package/model/creativeSetRequest.d.ts +1 -0
- package/model/{audienceAnalysisRequest.d.ts → incrementalityReportDTO.d.ts} +5 -5
- package/model/incrementalityReportResponse.d.ts +24 -0
- package/model/incrementalityResponse.d.ts +17 -0
- package/model/models.d.ts +4 -2
- package/model/searchRequest.d.ts +0 -1
- package/model/slicexRequestExtended.d.ts +20 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectListMapintResponseMessage.js +0 -1
- package/esm5/model/apiResponseObjectListMapintResponseMessage.js +0 -1
- package/model/apiResponseObjectListMapintResponseMessage.d.ts +0 -17
package/model/campaignDTO.d.ts
CHANGED
|
@@ -14,8 +14,10 @@ export interface CampaignDTO {
|
|
|
14
14
|
active?: boolean;
|
|
15
15
|
advertiserId?: number;
|
|
16
16
|
attributionRatio?: number;
|
|
17
|
+
bucketUnits?: string;
|
|
17
18
|
budget?: number;
|
|
18
19
|
budgetSpent?: number;
|
|
20
|
+
coolingPeriod?: number;
|
|
19
21
|
cpaTarget?: number;
|
|
20
22
|
createdBy?: number;
|
|
21
23
|
creationTime?: number;
|
|
@@ -30,6 +32,7 @@ export interface CampaignDTO {
|
|
|
30
32
|
fcap?: number;
|
|
31
33
|
flowRate?: number;
|
|
32
34
|
id?: number;
|
|
35
|
+
incrementalityTest?: boolean;
|
|
33
36
|
isArchived?: boolean;
|
|
34
37
|
ivsDistribution?: number;
|
|
35
38
|
licensee?: BaseModel;
|
|
@@ -42,6 +45,7 @@ export interface CampaignDTO {
|
|
|
42
45
|
name?: string;
|
|
43
46
|
objective?: string;
|
|
44
47
|
pixel?: BaseModel;
|
|
48
|
+
placebo?: boolean;
|
|
45
49
|
platformMargin?: number;
|
|
46
50
|
pricingId?: number;
|
|
47
51
|
region?: BaseModel;
|
package/model/campaignESDTO.d.ts
CHANGED
package/model/creative.d.ts
CHANGED
package/model/creativeDTO.d.ts
CHANGED
|
@@ -45,7 +45,9 @@ export interface CreativeDTO {
|
|
|
45
45
|
nativeAsset?: NativeAssetPojo;
|
|
46
46
|
originalDimension?: Size;
|
|
47
47
|
originalFileName?: string;
|
|
48
|
+
partOfPlacebo?: boolean;
|
|
48
49
|
performanceData?: CreativePerformanceData;
|
|
50
|
+
placebo?: boolean;
|
|
49
51
|
previewUrl?: string;
|
|
50
52
|
refactored?: boolean;
|
|
51
53
|
scheduledTimezone?: BaseModel;
|
|
@@ -16,6 +16,7 @@ import { Size } from './size';
|
|
|
16
16
|
import { VideoProperties } from './videoProperties';
|
|
17
17
|
export interface CreativeFileForSet {
|
|
18
18
|
adTag?: CreativeThirdPartyAdTag;
|
|
19
|
+
content?: string;
|
|
19
20
|
contentType?: string;
|
|
20
21
|
dco?: boolean;
|
|
21
22
|
errorMsg?: string;
|
|
@@ -28,6 +29,7 @@ export interface CreativeFileForSet {
|
|
|
28
29
|
nativeAssetPojo?: NativeAssetPojo;
|
|
29
30
|
noOfSlots?: number;
|
|
30
31
|
originalDimension?: Size;
|
|
32
|
+
previewUrl?: string;
|
|
31
33
|
size?: string;
|
|
32
34
|
supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
|
|
33
35
|
type?: CreativeFileForSet.TypeEnum;
|
package/model/creativeFiles.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { BannerAdSuppDimensionsDTO } from './bannerAdSuppDimensionsDTO';
|
|
|
13
13
|
import { Size } from './size';
|
|
14
14
|
import { VideoProperties } from './videoProperties';
|
|
15
15
|
export interface CreativeFiles {
|
|
16
|
+
content?: string;
|
|
16
17
|
contentType?: string;
|
|
17
18
|
dco?: boolean;
|
|
18
19
|
errorMsg?: string;
|
|
@@ -23,6 +24,7 @@ export interface CreativeFiles {
|
|
|
23
24
|
_native?: boolean;
|
|
24
25
|
noOfSlots?: number;
|
|
25
26
|
originalDimension?: Size;
|
|
27
|
+
previewUrl?: string;
|
|
26
28
|
size?: string;
|
|
27
29
|
supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
|
|
28
30
|
type?: CreativeFiles.TypeEnum;
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export interface
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
export interface IncrementalityReportDTO {
|
|
13
|
+
advertiserId?: number;
|
|
14
|
+
campaignId?: number;
|
|
15
|
+
impressionBasedConversions?: boolean;
|
|
16
|
+
placebo?: boolean;
|
|
17
17
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 IncrementalityReportResponse {
|
|
13
|
+
advertiserId?: number;
|
|
14
|
+
advertiserSpend?: number;
|
|
15
|
+
campaignId?: number;
|
|
16
|
+
endDate?: string;
|
|
17
|
+
liftGroup?: string;
|
|
18
|
+
placebo?: boolean;
|
|
19
|
+
roas?: number;
|
|
20
|
+
startDate?: string;
|
|
21
|
+
uniqueConversion?: number;
|
|
22
|
+
uniqueReach?: number;
|
|
23
|
+
userSpend?: number;
|
|
24
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
import { IncrementalityReportResponse } from './incrementalityReportResponse';
|
|
13
|
+
export interface IncrementalityResponse {
|
|
14
|
+
incrementalLiftConversions?: number;
|
|
15
|
+
incrementalROAS?: number;
|
|
16
|
+
incrementalityReportResponseList?: Array<IncrementalityReportResponse>;
|
|
17
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -66,7 +66,6 @@ export * from './apiResponseObjectListBaseModel';
|
|
|
66
66
|
export * from './apiResponseObjectListBulkstrategiesValidationResponse';
|
|
67
67
|
export * from './apiResponseObjectListCampaignDTO';
|
|
68
68
|
export * from './apiResponseObjectListCreativeFiles';
|
|
69
|
-
export * from './apiResponseObjectListMapintResponseMessage';
|
|
70
69
|
export * from './apiResponseObjectListMenuCrubResponse';
|
|
71
70
|
export * from './apiResponseObjectListTemplateThemeDTO';
|
|
72
71
|
export * from './apiResponseObjectListTemplateVariablesDTO';
|
|
@@ -97,7 +96,6 @@ export * from './appSettingsDTO';
|
|
|
97
96
|
export * from './appSettingsPropertyDTO';
|
|
98
97
|
export * from './auctionTypeEditField';
|
|
99
98
|
export * from './audienceAccessDTO';
|
|
100
|
-
export * from './audienceAnalysisRequest';
|
|
101
99
|
export * from './audienceBackFilledStats';
|
|
102
100
|
export * from './audienceDTO';
|
|
103
101
|
export * from './audienceESDTO';
|
|
@@ -181,6 +179,9 @@ export * from './fileDownloadResponse';
|
|
|
181
179
|
export * from './filterModel';
|
|
182
180
|
export * from './geoListDTO';
|
|
183
181
|
export * from './geoListRequest';
|
|
182
|
+
export * from './incrementalityReportDTO';
|
|
183
|
+
export * from './incrementalityReportResponse';
|
|
184
|
+
export * from './incrementalityResponse';
|
|
184
185
|
export * from './integerEditField';
|
|
185
186
|
export * from './macro';
|
|
186
187
|
export * from './mapintResponseMessage';
|
|
@@ -221,6 +222,7 @@ export * from './slicexData';
|
|
|
221
222
|
export * from './slicexGridData';
|
|
222
223
|
export * from './slicexListResponse';
|
|
223
224
|
export * from './slicexRequest';
|
|
225
|
+
export * from './slicexRequestExtended';
|
|
224
226
|
export * from './sortModel';
|
|
225
227
|
export * from './statusBaseObject';
|
|
226
228
|
export * from './strategy';
|
package/model/searchRequest.d.ts
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
import { DashboardFilters } from './dashboardFilters';
|
|
13
|
+
import { Duration } from './duration';
|
|
14
|
+
export interface SlicexRequestExtended {
|
|
15
|
+
compareToDuration?: Duration;
|
|
16
|
+
duration?: Duration;
|
|
17
|
+
entityList?: Array<number>;
|
|
18
|
+
filters?: Array<DashboardFilters>;
|
|
19
|
+
groupBy?: string;
|
|
20
|
+
}
|