@revxui/api-clients-ts 0.10.290 → 0.10.291
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 -15
- package/bundles/revxui-api-clients-ts.umd.js +40 -93
- 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 -47
- 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/baseModelWithCreativeSetType.js +2 -4
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +12 -6
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +2 -4
- package/esm2015/model/creativeSetDetails.js +2 -4
- package/esm2015/model/creativeSetRequest.js +2 -4
- package/esm2015/model/creativeSetResponse.js +2 -4
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
- package/esm2015/model/models.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 -49
- 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/baseModelWithCreativeSetType.js +2 -4
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +12 -6
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +2 -4
- package/esm5/model/creativeSetDetails.js +2 -4
- package/esm5/model/creativeSetRequest.js +2 -4
- package/esm5/model/creativeSetResponse.js +2 -4
- package/esm5/model/duplicateCreativeSetResponse.js +2 -4
- package/esm5/model/models.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +40 -91
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +40 -93
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/campaignESDTO.d.ts +2 -2
- package/model/creativeDTO.d.ts +0 -4
- package/model/creativeHtmlFileForSet.d.ts +0 -9
- package/model/creativePerformanceData.d.ts +16 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -3
- package/model/creativeSetDetails.d.ts +1 -3
- package/model/creativeSetRequest.d.ts +1 -6
- package/model/creativeSetResponse.d.ts +1 -3
- package/model/duplicateCreativeSetResponse.d.ts +1 -3
- package/model/models.d.ts +0 -3
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectAspectTemplateMap.js +0 -1
- package/esm2015/model/aspectTemplateMap.js +0 -1
- package/esm2015/model/hybridAdMapping.js +0 -1
- package/esm5/model/apiResponseObjectAspectTemplateMap.js +0 -1
- package/esm5/model/aspectTemplateMap.js +0 -1
- package/esm5/model/hybridAdMapping.js +0 -1
- package/model/apiResponseObjectAspectTemplateMap.d.ts +0 -17
- package/model/aspectTemplateMap.d.ts +0 -17
- package/model/hybridAdMapping.d.ts +0 -16
|
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1643,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1643
1643
|
var AuditControllerService = /** @class */ (function () {
|
|
1644
1644
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1645
1645
|
this.httpClient = httpClient;
|
|
1646
|
-
this.basePath = 'https://
|
|
1646
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1647
1647
|
this.defaultHeaders = new HttpHeaders();
|
|
1648
1648
|
this.configuration = new Configuration();
|
|
1649
1649
|
if (basePath) {
|
|
@@ -1842,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1842
1842
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1843
1843
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1844
1844
|
this.httpClient = httpClient;
|
|
1845
|
-
this.basePath = 'https://
|
|
1845
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1846
1846
|
this.defaultHeaders = new HttpHeaders();
|
|
1847
1847
|
this.configuration = new Configuration();
|
|
1848
1848
|
if (basePath) {
|
|
@@ -2085,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2085
2085
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2086
2086
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2087
2087
|
this.httpClient = httpClient;
|
|
2088
|
-
this.basePath = 'https://
|
|
2088
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2089
2089
|
this.defaultHeaders = new HttpHeaders();
|
|
2090
2090
|
this.configuration = new Configuration();
|
|
2091
2091
|
if (basePath) {
|
|
@@ -2206,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2206
2206
|
var CampaignControllerService = /** @class */ (function () {
|
|
2207
2207
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2208
2208
|
this.httpClient = httpClient;
|
|
2209
|
-
this.basePath = 'https://
|
|
2209
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2210
2210
|
this.defaultHeaders = new HttpHeaders();
|
|
2211
2211
|
this.configuration = new Configuration();
|
|
2212
2212
|
if (basePath) {
|
|
@@ -2528,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2528
2528
|
var CatalogControllerService = /** @class */ (function () {
|
|
2529
2529
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2530
2530
|
this.httpClient = httpClient;
|
|
2531
|
-
this.basePath = 'https://
|
|
2531
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2532
2532
|
this.defaultHeaders = new HttpHeaders();
|
|
2533
2533
|
this.configuration = new Configuration();
|
|
2534
2534
|
if (basePath) {
|
|
@@ -2751,7 +2751,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2751
2751
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2752
2752
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2753
2753
|
this.httpClient = httpClient;
|
|
2754
|
-
this.basePath = 'https://
|
|
2754
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2755
2755
|
this.defaultHeaders = new HttpHeaders();
|
|
2756
2756
|
this.configuration = new Configuration();
|
|
2757
2757
|
if (basePath) {
|
|
@@ -3001,7 +3001,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3001
3001
|
var CreativeControllerService = /** @class */ (function () {
|
|
3002
3002
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3003
3003
|
this.httpClient = httpClient;
|
|
3004
|
-
this.basePath = 'https://
|
|
3004
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3005
3005
|
this.defaultHeaders = new HttpHeaders();
|
|
3006
3006
|
this.configuration = new Configuration();
|
|
3007
3007
|
if (basePath) {
|
|
@@ -3478,7 +3478,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3478
3478
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3479
3479
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3480
3480
|
this.httpClient = httpClient;
|
|
3481
|
-
this.basePath = 'https://
|
|
3481
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3482
3482
|
this.defaultHeaders = new HttpHeaders();
|
|
3483
3483
|
this.configuration = new Configuration();
|
|
3484
3484
|
if (basePath) {
|
|
@@ -3740,53 +3740,6 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3740
3740
|
reportProgress: reportProgress
|
|
3741
3741
|
});
|
|
3742
3742
|
};
|
|
3743
|
-
CreativeSetsControllerService.prototype.getHybridAdTemplatesUsingGET = function (advertiserId, aspect_ratio, type, reqId, token, observe, reportProgress) {
|
|
3744
|
-
if (observe === void 0) { observe = 'body'; }
|
|
3745
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
3746
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
3747
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3748
|
-
}
|
|
3749
|
-
if (aspect_ratio === null || aspect_ratio === undefined) {
|
|
3750
|
-
throw new Error('Required parameter aspect_ratio was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3751
|
-
}
|
|
3752
|
-
if (type === null || type === undefined) {
|
|
3753
|
-
throw new Error('Required parameter type was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3754
|
-
}
|
|
3755
|
-
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3756
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3757
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3758
|
-
}
|
|
3759
|
-
if (aspect_ratio !== undefined && aspect_ratio !== null) {
|
|
3760
|
-
queryParameters = queryParameters.set('aspect_ratio', aspect_ratio);
|
|
3761
|
-
}
|
|
3762
|
-
if (type !== undefined && type !== null) {
|
|
3763
|
-
queryParameters = queryParameters.set('type', type);
|
|
3764
|
-
}
|
|
3765
|
-
var headers = this.defaultHeaders;
|
|
3766
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3767
|
-
headers = headers.set('reqId', String(reqId));
|
|
3768
|
-
}
|
|
3769
|
-
if (token !== undefined && token !== null) {
|
|
3770
|
-
headers = headers.set('token', String(token));
|
|
3771
|
-
}
|
|
3772
|
-
// to determine the Accept header
|
|
3773
|
-
var httpHeaderAccepts = [
|
|
3774
|
-
'application/json'
|
|
3775
|
-
];
|
|
3776
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3777
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3778
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3779
|
-
}
|
|
3780
|
-
// to determine the Content-Type header
|
|
3781
|
-
var consumes = [];
|
|
3782
|
-
return this.httpClient.get(this.basePath + "/v2/api/creativesets/hybridtemplates", {
|
|
3783
|
-
params: queryParameters,
|
|
3784
|
-
withCredentials: this.configuration.withCredentials,
|
|
3785
|
-
headers: headers,
|
|
3786
|
-
observe: observe,
|
|
3787
|
-
reportProgress: reportProgress
|
|
3788
|
-
});
|
|
3789
|
-
};
|
|
3790
3743
|
CreativeSetsControllerService.prototype.getPerformanceByIdUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
|
|
3791
3744
|
if (observe === void 0) { observe = 'body'; }
|
|
3792
3745
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3896,7 +3849,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3896
3849
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3897
3850
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3898
3851
|
this.httpClient = httpClient;
|
|
3899
|
-
this.basePath = 'https://
|
|
3852
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3900
3853
|
this.defaultHeaders = new HttpHeaders();
|
|
3901
3854
|
this.configuration = new Configuration();
|
|
3902
3855
|
if (basePath) {
|
|
@@ -4097,7 +4050,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4097
4050
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4098
4051
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4099
4052
|
this.httpClient = httpClient;
|
|
4100
|
-
this.basePath = 'https://
|
|
4053
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4101
4054
|
this.defaultHeaders = new HttpHeaders();
|
|
4102
4055
|
this.configuration = new Configuration();
|
|
4103
4056
|
if (basePath) {
|
|
@@ -4185,7 +4138,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4185
4138
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4186
4139
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4187
4140
|
this.httpClient = httpClient;
|
|
4188
|
-
this.basePath = 'https://
|
|
4141
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4189
4142
|
this.defaultHeaders = new HttpHeaders();
|
|
4190
4143
|
this.configuration = new Configuration();
|
|
4191
4144
|
if (basePath) {
|
|
@@ -4364,7 +4317,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4364
4317
|
var DashboardControllerService = /** @class */ (function () {
|
|
4365
4318
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4366
4319
|
this.httpClient = httpClient;
|
|
4367
|
-
this.basePath = 'https://
|
|
4320
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4368
4321
|
this.defaultHeaders = new HttpHeaders();
|
|
4369
4322
|
this.configuration = new Configuration();
|
|
4370
4323
|
if (basePath) {
|
|
@@ -5021,7 +4974,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
5021
4974
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5022
4975
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5023
4976
|
this.httpClient = httpClient;
|
|
5024
|
-
this.basePath = 'https://
|
|
4977
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5025
4978
|
this.defaultHeaders = new HttpHeaders();
|
|
5026
4979
|
this.configuration = new Configuration();
|
|
5027
4980
|
if (basePath) {
|
|
@@ -5220,7 +5173,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5220
5173
|
var PixelControllerService = /** @class */ (function () {
|
|
5221
5174
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5222
5175
|
this.httpClient = httpClient;
|
|
5223
|
-
this.basePath = 'https://
|
|
5176
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5224
5177
|
this.defaultHeaders = new HttpHeaders();
|
|
5225
5178
|
this.configuration = new Configuration();
|
|
5226
5179
|
if (basePath) {
|
|
@@ -5549,7 +5502,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5549
5502
|
var ReportingControllerService = /** @class */ (function () {
|
|
5550
5503
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5551
5504
|
this.httpClient = httpClient;
|
|
5552
|
-
this.basePath = 'https://
|
|
5505
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5553
5506
|
this.defaultHeaders = new HttpHeaders();
|
|
5554
5507
|
this.configuration = new Configuration();
|
|
5555
5508
|
if (basePath) {
|
|
@@ -5733,7 +5686,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5733
5686
|
var SliceXControllerService = /** @class */ (function () {
|
|
5734
5687
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5735
5688
|
this.httpClient = httpClient;
|
|
5736
|
-
this.basePath = 'https://
|
|
5689
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5737
5690
|
this.defaultHeaders = new HttpHeaders();
|
|
5738
5691
|
this.configuration = new Configuration();
|
|
5739
5692
|
if (basePath) {
|
|
@@ -6001,7 +5954,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
6001
5954
|
var StrategyControllerService = /** @class */ (function () {
|
|
6002
5955
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6003
5956
|
this.httpClient = httpClient;
|
|
6004
|
-
this.basePath = 'https://
|
|
5957
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6005
5958
|
this.defaultHeaders = new HttpHeaders();
|
|
6006
5959
|
this.configuration = new Configuration();
|
|
6007
5960
|
if (basePath) {
|
|
@@ -6662,7 +6615,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6662
6615
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6663
6616
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6664
6617
|
this.httpClient = httpClient;
|
|
6665
|
-
this.basePath = 'https://
|
|
6618
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6666
6619
|
this.defaultHeaders = new HttpHeaders();
|
|
6667
6620
|
this.configuration = new Configuration();
|
|
6668
6621
|
if (basePath) {
|
|
@@ -6764,7 +6717,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6764
6717
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6765
6718
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6766
6719
|
this.httpClient = httpClient;
|
|
6767
|
-
this.basePath = 'https://
|
|
6720
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6768
6721
|
this.defaultHeaders = new HttpHeaders();
|
|
6769
6722
|
this.configuration = new Configuration();
|
|
6770
6723
|
if (basePath) {
|
|
@@ -7090,9 +7043,7 @@ var BaseModelWithCreativeSetType;
|
|
|
7090
7043
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7091
7044
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7092
7045
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7093
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7094
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7095
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7046
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7096
7047
|
};
|
|
7097
7048
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7098
7049
|
|
|
@@ -7211,13 +7162,19 @@ var CreativeFiles;
|
|
|
7211
7162
|
};
|
|
7212
7163
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
7213
7164
|
|
|
7165
|
+
/**
|
|
7166
|
+
* Api Documentation
|
|
7167
|
+
* Api Documentation
|
|
7168
|
+
*
|
|
7169
|
+
* OpenAPI spec version: 1.0
|
|
7170
|
+
*
|
|
7171
|
+
*
|
|
7172
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7173
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7174
|
+
* Do not edit the class manually.
|
|
7175
|
+
*/
|
|
7214
7176
|
var CreativeHtmlFileForSet;
|
|
7215
7177
|
(function (CreativeHtmlFileForSet) {
|
|
7216
|
-
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7217
|
-
DCO: 'DCO',
|
|
7218
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7219
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7220
|
-
};
|
|
7221
7178
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
7222
7179
|
Image: 'image',
|
|
7223
7180
|
Html: 'html',
|
|
@@ -7248,9 +7205,7 @@ var CreativeSetDashboardMetric;
|
|
|
7248
7205
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7249
7206
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7250
7207
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7251
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7252
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7253
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7208
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7254
7209
|
};
|
|
7255
7210
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7256
7211
|
|
|
@@ -7266,9 +7221,7 @@ var CreativeSetDetails;
|
|
|
7266
7221
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7267
7222
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7268
7223
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7269
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7270
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7271
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7224
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7272
7225
|
};
|
|
7273
7226
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7274
7227
|
|
|
@@ -7284,9 +7237,7 @@ var CreativeSetRequest;
|
|
|
7284
7237
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7285
7238
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7286
7239
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7287
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7288
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7289
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7240
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7290
7241
|
};
|
|
7291
7242
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7292
7243
|
|
|
@@ -7313,9 +7264,7 @@ var CreativeSetResponse;
|
|
|
7313
7264
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7314
7265
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7315
7266
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7316
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7317
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7318
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7267
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7319
7268
|
};
|
|
7320
7269
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
7321
7270
|
|
|
@@ -7362,9 +7311,7 @@ var DuplicateCreativeSetResponse;
|
|
|
7362
7311
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7363
7312
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7364
7313
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7365
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7366
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7367
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7314
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7368
7315
|
};
|
|
7369
7316
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7370
7317
|
|