@revxui/api-clients-ts 1.1.65 → 1.1.66
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 +10 -10
- 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/apiResponseObjectStrategyOptRecommendationResponse.js +2 -0
- package/esm2015/model/models.js +3 -8
- package/esm2015/model/strategyOptRecommendationResponse.js +2 -0
- package/fesm2015/revxui-api-clients-ts.js +26 -135
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiResponseObjectApiListResponseCreativePerformanceList.d.ts → apiResponseObjectStrategyOptRecommendationResponse.d.ts} +3 -3
- package/model/models.d.ts +2 -7
- package/model/{apiListResponseStrategyTargettingPerformanceData.d.ts → strategyOptRecommendationResponse.d.ts} +3 -3
- 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/apiListResponseStrategyTargettingPerformanceData.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/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +0 -17
- package/model/creativePerformanceList.d.ts +0 -78
- package/model/creativeSetPerformanceList.d.ts +0 -93
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
13
|
-
export interface
|
|
12
|
+
import { StrategyOptRecommendationResponse } from './strategyOptRecommendationResponse';
|
|
13
|
+
export interface ApiResponseObjectStrategyOptRecommendationResponse {
|
|
14
14
|
error?: Error;
|
|
15
15
|
respId?: string;
|
|
16
|
-
respObject?:
|
|
16
|
+
respObject?: StrategyOptRecommendationResponse;
|
|
17
17
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -18,14 +18,11 @@ 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';
|
|
27
25
|
export * from './apiListResponseSizeWithPreview';
|
|
28
|
-
export * from './apiListResponseStrategyTargettingPerformanceData';
|
|
29
26
|
export * from './apiListResponseStrategyTemplateResponse';
|
|
30
27
|
export * from './apiListResponseVariablesMappingDTO';
|
|
31
28
|
export * from './apiResponseObjectABTestDTO';
|
|
@@ -40,9 +37,7 @@ export * from './apiResponseObjectApiListResponseCatalogFeed';
|
|
|
40
37
|
export * from './apiResponseObjectApiListResponseClickDestination';
|
|
41
38
|
export * from './apiResponseObjectApiListResponseCreativeCompactDTO';
|
|
42
39
|
export * from './apiResponseObjectApiListResponseCreativeDTO';
|
|
43
|
-
export * from './apiResponseObjectApiListResponseCreativePerformanceList';
|
|
44
40
|
export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
45
|
-
export * from './apiResponseObjectApiListResponseCreativeSetPerformanceList';
|
|
46
41
|
export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
|
|
47
42
|
export * from './apiResponseObjectApiListResponsePixel';
|
|
48
43
|
export * from './apiResponseObjectApiListResponseVariablesMappingDTO';
|
|
@@ -102,6 +97,7 @@ export * from './apiResponseObjectSlicexChartResponse';
|
|
|
102
97
|
export * from './apiResponseObjectSlicexListResponse';
|
|
103
98
|
export * from './apiResponseObjectStrategyCreativeAssociationResponseDTO';
|
|
104
99
|
export * from './apiResponseObjectStrategyDTO';
|
|
100
|
+
export * from './apiResponseObjectStrategyOptRecommendationResponse';
|
|
105
101
|
export * from './apiResponseObjectStrategyOptimizationDataResponse';
|
|
106
102
|
export * from './apiResponseObjectStrategyQuickEditDTO';
|
|
107
103
|
export * from './apiResponseObjectTag';
|
|
@@ -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';
|
|
@@ -277,6 +271,7 @@ export * from './strategyDTO';
|
|
|
277
271
|
export * from './strategyInlineDTO';
|
|
278
272
|
export * from './strategyListEditField';
|
|
279
273
|
export * from './strategyOptBlockTargetingReq';
|
|
274
|
+
export * from './strategyOptRecommendationResponse';
|
|
280
275
|
export * from './strategyOptimizationDataResponse';
|
|
281
276
|
export * from './strategyQuickEditDTO';
|
|
282
277
|
export * from './strategyTargettingPerformanceData';
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { StrategyTargettingPerformanceData } from './strategyTargettingPerformanceData';
|
|
13
|
-
export interface
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
export interface StrategyOptRecommendationResponse {
|
|
14
|
+
currencyCode?: string;
|
|
15
|
+
recommendationList?: Array<StrategyTargettingPerformanceData>;
|
|
16
16
|
}
|