@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
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
837
|
let AudienceControllerService = class AudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1479,7 +1479,7 @@ AudienceControllerService = __decorate([
|
|
|
1479
1479
|
let AuditControllerService = class AuditControllerService {
|
|
1480
1480
|
constructor(httpClient, basePath, configuration) {
|
|
1481
1481
|
this.httpClient = httpClient;
|
|
1482
|
-
this.basePath = 'https://
|
|
1482
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1483
1483
|
this.defaultHeaders = new HttpHeaders();
|
|
1484
1484
|
this.configuration = new Configuration();
|
|
1485
1485
|
if (basePath) {
|
|
@@ -1660,7 +1660,7 @@ AuditControllerService = __decorate([
|
|
|
1660
1660
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1661
1661
|
constructor(httpClient, basePath, configuration) {
|
|
1662
1662
|
this.httpClient = httpClient;
|
|
1663
|
-
this.basePath = 'https://
|
|
1663
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1664
1664
|
this.defaultHeaders = new HttpHeaders();
|
|
1665
1665
|
this.configuration = new Configuration();
|
|
1666
1666
|
if (basePath) {
|
|
@@ -1881,7 +1881,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1881
1881
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1882
1882
|
constructor(httpClient, basePath, configuration) {
|
|
1883
1883
|
this.httpClient = httpClient;
|
|
1884
|
-
this.basePath = 'https://
|
|
1884
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1885
1885
|
this.defaultHeaders = new HttpHeaders();
|
|
1886
1886
|
this.configuration = new Configuration();
|
|
1887
1887
|
if (basePath) {
|
|
@@ -1986,7 +1986,7 @@ CSSThemeController_Service = __decorate([
|
|
|
1986
1986
|
let CampaignControllerService = class CampaignControllerService {
|
|
1987
1987
|
constructor(httpClient, basePath, configuration) {
|
|
1988
1988
|
this.httpClient = httpClient;
|
|
1989
|
-
this.basePath = 'https://
|
|
1989
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1990
1990
|
this.defaultHeaders = new HttpHeaders();
|
|
1991
1991
|
this.configuration = new Configuration();
|
|
1992
1992
|
if (basePath) {
|
|
@@ -2248,7 +2248,7 @@ CampaignControllerService = __decorate([
|
|
|
2248
2248
|
let CatalogControllerService = class CatalogControllerService {
|
|
2249
2249
|
constructor(httpClient, basePath, configuration) {
|
|
2250
2250
|
this.httpClient = httpClient;
|
|
2251
|
-
this.basePath = 'https://
|
|
2251
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2252
2252
|
this.defaultHeaders = new HttpHeaders();
|
|
2253
2253
|
this.configuration = new Configuration();
|
|
2254
2254
|
if (basePath) {
|
|
@@ -2451,7 +2451,7 @@ CatalogControllerService = __decorate([
|
|
|
2451
2451
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2452
2452
|
constructor(httpClient, basePath, configuration) {
|
|
2453
2453
|
this.httpClient = httpClient;
|
|
2454
|
-
this.basePath = 'https://
|
|
2454
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2455
2455
|
this.defaultHeaders = new HttpHeaders();
|
|
2456
2456
|
this.configuration = new Configuration();
|
|
2457
2457
|
if (basePath) {
|
|
@@ -2679,7 +2679,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2679
2679
|
let CreativeControllerService = class CreativeControllerService {
|
|
2680
2680
|
constructor(httpClient, basePath, configuration) {
|
|
2681
2681
|
this.httpClient = httpClient;
|
|
2682
|
-
this.basePath = 'https://
|
|
2682
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2683
2683
|
this.defaultHeaders = new HttpHeaders();
|
|
2684
2684
|
this.configuration = new Configuration();
|
|
2685
2685
|
if (basePath) {
|
|
@@ -3122,7 +3122,7 @@ CreativeControllerService = __decorate([
|
|
|
3122
3122
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3123
3123
|
constructor(httpClient, basePath, configuration) {
|
|
3124
3124
|
this.httpClient = httpClient;
|
|
3125
|
-
this.basePath = 'https://
|
|
3125
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3126
3126
|
this.defaultHeaders = new HttpHeaders();
|
|
3127
3127
|
this.configuration = new Configuration();
|
|
3128
3128
|
if (basePath) {
|
|
@@ -3180,43 +3180,6 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3180
3180
|
reportProgress: reportProgress
|
|
3181
3181
|
});
|
|
3182
3182
|
}
|
|
3183
|
-
duplicateCreativeSetsUsingPOST(dto, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3184
|
-
if (dto === null || dto === undefined) {
|
|
3185
|
-
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3186
|
-
}
|
|
3187
|
-
if (id === null || id === undefined) {
|
|
3188
|
-
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3189
|
-
}
|
|
3190
|
-
let headers = this.defaultHeaders;
|
|
3191
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3192
|
-
headers = headers.set('reqId', String(reqId));
|
|
3193
|
-
}
|
|
3194
|
-
if (token !== undefined && token !== null) {
|
|
3195
|
-
headers = headers.set('token', String(token));
|
|
3196
|
-
}
|
|
3197
|
-
// to determine the Accept header
|
|
3198
|
-
let httpHeaderAccepts = [
|
|
3199
|
-
'application/json'
|
|
3200
|
-
];
|
|
3201
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3202
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3203
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3204
|
-
}
|
|
3205
|
-
// to determine the Content-Type header
|
|
3206
|
-
const consumes = [
|
|
3207
|
-
'application/json'
|
|
3208
|
-
];
|
|
3209
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3210
|
-
if (httpContentTypeSelected != undefined) {
|
|
3211
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3212
|
-
}
|
|
3213
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/duplicate/${encodeURIComponent(String(id))}`, dto, {
|
|
3214
|
-
withCredentials: this.configuration.withCredentials,
|
|
3215
|
-
headers: headers,
|
|
3216
|
-
observe: observe,
|
|
3217
|
-
reportProgress: reportProgress
|
|
3218
|
-
});
|
|
3219
|
-
}
|
|
3220
3183
|
getAdvertiserDynamicDetailsUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
3221
3184
|
if (advertiserId === null || advertiserId === undefined) {
|
|
3222
3185
|
throw new Error('Required parameter advertiserId was null or undefined when calling getAdvertiserDynamicDetailsUsingGET.');
|
|
@@ -3468,7 +3431,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3468
3431
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3469
3432
|
constructor(httpClient, basePath, configuration) {
|
|
3470
3433
|
this.httpClient = httpClient;
|
|
3471
|
-
this.basePath = 'https://
|
|
3434
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3472
3435
|
this.defaultHeaders = new HttpHeaders();
|
|
3473
3436
|
this.configuration = new Configuration();
|
|
3474
3437
|
if (basePath) {
|
|
@@ -3649,7 +3612,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3649
3612
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3650
3613
|
constructor(httpClient, basePath, configuration) {
|
|
3651
3614
|
this.httpClient = httpClient;
|
|
3652
|
-
this.basePath = 'https://
|
|
3615
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3653
3616
|
this.defaultHeaders = new HttpHeaders();
|
|
3654
3617
|
this.configuration = new Configuration();
|
|
3655
3618
|
if (basePath) {
|
|
@@ -3723,7 +3686,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3723
3686
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3724
3687
|
constructor(httpClient, basePath, configuration) {
|
|
3725
3688
|
this.httpClient = httpClient;
|
|
3726
|
-
this.basePath = 'https://
|
|
3689
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3727
3690
|
this.defaultHeaders = new HttpHeaders();
|
|
3728
3691
|
this.configuration = new Configuration();
|
|
3729
3692
|
if (basePath) {
|
|
@@ -3884,7 +3847,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3884
3847
|
let DashboardControllerService = class DashboardControllerService {
|
|
3885
3848
|
constructor(httpClient, basePath, configuration) {
|
|
3886
3849
|
this.httpClient = httpClient;
|
|
3887
|
-
this.basePath = 'https://
|
|
3850
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3888
3851
|
this.defaultHeaders = new HttpHeaders();
|
|
3889
3852
|
this.configuration = new Configuration();
|
|
3890
3853
|
if (basePath) {
|
|
@@ -4499,7 +4462,7 @@ DashboardControllerService = __decorate([
|
|
|
4499
4462
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4500
4463
|
constructor(httpClient, basePath, configuration) {
|
|
4501
4464
|
this.httpClient = httpClient;
|
|
4502
|
-
this.basePath = 'https://
|
|
4465
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4503
4466
|
this.defaultHeaders = new HttpHeaders();
|
|
4504
4467
|
this.configuration = new Configuration();
|
|
4505
4468
|
if (basePath) {
|
|
@@ -4678,7 +4641,7 @@ NotificationsControllerService = __decorate([
|
|
|
4678
4641
|
let PixelControllerService = class PixelControllerService {
|
|
4679
4642
|
constructor(httpClient, basePath, configuration) {
|
|
4680
4643
|
this.httpClient = httpClient;
|
|
4681
|
-
this.basePath = 'https://
|
|
4644
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4682
4645
|
this.defaultHeaders = new HttpHeaders();
|
|
4683
4646
|
this.configuration = new Configuration();
|
|
4684
4647
|
if (basePath) {
|
|
@@ -4981,7 +4944,7 @@ PixelControllerService = __decorate([
|
|
|
4981
4944
|
let ReportingControllerService = class ReportingControllerService {
|
|
4982
4945
|
constructor(httpClient, basePath, configuration) {
|
|
4983
4946
|
this.httpClient = httpClient;
|
|
4984
|
-
this.basePath = 'https://
|
|
4947
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4985
4948
|
this.defaultHeaders = new HttpHeaders();
|
|
4986
4949
|
this.configuration = new Configuration();
|
|
4987
4950
|
if (basePath) {
|
|
@@ -5147,7 +5110,7 @@ ReportingControllerService = __decorate([
|
|
|
5147
5110
|
let SliceXControllerService = class SliceXControllerService {
|
|
5148
5111
|
constructor(httpClient, basePath, configuration) {
|
|
5149
5112
|
this.httpClient = httpClient;
|
|
5150
|
-
this.basePath = 'https://
|
|
5113
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5151
5114
|
this.defaultHeaders = new HttpHeaders();
|
|
5152
5115
|
this.configuration = new Configuration();
|
|
5153
5116
|
if (basePath) {
|
|
@@ -5314,7 +5277,7 @@ SliceXControllerService = __decorate([
|
|
|
5314
5277
|
let StrategyControllerService = class StrategyControllerService {
|
|
5315
5278
|
constructor(httpClient, basePath, configuration) {
|
|
5316
5279
|
this.httpClient = httpClient;
|
|
5317
|
-
this.basePath = 'https://
|
|
5280
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5318
5281
|
this.defaultHeaders = new HttpHeaders();
|
|
5319
5282
|
this.configuration = new Configuration();
|
|
5320
5283
|
if (basePath) {
|
|
@@ -5929,7 +5892,7 @@ StrategyControllerService = __decorate([
|
|
|
5929
5892
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5930
5893
|
constructor(httpClient, basePath, configuration) {
|
|
5931
5894
|
this.httpClient = httpClient;
|
|
5932
|
-
this.basePath = 'https://
|
|
5895
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5933
5896
|
this.defaultHeaders = new HttpHeaders();
|
|
5934
5897
|
this.configuration = new Configuration();
|
|
5935
5898
|
if (basePath) {
|
|
@@ -6017,7 +5980,7 @@ UILoggerControllerService = __decorate([
|
|
|
6017
5980
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6018
5981
|
constructor(httpClient, basePath, configuration) {
|
|
6019
5982
|
this.httpClient = httpClient;
|
|
6020
|
-
this.basePath = 'https://
|
|
5983
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6021
5984
|
this.defaultHeaders = new HttpHeaders();
|
|
6022
5985
|
this.configuration = new Configuration();
|
|
6023
5986
|
if (basePath) {
|