@revxui/api-clients-ts 0.10.329 → 0.10.331

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 (113) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +0 -39
  3. package/api/catalogController.service.d.ts +13 -0
  4. package/api/creativeSetsController.service.d.ts +16 -0
  5. package/bundles/revxui-api-clients-ts.umd.js +128 -163
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  9. package/esm2015/api/adminController.service.js +2 -2
  10. package/esm2015/api/advertiserController.service.js +2 -2
  11. package/esm2015/api/appSettingsController.service.js +2 -91
  12. package/esm2015/api/audienceController.service.js +2 -2
  13. package/esm2015/api/auditController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -2
  17. package/esm2015/api/catalogController.service.js +35 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +47 -2
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +2 -2
  25. package/esm2015/api/notificationsController.service.js +2 -2
  26. package/esm2015/api/pixelController.service.js +2 -2
  27. package/esm2015/api/reportingController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +2 -2
  29. package/esm2015/api/strategyController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/advertiserLayoutVariables.js +1 -1
  33. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  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 +37 -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 +49 -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/creativeSetDashboardMetric.js +4 -2
  71. package/esm5/model/creativeSetDetails.js +4 -2
  72. package/esm5/model/creativeSetRequest.js +4 -2
  73. package/esm5/model/creativeSetResponse.js +4 -2
  74. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  75. package/esm5/model/hybridAdMapping.js +1 -0
  76. package/esm5/model/models.js +1 -2
  77. package/fesm2015/revxui-api-clients-ts.js +125 -158
  78. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  79. package/fesm5/revxui-api-clients-ts.js +129 -164
  80. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  81. package/model/advertiserLayoutVariables.d.ts +1 -0
  82. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  83. package/model/creativeDTO.d.ts +4 -0
  84. package/model/creativeHtmlFileForSet.d.ts +9 -0
  85. package/model/creativeSetDashboardMetric.d.ts +3 -1
  86. package/model/creativeSetDetails.d.ts +3 -1
  87. package/model/creativeSetRequest.d.ts +7 -1
  88. package/model/creativeSetResponse.d.ts +3 -1
  89. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  90. package/model/{dynamicVideoTemplate.d.ts → hybridAdMapping.d.ts} +5 -6
  91. package/model/models.d.ts +1 -7
  92. package/package.json +1 -1
  93. package/revxui-api-clients-ts.metadata.json +1 -1
  94. package/esm2015/model/advertiserDynamicVideoConfig.js +0 -1
  95. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  96. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  97. package/esm2015/model/dynamicVideoConfigDTO.js +0 -28
  98. package/esm2015/model/dynamicVideoDTO.js +0 -1
  99. package/esm2015/model/dynamicVideoTemplate.js +0 -1
  100. package/esm2015/model/nameAndTitleModel.js +0 -12
  101. package/esm5/model/advertiserDynamicVideoConfig.js +0 -1
  102. package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  103. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  104. package/esm5/model/dynamicVideoConfigDTO.js +0 -28
  105. package/esm5/model/dynamicVideoDTO.js +0 -1
  106. package/esm5/model/dynamicVideoTemplate.js +0 -1
  107. package/esm5/model/nameAndTitleModel.js +0 -12
  108. package/model/advertiserDynamicVideoConfig.d.ts +0 -19
  109. package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +0 -17
  110. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +0 -17
  111. package/model/dynamicVideoConfigDTO.d.ts +0 -32
  112. package/model/dynamicVideoDTO.d.ts +0 -16
  113. 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://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) {
