@revxui/api-clients-ts 0.10.360 → 0.10.361
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/appSettingsController.service.d.ts +3 -3
- package/api/audienceController.service.d.ts +27 -0
- package/api/creativeController.service.d.ts +0 -14
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +3 -3
- package/bundles/revxui-api-clients-ts.umd.js +104 -92
- package/bundles/revxui-api-clients-ts.umd.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 +70 -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 -36
- 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/customerReportingController.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/advertiserSettings.js +1 -1
- package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +2 -0
- package/esm2015/model/appSettingsDTO.js +3 -2
- package/esm2015/model/{videoAdTagVerifyRequest.js → audienceAnalysisRequest.js} +1 -1
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
- package/esm2015/model/combinedAudienceAnalysisResponse.js +13 -0
- package/esm2015/model/creativeDetails.js +2 -19
- package/esm2015/model/creativeSetDashboardMetric.js +2 -3
- package/esm2015/model/creativeSetDetails.js +2 -3
- package/esm2015/model/creativeSetRequest.js +2 -3
- package/esm2015/model/creativeSetResponse.js +2 -3
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
- package/esm2015/model/models.js +5 -4
- package/esm2015/model/searchRequest.js +1 -1
- package/esm2015/model/totalUniqueUserRequest.js +13 -0
- package/fesm2015/revxui-api-clients-ts.js +137 -115
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserSettings.d.ts +1 -0
- package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +17 -0
- package/model/appSettingsDTO.d.ts +2 -1
- package/model/{videoAdTagVerifyRequest.d.ts → audienceAnalysisRequest.d.ts} +5 -2
- package/model/baseModelWithCreativeSetType.d.ts +1 -2
- package/model/{apiListResponseSizeWithPreview.d.ts → combinedAudienceAnalysisResponse.d.ts} +7 -4
- package/model/creativeDetails.d.ts +0 -22
- package/model/creativeSetDashboardMetric.d.ts +1 -2
- package/model/creativeSetDetails.d.ts +1 -2
- package/model/creativeSetRequest.d.ts +1 -2
- package/model/creativeSetResponse.d.ts +1 -2
- package/model/duplicateCreativeSetResponse.d.ts +1 -2
- package/model/models.d.ts +4 -3
- package/model/searchRequest.d.ts +1 -0
- package/model/{sizeWithPreview.d.ts → totalUniqueUserRequest.d.ts} +3 -4
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseSizeWithPreview.js +0 -2
- package/esm2015/model/sizeWithPreview.js +0 -13
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
var AdminControllerService = /** @class */ (function () {
|
|
371
371
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
372
372
|
this.httpClient = httpClient;
|
|
373
|
-
this.basePath = 'https://
|
|
373
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
374
374
|
this.defaultHeaders = new http.HttpHeaders();
|
|
375
375
|
this.configuration = new Configuration();
|
|
376
376
|
if (basePath) {
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
576
576
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
577
577
|
this.httpClient = httpClient;
|
|
578
|
-
this.basePath = 'https://
|
|
578
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
579
579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
580
580
|
this.configuration = new Configuration();
|
|
581
581
|
if (basePath) {
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
1010
1010
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
1011
1011
|
this.httpClient = httpClient;
|
|
1012
|
-
this.basePath = 'https://
|
|
1012
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1013
1013
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1014
1014
|
this.configuration = new Configuration();
|
|
1015
1015
|
if (basePath) {
|
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
var AudienceControllerService = /** @class */ (function () {
|
|
1263
1263
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1264
1264
|
this.httpClient = httpClient;
|
|
1265
|
-
this.basePath = 'https://
|
|
1265
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1266
1266
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1267
1267
|
this.configuration = new Configuration();
|
|
1268
1268
|
if (basePath) {
|
|
@@ -1666,6 +1666,42 @@
|
|
|
1666
1666
|
reportProgress: reportProgress
|
|
1667
1667
|
});
|
|
1668
1668
|
};
|
|
1669
|
+
AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (totalUniqueUserRequest, reqId, token, observe, reportProgress) {
|
|
1670
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1671
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1672
|
+
if (totalUniqueUserRequest === null || totalUniqueUserRequest === undefined) {
|
|
1673
|
+
throw new Error('Required parameter totalUniqueUserRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1674
|
+
}
|
|
1675
|
+
var headers = this.defaultHeaders;
|
|
1676
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1677
|
+
headers = headers.set('reqId', String(reqId));
|
|
1678
|
+
}
|
|
1679
|
+
if (token !== undefined && token !== null) {
|
|
1680
|
+
headers = headers.set('token', String(token));
|
|
1681
|
+
}
|
|
1682
|
+
// to determine the Accept header
|
|
1683
|
+
var httpHeaderAccepts = [
|
|
1684
|
+
'*/*'
|
|
1685
|
+
];
|
|
1686
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1687
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1688
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1689
|
+
}
|
|
1690
|
+
// to determine the Content-Type header
|
|
1691
|
+
var consumes = [
|
|
1692
|
+
'application/json'
|
|
1693
|
+
];
|
|
1694
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1695
|
+
if (httpContentTypeSelected != undefined) {
|
|
1696
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1697
|
+
}
|
|
1698
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", totalUniqueUserRequest, {
|
|
1699
|
+
withCredentials: this.configuration.withCredentials,
|
|
1700
|
+
headers: headers,
|
|
1701
|
+
observe: observe,
|
|
1702
|
+
reportProgress: reportProgress
|
|
1703
|
+
});
|
|
1704
|
+
};
|
|
1669
1705
|
AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
|
|
1670
1706
|
if (observe === void 0) { observe = 'body'; }
|
|
1671
1707
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1760,6 +1796,42 @@
|
|
|
1760
1796
|
reportProgress: reportProgress
|
|
1761
1797
|
});
|
|
1762
1798
|
};
|
|
1799
|
+
AudienceControllerService.prototype.getCombinedAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
|
|
1800
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1801
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1802
|
+
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1803
|
+
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
|
|
1804
|
+
}
|
|
1805
|
+
var headers = this.defaultHeaders;
|
|
1806
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1807
|
+
headers = headers.set('reqId', String(reqId));
|
|
1808
|
+
}
|
|
1809
|
+
if (token !== undefined && token !== null) {
|
|
1810
|
+
headers = headers.set('token', String(token));
|
|
1811
|
+
}
|
|
1812
|
+
// to determine the Accept header
|
|
1813
|
+
var httpHeaderAccepts = [
|
|
1814
|
+
'*/*'
|
|
1815
|
+
];
|
|
1816
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1817
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1818
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1819
|
+
}
|
|
1820
|
+
// to determine the Content-Type header
|
|
1821
|
+
var consumes = [
|
|
1822
|
+
'application/json'
|
|
1823
|
+
];
|
|
1824
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1825
|
+
if (httpContentTypeSelected != undefined) {
|
|
1826
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1827
|
+
}
|
|
1828
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis/combination", audienceAnalysisRequest, {
|
|
1829
|
+
withCredentials: this.configuration.withCredentials,
|
|
1830
|
+
headers: headers,
|
|
1831
|
+
observe: observe,
|
|
1832
|
+
reportProgress: reportProgress
|
|
1833
|
+
});
|
|
1834
|
+
};
|
|
1763
1835
|
AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
|
|
1764
1836
|
if (observe === void 0) { observe = 'body'; }
|
|
1765
1837
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -2048,7 +2120,7 @@
|
|
|
2048
2120
|
var AuditControllerService = /** @class */ (function () {
|
|
2049
2121
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
2050
2122
|
this.httpClient = httpClient;
|
|
2051
|
-
this.basePath = 'https://
|
|
2123
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2052
2124
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2053
2125
|
this.configuration = new Configuration();
|
|
2054
2126
|
if (basePath) {
|
|
@@ -2235,7 +2307,7 @@
|
|
|
2235
2307
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2236
2308
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2237
2309
|
this.httpClient = httpClient;
|
|
2238
|
-
this.basePath = 'https://
|
|
2310
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2239
2311
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2240
2312
|
this.configuration = new Configuration();
|
|
2241
2313
|
if (basePath) {
|
|
@@ -2466,7 +2538,7 @@
|
|
|
2466
2538
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2467
2539
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2468
2540
|
this.httpClient = httpClient;
|
|
2469
|
-
this.basePath = 'https://
|
|
2541
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2470
2542
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2471
2543
|
this.configuration = new Configuration();
|
|
2472
2544
|
if (basePath) {
|
|
@@ -2575,7 +2647,7 @@
|
|
|
2575
2647
|
var CampaignControllerService = /** @class */ (function () {
|
|
2576
2648
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2577
2649
|
this.httpClient = httpClient;
|
|
2578
|
-
this.basePath = 'https://
|
|
2650
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2579
2651
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2580
2652
|
this.configuration = new Configuration();
|
|
2581
2653
|
if (basePath) {
|
|
@@ -2885,7 +2957,7 @@
|
|
|
2885
2957
|
var CatalogControllerService = /** @class */ (function () {
|
|
2886
2958
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2887
2959
|
this.httpClient = httpClient;
|
|
2888
|
-
this.basePath = 'https://
|
|
2960
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2889
2961
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2890
2962
|
this.configuration = new Configuration();
|
|
2891
2963
|
if (basePath) {
|
|
@@ -3131,7 +3203,7 @@
|
|
|
3131
3203
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3132
3204
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3133
3205
|
this.httpClient = httpClient;
|
|
3134
|
-
this.basePath = 'https://
|
|
3206
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3135
3207
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3136
3208
|
this.configuration = new Configuration();
|
|
3137
3209
|
if (basePath) {
|
|
@@ -3369,7 +3441,7 @@
|
|
|
3369
3441
|
var CreativeControllerService = /** @class */ (function () {
|
|
3370
3442
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3371
3443
|
this.httpClient = httpClient;
|
|
3372
|
-
this.basePath = 'https://
|
|
3444
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3373
3445
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3374
3446
|
this.configuration = new Configuration();
|
|
3375
3447
|
if (basePath) {
|
|
@@ -3820,42 +3892,6 @@
|
|
|
3820
3892
|
reportProgress: reportProgress
|
|
3821
3893
|
});
|
|
3822
3894
|
};
|
|
3823
|
-
CreativeControllerService.prototype.verifyAndGetVideoAdTagCreativeDetailsUsingPOST = function (request, reqId, token, observe, reportProgress) {
|
|
3824
|
-
if (observe === void 0) { observe = 'body'; }
|
|
3825
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
3826
|
-
if (request === null || request === undefined) {
|
|
3827
|
-
throw new Error('Required parameter request was null or undefined when calling verifyAndGetVideoAdTagCreativeDetailsUsingPOST.');
|
|
3828
|
-
}
|
|
3829
|
-
var headers = this.defaultHeaders;
|
|
3830
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3831
|
-
headers = headers.set('reqId', String(reqId));
|
|
3832
|
-
}
|
|
3833
|
-
if (token !== undefined && token !== null) {
|
|
3834
|
-
headers = headers.set('token', String(token));
|
|
3835
|
-
}
|
|
3836
|
-
// to determine the Accept header
|
|
3837
|
-
var httpHeaderAccepts = [
|
|
3838
|
-
'application/json'
|
|
3839
|
-
];
|
|
3840
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3841
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3842
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3843
|
-
}
|
|
3844
|
-
// to determine the Content-Type header
|
|
3845
|
-
var consumes = [
|
|
3846
|
-
'application/json'
|
|
3847
|
-
];
|
|
3848
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3849
|
-
if (httpContentTypeSelected != undefined) {
|
|
3850
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3851
|
-
}
|
|
3852
|
-
return this.httpClient.post(this.basePath + "/v2/api/creatives/videoAdtag", request, {
|
|
3853
|
-
withCredentials: this.configuration.withCredentials,
|
|
3854
|
-
headers: headers,
|
|
3855
|
-
observe: observe,
|
|
3856
|
-
reportProgress: reportProgress
|
|
3857
|
-
});
|
|
3858
|
-
};
|
|
3859
3895
|
return CreativeControllerService;
|
|
3860
3896
|
}());
|
|
3861
3897
|
CreativeControllerService.decorators = [
|
|
@@ -3870,7 +3906,7 @@
|
|
|
3870
3906
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3871
3907
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3872
3908
|
this.httpClient = httpClient;
|
|
3873
|
-
this.basePath = 'https://
|
|
3909
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3874
3910
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3875
3911
|
this.configuration = new Configuration();
|
|
3876
3912
|
if (basePath) {
|
|
@@ -4389,7 +4425,7 @@
|
|
|
4389
4425
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4390
4426
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4391
4427
|
this.httpClient = httpClient;
|
|
4392
|
-
this.basePath = 'https://
|
|
4428
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4393
4429
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4394
4430
|
this.configuration = new Configuration();
|
|
4395
4431
|
if (basePath) {
|
|
@@ -4578,7 +4614,7 @@
|
|
|
4578
4614
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4579
4615
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4580
4616
|
this.httpClient = httpClient;
|
|
4581
|
-
this.basePath = 'https://
|
|
4617
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4582
4618
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4583
4619
|
this.configuration = new Configuration();
|
|
4584
4620
|
if (basePath) {
|
|
@@ -4654,7 +4690,7 @@
|
|
|
4654
4690
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4655
4691
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4656
4692
|
this.httpClient = httpClient;
|
|
4657
|
-
this.basePath = 'https://
|
|
4693
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4658
4694
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4659
4695
|
this.configuration = new Configuration();
|
|
4660
4696
|
if (basePath) {
|
|
@@ -4821,7 +4857,7 @@
|
|
|
4821
4857
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
4822
4858
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
4823
4859
|
this.httpClient = httpClient;
|
|
4824
|
-
this.basePath = 'https://
|
|
4860
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4825
4861
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4826
4862
|
this.configuration = new Configuration();
|
|
4827
4863
|
if (basePath) {
|
|
@@ -4906,7 +4942,7 @@
|
|
|
4906
4942
|
var DashboardControllerService = /** @class */ (function () {
|
|
4907
4943
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4908
4944
|
this.httpClient = httpClient;
|
|
4909
|
-
this.basePath = 'https://
|
|
4945
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4910
4946
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4911
4947
|
this.configuration = new Configuration();
|
|
4912
4948
|
if (basePath) {
|
|
@@ -5551,7 +5587,7 @@
|
|
|
5551
5587
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5552
5588
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5553
5589
|
this.httpClient = httpClient;
|
|
5554
|
-
this.basePath = 'https://
|
|
5590
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5555
5591
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5556
5592
|
this.configuration = new Configuration();
|
|
5557
5593
|
if (basePath) {
|
|
@@ -5738,7 +5774,7 @@
|
|
|
5738
5774
|
var PixelControllerService = /** @class */ (function () {
|
|
5739
5775
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5740
5776
|
this.httpClient = httpClient;
|
|
5741
|
-
this.basePath = 'https://
|
|
5777
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5742
5778
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5743
5779
|
this.configuration = new Configuration();
|
|
5744
5780
|
if (basePath) {
|
|
@@ -6055,7 +6091,7 @@
|
|
|
6055
6091
|
var ReportingControllerService = /** @class */ (function () {
|
|
6056
6092
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6057
6093
|
this.httpClient = httpClient;
|
|
6058
|
-
this.basePath = 'https://
|
|
6094
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6059
6095
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6060
6096
|
this.configuration = new Configuration();
|
|
6061
6097
|
if (basePath) {
|
|
@@ -6227,7 +6263,7 @@
|
|
|
6227
6263
|
var SliceXControllerService = /** @class */ (function () {
|
|
6228
6264
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6229
6265
|
this.httpClient = httpClient;
|
|
6230
|
-
this.basePath = 'https://
|
|
6266
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6231
6267
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6232
6268
|
this.configuration = new Configuration();
|
|
6233
6269
|
if (basePath) {
|
|
@@ -6483,7 +6519,7 @@
|
|
|
6483
6519
|
var StrategyControllerService = /** @class */ (function () {
|
|
6484
6520
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6485
6521
|
this.httpClient = httpClient;
|
|
6486
|
-
this.basePath = 'https://
|
|
6522
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6487
6523
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6488
6524
|
this.configuration = new Configuration();
|
|
6489
6525
|
if (basePath) {
|
|
@@ -7210,7 +7246,7 @@
|
|
|
7210
7246
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7211
7247
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7212
7248
|
this.httpClient = httpClient;
|
|
7213
|
-
this.basePath = 'https://
|
|
7249
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7214
7250
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7215
7251
|
this.configuration = new Configuration();
|
|
7216
7252
|
if (basePath) {
|
|
@@ -7300,7 +7336,7 @@
|
|
|
7300
7336
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7301
7337
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7302
7338
|
this.httpClient = httpClient;
|
|
7303
|
-
this.basePath = 'https://
|
|
7339
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7304
7340
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7305
7341
|
this.configuration = new Configuration();
|
|
7306
7342
|
if (basePath) {
|
|
@@ -7505,7 +7541,8 @@
|
|
|
7505
7541
|
LOGOLINK: 'LOGO_LINK',
|
|
7506
7542
|
FALLBACKIMGLINK: 'FALLBACK_IMG_LINK',
|
|
7507
7543
|
OVERLAYIMGLINK: 'OVERLAY_IMG_LINK',
|
|
7508
|
-
DEFAULTLOGO: 'DEFAULT_LOGO'
|
|
7544
|
+
DEFAULTLOGO: 'DEFAULT_LOGO',
|
|
7545
|
+
CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT'
|
|
7509
7546
|
};
|
|
7510
7547
|
AppSettingsDTO.SettingsTypeEnum = {
|
|
7511
7548
|
BOOLEAN: 'BOOLEAN',
|
|
@@ -7669,8 +7706,7 @@
|
|
|
7669
7706
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7670
7707
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7671
7708
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7672
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7673
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7709
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7674
7710
|
};
|
|
7675
7711
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
7676
7712
|
|
|
@@ -7749,25 +7785,6 @@
|
|
|
7749
7785
|
};
|
|
7750
7786
|
})(exports.CreativeDTO || (exports.CreativeDTO = {}));
|
|
7751
7787
|
|
|
7752
|
-
exports.CreativeDetails = void 0;
|
|
7753
|
-
(function (CreativeDetails) {
|
|
7754
|
-
CreativeDetails.CreativeSetTypeEnum = {
|
|
7755
|
-
IMAGE: 'IMAGE',
|
|
7756
|
-
VIDEO: 'VIDEO',
|
|
7757
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7758
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7759
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7760
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7761
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7762
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7763
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7764
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7765
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7766
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7767
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7768
|
-
};
|
|
7769
|
-
})(exports.CreativeDetails || (exports.CreativeDetails = {}));
|
|
7770
|
-
|
|
7771
7788
|
exports.CreativeFileForSet = void 0;
|
|
7772
7789
|
(function (CreativeFileForSet) {
|
|
7773
7790
|
CreativeFileForSet.TypeEnum = {
|
|
@@ -7847,8 +7864,7 @@
|
|
|
7847
7864
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7848
7865
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7849
7866
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7850
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7851
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7867
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7852
7868
|
};
|
|
7853
7869
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
7854
7870
|
|
|
@@ -7866,8 +7882,7 @@
|
|
|
7866
7882
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7867
7883
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7868
7884
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7869
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7870
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7885
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7871
7886
|
};
|
|
7872
7887
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
7873
7888
|
|
|
@@ -7885,8 +7900,7 @@
|
|
|
7885
7900
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7886
7901
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7887
7902
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7888
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7889
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7903
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7890
7904
|
};
|
|
7891
7905
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
7892
7906
|
|
|
@@ -7915,8 +7929,7 @@
|
|
|
7915
7929
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7916
7930
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7917
7931
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7918
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7919
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7932
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7920
7933
|
};
|
|
7921
7934
|
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
7922
7935
|
|
|
@@ -7965,8 +7978,7 @@
|
|
|
7965
7978
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7966
7979
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7967
7980
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7968
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7969
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7981
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7970
7982
|
};
|
|
7971
7983
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
7972
7984
|
|