@revxui/api-clients-ts 0.10.299 → 0.10.301
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 +15 -0
- package/bundles/revxui-api-clients-ts.umd.js +90 -45
- 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 +44 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -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/advertiserLayoutVariables.js +1 -1
- package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +6 -12
- package/esm2015/model/creativeSetDashboardMetric.js +4 -2
- package/esm2015/model/creativeSetDetails.js +4 -2
- package/esm2015/model/creativeSetRequest.js +4 -2
- package/esm2015/model/creativeSetResponse.js +4 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
- package/esm2015/model/hybridAdMapping.js +1 -0
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -6
- 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 +46 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -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/advertiserLayoutVariables.js +1 -1
- package/esm5/model/baseModelWithCreativeSetType.js +4 -2
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +6 -12
- package/esm5/model/creativeSetDashboardMetric.js +4 -2
- package/esm5/model/creativeSetDetails.js +4 -2
- package/esm5/model/creativeSetRequest.js +4 -2
- package/esm5/model/creativeSetResponse.js +4 -2
- package/esm5/model/duplicateCreativeSetResponse.js +4 -2
- package/esm5/model/hybridAdMapping.js +1 -0
- package/esm5/model/models.js +1 -1
- package/esm5/model/strategyDTO.js +1 -6
- package/fesm2015/revxui-api-clients-ts.js +88 -45
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +90 -45
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +1 -0
- package/model/baseModelWithCreativeSetType.d.ts +3 -1
- package/model/creativeDTO.d.ts +4 -0
- package/model/creativeHtmlFileForSet.d.ts +9 -0
- package/model/creativeSetDashboardMetric.d.ts +3 -1
- package/model/creativeSetDetails.d.ts +3 -1
- package/model/creativeSetRequest.d.ts +7 -1
- package/model/creativeSetResponse.d.ts +3 -1
- package/model/duplicateCreativeSetResponse.d.ts +3 -1
- package/model/hybridAdMapping.d.ts +17 -0
- package/model/models.d.ts +1 -0
- package/model/strategyDTO.d.ts +0 -7
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.atomex.net';
|
|
3482
3482
|
this.defaultHeaders = new HttpHeaders();
|
|
3483
3483
|
this.configuration = new Configuration();
|
|
3484
3484
|
if (basePath) {
|
|
@@ -3858,6 +3858,50 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3858
3858
|
reportProgress: reportProgress
|
|
3859
3859
|
});
|
|
3860
3860
|
};
|
|
3861
|
+
CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, reqId, token, observe, reportProgress) {
|
|
3862
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3863
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3864
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
3865
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
|
|
3866
|
+
}
|
|
3867
|
+
if (type === null || type === undefined) {
|
|
3868
|
+
throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
|
|
3869
|
+
}
|
|
3870
|
+
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3871
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3872
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3873
|
+
}
|
|
3874
|
+
if (filters !== undefined && filters !== null) {
|
|
3875
|
+
queryParameters = queryParameters.set('filters', filters);
|
|
3876
|
+
}
|
|
3877
|
+
if (type !== undefined && type !== null) {
|
|
3878
|
+
queryParameters = queryParameters.set('type', type);
|
|
3879
|
+
}
|
|
3880
|
+
var headers = this.defaultHeaders;
|
|
3881
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3882
|
+
headers = headers.set('reqId', String(reqId));
|
|
3883
|
+
}
|
|
3884
|
+
if (token !== undefined && token !== null) {
|
|
3885
|
+
headers = headers.set('token', String(token));
|
|
3886
|
+
}
|
|
3887
|
+
// to determine the Accept header
|
|
3888
|
+
var httpHeaderAccepts = [
|
|
3889
|
+
'application/json'
|
|
3890
|
+
];
|
|
3891
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3892
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3893
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3894
|
+
}
|
|
3895
|
+
// to determine the Content-Type header
|
|
3896
|
+
var consumes = [];
|
|
3897
|
+
return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
|
|
3898
|
+
params: queryParameters,
|
|
3899
|
+
withCredentials: this.configuration.withCredentials,
|
|
3900
|
+
headers: headers,
|
|
3901
|
+
observe: observe,
|
|
3902
|
+
reportProgress: reportProgress
|
|
3903
|
+
});
|
|
3904
|
+
};
|
|
3861
3905
|
CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
|
|
3862
3906
|
if (observe === void 0) { observe = 'body'; }
|
|
3863
3907
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3923,7 +3967,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3923
3967
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3924
3968
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3925
3969
|
this.httpClient = httpClient;
|
|
3926
|
-
this.basePath = 'https://
|
|
3970
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3927
3971
|
this.defaultHeaders = new HttpHeaders();
|
|
3928
3972
|
this.configuration = new Configuration();
|
|
3929
3973
|
if (basePath) {
|
|
@@ -4124,7 +4168,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4124
4168
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4125
4169
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4126
4170
|
this.httpClient = httpClient;
|
|
4127
|
-
this.basePath = 'https://
|
|
4171
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4128
4172
|
this.defaultHeaders = new HttpHeaders();
|
|
4129
4173
|
this.configuration = new Configuration();
|
|
4130
4174
|
if (basePath) {
|
|
@@ -4212,7 +4256,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4212
4256
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4213
4257
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4214
4258
|
this.httpClient = httpClient;
|
|
4215
|
-
this.basePath = 'https://
|
|
4259
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4216
4260
|
this.defaultHeaders = new HttpHeaders();
|
|
4217
4261
|
this.configuration = new Configuration();
|
|
4218
4262
|
if (basePath) {
|
|
@@ -4391,7 +4435,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4391
4435
|
var DashboardControllerService = /** @class */ (function () {
|
|
4392
4436
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4393
4437
|
this.httpClient = httpClient;
|
|
4394
|
-
this.basePath = 'https://
|
|
4438
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4395
4439
|
this.defaultHeaders = new HttpHeaders();
|
|
4396
4440
|
this.configuration = new Configuration();
|
|
4397
4441
|
if (basePath) {
|
|
@@ -5048,7 +5092,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
5048
5092
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5049
5093
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5050
5094
|
this.httpClient = httpClient;
|
|
5051
|
-
this.basePath = 'https://
|
|
5095
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5052
5096
|
this.defaultHeaders = new HttpHeaders();
|
|
5053
5097
|
this.configuration = new Configuration();
|
|
5054
5098
|
if (basePath) {
|
|
@@ -5247,7 +5291,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5247
5291
|
var PixelControllerService = /** @class */ (function () {
|
|
5248
5292
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5249
5293
|
this.httpClient = httpClient;
|
|
5250
|
-
this.basePath = 'https://
|
|
5294
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5251
5295
|
this.defaultHeaders = new HttpHeaders();
|
|
5252
5296
|
this.configuration = new Configuration();
|
|
5253
5297
|
if (basePath) {
|
|
@@ -5576,7 +5620,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5576
5620
|
var ReportingControllerService = /** @class */ (function () {
|
|
5577
5621
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5578
5622
|
this.httpClient = httpClient;
|
|
5579
|
-
this.basePath = 'https://
|
|
5623
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5580
5624
|
this.defaultHeaders = new HttpHeaders();
|
|
5581
5625
|
this.configuration = new Configuration();
|
|
5582
5626
|
if (basePath) {
|
|
@@ -5760,7 +5804,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5760
5804
|
var SliceXControllerService = /** @class */ (function () {
|
|
5761
5805
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5762
5806
|
this.httpClient = httpClient;
|
|
5763
|
-
this.basePath = 'https://
|
|
5807
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5764
5808
|
this.defaultHeaders = new HttpHeaders();
|
|
5765
5809
|
this.configuration = new Configuration();
|
|
5766
5810
|
if (basePath) {
|
|
@@ -6028,7 +6072,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
6028
6072
|
var StrategyControllerService = /** @class */ (function () {
|
|
6029
6073
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6030
6074
|
this.httpClient = httpClient;
|
|
6031
|
-
this.basePath = 'https://
|
|
6075
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6032
6076
|
this.defaultHeaders = new HttpHeaders();
|
|
6033
6077
|
this.configuration = new Configuration();
|
|
6034
6078
|
if (basePath) {
|
|
@@ -6689,7 +6733,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6689
6733
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6690
6734
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6691
6735
|
this.httpClient = httpClient;
|
|
6692
|
-
this.basePath = 'https://
|
|
6736
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6693
6737
|
this.defaultHeaders = new HttpHeaders();
|
|
6694
6738
|
this.configuration = new Configuration();
|
|
6695
6739
|
if (basePath) {
|
|
@@ -6791,7 +6835,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6791
6835
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6792
6836
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6793
6837
|
this.httpClient = httpClient;
|
|
6794
|
-
this.basePath = 'https://
|
|
6838
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6795
6839
|
this.defaultHeaders = new HttpHeaders();
|
|
6796
6840
|
this.configuration = new Configuration();
|
|
6797
6841
|
if (basePath) {
|
|
@@ -7128,7 +7172,9 @@ var BaseModelWithCreativeSetType;
|
|
|
7128
7172
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7129
7173
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7130
7174
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7131
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7175
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7176
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7177
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7132
7178
|
};
|
|
7133
7179
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7134
7180
|
|
|
@@ -7247,19 +7293,13 @@ var CreativeFiles;
|
|
|
7247
7293
|
};
|
|
7248
7294
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
7249
7295
|
|
|
7250
|
-
/**
|
|
7251
|
-
* Api Documentation
|
|
7252
|
-
* Api Documentation
|
|
7253
|
-
*
|
|
7254
|
-
* OpenAPI spec version: 1.0
|
|
7255
|
-
*
|
|
7256
|
-
*
|
|
7257
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7258
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7259
|
-
* Do not edit the class manually.
|
|
7260
|
-
*/
|
|
7261
7296
|
var CreativeHtmlFileForSet;
|
|
7262
7297
|
(function (CreativeHtmlFileForSet) {
|
|
7298
|
+
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7299
|
+
DCO: 'DCO',
|
|
7300
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7301
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7302
|
+
};
|
|
7263
7303
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
7264
7304
|
Image: 'image',
|
|
7265
7305
|
Html: 'html',
|
|
@@ -7290,7 +7330,9 @@ var CreativeSetDashboardMetric;
|
|
|
7290
7330
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7291
7331
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7292
7332
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7293
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7333
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7334
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7335
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7294
7336
|
};
|
|
7295
7337
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7296
7338
|
|
|
@@ -7306,7 +7348,9 @@ var CreativeSetDetails;
|
|
|
7306
7348
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7307
7349
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7308
7350
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7309
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7351
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7352
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7353
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7310
7354
|
};
|
|
7311
7355
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7312
7356
|
|
|
@@ -7322,7 +7366,9 @@ var CreativeSetRequest;
|
|
|
7322
7366
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7323
7367
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7324
7368
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7325
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7369
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7370
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7371
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7326
7372
|
};
|
|
7327
7373
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7328
7374
|
|
|
@@ -7349,7 +7395,9 @@ var CreativeSetResponse;
|
|
|
7349
7395
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7350
7396
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7351
7397
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7352
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7398
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7399
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7400
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7353
7401
|
};
|
|
7354
7402
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
7355
7403
|
|
|
@@ -7396,7 +7444,9 @@ var DuplicateCreativeSetResponse;
|
|
|
7396
7444
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7397
7445
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7398
7446
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7399
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7447
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7448
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7449
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7400
7450
|
};
|
|
7401
7451
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7402
7452
|
|
|
@@ -7688,11 +7738,6 @@ var StrategyDTO;
|
|
|
7688
7738
|
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|
|
7689
7739
|
ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
|
|
7690
7740
|
};
|
|
7691
|
-
StrategyDTO.PublisherTypesEnum = {
|
|
7692
|
-
DIRECT: 'DIRECT',
|
|
7693
|
-
RESELLER: 'RESELLER',
|
|
7694
|
-
UNKNOWN: 'UNKNOWN'
|
|
7695
|
-
};
|
|
7696
7741
|
})(StrategyDTO || (StrategyDTO = {}));
|
|
7697
7742
|
|
|
7698
7743
|
/**
|