@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.
Files changed (100) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +15 -0
  3. package/bundles/revxui-api-clients-ts.umd.js +93 -40
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +47 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiResponseObjectAspectTemplateMap.js +1 -0
  31. package/esm2015/model/aspectTemplateMap.js +1 -0
  32. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  33. package/esm2015/model/campaignESDTO.js +1 -1
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  36. package/esm2015/model/creativePerformanceData.js +1 -1
  37. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  38. package/esm2015/model/creativeSetDetails.js +4 -2
  39. package/esm2015/model/creativeSetRequest.js +4 -2
  40. package/esm2015/model/creativeSetResponse.js +4 -2
  41. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  42. package/esm2015/model/hybridAdMapping.js +1 -0
  43. package/esm2015/model/models.js +1 -1
  44. package/esm5/api/adminController.service.js +2 -2
  45. package/esm5/api/advertiserController.service.js +2 -2
  46. package/esm5/api/appSettingsController.service.js +2 -2
  47. package/esm5/api/audienceController.service.js +2 -2
  48. package/esm5/api/auditController.service.js +2 -2
  49. package/esm5/api/bulkStrategyController.service.js +2 -2
  50. package/esm5/api/cSSThemeController_.service.js +2 -2
  51. package/esm5/api/campaignController.service.js +2 -2
  52. package/esm5/api/catalogController.service.js +2 -2
  53. package/esm5/api/clickDestinationController.service.js +2 -2
  54. package/esm5/api/creativeController.service.js +2 -2
  55. package/esm5/api/creativeSetsController.service.js +49 -2
  56. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  57. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  58. package/esm5/api/creativeTemplatesController.service.js +2 -2
  59. package/esm5/api/dashboardController.service.js +2 -2
  60. package/esm5/api/notificationsController.service.js +2 -2
  61. package/esm5/api/pixelController.service.js +2 -2
  62. package/esm5/api/reportingController.service.js +2 -2
  63. package/esm5/api/sliceXController.service.js +2 -2
  64. package/esm5/api/strategyController.service.js +2 -2
  65. package/esm5/api/uILoggerController.service.js +2 -2
  66. package/esm5/api/userPreferenceController.service.js +2 -2
  67. package/esm5/model/apiResponseObjectAspectTemplateMap.js +1 -0
  68. package/esm5/model/aspectTemplateMap.js +1 -0
  69. package/esm5/model/baseModelWithCreativeSetType.js +4 -2
  70. package/esm5/model/campaignESDTO.js +1 -1
  71. package/esm5/model/creativeDTO.js +1 -1
  72. package/esm5/model/creativeHtmlFileForSet.js +6 -12
  73. package/esm5/model/creativePerformanceData.js +1 -1
  74. package/esm5/model/creativeSetDashboardMetric.js +4 -2
  75. package/esm5/model/creativeSetDetails.js +4 -2
  76. package/esm5/model/creativeSetRequest.js +4 -2
  77. package/esm5/model/creativeSetResponse.js +4 -2
  78. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  79. package/esm5/model/hybridAdMapping.js +1 -0
  80. package/esm5/model/models.js +1 -1
  81. package/fesm2015/revxui-api-clients-ts.js +91 -40
  82. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  83. package/fesm5/revxui-api-clients-ts.js +93 -40
  84. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  85. package/model/apiResponseObjectAspectTemplateMap.d.ts +17 -0
  86. package/model/aspectTemplateMap.d.ts +17 -0
  87. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  88. package/model/campaignESDTO.d.ts +2 -2
  89. package/model/creativeDTO.d.ts +4 -0
  90. package/model/creativeHtmlFileForSet.d.ts +9 -0
  91. package/model/creativePerformanceData.d.ts +0 -16
  92. package/model/creativeSetDashboardMetric.d.ts +3 -1
  93. package/model/creativeSetDetails.d.ts +3 -1
  94. package/model/creativeSetRequest.d.ts +6 -1
  95. package/model/creativeSetResponse.d.ts +3 -1
  96. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  97. package/model/hybridAdMapping.d.ts +16 -0
  98. package/model/models.d.ts +3 -0
  99. package/package.json +1 -1
  100. 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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
