@revxui/api-clients-ts 0.10.250 → 0.10.252
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 +17 -4
- package/api/creativeSetsController.service.d.ts +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +105 -23
- 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 +35 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +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/apiListResponseAudiencePerformanceDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
- package/esm2015/model/audiencePerformanceDTO.js +8 -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 +2 -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 +37 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +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/apiListResponseAudiencePerformanceDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
- package/esm5/model/audiencePerformanceDTO.js +8 -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 +2 -1
- package/esm5/model/searchRequest.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +102 -24
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +106 -24
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseAudienceESDTO.d.ts → apiListResponseAudiencePerformanceDTO.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudiencePerformanceDTO.d.ts} +3 -3
- package/model/audiencePerformanceDTO.d.ts +37 -0
- 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 +5 -2
- package/model/searchRequest.d.ts +2 -0
- package/model/strategyDTO.d.ts +2 -2
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseAudienceESDTO.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
- package/esm5/model/apiListResponseAudienceESDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
|
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1477,6 +1477,41 @@ 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
|
+
};
|
|
1480
1515
|
AudienceControllerService.prototype.syncAudienceUsingPOST = function (platformAudienceDTO, reqId, token, observe, reportProgress) {
|
|
1481
1516
|
if (observe === void 0) { observe = 'body'; }
|
|
1482
1517
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1608,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1608
1643
|
var AuditControllerService = /** @class */ (function () {
|
|
1609
1644
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1610
1645
|
this.httpClient = httpClient;
|
|
1611
|
-
this.basePath = 'https://
|
|
1646
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1612
1647
|
this.defaultHeaders = new HttpHeaders();
|
|
1613
1648
|
this.configuration = new Configuration();
|
|
1614
1649
|
if (basePath) {
|
|
@@ -1807,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1807
1842
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1808
1843
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1809
1844
|
this.httpClient = httpClient;
|
|
1810
|
-
this.basePath = 'https://
|
|
1845
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1811
1846
|
this.defaultHeaders = new HttpHeaders();
|
|
1812
1847
|
this.configuration = new Configuration();
|
|
1813
1848
|
if (basePath) {
|
|
@@ -2050,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2050
2085
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2051
2086
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2052
2087
|
this.httpClient = httpClient;
|
|
2053
|
-
this.basePath = 'https://
|
|
2088
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2054
2089
|
this.defaultHeaders = new HttpHeaders();
|
|
2055
2090
|
this.configuration = new Configuration();
|
|
2056
2091
|
if (basePath) {
|
|
@@ -2171,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2171
2206
|
var CampaignControllerService = /** @class */ (function () {
|
|
2172
2207
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2173
2208
|
this.httpClient = httpClient;
|
|
2174
|
-
this.basePath = 'https://
|
|
2209
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2175
2210
|
this.defaultHeaders = new HttpHeaders();
|
|
2176
2211
|
this.configuration = new Configuration();
|
|
2177
2212
|
if (basePath) {
|
|
@@ -2457,7 +2492,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2457
2492
|
var CatalogControllerService = /** @class */ (function () {
|
|
2458
2493
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2459
2494
|
this.httpClient = httpClient;
|
|
2460
|
-
this.basePath = 'https://
|
|
2495
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2461
2496
|
this.defaultHeaders = new HttpHeaders();
|
|
2462
2497
|
this.configuration = new Configuration();
|
|
2463
2498
|
if (basePath) {
|
|
@@ -2680,7 +2715,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2680
2715
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2681
2716
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2682
2717
|
this.httpClient = httpClient;
|
|
2683
|
-
this.basePath = 'https://
|
|
2718
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2684
2719
|
this.defaultHeaders = new HttpHeaders();
|
|
2685
2720
|
this.configuration = new Configuration();
|
|
2686
2721
|
if (basePath) {
|
|
@@ -2930,7 +2965,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2930
2965
|
var CreativeControllerService = /** @class */ (function () {
|
|
2931
2966
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
2932
2967
|
this.httpClient = httpClient;
|
|
2933
|
-
this.basePath = 'https://
|
|
2968
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2934
2969
|
this.defaultHeaders = new HttpHeaders();
|
|
2935
2970
|
this.configuration = new Configuration();
|
|
2936
2971
|
if (basePath) {
|
|
@@ -3407,7 +3442,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3407
3442
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3408
3443
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3409
3444
|
this.httpClient = httpClient;
|
|
3410
|
-
this.basePath = 'https://
|
|
3445
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3411
3446
|
this.defaultHeaders = new HttpHeaders();
|
|
3412
3447
|
this.configuration = new Configuration();
|
|
3413
3448
|
if (basePath) {
|
|
@@ -3478,6 +3513,45 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3478
3513
|
reportProgress: reportProgress
|
|
3479
3514
|
});
|
|
3480
3515
|
};
|
|
3516
|
+
CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
3517
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3518
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3519
|
+
if (dto === null || dto === undefined) {
|
|
3520
|
+
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3521
|
+
}
|
|
3522
|
+
if (id === null || id === undefined) {
|
|
3523
|
+
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3524
|
+
}
|
|
3525
|
+
var headers = this.defaultHeaders;
|
|
3526
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3527
|
+
headers = headers.set('reqId', String(reqId));
|
|
3528
|
+
}
|
|
3529
|
+
if (token !== undefined && token !== null) {
|
|
3530
|
+
headers = headers.set('token', String(token));
|
|
3531
|
+
}
|
|
3532
|
+
// to determine the Accept header
|
|
3533
|
+
var httpHeaderAccepts = [
|
|
3534
|
+
'application/json'
|
|
3535
|
+
];
|
|
3536
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3537
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3538
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3539
|
+
}
|
|
3540
|
+
// to determine the Content-Type header
|
|
3541
|
+
var consumes = [
|
|
3542
|
+
'application/json'
|
|
3543
|
+
];
|
|
3544
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3545
|
+
if (httpContentTypeSelected != undefined) {
|
|
3546
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3547
|
+
}
|
|
3548
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
|
|
3549
|
+
withCredentials: this.configuration.withCredentials,
|
|
3550
|
+
headers: headers,
|
|
3551
|
+
observe: observe,
|
|
3552
|
+
reportProgress: reportProgress
|
|
3553
|
+
});
|
|
3554
|
+
};
|
|
3481
3555
|
CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
3482
3556
|
if (observe === void 0) { observe = 'body'; }
|
|
3483
3557
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3742,7 +3816,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3742
3816
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3743
3817
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3744
3818
|
this.httpClient = httpClient;
|
|
3745
|
-
this.basePath = 'https://
|
|
3819
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3746
3820
|
this.defaultHeaders = new HttpHeaders();
|
|
3747
3821
|
this.configuration = new Configuration();
|
|
3748
3822
|
if (basePath) {
|
|
@@ -3943,7 +4017,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
3943
4017
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
3944
4018
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
3945
4019
|
this.httpClient = httpClient;
|
|
3946
|
-
this.basePath = 'https://
|
|
4020
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3947
4021
|
this.defaultHeaders = new HttpHeaders();
|
|
3948
4022
|
this.configuration = new Configuration();
|
|
3949
4023
|
if (basePath) {
|
|
@@ -4031,7 +4105,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4031
4105
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4032
4106
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4033
4107
|
this.httpClient = httpClient;
|
|
4034
|
-
this.basePath = 'https://
|
|
4108
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4035
4109
|
this.defaultHeaders = new HttpHeaders();
|
|
4036
4110
|
this.configuration = new Configuration();
|
|
4037
4111
|
if (basePath) {
|
|
@@ -4210,7 +4284,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4210
4284
|
var DashboardControllerService = /** @class */ (function () {
|
|
4211
4285
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4212
4286
|
this.httpClient = httpClient;
|
|
4213
|
-
this.basePath = 'https://
|
|
4287
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4214
4288
|
this.defaultHeaders = new HttpHeaders();
|
|
4215
4289
|
this.configuration = new Configuration();
|
|
4216
4290
|
if (basePath) {
|
|
@@ -4867,7 +4941,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4867
4941
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4868
4942
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4869
4943
|
this.httpClient = httpClient;
|
|
4870
|
-
this.basePath = 'https://
|
|
4944
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4871
4945
|
this.defaultHeaders = new HttpHeaders();
|
|
4872
4946
|
this.configuration = new Configuration();
|
|
4873
4947
|
if (basePath) {
|
|
@@ -5066,7 +5140,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5066
5140
|
var PixelControllerService = /** @class */ (function () {
|
|
5067
5141
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5068
5142
|
this.httpClient = httpClient;
|
|
5069
|
-
this.basePath = 'https://
|
|
5143
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5070
5144
|
this.defaultHeaders = new HttpHeaders();
|
|
5071
5145
|
this.configuration = new Configuration();
|
|
5072
5146
|
if (basePath) {
|
|
@@ -5395,7 +5469,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5395
5469
|
var ReportingControllerService = /** @class */ (function () {
|
|
5396
5470
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5397
5471
|
this.httpClient = httpClient;
|
|
5398
|
-
this.basePath = 'https://
|
|
5472
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5399
5473
|
this.defaultHeaders = new HttpHeaders();
|
|
5400
5474
|
this.configuration = new Configuration();
|
|
5401
5475
|
if (basePath) {
|
|
@@ -5579,7 +5653,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5579
5653
|
var SliceXControllerService = /** @class */ (function () {
|
|
5580
5654
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5581
5655
|
this.httpClient = httpClient;
|
|
5582
|
-
this.basePath = 'https://
|
|
5656
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5583
5657
|
this.defaultHeaders = new HttpHeaders();
|
|
5584
5658
|
this.configuration = new Configuration();
|
|
5585
5659
|
if (basePath) {
|
|
@@ -5764,7 +5838,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5764
5838
|
var StrategyControllerService = /** @class */ (function () {
|
|
5765
5839
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5766
5840
|
this.httpClient = httpClient;
|
|
5767
|
-
this.basePath = 'https://
|
|
5841
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5768
5842
|
this.defaultHeaders = new HttpHeaders();
|
|
5769
5843
|
this.configuration = new Configuration();
|
|
5770
5844
|
if (basePath) {
|
|
@@ -6425,7 +6499,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6425
6499
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6426
6500
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6427
6501
|
this.httpClient = httpClient;
|
|
6428
|
-
this.basePath = 'https://
|
|
6502
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6429
6503
|
this.defaultHeaders = new HttpHeaders();
|
|
6430
6504
|
this.configuration = new Configuration();
|
|
6431
6505
|
if (basePath) {
|
|
@@ -6527,7 +6601,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6527
6601
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6528
6602
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6529
6603
|
this.httpClient = httpClient;
|
|
6530
|
-
this.basePath = 'https://
|
|
6604
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6531
6605
|
this.defaultHeaders = new HttpHeaders();
|
|
6532
6606
|
this.configuration = new Configuration();
|
|
6533
6607
|
if (basePath) {
|
|
@@ -6822,6 +6896,14 @@ var AudienceESDTO;
|
|
|
6822
6896
|
};
|
|
6823
6897
|
})(AudienceESDTO || (AudienceESDTO = {}));
|
|
6824
6898
|
|
|
6899
|
+
var AudiencePerformanceDTO;
|
|
6900
|
+
(function (AudiencePerformanceDTO) {
|
|
6901
|
+
AudiencePerformanceDTO.GenderEnum = {
|
|
6902
|
+
MALE: 'MALE',
|
|
6903
|
+
FEMALE: 'FEMALE'
|
|
6904
|
+
};
|
|
6905
|
+
})(AudiencePerformanceDTO || (AudiencePerformanceDTO = {}));
|
|
6906
|
+
|
|
6825
6907
|
/**
|
|
6826
6908
|
* Api Documentation
|
|
6827
6909
|
* Api Documentation
|
|
@@ -7582,5 +7664,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7582
7664
|
* Generated bundle index. Do not edit.
|
|
7583
7665
|
*/
|
|
7584
7666
|
|
|
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 };
|
|
7667
|
+
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, 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 };
|
|
7586
7668
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|