@revxui/api-clients-ts 0.10.312 → 0.10.313

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 (110) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +4 -33
  3. package/api/catalogController.service.d.ts +13 -0
  4. package/api/creativeSetsController.service.d.ts +15 -0
  5. package/bundles/revxui-api-clients-ts.umd.js +129 -141
  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 -2
  12. package/esm2015/api/audienceController.service.js +6 -77
  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 +44 -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/audienceDTO.js +1 -1
  34. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  35. package/esm2015/model/creativeDTO.js +1 -1
  36. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  37. package/esm2015/model/creativePerformanceData.js +1 -1
  38. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  39. package/esm2015/model/creativeSetDetails.js +4 -2
  40. package/esm2015/model/creativeSetRequest.js +4 -2
  41. package/esm2015/model/creativeSetResponse.js +4 -2
  42. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  43. package/esm2015/model/hybridAdMapping.js +1 -0
  44. package/esm2015/model/models.js +1 -2
  45. package/esm5/api/adminController.service.js +2 -2
  46. package/esm5/api/advertiserController.service.js +2 -2
  47. package/esm5/api/appSettingsController.service.js +2 -2
  48. package/esm5/api/audienceController.service.js +6 -81
  49. package/esm5/api/auditController.service.js +2 -2
  50. package/esm5/api/bulkStrategyController.service.js +2 -2
  51. package/esm5/api/cSSThemeController_.service.js +2 -2
  52. package/esm5/api/campaignController.service.js +2 -2
  53. package/esm5/api/catalogController.service.js +37 -2
  54. package/esm5/api/clickDestinationController.service.js +2 -2
  55. package/esm5/api/creativeController.service.js +2 -2
  56. package/esm5/api/creativeSetsController.service.js +46 -2
  57. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  58. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  59. package/esm5/api/creativeTemplatesController.service.js +2 -2
  60. package/esm5/api/dashboardController.service.js +2 -2
  61. package/esm5/api/notificationsController.service.js +2 -2
  62. package/esm5/api/pixelController.service.js +2 -2
  63. package/esm5/api/reportingController.service.js +2 -2
  64. package/esm5/api/sliceXController.service.js +2 -2
  65. package/esm5/api/strategyController.service.js +2 -2
  66. package/esm5/api/uILoggerController.service.js +2 -2
  67. package/esm5/api/userPreferenceController.service.js +2 -2
  68. package/esm5/model/advertiserLayoutVariables.js +1 -1
  69. package/esm5/model/audienceDTO.js +1 -1
  70. package/esm5/model/baseModelWithCreativeSetType.js +4 -2
  71. package/esm5/model/creativeDTO.js +1 -1
  72. package/esm5/model/creativeHtmlFileForSet.js +6 -12
  73. package/esm5/model/creativePerformanceData.js +1 -1
  74. package/esm5/model/creativeSetDashboardMetric.js +4 -2
  75. package/esm5/model/creativeSetDetails.js +4 -2
  76. package/esm5/model/creativeSetRequest.js +4 -2
  77. package/esm5/model/creativeSetResponse.js +4 -2
  78. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  79. package/esm5/model/hybridAdMapping.js +1 -0
  80. package/esm5/model/models.js +1 -2
  81. package/fesm2015/revxui-api-clients-ts.js +126 -138
  82. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  83. package/fesm5/revxui-api-clients-ts.js +130 -142
  84. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  85. package/model/advertiserLayoutVariables.d.ts +1 -0
  86. package/model/audienceDTO.d.ts +0 -1
  87. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  88. package/model/creativeDTO.d.ts +4 -0
  89. package/model/creativeHtmlFileForSet.d.ts +9 -0
  90. package/model/creativePerformanceData.d.ts +0 -16
  91. package/model/creativeSetDashboardMetric.d.ts +3 -1
  92. package/model/creativeSetDetails.d.ts +3 -1
  93. package/model/creativeSetRequest.d.ts +7 -1
  94. package/model/creativeSetResponse.d.ts +3 -1
  95. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  96. package/model/{audienceBackfillRequest.d.ts → hybridAdMapping.d.ts} +5 -5
  97. package/model/models.d.ts +1 -4
  98. package/package.json +1 -1
  99. package/revxui-api-clients-ts.metadata.json +1 -1
  100. package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
  101. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +0 -22
  102. package/esm2015/model/audienceBackfillRequest.js +0 -1
  103. package/esm2015/model/backfillAudienceQueryTemplateDTO.js +0 -12
  104. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
  105. package/esm5/model/audienceBackfillQueryTemplateRequest.js +0 -22
  106. package/esm5/model/audienceBackfillRequest.js +0 -1
  107. package/esm5/model/backfillAudienceQueryTemplateDTO.js +0 -12
  108. package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +0 -17
  109. package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -26
  110. package/model/backfillAudienceQueryTemplateDTO.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://apiv2stage3.atomex.net';
