@revxui/api-clients-ts 0.10.310 → 0.10.311

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 (115) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +0 -39
  3. package/api/creativeSetsController.service.d.ts +15 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +90 -163
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  8. package/esm2015/api/adminController.service.js +2 -2
  9. package/esm2015/api/advertiserController.service.js +2 -2
  10. package/esm2015/api/appSettingsController.service.js +2 -91
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +44 -2
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/advertiserLayoutVariables.js +1 -1
  32. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  33. package/esm2015/model/creativeDTO.js +1 -1
  34. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  35. package/esm2015/model/creativePerformanceData.js +1 -1
  36. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  37. package/esm2015/model/creativeSetDetails.js +4 -2
  38. package/esm2015/model/creativeSetRequest.js +4 -2
  39. package/esm2015/model/creativeSetResponse.js +4 -2
  40. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  41. package/esm2015/model/hybridAdMapping.js +1 -0
  42. package/esm2015/model/models.js +1 -2
  43. package/esm5/api/adminController.service.js +2 -2
  44. package/esm5/api/advertiserController.service.js +2 -2
  45. package/esm5/api/appSettingsController.service.js +2 -97
  46. package/esm5/api/audienceController.service.js +2 -2
  47. package/esm5/api/auditController.service.js +2 -2
  48. package/esm5/api/bulkStrategyController.service.js +2 -2
  49. package/esm5/api/cSSThemeController_.service.js +2 -2
  50. package/esm5/api/campaignController.service.js +2 -2
  51. package/esm5/api/catalogController.service.js +2 -2
  52. package/esm5/api/clickDestinationController.service.js +2 -2
  53. package/esm5/api/creativeController.service.js +2 -2
  54. package/esm5/api/creativeSetsController.service.js +46 -2
  55. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  56. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  57. package/esm5/api/creativeTemplatesController.service.js +2 -2
  58. package/esm5/api/dashboardController.service.js +2 -2
  59. package/esm5/api/notificationsController.service.js +2 -2
  60. package/esm5/api/pixelController.service.js +2 -2
  61. package/esm5/api/reportingController.service.js +2 -2
  62. package/esm5/api/sliceXController.service.js +2 -2
  63. package/esm5/api/strategyController.service.js +2 -2
  64. package/esm5/api/uILoggerController.service.js +2 -2
  65. package/esm5/api/userPreferenceController.service.js +2 -2
  66. package/esm5/model/advertiserLayoutVariables.js +1 -1
  67. package/esm5/model/baseModelWithCreativeSetType.js +4 -2
  68. package/esm5/model/creativeDTO.js +1 -1
  69. package/esm5/model/creativeHtmlFileForSet.js +6 -12
  70. package/esm5/model/creativePerformanceData.js +1 -1
  71. package/esm5/model/creativeSetDashboardMetric.js +4 -2
  72. package/esm5/model/creativeSetDetails.js +4 -2
  73. package/esm5/model/creativeSetRequest.js +4 -2
  74. package/esm5/model/creativeSetResponse.js +4 -2
  75. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  76. package/esm5/model/hybridAdMapping.js +1 -0
  77. package/esm5/model/models.js +1 -2
  78. package/fesm2015/revxui-api-clients-ts.js +89 -158
  79. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  80. package/fesm5/revxui-api-clients-ts.js +91 -164
  81. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  82. package/model/advertiserLayoutVariables.d.ts +1 -0
  83. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  84. package/model/creativeDTO.d.ts +4 -0
  85. package/model/creativeHtmlFileForSet.d.ts +9 -0
  86. package/model/creativePerformanceData.d.ts +0 -16
  87. package/model/creativeSetDashboardMetric.d.ts +3 -1
  88. package/model/creativeSetDetails.d.ts +3 -1
  89. package/model/creativeSetRequest.d.ts +7 -1
  90. package/model/creativeSetResponse.d.ts +3 -1
  91. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  92. package/model/{dynamicVideoTemplate.d.ts → hybridAdMapping.d.ts} +5 -6
  93. package/model/models.d.ts +1 -7
  94. package/package.json +1 -1
  95. package/revxui-api-clients-ts.metadata.json +1 -1
  96. package/esm2015/model/advertiserDynamicVideoConfig.js +0 -1
  97. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  98. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  99. package/esm2015/model/dynamicVideoConfigDTO.js +0 -28
  100. package/esm2015/model/dynamicVideoDTO.js +0 -1
  101. package/esm2015/model/dynamicVideoTemplate.js +0 -1
  102. package/esm2015/model/nameAndTitleModel.js +0 -12
  103. package/esm5/model/advertiserDynamicVideoConfig.js +0 -1
  104. package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  105. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  106. package/esm5/model/dynamicVideoConfigDTO.js +0 -28
  107. package/esm5/model/dynamicVideoDTO.js +0 -1
  108. package/esm5/model/dynamicVideoTemplate.js +0 -1
  109. package/esm5/model/nameAndTitleModel.js +0 -12
  110. package/model/advertiserDynamicVideoConfig.d.ts +0 -18
  111. package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +0 -17
  112. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +0 -17
  113. package/model/dynamicVideoConfigDTO.d.ts +0 -32
  114. package/model/dynamicVideoDTO.d.ts +0 -16
  115. package/model/nameAndTitleModel.d.ts +0 -15
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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) {
@@ -821,65 +821,6 @@ var AppSettingsControllerService = /** @class */ (function () {
821
821
  reportProgress: reportProgress
822
822
  });
823
823
  };
