@revxui/api-clients-ts 1.1.65 → 1.1.67
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 +0 -28
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +9 -9
- package/bundles/revxui-api-clients-ts.umd.js +25 -138
- 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/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 -80
- 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/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/models.js +1 -7
- package/esm2015/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +26 -135
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/models.d.ts +0 -6
- package/model/strategyDTO.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativePerformanceList.js +0 -2
- package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +0 -2
- package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +0 -2
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +0 -2
- package/esm2015/model/creativePerformanceList.js +0 -8
- package/esm2015/model/creativeSetPerformanceList.js +0 -23
- package/model/apiListResponseCreativePerformanceList.d.ts +0 -16
- package/model/apiListResponseCreativeSetPerformanceList.d.ts +0 -16
- package/model/apiResponseObjectApiListResponseCreativePerformanceList.d.ts +0 -17
- package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +0 -17
- package/model/creativePerformanceList.d.ts +0 -78
- package/model/creativeSetPerformanceList.d.ts +0 -93
package/model/models.d.ts
CHANGED
|
@@ -18,9 +18,7 @@ export * from './apiListResponseCatalogFeed';
|
|
|
18
18
|
export * from './apiListResponseClickDestination';
|
|
19
19
|
export * from './apiListResponseCreativeCompactDTO';
|
|
20
20
|
export * from './apiListResponseCreativeDTO';
|
|
21
|
-
export * from './apiListResponseCreativePerformanceList';
|
|
22
21
|
export * from './apiListResponseCreativeSetDashboardMetric';
|
|
23
|
-
export * from './apiListResponseCreativeSetPerformanceList';
|
|
24
22
|
export * from './apiListResponseCreativeTemplateDTO';
|
|
25
23
|
export * from './apiListResponseMacro';
|
|
26
24
|
export * from './apiListResponsePixel';
|
|
@@ -40,9 +38,7 @@ export * from './apiResponseObjectApiListResponseCatalogFeed';
|
|
|
40
38
|
export * from './apiResponseObjectApiListResponseClickDestination';
|
|
41
39
|
export * from './apiResponseObjectApiListResponseCreativeCompactDTO';
|
|
42
40
|
export * from './apiResponseObjectApiListResponseCreativeDTO';
|
|
43
|
-
export * from './apiResponseObjectApiListResponseCreativePerformanceList';
|
|
44
41
|
export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
45
|
-
export * from './apiResponseObjectApiListResponseCreativeSetPerformanceList';
|
|
46
42
|
export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
|
|
47
43
|
export * from './apiResponseObjectApiListResponsePixel';
|
|
48
44
|
export * from './apiResponseObjectApiListResponseVariablesMappingDTO';
|
|
@@ -167,11 +163,9 @@ export * from './creativeHtmlMockupDTO';
|
|
|
167
163
|
export * from './creativeListEditField';
|
|
168
164
|
export * from './creativeMockUpsDTO';
|
|
169
165
|
export * from './creativePerformanceData';
|
|
170
|
-
export * from './creativePerformanceList';
|
|
171
166
|
export * from './creativeSetDashboardMetric';
|
|
172
167
|
export * from './creativeSetDetails';
|
|
173
168
|
export * from './creativeSetListEditField';
|
|
174
|
-
export * from './creativeSetPerformanceList';
|
|
175
169
|
export * from './creativeSetRequest';
|
|
176
170
|
export * from './creativeSetRescheduleRequest';
|
|
177
171
|
export * from './creativeSetResponse';
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -80,6 +80,7 @@ export interface StrategyDTO {
|
|
|
80
80
|
pricingType?: BaseModel;
|
|
81
81
|
pricingTypeId?: number;
|
|
82
82
|
pricingValue?: number;
|
|
83
|
+
productFeedTargeting?: Array<BaseModel>;
|
|
83
84
|
productSelectionPolicy?: StrategyDTO.ProductSelectionPolicyEnum;
|
|
84
85
|
publisherTypes?: Array<StrategyDTO.PublisherTypesEnum>;
|
|
85
86
|
roiTargetType?: BaseModel;
|