@revxui/api-clients-ts 0.10.220 → 0.10.221
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/dashboardController.service.d.ts +0 -13
- package/bundles/revxui-api-clients-ts.umd.js +30 -64
- 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 -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 +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 -41
- 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/strategyDTO.js +8 -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 -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 +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 -43
- 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/strategyDTO.js +8 -1
- package/fesm2015/revxui-api-clients-ts.js +30 -62
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +30 -64
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/strategyDTO.d.ts +9 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -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) {
|
|
@@ -1572,7 +1572,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1572
1572
|
var AuditControllerService = /** @class */ (function () {
|
|
1573
1573
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1574
1574
|
this.httpClient = httpClient;
|
|
1575
|
-
this.basePath = 'https://
|
|
1575
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1576
1576
|
this.defaultHeaders = new HttpHeaders();
|
|
1577
1577
|
this.configuration = new Configuration();
|
|
1578
1578
|
if (basePath) {
|
|
@@ -1771,7 +1771,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1771
1771
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1772
1772
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1773
1773
|
this.httpClient = httpClient;
|
|
1774
|
-
this.basePath = 'https://
|
|
1774
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1775
1775
|
this.defaultHeaders = new HttpHeaders();
|
|
1776
1776
|
this.configuration = new Configuration();
|
|
1777
1777
|
if (basePath) {
|
|
@@ -2014,7 +2014,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2014
2014
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2015
2015
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2016
2016
|
this.httpClient = httpClient;
|
|
2017
|
-
this.basePath = 'https://
|
|
2017
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2018
2018
|
this.defaultHeaders = new HttpHeaders();
|
|
2019
2019
|
this.configuration = new Configuration();
|
|
2020
2020
|
if (basePath) {
|
|
@@ -2135,7 +2135,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2135
2135
|
var CampaignControllerService = /** @class */ (function () {
|
|
2136
2136
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2137
2137
|
this.httpClient = httpClient;
|
|
2138
|
-
this.basePath = 'https://
|
|
2138
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2139
2139
|
this.defaultHeaders = new HttpHeaders();
|
|
2140
2140
|
this.configuration = new Configuration();
|
|
2141
2141
|
if (basePath) {
|
|
@@ -2421,7 +2421,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2421
2421
|
var CatalogControllerService = /** @class */ (function () {
|
|
2422
2422
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2423
2423
|
this.httpClient = httpClient;
|
|
2424
|
-
this.basePath = 'https://
|
|
2424
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2425
2425
|
this.defaultHeaders = new HttpHeaders();
|
|
2426
2426
|
this.configuration = new Configuration();
|
|
2427
2427
|
if (basePath) {
|
|
@@ -2644,7 +2644,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2644
2644
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2645
2645
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2646
2646
|
this.httpClient = httpClient;
|
|
2647
|
-
this.basePath = 'https://
|
|
2647
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2648
2648
|
this.defaultHeaders = new HttpHeaders();
|
|
2649
2649
|
this.configuration = new Configuration();
|
|
2650
2650
|
if (basePath) {
|
|
@@ -2894,7 +2894,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2894
2894
|
var CreativeControllerService = /** @class */ (function () {
|
|
2895
2895
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
2896
2896
|
this.httpClient = httpClient;
|
|
2897
|
-
this.basePath = 'https://
|
|
2897
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2898
2898
|
this.defaultHeaders = new HttpHeaders();
|
|
2899
2899
|
this.configuration = new Configuration();
|
|
2900
2900
|
if (basePath) {
|
|
@@ -3371,7 +3371,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3371
3371
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3372
3372
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3373
3373
|
this.httpClient = httpClient;
|
|
3374
|
-
this.basePath = 'https://
|
|
3374
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3375
3375
|
this.defaultHeaders = new HttpHeaders();
|
|
3376
3376
|
this.configuration = new Configuration();
|
|
3377
3377
|
if (basePath) {
|
|
@@ -3706,7 +3706,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3706
3706
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3707
3707
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3708
3708
|
this.httpClient = httpClient;
|
|
3709
|
-
this.basePath = 'https://
|
|
3709
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3710
3710
|
this.defaultHeaders = new HttpHeaders();
|
|
3711
3711
|
this.configuration = new Configuration();
|
|
3712
3712
|
if (basePath) {
|
|
@@ -3907,7 +3907,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
3907
3907
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
3908
3908
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
3909
3909
|
this.httpClient = httpClient;
|
|
3910
|
-
this.basePath = 'https://
|
|
3910
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3911
3911
|
this.defaultHeaders = new HttpHeaders();
|
|
3912
3912
|
this.configuration = new Configuration();
|
|
3913
3913
|
if (basePath) {
|
|
@@ -3995,7 +3995,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
3995
3995
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
3996
3996
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
3997
3997
|
this.httpClient = httpClient;
|
|
3998
|
-
this.basePath = 'https://
|
|
3998
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3999
3999
|
this.defaultHeaders = new HttpHeaders();
|
|
4000
4000
|
this.configuration = new Configuration();
|
|
4001
4001
|
if (basePath) {
|
|
@@ -4174,7 +4174,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4174
4174
|
var DashboardControllerService = /** @class */ (function () {
|
|
4175
4175
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4176
4176
|
this.httpClient = httpClient;
|
|
4177
|
-
this.basePath = 'https://
|
|
4177
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4178
4178
|
this.defaultHeaders = new HttpHeaders();
|
|
4179
4179
|
this.configuration = new Configuration();
|
|
4180
4180
|
if (basePath) {
|
|
@@ -4284,47 +4284,6 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4284
4284
|
reportProgress: reportProgress
|
|
4285
4285
|
});
|
|
4286
4286
|
};
|
|
4287
|
-
DashboardControllerService.prototype.getCategoryPerformanceListUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4288
|
-
if (observe === void 0) { observe = 'body'; }
|
|
4289
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
4290
|
-
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
4291
|
-
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCategoryPerformanceListUsingPOST.');
|
|
4292
|
-
}
|
|
4293
|
-
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4294
|
-
if (refresh !== undefined && refresh !== null) {
|
|
4295
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
4296
|
-
}
|
|
4297
|
-
var headers = this.defaultHeaders;
|
|
4298
|
-
if (reqId !== undefined && reqId !== null) {
|
|
4299
|
-
headers = headers.set('reqId', String(reqId));
|
|
4300
|
-
}
|
|
4301
|
-
if (token !== undefined && token !== null) {
|
|
4302
|
-
headers = headers.set('token', String(token));
|
|
4303
|
-
}
|
|
4304
|
-
// to determine the Accept header
|
|
4305
|
-
var httpHeaderAccepts = [
|
|
4306
|
-
'application/json'
|
|
4307
|
-
];
|
|
4308
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4309
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
4310
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4311
|
-
}
|
|
4312
|
-
// to determine the Content-Type header
|
|
4313
|
-
var consumes = [
|
|
4314
|
-
'application/json'
|
|
4315
|
-
];
|
|
4316
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4317
|
-
if (httpContentTypeSelected != undefined) {
|
|
4318
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
4319
|
-
}
|
|
4320
|
-
return this.httpClient.post(this.basePath + "/v2/api/categoryperformance", dashboardRequest, {
|
|
4321
|
-
params: queryParameters,
|
|
4322
|
-
withCredentials: this.configuration.withCredentials,
|
|
4323
|
-
headers: headers,
|
|
4324
|
-
observe: observe,
|
|
4325
|
-
reportProgress: reportProgress
|
|
4326
|
-
});
|
|
4327
|
-
};
|
|
4328
4287
|
DashboardControllerService.prototype.getDashboardDataChartCsvStreamUsingPOST = function (dashboardRequest, reqId, token, observe, reportProgress) {
|
|
4329
4288
|
if (observe === void 0) { observe = 'body'; }
|
|
4330
4289
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4872,7 +4831,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4872
4831
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4873
4832
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4874
4833
|
this.httpClient = httpClient;
|
|
4875
|
-
this.basePath = 'https://
|
|
4834
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4876
4835
|
this.defaultHeaders = new HttpHeaders();
|
|
4877
4836
|
this.configuration = new Configuration();
|
|
4878
4837
|
if (basePath) {
|
|
@@ -5071,7 +5030,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5071
5030
|
var PixelControllerService = /** @class */ (function () {
|
|
5072
5031
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5073
5032
|
this.httpClient = httpClient;
|
|
5074
|
-
this.basePath = 'https://
|
|
5033
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5075
5034
|
this.defaultHeaders = new HttpHeaders();
|
|
5076
5035
|
this.configuration = new Configuration();
|
|
5077
5036
|
if (basePath) {
|
|
@@ -5400,7 +5359,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5400
5359
|
var ReportingControllerService = /** @class */ (function () {
|
|
5401
5360
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5402
5361
|
this.httpClient = httpClient;
|
|
5403
|
-
this.basePath = 'https://
|
|
5362
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5404
5363
|
this.defaultHeaders = new HttpHeaders();
|
|
5405
5364
|
this.configuration = new Configuration();
|
|
5406
5365
|
if (basePath) {
|
|
@@ -5584,7 +5543,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5584
5543
|
var SliceXControllerService = /** @class */ (function () {
|
|
5585
5544
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5586
5545
|
this.httpClient = httpClient;
|
|
5587
|
-
this.basePath = 'https://
|
|
5546
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5588
5547
|
this.defaultHeaders = new HttpHeaders();
|
|
5589
5548
|
this.configuration = new Configuration();
|
|
5590
5549
|
if (basePath) {
|
|
@@ -5769,7 +5728,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5769
5728
|
var StrategyControllerService = /** @class */ (function () {
|
|
5770
5729
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5771
5730
|
this.httpClient = httpClient;
|
|
5772
|
-
this.basePath = 'https://
|
|
5731
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5773
5732
|
this.defaultHeaders = new HttpHeaders();
|
|
5774
5733
|
this.configuration = new Configuration();
|
|
5775
5734
|
if (basePath) {
|
|
@@ -6430,7 +6389,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6430
6389
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6431
6390
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6432
6391
|
this.httpClient = httpClient;
|
|
6433
|
-
this.basePath = 'https://
|
|
6392
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6434
6393
|
this.defaultHeaders = new HttpHeaders();
|
|
6435
6394
|
this.configuration = new Configuration();
|
|
6436
6395
|
if (basePath) {
|
|
@@ -6532,7 +6491,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6532
6491
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6533
6492
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6534
6493
|
this.httpClient = httpClient;
|
|
6535
|
-
this.basePath = 'https://
|
|
6494
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6536
6495
|
this.defaultHeaders = new HttpHeaders();
|
|
6537
6496
|
this.configuration = new Configuration();
|
|
6538
6497
|
if (basePath) {
|
|
@@ -7370,6 +7329,13 @@ var StrategyDTO;
|
|
|
7370
7329
|
CELLULARNETWORK4G: 'CELLULAR_NETWORK_4G',
|
|
7371
7330
|
CELLULARNETWORK5G: 'CELLULAR_NETWORK_5G'
|
|
7372
7331
|
};
|
|
7332
|
+
StrategyDTO.ProductSelectionPolicyEnum = {
|
|
7333
|
+
DEFAULT: 'PS_DEFAULT',
|
|
7334
|
+
ADVPRTS: 'PS_ADV_PR_TS',
|
|
7335
|
+
ADVCATPRTS: 'PS_ADV_CAT_PR_TS',
|
|
7336
|
+
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|
|
7337
|
+
ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
|
|
7338
|
+
};
|
|
7373
7339
|
})(StrategyDTO || (StrategyDTO = {}));
|
|
7374
7340
|
|
|
7375
7341
|
/**
|