@revxui/api-clients-ts 0.10.248 → 0.10.251
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/creativeSetsController.service.d.ts +0 -14
- package/bundles/revxui-api-clients-ts.umd.js +23 -62
- 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 -39
- 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/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 -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 -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 -41
- 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/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 -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 +23 -60
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +23 -62
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- 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 +0 -1
- 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 +2 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +0 -1
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +0 -1
- package/model/duplicateCreativeSetsRequestDTO.d.ts +0 -21
|
@@ -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://apiv2beta.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://apiv2beta.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://apiv2beta.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://apiv2beta.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1608,7 +1608,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1608
1608
|
var AuditControllerService = /** @class */ (function () {
|
|
1609
1609
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1610
1610
|
this.httpClient = httpClient;
|
|
1611
|
-
this.basePath = 'https://
|
|
1611
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1612
1612
|
this.defaultHeaders = new HttpHeaders();
|
|
1613
1613
|
this.configuration = new Configuration();
|
|
1614
1614
|
if (basePath) {
|
|
@@ -1807,7 +1807,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1807
1807
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1808
1808
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1809
1809
|
this.httpClient = httpClient;
|
|
1810
|
-
this.basePath = 'https://
|
|
1810
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1811
1811
|
this.defaultHeaders = new HttpHeaders();
|
|
1812
1812
|
this.configuration = new Configuration();
|
|
1813
1813
|
if (basePath) {
|
|
@@ -2050,7 +2050,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2050
2050
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2051
2051
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2052
2052
|
this.httpClient = httpClient;
|
|
2053
|
-
this.basePath = 'https://
|
|
2053
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2054
2054
|
this.defaultHeaders = new HttpHeaders();
|
|
2055
2055
|
this.configuration = new Configuration();
|
|
2056
2056
|
if (basePath) {
|
|
@@ -2171,7 +2171,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2171
2171
|
var CampaignControllerService = /** @class */ (function () {
|
|
2172
2172
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2173
2173
|
this.httpClient = httpClient;
|
|
2174
|
-
this.basePath = 'https://
|
|
2174
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2175
2175
|
this.defaultHeaders = new HttpHeaders();
|
|
2176
2176
|
this.configuration = new Configuration();
|
|
2177
2177
|
if (basePath) {
|
|
@@ -2457,7 +2457,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2457
2457
|
var CatalogControllerService = /** @class */ (function () {
|
|
2458
2458
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2459
2459
|
this.httpClient = httpClient;
|
|
2460
|
-
this.basePath = 'https://
|
|
2460
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2461
2461
|
this.defaultHeaders = new HttpHeaders();
|
|
2462
2462
|
this.configuration = new Configuration();
|
|
2463
2463
|
if (basePath) {
|
|
@@ -2680,7 +2680,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2680
2680
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2681
2681
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2682
2682
|
this.httpClient = httpClient;
|
|
2683
|
-
this.basePath = 'https://
|
|
2683
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2684
2684
|
this.defaultHeaders = new HttpHeaders();
|
|
2685
2685
|
this.configuration = new Configuration();
|
|
2686
2686
|
if (basePath) {
|
|
@@ -2930,7 +2930,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2930
2930
|
var CreativeControllerService = /** @class */ (function () {
|
|
2931
2931
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
2932
2932
|
this.httpClient = httpClient;
|
|
2933
|
-
this.basePath = 'https://
|
|
2933
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2934
2934
|
this.defaultHeaders = new HttpHeaders();
|
|
2935
2935
|
this.configuration = new Configuration();
|
|
2936
2936
|
if (basePath) {
|
|
@@ -3407,7 +3407,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3407
3407
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3408
3408
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3409
3409
|
this.httpClient = httpClient;
|
|
3410
|
-
this.basePath = 'https://
|
|
3410
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3411
3411
|
this.defaultHeaders = new HttpHeaders();
|
|
3412
3412
|
this.configuration = new Configuration();
|
|
3413
3413
|
if (basePath) {
|
|
@@ -3478,45 +3478,6 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3478
3478
|
reportProgress: reportProgress
|
|
3479
3479
|
});
|
|
3480
3480
|
};
|
|
3481
|
-
CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
3482
|
-
if (observe === void 0) { observe = 'body'; }
|
|
3483
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
3484
|
-
if (dto === null || dto === undefined) {
|
|
3485
|
-
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3486
|
-
}
|
|
3487
|
-
if (id === null || id === undefined) {
|
|
3488
|
-
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3489
|
-
}
|
|
3490
|
-
var headers = this.defaultHeaders;
|
|
3491
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3492
|
-
headers = headers.set('reqId', String(reqId));
|
|
3493
|
-
}
|
|
3494
|
-
if (token !== undefined && token !== null) {
|
|
3495
|
-
headers = headers.set('token', String(token));
|
|
3496
|
-
}
|
|
3497
|
-
// to determine the Accept header
|
|
3498
|
-
var httpHeaderAccepts = [
|
|
3499
|
-
'application/json'
|
|
3500
|
-
];
|
|
3501
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3502
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3503
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3504
|
-
}
|
|
3505
|
-
// to determine the Content-Type header
|
|
3506
|
-
var consumes = [
|
|
3507
|
-
'application/json'
|
|
3508
|
-
];
|
|
3509
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3510
|
-
if (httpContentTypeSelected != undefined) {
|
|
3511
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3512
|
-
}
|
|
3513
|
-
return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
|
|
3514
|
-
withCredentials: this.configuration.withCredentials,
|
|
3515
|
-
headers: headers,
|
|
3516
|
-
observe: observe,
|
|
3517
|
-
reportProgress: reportProgress
|
|
3518
|
-
});
|
|
3519
|
-
};
|
|
3520
3481
|
CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
3521
3482
|
if (observe === void 0) { observe = 'body'; }
|
|
3522
3483
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3781,7 +3742,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3781
3742
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3782
3743
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3783
3744
|
this.httpClient = httpClient;
|
|
3784
|
-
this.basePath = 'https://
|
|
3745
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3785
3746
|
this.defaultHeaders = new HttpHeaders();
|
|
3786
3747
|
this.configuration = new Configuration();
|
|
3787
3748
|
if (basePath) {
|
|
@@ -3982,7 +3943,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
3982
3943
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
3983
3944
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
3984
3945
|
this.httpClient = httpClient;
|
|
3985
|
-
this.basePath = 'https://
|
|
3946
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3986
3947
|
this.defaultHeaders = new HttpHeaders();
|
|
3987
3948
|
this.configuration = new Configuration();
|
|
3988
3949
|
if (basePath) {
|
|
@@ -4070,7 +4031,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4070
4031
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4071
4032
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4072
4033
|
this.httpClient = httpClient;
|
|
4073
|
-
this.basePath = 'https://
|
|
4034
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4074
4035
|
this.defaultHeaders = new HttpHeaders();
|
|
4075
4036
|
this.configuration = new Configuration();
|
|
4076
4037
|
if (basePath) {
|
|
@@ -4249,7 +4210,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4249
4210
|
var DashboardControllerService = /** @class */ (function () {
|
|
4250
4211
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4251
4212
|
this.httpClient = httpClient;
|
|
4252
|
-
this.basePath = 'https://
|
|
4213
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4253
4214
|
this.defaultHeaders = new HttpHeaders();
|
|
4254
4215
|
this.configuration = new Configuration();
|
|
4255
4216
|
if (basePath) {
|
|
@@ -4906,7 +4867,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4906
4867
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4907
4868
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4908
4869
|
this.httpClient = httpClient;
|
|
4909
|
-
this.basePath = 'https://
|
|
4870
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4910
4871
|
this.defaultHeaders = new HttpHeaders();
|
|
4911
4872
|
this.configuration = new Configuration();
|
|
4912
4873
|
if (basePath) {
|
|
@@ -5105,7 +5066,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5105
5066
|
var PixelControllerService = /** @class */ (function () {
|
|
5106
5067
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5107
5068
|
this.httpClient = httpClient;
|
|
5108
|
-
this.basePath = 'https://
|
|
5069
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5109
5070
|
this.defaultHeaders = new HttpHeaders();
|
|
5110
5071
|
this.configuration = new Configuration();
|
|
5111
5072
|
if (basePath) {
|
|
@@ -5434,7 +5395,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5434
5395
|
var ReportingControllerService = /** @class */ (function () {
|
|
5435
5396
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5436
5397
|
this.httpClient = httpClient;
|
|
5437
|
-
this.basePath = 'https://
|
|
5398
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5438
5399
|
this.defaultHeaders = new HttpHeaders();
|
|
5439
5400
|
this.configuration = new Configuration();
|
|
5440
5401
|
if (basePath) {
|
|
@@ -5618,7 +5579,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5618
5579
|
var SliceXControllerService = /** @class */ (function () {
|
|
5619
5580
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5620
5581
|
this.httpClient = httpClient;
|
|
5621
|
-
this.basePath = 'https://
|
|
5582
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5622
5583
|
this.defaultHeaders = new HttpHeaders();
|
|
5623
5584
|
this.configuration = new Configuration();
|
|
5624
5585
|
if (basePath) {
|
|
@@ -5803,7 +5764,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5803
5764
|
var StrategyControllerService = /** @class */ (function () {
|
|
5804
5765
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5805
5766
|
this.httpClient = httpClient;
|
|
5806
|
-
this.basePath = 'https://
|
|
5767
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5807
5768
|
this.defaultHeaders = new HttpHeaders();
|
|
5808
5769
|
this.configuration = new Configuration();
|
|
5809
5770
|
if (basePath) {
|
|
@@ -6464,7 +6425,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6464
6425
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6465
6426
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6466
6427
|
this.httpClient = httpClient;
|
|
6467
|
-
this.basePath = 'https://
|
|
6428
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6468
6429
|
this.defaultHeaders = new HttpHeaders();
|
|
6469
6430
|
this.configuration = new Configuration();
|
|
6470
6431
|
if (basePath) {
|
|
@@ -6566,7 +6527,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6566
6527
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6567
6528
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6568
6529
|
this.httpClient = httpClient;
|
|
6569
|
-
this.basePath = 'https://
|
|
6530
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6570
6531
|
this.defaultHeaders = new HttpHeaders();
|
|
6571
6532
|
this.configuration = new Configuration();
|
|
6572
6533
|
if (basePath) {
|