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