@revxui/api-clients-ts 0.10.260 → 0.10.262

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 (96) hide show
  1. package/README.md +2 -2
  2. package/api/campaignController.service.d.ts +0 -14
  3. package/api/creativeSetsController.service.d.ts +0 -15
  4. package/api/sliceXController.service.d.ts +20 -6
  5. package/bundles/revxui-api-clients-ts.umd.js +62 -125
  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 +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 -36
  17. package/esm2015/api/catalogController.service.js +2 -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 +2 -39
  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 +39 -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/campaignDTO.js +1 -1
  33. package/esm2015/model/clickDestination.js +1 -1
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativeSetRequest.js +1 -1
  36. package/esm2015/model/models.js +1 -2
  37. package/esm2015/model/slicexRequestExtended.js +1 -0
  38. package/esm5/api/adminController.service.js +2 -2
  39. package/esm5/api/advertiserController.service.js +2 -2
  40. package/esm5/api/appSettingsController.service.js +2 -2
  41. package/esm5/api/audienceController.service.js +2 -2
  42. package/esm5/api/auditController.service.js +2 -2
  43. package/esm5/api/bulkStrategyController.service.js +2 -2
  44. package/esm5/api/cSSThemeController_.service.js +2 -2
  45. package/esm5/api/campaignController.service.js +2 -38
  46. package/esm5/api/catalogController.service.js +2 -2
  47. package/esm5/api/clickDestinationController.service.js +2 -2
  48. package/esm5/api/creativeController.service.js +2 -2
  49. package/esm5/api/creativeSetsController.service.js +2 -41
  50. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  51. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  52. package/esm5/api/creativeTemplatesController.service.js +2 -2
  53. package/esm5/api/dashboardController.service.js +2 -2
  54. package/esm5/api/notificationsController.service.js +2 -2
  55. package/esm5/api/pixelController.service.js +2 -2
  56. package/esm5/api/reportingController.service.js +2 -2
  57. package/esm5/api/sliceXController.service.js +41 -2
  58. package/esm5/api/strategyController.service.js +2 -2
  59. package/esm5/api/uILoggerController.service.js +2 -2
  60. package/esm5/api/userPreferenceController.service.js +2 -2
  61. package/esm5/model/campaignDTO.js +1 -1
  62. package/esm5/model/clickDestination.js +1 -1
  63. package/esm5/model/creativeDTO.js +1 -1
  64. package/esm5/model/creativeSetRequest.js +1 -1
  65. package/esm5/model/models.js +1 -2
  66. package/esm5/model/slicexRequestExtended.js +1 -0
  67. package/fesm2015/revxui-api-clients-ts.js +61 -122
  68. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  69. package/fesm5/revxui-api-clients-ts.js +63 -126
  70. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  71. package/model/campaignDTO.d.ts +0 -4
  72. package/model/clickDestination.d.ts +0 -1
  73. package/model/creativeDTO.d.ts +0 -3
  74. package/model/creativeSetRequest.d.ts +0 -1
  75. package/model/models.d.ts +1 -6
  76. package/model/slicexRequestExtended.d.ts +20 -0
  77. package/package.json +1 -1
  78. package/revxui-api-clients-ts.metadata.json +1 -1
  79. package/esm2015/model/apiListResponseIncrementalityReportResponse.js +0 -1
  80. package/esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js +0 -1
  81. package/esm2015/model/duplicateCreativeSetResponse.js +0 -27
  82. package/esm2015/model/duplicateCreativeSetsRequestDTO.js +0 -1
  83. package/esm2015/model/incrementalityReportDTO.js +0 -12
  84. package/esm2015/model/incrementalityReportResponse.js +0 -12
  85. package/esm5/model/apiListResponseIncrementalityReportResponse.js +0 -1
  86. package/esm5/model/apiResponseObjectDuplicateCreativeSetResponse.js +0 -1
  87. package/esm5/model/duplicateCreativeSetResponse.js +0 -27
  88. package/esm5/model/duplicateCreativeSetsRequestDTO.js +0 -1
  89. package/esm5/model/incrementalityReportDTO.js +0 -12
  90. package/esm5/model/incrementalityReportResponse.js +0 -12
  91. package/model/apiListResponseIncrementalityReportResponse.d.ts +0 -16
  92. package/model/apiResponseObjectDuplicateCreativeSetResponse.d.ts +0 -17
  93. package/model/duplicateCreativeSetResponse.d.ts +0 -33
  94. package/model/duplicateCreativeSetsRequestDTO.d.ts +0 -21
  95. package/model/incrementalityReportDTO.d.ts +0 -17
  96. package/model/incrementalityReportResponse.d.ts +0 -24
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://apiv2stage1.atomex.net';
90
+ this.basePath = 'https://apiv2stage3.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://apiv2stage1.atomex.net';
307
+ this.basePath = 'https://apiv2stage3.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://apiv2stage1.atomex.net';
753
+ this.basePath = 'https://apiv2stage3.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AudienceControllerService = /** @class */ (function () {
921
921
  function AudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage1.atomex.net';