824
- AppSettingsControllerService.prototype.fetchAllDynamicVideoTemplatesUsingGET = function (reqId, token, observe, reportProgress) {
825
- if (observe === void 0) { observe = 'body'; }
826
- if (reportProgress === void 0) { reportProgress = false; }
827
- var headers = this.defaultHeaders;
828
- if (reqId !== undefined && reqId !== null) {
829
- headers = headers.set('reqId', String(reqId));
830
- }
831
- if (token !== undefined && token !== null) {
832
- headers = headers.set('token', String(token));
833
- }
834
- // to determine the Accept header
835
- var httpHeaderAccepts = [
836
- 'application/json'
837
- ];
838
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
839
- if (httpHeaderAcceptSelected != undefined) {
840
- headers = headers.set('Accept', httpHeaderAcceptSelected);
841
- }
842
- // to determine the Content-Type header
843
- var consumes = [];
844
- return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/templates", {
845
- withCredentials: this.configuration.withCredentials,
846
- headers: headers,
847
- observe: observe,
848
- reportProgress: reportProgress
849
- });
850
- };
851
- AppSettingsControllerService.prototype.fetchDynamicVideoConfigUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
852
- if (observe === void 0) { observe = 'body'; }
853
- if (reportProgress === void 0) { reportProgress = false; }
854
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
855
- if (advertiserId !== undefined && advertiserId !== null) {
856
- queryParameters = queryParameters.set('advertiserId', advertiserId);
857
- }
858
- var headers = this.defaultHeaders;
859
- if (reqId !== undefined && reqId !== null) {
860
- headers = headers.set('reqId', String(reqId));
861
- }
862
- if (token !== undefined && token !== null) {
863
- headers = headers.set('token', String(token));
864
- }
865
- // to determine the Accept header
866
- var httpHeaderAccepts = [
867
- 'application/json'
868
- ];
869
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
870
- if (httpHeaderAcceptSelected != undefined) {
871
- headers = headers.set('Accept', httpHeaderAcceptSelected);
872
- }
873
- // to determine the Content-Type header
874
- var consumes = [];
875
- return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/config", {
876
- params: queryParameters,
877
- withCredentials: this.configuration.withCredentials,
878
- headers: headers,
879
- observe: observe,
880
- reportProgress: reportProgress
881
- });
882
- };
883
824
  AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
884
825
  if (observe === void 0) { observe = 'body'; }
885
826
  if (reportProgress === void 0) { reportProgress = false; }
@@ -953,42 +894,6 @@ var AppSettingsControllerService = /** @class */ (function () {
953
894
  reportProgress: reportProgress
954
895
  });
955
896
  };
