@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
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
91
91
|
this.defaultHeaders = new HttpHeaders();
|
|
92
92
|
this.configuration = new Configuration();
|
|
93
93
|
if (basePath) {
|
|
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
|
|
|
304
304
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
305
305
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
306
306
|
this.httpClient = httpClient;
|
|
307
|
-
this.basePath = 'https://
|
|
307
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
308
308
|
this.defaultHeaders = new HttpHeaders();
|
|
309
309
|
this.configuration = new Configuration();
|
|
310
310
|
if (basePath) {
|
|
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
|
|
|
750
750
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
751
751
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
752
752
|
this.httpClient = httpClient;
|
|
753
|
-
this.basePath = 'https://
|
|
753
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
920
|
var AudienceControllerService = /** @class */ (function () {
|
|
921
921
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
922
922
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
923
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1477,41 +1477,6 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1477
1477
|
reportProgress: reportProgress
|
|
1478
1478
|
});
|
|
1479
1479
|
};
|
|
1480
|
-
AudienceControllerService.prototype.retrySchedulerForAdvertisersUsingGET = function (advIds, reqId, token, observe, reportProgress) {
|
|
1481
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1482
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1483
|
-
if (advIds === null || advIds === undefined) {
|
|
1484
|
-
throw new Error('Required parameter advIds was null or undefined when calling retrySchedulerForAdvertisersUsingGET.');
|
|
1485
|
-
}
|
|
1486
|
-
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1487
|
-
if (advIds !== undefined && advIds !== null) {
|
|
1488
|
-
queryParameters = queryParameters.set('advIds', advIds);
|
|
1489
|
-
}
|
|
1490
|
-
var headers = this.defaultHeaders;
|
|
1491
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1492
|
-
headers = headers.set('reqId', String(reqId));
|
|
1493
|
-
}
|
|
1494
|
-
if (token !== undefined && token !== null) {
|
|
1495
|
-
headers = headers.set('token', String(token));
|
|
1496
|
-
}
|
|
1497
|
-
// to determine the Accept header
|
|
1498
|
-
var httpHeaderAccepts = [
|
|
1499
|
-
'*/*'
|
|
1500
|
-
];
|
|
1501
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1502
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1503
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1504
|
-
}
|
|
1505
|
-
// to determine the Content-Type header
|
|
1506
|
-
var consumes = [];
|
|
1507
|
-
return this.httpClient.get(this.basePath + "/v2/api/audience/schedulerRetry", {
|
|
1508
|
-
params: queryParameters,
|
|
1509
|
-
withCredentials: this.configuration.withCredentials,
|
|
1510
|
-
headers: headers,
|
|
1511
|
-
observe: observe,
|
|
1512
|
-
reportProgress: reportProgress
|
|
1513
|
-
});
|
|
1514
|
-
};
|
|
1515
1480
|
AudienceControllerService.prototype.syncAudienceUsingPOST = function (platformAudienceDTO, reqId, token, observe, reportProgress) {
|
|
1516
1481
|
if (observe === void 0) { observe = 'body'; }
|
|
1517
1482
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1643,7 +1608,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1643
1608
|
var AuditControllerService = /** @class */ (function () {
|
|
1644
1609
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1645
1610
|
this.httpClient = httpClient;
|
|
1646
|
-
this.basePath = 'https://
|
|
1611
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1647
1612
|
this.defaultHeaders = new HttpHeaders();
|
|
1648
1613
|
this.configuration = new Configuration();
|
|
1649
1614
|
if (basePath) {
|
|
@@ -1842,7 +1807,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1842
1807
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1843
1808
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1844
1809
|
this.httpClient = httpClient;
|
|
1845
|
-
this.basePath = 'https://
|
|
1810
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1846
1811
|
this.defaultHeaders = new HttpHeaders();
|
|
1847
1812
|
this.configuration = new Configuration();
|
|
1848
1813
|
if (basePath) {
|
|
@@ -2085,7 +2050,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2085
2050
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2086
2051
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2087
2052
|
this.httpClient = httpClient;
|
|
2088
|
-
this.basePath = 'https://
|
|
2053
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2089
2054
|
this.defaultHeaders = new HttpHeaders();
|
|
2090
2055
|
this.configuration = new Configuration();
|
|
2091
2056
|
if (basePath) {
|
|
@@ -2206,7 +2171,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2206
2171
|
var CampaignControllerService = /** @class */ (function () {
|
|
2207
2172
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2208
2173
|
this.httpClient = httpClient;
|
|
2209
|
-
this.basePath = 'https://
|
|
2174
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2210
2175
|
this.defaultHeaders = new HttpHeaders();
|
|
2211
2176
|
this.configuration = new Configuration();
|
|
2212
2177
|
if (basePath) {
|
|
@@ -2492,7 +2457,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2492
2457
|
var CatalogControllerService = /** @class */ (function () {
|
|
2493
2458
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2494
2459
|
this.httpClient = httpClient;
|
|
2495
|
-
this.basePath = 'https://
|
|
2460
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2496
2461
|
this.defaultHeaders = new HttpHeaders();
|
|
2497
2462
|
this.configuration = new Configuration();
|
|
2498
2463
|
if (basePath) {
|
|
@@ -2715,7 +2680,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2715
2680
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2716
2681
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2717
2682
|
this.httpClient = httpClient;
|
|
2718
|
-
this.basePath = 'https://
|
|
2683
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2719
2684
|
this.defaultHeaders = new HttpHeaders();
|
|
2720
2685
|
this.configuration = new Configuration();
|
|
2721
2686
|
if (basePath) {
|
|
@@ -2965,7 +2930,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2965
2930
|
var CreativeControllerService = /** @class */ (function () {
|
|
2966
2931
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
2967
2932
|
this.httpClient = httpClient;
|
|
2968
|
-
this.basePath = 'https://
|
|
2933
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2969
2934
|
this.defaultHeaders = new HttpHeaders();
|
|
2970
2935
|
this.configuration = new Configuration();
|
|
2971
2936
|
if (basePath) {
|
|
@@ -3442,7 +3407,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3442
3407
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3443
3408
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3444
3409
|
this.httpClient = httpClient;
|
|
3445
|
-
this.basePath = 'https://
|
|
3410
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3446
3411
|
this.defaultHeaders = new HttpHeaders();
|
|
3447
3412
|
this.configuration = new Configuration();
|
|
3448
3413
|
if (basePath) {
|
|
@@ -3777,7 +3742,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3777
3742
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3778
3743
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3779
3744
|
this.httpClient = httpClient;
|
|
3780
|
-
this.basePath = 'https://
|
|
3745
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3781
3746
|
this.defaultHeaders = new HttpHeaders();
|
|
3782
3747
|
this.configuration = new Configuration();
|
|
3783
3748
|
if (basePath) {
|
|
@@ -3978,7 +3943,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
3978
3943
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
3979
3944
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
3980
3945
|
this.httpClient = httpClient;
|
|
3981
|
-
this.basePath = 'https://
|
|
3946
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3982
3947
|
this.defaultHeaders = new HttpHeaders();
|
|
3983
3948
|
this.configuration = new Configuration();
|
|
3984
3949
|
if (basePath) {
|
|
@@ -4066,7 +4031,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4066
4031
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4067
4032
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4068
4033
|
this.httpClient = httpClient;
|
|
4069
|
-
this.basePath = 'https://
|
|
4034
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4070
4035
|
this.defaultHeaders = new HttpHeaders();
|
|
4071
4036
|
this.configuration = new Configuration();
|
|
4072
4037
|
if (basePath) {
|
|
@@ -4245,7 +4210,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4245
4210
|
var DashboardControllerService = /** @class */ (function () {
|
|
4246
4211
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4247
4212
|
this.httpClient = httpClient;
|
|
4248
|
-
this.basePath = 'https://
|
|
4213
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4249
4214
|
this.defaultHeaders = new HttpHeaders();
|
|
4250
4215
|
this.configuration = new Configuration();
|
|
4251
4216
|
if (basePath) {
|
|
@@ -4902,7 +4867,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4902
4867
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4903
4868
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4904
4869
|
this.httpClient = httpClient;
|
|
4905
|
-
this.basePath = 'https://
|
|
4870
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4906
4871
|
this.defaultHeaders = new HttpHeaders();
|
|
4907
4872
|
this.configuration = new Configuration();
|
|
4908
4873
|
if (basePath) {
|
|
@@ -5101,7 +5066,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5101
5066
|
var PixelControllerService = /** @class */ (function () {
|
|
5102
5067
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5103
5068
|
this.httpClient = httpClient;
|
|
5104
|
-
this.basePath = 'https://
|
|
5069
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5105
5070
|
this.defaultHeaders = new HttpHeaders();
|
|
5106
5071
|
this.configuration = new Configuration();
|
|
5107
5072
|
if (basePath) {
|
|
@@ -5430,7 +5395,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5430
5395
|
var ReportingControllerService = /** @class */ (function () {
|
|
5431
5396
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5432
5397
|
this.httpClient = httpClient;
|
|
5433
|
-
this.basePath = 'https://
|
|
5398
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5434
5399
|
this.defaultHeaders = new HttpHeaders();
|
|
5435
5400
|
this.configuration = new Configuration();
|
|
5436
5401
|
if (basePath) {
|
|
@@ -5614,7 +5579,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5614
5579
|
var SliceXControllerService = /** @class */ (function () {
|
|
5615
5580
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5616
5581
|
this.httpClient = httpClient;
|
|
5617
|
-
this.basePath = 'https://
|
|
5582
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5618
5583
|
this.defaultHeaders = new HttpHeaders();
|
|
5619
5584
|
this.configuration = new Configuration();
|
|
5620
5585
|
if (basePath) {
|
|
@@ -5799,7 +5764,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5799
5764
|
var StrategyControllerService = /** @class */ (function () {
|
|
5800
5765
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5801
5766
|
this.httpClient = httpClient;
|
|
5802
|
-
this.basePath = 'https://
|
|
5767
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5803
5768
|
this.defaultHeaders = new HttpHeaders();
|
|
5804
5769
|
this.configuration = new Configuration();
|
|
5805
5770
|
if (basePath) {
|
|
@@ -6460,7 +6425,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6460
6425
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6461
6426
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6462
6427
|
this.httpClient = httpClient;
|
|
6463
|
-
this.basePath = 'https://
|
|
6428
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6464
6429
|
this.defaultHeaders = new HttpHeaders();
|
|
6465
6430
|
this.configuration = new Configuration();
|
|
6466
6431
|
if (basePath) {
|
|
@@ -6562,7 +6527,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6562
6527
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6563
6528
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6564
6529
|
this.httpClient = httpClient;
|
|
6565
|
-
this.basePath = 'https://
|
|
6530
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6566
6531
|
this.defaultHeaders = new HttpHeaders();
|
|
6567
6532
|
this.configuration = new Configuration();
|
|
6568
6533
|
if (basePath) {
|
|
@@ -6857,14 +6822,6 @@ var AudienceESDTO;
|
|
|
6857
6822
|
};
|
|
6858
6823
|
})(AudienceESDTO || (AudienceESDTO = {}));
|
|
6859
6824
|
|
|
6860
|
-
var AudiencePerformanceDTO;
|
|
6861
|
-
(function (AudiencePerformanceDTO) {
|
|
6862
|
-
AudiencePerformanceDTO.GenderEnum = {
|
|
6863
|
-
MALE: 'MALE',
|
|
6864
|
-
FEMALE: 'FEMALE'
|
|
6865
|
-
};
|
|
6866
|
-
})(AudiencePerformanceDTO || (AudiencePerformanceDTO = {}));
|
|
6867
|
-
|
|
6868
6825
|
/**
|
|
6869
6826
|
* Api Documentation
|
|
6870
6827
|
* Api Documentation
|
|
@@ -7625,5 +7582,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7625
7582
|
* Generated bundle index. Do not edit.
|
|
7626
7583
|
*/
|
|
7627
7584
|
|
|
7628
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO,
|
|
7585
|
+
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7629
7586
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|