@revxui/api-clients-ts 0.10.364 → 0.10.366

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 (72) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +0 -27
  3. package/api/creativeController.service.d.ts +14 -0
  4. package/api/dashboardController.service.d.ts +24 -24
  5. package/api/strategyController.service.d.ts +46 -3
  6. package/bundles/revxui-api-clients-ts.umd.js +196 -102
  7. package/bundles/revxui-api-clients-ts.umd.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 -2
  11. package/esm2015/api/audienceController.service.js +2 -70
  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 +36 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -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/customerReportingController.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 +101 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/apiListResponseSizeWithPreview.js +2 -0
  33. package/esm2015/model/apiListResponseStrategyTargettingPerformanceData.js +2 -0
  34. package/esm2015/model/apiResponseObjectStrategyOptimizationDataResponse.js +2 -0
  35. package/esm2015/model/baseModelWithCreativeSetType.js +3 -2
  36. package/esm2015/model/creativeDetails.js +19 -2
  37. package/esm2015/model/creativeSetDashboardMetric.js +3 -2
  38. package/esm2015/model/creativeSetDetails.js +3 -2
  39. package/esm2015/model/creativeSetRequest.js +3 -2
  40. package/esm2015/model/creativeSetResponse.js +3 -2
  41. package/esm2015/model/duplicateCreativeSetResponse.js +3 -2
  42. package/esm2015/model/models.js +9 -5
  43. package/esm2015/model/searchRequest.js +1 -1
  44. package/esm2015/model/sizeWithPreview.js +13 -0
  45. package/esm2015/model/strategyOptBlockTargetingReq.js +13 -0
  46. package/esm2015/model/strategyOptimizationDataResponse.js +2 -0
  47. package/esm2015/model/strategyTargettingPerformanceData.js +13 -0
  48. package/esm2015/model/{audienceAnalysisRequest.js → videoAdTagVerifyRequest.js} +1 -1
  49. package/fesm2015/revxui-api-clients-ts.js +237 -135
  50. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  51. package/model/{combinedAudienceAnalysisResponse.d.ts → apiListResponseSizeWithPreview.d.ts} +4 -7
  52. package/model/apiListResponseStrategyTargettingPerformanceData.d.ts +16 -0
  53. package/model/{apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts → apiResponseObjectStrategyOptimizationDataResponse.d.ts} +3 -3
  54. package/model/baseModelWithCreativeSetType.d.ts +2 -1
  55. package/model/creativeDetails.d.ts +22 -0
  56. package/model/creativeSetDashboardMetric.d.ts +2 -1
  57. package/model/creativeSetDetails.d.ts +2 -1
  58. package/model/creativeSetRequest.d.ts +2 -1
  59. package/model/creativeSetResponse.d.ts +2 -1
  60. package/model/duplicateCreativeSetResponse.d.ts +2 -1
  61. package/model/models.d.ts +8 -4
  62. package/model/searchRequest.d.ts +0 -1
  63. package/model/{totalUniqueUserRequest.d.ts → sizeWithPreview.d.ts} +4 -3
  64. package/model/{audienceAnalysisRequest.d.ts → strategyOptBlockTargetingReq.d.ts} +3 -5
  65. package/model/strategyOptimizationDataResponse.d.ts +17 -0
  66. package/model/strategyTargettingPerformanceData.d.ts +24 -0
  67. package/model/videoAdTagVerifyRequest.d.ts +14 -0
  68. package/package.json +1 -1
  69. package/revxui-api-clients-ts.metadata.json +1 -1
  70. package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +0 -2
  71. package/esm2015/model/combinedAudienceAnalysisResponse.js +0 -13
  72. package/esm2015/model/totalUniqueUserRequest.js +0 -13
