@revxui/api-clients-ts 0.10.249 → 0.10.250
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/bundles/revxui-api-clients-ts.umd.js +23 -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 +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/esm2015/model/apiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm2015/model/campaignESDTO.js +1 -12
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +1 -2
- package/esm2015/model/searchRequest.js +1 -1
- package/esm2015/model/slicexData.js +1 -1
- package/esm2015/model/slicexGridData.js +1 -1
- package/esm2015/model/strategy.js +1 -1
- package/esm2015/model/strategyDTO.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 +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/esm5/model/apiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
- package/esm5/model/campaignESDTO.js +1 -12
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/dashboardMetrics.js +1 -1
- package/esm5/model/models.js +1 -2
- package/esm5/model/searchRequest.js +1 -1
- package/esm5/model/slicexData.js +1 -1
- package/esm5/model/slicexGridData.js +1 -1
- package/esm5/model/strategy.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +24 -65
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +24 -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/campaignESDTO.d.ts +4 -0
- package/model/creativePerformanceData.d.ts +4 -0
- package/model/creativeSetDashboardMetric.d.ts +4 -0
- package/model/dashboardData.d.ts +4 -0
- package/model/dashboardMetrics.d.ts +4 -0
- package/model/models.d.ts +2 -3
- package/model/searchRequest.d.ts +0 -2
- package/model/slicexData.d.ts +4 -0
- package/model/slicexGridData.d.ts +4 -0
- package/model/strategy.d.ts +8 -0
- package/model/strategyDTO.d.ts +4 -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.250
|
|
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.250 --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
|
*
|
|
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
|
|
3667
3632
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3668
3633
|
this.configuration = new Configuration();
|
|
3669
3634
|
if (basePath) {
|
|
@@ -3998,7 +3963,7 @@
|
|
|
3998
3963
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3999
3964
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4000
3965
|
this.httpClient = httpClient;
|
|
4001
|
-
this.basePath = 'https://
|
|
3966
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4002
3967
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4003
3968
|
this.configuration = new Configuration();
|
|
4004
3969
|
if (basePath) {
|
|
@@ -4199,7 +4164,7 @@
|
|
|
4199
4164
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4200
4165
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4201
4166
|
this.httpClient = httpClient;
|
|
4202
|
-
this.basePath = 'https://
|
|
4167
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4203
4168
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4204
4169
|
this.configuration = new Configuration();
|
|
4205
4170
|
if (basePath) {
|
|
@@ -4287,7 +4252,7 @@
|
|
|
4287
4252
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4288
4253
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4289
4254
|
this.httpClient = httpClient;
|
|
4290
|
-
this.basePath = 'https://
|
|
4255
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4291
4256
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4292
4257
|
this.configuration = new Configuration();
|
|
4293
4258
|
if (basePath) {
|
|
@@ -4466,7 +4431,7 @@
|
|
|
4466
4431
|
var DashboardControllerService = /** @class */ (function () {
|
|
4467
4432
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4468
4433
|
this.httpClient = httpClient;
|
|
4469
|
-
this.basePath = 'https://
|
|
4434
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4470
4435
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4471
4436
|
this.configuration = new Configuration();
|
|
4472
4437
|
if (basePath) {
|
|
@@ -5123,7 +5088,7 @@
|
|
|
5123
5088
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5124
5089
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5125
5090
|
this.httpClient = httpClient;
|
|
5126
|
-
this.basePath = 'https://
|
|
5091
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5127
5092
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5128
5093
|
this.configuration = new Configuration();
|
|
5129
5094
|
if (basePath) {
|
|
@@ -5322,7 +5287,7 @@
|
|
|
5322
5287
|
var PixelControllerService = /** @class */ (function () {
|
|
5323
5288
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5324
5289
|
this.httpClient = httpClient;
|
|
5325
|
-
this.basePath = 'https://
|
|
5290
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5326
5291
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5327
5292
|
this.configuration = new Configuration();
|
|
5328
5293
|
if (basePath) {
|
|
@@ -5651,7 +5616,7 @@
|
|
|
5651
5616
|
var ReportingControllerService = /** @class */ (function () {
|
|
5652
5617
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5653
5618
|
this.httpClient = httpClient;
|
|
5654
|
-
this.basePath = 'https://
|
|
5619
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5655
5620
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5656
5621
|
this.configuration = new Configuration();
|
|
5657
5622
|
if (basePath) {
|
|
@@ -5835,7 +5800,7 @@
|
|
|
5835
5800
|
var SliceXControllerService = /** @class */ (function () {
|
|
5836
5801
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5837
5802
|
this.httpClient = httpClient;
|
|
5838
|
-
this.basePath = 'https://
|
|
5803
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5839
5804
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5840
5805
|
this.configuration = new Configuration();
|
|
5841
5806
|
if (basePath) {
|
|
@@ -6020,7 +5985,7 @@
|
|
|
6020
5985
|
var StrategyControllerService = /** @class */ (function () {
|
|
6021
5986
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6022
5987
|
this.httpClient = httpClient;
|
|
6023
|
-
this.basePath = 'https://
|
|
5988
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6024
5989
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6025
5990
|
this.configuration = new Configuration();
|
|
6026
5991
|
if (basePath) {
|
|
@@ -6681,7 +6646,7 @@
|
|
|
6681
6646
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6682
6647
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6683
6648
|
this.httpClient = httpClient;
|
|
6684
|
-
this.basePath = 'https://
|
|
6649
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6685
6650
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6686
6651
|
this.configuration = new Configuration();
|
|
6687
6652
|
if (basePath) {
|
|
@@ -6783,7 +6748,7 @@
|
|
|
6783
6748
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6784
6749
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6785
6750
|
this.httpClient = httpClient;
|
|
6786
|
-
this.basePath = 'https://
|
|
6751
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6787
6752
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6788
6753
|
this.configuration = new Configuration();
|
|
6789
6754
|
if (basePath) {
|
|
@@ -7078,14 +7043,6 @@
|
|
|
7078
7043
|
};
|
|
7079
7044
|
})(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
|
|
7080
7045
|
|
|
7081
|
-
|
|
7082
|
-
(function (AudiencePerformanceDTO) {
|
|
7083
|
-
AudiencePerformanceDTO.GenderEnum = {
|
|
7084
|
-
MALE: 'MALE',
|
|
7085
|
-
FEMALE: 'FEMALE'
|
|
7086
|
-
};
|
|
7087
|
-
})(exports.AudiencePerformanceDTO || (exports.AudiencePerformanceDTO = {}));
|
|
7088
|
-
|
|
7089
7046
|
/**
|
|
7090
7047
|
* Api Documentation
|
|
7091
7048
|
* Api Documentation
|