90
+ this.basePath = 'https://apiv2stage1.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://apiv2stage3.atomex.net';
307
+ this.basePath = 'https://apiv2stage1.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://apiv2stage3.atomex.net';
753
+ this.basePath = 'https://apiv2stage1.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AudienceControllerService = /** @class */ (function () {
921
921
  function AudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage3.atomex.net';
923
+ this.basePath = 'https://apiv2stage1.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1025,11 +1025,11 @@ var AudienceControllerService = /** @class */ (function () {
1025
1025
  reportProgress: reportProgress
1026
1026
  });
1027
1027
  };
1028
- AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (request, reqId, token, observe, reportProgress) {
1028
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1029
1029
  if (observe === void 0) { observe = 'body'; }
1030
1030
  if (reportProgress === void 0) { reportProgress = false; }
1031
- if (request === null || request === undefined) {
1032
- throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
1031
+ if (audience === null || audience === undefined) {
1032
+ throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1033
1033
  }
1034
1034
  var headers = this.defaultHeaders;
1035
1035
  if (reqId !== undefined && reqId !== null) {
@@ -1054,7 +1054,7 @@ var AudienceControllerService = /** @class */ (function () {
1054
1054
  if (httpContentTypeSelected != undefined) {
1055
1055
  headers = headers.set('Content-Type', httpContentTypeSelected);
1056
1056
  }
1057
- return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", request, {
1057
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1058
1058
  withCredentials: this.configuration.withCredentials,
1059
1059
  headers: headers,
1060
1060
  observe: observe,
@@ -1200,45 +1200,6 @@ var AudienceControllerService = /** @class */ (function () {
1200
1200
  reportProgress: reportProgress
1201
1201
  });
1202
1202
  };
1203
- AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
1204
- if (observe === void 0) { observe = 'body'; }
1205
- if (reportProgress === void 0) { reportProgress = false; }
1206
- if (id === null || id === undefined) {
1207
- throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
1208
- }
1209
- if (request === null || request === undefined) {
1210
- throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
1211
- }
1212
- var headers = this.defaultHeaders;
1213
- if (reqId !== undefined && reqId !== null) {
1214
- headers = headers.set('reqId', String(reqId));
1215
- }
1216
- if (token !== undefined && token !== null) {
1217
- headers = headers.set('token', String(token));
1218
- }
1219
- // to determine the Accept header
1220
- var httpHeaderAccepts = [
1221
- 'application/json'
1222
- ];
1223
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1224
- if (httpHeaderAcceptSelected != undefined) {
1225
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1226
- }
1227
- // to determine the Content-Type header
1228
- var consumes = [
1229
- 'application/json'
1230
- ];
1231
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1232
- if (httpContentTypeSelected != undefined) {
1233
- headers = headers.set('Content-Type', httpContentTypeSelected);
1234
- }
1235
- return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
1236
- withCredentials: this.configuration.withCredentials,
1237
- headers: headers,
1238
- observe: observe,
1239
- reportProgress: reportProgress
1240
- });
1241
- };
1242
1203
  AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1243
1204
  if (observe === void 0) { observe = 'body'; }
1244
1205
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1656,42 +1617,6 @@ var AudienceControllerService = /** @class */ (function () {
1656
1617
  reportProgress: reportProgress
1657
1618
  });
1658
1619
  };
