@revxui/api-clients-ts 0.10.301 → 0.10.302
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 +45 -90
- 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 -44
- 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 +2 -4
- 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/esm2015/model/strategyDTO.js +6 -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 -46
- 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 +2 -4
- 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/esm5/model/strategyDTO.js +6 -1
- package/fesm2015/revxui-api-clients-ts.js +45 -88
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +45 -90
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +0 -1
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- 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 -7
- package/model/creativeSetResponse.d.ts +1 -3
- package/model/duplicateCreativeSetResponse.d.ts +1 -3
- package/model/models.d.ts +0 -1
- package/model/strategyDTO.d.ts +7 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/hybridAdMapping.js +0 -1
- package/esm5/model/hybridAdMapping.js +0 -1
- package/model/hybridAdMapping.d.ts +0 -17
|
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
3193
3193
|
this.defaultHeaders = new HttpHeaders();
|
|
3194
3194
|
this.configuration = new Configuration();
|
|
3195
3195
|
if (basePath) {
|
|
@@ -3540,48 +3540,6 @@ 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
|
-
}
|
|
3585
3543
|
updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3586
3544
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
3587
3545
|
throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
|
|
@@ -3644,7 +3602,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3644
3602
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3645
3603
|
constructor(httpClient, basePath, configuration) {
|
|
3646
3604
|
this.httpClient = httpClient;
|
|
3647
|
-
this.basePath = 'https://
|
|
3605
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3648
3606
|
this.defaultHeaders = new HttpHeaders();
|
|
3649
3607
|
this.configuration = new Configuration();
|
|
3650
3608
|
if (basePath) {
|
|
@@ -3825,7 +3783,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3825
3783
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3826
3784
|
constructor(httpClient, basePath, configuration) {
|
|
3827
3785
|
this.httpClient = httpClient;
|
|
3828
|
-
this.basePath = 'https://
|
|
3786
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3829
3787
|
this.defaultHeaders = new HttpHeaders();
|
|
3830
3788
|
this.configuration = new Configuration();
|
|
3831
3789
|
if (basePath) {
|
|
@@ -3899,7 +3857,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3899
3857
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3900
3858
|
constructor(httpClient, basePath, configuration) {
|
|
3901
3859
|
this.httpClient = httpClient;
|
|
3902
|
-
this.basePath = 'https://
|
|
3860
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3903
3861
|
this.defaultHeaders = new HttpHeaders();
|
|
3904
3862
|
this.configuration = new Configuration();
|
|
3905
3863
|
if (basePath) {
|
|
@@ -4060,7 +4018,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
4060
4018
|
let DashboardControllerService = class DashboardControllerService {
|
|
4061
4019
|
constructor(httpClient, basePath, configuration) {
|
|
4062
4020
|
this.httpClient = httpClient;
|
|
4063
|
-
this.basePath = 'https://
|
|
4021
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4064
4022
|
this.defaultHeaders = new HttpHeaders();
|
|
4065
4023
|
this.configuration = new Configuration();
|
|
4066
4024
|
if (basePath) {
|
|
@@ -4675,7 +4633,7 @@ DashboardControllerService = __decorate([
|
|
|
4675
4633
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4676
4634
|
constructor(httpClient, basePath, configuration) {
|
|
4677
4635
|
this.httpClient = httpClient;
|
|
4678
|
-
this.basePath = 'https://
|
|
4636
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4679
4637
|
this.defaultHeaders = new HttpHeaders();
|
|
4680
4638
|
this.configuration = new Configuration();
|
|
4681
4639
|
if (basePath) {
|
|
@@ -4854,7 +4812,7 @@ NotificationsControllerService = __decorate([
|
|
|
4854
4812
|
let PixelControllerService = class PixelControllerService {
|
|
4855
4813
|
constructor(httpClient, basePath, configuration) {
|
|
4856
4814
|
this.httpClient = httpClient;
|
|
4857
|
-
this.basePath = 'https://
|
|
4815
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4858
4816
|
this.defaultHeaders = new HttpHeaders();
|
|
4859
4817
|
this.configuration = new Configuration();
|
|
4860
4818
|
if (basePath) {
|
|
@@ -5157,7 +5115,7 @@ PixelControllerService = __decorate([
|
|
|
5157
5115
|
let ReportingControllerService = class ReportingControllerService {
|
|
5158
5116
|
constructor(httpClient, basePath, configuration) {
|
|
5159
5117
|
this.httpClient = httpClient;
|
|
5160
|
-
this.basePath = 'https://
|
|
5118
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5161
5119
|
this.defaultHeaders = new HttpHeaders();
|
|
5162
5120
|
this.configuration = new Configuration();
|
|
5163
5121
|
if (basePath) {
|
|
@@ -5323,7 +5281,7 @@ ReportingControllerService = __decorate([
|
|
|
5323
5281
|
let SliceXControllerService = class SliceXControllerService {
|
|
5324
5282
|
constructor(httpClient, basePath, configuration) {
|
|
5325
5283
|
this.httpClient = httpClient;
|
|
5326
|
-
this.basePath = 'https://
|
|
5284
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5327
5285
|
this.defaultHeaders = new HttpHeaders();
|
|
5328
5286
|
this.configuration = new Configuration();
|
|
5329
5287
|
if (basePath) {
|
|
@@ -5569,7 +5527,7 @@ SliceXControllerService = __decorate([
|
|
|
5569
5527
|
let StrategyControllerService = class StrategyControllerService {
|
|
5570
5528
|
constructor(httpClient, basePath, configuration) {
|
|
5571
5529
|
this.httpClient = httpClient;
|
|
5572
|
-
this.basePath = 'https://
|
|
5530
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5573
5531
|
this.defaultHeaders = new HttpHeaders();
|
|
5574
5532
|
this.configuration = new Configuration();
|
|
5575
5533
|
if (basePath) {
|
|
@@ -6184,7 +6142,7 @@ StrategyControllerService = __decorate([
|
|
|
6184
6142
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6185
6143
|
constructor(httpClient, basePath, configuration) {
|
|
6186
6144
|
this.httpClient = httpClient;
|
|
6187
|
-
this.basePath = 'https://
|
|
6145
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6188
6146
|
this.defaultHeaders = new HttpHeaders();
|
|
6189
6147
|
this.configuration = new Configuration();
|
|
6190
6148
|
if (basePath) {
|
|
@@ -6272,7 +6230,7 @@ UILoggerControllerService = __decorate([
|
|
|
6272
6230
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6273
6231
|
constructor(httpClient, basePath, configuration) {
|
|
6274
6232
|
this.httpClient = httpClient;
|
|
6275
|
-
this.basePath = 'https://
|
|
6233
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6276
6234
|
this.defaultHeaders = new HttpHeaders();
|
|
6277
6235
|
this.configuration = new Configuration();
|
|
6278
6236
|
if (basePath) {
|
|
@@ -6589,9 +6547,7 @@ var BaseModelWithCreativeSetType;
|
|
|
6589
6547
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6590
6548
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6591
6549
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6592
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6593
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6594
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6550
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6595
6551
|
};
|
|
6596
6552
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
6597
6553
|
|
|
@@ -6710,13 +6666,19 @@ var CreativeFiles;
|
|
|
6710
6666
|
};
|
|
6711
6667
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
6712
6668
|
|
|
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
|
+
*/
|
|
6713
6680
|
var CreativeHtmlFileForSet;
|
|
6714
6681
|
(function (CreativeHtmlFileForSet) {
|
|
6715
|
-
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
6716
|
-
DCO: 'DCO',
|
|
6717
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6718
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6719
|
-
};
|
|
6720
6682
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
6721
6683
|
Image: 'image',
|
|
6722
6684
|
Html: 'html',
|
|
@@ -6747,9 +6709,7 @@ var CreativeSetDashboardMetric;
|
|
|
6747
6709
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6748
6710
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6749
6711
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6750
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6751
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6752
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6712
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6753
6713
|
};
|
|
6754
6714
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6755
6715
|
|
|
@@ -6765,9 +6725,7 @@ var CreativeSetDetails;
|
|
|
6765
6725
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6766
6726
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6767
6727
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6768
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6769
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6770
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6728
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6771
6729
|
};
|
|
6772
6730
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
6773
6731
|
|
|
@@ -6783,9 +6741,7 @@ var CreativeSetRequest;
|
|
|
6783
6741
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6784
6742
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6785
6743
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6786
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6787
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6788
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6744
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6789
6745
|
};
|
|
6790
6746
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6791
6747
|
|
|
@@ -6812,9 +6768,7 @@ var CreativeSetResponse;
|
|
|
6812
6768
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6813
6769
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6814
6770
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6815
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6816
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6817
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6771
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6818
6772
|
};
|
|
6819
6773
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6820
6774
|
|
|
@@ -6861,9 +6815,7 @@ var DuplicateCreativeSetResponse;
|
|
|
6861
6815
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6862
6816
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6863
6817
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6864
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6865
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6866
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6818
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6867
6819
|
};
|
|
6868
6820
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
6869
6821
|
|
|
@@ -7155,6 +7107,11 @@ var StrategyDTO;
|
|
|
7155
7107
|
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|
|
7156
7108
|
ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
|
|
7157
7109
|
};
|
|
7110
|
+
StrategyDTO.PublisherTypesEnum = {
|
|
7111
|
+
DIRECT: 'DIRECT',
|
|
7112
|
+
RESELLER: 'RESELLER',
|
|
7113
|
+
UNKNOWN: 'UNKNOWN'
|
|
7114
|
+
};
|
|
7158
7115
|
})(StrategyDTO || (StrategyDTO = {}));
|
|
7159
7116
|
|
|
7160
7117
|
/**
|