@@ -370,7 +370,7 @@
370
370
  var AdminControllerService = /** @class */ (function () {
371
371
  function AdminControllerService(httpClient, basePath, configuration) {
372
372
  this.httpClient = httpClient;
373
- this.basePath = 'https://apiv2stage3.atomex.net';
373
+ this.basePath = 'https://apiv2stage2.atomex.net';
374
374
  this.defaultHeaders = new http.HttpHeaders();
375
375
  this.configuration = new Configuration();
376
376
  if (basePath) {
@@ -575,7 +575,7 @@
575
575
  var AdvertiserControllerService = /** @class */ (function () {
576
576
  function AdvertiserControllerService(httpClient, basePath, configuration) {
577
577
  this.httpClient = httpClient;
578
- this.basePath = 'https://apiv2stage3.atomex.net';
578
+ this.basePath = 'https://apiv2stage2.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1009,7 +1009,7 @@
1009
1009
  var AppSettingsControllerService = /** @class */ (function () {
1010
1010
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1011
1011
  this.httpClient = httpClient;
1012
- this.basePath = 'https://apiv2stage3.atomex.net';
1012
+ this.basePath = 'https://apiv2stage2.atomex.net';
1013
1013
  this.defaultHeaders = new http.HttpHeaders();
1014
1014
  this.configuration = new Configuration();
1015
1015
  if (basePath) {
@@ -1262,7 +1262,7 @@
1262
1262
  var AudienceControllerService = /** @class */ (function () {
1263
1263
  function AudienceControllerService(httpClient, basePath, configuration) {
1264
1264
  this.httpClient = httpClient;
1265
- this.basePath = 'https://apiv2stage3.atomex.net';
1265
+ this.basePath = 'https://apiv2stage2.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -1666,42 +1666,6 @@
1666
1666
  reportProgress: reportProgress
1667
1667
  });
1668
1668
  };
1669
- AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (totalUniqueUserRequest, reqId, token, observe, reportProgress) {
1670
- if (observe === void 0) { observe = 'body'; }
1671
- if (reportProgress === void 0) { reportProgress = false; }
1672
- if (totalUniqueUserRequest === null || totalUniqueUserRequest === undefined) {
1673
- throw new Error('Required parameter totalUniqueUserRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1674
- }
1675
- var headers = this.defaultHeaders;
1676
- if (reqId !== undefined && reqId !== null) {
1677
- headers = headers.set('reqId', String(reqId));
1678
- }
1679
- if (token !== undefined && token !== null) {
1680
- headers = headers.set('token', String(token));
1681
- }
1682
- // to determine the Accept header
1683
- var httpHeaderAccepts = [
1684
- '*/*'
1685
- ];
1686
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1687
- if (httpHeaderAcceptSelected != undefined) {
1688
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1689
- }
1690
- // to determine the Content-Type header
1691
- var consumes = [
1692
- 'application/json'
1693
- ];
1694
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1695
- if (httpContentTypeSelected != undefined) {
1696
- headers = headers.set('Content-Type', httpContentTypeSelected);
1697
- }
1698
- return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", totalUniqueUserRequest, {
1699
- withCredentials: this.configuration.withCredentials,
1700
- headers: headers,
1701
- observe: observe,
1702
- reportProgress: reportProgress
1703
- });
1704
- };
1705
1669
  AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
1706
1670
  if (observe === void 0) { observe = 'body'; }
1707
1671
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1796,42 +1760,6 @@
1796
1760
  reportProgress: reportProgress
1797
1761
  });
1798
1762
  };
1799
- AudienceControllerService.prototype.getCombinedAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1800
- if (observe === void 0) { observe = 'body'; }
1801
- if (reportProgress === void 0) { reportProgress = false; }
1802
- if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1803
- throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
1804
- }
1805
- var headers = this.defaultHeaders;
1806
- if (reqId !== undefined && reqId !== null) {
1807
- headers = headers.set('reqId', String(reqId));
1808
- }
1809
- if (token !== undefined && token !== null) {
1810
- headers = headers.set('token', String(token));
1811
- }
1812
- // to determine the Accept header
1813
- var httpHeaderAccepts = [
1814
- '*/*'
1815
- ];
1816
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1817
- if (httpHeaderAcceptSelected != undefined) {
1818
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1819
- }
1820
- // to determine the Content-Type header
1821
- var consumes = [
1822
- 'application/json'
1823
- ];
1824
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1825
- if (httpContentTypeSelected != undefined) {
1826
- headers = headers.set('Content-Type', httpContentTypeSelected);
1827
- }
1828
- return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis/combination", audienceAnalysisRequest, {
1829
- withCredentials: this.configuration.withCredentials,
1830
- headers: headers,
1831
- observe: observe,
1832
- reportProgress: reportProgress
1833
- });
1834
- };
1835
1763
  AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
1836
1764
  if (observe === void 0) { observe = 'body'; }
1837
1765
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2120,7 +2048,7 @@
2120
2048
  var AuditControllerService = /** @class */ (function () {
2121
2049
  function AuditControllerService(httpClient, basePath, configuration) {
2122
2050
  this.httpClient = httpClient;
2123
- this.basePath = 'https://apiv2stage3.atomex.net';
2051
+ this.basePath = 'https://apiv2stage2.atomex.net';
2124
2052
  this.defaultHeaders = new http.HttpHeaders();
2125
2053
  this.configuration = new Configuration();
2126
2054
  if (basePath) {
@@ -2307,7 +2235,7 @@
2307
2235
  var BulkStrategyControllerService = /** @class */ (function () {
2308
2236
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2309
2237
  this.httpClient = httpClient;
2310
- this.basePath = 'https://apiv2stage3.atomex.net';
2238
+ this.basePath = 'https://apiv2stage2.atomex.net';
2311
2239
  this.defaultHeaders = new http.HttpHeaders();
2312
2240
  this.configuration = new Configuration();
2313
2241
  if (basePath) {
@@ -2538,7 +2466,7 @@
2538
2466
  var CSSThemeController_Service = /** @class */ (function () {
2539
2467
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2540
2468
  this.httpClient = httpClient;
2541
- this.basePath = 'https://apiv2stage3.atomex.net';
2469
+ this.basePath = 'https://apiv2stage2.atomex.net';
2542
2470
  this.defaultHeaders = new http.HttpHeaders();
2543
2471
  this.configuration = new Configuration();
2544
2472
  if (basePath) {
@@ -2647,7 +2575,7 @@
2647
2575
  var CampaignControllerService = /** @class */ (function () {
2648
2576
  function CampaignControllerService(httpClient, basePath, configuration) {
2649
2577
  this.httpClient = httpClient;
2650
- this.basePath = 'https://apiv2stage3.atomex.net';
2578
+ this.basePath = 'https://apiv2stage2.atomex.net';
2651
2579
  this.defaultHeaders = new http.HttpHeaders();
2652
2580
  this.configuration = new Configuration();
2653
2581
  if (basePath) {
@@ -2957,7 +2885,7 @@
2957
2885
  var CatalogControllerService = /** @class */ (function () {
2958
2886
  function CatalogControllerService(httpClient, basePath, configuration) {
2959
2887
  this.httpClient = httpClient;
2960
- this.basePath = 'https://apiv2stage3.atomex.net';
2888
+ this.basePath = 'https://apiv2stage2.atomex.net';
2961
2889
  this.defaultHeaders = new http.HttpHeaders();
2962
2890
  this.configuration = new Configuration();
2963
2891
  if (basePath) {
@@ -3203,7 +3131,7 @@
3203
3131
  var ClickDestinationControllerService = /** @class */ (function () {
3204
3132
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3205
3133
  this.httpClient = httpClient;
3206
- this.basePath = 'https://apiv2stage3.atomex.net';
3134
+ this.basePath = 'https://apiv2stage2.atomex.net';
3207
3135
  this.defaultHeaders = new http.HttpHeaders();
3208
3136
  this.configuration = new Configuration();
3209
3137
  if (basePath) {
@@ -3441,7 +3369,7 @@
3441
3369
  var CreativeControllerService = /** @class */ (function () {
3442
3370
  function CreativeControllerService(httpClient, basePath, configuration) {
3443
3371
  this.httpClient = httpClient;
3444
- this.basePath = 'https://apiv2stage3.atomex.net';
3372
+ this.basePath = 'https://apiv2stage2.atomex.net';
3445
3373
  this.defaultHeaders = new http.HttpHeaders();
3446
3374
  this.configuration = new Configuration();
3447
3375
  if (basePath) {
@@ -3892,6 +3820,42 @@
3892
3820
  reportProgress: reportProgress
3893
3821
  });
3894
3822
  };
3823
+ CreativeControllerService.prototype.verifyAndGetVideoAdTagCreativeDetailsUsingPOST = function (request, reqId, token, observe, reportProgress) {
3824
+ if (observe === void 0) { observe = 'body'; }
3825
+ if (reportProgress === void 0) { reportProgress = false; }
3826
+ if (request === null || request === undefined) {
3827
+ throw new Error('Required parameter request was null or undefined when calling verifyAndGetVideoAdTagCreativeDetailsUsingPOST.');
3828
+ }
3829
+ var headers = this.defaultHeaders;
3830
+ if (reqId !== undefined && reqId !== null) {
3831
+ headers = headers.set('reqId', String(reqId));
3832
+ }
3833
+ if (token !== undefined && token !== null) {
3834
+ headers = headers.set('token', String(token));
3835
+ }
3836
+ // to determine the Accept header
3837
+ var httpHeaderAccepts = [
3838
+ 'application/json'
3839
+ ];
3840
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3841
+ if (httpHeaderAcceptSelected != undefined) {
3842
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3843
+ }
3844
+ // to determine the Content-Type header
3845
+ var consumes = [
3846
+ 'application/json'
3847
+ ];
3848
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3849
+ if (httpContentTypeSelected != undefined) {
3850
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3851
+ }
3852
+ return this.httpClient.post(this.basePath + "/v2/api/creatives/videoAdtag", request, {
3853
+ withCredentials: this.configuration.withCredentials,
3854
+ headers: headers,
3855
+ observe: observe,
3856
+ reportProgress: reportProgress
3857
+ });
3858
+ };
3895
3859
  return CreativeControllerService;
3896
3860
  }());
3897
3861
  CreativeControllerService.decorators = [
@@ -3906,7 +3870,7 @@
3906
3870
  var CreativeSetsControllerService = /** @class */ (function () {
3907
3871
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3908
3872
  this.httpClient = httpClient;
3909
- this.basePath = 'https://apiv2stage3.atomex.net';
3873
+ this.basePath = 'https://apiv2stage2.atomex.net';
3910
3874
  this.defaultHeaders = new http.HttpHeaders();
3911
3875
  this.configuration = new Configuration();
3912
3876
  if (basePath) {
@@ -4425,7 +4389,7 @@
4425
4389
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4426
4390
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4427
4391
  this.httpClient = httpClient;
4428
- this.basePath = 'https://apiv2stage3.atomex.net';
4392
+ this.basePath = 'https://apiv2stage2.atomex.net';
4429
4393
  this.defaultHeaders = new http.HttpHeaders();
4430
4394
  this.configuration = new Configuration();
4431
4395
  if (basePath) {
@@ -4614,7 +4578,7 @@
4614
4578
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4615
4579
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4616
4580
  this.httpClient = httpClient;
4617
- this.basePath = 'https://apiv2stage3.atomex.net';
4581
+ this.basePath = 'https://apiv2stage2.atomex.net';
4618
4582
  this.defaultHeaders = new http.HttpHeaders();
4619
4583
  this.configuration = new Configuration();
4620
4584
  if (basePath) {
@@ -4690,7 +4654,7 @@
4690
4654
  var CreativeTemplatesControllerService = /** @class */ (function () {
4691
4655
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4692
4656
  this.httpClient = httpClient;
4693
- this.basePath = 'https://apiv2stage3.atomex.net';
4657
+ this.basePath = 'https://apiv2stage2.atomex.net';
4694
4658
  this.defaultHeaders = new http.HttpHeaders();
4695
4659
  this.configuration = new Configuration();
4696
4660
  if (basePath) {
@@ -4857,7 +4821,7 @@
4857
4821
  var CustomerReportingControllerService = /** @class */ (function () {
4858
4822
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4859
4823
  this.httpClient = httpClient;
4860
- this.basePath = 'https://apiv2stage3.atomex.net';
4824
+ this.basePath = 'https://apiv2stage2.atomex.net';
4861
4825
  this.defaultHeaders = new http.HttpHeaders();
4862
4826
  this.configuration = new Configuration();
4863
4827
  if (basePath) {
@@ -4942,7 +4906,7 @@
4942
4906
  var DashboardControllerService = /** @class */ (function () {
4943
4907
  function DashboardControllerService(httpClient, basePath, configuration) {
4944
4908
  this.httpClient = httpClient;
4945
- this.basePath = 'https://apiv2stage3.atomex.net';
4909
+ this.basePath = 'https://apiv2stage2.atomex.net';
4946
4910
  this.defaultHeaders = new http.HttpHeaders();
4947
4911
  this.configuration = new Configuration();
4948
4912
  if (basePath) {
@@ -5587,7 +5551,7 @@
5587
5551
  var NotificationsControllerService = /** @class */ (function () {
5588
5552
  function NotificationsControllerService(httpClient, basePath, configuration) {
5589
5553
  this.httpClient = httpClient;
5590
- this.basePath = 'https://apiv2stage3.atomex.net';
5554
+ this.basePath = 'https://apiv2stage2.atomex.net';
5591
5555
  this.defaultHeaders = new http.HttpHeaders();
5592
5556
  this.configuration = new Configuration();
5593
5557
  if (basePath) {
@@ -5774,7 +5738,7 @@
5774
5738
  var PixelControllerService = /** @class */ (function () {
5775
5739
  function PixelControllerService(httpClient, basePath, configuration) {
5776
5740
  this.httpClient = httpClient;
5777
- this.basePath = 'https://apiv2stage3.atomex.net';
5741
+ this.basePath = 'https://apiv2stage2.atomex.net';
5778
5742
  this.defaultHeaders = new http.HttpHeaders();
5779
5743
  this.configuration = new Configuration();
5780
5744
  if (basePath) {
@@ -6091,7 +6055,7 @@
6091
6055
  var ReportingControllerService = /** @class */ (function () {
6092
6056
  function ReportingControllerService(httpClient, basePath, configuration) {
6093
6057
  this.httpClient = httpClient;
6094
- this.basePath = 'https://apiv2stage3.atomex.net';
6058
+ this.basePath = 'https://apiv2stage2.atomex.net';
6095
6059
  this.defaultHeaders = new http.HttpHeaders();
6096
6060
  this.configuration = new Configuration();
6097
6061
  if (basePath) {
@@ -6263,7 +6227,7 @@
6263
6227
  var SliceXControllerService = /** @class */ (function () {
6264
6228
  function SliceXControllerService(httpClient, basePath, configuration) {
6265
6229
  this.httpClient = httpClient;
6266
- this.basePath = 'https://apiv2stage3.atomex.net';
6230
+ this.basePath = 'https://apiv2stage2.atomex.net';
6267
6231
  this.defaultHeaders = new http.HttpHeaders();
6268
6232
  this.configuration = new Configuration();
6269
6233
  if (basePath) {
@@ -6519,7 +6483,7 @@
6519
6483
  var StrategyControllerService = /** @class */ (function () {
6520
6484
  function StrategyControllerService(httpClient, basePath, configuration) {
6521
6485
  this.httpClient = httpClient;
6522
- this.basePath = 'https://apiv2stage3.atomex.net';
6486
+ this.basePath = 'https://apiv2stage2.atomex.net';
6523
6487
  this.defaultHeaders = new http.HttpHeaders();
6524
6488
  this.configuration = new Configuration();
6525
6489
  if (basePath) {
@@ -6814,6 +6778,39 @@
6814
6778
  reportProgress: reportProgress
6815
6779
  });
6816
6780
  };
6781
+ StrategyControllerService.prototype.fetchStrategyTargetingUsingGET = function (id, tableEntity, reqId, token, observe, reportProgress) {
6782
+ if (observe === void 0) { observe = 'body'; }
6783
+ if (reportProgress === void 0) { reportProgress = false; }
6784
+ if (id === null || id === undefined) {
6785
+ throw new Error('Required parameter id was null or undefined when calling fetchStrategyTargetingUsingGET.');
6786
+ }
6787
+ if (tableEntity === null || tableEntity === undefined) {
6788
+ throw new Error('Required parameter tableEntity was null or undefined when calling fetchStrategyTargetingUsingGET.');
6789
+ }
6790
+ var headers = this.defaultHeaders;
6791
+ if (reqId !== undefined && reqId !== null) {
6792
+ headers = headers.set('reqId', String(reqId));
6793
+ }
6794
+ if (token !== undefined && token !== null) {
6795
+ headers = headers.set('token', String(token));
6796
+ }
6797
+ // to determine the Accept header
6798
+ var httpHeaderAccepts = [
6799
+ '*/*'
6800
+ ];
6801
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6802
+ if (httpHeaderAcceptSelected != undefined) {
6803
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6804
+ }
6805
+ // to determine the Content-Type header
6806
+ var consumes = [];
6807
+ return this.httpClient.get(this.basePath + "/v2/api/strategies/" + encodeURIComponent(String(id)) + "/fetch/" + encodeURIComponent(String(tableEntity)), {
6808
+ withCredentials: this.configuration.withCredentials,
6809
+ headers: headers,
6810
+ observe: observe,
6811
+ reportProgress: reportProgress
6812
+ });
6813
+ };
6817
6814
  StrategyControllerService.prototype.getABTestExperimentUsingGET = function (id, reqId, token, observe, reportProgress) {
6818
6815
  if (observe === void 0) { observe = 'body'; }
6819
6816
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6936,6 +6933,39 @@
6936
6933
  reportProgress: reportProgress
6937
6934
  });
6938
6935
  };
6936
+ StrategyControllerService.prototype.getStrategyTargetingRecommendationUsingGET = function (id, tableEntity, reqId, token, observe, reportProgress) {
6937
+ if (observe === void 0) { observe = 'body'; }
6938
+ if (reportProgress === void 0) { reportProgress = false; }
6939
+ if (id === null || id === undefined) {
6940
+ throw new Error('Required parameter id was null or undefined when calling getStrategyTargetingRecommendationUsingGET.');
6941
+ }
6942
+ if (tableEntity === null || tableEntity === undefined) {
6943
+ throw new Error('Required parameter tableEntity was null or undefined when calling getStrategyTargetingRecommendationUsingGET.');
6944
+ }
6945
+ var headers = this.defaultHeaders;
6946
+ if (reqId !== undefined && reqId !== null) {
6947
+ headers = headers.set('reqId', String(reqId));
6948
+ }
6949
+ if (token !== undefined && token !== null) {
6950
+ headers = headers.set('token', String(token));
6951
+ }
6952
+ // to determine the Accept header
6953
+ var httpHeaderAccepts = [
6954
+ '*/*'
6955
+ ];
6956
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6957
+ if (httpHeaderAcceptSelected != undefined) {
6958
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6959
+ }
6960
+ // to determine the Content-Type header
6961
+ var consumes = [];
6962
+ return this.httpClient.get(this.basePath + "/v2/api/strategies/" + encodeURIComponent(String(id)) + "/recommendation/" + encodeURIComponent(String(tableEntity)), {
6963
+ withCredentials: this.configuration.withCredentials,
6964
+ headers: headers,
6965
+ observe: observe,
6966
+ reportProgress: reportProgress
6967
+ });
6968
+ };
6939
6969
  StrategyControllerService.prototype.inlineEditStrategyUsingPOST = function (id, strategyInlineDTO, reqId, token, observe, reportProgress) {
6940
6970
  if (observe === void 0) { observe = 'body'; }
6941
6971
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7047,6 +7077,45 @@
7047
7077
  reportProgress: reportProgress
7048
7078
  });
7049
7079
  };
7080
+ StrategyControllerService.prototype.strategyOptimizationUsingPOST = function (id, req, reqId, token, observe, reportProgress) {
7081
+ if (observe === void 0) { observe = 'body'; }
7082
+ if (reportProgress === void 0) { reportProgress = false; }
7083
+ if (id === null || id === undefined) {
7084
+ throw new Error('Required parameter id was null or undefined when calling strategyOptimizationUsingPOST.');
7085
+ }
7086
+ if (req === null || req === undefined) {
7087
+ throw new Error('Required parameter req was null or undefined when calling strategyOptimizationUsingPOST.');
7088
+ }
7089
+ var headers = this.defaultHeaders;
7090
+ if (reqId !== undefined && reqId !== null) {
7091
+ headers = headers.set('reqId', String(reqId));
7092
+ }
7093
+ if (token !== undefined && token !== null) {
7094
+ headers = headers.set('token', String(token));
7095
+ }
7096
+ // to determine the Accept header
7097
+ var httpHeaderAccepts = [
7098
+ 'application/json'
7099
+ ];
7100
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
7101
+ if (httpHeaderAcceptSelected != undefined) {
7102
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
7103
+ }
7104
+ // to determine the Content-Type header
7105
+ var consumes = [
7106
+ 'application/json'
7107
+ ];
7108
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
7109
+ if (httpContentTypeSelected != undefined) {
7110
+ headers = headers.set('Content-Type', httpContentTypeSelected);
7111
+ }
7112
+ return this.httpClient.post(this.basePath + "/v2/api/strategies/optimization/" + encodeURIComponent(String(id)), req, {
7113
+ withCredentials: this.configuration.withCredentials,
7114
+ headers: headers,
7115
+ observe: observe,
7116
+ reportProgress: reportProgress
7117
+ });
7118
+ };
7050
7119
  StrategyControllerService.prototype.updateABTestExperimentStatusUsingPOST = function (id, status, reqId, token, observe, reportProgress) {
7051
7120
  if (observe === void 0) { observe = 'body'; }
7052
7121
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7246,7 +7315,7 @@
7246
7315
  var UILoggerControllerService = /** @class */ (function () {
7247
7316
  function UILoggerControllerService(httpClient, basePath, configuration) {
7248
7317
  this.httpClient = httpClient;
7249
- this.basePath = 'https://apiv2stage3.atomex.net';
7318
+ this.basePath = 'https://apiv2stage2.atomex.net';
7250
7319
  this.defaultHeaders = new http.HttpHeaders();
7251
7320
  this.configuration = new Configuration();
7252
7321
  if (basePath) {
@@ -7336,7 +7405,7 @@
7336
7405
  var UserPreferenceControllerService = /** @class */ (function () {
7337
7406
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7338
7407
  this.httpClient = httpClient;
7339
- this.basePath = 'https://apiv2stage3.atomex.net';
7408
+ this.basePath = 'https://apiv2stage2.atomex.net';
7340
7409
  this.defaultHeaders = new http.HttpHeaders();
7341
7410
  this.configuration = new Configuration();
7342
7411
  if (basePath) {
@@ -7706,7 +7775,8 @@
7706
7775
  DYNAMICHTML: 'DYNAMIC_HTML',
7707
7776
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7708
7777
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7709
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7778
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7779
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7710
7780
  };
7711
7781
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7712
7782
 
@@ -7785,6 +7855,25 @@
7785
7855
  };
7786
7856
  })(exports.CreativeDTO || (exports.CreativeDTO = {}));
7787
7857
 
7858
+ exports.CreativeDetails = void 0;
7859
+ (function (CreativeDetails) {
7860
+ CreativeDetails.CreativeSetTypeEnum = {
7861
+ IMAGE: 'IMAGE',
7862
+ VIDEO: 'VIDEO',
7863
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
7864
+ ZIPPEDHTML: 'ZIPPED_HTML',
7865
+ NATIVEIMAGE: 'NATIVE_IMAGE',
7866
+ NATIVEVIDEO: 'NATIVE_VIDEO',
7867
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7868
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
7869
+ DYNAMICHTML: 'DYNAMIC_HTML',
7870
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7871
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7872
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7873
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7874
+ };
7875
+ })(exports.CreativeDetails || (exports.CreativeDetails = {}));
7876
+
7788
7877
  exports.CreativeFileForSet = void 0;
7789
7878
  (function (CreativeFileForSet) {
7790
7879
  CreativeFileForSet.TypeEnum = {
@@ -7864,7 +7953,8 @@
7864
7953
  DYNAMICHTML: 'DYNAMIC_HTML',
7865
7954
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7866
7955
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7867
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7956
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7957
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7868
7958
  };
7869
7959
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7870
7960
 
@@ -7882,7 +7972,8 @@
7882
7972
  DYNAMICHTML: 'DYNAMIC_HTML',
7883
7973
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7884
7974
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7885
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7975
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7976
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7886
7977
  };
7887
7978
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7888
7979
 
@@ -7900,7 +7991,8 @@
7900
7991
  DYNAMICHTML: 'DYNAMIC_HTML',
7901
7992
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7902
7993
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7903
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7994
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7995
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7904
7996
  };
7905
7997
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7906
7998
 
@@ -7929,7 +8021,8 @@
7929
8021
  DYNAMICHTML: 'DYNAMIC_HTML',
7930
8022
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7931
8023
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7932
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
8024
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8025
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7933
8026
  };
7934
8027
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7935
8028
 
@@ -7978,7 +8071,8 @@
7978
8071
  DYNAMICHTML: 'DYNAMIC_HTML',
7979
8072
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7980
8073
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7981
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
8074
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8075
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7982
8076
  };
7983
8077
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7984
8078