@revxui/api-clients-ts 0.10.285 → 0.10.287
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 +33 -3
- package/bundles/revxui-api-clients-ts.umd.js +113 -25
- 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 +77 -4
- 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/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
- package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
- package/esm2015/model/booleanEditField.js +12 -0
- package/esm2015/model/bulkEditCreativeSetsDTO.js +1 -0
- package/esm2015/model/bulkEditCreativeSetsListDTO.js +1 -0
- package/esm2015/model/bulkEditCreativeSetsResponse.js +1 -0
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/strategyListEditField.js +1 -0
- 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 +81 -4
- 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/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
- package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
- package/esm5/model/booleanEditField.js +12 -0
- package/esm5/model/bulkEditCreativeSetsDTO.js +1 -0
- package/esm5/model/bulkEditCreativeSetsListDTO.js +1 -0
- package/esm5/model/bulkEditCreativeSetsResponse.js +1 -0
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/creative.js +1 -1
- package/esm5/model/models.js +2 -1
- package/esm5/model/strategyListEditField.js +1 -0
- package/fesm2015/revxui-api-clients-ts.js +110 -26
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +114 -26
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +33 -0
- package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +16 -0
- package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +17 -0
- package/model/apiResponseObjectBulkEditCreativeSetsResponse.d.ts +17 -0
- package/model/booleanEditField.d.ts +15 -0
- package/model/bulkEditCreativeSetsDTO.d.ts +24 -0
- package/model/bulkEditCreativeSetsListDTO.d.ts +18 -0
- package/model/bulkEditCreativeSetsResponse.d.ts +20 -0
- package/model/campaignESDTO.d.ts +2 -2
- package/model/creative.d.ts +0 -1
- package/model/models.d.ts +9 -0
- package/model/strategyListEditField.d.ts +16 -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.287
|
|
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.287 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -12,12 +12,15 @@
|
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
14
|
import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
|
|
15
|
+
import { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
|
|
15
16
|
import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
17
|
+
import { ApiResponseObjectBulkEditCreativeSetsResponse } from '../model/apiResponseObjectBulkEditCreativeSetsResponse';
|
|
16
18
|
import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectCreativeSetDetails';
|
|
17
19
|
import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
|
|
18
20
|
import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
|
|
19
21
|
import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
|
|
20
22
|
import { ApiResponseObjectDuplicateCreativeSetResponse } from '../model/apiResponseObjectDuplicateCreativeSetResponse';
|
|
23
|
+
import { BulkEditCreativeSetsDTO } from '../model/bulkEditCreativeSetsDTO';
|
|
21
24
|
import { CreativeSetRequest } from '../model/creativeSetRequest';
|
|
22
25
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
23
26
|
import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
|
|
@@ -33,6 +36,32 @@ export declare class CreativeSetsControllerService {
|
|
|
33
36
|
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
34
37
|
*/
|
|
35
38
|
private canConsumeForm;
|
|
39
|
+
/**
|
|
40
|
+
* Api to get Creative Sets Bulk Edit Activity Log
|
|
41
|
+
*
|
|
42
|
+
* @param pageNumber pageNumber
|
|
43
|
+
* @param pageSize pageSize
|
|
44
|
+
* @param reqId request id
|
|
45
|
+
* @param sort sort
|
|
46
|
+
* @param token Auth Token
|
|
47
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
48
|
+
* @param reportProgress flag to report request and response progress.
|
|
49
|
+
*/
|
|
50
|
+
bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>;
|
|
51
|
+
bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>>;
|
|
52
|
+
bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>>;
|
|
53
|
+
/**
|
|
54
|
+
* Api to bulk edit creative sets
|
|
55
|
+
*
|
|
56
|
+
* @param dto dto
|
|
57
|
+
* @param reqId request id
|
|
58
|
+
* @param token Auth Token
|
|
59
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
60
|
+
* @param reportProgress flag to report request and response progress.
|
|
61
|
+
*/
|
|
62
|
+
bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectBulkEditCreativeSetsResponse>;
|
|
63
|
+
bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectBulkEditCreativeSetsResponse>>;
|
|
64
|
+
bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectBulkEditCreativeSetsResponse>>;
|
|
36
65
|
/**
|
|
37
66
|
* Api to create creative sets
|
|
38
67
|
*
|
|
@@ -100,15 +129,16 @@ export declare class CreativeSetsControllerService {
|
|
|
100
129
|
* Api to get individual creative performance
|
|
101
130
|
*
|
|
102
131
|
* @param dashboardRequest dashboardRequest
|
|
132
|
+
* @param id id
|
|
103
133
|
* @param refresh refresh
|
|
104
134
|
* @param reqId request id
|
|
105
135
|
* @param token Auth Token
|
|
106
136
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
107
137
|
* @param reportProgress flag to report request and response progress.
|
|
108
138
|
*/
|
|
109
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
110
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
111
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
139
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
140
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
141
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
112
142
|
/**
|
|
113
143
|
* Api to get individual creative set performance
|
|
114
144
|
*
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
var AuditControllerService = /** @class */ (function () {
|
|
1865
1865
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1866
1866
|
this.httpClient = httpClient;
|
|
1867
|
-
this.basePath = 'https://
|
|
1867
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1868
1868
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1869
1869
|
this.configuration = new Configuration();
|
|
1870
1870
|
if (basePath) {
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2064
2064
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2065
2065
|
this.httpClient = httpClient;
|
|
2066
|
-
this.basePath = 'https://
|
|
2066
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2067
2067
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2068
2068
|
this.configuration = new Configuration();
|
|
2069
2069
|
if (basePath) {
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2307
2307
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2308
2308
|
this.httpClient = httpClient;
|
|
2309
|
-
this.basePath = 'https://
|
|
2309
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2310
2310
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2311
2311
|
this.configuration = new Configuration();
|
|
2312
2312
|
if (basePath) {
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
var CampaignControllerService = /** @class */ (function () {
|
|
2428
2428
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2429
2429
|
this.httpClient = httpClient;
|
|
2430
|
-
this.basePath = 'https://
|
|
2430
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2431
2431
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2432
|
this.configuration = new Configuration();
|
|
2433
2433
|
if (basePath) {
|
|
@@ -2749,7 +2749,7 @@
|
|
|
2749
2749
|
var CatalogControllerService = /** @class */ (function () {
|
|
2750
2750
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2751
2751
|
this.httpClient = httpClient;
|
|
2752
|
-
this.basePath = 'https://
|
|
2752
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2753
2753
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2754
2754
|
this.configuration = new Configuration();
|
|
2755
2755
|
if (basePath) {
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2973
2973
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2974
2974
|
this.httpClient = httpClient;
|
|
2975
|
-
this.basePath = 'https://
|
|
2975
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2976
2976
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2977
2977
|
this.configuration = new Configuration();
|
|
2978
2978
|
if (basePath) {
|
|
@@ -3222,7 +3222,7 @@
|
|
|
3222
3222
|
var CreativeControllerService = /** @class */ (function () {
|
|
3223
3223
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3224
3224
|
this.httpClient = httpClient;
|
|
3225
|
-
this.basePath = 'https://
|
|
3225
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3226
3226
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3227
3227
|
this.configuration = new Configuration();
|
|
3228
3228
|
if (basePath) {
|
|
@@ -3699,7 +3699,7 @@
|
|
|
3699
3699
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3700
3700
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3701
3701
|
this.httpClient = httpClient;
|
|
3702
|
-
this.basePath = 'https://
|
|
3702
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3703
3703
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3704
3704
|
this.configuration = new Configuration();
|
|
3705
3705
|
if (basePath) {
|
|
@@ -3734,6 +3734,80 @@
|
|
|
3734
3734
|
}
|
|
3735
3735
|
return false;
|
|
3736
3736
|
};
|
|
3737
|
+
CreativeSetsControllerService.prototype.bulkEditActivityLogUsingGET1 = function (pageNumber, pageSize, reqId, sort, token, observe, reportProgress) {
|
|
3738
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3739
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3740
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3741
|
+
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3742
|
+
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3743
|
+
}
|
|
3744
|
+
if (pageSize !== undefined && pageSize !== null) {
|
|
3745
|
+
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3746
|
+
}
|
|
3747
|
+
if (sort !== undefined && sort !== null) {
|
|
3748
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
3749
|
+
}
|
|
3750
|
+
var headers = this.defaultHeaders;
|
|
3751
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3752
|
+
headers = headers.set('reqId', String(reqId));
|
|
3753
|
+
}
|
|
3754
|
+
if (token !== undefined && token !== null) {
|
|
3755
|
+
headers = headers.set('token', String(token));
|
|
3756
|
+
}
|
|
3757
|
+
// to determine the Accept header
|
|
3758
|
+
var httpHeaderAccepts = [
|
|
3759
|
+
'application/json'
|
|
3760
|
+
];
|
|
3761
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3762
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3763
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3764
|
+
}
|
|
3765
|
+
// to determine the Content-Type header
|
|
3766
|
+
var consumes = [];
|
|
3767
|
+
return this.httpClient.get(this.basePath + "/v2/api/creativesets/bulkupdateActivityLog", {
|
|
3768
|
+
params: queryParameters,
|
|
3769
|
+
withCredentials: this.configuration.withCredentials,
|
|
3770
|
+
headers: headers,
|
|
3771
|
+
observe: observe,
|
|
3772
|
+
reportProgress: reportProgress
|
|
3773
|
+
});
|
|
3774
|
+
};
|
|
3775
|
+
CreativeSetsControllerService.prototype.bulkEditCreativeSetsUsingPOST = function (dto, reqId, token, observe, reportProgress) {
|
|
3776
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3777
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3778
|
+
if (dto === null || dto === undefined) {
|
|
3779
|
+
throw new Error('Required parameter dto was null or undefined when calling bulkEditCreativeSetsUsingPOST.');
|
|
3780
|
+
}
|
|
3781
|
+
var headers = this.defaultHeaders;
|
|
3782
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3783
|
+
headers = headers.set('reqId', String(reqId));
|
|
3784
|
+
}
|
|
3785
|
+
if (token !== undefined && token !== null) {
|
|
3786
|
+
headers = headers.set('token', String(token));
|
|
3787
|
+
}
|
|
3788
|
+
// to determine the Accept header
|
|
3789
|
+
var httpHeaderAccepts = [
|
|
3790
|
+
'application/json'
|
|
3791
|
+
];
|
|
3792
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3793
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3794
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3795
|
+
}
|
|
3796
|
+
// to determine the Content-Type header
|
|
3797
|
+
var consumes = [
|
|
3798
|
+
'application/json'
|
|
3799
|
+
];
|
|
3800
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3801
|
+
if (httpContentTypeSelected != undefined) {
|
|
3802
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3803
|
+
}
|
|
3804
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/bulkupdate", dto, {
|
|
3805
|
+
withCredentials: this.configuration.withCredentials,
|
|
3806
|
+
headers: headers,
|
|
3807
|
+
observe: observe,
|
|
3808
|
+
reportProgress: reportProgress
|
|
3809
|
+
});
|
|
3810
|
+
};
|
|
3737
3811
|
CreativeSetsControllerService.prototype.createUsingPOST = function (creativeSetRequest, reqId, token, observe, reportProgress) {
|
|
3738
3812
|
if (observe === void 0) { observe = 'body'; }
|
|
3739
3813
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3920,12 +3994,15 @@
|
|
|
3920
3994
|
reportProgress: reportProgress
|
|
3921
3995
|
});
|
|
3922
3996
|
};
|
|
3923
|
-
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
3997
|
+
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
|
|
3924
3998
|
if (observe === void 0) { observe = 'body'; }
|
|
3925
3999
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3926
4000
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3927
4001
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3928
4002
|
}
|
|
4003
|
+
if (id === null || id === undefined) {
|
|
4004
|
+
throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
4005
|
+
}
|
|
3929
4006
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3930
4007
|
if (refresh !== undefined && refresh !== null) {
|
|
3931
4008
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
@@ -3953,7 +4030,7 @@
|
|
|
3953
4030
|
if (httpContentTypeSelected != undefined) {
|
|
3954
4031
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3955
4032
|
}
|
|
3956
|
-
return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/", dashboardRequest, {
|
|
4033
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/" + encodeURIComponent(String(id)), dashboardRequest, {
|
|
3957
4034
|
params: queryParameters,
|
|
3958
4035
|
withCredentials: this.configuration.withCredentials,
|
|
3959
4036
|
headers: headers,
|
|
@@ -4070,7 +4147,7 @@
|
|
|
4070
4147
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4071
4148
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4072
4149
|
this.httpClient = httpClient;
|
|
4073
|
-
this.basePath = 'https://
|
|
4150
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4074
4151
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4075
4152
|
this.configuration = new Configuration();
|
|
4076
4153
|
if (basePath) {
|
|
@@ -4271,7 +4348,7 @@
|
|
|
4271
4348
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4272
4349
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4273
4350
|
this.httpClient = httpClient;
|
|
4274
|
-
this.basePath = 'https://
|
|
4351
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4275
4352
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4276
4353
|
this.configuration = new Configuration();
|
|
4277
4354
|
if (basePath) {
|
|
@@ -4359,7 +4436,7 @@
|
|
|
4359
4436
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4360
4437
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4361
4438
|
this.httpClient = httpClient;
|
|
4362
|
-
this.basePath = 'https://
|
|
4439
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4363
4440
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4364
4441
|
this.configuration = new Configuration();
|
|
4365
4442
|
if (basePath) {
|
|
@@ -4538,7 +4615,7 @@
|
|
|
4538
4615
|
var DashboardControllerService = /** @class */ (function () {
|
|
4539
4616
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4540
4617
|
this.httpClient = httpClient;
|
|
4541
|
-
this.basePath = 'https://
|
|
4618
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4542
4619
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4543
4620
|
this.configuration = new Configuration();
|
|
4544
4621
|
if (basePath) {
|
|
@@ -5195,7 +5272,7 @@
|
|
|
5195
5272
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5196
5273
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5197
5274
|
this.httpClient = httpClient;
|
|
5198
|
-
this.basePath = 'https://
|
|
5275
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5199
5276
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5200
5277
|
this.configuration = new Configuration();
|
|
5201
5278
|
if (basePath) {
|
|
@@ -5394,7 +5471,7 @@
|
|
|
5394
5471
|
var PixelControllerService = /** @class */ (function () {
|
|
5395
5472
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5396
5473
|
this.httpClient = httpClient;
|
|
5397
|
-
this.basePath = 'https://
|
|
5474
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5398
5475
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5399
5476
|
this.configuration = new Configuration();
|
|
5400
5477
|
if (basePath) {
|
|
@@ -5723,7 +5800,7 @@
|
|
|
5723
5800
|
var ReportingControllerService = /** @class */ (function () {
|
|
5724
5801
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5725
5802
|
this.httpClient = httpClient;
|
|
5726
|
-
this.basePath = 'https://
|
|
5803
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5727
5804
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5728
5805
|
this.configuration = new Configuration();
|
|
5729
5806
|
if (basePath) {
|
|
@@ -5907,7 +5984,7 @@
|
|
|
5907
5984
|
var SliceXControllerService = /** @class */ (function () {
|
|
5908
5985
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5909
5986
|
this.httpClient = httpClient;
|
|
5910
|
-
this.basePath = 'https://
|
|
5987
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5911
5988
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5912
5989
|
this.configuration = new Configuration();
|
|
5913
5990
|
if (basePath) {
|
|
@@ -6175,7 +6252,7 @@
|
|
|
6175
6252
|
var StrategyControllerService = /** @class */ (function () {
|
|
6176
6253
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6177
6254
|
this.httpClient = httpClient;
|
|
6178
|
-
this.basePath = 'https://
|
|
6255
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6179
6256
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6180
6257
|
this.configuration = new Configuration();
|
|
6181
6258
|
if (basePath) {
|
|
@@ -6836,7 +6913,7 @@
|
|
|
6836
6913
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6837
6914
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6838
6915
|
this.httpClient = httpClient;
|
|
6839
|
-
this.basePath = 'https://
|
|
6916
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6840
6917
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6841
6918
|
this.configuration = new Configuration();
|
|
6842
6919
|
if (basePath) {
|
|
@@ -6938,7 +7015,7 @@
|
|
|
6938
7015
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6939
7016
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6940
7017
|
this.httpClient = httpClient;
|
|
6941
|
-
this.basePath = 'https://
|
|
7018
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6942
7019
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6943
7020
|
this.configuration = new Configuration();
|
|
6944
7021
|
if (basePath) {
|
|
@@ -7117,6 +7194,17 @@
|
|
|
7117
7194
|
var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
7118
7195
|
|
|
7119
7196
|
|
|
7197
|
+
(function (ActivityLogsCreativeSetsBulkUpdateDTO) {
|
|
7198
|
+
ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum = {
|
|
7199
|
+
PENDING: 'PENDING',
|
|
7200
|
+
INPROGRESS: 'IN_PROGRESS',
|
|
7201
|
+
FAILED: 'FAILED',
|
|
7202
|
+
SUCCESS: 'SUCCESS',
|
|
7203
|
+
PARTIALSUCCESS: 'PARTIAL_SUCCESS'
|
|
7204
|
+
};
|
|
7205
|
+
})(exports.ActivityLogsCreativeSetsBulkUpdateDTO || (exports.ActivityLogsCreativeSetsBulkUpdateDTO = {}));
|
|
7206
|
+
|
|
7207
|
+
|
|
7120
7208
|
(function (ActivityLogsStrategyBulkUpdateDTO) {
|
|
7121
7209
|
ActivityLogsStrategyBulkUpdateDTO.StatusEnum = {
|
|
7122
7210
|
PENDING: 'PENDING',
|