@@ -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://apiv2stage3.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) {
@@ -1813,7 +1718,7 @@ var AudienceControllerService = /** @class */ (function () {
1813
1718
  var AuditControllerService = /** @class */ (function () {
1814
1719
  function AuditControllerService(httpClient, basePath, configuration) {
1815
1720
  this.httpClient = httpClient;
1816
- this.basePath = 'https://apiv2stage3.atomex.net';
1721
+ this.basePath = 'https://apiv2stage1.atomex.net';
1817
1722
  this.defaultHeaders = new HttpHeaders();
1818
1723
  this.configuration = new Configuration();
1819
1724
  if (basePath) {
@@ -2012,7 +1917,7 @@ var AuditControllerService = /** @class */ (function () {
2012
1917
  var BulkStrategyControllerService = /** @class */ (function () {
2013
1918
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2014
1919
  this.httpClient = httpClient;
2015
- this.basePath = 'https://apiv2stage3.atomex.net';
1920
+ this.basePath = 'https://apiv2stage1.atomex.net';
2016
1921
  this.defaultHeaders = new HttpHeaders();
2017
1922
  this.configuration = new Configuration();
2018
1923
  if (basePath) {
@@ -2255,7 +2160,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2255
2160
  var CSSThemeController_Service = /** @class */ (function () {
2256
2161
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2257
2162
  this.httpClient = httpClient;
2258
- this.basePath = 'https://apiv2stage3.atomex.net';
2163
+ this.basePath = 'https://apiv2stage1.atomex.net';
2259
2164
  this.defaultHeaders = new HttpHeaders();
2260
2165
  this.configuration = new Configuration();
2261
2166
  if (basePath) {
@@ -2376,7 +2281,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2376
2281
  var CampaignControllerService = /** @class */ (function () {
2377
2282
  function CampaignControllerService(httpClient, basePath, configuration) {
2378
2283
  this.httpClient = httpClient;
2379
- this.basePath = 'https://apiv2stage3.atomex.net';
2284
+ this.basePath = 'https://apiv2stage1.atomex.net';
2380
2285
  this.defaultHeaders = new HttpHeaders();
2381
2286
  this.configuration = new Configuration();
2382
2287
  if (basePath) {
@@ -2698,7 +2603,7 @@ var CampaignControllerService = /** @class */ (function () {
2698
2603
  var CatalogControllerService = /** @class */ (function () {
2699
2604
  function CatalogControllerService(httpClient, basePath, configuration) {
2700
2605
  this.httpClient = httpClient;
2701
- this.basePath = 'https://apiv2stage3.atomex.net';
2606
+ this.basePath = 'https://apiv2stage1.atomex.net';
2702
2607
  this.defaultHeaders = new HttpHeaders();
2703
2608
  this.configuration = new Configuration();
2704
2609
  if (basePath) {
@@ -2807,6 +2712,41 @@ var CatalogControllerService = /** @class */ (function () {
2807
2712
  reportProgress: reportProgress
2808
2713
  });
2809
2714
  };
2715
+ CatalogControllerService.prototype.getFeedsByAdvertiserIdUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
2716
+ if (observe === void 0) { observe = 'body'; }
2717
+ if (reportProgress === void 0) { reportProgress = false; }
2718
+ if (advertiserId === null || advertiserId === undefined) {
2719
+ throw new Error('Required parameter advertiserId was null or undefined when calling getFeedsByAdvertiserIdUsingGET.');
2720
+ }
2721
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2722
+ if (advertiserId !== undefined && advertiserId !== null) {
2723
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
2724
+ }
2725
+ var headers = this.defaultHeaders;
2726
+ if (reqId !== undefined && reqId !== null) {
2727
+ headers = headers.set('reqId', String(reqId));
2728
+ }
2729
+ if (token !== undefined && token !== null) {
2730
+ headers = headers.set('token', String(token));
2731
+ }
2732
+ // to determine the Accept header
2733
+ var httpHeaderAccepts = [
2734
+ 'application/json'
2735
+ ];
2736
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2737
+ if (httpHeaderAcceptSelected != undefined) {
2738
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2739
+ }
2740
+ // to determine the Content-Type header
2741
+ var consumes = [];
2742
+ return this.httpClient.get(this.basePath + "/v2/api/catalog/feeds", {
2743
+ params: queryParameters,
2744
+ withCredentials: this.configuration.withCredentials,
2745
+ headers: headers,
2746
+ observe: observe,
2747
+ reportProgress: reportProgress
2748
+ });
2749
+ };
2810
2750
  CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2811
2751
  if (observe === void 0) { observe = 'body'; }
2812
2752
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2921,7 +2861,7 @@ var CatalogControllerService = /** @class */ (function () {
2921
2861
  var ClickDestinationControllerService = /** @class */ (function () {
2922
2862
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2923
2863
  this.httpClient = httpClient;
2924
- this.basePath = 'https://apiv2stage3.atomex.net';
2864
+ this.basePath = 'https://apiv2stage1.atomex.net';
2925
2865
  this.defaultHeaders = new HttpHeaders();
2926
2866
  this.configuration = new Configuration();
2927
2867
  if (basePath) {
@@ -3171,7 +3111,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3171
3111
  var CreativeControllerService = /** @class */ (function () {
3172
3112
  function CreativeControllerService(httpClient, basePath, configuration) {
3173
3113
  this.httpClient = httpClient;
3174
- this.basePath = 'https://apiv2stage3.atomex.net';
3114
+ this.basePath = 'https://apiv2stage1.atomex.net';
3175
3115
  this.defaultHeaders = new HttpHeaders();
3176
3116
  this.configuration = new Configuration();
3177
3117
  if (basePath) {
@@ -3648,7 +3588,7 @@ var CreativeControllerService = /** @class */ (function () {
3648
3588
  var CreativeSetsControllerService = /** @class */ (function () {
3649
3589
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3650
3590
  this.httpClient = httpClient;
3651
- this.basePath = 'https://apiv2stage3.atomex.net';
3591
+ this.basePath = 'https://apiv2stage1.atomex.net';
3652
3592
  this.defaultHeaders = new HttpHeaders();
3653
3593
  this.configuration = new Configuration();
3654
3594
  if (basePath) {
@@ -4028,6 +3968,53 @@ var CreativeSetsControllerService = /** @class */ (function () {
4028
3968
  reportProgress: reportProgress
4029
3969
  });
4030
3970
  };
3971
+ CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, isPlacebo, reqId, token, observe, reportProgress) {
3972
+ if (observe === void 0) { observe = 'body'; }
3973
+ if (reportProgress === void 0) { reportProgress = false; }
3974
+ if (advertiserId === null || advertiserId === undefined) {
3975
+ throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
3976
+ }
3977
+ if (type === null || type === undefined) {
3978
+ throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
3979
+ }
3980
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3981
+ if (advertiserId !== undefined && advertiserId !== null) {
3982
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
3983
+ }
3984
+ if (filters !== undefined && filters !== null) {
3985
+ queryParameters = queryParameters.set('filters', filters);
3986
+ }
3987
+ if (isPlacebo !== undefined && isPlacebo !== null) {
3988
+ queryParameters = queryParameters.set('isPlacebo', isPlacebo);
3989
+ }
3990
+ if (type !== undefined && type !== null) {
3991
+ queryParameters = queryParameters.set('type', type);
3992
+ }
3993
+ var headers = this.defaultHeaders;
3994
+ if (reqId !== undefined && reqId !== null) {
3995
+ headers = headers.set('reqId', String(reqId));
3996
+ }
3997
+ if (token !== undefined && token !== null) {
3998
+ headers = headers.set('token', String(token));
3999
+ }
4000
+ // to determine the Accept header
4001
+ var httpHeaderAccepts = [
4002
+ 'application/json'
4003
+ ];
4004
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4005
+ if (httpHeaderAcceptSelected != undefined) {
4006
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4007
+ }
4008
+ // to determine the Content-Type header
4009
+ var consumes = [];
4010
+ return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
4011
+ params: queryParameters,
4012
+ withCredentials: this.configuration.withCredentials,
4013
+ headers: headers,
4014
+ observe: observe,
4015
+ reportProgress: reportProgress
4016
+ });
4017
+ };
4031
4018
  CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
4032
4019
  if (observe === void 0) { observe = 'body'; }
4033
4020
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4093,7 +4080,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
4093
4080
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4094
4081
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4095
4082
  this.httpClient = httpClient;
4096
- this.basePath = 'https://apiv2stage3.atomex.net';
4083
+ this.basePath = 'https://apiv2stage1.atomex.net';
4097
4084
  this.defaultHeaders = new HttpHeaders();
4098
4085
  this.configuration = new Configuration();
4099
4086
  if (basePath) {
@@ -4294,7 +4281,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4294
4281
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4295
4282
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4296
4283
  this.httpClient = httpClient;
4297
- this.basePath = 'https://apiv2stage3.atomex.net';
4284
+ this.basePath = 'https://apiv2stage1.atomex.net';
4298
4285
  this.defaultHeaders = new HttpHeaders();
4299
4286
  this.configuration = new Configuration();
4300
4287
  if (basePath) {
@@ -4382,7 +4369,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4382
4369
  var CreativeTemplatesControllerService = /** @class */ (function () {
4383
4370
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4384
4371
  this.httpClient = httpClient;
4385
- this.basePath = 'https://apiv2stage3.atomex.net';
4372
+ this.basePath = 'https://apiv2stage1.atomex.net';
4386
4373
  this.defaultHeaders = new HttpHeaders();
4387
4374
  this.configuration = new Configuration();
4388
4375
  if (basePath) {
@@ -4561,7 +4548,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4561
4548
  var DashboardControllerService = /** @class */ (function () {
4562
4549
  function DashboardControllerService(httpClient, basePath, configuration) {
4563
4550
  this.httpClient = httpClient;
4564
- this.basePath = 'https://apiv2stage3.atomex.net';
4551
+ this.basePath = 'https://apiv2stage1.atomex.net';
4565
4552
  this.defaultHeaders = new HttpHeaders();
4566
4553
  this.configuration = new Configuration();
4567
4554
  if (basePath) {
@@ -5218,7 +5205,7 @@ var DashboardControllerService = /** @class */ (function () {
5218
5205
  var NotificationsControllerService = /** @class */ (function () {
5219
5206
  function NotificationsControllerService(httpClient, basePath, configuration) {
5220
5207
  this.httpClient = httpClient;
5221
- this.basePath = 'https://apiv2stage3.atomex.net';
5208
+ this.basePath = 'https://apiv2stage1.atomex.net';
5222
5209
  this.defaultHeaders = new HttpHeaders();
5223
5210
  this.configuration = new Configuration();
5224
5211
  if (basePath) {
@@ -5417,7 +5404,7 @@ var NotificationsControllerService = /** @class */ (function () {
5417
5404
  var PixelControllerService = /** @class */ (function () {
5418
5405
  function PixelControllerService(httpClient, basePath, configuration) {
5419
5406
  this.httpClient = httpClient;
5420
- this.basePath = 'https://apiv2stage3.atomex.net';
5407
+ this.basePath = 'https://apiv2stage1.atomex.net';
5421
5408
  this.defaultHeaders = new HttpHeaders();
5422
5409
  this.configuration = new Configuration();
5423
5410
  if (basePath) {
@@ -5746,7 +5733,7 @@ var PixelControllerService = /** @class */ (function () {
5746
5733
  var ReportingControllerService = /** @class */ (function () {
5747
5734
  function ReportingControllerService(httpClient, basePath, configuration) {
5748
5735
  this.httpClient = httpClient;
5749
- this.basePath = 'https://apiv2stage3.atomex.net';
5736
+ this.basePath = 'https://apiv2stage1.atomex.net';
5750
5737
  this.defaultHeaders = new HttpHeaders();
5751
5738
  this.configuration = new Configuration();
5752
5739
  if (basePath) {
@@ -5930,7 +5917,7 @@ var ReportingControllerService = /** @class */ (function () {
5930
5917
  var SliceXControllerService = /** @class */ (function () {
5931
5918
  function SliceXControllerService(httpClient, basePath, configuration) {
5932
5919
  this.httpClient = httpClient;
5933
- this.basePath = 'https://apiv2stage3.atomex.net';
5920
+ this.basePath = 'https://apiv2stage1.atomex.net';
5934
5921
  this.defaultHeaders = new HttpHeaders();
5935
5922
  this.configuration = new Configuration();
5936
5923
  if (basePath) {
@@ -6198,7 +6185,7 @@ var SliceXControllerService = /** @class */ (function () {
6198
6185
  var StrategyControllerService = /** @class */ (function () {
6199
6186
  function StrategyControllerService(httpClient, basePath, configuration) {
6200
6187
  this.httpClient = httpClient;
6201
- this.basePath = 'https://apiv2stage3.atomex.net';
6188
+ this.basePath = 'https://apiv2stage1.atomex.net';
6202
6189
  this.defaultHeaders = new HttpHeaders();
6203
6190
  this.configuration = new Configuration();
6204
6191
  if (basePath) {
@@ -6859,7 +6846,7 @@ var StrategyControllerService = /** @class */ (function () {
6859
6846
  var UILoggerControllerService = /** @class */ (function () {
6860
6847
  function UILoggerControllerService(httpClient, basePath, configuration) {
6861
6848
  this.httpClient = httpClient;
6862
- this.basePath = 'https://apiv2stage3.atomex.net';
6849
+ this.basePath = 'https://apiv2stage1.atomex.net';
6863
6850
  this.defaultHeaders = new HttpHeaders();
6864
6851
  this.configuration = new Configuration();
6865
6852
  if (basePath) {
@@ -6961,7 +6948,7 @@ var UILoggerControllerService = /** @class */ (function () {
6961
6948
  var UserPreferenceControllerService = /** @class */ (function () {
6962
6949
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6963
6950
  this.httpClient = httpClient;
6964
- this.basePath = 'https://apiv2stage3.atomex.net';
6951
+ this.basePath = 'https://apiv2stage1.atomex.net';
6965
6952
  this.defaultHeaders = new HttpHeaders();
6966
6953
  this.configuration = new Configuration();
6967
6954
  if (basePath) {
@@ -7329,7 +7316,9 @@ var BaseModelWithCreativeSetType;
7329
7316
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7330
7317
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7331
7318
  DYNAMICHTML: 'DYNAMIC_HTML',
7332
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7319
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7320
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7321
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7333
7322
  };
7334
7323
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
7335
7324
 
@@ -7448,19 +7437,13 @@ var CreativeFiles;
7448
7437
  };
7449
7438
  })(CreativeFiles || (CreativeFiles = {}));
7450
7439
 
7451
- /**
7452
- * Api Documentation
7453
- * Api Documentation
7454
- *
7455
- * OpenAPI spec version: 1.0
7456
- *
7457
- *
7458
- * NOTE: This class is auto generated by the swagger code generator program.
7459
- * https://github.com/swagger-api/swagger-codegen.git
7460
- * Do not edit the class manually.
7461
- */
7462
7440
  var CreativeHtmlFileForSet;
7463
7441
  (function (CreativeHtmlFileForSet) {
7442
+ CreativeHtmlFileForSet.TemplateTypeEnum = {
7443
+ DCO: 'DCO',
7444
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7445
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7446
+ };
7464
7447
  CreativeHtmlFileForSet.TypeEnum = {
7465
7448
  Image: 'image',
7466
7449
  Html: 'html',
@@ -7491,7 +7474,9 @@ var CreativeSetDashboardMetric;
7491
7474
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7492
7475
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7493
7476
  DYNAMICHTML: 'DYNAMIC_HTML',
7494
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7477
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7478
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7479
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7495
7480
  };
7496
7481
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
7497
7482
 
@@ -7507,7 +7492,9 @@ var CreativeSetDetails;
7507
7492
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7508
7493
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7509
7494
  DYNAMICHTML: 'DYNAMIC_HTML',
7510
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7495
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7496
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7497
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7511
7498
  };
7512
7499
  })(CreativeSetDetails || (CreativeSetDetails = {}));
7513
7500
 
@@ -7523,7 +7510,9 @@ var CreativeSetRequest;
7523
7510
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7524
7511
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7525
7512
  DYNAMICHTML: 'DYNAMIC_HTML',
7526
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7513
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7514
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7515
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7527
7516
  };
7528
7517
  })(CreativeSetRequest || (CreativeSetRequest = {}));
7529
7518
 
@@ -7550,7 +7539,9 @@ var CreativeSetResponse;
7550
7539
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7551
7540
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7552
7541
  DYNAMICHTML: 'DYNAMIC_HTML',
7553
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7542
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7543
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7544
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7554
7545
  };
7555
7546
  })(CreativeSetResponse || (CreativeSetResponse = {}));
7556
7547
 
@@ -7597,38 +7588,12 @@ var DuplicateCreativeSetResponse;
7597
7588
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7598
7589
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7599
7590
  DYNAMICHTML: 'DYNAMIC_HTML',
7600
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7591
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7592
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7593
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7601
7594
  };
7602
7595
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
7603
7596
 
7604
- /**
7605
- * Api Documentation
7606
- * Api Documentation
7607
- *
7608
- * OpenAPI spec version: 1.0
7609
- *
7610
- *
7611
- * NOTE: This class is auto generated by the swagger code generator program.
7612
- * https://github.com/swagger-api/swagger-codegen.git
7613
- * Do not edit the class manually.
7614
- */
7615
- var DynamicVideoConfigDTO;
7616
- (function (DynamicVideoConfigDTO) {
7617
- DynamicVideoConfigDTO.ConfigKeyEnum = {
7618
- TEMPLATEID: 'TEMPLATE_ID',
7619
- LOGO: 'LOGO',
7620
- SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
7621
- ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
7622
- CTA: 'CTA',
7623
- TITLELENGTH: 'TITLE_LENGTH',
7624
- DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
7625
- FONT: 'FONT',
7626
- ROUNDPRICE: 'ROUND_PRICE',
7627
- MUSICFILE: 'MUSIC_FILE',
7628
- VIDEOFILE: 'VIDEO_FILE'
7629
- };
7630
- })(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
7631
-
7632
7597
  /**
7633
7598
  * Api Documentation
7634
7599
  * Api Documentation
@@ -8126,5 +8091,5 @@ var ApiModule = /** @class */ (function () {
8126
8091
  * Generated bundle index. Do not edit.
8127
8092
  */
8128
8093
 
8129
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, 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 };
8094
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, 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 };
8130
8095
  //# sourceMappingURL=revxui-api-clients-ts.js.map