1659
- AudienceControllerService.prototype.validateBackfillRuleUsingPOST = function (query, reqId, token, observe, reportProgress) {
1660
- if (observe === void 0) { observe = 'body'; }
1661
- if (reportProgress === void 0) { reportProgress = false; }
1662
- if (query === null || query === undefined) {
1663
- throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
1664
- }
1665
- var headers = this.defaultHeaders;
1666
- if (reqId !== undefined && reqId !== null) {
1667
- headers = headers.set('reqId', String(reqId));
1668
- }
1669
- if (token !== undefined && token !== null) {
1670
- headers = headers.set('token', String(token));
1671
- }
1672
- // to determine the Accept header
1673
- var httpHeaderAccepts = [
1674
- 'application/json'
1675
- ];
1676
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1677
- if (httpHeaderAcceptSelected != undefined) {
1678
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1679
- }
1680
- // to determine the Content-Type header
1681
- var consumes = [
1682
- 'application/json'
1683
- ];
1684
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1685
- if (httpContentTypeSelected != undefined) {
1686
- headers = headers.set('Content-Type', httpContentTypeSelected);
1687
- }
1688
- return this.httpClient.post(this.basePath + "/v2/api/audience/validatebackfillrule", query, {
1689
- withCredentials: this.configuration.withCredentials,
1690
- headers: headers,
1691
- observe: observe,
1692
- reportProgress: reportProgress
1693
- });
1694
- };
1695
1620
  AudienceControllerService.ctorParameters = function () { return [
1696
1621
  { type: HttpClient },
1697
1622
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
@@ -1718,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
1718
1643
  var AuditControllerService = /** @class */ (function () {
1719
1644
  function AuditControllerService(httpClient, basePath, configuration) {
1720
1645
  this.httpClient = httpClient;
1721
- this.basePath = 'https://apiv2stage3.atomex.net';
1646
+ this.basePath = 'https://apiv2stage1.atomex.net';
1722
1647
  this.defaultHeaders = new HttpHeaders();
1723
1648
  this.configuration = new Configuration();
1724
1649
  if (basePath) {
@@ -1917,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
1917
1842
  var BulkStrategyControllerService = /** @class */ (function () {
1918
1843
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1919
1844
  this.httpClient = httpClient;
1920
- this.basePath = 'https://apiv2stage3.atomex.net';
1845
+ this.basePath = 'https://apiv2stage1.atomex.net';
1921
1846
  this.defaultHeaders = new HttpHeaders();
1922
1847
  this.configuration = new Configuration();
1923
1848
  if (basePath) {
@@ -2160,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2160
2085
  var CSSThemeController_Service = /** @class */ (function () {
2161
2086
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2162
2087
  this.httpClient = httpClient;
2163
- this.basePath = 'https://apiv2stage3.atomex.net';
2088
+ this.basePath = 'https://apiv2stage1.atomex.net';
2164
2089
  this.defaultHeaders = new HttpHeaders();
2165
2090
  this.configuration = new Configuration();
2166
2091
  if (basePath) {
@@ -2281,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2281
2206
  var CampaignControllerService = /** @class */ (function () {
2282
2207
  function CampaignControllerService(httpClient, basePath, configuration) {
2283
2208
  this.httpClient = httpClient;
2284
- this.basePath = 'https://apiv2stage3.atomex.net';
2209
+ this.basePath = 'https://apiv2stage1.atomex.net';
2285
2210
  this.defaultHeaders = new HttpHeaders();
2286
2211
  this.configuration = new Configuration();
2287
2212
  if (basePath) {
@@ -2603,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
2603
2528
  var CatalogControllerService = /** @class */ (function () {
2604
2529
  function CatalogControllerService(httpClient, basePath, configuration) {
2605
2530
  this.httpClient = httpClient;
2606
- this.basePath = 'https://apiv2stage3.atomex.net';
2531
+ this.basePath = 'https://apiv2stage1.atomex.net';
2607
2532
  this.defaultHeaders = new HttpHeaders();
2608
2533
  this.configuration = new Configuration();
2609
2534
  if (basePath) {
@@ -2712,6 +2637,41 @@ var CatalogControllerService = /** @class */ (function () {
2712
2637
  reportProgress: reportProgress
2713
2638
  });
2714
2639
  };
2640
+ CatalogControllerService.prototype.getFeedsByAdvertiserIdUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
2641
+ if (observe === void 0) { observe = 'body'; }
2642
+ if (reportProgress === void 0) { reportProgress = false; }
2643
+ if (advertiserId === null || advertiserId === undefined) {
2644
+ throw new Error('Required parameter advertiserId was null or undefined when calling getFeedsByAdvertiserIdUsingGET.');
2645
+ }
2646
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2647
+ if (advertiserId !== undefined && advertiserId !== null) {
2648
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
2649
+ }
2650
+ var headers = this.defaultHeaders;
2651
+ if (reqId !== undefined && reqId !== null) {
2652
+ headers = headers.set('reqId', String(reqId));
2653
+ }
2654
+ if (token !== undefined && token !== null) {
2655
+ headers = headers.set('token', String(token));
2656
+ }
2657
+ // to determine the Accept header
2658
+ var httpHeaderAccepts = [
2659
+ 'application/json'
2660
+ ];
2661
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2662
+ if (httpHeaderAcceptSelected != undefined) {
2663
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2664
+ }
2665
+ // to determine the Content-Type header
2666
+ var consumes = [];
2667
+ return this.httpClient.get(this.basePath + "/v2/api/catalog/feeds", {
2668
+ params: queryParameters,
2669
+ withCredentials: this.configuration.withCredentials,
2670
+ headers: headers,
2671
+ observe: observe,
2672
+ reportProgress: reportProgress
2673
+ });
2674
+ };
2715
2675
  CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2716
2676
  if (observe === void 0) { observe = 'body'; }
2717
2677
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2826,7 +2786,7 @@ var CatalogControllerService = /** @class */ (function () {
2826
2786
  var ClickDestinationControllerService = /** @class */ (function () {
2827
2787
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2828
2788
  this.httpClient = httpClient;
2829
- this.basePath = 'https://apiv2stage3.atomex.net';
2789
+ this.basePath = 'https://apiv2stage1.atomex.net';
2830
2790
  this.defaultHeaders = new HttpHeaders();
2831
2791
  this.configuration = new Configuration();
2832
2792
  if (basePath) {
@@ -3076,7 +3036,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3076
3036
  var CreativeControllerService = /** @class */ (function () {
3077
3037
  function CreativeControllerService(httpClient, basePath, configuration) {
3078
3038
  this.httpClient = httpClient;
3079
- this.basePath = 'https://apiv2stage3.atomex.net';
3039
+ this.basePath = 'https://apiv2stage1.atomex.net';
3080
3040
  this.defaultHeaders = new HttpHeaders();
3081
3041
  this.configuration = new Configuration();
3082
3042
  if (basePath) {
@@ -3553,7 +3513,7 @@ var CreativeControllerService = /** @class */ (function () {
3553
3513
  var CreativeSetsControllerService = /** @class */ (function () {
3554
3514
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3555
3515
  this.httpClient = httpClient;
3556
- this.basePath = 'https://apiv2stage3.atomex.net';
3516
+ this.basePath = 'https://apiv2stage1.atomex.net';
3557
3517
  this.defaultHeaders = new HttpHeaders();
3558
3518
  this.configuration = new Configuration();
3559
3519
  if (basePath) {
@@ -3933,6 +3893,50 @@ var CreativeSetsControllerService = /** @class */ (function () {
3933
3893
  reportProgress: reportProgress
3934
3894
  });
3935
3895
  };
3896
+ CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, reqId, token, observe, reportProgress) {
3897
+ if (observe === void 0) { observe = 'body'; }
3898
+ if (reportProgress === void 0) { reportProgress = false; }
3899
+ if (advertiserId === null || advertiserId === undefined) {
3900
+ throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
3901
+ }
3902
+ if (type === null || type === undefined) {
3903
+ throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
3904
+ }
3905
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3906
+ if (advertiserId !== undefined && advertiserId !== null) {
3907
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
3908
+ }
3909
+ if (filters !== undefined && filters !== null) {
3910
+ queryParameters = queryParameters.set('filters', filters);
3911
+ }
3912
+ if (type !== undefined && type !== null) {
3913
+ queryParameters = queryParameters.set('type', type);
3914
+ }
3915
+ var headers = this.defaultHeaders;
3916
+ if (reqId !== undefined && reqId !== null) {
3917
+ headers = headers.set('reqId', String(reqId));
3918
+ }
3919
+ if (token !== undefined && token !== null) {
3920
+ headers = headers.set('token', String(token));
3921
+ }
3922
+ // to determine the Accept header
3923
+ var httpHeaderAccepts = [
3924
+ 'application/json'
3925
+ ];
3926
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3927
+ if (httpHeaderAcceptSelected != undefined) {
3928
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3929
+ }
3930
+ // to determine the Content-Type header
3931
+ var consumes = [];
3932
+ return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
3933
+ params: queryParameters,
3934
+ withCredentials: this.configuration.withCredentials,
3935
+ headers: headers,
3936
+ observe: observe,
3937
+ reportProgress: reportProgress
3938
+ });
3939
+ };
3936
3940
  CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
3937
3941
  if (observe === void 0) { observe = 'body'; }
3938
3942
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3998,7 +4002,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3998
4002
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3999
4003
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4000
4004
  this.httpClient = httpClient;
4001
- this.basePath = 'https://apiv2stage3.atomex.net';
4005
+ this.basePath = 'https://apiv2stage1.atomex.net';
4002
4006
  this.defaultHeaders = new HttpHeaders();
4003
4007
  this.configuration = new Configuration();
4004
4008
  if (basePath) {
@@ -4199,7 +4203,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4199
4203
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4200
4204
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4201
4205
  this.httpClient = httpClient;
4202
- this.basePath = 'https://apiv2stage3.atomex.net';
4206
+ this.basePath = 'https://apiv2stage1.atomex.net';
4203
4207
  this.defaultHeaders = new HttpHeaders();
4204
4208
  this.configuration = new Configuration();
4205
4209
  if (basePath) {
@@ -4287,7 +4291,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4287
4291
  var CreativeTemplatesControllerService = /** @class */ (function () {
4288
4292
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4289
4293
  this.httpClient = httpClient;
4290
- this.basePath = 'https://apiv2stage3.atomex.net';
4294
+ this.basePath = 'https://apiv2stage1.atomex.net';
4291
4295
  this.defaultHeaders = new HttpHeaders();
4292
4296
  this.configuration = new Configuration();
4293
4297
  if (basePath) {
@@ -4466,7 +4470,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4466
4470
  var DashboardControllerService = /** @class */ (function () {
4467
4471
  function DashboardControllerService(httpClient, basePath, configuration) {
4468
4472
  this.httpClient = httpClient;
4469
- this.basePath = 'https://apiv2stage3.atomex.net';
4473
+ this.basePath = 'https://apiv2stage1.atomex.net';
4470
4474
  this.defaultHeaders = new HttpHeaders();
4471
4475
  this.configuration = new Configuration();
4472
4476
  if (basePath) {
@@ -5123,7 +5127,7 @@ var DashboardControllerService = /** @class */ (function () {
5123
5127
  var NotificationsControllerService = /** @class */ (function () {
5124
5128
  function NotificationsControllerService(httpClient, basePath, configuration) {
5125
5129
  this.httpClient = httpClient;
5126
- this.basePath = 'https://apiv2stage3.atomex.net';
5130
+ this.basePath = 'https://apiv2stage1.atomex.net';
5127
5131
  this.defaultHeaders = new HttpHeaders();
5128
5132
  this.configuration = new Configuration();
5129
5133
  if (basePath) {
@@ -5322,7 +5326,7 @@ var NotificationsControllerService = /** @class */ (function () {
5322
5326
  var PixelControllerService = /** @class */ (function () {
5323
5327
  function PixelControllerService(httpClient, basePath, configuration) {
5324
5328
  this.httpClient = httpClient;
5325
- this.basePath = 'https://apiv2stage3.atomex.net';
5329
+ this.basePath = 'https://apiv2stage1.atomex.net';
5326
5330
  this.defaultHeaders = new HttpHeaders();
5327
5331
  this.configuration = new Configuration();
5328
5332
  if (basePath) {
@@ -5651,7 +5655,7 @@ var PixelControllerService = /** @class */ (function () {
5651
5655
  var ReportingControllerService = /** @class */ (function () {
5652
5656
  function ReportingControllerService(httpClient, basePath, configuration) {
5653
5657
  this.httpClient = httpClient;
5654
- this.basePath = 'https://apiv2stage3.atomex.net';
5658
+ this.basePath = 'https://apiv2stage1.atomex.net';
5655
5659
  this.defaultHeaders = new HttpHeaders();
5656
5660
  this.configuration = new Configuration();
5657
5661
  if (basePath) {
@@ -5835,7 +5839,7 @@ var ReportingControllerService = /** @class */ (function () {
5835
5839
  var SliceXControllerService = /** @class */ (function () {
5836
5840
  function SliceXControllerService(httpClient, basePath, configuration) {
5837
5841
  this.httpClient = httpClient;
5838
- this.basePath = 'https://apiv2stage3.atomex.net';
5842
+ this.basePath = 'https://apiv2stage1.atomex.net';
5839
5843
  this.defaultHeaders = new HttpHeaders();
5840
5844
  this.configuration = new Configuration();
5841
5845
  if (basePath) {
@@ -6103,7 +6107,7 @@ var SliceXControllerService = /** @class */ (function () {
6103
6107
  var StrategyControllerService = /** @class */ (function () {
6104
6108
  function StrategyControllerService(httpClient, basePath, configuration) {
6105
6109
  this.httpClient = httpClient;
6106
- this.basePath = 'https://apiv2stage3.atomex.net';
6110
+ this.basePath = 'https://apiv2stage1.atomex.net';
6107
6111
  this.defaultHeaders = new HttpHeaders();
6108
6112
  this.configuration = new Configuration();
6109
6113
  if (basePath) {
@@ -6764,7 +6768,7 @@ var StrategyControllerService = /** @class */ (function () {
6764
6768
  var UILoggerControllerService = /** @class */ (function () {
6765
6769
  function UILoggerControllerService(httpClient, basePath, configuration) {
6766
6770
  this.httpClient = httpClient;
6767
- this.basePath = 'https://apiv2stage3.atomex.net';
6771
+ this.basePath = 'https://apiv2stage1.atomex.net';
6768
6772
  this.defaultHeaders = new HttpHeaders();
6769
6773
  this.configuration = new Configuration();
6770
6774
  if (basePath) {
@@ -6866,7 +6870,7 @@ var UILoggerControllerService = /** @class */ (function () {
6866
6870
  var UserPreferenceControllerService = /** @class */ (function () {
6867
6871
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6868
6872
  this.httpClient = httpClient;
6869
- this.basePath = 'https://apiv2stage3.atomex.net';
6873
+ this.basePath = 'https://apiv2stage1.atomex.net';
6870
6874
  this.defaultHeaders = new HttpHeaders();
6871
6875
  this.configuration = new Configuration();
6872
6876
  if (basePath) {
@@ -7122,28 +7126,6 @@ var AuctionTypeEditField;
7122
7126
  };
7123
7127
  })(AuctionTypeEditField || (AuctionTypeEditField = {}));
7124
7128
 
7125
- /**
7126
- * Api Documentation
7127
- * Api Documentation
7128
- *
7129
- * OpenAPI spec version: 1.0
7130
- *
7131
- *
7132
- * NOTE: This class is auto generated by the swagger code generator program.
7133
- * https://github.com/swagger-api/swagger-codegen.git
7134
- * Do not edit the class manually.
7135
- */
7136
- var AudienceBackfillQueryTemplateRequest;
7137
- (function (AudienceBackfillQueryTemplateRequest) {
7138
- AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
7139
- MINUTE: 'MINUTE',
7140
- HOUR: 'HOUR',
7141
- DAY: 'DAY',
7142
- WEEK: 'WEEK',
7143
- MONTH: 'MONTH'
7144
- };
7145
- })(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
7146
-
7147
7129
  var AudienceDTO;
7148
7130
  (function (AudienceDTO) {
7149
7131
  AudienceDTO.AudienceTypeEnum = {
@@ -7225,7 +7207,9 @@ var BaseModelWithCreativeSetType;
7225
7207
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7226
7208
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7227
7209
  DYNAMICHTML: 'DYNAMIC_HTML',
7228
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7210
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7211
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7212
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7229
7213
  };
7230
7214
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
7231
7215
 
@@ -7344,19 +7328,13 @@ var CreativeFiles;
7344
7328
  };
7345
7329
  })(CreativeFiles || (CreativeFiles = {}));
7346
7330
 
7347
- /**
7348
- * Api Documentation
7349
- * Api Documentation
7350
- *
7351
- * OpenAPI spec version: 1.0
7352
- *
7353
- *
7354
- * NOTE: This class is auto generated by the swagger code generator program.
7355
- * https://github.com/swagger-api/swagger-codegen.git
7356
- * Do not edit the class manually.
7357
- */
7358
7331
  var CreativeHtmlFileForSet;
7359
7332
  (function (CreativeHtmlFileForSet) {
7333
+ CreativeHtmlFileForSet.TemplateTypeEnum = {
7334
+ DCO: 'DCO',
7335
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7336
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7337
+ };
7360
7338
  CreativeHtmlFileForSet.TypeEnum = {
7361
7339
  Image: 'image',
7362
7340
  Html: 'html',
@@ -7387,7 +7365,9 @@ var CreativeSetDashboardMetric;
7387
7365
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7388
7366
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7389
7367
  DYNAMICHTML: 'DYNAMIC_HTML',
7390
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7368
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7369
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7370
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7391
7371
  };
7392
7372
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
7393
7373
 
@@ -7403,7 +7383,9 @@ var CreativeSetDetails;
7403
7383
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7404
7384
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7405
7385
  DYNAMICHTML: 'DYNAMIC_HTML',
7406
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7386
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7387
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7388
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7407
7389
  };
7408
7390
  })(CreativeSetDetails || (CreativeSetDetails = {}));
7409
7391
 
@@ -7419,7 +7401,9 @@ var CreativeSetRequest;
7419
7401
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7420
7402
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7421
7403
  DYNAMICHTML: 'DYNAMIC_HTML',
7422
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7404
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7405
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7406
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7423
7407
  };
7424
7408
  })(CreativeSetRequest || (CreativeSetRequest = {}));
7425
7409
 
@@ -7446,7 +7430,9 @@ var CreativeSetResponse;
7446
7430
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7447
7431
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7448
7432
  DYNAMICHTML: 'DYNAMIC_HTML',
7449
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7433
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7434
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7435
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7450
7436
  };
7451
7437
  })(CreativeSetResponse || (CreativeSetResponse = {}));
7452
7438
 
@@ -7493,7 +7479,9 @@ var DuplicateCreativeSetResponse;
7493
7479
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7494
7480
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7495
7481
  DYNAMICHTML: 'DYNAMIC_HTML',
7496
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7482
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7483
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7484
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7497
7485
  };
7498
7486
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
7499
7487
 
@@ -7989,5 +7977,5 @@ var ApiModule = /** @class */ (function () {
7989
7977
  * Generated bundle index. Do not edit.
7990
7978
  */
7991
7979
 
7992
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, 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 };
7980
+ 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 };
7993
7981
  //# sourceMappingURL=revxui-api-clients-ts.js.map