3481
+ this.basePath = 'https://apiv2stage1.atomex.net';
3482
3482
  this.defaultHeaders = new HttpHeaders();
3483
3483
  this.configuration = new Configuration();
3484
3484
  if (basePath) {
@@ -3740,6 +3740,53 @@ var CreativeSetsControllerService = /** @class */ (function () {
3740
3740
  reportProgress: reportProgress
3741
3741
  });
3742
3742
  };
3743
+ CreativeSetsControllerService.prototype.getHybridAdTemplatesUsingGET = function (advertiserId, aspect_ratio, type, reqId, token, observe, reportProgress) {
3744
+ if (observe === void 0) { observe = 'body'; }
3745
+ if (reportProgress === void 0) { reportProgress = false; }
3746
+ if (advertiserId === null || advertiserId === undefined) {
3747
+ throw new Error('Required parameter advertiserId was null or undefined when calling getHybridAdTemplatesUsingGET.');
3748
+ }
3749
+ if (aspect_ratio === null || aspect_ratio === undefined) {
3750
+ throw new Error('Required parameter aspect_ratio was null or undefined when calling getHybridAdTemplatesUsingGET.');
3751
+ }
3752
+ if (type === null || type === undefined) {
3753
+ throw new Error('Required parameter type was null or undefined when calling getHybridAdTemplatesUsingGET.');
3754
+ }
3755
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3756
+ if (advertiserId !== undefined && advertiserId !== null) {
3757
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
3758
+ }
3759
+ if (aspect_ratio !== undefined && aspect_ratio !== null) {
3760
+ queryParameters = queryParameters.set('aspect_ratio', aspect_ratio);
3761
+ }
3762
+ if (type !== undefined && type !== null) {
3763
+ queryParameters = queryParameters.set('type', type);
3764
+ }
3765
+ var headers = this.defaultHeaders;
3766
+ if (reqId !== undefined && reqId !== null) {
3767
+ headers = headers.set('reqId', String(reqId));
3768
+ }
3769
+ if (token !== undefined && token !== null) {
3770
+ headers = headers.set('token', String(token));
3771
+ }
3772
+ // to determine the Accept header
3773
+ var httpHeaderAccepts = [
3774
+ 'application/json'
3775
+ ];
3776
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3777
+ if (httpHeaderAcceptSelected != undefined) {
3778
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3779
+ }
3780
+ // to determine the Content-Type header
3781
+ var consumes = [];
3782
+ return this.httpClient.get(this.basePath + "/v2/api/creativesets/hybridtemplates", {
3783
+ params: queryParameters,
3784
+ withCredentials: this.configuration.withCredentials,
3785
+ headers: headers,
3786
+ observe: observe,
3787
+ reportProgress: reportProgress
3788
+ });
3789
+ };
3743
3790
  CreativeSetsControllerService.prototype.getPerformanceByIdUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3744
3791
  if (observe === void 0) { observe = 'body'; }
3745
3792
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3849,7 +3896,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3849
3896
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3850
3897
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3851
3898
  this.httpClient = httpClient;
3852
- this.basePath = 'https://apiv2stage3.atomex.net';
3899
+ this.basePath = 'https://apiv2stage1.atomex.net';
3853
3900
  this.defaultHeaders = new HttpHeaders();
3854
3901
  this.configuration = new Configuration();
