@revxui/api-clients-ts 0.10.256 → 0.10.257
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/eligibleUsersRequest.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/eligibleUsersRequest.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 +0 -4
- package/model/clickDestination.d.ts +0 -1
- package/model/creativeDTO.d.ts +0 -2
- package/model/creativeSetRequest.d.ts +0 -1
- package/model/eligibleUsersRequest.d.ts +1 -0
- package/package.json +1 -1
package/model/campaignDTO.d.ts
CHANGED
|
@@ -14,10 +14,8 @@ export interface CampaignDTO {
|
|
|
14
14
|
active?: boolean;
|
|
15
15
|
advertiserId?: number;
|
|
16
16
|
attributionRatio?: number;
|
|
17
|
-
bucketUnits?: string;
|
|
18
17
|
budget?: number;
|
|
19
18
|
budgetSpent?: number;
|
|
20
|
-
coolingPeriod?: number;
|
|
21
19
|
cpaTarget?: number;
|
|
22
20
|
createdBy?: number;
|
|
23
21
|
creationTime?: number;
|
|
@@ -32,7 +30,6 @@ export interface CampaignDTO {
|
|
|
32
30
|
fcap?: number;
|
|
33
31
|
flowRate?: number;
|
|
34
32
|
id?: number;
|
|
35
|
-
incrementalityTest?: boolean;
|
|
36
33
|
isArchived?: boolean;
|
|
37
34
|
ivsDistribution?: number;
|
|
38
35
|
licensee?: BaseModel;
|
|
@@ -45,7 +42,6 @@ export interface CampaignDTO {
|
|
|
45
42
|
name?: string;
|
|
46
43
|
objective?: string;
|
|
47
44
|
pixel?: BaseModel;
|
|
48
|
-
placeboAds?: boolean;
|
|
49
45
|
platformMargin?: number;
|
|
50
46
|
pricingId?: number;
|
|
51
47
|
region?: BaseModel;
|
package/model/creativeDTO.d.ts
CHANGED
|
@@ -38,7 +38,6 @@ export interface CreativeDTO {
|
|
|
38
38
|
isArchived?: boolean;
|
|
39
39
|
layout?: BaseModel;
|
|
40
40
|
layoutDimensionId?: number;
|
|
41
|
-
mappingCreativeId?: number;
|
|
42
41
|
modifiedBy?: number;
|
|
43
42
|
modifiedTime?: number;
|
|
44
43
|
name?: string;
|
|
@@ -47,7 +46,6 @@ export interface CreativeDTO {
|
|
|
47
46
|
originalDimension?: Size;
|
|
48
47
|
originalFileName?: string;
|
|
49
48
|
performanceData?: CreativePerformanceData;
|
|
50
|
-
placebo?: boolean;
|
|
51
49
|
previewUrl?: string;
|
|
52
50
|
refactored?: boolean;
|
|
53
51
|
scheduledTimezone?: BaseModel;
|