@revxui/api-clients-ts 0.10.340 → 0.10.342
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/auditController.service.d.ts +6 -6
- package/api/creativeSetsController.service.d.ts +15 -0
- package/api/dashboardController.service.d.ts +9 -9
- package/api/strategyController.service.d.ts +0 -13
- package/bundles/revxui-api-clients-ts.umd.js +63 -63
- 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 +39 -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/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 -39
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/creativeSetRescheduleRequest.js +13 -0
- package/esm2015/model/models.js +2 -1
- package/fesm2015/revxui-api-clients-ts.js +73 -61
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/creativeSetRescheduleRequest.d.ts +15 -0
- package/model/models.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.342
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.342 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -38,9 +38,9 @@ export declare class AuditControllerService {
|
|
|
38
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
39
39
|
* @param reportProgress flag to report request and response progress.
|
|
40
40
|
*/
|
|
41
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditDetails>;
|
|
42
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditDetails>>;
|
|
43
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditDetails>>;
|
|
41
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditDetails>;
|
|
42
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditDetails>>;
|
|
43
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditDetails>>;
|
|
44
44
|
/**
|
|
45
45
|
* get Audit Log for campaign and strategy
|
|
46
46
|
*
|
|
@@ -53,9 +53,9 @@ export declare class AuditControllerService {
|
|
|
53
53
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
54
54
|
* @param reportProgress flag to report request and response progress.
|
|
55
55
|
*/
|
|
56
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditMarker>;
|
|
57
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditMarker>>;
|
|
58
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditMarker>>;
|
|
56
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditMarker>;
|
|
57
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditMarker>>;
|
|
58
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditMarker>>;
|
|
59
59
|
/**
|
|
60
60
|
* get user activity log
|
|
61
61
|
*
|
|
@@ -21,8 +21,10 @@ import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObject
|
|
|
21
21
|
import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
|
|
22
22
|
import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
|
|
23
23
|
import { ApiResponseObjectDuplicateCreativeSetResponse } from '../model/apiResponseObjectDuplicateCreativeSetResponse';
|
|
24
|
+
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
24
25
|
import { BulkEditCreativeSetsDTO } from '../model/bulkEditCreativeSetsDTO';
|
|
25
26
|
import { CreativeSetRequest } from '../model/creativeSetRequest';
|
|
27
|
+
import { CreativeSetRescheduleRequest } from '../model/creativeSetRescheduleRequest';
|
|
26
28
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
27
29
|
import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
|
|
28
30
|
import { Configuration } from '../configuration';
|
|
@@ -168,6 +170,19 @@ export declare class CreativeSetsControllerService {
|
|
|
168
170
|
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
|
|
169
171
|
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
|
|
170
172
|
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
|
|
173
|
+
/**
|
|
174
|
+
* Api to reschedule a creative sets
|
|
175
|
+
*
|
|
176
|
+
* @param creativeSetRescheduleRequest creativeSetRescheduleRequest
|
|
177
|
+
* @param id id
|
|
178
|
+
* @param reqId request id
|
|
179
|
+
* @param token Auth Token
|
|
180
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
181
|
+
* @param reportProgress flag to report request and response progress.
|
|
182
|
+
*/
|
|
183
|
+
rescheduleUsingPOST(creativeSetRescheduleRequest: CreativeSetRescheduleRequest, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
184
|
+
rescheduleUsingPOST(creativeSetRescheduleRequest: CreativeSetRescheduleRequest, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
185
|
+
rescheduleUsingPOST(creativeSetRescheduleRequest: CreativeSetRescheduleRequest, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
171
186
|
/**
|
|
172
187
|
* Api to update creative sets
|
|
173
188
|
*
|
|
@@ -110,9 +110,9 @@ export declare class DashboardControllerService {
|
|
|
110
110
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
111
111
|
* @param reportProgress flag to report request and response progress.
|
|
112
112
|
*/
|
|
113
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
114
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
115
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
113
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
114
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
115
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
116
116
|
/**
|
|
117
117
|
* DashBoard Api For Download List CSV.
|
|
118
118
|
*
|
|
@@ -123,9 +123,9 @@ export declare class DashboardControllerService {
|
|
|
123
123
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
124
124
|
* @param reportProgress flag to report request and response progress.
|
|
125
125
|
*/
|
|
126
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectFileDownloadResponse>;
|
|
127
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectFileDownloadResponse>>;
|
|
128
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectFileDownloadResponse>>;
|
|
126
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectFileDownloadResponse>;
|
|
127
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectFileDownloadResponse>>;
|
|
128
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectFileDownloadResponse>>;
|
|
129
129
|
/**
|
|
130
130
|
* DashBoard Api For DashBoard.
|
|
131
131
|
*
|
|
@@ -138,9 +138,9 @@ export declare class DashboardControllerService {
|
|
|
138
138
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
139
139
|
* @param reportProgress flag to report request and response progress.
|
|
140
140
|
*/
|
|
141
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
142
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
143
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
141
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
142
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
143
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE' | 'CREATIVE_SET', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
144
144
|
/**
|
|
145
145
|
* getDetailById
|
|
146
146
|
*
|
|
@@ -100,19 +100,6 @@ export declare class StrategyControllerService {
|
|
|
100
100
|
deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
|
|
101
101
|
deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
|
|
102
102
|
deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
|
|
103
|
-
/**
|
|
104
|
-
* Api to disassociate strategy to creative set
|
|
105
|
-
*
|
|
106
|
-
* @param creativeSetIdsToBeRemoved creativeSetIdsToBeRemoved
|
|
107
|
-
* @param id id
|
|
108
|
-
* @param reqId request id
|
|
109
|
-
* @param token Auth Token
|
|
110
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
111
|
-
* @param reportProgress flag to report request and response progress.
|
|
112
|
-
*/
|
|
113
|
-
disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectlong>;
|
|
114
|
-
disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectlong>>;
|
|
115
|
-
disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectlong>>;
|
|
116
103
|
/**
|
|
117
104
|
* Api to Create duplicate Strategy
|
|
118
105
|
*
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
var AdminControllerService = /** @class */ (function () {
|
|
371
371
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
372
372
|
this.httpClient = httpClient;
|
|
373
|
-
this.basePath = 'https://
|
|
373
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
374
374
|
this.defaultHeaders = new http.HttpHeaders();
|
|
375
375
|
this.configuration = new Configuration();
|
|
376
376
|
if (basePath) {
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
576
576
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
577
577
|
this.httpClient = httpClient;
|
|
578
|
-
this.basePath = 'https://
|
|
578
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
579
579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
580
580
|
this.configuration = new Configuration();
|
|
581
581
|
if (basePath) {
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
1010
1010
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
1011
1011
|
this.httpClient = httpClient;
|
|
1012
|
-
this.basePath = 'https://
|
|
1012
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1013
1013
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1014
1014
|
this.configuration = new Configuration();
|
|
1015
1015
|
if (basePath) {
|
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
var AudienceControllerService = /** @class */ (function () {
|
|
1263
1263
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1264
1264
|
this.httpClient = httpClient;
|
|
1265
|
-
this.basePath = 'https://
|
|
1265
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1266
1266
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1267
1267
|
this.configuration = new Configuration();
|
|
1268
1268
|
if (basePath) {
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
var AuditControllerService = /** @class */ (function () {
|
|
2049
2049
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
2050
2050
|
this.httpClient = httpClient;
|
|
2051
|
-
this.basePath = 'https://
|
|
2051
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2052
2052
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2053
2053
|
this.configuration = new Configuration();
|
|
2054
2054
|
if (basePath) {
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2236
2236
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2237
2237
|
this.httpClient = httpClient;
|
|
2238
|
-
this.basePath = 'https://
|
|
2238
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2239
2239
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2240
2240
|
this.configuration = new Configuration();
|
|
2241
2241
|
if (basePath) {
|
|
@@ -2466,7 +2466,7 @@
|
|
|
2466
2466
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2467
2467
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2468
2468
|
this.httpClient = httpClient;
|
|
2469
|
-
this.basePath = 'https://
|
|
2469
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2470
2470
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2471
2471
|
this.configuration = new Configuration();
|
|
2472
2472
|
if (basePath) {
|
|
@@ -2575,7 +2575,7 @@
|
|
|
2575
2575
|
var CampaignControllerService = /** @class */ (function () {
|
|
2576
2576
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2577
2577
|
this.httpClient = httpClient;
|
|
2578
|
-
this.basePath = 'https://
|
|
2578
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2579
2579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2580
2580
|
this.configuration = new Configuration();
|
|
2581
2581
|
if (basePath) {
|
|
@@ -2885,7 +2885,7 @@
|
|
|
2885
2885
|
var CatalogControllerService = /** @class */ (function () {
|
|
2886
2886
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2887
2887
|
this.httpClient = httpClient;
|
|
2888
|
-
this.basePath = 'https://
|
|
2888
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2889
2889
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2890
2890
|
this.configuration = new Configuration();
|
|
2891
2891
|
if (basePath) {
|
|
@@ -3131,7 +3131,7 @@
|
|
|
3131
3131
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3132
3132
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3133
3133
|
this.httpClient = httpClient;
|
|
3134
|
-
this.basePath = 'https://
|
|
3134
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3135
3135
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3136
3136
|
this.configuration = new Configuration();
|
|
3137
3137
|
if (basePath) {
|
|
@@ -3369,7 +3369,7 @@
|
|
|
3369
3369
|
var CreativeControllerService = /** @class */ (function () {
|
|
3370
3370
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3371
3371
|
this.httpClient = httpClient;
|
|
3372
|
-
this.basePath = 'https://
|
|
3372
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3373
3373
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3374
3374
|
this.configuration = new Configuration();
|
|
3375
3375
|
if (basePath) {
|
|
@@ -3834,7 +3834,7 @@
|
|
|
3834
3834
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3835
3835
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3836
3836
|
this.httpClient = httpClient;
|
|
3837
|
-
this.basePath = 'https://
|
|
3837
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3838
3838
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3839
3839
|
this.configuration = new Configuration();
|
|
3840
3840
|
if (basePath) {
|
|
@@ -4261,6 +4261,45 @@
|
|
|
4261
4261
|
reportProgress: reportProgress
|
|
4262
4262
|
});
|
|
4263
4263
|
};
|
|
4264
|
+
CreativeSetsControllerService.prototype.rescheduleUsingPOST = function (creativeSetRescheduleRequest, id, reqId, token, observe, reportProgress) {
|
|
4265
|
+
if (observe === void 0) { observe = 'body'; }
|
|
4266
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
4267
|
+
if (creativeSetRescheduleRequest === null || creativeSetRescheduleRequest === undefined) {
|
|
4268
|
+
throw new Error('Required parameter creativeSetRescheduleRequest was null or undefined when calling rescheduleUsingPOST.');
|
|
4269
|
+
}
|
|
4270
|
+
if (id === null || id === undefined) {
|
|
4271
|
+
throw new Error('Required parameter id was null or undefined when calling rescheduleUsingPOST.');
|
|
4272
|
+
}
|
|
4273
|
+
var headers = this.defaultHeaders;
|
|
4274
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4275
|
+
headers = headers.set('reqId', String(reqId));
|
|
4276
|
+
}
|
|
4277
|
+
if (token !== undefined && token !== null) {
|
|
4278
|
+
headers = headers.set('token', String(token));
|
|
4279
|
+
}
|
|
4280
|
+
// to determine the Accept header
|
|
4281
|
+
var httpHeaderAccepts = [
|
|
4282
|
+
'application/json'
|
|
4283
|
+
];
|
|
4284
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4285
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4286
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4287
|
+
}
|
|
4288
|
+
// to determine the Content-Type header
|
|
4289
|
+
var consumes = [
|
|
4290
|
+
'application/json'
|
|
4291
|
+
];
|
|
4292
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4293
|
+
if (httpContentTypeSelected != undefined) {
|
|
4294
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
4295
|
+
}
|
|
4296
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/reschedule/" + encodeURIComponent(String(id)), creativeSetRescheduleRequest, {
|
|
4297
|
+
withCredentials: this.configuration.withCredentials,
|
|
4298
|
+
headers: headers,
|
|
4299
|
+
observe: observe,
|
|
4300
|
+
reportProgress: reportProgress
|
|
4301
|
+
});
|
|
4302
|
+
};
|
|
4264
4303
|
CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
|
|
4265
4304
|
if (observe === void 0) { observe = 'body'; }
|
|
4266
4305
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4314,7 +4353,7 @@
|
|
|
4314
4353
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4315
4354
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4316
4355
|
this.httpClient = httpClient;
|
|
4317
|
-
this.basePath = 'https://
|
|
4356
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4318
4357
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4319
4358
|
this.configuration = new Configuration();
|
|
4320
4359
|
if (basePath) {
|
|
@@ -4503,7 +4542,7 @@
|
|
|
4503
4542
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4504
4543
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4505
4544
|
this.httpClient = httpClient;
|
|
4506
|
-
this.basePath = 'https://
|
|
4545
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4507
4546
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4508
4547
|
this.configuration = new Configuration();
|
|
4509
4548
|
if (basePath) {
|
|
@@ -4579,7 +4618,7 @@
|
|
|
4579
4618
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4580
4619
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4581
4620
|
this.httpClient = httpClient;
|
|
4582
|
-
this.basePath = 'https://
|
|
4621
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4583
4622
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4584
4623
|
this.configuration = new Configuration();
|
|
4585
4624
|
if (basePath) {
|
|
@@ -4746,7 +4785,7 @@
|
|
|
4746
4785
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
4747
4786
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
4748
4787
|
this.httpClient = httpClient;
|
|
4749
|
-
this.basePath = 'https://
|
|
4788
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4750
4789
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4751
4790
|
this.configuration = new Configuration();
|
|
4752
4791
|
if (basePath) {
|
|
@@ -4831,7 +4870,7 @@
|
|
|
4831
4870
|
var DashboardControllerService = /** @class */ (function () {
|
|
4832
4871
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4833
4872
|
this.httpClient = httpClient;
|
|
4834
|
-
this.basePath = 'https://
|
|
4873
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4835
4874
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4836
4875
|
this.configuration = new Configuration();
|
|
4837
4876
|
if (basePath) {
|
|
@@ -5476,7 +5515,7 @@
|
|
|
5476
5515
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5477
5516
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5478
5517
|
this.httpClient = httpClient;
|
|
5479
|
-
this.basePath = 'https://
|
|
5518
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5480
5519
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5481
5520
|
this.configuration = new Configuration();
|
|
5482
5521
|
if (basePath) {
|
|
@@ -5663,7 +5702,7 @@
|
|
|
5663
5702
|
var PixelControllerService = /** @class */ (function () {
|
|
5664
5703
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5665
5704
|
this.httpClient = httpClient;
|
|
5666
|
-
this.basePath = 'https://
|
|
5705
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5667
5706
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5668
5707
|
this.configuration = new Configuration();
|
|
5669
5708
|
if (basePath) {
|
|
@@ -5980,7 +6019,7 @@
|
|
|
5980
6019
|
var ReportingControllerService = /** @class */ (function () {
|
|
5981
6020
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5982
6021
|
this.httpClient = httpClient;
|
|
5983
|
-
this.basePath = 'https://
|
|
6022
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5984
6023
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5985
6024
|
this.configuration = new Configuration();
|
|
5986
6025
|
if (basePath) {
|
|
@@ -6152,7 +6191,7 @@
|
|
|
6152
6191
|
var SliceXControllerService = /** @class */ (function () {
|
|
6153
6192
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6154
6193
|
this.httpClient = httpClient;
|
|
6155
|
-
this.basePath = 'https://
|
|
6194
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6156
6195
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6157
6196
|
this.configuration = new Configuration();
|
|
6158
6197
|
if (basePath) {
|
|
@@ -6408,7 +6447,7 @@
|
|
|
6408
6447
|
var StrategyControllerService = /** @class */ (function () {
|
|
6409
6448
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6410
6449
|
this.httpClient = httpClient;
|
|
6411
|
-
this.basePath = 'https://
|
|
6450
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6412
6451
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6413
6452
|
this.configuration = new Configuration();
|
|
6414
6453
|
if (basePath) {
|
|
@@ -6625,45 +6664,6 @@
|
|
|
6625
6664
|
reportProgress: reportProgress
|
|
6626
6665
|
});
|
|
6627
6666
|
};
|
|
6628
|
-
StrategyControllerService.prototype.disassociateStrategyWithCreativeSetsUsingPOST = function (creativeSetIdsToBeRemoved, id, reqId, token, observe, reportProgress) {
|
|
6629
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6630
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6631
|
-
if (creativeSetIdsToBeRemoved === null || creativeSetIdsToBeRemoved === undefined) {
|
|
6632
|
-
throw new Error('Required parameter creativeSetIdsToBeRemoved was null or undefined when calling disassociateStrategyWithCreativeSetsUsingPOST.');
|
|
6633
|
-
}
|
|
6634
|
-
if (id === null || id === undefined) {
|
|
6635
|
-
throw new Error('Required parameter id was null or undefined when calling disassociateStrategyWithCreativeSetsUsingPOST.');
|
|
6636
|
-
}
|
|
6637
|
-
var headers = this.defaultHeaders;
|
|
6638
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6639
|
-
headers = headers.set('reqId', String(reqId));
|
|
6640
|
-
}
|
|
6641
|
-
if (token !== undefined && token !== null) {
|
|
6642
|
-
headers = headers.set('token', String(token));
|
|
6643
|
-
}
|
|
6644
|
-
// to determine the Accept header
|
|
6645
|
-
var httpHeaderAccepts = [
|
|
6646
|
-
'application/json'
|
|
6647
|
-
];
|
|
6648
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6649
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6650
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6651
|
-
}
|
|
6652
|
-
// to determine the Content-Type header
|
|
6653
|
-
var consumes = [
|
|
6654
|
-
'application/json'
|
|
6655
|
-
];
|
|
6656
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6657
|
-
if (httpContentTypeSelected != undefined) {
|
|
6658
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6659
|
-
}
|
|
6660
|
-
return this.httpClient.post(this.basePath + "/v2/api/strategies/" + encodeURIComponent(String(id)) + "/disassociate/creativesets", creativeSetIdsToBeRemoved, {
|
|
6661
|
-
withCredentials: this.configuration.withCredentials,
|
|
6662
|
-
headers: headers,
|
|
6663
|
-
observe: observe,
|
|
6664
|
-
reportProgress: reportProgress
|
|
6665
|
-
});
|
|
6666
|
-
};
|
|
6667
6667
|
StrategyControllerService.prototype.duplicateStrategyUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
6668
6668
|
if (observe === void 0) { observe = 'body'; }
|
|
6669
6669
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -7096,7 +7096,7 @@
|
|
|
7096
7096
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7097
7097
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7098
7098
|
this.httpClient = httpClient;
|
|
7099
|
-
this.basePath = 'https://
|
|
7099
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7100
7100
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7101
7101
|
this.configuration = new Configuration();
|
|
7102
7102
|
if (basePath) {
|
|
@@ -7186,7 +7186,7 @@
|
|
|
7186
7186
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7187
7187
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7188
7188
|
this.httpClient = httpClient;
|
|
7189
|
-
this.basePath = 'https://
|
|
7189
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7190
7190
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7191
7191
|
this.configuration = new Configuration();
|
|
7192
7192
|
if (basePath) {
|