@revxui/api-clients-ts 0.10.270 → 0.10.272
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/bundles/revxui-api-clients-ts.umd.js +59 -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 +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/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/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/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 +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/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/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/fesm2015/revxui-api-clients-ts.js +57 -57
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +59 -59
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignDTO.d.ts +4 -0
- package/model/campaignESDTO.d.ts +1 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creative.d.ts +2 -0
- package/model/creativeDTO.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 +3 -1
- package/model/searchRequest.d.ts +0 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
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;
|
|
@@ -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
|
@@ -97,7 +97,6 @@ export * from './appSettingsDTO';
|
|
|
97
97
|
export * from './appSettingsPropertyDTO';
|
|
98
98
|
export * from './auctionTypeEditField';
|
|
99
99
|
export * from './audienceAccessDTO';
|
|
100
|
-
export * from './audienceAnalysisRequest';
|
|
101
100
|
export * from './audienceBackFilledStats';
|
|
102
101
|
export * from './audienceDTO';
|
|
103
102
|
export * from './audienceESDTO';
|
|
@@ -181,6 +180,9 @@ export * from './fileDownloadResponse';
|
|
|
181
180
|
export * from './filterModel';
|
|
182
181
|
export * from './geoListDTO';
|
|
183
182
|
export * from './geoListRequest';
|
|
183
|
+
export * from './incrementalityReportDTO';
|
|
184
|
+
export * from './incrementalityReportResponse';
|
|
185
|
+
export * from './incrementalityResponse';
|
|
184
186
|
export * from './integerEditField';
|
|
185
187
|
export * from './macro';
|
|
186
188
|
export * from './mapintResponseMessage';
|
package/model/searchRequest.d.ts
CHANGED