@revxui/api-clients-ts 0.10.254 → 0.10.256
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 +23 -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 +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/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/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 -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/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/searchRequest.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +23 -23
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +23 -23
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignDTO.d.ts +4 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeSetRequest.d.ts +1 -0
- package/model/searchRequest.d.ts +0 -1
- package/package.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
|
+
placeboAds?: 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;
|
|
@@ -46,6 +47,7 @@ export interface CreativeDTO {
|
|
|
46
47
|
originalDimension?: Size;
|
|
47
48
|
originalFileName?: string;
|
|
48
49
|
performanceData?: CreativePerformanceData;
|
|
50
|
+
placebo?: boolean;
|
|
49
51
|
previewUrl?: string;
|
|
50
52
|
refactored?: boolean;
|
|
51
53
|
scheduledTimezone?: BaseModel;
|
package/model/searchRequest.d.ts
CHANGED