@revxui/api-clients-ts 0.10.291 → 0.10.292
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 +93 -40
- 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 +47 -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/apiResponseObjectAspectTemplateMap.js +1 -0
- package/esm2015/model/aspectTemplateMap.js +1 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
- package/esm2015/model/campaignESDTO.js +1 -1
- 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/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 +49 -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/apiResponseObjectAspectTemplateMap.js +1 -0
- package/esm5/model/aspectTemplateMap.js +1 -0
- package/esm5/model/baseModelWithCreativeSetType.js +4 -2
- package/esm5/model/campaignESDTO.js +1 -1
- 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/fesm2015/revxui-api-clients-ts.js +91 -40
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +93 -40
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiResponseObjectAspectTemplateMap.d.ts +17 -0
- package/model/aspectTemplateMap.d.ts +17 -0
- package/model/baseModelWithCreativeSetType.d.ts +3 -1
- package/model/campaignESDTO.d.ts +2 -2
- 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 +6 -1
- package/model/creativeSetResponse.d.ts +3 -1
- package/model/duplicateCreativeSetResponse.d.ts +3 -1
- package/model/hybridAdMapping.d.ts +16 -0
- package/model/models.d.ts +3 -0
- 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) {
|
|
@@ -3428,6 +3428,51 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3428
3428
|
reportProgress: reportProgress
|
|
3429
3429
|
});
|
|
3430
3430
|
}
|
|
3431
|
+
getHybridAdTemplatesUsingGET(advertiserId, aspect_ratio, type, reqId, token, observe = 'body', reportProgress = false) {
|
|
3432
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
3433
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3434
|
+
}
|
|
3435
|
+
if (aspect_ratio === null || aspect_ratio === undefined) {
|
|
3436
|
+
throw new Error('Required parameter aspect_ratio was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3437
|
+
}
|
|
3438
|
+
if (type === null || type === undefined) {
|
|
3439
|
+
throw new Error('Required parameter type was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3440
|
+
}
|
|
3441
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3442
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3443
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3444
|
+
}
|
|
3445
|
+
if (aspect_ratio !== undefined && aspect_ratio !== null) {
|
|
3446
|
+
queryParameters = queryParameters.set('aspect_ratio', aspect_ratio);
|
|
3447
|
+
}
|
|
3448
|
+
if (type !== undefined && type !== null) {
|
|
3449
|
+
queryParameters = queryParameters.set('type', type);
|
|
3450
|
+
}
|
|
3451
|
+
let headers = this.defaultHeaders;
|
|
3452
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3453
|
+
headers = headers.set('reqId', String(reqId));
|
|
3454
|
+
}
|
|
3455
|
+
if (token !== undefined && token !== null) {
|
|
3456
|
+
headers = headers.set('token', String(token));
|
|
3457
|
+
}
|
|
3458
|
+
// to determine the Accept header
|
|
3459
|
+
let httpHeaderAccepts = [
|
|
3460
|
+
'application/json'
|
|
3461
|
+
];
|
|
3462
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3463
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3464
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3465
|
+
}
|
|
3466
|
+
// to determine the Content-Type header
|
|
3467
|
+
const consumes = [];
|
|
3468
|
+
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/hybridtemplates`, {
|
|
3469
|
+
params: queryParameters,
|
|
3470
|
+
withCredentials: this.configuration.withCredentials,
|
|
3471
|
+
headers: headers,
|
|
3472
|
+
observe: observe,
|
|
3473
|
+
reportProgress: reportProgress
|
|
3474
|
+
});
|
|
3475
|
+
}
|
|
3431
3476
|
getPerformanceByIdUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3432
3477
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3433
3478
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getPerformanceByIdUsingPOST.');
|
|
@@ -3532,7 +3577,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3532
3577
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3533
3578
|
constructor(httpClient, basePath, configuration) {
|
|
3534
3579
|
this.httpClient = httpClient;
|
|
3535
|
-
this.basePath = 'https://
|
|
3580
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3536
3581
|
this.defaultHeaders = new HttpHeaders();
|
|
3537
3582
|
this.configuration = new Configuration();
|
|
3538
3583
|
if (basePath) {
|
|
@@ -3713,7 +3758,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3713
3758
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3714
3759
|
constructor(httpClient, basePath, configuration) {
|
|
3715
3760
|
this.httpClient = httpClient;
|
|
3716
|
-
this.basePath = 'https://
|
|
3761
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3717
3762
|
this.defaultHeaders = new HttpHeaders();
|
|
3718
3763
|
this.configuration = new Configuration();
|
|
3719
3764
|
if (basePath) {
|
|
@@ -3787,7 +3832,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3787
3832
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3788
3833
|
constructor(httpClient, basePath, configuration) {
|
|
3789
3834
|
this.httpClient = httpClient;
|
|
3790
|
-
this.basePath = 'https://
|
|
3835
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3791
3836
|
this.defaultHeaders = new HttpHeaders();
|
|
3792
3837
|
this.configuration = new Configuration();
|
|
3793
3838
|
if (basePath) {
|
|
@@ -3948,7 +3993,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3948
3993
|
let DashboardControllerService = class DashboardControllerService {
|
|
3949
3994
|
constructor(httpClient, basePath, configuration) {
|
|
3950
3995
|
this.httpClient = httpClient;
|
|
3951
|
-
this.basePath = 'https://
|
|
3996
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3952
3997
|
this.defaultHeaders = new HttpHeaders();
|
|
3953
3998
|
this.configuration = new Configuration();
|
|
3954
3999
|
if (basePath) {
|
|
@@ -4563,7 +4608,7 @@ DashboardControllerService = __decorate([
|
|
|
4563
4608
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4564
4609
|
constructor(httpClient, basePath, configuration) {
|
|
4565
4610
|
this.httpClient = httpClient;
|
|
4566
|
-
this.basePath = 'https://
|
|
4611
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4567
4612
|
this.defaultHeaders = new HttpHeaders();
|
|
4568
4613
|
this.configuration = new Configuration();
|
|
4569
4614
|
if (basePath) {
|
|
@@ -4742,7 +4787,7 @@ NotificationsControllerService = __decorate([
|
|
|
4742
4787
|
let PixelControllerService = class PixelControllerService {
|
|
4743
4788
|
constructor(httpClient, basePath, configuration) {
|
|
4744
4789
|
this.httpClient = httpClient;
|
|
4745
|
-
this.basePath = 'https://
|
|
4790
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4746
4791
|
this.defaultHeaders = new HttpHeaders();
|
|
4747
4792
|
this.configuration = new Configuration();
|
|
4748
4793
|
if (basePath) {
|
|
@@ -5045,7 +5090,7 @@ PixelControllerService = __decorate([
|
|
|
5045
5090
|
let ReportingControllerService = class ReportingControllerService {
|
|
5046
5091
|
constructor(httpClient, basePath, configuration) {
|
|
5047
5092
|
this.httpClient = httpClient;
|
|
5048
|
-
this.basePath = 'https://
|
|
5093
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5049
5094
|
this.defaultHeaders = new HttpHeaders();
|
|
5050
5095
|
this.configuration = new Configuration();
|
|
5051
5096
|
if (basePath) {
|
|
@@ -5211,7 +5256,7 @@ ReportingControllerService = __decorate([
|
|
|
5211
5256
|
let SliceXControllerService = class SliceXControllerService {
|
|
5212
5257
|
constructor(httpClient, basePath, configuration) {
|
|
5213
5258
|
this.httpClient = httpClient;
|
|
5214
|
-
this.basePath = 'https://
|
|
5259
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5215
5260
|
this.defaultHeaders = new HttpHeaders();
|
|
5216
5261
|
this.configuration = new Configuration();
|
|
5217
5262
|
if (basePath) {
|
|
@@ -5457,7 +5502,7 @@ SliceXControllerService = __decorate([
|
|
|
5457
5502
|
let StrategyControllerService = class StrategyControllerService {
|
|
5458
5503
|
constructor(httpClient, basePath, configuration) {
|
|
5459
5504
|
this.httpClient = httpClient;
|
|
5460
|
-
this.basePath = 'https://
|
|
5505
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5461
5506
|
this.defaultHeaders = new HttpHeaders();
|
|
5462
5507
|
this.configuration = new Configuration();
|
|
5463
5508
|
if (basePath) {
|
|
@@ -6072,7 +6117,7 @@ StrategyControllerService = __decorate([
|
|
|
6072
6117
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6073
6118
|
constructor(httpClient, basePath, configuration) {
|
|
6074
6119
|
this.httpClient = httpClient;
|
|
6075
|
-
this.basePath = 'https://
|
|
6120
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6076
6121
|
this.defaultHeaders = new HttpHeaders();
|
|
6077
6122
|
this.configuration = new Configuration();
|
|
6078
6123
|
if (basePath) {
|
|
@@ -6160,7 +6205,7 @@ UILoggerControllerService = __decorate([
|
|
|
6160
6205
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6161
6206
|
constructor(httpClient, basePath, configuration) {
|
|
6162
6207
|
this.httpClient = httpClient;
|
|
6163
|
-
this.basePath = 'https://
|
|
6208
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6164
6209
|
this.defaultHeaders = new HttpHeaders();
|
|
6165
6210
|
this.configuration = new Configuration();
|
|
6166
6211
|
if (basePath) {
|
|
@@ -6466,7 +6511,9 @@ var BaseModelWithCreativeSetType;
|
|
|
6466
6511
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6467
6512
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6468
6513
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6469
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6514
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6515
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6516
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6470
6517
|
};
|
|
6471
6518
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
6472
6519
|
|
|
@@ -6585,19 +6632,13 @@ var CreativeFiles;
|
|
|
6585
6632
|
};
|
|
6586
6633
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
6587
6634
|
|
|
6588
|
-
/**
|
|
6589
|
-
* Api Documentation
|
|
6590
|
-
* Api Documentation
|
|
6591
|
-
*
|
|
6592
|
-
* OpenAPI spec version: 1.0
|
|
6593
|
-
*
|
|
6594
|
-
*
|
|
6595
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6596
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6597
|
-
* Do not edit the class manually.
|
|
6598
|
-
*/
|
|
6599
6635
|
var CreativeHtmlFileForSet;
|
|
6600
6636
|
(function (CreativeHtmlFileForSet) {
|
|
6637
|
+
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
6638
|
+
DCO: 'DCO',
|
|
6639
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6640
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6641
|
+
};
|
|
6601
6642
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
6602
6643
|
Image: 'image',
|
|
6603
6644
|
Html: 'html',
|
|
@@ -6628,7 +6669,9 @@ var CreativeSetDashboardMetric;
|
|
|
6628
6669
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6629
6670
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6630
6671
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6631
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6672
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6673
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6674
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6632
6675
|
};
|
|
6633
6676
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6634
6677
|
|
|
@@ -6644,7 +6687,9 @@ var CreativeSetDetails;
|
|
|
6644
6687
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6645
6688
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6646
6689
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6647
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6690
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6691
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6692
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6648
6693
|
};
|
|
6649
6694
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
6650
6695
|
|
|
@@ -6660,7 +6705,9 @@ var CreativeSetRequest;
|
|
|
6660
6705
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6661
6706
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6662
6707
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6663
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6708
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6709
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6710
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6664
6711
|
};
|
|
6665
6712
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6666
6713
|
|
|
@@ -6687,7 +6734,9 @@ var CreativeSetResponse;
|
|
|
6687
6734
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6688
6735
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6689
6736
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6690
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6737
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6738
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6739
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6691
6740
|
};
|
|
6692
6741
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6693
6742
|
|
|
@@ -6734,7 +6783,9 @@ var DuplicateCreativeSetResponse;
|
|
|
6734
6783
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6735
6784
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6736
6785
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6737
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6786
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6787
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6788
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6738
6789
|
};
|
|
6739
6790
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
6740
6791
|
|