3855
3902
  if (basePath) {
@@ -4050,7 +4097,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4050
4097
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4051
4098
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4052
4099
  this.httpClient = httpClient;
4053
- this.basePath = 'https://apiv2stage3.atomex.net';
4100
+ this.basePath = 'https://apiv2stage1.atomex.net';
4054
4101
  this.defaultHeaders = new HttpHeaders();
4055
4102
  this.configuration = new Configuration();
4056
4103
  if (basePath) {
@@ -4138,7 +4185,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4138
4185
  var CreativeTemplatesControllerService = /** @class */ (function () {
4139
4186
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4140
4187
  this.httpClient = httpClient;
4141
- this.basePath = 'https://apiv2stage3.atomex.net';
4188
+ this.basePath = 'https://apiv2stage1.atomex.net';
4142
4189
  this.defaultHeaders = new HttpHeaders();
4143
4190
  this.configuration = new Configuration();
4144
4191
  if (basePath) {
@@ -4317,7 +4364,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4317
4364
  var DashboardControllerService = /** @class */ (function () {
4318
4365
  function DashboardControllerService(httpClient, basePath, configuration) {
4319
4366
  this.httpClient = httpClient;
4320
- this.basePath = 'https://apiv2stage3.atomex.net';
4367
+ this.basePath = 'https://apiv2stage1.atomex.net';
4321
4368
  this.defaultHeaders = new HttpHeaders();
4322
4369
  this.configuration = new Configuration();
4323
4370
  if (basePath) {
@@ -4974,7 +5021,7 @@ var DashboardControllerService = /** @class */ (function () {
4974
5021
  var NotificationsControllerService = /** @class */ (function () {
4975
5022
  function NotificationsControllerService(httpClient, basePath, configuration) {
4976
5023
  this.httpClient = httpClient;
4977
- this.basePath = 'https://apiv2stage3.atomex.net';
5024
+ this.basePath = 'https://apiv2stage1.atomex.net';
4978
5025
  this.defaultHeaders = new HttpHeaders();
4979
5026
  this.configuration = new Configuration();
4980
5027
  if (basePath) {
@@ -5173,7 +5220,7 @@ var NotificationsControllerService = /** @class */ (function () {
5173
5220
  var PixelControllerService = /** @class */ (function () {
5174
5221
  function PixelControllerService(httpClient, basePath, configuration) {
5175
5222
  this.httpClient = httpClient;
5176
- this.basePath = 'https://apiv2stage3.atomex.net';
5223
+ this.basePath = 'https://apiv2stage1.atomex.net';
5177
5224
  this.defaultHeaders = new HttpHeaders();
5178
5225
  this.configuration = new Configuration();
5179
5226
  if (basePath) {
@@ -5502,7 +5549,7 @@ var PixelControllerService = /** @class */ (function () {
5502
5549
  var ReportingControllerService = /** @class */ (function () {
5503
5550
  function ReportingControllerService(httpClient, basePath, configuration) {
5504
5551
  this.httpClient = httpClient;
5505
- this.basePath = 'https://apiv2stage3.atomex.net';
5552
+ this.basePath = 'https://apiv2stage1.atomex.net';
5506
5553
  this.defaultHeaders = new HttpHeaders();
5507
5554
  this.configuration = new Configuration();
5508
5555
  if (basePath) {
@@ -5686,7 +5733,7 @@ var ReportingControllerService = /** @class */ (function () {
5686
5733
  var SliceXControllerService = /** @class */ (function () {
5687
5734
  function SliceXControllerService(httpClient, basePath, configuration) {
5688
5735
  this.httpClient = httpClient;
5689
- this.basePath = 'https://apiv2stage3.atomex.net';
5736
+ this.basePath = 'https://apiv2stage1.atomex.net';
5690
5737
  this.defaultHeaders = new HttpHeaders();
5691
5738
  this.configuration = new Configuration();
5692
5739
  if (basePath) {
@@ -5954,7 +6001,7 @@ var SliceXControllerService = /** @class */ (function () {
5954
6001
  var StrategyControllerService = /** @class */ (function () {
5955
6002
  function StrategyControllerService(httpClient, basePath, configuration) {
5956
6003
  this.httpClient = httpClient;
5957
- this.basePath = 'https://apiv2stage3.atomex.net';
6004
+ this.basePath = 'https://apiv2stage1.atomex.net';
5958
6005
  this.defaultHeaders = new HttpHeaders();
5959
6006
  this.configuration = new Configuration();
5960
6007
  if (basePath) {
@@ -6615,7 +6662,7 @@ var StrategyControllerService = /** @class */ (function () {
6615
6662
  var UILoggerControllerService = /** @class */ (function () {
6616
6663
  function UILoggerControllerService(httpClient, basePath, configuration) {
6617
6664
  this.httpClient = httpClient;
6618
- this.basePath = 'https://apiv2stage3.atomex.net';
6665
+ this.basePath = 'https://apiv2stage1.atomex.net';
6619
6666
  this.defaultHeaders = new HttpHeaders();
6620
6667
  this.configuration = new Configuration();
6621
6668
  if (basePath) {
@@ -6717,7 +6764,7 @@ var UILoggerControllerService = /** @class */ (function () {
6717
6764
  var UserPreferenceControllerService = /** @class */ (function () {
6718
6765
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6719
6766
  this.httpClient = httpClient;
6720
- this.basePath = 'https://apiv2stage3.atomex.net';
6767
+ this.basePath = 'https://apiv2stage1.atomex.net';
6721
6768
  this.defaultHeaders = new HttpHeaders();
6722
6769
  this.configuration = new Configuration();
6723
6770
  if (basePath) {
@@ -7043,7 +7090,9 @@ var BaseModelWithCreativeSetType;
7043
7090
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7044
7091
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7045
7092
  DYNAMICHTML: 'DYNAMIC_HTML',
7046
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7093
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7094
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7095
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7047
7096
  };
7048
7097
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
7049
7098
 
@@ -7162,19 +7211,13 @@ var CreativeFiles;
7162
7211
  };
7163
7212
  })(CreativeFiles || (CreativeFiles = {}));
7164
7213
 
7165
- /**
7166
- * Api Documentation
7167
- * Api Documentation
7168
- *
7169
- * OpenAPI spec version: 1.0
7170
- *
7171
- *
7172
- * NOTE: This class is auto generated by the swagger code generator program.
7173
- * https://github.com/swagger-api/swagger-codegen.git
7174
- * Do not edit the class manually.
7175
- */
7176
7214
  var CreativeHtmlFileForSet;
7177
7215
  (function (CreativeHtmlFileForSet) {
7216
+ CreativeHtmlFileForSet.TemplateTypeEnum = {
7217
+ DCO: 'DCO',
7218
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7219
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7220
+ };
7178
7221
  CreativeHtmlFileForSet.TypeEnum = {
7179
7222
  Image: 'image',
7180
7223
  Html: 'html',
@@ -7205,7 +7248,9 @@ var CreativeSetDashboardMetric;
7205
7248
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7206
7249
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7207
7250
  DYNAMICHTML: 'DYNAMIC_HTML',
7208
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7251
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7252
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7253
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7209
7254
  };
7210
7255
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
7211
7256
 
@@ -7221,7 +7266,9 @@ var CreativeSetDetails;
7221
7266
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7222
7267
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7223
7268
  DYNAMICHTML: 'DYNAMIC_HTML',
7224
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7269
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7270
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7271
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7225
7272
  };
7226
7273
  })(CreativeSetDetails || (CreativeSetDetails = {}));
7227
7274
 
@@ -7237,7 +7284,9 @@ var CreativeSetRequest;
7237
7284
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7238
7285
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7239
7286
  DYNAMICHTML: 'DYNAMIC_HTML',
7240
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7287
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7288
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7289
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7241
7290
  };
7242
7291
  })(CreativeSetRequest || (CreativeSetRequest = {}));
7243
7292
 
@@ -7264,7 +7313,9 @@ var CreativeSetResponse;
7264
7313
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7265
7314
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7266
7315
  DYNAMICHTML: 'DYNAMIC_HTML',
7267
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7316
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7317
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7318
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7268
7319
  };
7269
7320
  })(CreativeSetResponse || (CreativeSetResponse = {}));
7270
7321
 
@@ -7311,7 +7362,9 @@ var DuplicateCreativeSetResponse;
7311
7362
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7312
7363
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7313
7364
  DYNAMICHTML: 'DYNAMIC_HTML',
7314
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7365
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7366
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7367
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7315
7368
  };
7316
7369
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
7317
7370