956
- AppSettingsControllerService.prototype.upsertDynamicVideoUsingPOST = function (dynamicVideoDTO, reqId, token, observe, reportProgress) {
957
- if (observe === void 0) { observe = 'body'; }
958
- if (reportProgress === void 0) { reportProgress = false; }
959
- if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
960
- throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
961
- }
962
- var headers = this.defaultHeaders;
963
- if (reqId !== undefined && reqId !== null) {
964
- headers = headers.set('reqId', String(reqId));
965
- }
966
- if (token !== undefined && token !== null) {
967
- headers = headers.set('token', String(token));
968
- }
969
- // to determine the Accept header
970
- var httpHeaderAccepts = [
971
- 'application/json'
972
- ];
973
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
974
- if (httpHeaderAcceptSelected != undefined) {
975
- headers = headers.set('Accept', httpHeaderAcceptSelected);
976
- }
977
- // to determine the Content-Type header
978
- var consumes = [
979
- 'application/json'
980
- ];
981
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
982
- if (httpContentTypeSelected != undefined) {
983
- headers = headers.set('Content-Type', httpContentTypeSelected);
984
- }
985
- return this.httpClient.post(this.basePath + "/v2/api/appsettings/dynamicvideo/upsert", dynamicVideoDTO, {
986
- withCredentials: this.configuration.withCredentials,
987
- headers: headers,
988
- observe: observe,
989
- reportProgress: reportProgress
990
- });
991
- };
992
897
  AppSettingsControllerService.ctorParameters = function () { return [
993
898
  { type: HttpClient },
994
899
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
@@ -1015,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
1015
920
  var AudienceControllerService = /** @class */ (function () {
1016
921
  function AudienceControllerService(httpClient, basePath, configuration) {
1017
922
  this.httpClient = httpClient;
1018
- this.basePath = 'https://apiv2stage2.atomex.net';
923
+ this.basePath = 'https://apiv2stage1.atomex.net';
1019
924
  this.defaultHeaders = new HttpHeaders();
1020
925
  this.configuration = new Configuration();
1021
926
  if (basePath) {
@@ -1738,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
1738
1643
  var AuditControllerService = /** @class */ (function () {
1739
1644
  function AuditControllerService(httpClient, basePath, configuration) {
1740
1645
  this.httpClient = httpClient;
1741
- this.basePath = 'https://apiv2stage2.atomex.net';
1646
+ this.basePath = 'https://apiv2stage1.atomex.net';
1742
1647
  this.defaultHeaders = new HttpHeaders();
1743
1648
  this.configuration = new Configuration();
1744
1649
  if (basePath) {
@@ -1937,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
1937
1842
  var BulkStrategyControllerService = /** @class */ (function () {
1938
1843
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1939
1844
  this.httpClient = httpClient;
1940
- this.basePath = 'https://apiv2stage2.atomex.net';
1845
+ this.basePath = 'https://apiv2stage1.atomex.net';
1941
1846
  this.defaultHeaders = new HttpHeaders();
1942
1847
  this.configuration = new Configuration();
1943
1848
  if (basePath) {
@@ -2180,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2180
2085
  var CSSThemeController_Service = /** @class */ (function () {
2181
2086
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2182
2087
  this.httpClient = httpClient;
2183
- this.basePath = 'https://apiv2stage2.atomex.net';
2088
+ this.basePath = 'https://apiv2stage1.atomex.net';
2184
2089
  this.defaultHeaders = new HttpHeaders();
2185
2090
  this.configuration = new Configuration();
2186
2091
  if (basePath) {
@@ -2301,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2301
2206
  var CampaignControllerService = /** @class */ (function () {
2302
2207
  function CampaignControllerService(httpClient, basePath, configuration) {
2303
2208
  this.httpClient = httpClient;
2304
- this.basePath = 'https://apiv2stage2.atomex.net';
2209
+ this.basePath = 'https://apiv2stage1.atomex.net';
2305
2210
  this.defaultHeaders = new HttpHeaders();
2306
2211
  this.configuration = new Configuration();
2307
2212
  if (basePath) {
@@ -2623,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
2623
2528
  var CatalogControllerService = /** @class */ (function () {
2624
2529
  function CatalogControllerService(httpClient, basePath, configuration) {
2625
2530
  this.httpClient = httpClient;
2626
- this.basePath = 'https://apiv2stage2.atomex.net';
2531
+ this.basePath = 'https://apiv2stage1.atomex.net';
2627
2532
  this.defaultHeaders = new HttpHeaders();
2628
2533
  this.configuration = new Configuration();
2629
2534
  if (basePath) {
@@ -2846,7 +2751,7 @@ var CatalogControllerService = /** @class */ (function () {
2846
2751
  var ClickDestinationControllerService = /** @class */ (function () {
2847
2752
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2848
2753
  this.httpClient = httpClient;
2849
- this.basePath = 'https://apiv2stage2.atomex.net';
2754
+ this.basePath = 'https://apiv2stage1.atomex.net';
2850
2755
  this.defaultHeaders = new HttpHeaders();
2851
2756
  this.configuration = new Configuration();
2852
2757
  if (basePath) {
@@ -3096,7 +3001,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3096
3001
  var CreativeControllerService = /** @class */ (function () {
3097
3002
  function CreativeControllerService(httpClient, basePath, configuration) {
3098
3003
  this.httpClient = httpClient;
3099
- this.basePath = 'https://apiv2stage2.atomex.net';
3004
+ this.basePath = 'https://apiv2stage1.atomex.net';
3100
3005
  this.defaultHeaders = new HttpHeaders();
3101
3006
  this.configuration = new Configuration();
3102
3007
  if (basePath) {
@@ -3573,7 +3478,7 @@ var CreativeControllerService = /** @class */ (function () {
3573
3478
  var CreativeSetsControllerService = /** @class */ (function () {
3574
3479
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3575
3480
  this.httpClient = httpClient;
3576
- this.basePath = 'https://apiv2stage2.atomex.net';
3481
+ this.basePath = 'https://apiv2stage1.atomex.net';
3577
3482
  this.defaultHeaders = new HttpHeaders();
3578
3483
  this.configuration = new Configuration();
3579
3484
  if (basePath) {
@@ -3953,6 +3858,50 @@ var CreativeSetsControllerService = /** @class */ (function () {
3953
3858
  reportProgress: reportProgress
3954
3859
  });
3955
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
+ };
3956
3905
  CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
3957
3906
  if (observe === void 0) { observe = 'body'; }
3958
3907
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4018,7 +3967,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
4018
3967
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4019
3968
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4020
3969
  this.httpClient = httpClient;
4021
- this.basePath = 'https://apiv2stage2.atomex.net';
3970
+ this.basePath = 'https://apiv2stage1.atomex.net';
4022
3971
  this.defaultHeaders = new HttpHeaders();
4023
3972
  this.configuration = new Configuration();
4024
3973
  if (basePath) {
@@ -4219,7 +4168,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4219
4168
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4220
4169
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4221
4170
  this.httpClient = httpClient;
4222
- this.basePath = 'https://apiv2stage2.atomex.net';
4171
+ this.basePath = 'https://apiv2stage1.atomex.net';
4223
4172
  this.defaultHeaders = new HttpHeaders();
4224
4173
  this.configuration = new Configuration();
4225
4174
  if (basePath) {
@@ -4307,7 +4256,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4307
4256
  var CreativeTemplatesControllerService = /** @class */ (function () {
4308
4257
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4309
4258
  this.httpClient = httpClient;
4310
- this.basePath = 'https://apiv2stage2.atomex.net';
4259
+ this.basePath = 'https://apiv2stage1.atomex.net';
4311
4260
  this.defaultHeaders = new HttpHeaders();
4312
4261
  this.configuration = new Configuration();
4313
4262
  if (basePath) {
@@ -4486,7 +4435,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4486
4435
  var DashboardControllerService = /** @class */ (function () {
4487
4436
  function DashboardControllerService(httpClient, basePath, configuration) {
4488
4437
  this.httpClient = httpClient;
4489
- this.basePath = 'https://apiv2stage2.atomex.net';
4438
+ this.basePath = 'https://apiv2stage1.atomex.net';
4490
4439
  this.defaultHeaders = new HttpHeaders();
4491
4440
  this.configuration = new Configuration();
4492
4441
  if (basePath) {
@@ -5143,7 +5092,7 @@ var DashboardControllerService = /** @class */ (function () {
5143
5092
  var NotificationsControllerService = /** @class */ (function () {
5144
5093
  function NotificationsControllerService(httpClient, basePath, configuration) {
5145
5094
  this.httpClient = httpClient;
5146
- this.basePath = 'https://apiv2stage2.atomex.net';
5095
+ this.basePath = 'https://apiv2stage1.atomex.net';
5147
5096
  this.defaultHeaders = new HttpHeaders();
5148
5097
  this.configuration = new Configuration();
5149
5098
  if (basePath) {
@@ -5342,7 +5291,7 @@ var NotificationsControllerService = /** @class */ (function () {
5342
5291
  var PixelControllerService = /** @class */ (function () {
5343
5292
  function PixelControllerService(httpClient, basePath, configuration) {
5344
5293
  this.httpClient = httpClient;
5345
- this.basePath = 'https://apiv2stage2.atomex.net';
5294
+ this.basePath = 'https://apiv2stage1.atomex.net';
5346
5295
  this.defaultHeaders = new HttpHeaders();
5347
5296
  this.configuration = new Configuration();
5348
5297
  if (basePath) {
@@ -5671,7 +5620,7 @@ var PixelControllerService = /** @class */ (function () {
5671
5620
  var ReportingControllerService = /** @class */ (function () {
5672
5621
  function ReportingControllerService(httpClient, basePath, configuration) {
5673
5622
  this.httpClient = httpClient;
5674
- this.basePath = 'https://apiv2stage2.atomex.net';
5623
+ this.basePath = 'https://apiv2stage1.atomex.net';
5675
5624
  this.defaultHeaders = new HttpHeaders();
5676
5625
  this.configuration = new Configuration();
5677
5626
  if (basePath) {
@@ -5855,7 +5804,7 @@ var ReportingControllerService = /** @class */ (function () {
5855
5804
  var SliceXControllerService = /** @class */ (function () {
5856
5805
  function SliceXControllerService(httpClient, basePath, configuration) {
5857
5806
  this.httpClient = httpClient;
5858
- this.basePath = 'https://apiv2stage2.atomex.net';
5807
+ this.basePath = 'https://apiv2stage1.atomex.net';
5859
5808
  this.defaultHeaders = new HttpHeaders();
5860
5809
  this.configuration = new Configuration();
5861
5810
  if (basePath) {
@@ -6123,7 +6072,7 @@ var SliceXControllerService = /** @class */ (function () {
6123
6072
  var StrategyControllerService = /** @class */ (function () {
6124
6073
  function StrategyControllerService(httpClient, basePath, configuration) {
6125
6074
  this.httpClient = httpClient;
6126
- this.basePath = 'https://apiv2stage2.atomex.net';
6075
+ this.basePath = 'https://apiv2stage1.atomex.net';
6127
6076
  this.defaultHeaders = new HttpHeaders();
6128
6077
  this.configuration = new Configuration();
6129
6078
  if (basePath) {
@@ -6784,7 +6733,7 @@ var StrategyControllerService = /** @class */ (function () {
6784
6733
  var UILoggerControllerService = /** @class */ (function () {
6785
6734
  function UILoggerControllerService(httpClient, basePath, configuration) {
6786
6735
  this.httpClient = httpClient;
6787
- this.basePath = 'https://apiv2stage2.atomex.net';
6736
+ this.basePath = 'https://apiv2stage1.atomex.net';
6788
6737
  this.defaultHeaders = new HttpHeaders();
6789
6738
  this.configuration = new Configuration();
6790
6739
  if (basePath) {
@@ -6886,7 +6835,7 @@ var UILoggerControllerService = /** @class */ (function () {
6886
6835
  var UserPreferenceControllerService = /** @class */ (function () {
6887
6836
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6888
6837
  this.httpClient = httpClient;
6889
- this.basePath = 'https://apiv2stage2.atomex.net';
6838
+ this.basePath = 'https://apiv2stage1.atomex.net';
6890
6839
  this.defaultHeaders = new HttpHeaders();
6891
6840
  this.configuration = new Configuration();
6892
6841
  if (basePath) {
@@ -7223,7 +7172,9 @@ var BaseModelWithCreativeSetType;
7223
7172
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7224
7173
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7225
7174
  DYNAMICHTML: 'DYNAMIC_HTML',
7226
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7175
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7176
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7177
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7227
7178
  };
7228
7179
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
7229
7180
 
@@ -7342,19 +7293,13 @@ var CreativeFiles;
7342
7293
  };
7343
7294
  })(CreativeFiles || (CreativeFiles = {}));
7344
7295
 
7345
- /**
7346
- * Api Documentation
7347
- * Api Documentation
7348
- *
7349
- * OpenAPI spec version: 1.0
7350
- *
7351
- *
7352
- * NOTE: This class is auto generated by the swagger code generator program.
7353
- * https://github.com/swagger-api/swagger-codegen.git
7354
- * Do not edit the class manually.
7355
- */
7356
7296
  var CreativeHtmlFileForSet;
7357
7297
  (function (CreativeHtmlFileForSet) {
7298
+ CreativeHtmlFileForSet.TemplateTypeEnum = {
7299
+ DCO: 'DCO',
7300
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7301
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7302
+ };
7358
7303
  CreativeHtmlFileForSet.TypeEnum = {
7359
7304
  Image: 'image',
7360
7305
  Html: 'html',
@@ -7385,7 +7330,9 @@ var CreativeSetDashboardMetric;
7385
7330
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7386
7331
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7387
7332
  DYNAMICHTML: 'DYNAMIC_HTML',
7388
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7333
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7334
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7335
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7389
7336
  };
7390
7337
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
7391
7338
 
@@ -7401,7 +7348,9 @@ var CreativeSetDetails;
7401
7348
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7402
7349
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7403
7350
  DYNAMICHTML: 'DYNAMIC_HTML',
7404
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7351
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7352
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7353
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7405
7354
  };
7406
7355
  })(CreativeSetDetails || (CreativeSetDetails = {}));
7407
7356
 
@@ -7417,7 +7366,9 @@ var CreativeSetRequest;
7417
7366
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7418
7367
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7419
7368
  DYNAMICHTML: 'DYNAMIC_HTML',
7420
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7369
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7370
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7371
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7421
7372
  };
7422
7373
  })(CreativeSetRequest || (CreativeSetRequest = {}));
7423
7374
 
@@ -7444,7 +7395,9 @@ var CreativeSetResponse;
7444
7395
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7445
7396
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7446
7397
  DYNAMICHTML: 'DYNAMIC_HTML',
7447
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7398
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7399
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7400
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7448
7401
  };
7449
7402
  })(CreativeSetResponse || (CreativeSetResponse = {}));
7450
7403
 
@@ -7491,38 +7444,12 @@ var DuplicateCreativeSetResponse;
7491
7444
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7492
7445
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7493
7446
  DYNAMICHTML: 'DYNAMIC_HTML',
7494
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7447
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7448
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7449
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7495
7450
  };
7496
7451
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
7497
7452
 
7498
- /**
7499
- * Api Documentation
7500
- * Api Documentation
7501
- *
7502
- * OpenAPI spec version: 1.0
7503
- *
7504
- *
7505
- * NOTE: This class is auto generated by the swagger code generator program.
7506
- * https://github.com/swagger-api/swagger-codegen.git
7507
- * Do not edit the class manually.
7508
- */
7509
- var DynamicVideoConfigDTO;
7510
- (function (DynamicVideoConfigDTO) {
7511
- DynamicVideoConfigDTO.ConfigKeyEnum = {
7512
- TEMPLATEID: 'TEMPLATE_ID',
7513
- LOGO: 'LOGO',
7514
- SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
7515
- ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
7516
- CTA: 'CTA',
7517
- TITLELENGTH: 'TITLE_LENGTH',
7518
- DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
7519
- FONT: 'FONT',
7520
- ROUNDPRICE: 'ROUND_PRICE',
7521
- MUSICFILE: 'MUSIC_FILE',
7522
- VIDEOFILE: 'VIDEO_FILE'
7523
- };
7524
- })(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
7525
-
7526
7453
  /**
7527
7454
  * Api Documentation
7528
7455
  * Api Documentation
@@ -8015,5 +7942,5 @@ var ApiModule = /** @class */ (function () {
8015
7942
  * Generated bundle index. Do not edit.
8016
7943
  */
8017
7944
 
8018
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7945
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
8019
7946
  //# sourceMappingURL=revxui-api-clients-ts.js.map