@revxui/api-clients-ts 0.10.302 → 0.10.304
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/creativePerformanceData.js +1 -1
- 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/creativePerformanceData.js +1 -1
- 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/creativePerformanceData.d.ts +0 -16
- 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
|
@@ -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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1512,7 +1512,7 @@ AudienceControllerService = __decorate([
|
|
|
1512
1512
|
let AuditControllerService = class AuditControllerService {
|
|
1513
1513
|
constructor(httpClient, basePath, configuration) {
|
|
1514
1514
|
this.httpClient = httpClient;
|
|
1515
|
-
this.basePath = 'https://
|
|
1515
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1516
1516
|
this.defaultHeaders = new HttpHeaders();
|
|
1517
1517
|
this.configuration = new Configuration();
|
|
1518
1518
|
if (basePath) {
|
|
@@ -1693,7 +1693,7 @@ AuditControllerService = __decorate([
|
|
|
1693
1693
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1694
1694
|
constructor(httpClient, basePath, configuration) {
|
|
1695
1695
|
this.httpClient = httpClient;
|
|
1696
|
-
this.basePath = 'https://
|
|
1696
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1697
1697
|
this.defaultHeaders = new HttpHeaders();
|
|
1698
1698
|
this.configuration = new Configuration();
|
|
1699
1699
|
if (basePath) {
|
|
@@ -1914,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1914
1914
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1915
1915
|
constructor(httpClient, basePath, configuration) {
|
|
1916
1916
|
this.httpClient = httpClient;
|
|
1917
|
-
this.basePath = 'https://
|
|
1917
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1918
1918
|
this.defaultHeaders = new HttpHeaders();
|
|
1919
1919
|
this.configuration = new Configuration();
|
|
1920
1920
|
if (basePath) {
|
|
@@ -2019,7 +2019,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2019
2019
|
let CampaignControllerService = class CampaignControllerService {
|
|
2020
2020
|
constructor(httpClient, basePath, configuration) {
|
|
2021
2021
|
this.httpClient = httpClient;
|
|
2022
|
-
this.basePath = 'https://
|
|
2022
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2023
2023
|
this.defaultHeaders = new HttpHeaders();
|
|
2024
2024
|
this.configuration = new Configuration();
|
|
2025
2025
|
if (basePath) {
|
|
@@ -2315,7 +2315,7 @@ CampaignControllerService = __decorate([
|
|
|
2315
2315
|
let CatalogControllerService = class CatalogControllerService {
|
|
2316
2316
|
constructor(httpClient, basePath, configuration) {
|
|
2317
2317
|
this.httpClient = httpClient;
|
|
2318
|
-
this.basePath = 'https://
|
|
2318
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2319
2319
|
this.defaultHeaders = new HttpHeaders();
|
|
2320
2320
|
this.configuration = new Configuration();
|
|
2321
2321
|
if (basePath) {
|
|
@@ -2518,7 +2518,7 @@ CatalogControllerService = __decorate([
|
|
|
2518
2518
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2519
2519
|
constructor(httpClient, basePath, configuration) {
|
|
2520
2520
|
this.httpClient = httpClient;
|
|
2521
|
-
this.basePath = 'https://
|
|
2521
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2522
2522
|
this.defaultHeaders = new HttpHeaders();
|
|
2523
2523
|
this.configuration = new Configuration();
|
|
2524
2524
|
if (basePath) {
|
|
@@ -2746,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2746
2746
|
let CreativeControllerService = class CreativeControllerService {
|
|
2747
2747
|
constructor(httpClient, basePath, configuration) {
|
|
2748
2748
|
this.httpClient = httpClient;
|
|
2749
|
-
this.basePath = 'https://
|
|
2749
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2750
2750
|
this.defaultHeaders = new HttpHeaders();
|
|
2751
2751
|
this.configuration = new Configuration();
|
|
2752
2752
|
if (basePath) {
|
|
@@ -3189,7 +3189,7 @@ CreativeControllerService = __decorate([
|
|
|
3189
3189
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3190
3190
|
constructor(httpClient, basePath, configuration) {
|
|
3191
3191
|
this.httpClient = httpClient;
|
|
3192
|
-
this.basePath = 'https://
|
|
3192
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3193
3193
|
this.defaultHeaders = new HttpHeaders();
|
|
3194
3194
|
this.configuration = new Configuration();
|
|
3195
3195
|
if (basePath) {
|
|
@@ -3540,6 +3540,48 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3540
3540
|
reportProgress: reportProgress
|
|
3541
3541
|
});
|
|
3542
3542
|
}
|
|
3543
|
+
getTemplateListUsingGET(advertiserId, type, filters, reqId, token, observe = 'body', reportProgress = false) {
|
|
3544
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
3545
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
|
|
3546
|
+
}
|
|
3547
|
+
if (type === null || type === undefined) {
|
|
3548
|
+
throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
|
|
3549
|
+
}
|
|
3550
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3551
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3552
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3553
|
+
}
|
|
3554
|
+
if (filters !== undefined && filters !== null) {
|
|
3555
|
+
queryParameters = queryParameters.set('filters', filters);
|
|
3556
|
+
}
|
|
3557
|
+
if (type !== undefined && type !== null) {
|
|
3558
|
+
queryParameters = queryParameters.set('type', type);
|
|
3559
|
+
}
|
|
3560
|
+
let headers = this.defaultHeaders;
|
|
3561
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3562
|
+
headers = headers.set('reqId', String(reqId));
|
|
3563
|
+
}
|
|
3564
|
+
if (token !== undefined && token !== null) {
|
|
3565
|
+
headers = headers.set('token', String(token));
|
|
3566
|
+
}
|
|
3567
|
+
// to determine the Accept header
|
|
3568
|
+
let httpHeaderAccepts = [
|
|
3569
|
+
'application/json'
|
|
3570
|
+
];
|
|
3571
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3572
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3573
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3574
|
+
}
|
|
3575
|
+
// to determine the Content-Type header
|
|
3576
|
+
const consumes = [];
|
|
3577
|
+
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/templates`, {
|
|
3578
|
+
params: queryParameters,
|
|
3579
|
+
withCredentials: this.configuration.withCredentials,
|
|
3580
|
+
headers: headers,
|
|
3581
|
+
observe: observe,
|
|
3582
|
+
reportProgress: reportProgress
|
|
3583
|
+
});
|
|
3584
|
+
}
|
|
3543
3585
|
updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3544
3586
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
3545
3587
|
throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
|
|
@@ -3602,7 +3644,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3602
3644
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3603
3645
|
constructor(httpClient, basePath, configuration) {
|
|
3604
3646
|
this.httpClient = httpClient;
|
|
3605
|
-
this.basePath = 'https://
|
|
3647
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3606
3648
|
this.defaultHeaders = new HttpHeaders();
|
|
3607
3649
|
this.configuration = new Configuration();
|
|
3608
3650
|
if (basePath) {
|
|
@@ -3783,7 +3825,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3783
3825
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3784
3826
|
constructor(httpClient, basePath, configuration) {
|
|
3785
3827
|
this.httpClient = httpClient;
|
|
3786
|
-
this.basePath = 'https://
|
|
3828
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3787
3829
|
this.defaultHeaders = new HttpHeaders();
|
|
3788
3830
|
this.configuration = new Configuration();
|
|
3789
3831
|
if (basePath) {
|
|
@@ -3857,7 +3899,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3857
3899
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3858
3900
|
constructor(httpClient, basePath, configuration) {
|
|
3859
3901
|
this.httpClient = httpClient;
|
|
3860
|
-
this.basePath = 'https://
|
|
3902
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3861
3903
|
this.defaultHeaders = new HttpHeaders();
|
|
3862
3904
|
this.configuration = new Configuration();
|
|
3863
3905
|
if (basePath) {
|
|
@@ -4018,7 +4060,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
4018
4060
|
let DashboardControllerService = class DashboardControllerService {
|
|
4019
4061
|
constructor(httpClient, basePath, configuration) {
|
|
4020
4062
|
this.httpClient = httpClient;
|
|
4021
|
-
this.basePath = 'https://
|
|
4063
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4022
4064
|
this.defaultHeaders = new HttpHeaders();
|
|
4023
4065
|
this.configuration = new Configuration();
|
|
4024
4066
|
if (basePath) {
|
|
@@ -4633,7 +4675,7 @@ DashboardControllerService = __decorate([
|
|
|
4633
4675
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4634
4676
|
constructor(httpClient, basePath, configuration) {
|
|
4635
4677
|
this.httpClient = httpClient;
|
|
4636
|
-
this.basePath = 'https://
|
|
4678
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4637
4679
|
this.defaultHeaders = new HttpHeaders();
|
|
4638
4680
|
this.configuration = new Configuration();
|
|
4639
4681
|
if (basePath) {
|
|
@@ -4812,7 +4854,7 @@ NotificationsControllerService = __decorate([
|
|
|
4812
4854
|
let PixelControllerService = class PixelControllerService {
|
|
4813
4855
|
constructor(httpClient, basePath, configuration) {
|
|
4814
4856
|
this.httpClient = httpClient;
|
|
4815
|
-
this.basePath = 'https://
|
|
4857
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4816
4858
|
this.defaultHeaders = new HttpHeaders();
|
|
4817
4859
|
this.configuration = new Configuration();
|
|
4818
4860
|
if (basePath) {
|
|
@@ -5115,7 +5157,7 @@ PixelControllerService = __decorate([
|
|
|
5115
5157
|
let ReportingControllerService = class ReportingControllerService {
|
|
5116
5158
|
constructor(httpClient, basePath, configuration) {
|
|
5117
5159
|
this.httpClient = httpClient;
|
|
5118
|
-
this.basePath = 'https://
|
|
5160
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5119
5161
|
this.defaultHeaders = new HttpHeaders();
|
|
5120
5162
|
this.configuration = new Configuration();
|
|
5121
5163
|
if (basePath) {
|
|
@@ -5281,7 +5323,7 @@ ReportingControllerService = __decorate([
|
|
|
5281
5323
|
let SliceXControllerService = class SliceXControllerService {
|
|
5282
5324
|
constructor(httpClient, basePath, configuration) {
|
|
5283
5325
|
this.httpClient = httpClient;
|
|
5284
|
-
this.basePath = 'https://
|
|
5326
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5285
5327
|
this.defaultHeaders = new HttpHeaders();
|
|
5286
5328
|
this.configuration = new Configuration();
|
|
5287
5329
|
if (basePath) {
|
|
@@ -5527,7 +5569,7 @@ SliceXControllerService = __decorate([
|
|
|
5527
5569
|
let StrategyControllerService = class StrategyControllerService {
|
|
5528
5570
|
constructor(httpClient, basePath, configuration) {
|
|
5529
5571
|
this.httpClient = httpClient;
|
|
5530
|
-
this.basePath = 'https://
|
|
5572
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5531
5573
|
this.defaultHeaders = new HttpHeaders();
|
|
5532
5574
|
this.configuration = new Configuration();
|
|
5533
5575
|
if (basePath) {
|
|
@@ -6142,7 +6184,7 @@ StrategyControllerService = __decorate([
|
|
|
6142
6184
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6143
6185
|
constructor(httpClient, basePath, configuration) {
|
|
6144
6186
|
this.httpClient = httpClient;
|
|
6145
|
-
this.basePath = 'https://
|
|
6187
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6146
6188
|
this.defaultHeaders = new HttpHeaders();
|
|
6147
6189
|
this.configuration = new Configuration();
|
|
6148
6190
|
if (basePath) {
|
|
@@ -6230,7 +6272,7 @@ UILoggerControllerService = __decorate([
|
|
|
6230
6272
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6231
6273
|
constructor(httpClient, basePath, configuration) {
|
|
6232
6274
|
this.httpClient = httpClient;
|
|
6233
|
-
this.basePath = 'https://
|
|
6275
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6234
6276
|
this.defaultHeaders = new HttpHeaders();
|
|
6235
6277
|
this.configuration = new Configuration();
|
|
6236
6278
|
if (basePath) {
|
|
@@ -6547,7 +6589,9 @@ var BaseModelWithCreativeSetType;
|
|
|
6547
6589
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6548
6590
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6549
6591
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6550
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6592
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6593
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6594
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6551
6595
|
};
|
|
6552
6596
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
6553
6597
|
|
|
@@ -6666,19 +6710,13 @@ var CreativeFiles;
|
|
|
6666
6710
|
};
|
|
6667
6711
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
6668
6712
|
|
|
6669
|
-
/**
|
|
6670
|
-
* Api Documentation
|
|
6671
|
-
* Api Documentation
|
|
6672
|
-
*
|
|
6673
|
-
* OpenAPI spec version: 1.0
|
|
6674
|
-
*
|
|
6675
|
-
*
|
|
6676
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6677
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6678
|
-
* Do not edit the class manually.
|
|
6679
|
-
*/
|
|
6680
6713
|
var CreativeHtmlFileForSet;
|
|
6681
6714
|
(function (CreativeHtmlFileForSet) {
|
|
6715
|
+
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
6716
|
+
DCO: 'DCO',
|
|
6717
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6718
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6719
|
+
};
|
|
6682
6720
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
6683
6721
|
Image: 'image',
|
|
6684
6722
|
Html: 'html',
|
|
@@ -6709,7 +6747,9 @@ var CreativeSetDashboardMetric;
|
|
|
6709
6747
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6710
6748
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6711
6749
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6712
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6750
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6751
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6752
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6713
6753
|
};
|
|
6714
6754
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6715
6755
|
|
|
@@ -6725,7 +6765,9 @@ var CreativeSetDetails;
|
|
|
6725
6765
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6726
6766
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6727
6767
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6728
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6768
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6769
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6770
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6729
6771
|
};
|
|
6730
6772
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
6731
6773
|
|
|
@@ -6741,7 +6783,9 @@ var CreativeSetRequest;
|
|
|
6741
6783
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6742
6784
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6743
6785
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6744
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6786
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6787
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6788
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6745
6789
|
};
|
|
6746
6790
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6747
6791
|
|
|
@@ -6768,7 +6812,9 @@ var CreativeSetResponse;
|
|
|
6768
6812
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6769
6813
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6770
6814
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6771
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6815
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6816
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6817
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6772
6818
|
};
|
|
6773
6819
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6774
6820
|
|
|
@@ -6815,7 +6861,9 @@ var DuplicateCreativeSetResponse;
|
|
|
6815
6861
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6816
6862
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6817
6863
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6818
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6864
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6865
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6866
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6819
6867
|
};
|
|
6820
6868
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
6821
6869
|
|
|
@@ -7107,11 +7155,6 @@ var StrategyDTO;
|
|
|
7107
7155
|
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|
|
7108
7156
|
ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
|
|
7109
7157
|
};
|
|
7110
|
-
StrategyDTO.PublisherTypesEnum = {
|
|
7111
|
-
DIRECT: 'DIRECT',
|
|
7112
|
-
RESELLER: 'RESELLER',
|
|
7113
|
-
UNKNOWN: 'UNKNOWN'
|
|
7114
|
-
};
|
|
7115
7158
|
})(StrategyDTO || (StrategyDTO = {}));
|
|
7116
7159
|
|
|
7117
7160
|
/**
|