@revxui/api-clients-ts 0.10.247 → 0.10.248
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/audienceController.service.d.ts +4 -17
- package/api/creativeSetsController.service.d.ts +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +62 -66
- 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 -35
- 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/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/apiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm2015/model/endCards.js +12 -0
- package/esm2015/model/models.js +1 -2
- package/esm2015/model/searchRequest.js +1 -1
- 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 -37
- 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 +41 -2
- 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/apiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm5/model/endCards.js +12 -0
- package/esm5/model/models.js +1 -2
- package/esm5/model/searchRequest.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +61 -65
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +63 -67
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseAudiencePerformanceDTO.d.ts → apiListResponseAudienceESDTO.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseAudiencePerformanceDTO.d.ts → apiResponseObjectApiListResponseAudienceESDTO.d.ts} +3 -3
- package/model/creativeSetDetails.d.ts +2 -0
- package/model/creativeSetRequest.d.ts +2 -0
- package/model/duplicateCreativeSetsRequestDTO.d.ts +21 -0
- package/model/endCards.d.ts +16 -0
- package/model/models.d.ts +4 -3
- package/model/searchRequest.d.ts +0 -2
- package/model/strategyDTO.d.ts +2 -2
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm2015/model/audiencePerformanceDTO.js +0 -8
- package/esm5/model/apiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm5/model/audiencePerformanceDTO.js +0 -8
- package/model/audiencePerformanceDTO.d.ts +0 -37
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.248
|
|
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.248 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
-
import {
|
|
14
|
+
import { ApiResponseObjectApiListResponseAudienceESDTO } from '../model/apiResponseObjectApiListResponseAudienceESDTO';
|
|
15
15
|
import { ApiResponseObjectAudienceAccessDTO } from '../model/apiResponseObjectAudienceAccessDTO';
|
|
16
16
|
import { ApiResponseObjectAudienceDTO } from '../model/apiResponseObjectAudienceDTO';
|
|
17
17
|
import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
|
|
@@ -22,7 +22,6 @@ import { ApiResponseObjectListAudienceDTO } from '../model/apiResponseObjectList
|
|
|
22
22
|
import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
|
|
23
23
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
24
24
|
import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
|
|
25
|
-
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
26
25
|
import { AudienceDTO } from '../model/audienceDTO';
|
|
27
26
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
28
27
|
import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
|
|
@@ -137,9 +136,9 @@ export declare class AudienceControllerService {
|
|
|
137
136
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
138
137
|
* @param reportProgress flag to report request and response progress.
|
|
139
138
|
*/
|
|
140
|
-
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<
|
|
141
|
-
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<
|
|
142
|
-
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<
|
|
139
|
+
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseAudienceESDTO>;
|
|
140
|
+
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseAudienceESDTO>>;
|
|
141
|
+
getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseAudienceESDTO>>;
|
|
143
142
|
/**
|
|
144
143
|
* Api to get Affle DMP Audience List
|
|
145
144
|
*
|
|
@@ -219,18 +218,6 @@ export declare class AudienceControllerService {
|
|
|
219
218
|
getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAudienceDTO>;
|
|
220
219
|
getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAudienceDTO>>;
|
|
221
220
|
getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAudienceDTO>>;
|
|
222
|
-
/**
|
|
223
|
-
* Api to re-try scheduler for the failed advertisers
|
|
224
|
-
*
|
|
225
|
-
* @param advIds advIds
|
|
226
|
-
* @param reqId request id
|
|
227
|
-
* @param token Auth Token
|
|
228
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
229
|
-
* @param reportProgress flag to report request and response progress.
|
|
230
|
-
*/
|
|
231
|
-
retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
|
|
232
|
-
retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
|
|
233
|
-
retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectstring>>;
|
|
234
221
|
/**
|
|
235
222
|
* Api to sync DMP Aduience
|
|
236
223
|
*
|
|
@@ -19,6 +19,7 @@ import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDas
|
|
|
19
19
|
import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
|
|
20
20
|
import { CreativeSetRequest } from '../model/creativeSetRequest';
|
|
21
21
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
22
|
+
import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
|
|
22
23
|
import { Configuration } from '../configuration';
|
|
23
24
|
export declare class CreativeSetsControllerService {
|
|
24
25
|
protected httpClient: HttpClient;
|
|
@@ -43,6 +44,19 @@ export declare class CreativeSetsControllerService {
|
|
|
43
44
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
|
|
44
45
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
|
|
45
46
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
|
|
47
|
+
/**
|
|
48
|
+
* Api to duplicate creative sets
|
|
49
|
+
*
|
|
50
|
+
* @param dto dto
|
|
51
|
+
* @param id id
|
|
52
|
+
* @param reqId request id
|
|
53
|
+
* @param token Auth Token
|
|
54
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
55
|
+
* @param reportProgress flag to report request and response progress.
|
|
56
|
+
*/
|
|
57
|
+
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
|
|
58
|
+
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
|
|
59
|
+
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
|
|
46
60
|
/**
|
|
47
61
|
* Api to get creative sets dimension details
|
|
48
62
|
*
|
|
@@ -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) {
|
|
@@ -1698,41 +1698,6 @@
|
|
|
1698
1698
|
reportProgress: reportProgress
|
|
1699
1699
|
});
|
|
1700
1700
|
};
|
|
1701
|
-
AudienceControllerService.prototype.retrySchedulerForAdvertisersUsingGET = function (advIds, reqId, token, observe, reportProgress) {
|
|
1702
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1703
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1704
|
-
if (advIds === null || advIds === undefined) {
|
|
1705
|
-
throw new Error('Required parameter advIds was null or undefined when calling retrySchedulerForAdvertisersUsingGET.');
|
|
1706
|
-
}
|
|
1707
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1708
|
-
if (advIds !== undefined && advIds !== null) {
|
|
1709
|
-
queryParameters = queryParameters.set('advIds', advIds);
|
|
1710
|
-
}
|
|
1711
|
-
var headers = this.defaultHeaders;
|
|
1712
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1713
|
-
headers = headers.set('reqId', String(reqId));
|
|
1714
|
-
}
|
|
1715
|
-
if (token !== undefined && token !== null) {
|
|
1716
|
-
headers = headers.set('token', String(token));
|
|
1717
|
-
}
|
|
1718
|
-
// to determine the Accept header
|
|
1719
|
-
var httpHeaderAccepts = [
|
|
1720
|
-
'*/*'
|
|
1721
|
-
];
|
|
1722
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1723
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1724
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1725
|
-
}
|
|
1726
|
-
// to determine the Content-Type header
|
|
1727
|
-
var consumes = [];
|
|
1728
|
-
return this.httpClient.get(this.basePath + "/v2/api/audience/schedulerRetry", {
|
|
1729
|
-
params: queryParameters,
|
|
1730
|
-
withCredentials: this.configuration.withCredentials,
|
|
1731
|
-
headers: headers,
|
|
1732
|
-
observe: observe,
|
|
1733
|
-
reportProgress: reportProgress
|
|
1734
|
-
});
|
|
1735
|
-
};
|
|
1736
1701
|
AudienceControllerService.prototype.syncAudienceUsingPOST = function (platformAudienceDTO, reqId, token, observe, reportProgress) {
|
|
1737
1702
|
if (observe === void 0) { observe = 'body'; }
|
|
1738
1703
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1864,7 +1829,7 @@
|
|
|
1864
1829
|
var AuditControllerService = /** @class */ (function () {
|
|
1865
1830
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1866
1831
|
this.httpClient = httpClient;
|
|
1867
|
-
this.basePath = 'https://
|
|
1832
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1868
1833
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1869
1834
|
this.configuration = new Configuration();
|
|
1870
1835
|
if (basePath) {
|
|
@@ -2063,7 +2028,7 @@
|
|
|
2063
2028
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2064
2029
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2065
2030
|
this.httpClient = httpClient;
|
|
2066
|
-
this.basePath = 'https://
|
|
2031
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2067
2032
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2068
2033
|
this.configuration = new Configuration();
|
|
2069
2034
|
if (basePath) {
|
|
@@ -2306,7 +2271,7 @@
|
|
|
2306
2271
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2307
2272
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2308
2273
|
this.httpClient = httpClient;
|
|
2309
|
-
this.basePath = 'https://
|
|
2274
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2310
2275
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2311
2276
|
this.configuration = new Configuration();
|
|
2312
2277
|
if (basePath) {
|
|
@@ -2427,7 +2392,7 @@
|
|
|
2427
2392
|
var CampaignControllerService = /** @class */ (function () {
|
|
2428
2393
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2429
2394
|
this.httpClient = httpClient;
|
|
2430
|
-
this.basePath = 'https://
|
|
2395
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2431
2396
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2397
|
this.configuration = new Configuration();
|
|
2433
2398
|
if (basePath) {
|
|
@@ -2713,7 +2678,7 @@
|
|
|
2713
2678
|
var CatalogControllerService = /** @class */ (function () {
|
|
2714
2679
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2715
2680
|
this.httpClient = httpClient;
|
|
2716
|
-
this.basePath = 'https://
|
|
2681
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2717
2682
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2718
2683
|
this.configuration = new Configuration();
|
|
2719
2684
|
if (basePath) {
|
|
@@ -2936,7 +2901,7 @@
|
|
|
2936
2901
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2937
2902
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2938
2903
|
this.httpClient = httpClient;
|
|
2939
|
-
this.basePath = 'https://
|
|
2904
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2940
2905
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2941
2906
|
this.configuration = new Configuration();
|
|
2942
2907
|
if (basePath) {
|
|
@@ -3186,7 +3151,7 @@
|
|
|
3186
3151
|
var CreativeControllerService = /** @class */ (function () {
|
|
3187
3152
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3188
3153
|
this.httpClient = httpClient;
|
|
3189
|
-
this.basePath = 'https://
|
|
3154
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3190
3155
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3191
3156
|
this.configuration = new Configuration();
|
|
3192
3157
|
if (basePath) {
|
|
@@ -3663,7 +3628,7 @@
|
|
|
3663
3628
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3664
3629
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3665
3630
|
this.httpClient = httpClient;
|
|
3666
|
-
this.basePath = 'https://
|
|
3631
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3667
3632
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3668
3633
|
this.configuration = new Configuration();
|
|
3669
3634
|
if (basePath) {
|
|
@@ -3734,6 +3699,45 @@
|
|
|
3734
3699
|
reportProgress: reportProgress
|
|
3735
3700
|
});
|
|
3736
3701
|
};
|
|
3702
|
+
CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
3703
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3704
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3705
|
+
if (dto === null || dto === undefined) {
|
|
3706
|
+
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3707
|
+
}
|
|
3708
|
+
if (id === null || id === undefined) {
|
|
3709
|
+
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3710
|
+
}
|
|
3711
|
+
var headers = this.defaultHeaders;
|
|
3712
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3713
|
+
headers = headers.set('reqId', String(reqId));
|
|
3714
|
+
}
|
|
3715
|
+
if (token !== undefined && token !== null) {
|
|
3716
|
+
headers = headers.set('token', String(token));
|
|
3717
|
+
}
|
|
3718
|
+
// to determine the Accept header
|
|
3719
|
+
var httpHeaderAccepts = [
|
|
3720
|
+
'application/json'
|
|
3721
|
+
];
|
|
3722
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3723
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3724
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3725
|
+
}
|
|
3726
|
+
// to determine the Content-Type header
|
|
3727
|
+
var consumes = [
|
|
3728
|
+
'application/json'
|
|
3729
|
+
];
|
|
3730
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3731
|
+
if (httpContentTypeSelected != undefined) {
|
|
3732
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3733
|
+
}
|
|
3734
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
|
|
3735
|
+
withCredentials: this.configuration.withCredentials,
|
|
3736
|
+
headers: headers,
|
|
3737
|
+
observe: observe,
|
|
3738
|
+
reportProgress: reportProgress
|
|
3739
|
+
});
|
|
3740
|
+
};
|
|
3737
3741
|
CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
3738
3742
|
if (observe === void 0) { observe = 'body'; }
|
|
3739
3743
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3998,7 +4002,7 @@
|
|
|
3998
4002
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3999
4003
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4000
4004
|
this.httpClient = httpClient;
|
|
4001
|
-
this.basePath = 'https://
|
|
4005
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4002
4006
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4003
4007
|
this.configuration = new Configuration();
|
|
4004
4008
|
if (basePath) {
|
|
@@ -4199,7 +4203,7 @@
|
|
|
4199
4203
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4200
4204
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4201
4205
|
this.httpClient = httpClient;
|
|
4202
|
-
this.basePath = 'https://
|
|
4206
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4203
4207
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4204
4208
|
this.configuration = new Configuration();
|
|
4205
4209
|
if (basePath) {
|
|
@@ -4287,7 +4291,7 @@
|
|
|
4287
4291
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4288
4292
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4289
4293
|
this.httpClient = httpClient;
|
|
4290
|
-
this.basePath = 'https://
|
|
4294
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4291
4295
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4292
4296
|
this.configuration = new Configuration();
|
|
4293
4297
|
if (basePath) {
|
|
@@ -4466,7 +4470,7 @@
|
|
|
4466
4470
|
var DashboardControllerService = /** @class */ (function () {
|
|
4467
4471
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4468
4472
|
this.httpClient = httpClient;
|
|
4469
|
-
this.basePath = 'https://
|
|
4473
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4470
4474
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4471
4475
|
this.configuration = new Configuration();
|
|
4472
4476
|
if (basePath) {
|
|
@@ -5123,7 +5127,7 @@
|
|
|
5123
5127
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5124
5128
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5125
5129
|
this.httpClient = httpClient;
|
|
5126
|
-
this.basePath = 'https://
|
|
5130
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5127
5131
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5128
5132
|
this.configuration = new Configuration();
|
|
5129
5133
|
if (basePath) {
|
|
@@ -5322,7 +5326,7 @@
|
|
|
5322
5326
|
var PixelControllerService = /** @class */ (function () {
|
|
5323
5327
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5324
5328
|
this.httpClient = httpClient;
|
|
5325
|
-
this.basePath = 'https://
|
|
5329
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5326
5330
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5327
5331
|
this.configuration = new Configuration();
|
|
5328
5332
|
if (basePath) {
|
|
@@ -5651,7 +5655,7 @@
|
|
|
5651
5655
|
var ReportingControllerService = /** @class */ (function () {
|
|
5652
5656
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5653
5657
|
this.httpClient = httpClient;
|
|
5654
|
-
this.basePath = 'https://
|
|
5658
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5655
5659
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5656
5660
|
this.configuration = new Configuration();
|
|
5657
5661
|
if (basePath) {
|
|
@@ -5835,7 +5839,7 @@
|
|
|
5835
5839
|
var SliceXControllerService = /** @class */ (function () {
|
|
5836
5840
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5837
5841
|
this.httpClient = httpClient;
|
|
5838
|
-
this.basePath = 'https://
|
|
5842
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5839
5843
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5840
5844
|
this.configuration = new Configuration();
|
|
5841
5845
|
if (basePath) {
|
|
@@ -6020,7 +6024,7 @@
|
|
|
6020
6024
|
var StrategyControllerService = /** @class */ (function () {
|
|
6021
6025
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6022
6026
|
this.httpClient = httpClient;
|
|
6023
|
-
this.basePath = 'https://
|
|
6027
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6024
6028
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6025
6029
|
this.configuration = new Configuration();
|
|
6026
6030
|
if (basePath) {
|
|
@@ -6681,7 +6685,7 @@
|
|
|
6681
6685
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6682
6686
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6683
6687
|
this.httpClient = httpClient;
|
|
6684
|
-
this.basePath = 'https://
|
|
6688
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6685
6689
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6686
6690
|
this.configuration = new Configuration();
|
|
6687
6691
|
if (basePath) {
|
|
@@ -6783,7 +6787,7 @@
|
|
|
6783
6787
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6784
6788
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6785
6789
|
this.httpClient = httpClient;
|
|
6786
|
-
this.basePath = 'https://
|
|
6790
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6787
6791
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6788
6792
|
this.configuration = new Configuration();
|
|
6789
6793
|
if (basePath) {
|
|
@@ -7078,14 +7082,6 @@
|
|
|
7078
7082
|
};
|
|
7079
7083
|
})(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
|
|
7080
7084
|
|
|
7081
|
-
|
|
7082
|
-
(function (AudiencePerformanceDTO) {
|
|
7083
|
-
AudiencePerformanceDTO.GenderEnum = {
|
|
7084
|
-
MALE: 'MALE',
|
|
7085
|
-
FEMALE: 'FEMALE'
|
|
7086
|
-
};
|
|
7087
|
-
})(exports.AudiencePerformanceDTO || (exports.AudiencePerformanceDTO = {}));
|
|
7088
|
-
|
|
7089
7085
|
/**
|
|
7090
7086
|
* Api Documentation
|
|
7091
7087
|
* Api Documentation
|