@revxui/api-clients-ts 0.10.268 → 0.10.270
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 +13 -0
- package/api/campaignController.service.d.ts +0 -14
- package/bundles/revxui-api-clients-ts.umd.js +59 -59
- 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 +36 -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 -36
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -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/{esm5/model/incrementalityReportDTO.js → esm2015/model/audienceAnalysisRequest.js} +1 -1
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/models.js +1 -1
- 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 +38 -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 -38
- 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 +2 -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/{esm2015/model/incrementalityReportDTO.js → esm5/model/audienceAnalysisRequest.js} +1 -1
- package/esm5/model/campaignDTO.js +1 -1
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creative.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/models.js +1 -1
- package/esm5/model/searchRequest.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +57 -57
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +59 -59
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{incrementalityReportDTO.d.ts → audienceAnalysisRequest.d.ts} +5 -5
- package/model/campaignDTO.d.ts +0 -4
- package/model/campaignESDTO.d.ts +0 -1
- package/model/clickDestination.d.ts +0 -1
- package/model/creative.d.ts +0 -2
- package/model/creativeDTO.d.ts +0 -2
- package/model/creativeSetDashboardMetric.d.ts +0 -1
- package/model/creativeSetDetails.d.ts +0 -1
- package/model/creativeSetRequest.d.ts +0 -1
- package/model/models.d.ts +1 -3
- package/model/searchRequest.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseIncrementalityReportResponse.js +0 -1
- package/esm2015/model/incrementalityReportResponse.js +0 -12
- package/esm5/model/apiListResponseIncrementalityReportResponse.js +0 -1
- package/esm5/model/incrementalityReportResponse.js +0 -12
- package/model/apiListResponseIncrementalityReportResponse.d.ts +0 -16
- package/model/incrementalityReportResponse.d.ts +0 -24
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.270
|
|
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.270 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -23,6 +23,7 @@ import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObje
|
|
|
23
23
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
24
24
|
import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
|
|
25
25
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
26
|
+
import { AudienceAnalysisRequest } from '../model/audienceAnalysisRequest';
|
|
26
27
|
import { AudienceDTO } from '../model/audienceDTO';
|
|
27
28
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
28
29
|
import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
|
|
@@ -155,6 +156,18 @@ export declare class AudienceControllerService {
|
|
|
155
156
|
getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDmpAudienceDTO>;
|
|
156
157
|
getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDmpAudienceDTO>>;
|
|
157
158
|
getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDmpAudienceDTO>>;
|
|
159
|
+
/**
|
|
160
|
+
* APi to get audience analysis count
|
|
161
|
+
*
|
|
162
|
+
* @param audienceAnalysisRequest audienceAnalysisRequest
|
|
163
|
+
* @param reqId request id
|
|
164
|
+
* @param token Auth Token
|
|
165
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
166
|
+
* @param reportProgress flag to report request and response progress.
|
|
167
|
+
*/
|
|
168
|
+
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectEligibleUsersResponse>;
|
|
169
|
+
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectEligibleUsersResponse>>;
|
|
170
|
+
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectEligibleUsersResponse>>;
|
|
158
171
|
/**
|
|
159
172
|
* Api to get Audience
|
|
160
173
|
*
|
|
@@ -11,12 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
-
import { ApiListResponseIncrementalityReportResponse } from '../model/apiListResponseIncrementalityReportResponse';
|
|
15
14
|
import { ApiResponseObjectCampaignDTO } from '../model/apiResponseObjectCampaignDTO';
|
|
16
15
|
import { ApiResponseObjectListCampaignDTO } from '../model/apiResponseObjectListCampaignDTO';
|
|
17
16
|
import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
|
|
18
17
|
import { CampaignDTO } from '../model/campaignDTO';
|
|
19
|
-
import { IncrementalityReportDTO } from '../model/incrementalityReportDTO';
|
|
20
18
|
import { Configuration } from '../configuration';
|
|
21
19
|
export declare class CampaignControllerService {
|
|
22
20
|
protected httpClient: HttpClient;
|
|
@@ -92,18 +90,6 @@ export declare class CampaignControllerService {
|
|
|
92
90
|
getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCampaignDTO>;
|
|
93
91
|
getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCampaignDTO>>;
|
|
94
92
|
getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCampaignDTO>>;
|
|
95
|
-
/**
|
|
96
|
-
* Api to fetch incrementality report
|
|
97
|
-
*
|
|
98
|
-
* @param incrementalityReportDTO incrementalityReportDTO
|
|
99
|
-
* @param reqId request id
|
|
100
|
-
* @param token Auth Token
|
|
101
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
102
|
-
* @param reportProgress flag to report request and response progress.
|
|
103
|
-
*/
|
|
104
|
-
incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseIncrementalityReportResponse>;
|
|
105
|
-
incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseIncrementalityReportResponse>>;
|
|
106
|
-
incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseIncrementalityReportResponse>>;
|
|
107
93
|
/**
|
|
108
94
|
* Api to update Campaign
|
|
109
95
|
*
|
|
@@ -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) {
|
|
@@ -1506,6 +1506,42 @@
|
|
|
1506
1506
|
reportProgress: reportProgress
|
|
1507
1507
|
});
|
|
1508
1508
|
};
|
|
1509
|
+
AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
|
|
1510
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1511
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1512
|
+
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1513
|
+
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1514
|
+
}
|
|
1515
|
+
var headers = this.defaultHeaders;
|
|
1516
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1517
|
+
headers = headers.set('reqId', String(reqId));
|
|
1518
|
+
}
|
|
1519
|
+
if (token !== undefined && token !== null) {
|
|
1520
|
+
headers = headers.set('token', String(token));
|
|
1521
|
+
}
|
|
1522
|
+
// to determine the Accept header
|
|
1523
|
+
var httpHeaderAccepts = [
|
|
1524
|
+
'*/*'
|
|
1525
|
+
];
|
|
1526
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1527
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1528
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1529
|
+
}
|
|
1530
|
+
// to determine the Content-Type header
|
|
1531
|
+
var consumes = [
|
|
1532
|
+
'application/json'
|
|
1533
|
+
];
|
|
1534
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1535
|
+
if (httpContentTypeSelected != undefined) {
|
|
1536
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1537
|
+
}
|
|
1538
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", audienceAnalysisRequest, {
|
|
1539
|
+
withCredentials: this.configuration.withCredentials,
|
|
1540
|
+
headers: headers,
|
|
1541
|
+
observe: observe,
|
|
1542
|
+
reportProgress: reportProgress
|
|
1543
|
+
});
|
|
1544
|
+
};
|
|
1509
1545
|
AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
|
|
1510
1546
|
if (observe === void 0) { observe = 'body'; }
|
|
1511
1547
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1864,7 +1900,7 @@
|
|
|
1864
1900
|
var AuditControllerService = /** @class */ (function () {
|
|
1865
1901
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1866
1902
|
this.httpClient = httpClient;
|
|
1867
|
-
this.basePath = 'https://
|
|
1903
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1868
1904
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1869
1905
|
this.configuration = new Configuration();
|
|
1870
1906
|
if (basePath) {
|
|
@@ -2063,7 +2099,7 @@
|
|
|
2063
2099
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2064
2100
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2065
2101
|
this.httpClient = httpClient;
|
|
2066
|
-
this.basePath = 'https://
|
|
2102
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2067
2103
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2068
2104
|
this.configuration = new Configuration();
|
|
2069
2105
|
if (basePath) {
|
|
@@ -2306,7 +2342,7 @@
|
|
|
2306
2342
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2307
2343
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2308
2344
|
this.httpClient = httpClient;
|
|
2309
|
-
this.basePath = 'https://
|
|
2345
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2310
2346
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2311
2347
|
this.configuration = new Configuration();
|
|
2312
2348
|
if (basePath) {
|
|
@@ -2427,7 +2463,7 @@
|
|
|
2427
2463
|
var CampaignControllerService = /** @class */ (function () {
|
|
2428
2464
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2429
2465
|
this.httpClient = httpClient;
|
|
2430
|
-
this.basePath = 'https://
|
|
2466
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2431
2467
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2468
|
this.configuration = new Configuration();
|
|
2433
2469
|
if (basePath) {
|
|
@@ -2648,42 +2684,6 @@
|
|
|
2648
2684
|
reportProgress: reportProgress
|
|
2649
2685
|
});
|
|
2650
2686
|
};
|
|
2651
|
-
CampaignControllerService.prototype.incrementalityReportUsingPOST = function (incrementalityReportDTO, reqId, token, observe, reportProgress) {
|
|
2652
|
-
if (observe === void 0) { observe = 'body'; }
|
|
2653
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
2654
|
-
if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
|
|
2655
|
-
throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
|
|
2656
|
-
}
|
|
2657
|
-
var headers = this.defaultHeaders;
|
|
2658
|
-
if (reqId !== undefined && reqId !== null) {
|
|
2659
|
-
headers = headers.set('reqId', String(reqId));
|
|
2660
|
-
}
|
|
2661
|
-
if (token !== undefined && token !== null) {
|
|
2662
|
-
headers = headers.set('token', String(token));
|
|
2663
|
-
}
|
|
2664
|
-
// to determine the Accept header
|
|
2665
|
-
var httpHeaderAccepts = [
|
|
2666
|
-
'application/json'
|
|
2667
|
-
];
|
|
2668
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2669
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
2670
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2671
|
-
}
|
|
2672
|
-
// to determine the Content-Type header
|
|
2673
|
-
var consumes = [
|
|
2674
|
-
'application/json'
|
|
2675
|
-
];
|
|
2676
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2677
|
-
if (httpContentTypeSelected != undefined) {
|
|
2678
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
2679
|
-
}
|
|
2680
|
-
return this.httpClient.post(this.basePath + "/v2/api/campaigns/incrementalityreport", incrementalityReportDTO, {
|
|
2681
|
-
withCredentials: this.configuration.withCredentials,
|
|
2682
|
-
headers: headers,
|
|
2683
|
-
observe: observe,
|
|
2684
|
-
reportProgress: reportProgress
|
|
2685
|
-
});
|
|
2686
|
-
};
|
|
2687
2687
|
CampaignControllerService.prototype.updateCampaignUsingPOST = function (campaign, id, reqId, token, observe, reportProgress) {
|
|
2688
2688
|
if (observe === void 0) { observe = 'body'; }
|
|
2689
2689
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -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) {
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4074
4074
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4075
4075
|
this.httpClient = httpClient;
|
|
4076
|
-
this.basePath = 'https://
|
|
4076
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4077
4077
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4078
4078
|
this.configuration = new Configuration();
|
|
4079
4079
|
if (basePath) {
|
|
@@ -4274,7 +4274,7 @@
|
|
|
4274
4274
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4275
4275
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4276
4276
|
this.httpClient = httpClient;
|
|
4277
|
-
this.basePath = 'https://
|
|
4277
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4278
4278
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4279
4279
|
this.configuration = new Configuration();
|
|
4280
4280
|
if (basePath) {
|
|
@@ -4362,7 +4362,7 @@
|
|
|
4362
4362
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4363
4363
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4364
4364
|
this.httpClient = httpClient;
|
|
4365
|
-
this.basePath = 'https://
|
|
4365
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4366
4366
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4367
4367
|
this.configuration = new Configuration();
|
|
4368
4368
|
if (basePath) {
|
|
@@ -4541,7 +4541,7 @@
|
|
|
4541
4541
|
var DashboardControllerService = /** @class */ (function () {
|
|
4542
4542
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4543
4543
|
this.httpClient = httpClient;
|
|
4544
|
-
this.basePath = 'https://
|
|
4544
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4545
4545
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4546
4546
|
this.configuration = new Configuration();
|
|
4547
4547
|
if (basePath) {
|
|
@@ -5198,7 +5198,7 @@
|
|
|
5198
5198
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5199
5199
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5200
5200
|
this.httpClient = httpClient;
|
|
5201
|
-
this.basePath = 'https://
|
|
5201
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5202
5202
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5203
5203
|
this.configuration = new Configuration();
|
|
5204
5204
|
if (basePath) {
|
|
@@ -5397,7 +5397,7 @@
|
|
|
5397
5397
|
var PixelControllerService = /** @class */ (function () {
|
|
5398
5398
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5399
5399
|
this.httpClient = httpClient;
|
|
5400
|
-
this.basePath = 'https://
|
|
5400
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5401
5401
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5402
5402
|
this.configuration = new Configuration();
|
|
5403
5403
|
if (basePath) {
|
|
@@ -5726,7 +5726,7 @@
|
|
|
5726
5726
|
var ReportingControllerService = /** @class */ (function () {
|
|
5727
5727
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5728
5728
|
this.httpClient = httpClient;
|
|
5729
|
-
this.basePath = 'https://
|
|
5729
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5730
5730
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5731
5731
|
this.configuration = new Configuration();
|
|
5732
5732
|
if (basePath) {
|
|
@@ -5910,7 +5910,7 @@
|
|
|
5910
5910
|
var SliceXControllerService = /** @class */ (function () {
|
|
5911
5911
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5912
5912
|
this.httpClient = httpClient;
|
|
5913
|
-
this.basePath = 'https://
|
|
5913
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5914
5914
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5915
5915
|
this.configuration = new Configuration();
|
|
5916
5916
|
if (basePath) {
|
|
@@ -6095,7 +6095,7 @@
|
|
|
6095
6095
|
var StrategyControllerService = /** @class */ (function () {
|
|
6096
6096
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6097
6097
|
this.httpClient = httpClient;
|
|
6098
|
-
this.basePath = 'https://
|
|
6098
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6099
6099
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6100
6100
|
this.configuration = new Configuration();
|
|
6101
6101
|
if (basePath) {
|
|
@@ -6756,7 +6756,7 @@
|
|
|
6756
6756
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6757
6757
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6758
6758
|
this.httpClient = httpClient;
|
|
6759
|
-
this.basePath = 'https://
|
|
6759
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6760
6760
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6761
6761
|
this.configuration = new Configuration();
|
|
6762
6762
|
if (basePath) {
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6859
6859
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6860
6860
|
this.httpClient = httpClient;
|
|
6861
|
-
this.basePath = 'https://
|
|
6861
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6862
6862
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6863
6863
|
this.configuration = new Configuration();
|
|
6864
6864
|
if (basePath) {
|