@revxui/api-clients-ts 1.1.237 → 1.1.239
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/creativeSetsController.service.d.ts +3 -4
- package/bundles/revxui-api-clients-ts.umd.js +28 -35
- package/bundles/revxui-api-clients-ts.umd.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/bidFunnelController.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 +3 -6
- 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/customerReportingController.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/reportingSchedulerController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/creativeSetRequest.js +1 -5
- package/esm2015/model/hybridAdMapping.js +1 -1
- package/esm2015/model/models.js +1 -3
- package/esm2015/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +28 -47
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/creativeSetRequest.d.ts +0 -6
- package/model/hybridAdMapping.d.ts +0 -1
- package/model/models.d.ts +0 -2
- package/model/strategyDTO.d.ts +0 -2
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/targetObject.js +0 -13
- package/esm2015/model/zipCode.js +0 -2
- package/model/targetObject.d.ts +0 -15
- package/model/zipCode.d.ts +0 -16
|
@@ -30,7 +30,6 @@ export interface CreativeSetRequest {
|
|
|
30
30
|
endTime?: number;
|
|
31
31
|
fallbackClickUrl?: string;
|
|
32
32
|
hybridAdList?: Array<HybridAdMapping>;
|
|
33
|
-
hybridSupportType?: CreativeSetRequest.HybridSupportTypeEnum;
|
|
34
33
|
id?: number;
|
|
35
34
|
isPlacebo?: boolean;
|
|
36
35
|
modifiedBy?: number;
|
|
@@ -65,9 +64,4 @@ export declare namespace CreativeSetRequest {
|
|
|
65
64
|
ICON: CreativeSetTypeEnum;
|
|
66
65
|
CTVVIDEO: CreativeSetTypeEnum;
|
|
67
66
|
};
|
|
68
|
-
type HybridSupportTypeEnum = 'IMAGE' | 'VIDEO';
|
|
69
|
-
const HybridSupportTypeEnum: {
|
|
70
|
-
IMAGE: HybridSupportTypeEnum;
|
|
71
|
-
VIDEO: HybridSupportTypeEnum;
|
|
72
|
-
};
|
|
73
67
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -307,7 +307,6 @@ export * from './targetGeoEditField';
|
|
|
307
307
|
export * from './targetMobileDeviceBrands';
|
|
308
308
|
export * from './targetMobileDeviceModels';
|
|
309
309
|
export * from './targetMobileDevices';
|
|
310
|
-
export * from './targetObject';
|
|
311
310
|
export * from './targetOperatingSystem';
|
|
312
311
|
export * from './targetOperatingSystemEditField';
|
|
313
312
|
export * from './targetingObject';
|
|
@@ -325,4 +324,3 @@ export * from './videoProperties';
|
|
|
325
324
|
export * from './videoTargeting';
|
|
326
325
|
export * from './whitelabelingEntity';
|
|
327
326
|
export * from './widgetPerformanceMetrics';
|
|
328
|
-
export * from './zipCode';
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -23,7 +23,6 @@ import { TargetGeoDTO } from './targetGeoDTO';
|
|
|
23
23
|
import { TargetMobileDevices } from './targetMobileDevices';
|
|
24
24
|
import { TimeZoneDTO } from './timeZoneDTO';
|
|
25
25
|
import { VideoTargeting } from './videoTargeting';
|
|
26
|
-
import { ZipCode } from './zipCode';
|
|
27
26
|
export interface StrategyDTO {
|
|
28
27
|
active?: boolean;
|
|
29
28
|
adGroupCount?: number;
|
|
@@ -112,7 +111,6 @@ export interface StrategyDTO {
|
|
|
112
111
|
trackingParameter?: string;
|
|
113
112
|
userPurchaseFrequency?: Array<BaseModel>;
|
|
114
113
|
videoPlacement?: VideoTargeting;
|
|
115
|
-
zipCodes?: ZipCode;
|
|
116
114
|
}
|
|
117
115
|
export declare namespace StrategyDTO {
|
|
118
116
|
type AuctionTypeTargetingEnum = 'FIRST' | 'SECOND' | 'ALL';
|