@revxui/api-clients-ts 0.10.259 → 0.10.260
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/campaignController.service.d.ts +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +59 -23
- 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 +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/apiListResponseIncrementalityReportResponse.js +1 -0
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/eligibleUsersRequest.js +1 -1
- package/esm2015/model/incrementalityReportDTO.js +12 -0
- package/esm2015/model/incrementalityReportResponse.js +12 -0
- package/esm2015/model/models.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 -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 +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/apiListResponseIncrementalityReportResponse.js +1 -0
- package/esm5/model/campaignDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/eligibleUsersRequest.js +1 -1
- package/esm5/model/incrementalityReportDTO.js +12 -0
- package/esm5/model/incrementalityReportResponse.js +12 -0
- package/esm5/model/models.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +57 -23
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +59 -23
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiListResponseIncrementalityReportResponse.d.ts +16 -0
- package/model/campaignDTO.d.ts +4 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creativeDTO.d.ts +3 -0
- package/model/creativeSetRequest.d.ts +1 -0
- package/model/eligibleUsersRequest.d.ts +0 -1
- package/model/incrementalityReportDTO.d.ts +17 -0
- package/model/incrementalityReportResponse.d.ts +24 -0
- package/model/models.d.ts +3 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
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 ApiListResponseIncrementalityReportResponse {
|
|
14
|
+
data?: Array<IncrementalityReportResponse>;
|
|
15
|
+
totalNoOfRecords?: number;
|
|
16
|
+
}
|
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/creativeDTO.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export interface CreativeDTO {
|
|
|
38
38
|
isArchived?: boolean;
|
|
39
39
|
layout?: BaseModel;
|
|
40
40
|
layoutDimensionId?: number;
|
|
41
|
+
mappingCreativeId?: number;
|
|
41
42
|
modifiedBy?: number;
|
|
42
43
|
modifiedTime?: number;
|
|
43
44
|
name?: string;
|
|
@@ -45,7 +46,9 @@ export interface CreativeDTO {
|
|
|
45
46
|
nativeAsset?: NativeAssetPojo;
|
|
46
47
|
originalDimension?: Size;
|
|
47
48
|
originalFileName?: string;
|
|
49
|
+
partOfPlacebo?: boolean;
|
|
48
50
|
performanceData?: CreativePerformanceData;
|
|
51
|
+
placebo?: boolean;
|
|
49
52
|
previewUrl?: string;
|
|
50
53
|
refactored?: boolean;
|
|
51
54
|
scheduledTimezone?: BaseModel;
|
|
@@ -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
|
+
export interface IncrementalityReportDTO {
|
|
13
|
+
advertiserId?: number;
|
|
14
|
+
campaignId?: number;
|
|
15
|
+
impressionBasedConversions?: boolean;
|
|
16
|
+
placebo?: boolean;
|
|
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
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * from './apiListResponseCreativeCompactDTO';
|
|
|
17
17
|
export * from './apiListResponseCreativeDTO';
|
|
18
18
|
export * from './apiListResponseCreativeSetDashboardMetric';
|
|
19
19
|
export * from './apiListResponseCreativeTemplateDTO';
|
|
20
|
+
export * from './apiListResponseIncrementalityReportResponse';
|
|
20
21
|
export * from './apiListResponseMacro';
|
|
21
22
|
export * from './apiListResponsePixel';
|
|
22
23
|
export * from './apiListResponseVariablesMappingDTO';
|
|
@@ -180,6 +181,8 @@ export * from './fileDownloadResponse';
|
|
|
180
181
|
export * from './filterModel';
|
|
181
182
|
export * from './geoListDTO';
|
|
182
183
|
export * from './geoListRequest';
|
|
184
|
+
export * from './incrementalityReportDTO';
|
|
185
|
+
export * from './incrementalityReportResponse';
|
|
183
186
|
export * from './integerEditField';
|
|
184
187
|
export * from './macro';
|
|
185
188
|
export * from './mapintResponseMessage';
|