923
+ this.basePath = 'https://apiv2stage3.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1643,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
1643
1643
  var AuditControllerService = /** @class */ (function () {
1644
1644
  function AuditControllerService(httpClient, basePath, configuration) {
1645
1645
  this.httpClient = httpClient;
1646
- this.basePath = 'https://apiv2stage1.atomex.net';
1646
+ this.basePath = 'https://apiv2stage3.atomex.net';
1647
1647
  this.defaultHeaders = new HttpHeaders();
1648
1648
  this.configuration = new Configuration();
1649
1649
  if (basePath) {
@@ -1842,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
1842
1842
  var BulkStrategyControllerService = /** @class */ (function () {
1843
1843
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1844
1844
  this.httpClient = httpClient;
1845
- this.basePath = 'https://apiv2stage1.atomex.net';
1845
+ this.basePath = 'https://apiv2stage3.atomex.net';
1846
1846
  this.defaultHeaders = new HttpHeaders();
1847
1847
  this.configuration = new Configuration();
1848
1848
  if (basePath) {
@@ -2085,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2085
2085
  var CSSThemeController_Service = /** @class */ (function () {
2086
2086
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2087
2087
  this.httpClient = httpClient;
2088
- this.basePath = 'https://apiv2stage1.atomex.net';
2088
+ this.basePath = 'https://apiv2stage3.atomex.net';
2089
2089
  this.defaultHeaders = new HttpHeaders();
2090
2090
  this.configuration = new Configuration();
2091
2091
  if (basePath) {
@@ -2206,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2206
2206
  var CampaignControllerService = /** @class */ (function () {
2207
2207
  function CampaignControllerService(httpClient, basePath, configuration) {
2208
2208
  this.httpClient = httpClient;
2209
- this.basePath = 'https://apiv2stage1.atomex.net';
2209
+ this.basePath = 'https://apiv2stage3.atomex.net';
2210
2210
  this.defaultHeaders = new HttpHeaders();
2211
2211
  this.configuration = new Configuration();
2212
2212
  if (basePath) {
@@ -2427,42 +2427,6 @@ var CampaignControllerService = /** @class */ (function () {
2427
2427
  reportProgress: reportProgress
2428
2428
  });
2429
2429
  };
2430
- CampaignControllerService.prototype.incrementalityReportUsingPOST = function (incrementalityReportDTO, reqId, token, observe, reportProgress) {
2431
- if (observe === void 0) { observe = 'body'; }
2432
- if (reportProgress === void 0) { reportProgress = false; }
2433
- if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
2434
- throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
2435
- }
2436
- var headers = this.defaultHeaders;
2437
- if (reqId !== undefined && reqId !== null) {
2438
- headers = headers.set('reqId', String(reqId));
2439
- }
2440
- if (token !== undefined && token !== null) {
2441
- headers = headers.set('token', String(token));
2442
- }
2443
- // to determine the Accept header
2444
- var httpHeaderAccepts = [
2445
- 'application/json'
2446
- ];
2447
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2448
- if (httpHeaderAcceptSelected != undefined) {
2449
- headers = headers.set('Accept', httpHeaderAcceptSelected);
2450
- }
2451
- // to determine the Content-Type header
2452
- var consumes = [
2453
- 'application/json'
2454
- ];
2455
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
2456
- if (httpContentTypeSelected != undefined) {
2457
- headers = headers.set('Content-Type', httpContentTypeSelected);
2458
- }
2459
- return this.httpClient.post(this.basePath + "/v2/api/campaigns/incrementalityreport", incrementalityReportDTO, {
2460
- withCredentials: this.configuration.withCredentials,
2461
- headers: headers,
2462
- observe: observe,
2463
- reportProgress: reportProgress
2464
- });
2465
- };
2466
2430
  CampaignControllerService.prototype.updateCampaignUsingPOST = function (campaign, id, reqId, token, observe, reportProgress) {
2467
2431
  if (observe === void 0) { observe = 'body'; }
2468
2432
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2528,7 +2492,7 @@ var CampaignControllerService = /** @class */ (function () {
2528
2492
  var CatalogControllerService = /** @class */ (function () {
2529
2493
  function CatalogControllerService(httpClient, basePath, configuration) {
2530
2494
  this.httpClient = httpClient;
2531
- this.basePath = 'https://apiv2stage1.atomex.net';
2495
+ this.basePath = 'https://apiv2stage3.atomex.net';
2532
2496
  this.defaultHeaders = new HttpHeaders();
2533
2497
  this.configuration = new Configuration();
2534
2498
  if (basePath) {
@@ -2751,7 +2715,7 @@ var CatalogControllerService = /** @class */ (function () {
2751
2715
  var ClickDestinationControllerService = /** @class */ (function () {
2752
2716
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2753
2717
  this.httpClient = httpClient;
2754
- this.basePath = 'https://apiv2stage1.atomex.net';
2718
+ this.basePath = 'https://apiv2stage3.atomex.net';
2755
2719
  this.defaultHeaders = new HttpHeaders();
2756
2720
  this.configuration = new Configuration();
2757
2721
  if (basePath) {
@@ -3001,7 +2965,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3001
2965
  var CreativeControllerService = /** @class */ (function () {
3002
2966
  function CreativeControllerService(httpClient, basePath, configuration) {
3003
2967
  this.httpClient = httpClient;
3004
- this.basePath = 'https://apiv2stage1.atomex.net';
2968
+ this.basePath = 'https://apiv2stage3.atomex.net';
3005
2969
  this.defaultHeaders = new HttpHeaders();
3006
2970
  this.configuration = new Configuration();
3007
2971
  if (basePath) {
@@ -3478,7 +3442,7 @@ var CreativeControllerService = /** @class */ (function () {
3478
3442
  var CreativeSetsControllerService = /** @class */ (function () {
3479
3443
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3480
3444
  this.httpClient = httpClient;
3481
- this.basePath = 'https://apiv2stage1.atomex.net';
3445
+ this.basePath = 'https://apiv2stage3.atomex.net';
3482
3446
  this.defaultHeaders = new HttpHeaders();
3483
3447
  this.configuration = new Configuration();
3484
3448
  if (basePath) {
@@ -3549,45 +3513,6 @@ var CreativeSetsControllerService = /** @class */ (function () {
3549
3513
  reportProgress: reportProgress
3550
3514
  });
3551
3515
  };
3552
- CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
3553
- if (observe === void 0) { observe = 'body'; }
3554
- if (reportProgress === void 0) { reportProgress = false; }
3555
- if (dto === null || dto === undefined) {
3556
- throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3557
- }
3558
- if (id === null || id === undefined) {
3559
- throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3560
- }
3561
- var headers = this.defaultHeaders;
3562
- if (reqId !== undefined && reqId !== null) {
3563
- headers = headers.set('reqId', String(reqId));
3564
- }
3565
- if (token !== undefined && token !== null) {
3566
- headers = headers.set('token', String(token));
3567
- }
3568
- // to determine the Accept header
3569
- var httpHeaderAccepts = [
3570
- 'application/json'
3571
- ];
3572
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3573
- if (httpHeaderAcceptSelected != undefined) {
3574
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3575
- }
3576
- // to determine the Content-Type header
3577
- var consumes = [
3578
- 'application/json'
3579
- ];
3580
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3581
- if (httpContentTypeSelected != undefined) {
3582
- headers = headers.set('Content-Type', httpContentTypeSelected);
3583
- }
3584
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
3585
- withCredentials: this.configuration.withCredentials,
3586
- headers: headers,
3587
- observe: observe,
3588
- reportProgress: reportProgress
3589
- });
3590
- };
3591
3516
  CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
3592
3517
  if (observe === void 0) { observe = 'body'; }
3593
3518
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3852,7 +3777,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3852
3777
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3853
3778
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3854
3779
  this.httpClient = httpClient;
3855
- this.basePath = 'https://apiv2stage1.atomex.net';
3780
+ this.basePath = 'https://apiv2stage3.atomex.net';
3856
3781
  this.defaultHeaders = new HttpHeaders();
3857
3782
  this.configuration = new Configuration();
3858
3783
  if (basePath) {
@@ -4053,7 +3978,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4053
3978
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4054
3979
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4055
3980
  this.httpClient = httpClient;
4056
- this.basePath = 'https://apiv2stage1.atomex.net';
3981
+ this.basePath = 'https://apiv2stage3.atomex.net';
4057
3982
  this.defaultHeaders = new HttpHeaders();
4058
3983
  this.configuration = new Configuration();
4059
3984
  if (basePath) {
@@ -4141,7 +4066,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4141
4066
  var CreativeTemplatesControllerService = /** @class */ (function () {
4142
4067
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4143
4068
  this.httpClient = httpClient;
4144
- this.basePath = 'https://apiv2stage1.atomex.net';
4069
+ this.basePath = 'https://apiv2stage3.atomex.net';
4145
4070
  this.defaultHeaders = new HttpHeaders();
4146
4071
  this.configuration = new Configuration();
4147
4072
  if (basePath) {
@@ -4320,7 +4245,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4320
4245
  var DashboardControllerService = /** @class */ (function () {
4321
4246
  function DashboardControllerService(httpClient, basePath, configuration) {
4322
4247
  this.httpClient = httpClient;
4323
- this.basePath = 'https://apiv2stage1.atomex.net';
4248
+ this.basePath = 'https://apiv2stage3.atomex.net';
4324
4249
  this.defaultHeaders = new HttpHeaders();
4325
4250
  this.configuration = new Configuration();
4326
4251
  if (basePath) {
@@ -4977,7 +4902,7 @@ var DashboardControllerService = /** @class */ (function () {
4977
4902
  var NotificationsControllerService = /** @class */ (function () {
4978
4903
  function NotificationsControllerService(httpClient, basePath, configuration) {
4979
4904
  this.httpClient = httpClient;
4980
- this.basePath = 'https://apiv2stage1.atomex.net';
4905
+ this.basePath = 'https://apiv2stage3.atomex.net';
4981
4906
  this.defaultHeaders = new HttpHeaders();
4982
4907
  this.configuration = new Configuration();
4983
4908
  if (basePath) {
@@ -5176,7 +5101,7 @@ var NotificationsControllerService = /** @class */ (function () {
5176
5101
  var PixelControllerService = /** @class */ (function () {
5177
5102
  function PixelControllerService(httpClient, basePath, configuration) {
5178
5103
  this.httpClient = httpClient;
5179
- this.basePath = 'https://apiv2stage1.atomex.net';
5104
+ this.basePath = 'https://apiv2stage3.atomex.net';
5180
5105
  this.defaultHeaders = new HttpHeaders();
5181
5106
  this.configuration = new Configuration();
5182
5107
  if (basePath) {
@@ -5505,7 +5430,7 @@ var PixelControllerService = /** @class */ (function () {
5505
5430
  var ReportingControllerService = /** @class */ (function () {
5506
5431
  function ReportingControllerService(httpClient, basePath, configuration) {
5507
5432
  this.httpClient = httpClient;
5508
- this.basePath = 'https://apiv2stage1.atomex.net';
5433
+ this.basePath = 'https://apiv2stage3.atomex.net';
5509
5434
  this.defaultHeaders = new HttpHeaders();
5510
5435
  this.configuration = new Configuration();
5511
5436
  if (basePath) {
@@ -5689,7 +5614,7 @@ var ReportingControllerService = /** @class */ (function () {
5689
5614
  var SliceXControllerService = /** @class */ (function () {
5690
5615
  function SliceXControllerService(httpClient, basePath, configuration) {
5691
5616
  this.httpClient = httpClient;
5692
- this.basePath = 'https://apiv2stage1.atomex.net';
5617
+ this.basePath = 'https://apiv2stage3.atomex.net';
5693
5618
  this.defaultHeaders = new HttpHeaders();
5694
5619
  this.configuration = new Configuration();
5695
5620
  if (basePath) {
@@ -5804,6 +5729,45 @@ var SliceXControllerService = /** @class */ (function () {
5804
5729
  reportProgress: reportProgress
5805
5730
  });
5806
5731
  };
5732
+ SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
5733
+ if (observe === void 0) { observe = 'body'; }
5734
+ if (reportProgress === void 0) { reportProgress = false; }
5735
+ if (entity === null || entity === undefined) {
5736
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
5737
+ }
5738
+ if (slicexRequestExt === null || slicexRequestExt === undefined) {
5739
+ throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
5740
+ }
5741
+ var headers = this.defaultHeaders;
5742
+ if (reqId !== undefined && reqId !== null) {
5743
+ headers = headers.set('reqId', String(reqId));
5744
+ }
5745
+ if (token !== undefined && token !== null) {
5746
+ headers = headers.set('token', String(token));
5747
+ }
5748
+ // to determine the Accept header
5749
+ var httpHeaderAccepts = [
5750
+ 'application/json'
5751
+ ];
5752
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5753
+ if (httpHeaderAcceptSelected != undefined) {
5754
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5755
+ }
5756
+ // to determine the Content-Type header
5757
+ var consumes = [
5758
+ 'application/json'
5759
+ ];
5760
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5761
+ if (httpContentTypeSelected != undefined) {
5762
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5763
+ }
5764
+ return this.httpClient.post(this.basePath + "/v2/api/slicex/list/details/" + encodeURIComponent(String(entity)), slicexRequestExt, {
5765
+ withCredentials: this.configuration.withCredentials,
5766
+ headers: headers,
5767
+ observe: observe,
5768
+ reportProgress: reportProgress
5769
+ });
5770
+ };
5807
5771
  SliceXControllerService.prototype.getSlicexListDataForExportUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
5808
5772
  if (observe === void 0) { observe = 'body'; }
5809
5773
  if (reportProgress === void 0) { reportProgress = false; }
@@ -5874,7 +5838,7 @@ var SliceXControllerService = /** @class */ (function () {
5874
5838
  var StrategyControllerService = /** @class */ (function () {
5875
5839
  function StrategyControllerService(httpClient, basePath, configuration) {
5876
5840
  this.httpClient = httpClient;
5877
- this.basePath = 'https://apiv2stage1.atomex.net';
5841
+ this.basePath = 'https://apiv2stage3.atomex.net';
5878
5842
  this.defaultHeaders = new HttpHeaders();
5879
5843
  this.configuration = new Configuration();
5880
5844
  if (basePath) {
@@ -6535,7 +6499,7 @@ var StrategyControllerService = /** @class */ (function () {
6535
6499
  var UILoggerControllerService = /** @class */ (function () {
6536
6500
  function UILoggerControllerService(httpClient, basePath, configuration) {
6537
6501
  this.httpClient = httpClient;
6538
- this.basePath = 'https://apiv2stage1.atomex.net';
6502
+ this.basePath = 'https://apiv2stage3.atomex.net';
6539
6503
  this.defaultHeaders = new HttpHeaders();
6540
6504
  this.configuration = new Configuration();
6541
6505
  if (basePath) {
@@ -6637,7 +6601,7 @@ var UILoggerControllerService = /** @class */ (function () {
6637
6601
  var UserPreferenceControllerService = /** @class */ (function () {
6638
6602
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6639
6603
  this.httpClient = httpClient;
6640
- this.basePath = 'https://apiv2stage1.atomex.net';
6604
+ this.basePath = 'https://apiv2stage3.atomex.net';
6641
6605
  this.defaultHeaders = new HttpHeaders();
6642
6606
  this.configuration = new Configuration();
6643
6607
  if (basePath) {
@@ -7208,33 +7172,6 @@ var DcoAttributesDTO;
7208
7172
  };
7209
7173
  })(DcoAttributesDTO || (DcoAttributesDTO = {}));
7210
7174
 
7211
- /**
7212
- * Api Documentation
7213
- * Api Documentation
7214
- *
7215
- * OpenAPI spec version: 1.0
7216
- *
7217
- *
7218
- * NOTE: This class is auto generated by the swagger code generator program.
7219
- * https://github.com/swagger-api/swagger-codegen.git
7220
- * Do not edit the class manually.
7221
- */
7222
- var DuplicateCreativeSetResponse;
7223
- (function (DuplicateCreativeSetResponse) {
7224
- DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
7225
- IMAGE: 'IMAGE',
7226
- VIDEO: 'VIDEO',
7227
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
7228
- ZIPPEDHTML: 'ZIPPED_HTML',
7229
- NATIVEIMAGE: 'NATIVE_IMAGE',
7230
- NATIVEVIDEO: 'NATIVE_VIDEO',
7231
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7232
- DYNAMICMACRO: 'DYNAMIC_MACRO',
7233
- DYNAMICHTML: 'DYNAMIC_HTML',
7234
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7235
- };
7236
- })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
7237
-
7238
7175
  /**
7239
7176
  * Api Documentation
7240
7177
  * Api Documentation
@@ -7727,5 +7664,5 @@ var ApiModule = /** @class */ (function () {
7727
7664
  * Generated bundle index. Do not edit.
7728
7665
  */
7729
7666
 
7730
- export { APIS, 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 };
7667
+ export { APIS, 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, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7731
7668
  //# sourceMappingURL=revxui-api-clients-ts.js.map