@revxui/api-clients-ts 0.10.257 → 0.10.258

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 (85) hide show
  1. package/README.md +2 -2
  2. package/api/campaignController.service.d.ts +14 -0
  3. package/bundles/revxui-api-clients-ts.umd.js +59 -23
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +36 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiListResponseIncrementalityReportResponse.js +1 -0
  31. package/esm2015/model/campaignDTO.js +1 -1
  32. package/esm2015/model/clickDestination.js +1 -1
  33. package/esm2015/model/creativeDTO.js +1 -1
  34. package/esm2015/model/creativeSetRequest.js +1 -1
  35. package/esm2015/model/eligibleUsersRequest.js +1 -1
  36. package/esm2015/model/incrementalityReportDTO.js +1 -0
  37. package/esm2015/model/incrementalityReportResponse.js +12 -0
  38. package/esm2015/model/models.js +1 -1
  39. package/esm5/api/adminController.service.js +2 -2
  40. package/esm5/api/advertiserController.service.js +2 -2
  41. package/esm5/api/appSettingsController.service.js +2 -2
  42. package/esm5/api/audienceController.service.js +2 -2
  43. package/esm5/api/auditController.service.js +2 -2
  44. package/esm5/api/bulkStrategyController.service.js +2 -2
  45. package/esm5/api/cSSThemeController_.service.js +2 -2
  46. package/esm5/api/campaignController.service.js +38 -2
  47. package/esm5/api/catalogController.service.js +2 -2
  48. package/esm5/api/clickDestinationController.service.js +2 -2
  49. package/esm5/api/creativeController.service.js +2 -2
  50. package/esm5/api/creativeSetsController.service.js +2 -2
  51. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  52. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  53. package/esm5/api/creativeTemplatesController.service.js +2 -2
  54. package/esm5/api/dashboardController.service.js +2 -2
  55. package/esm5/api/notificationsController.service.js +2 -2
  56. package/esm5/api/pixelController.service.js +2 -2
  57. package/esm5/api/reportingController.service.js +2 -2
  58. package/esm5/api/sliceXController.service.js +2 -2
  59. package/esm5/api/strategyController.service.js +2 -2
  60. package/esm5/api/uILoggerController.service.js +2 -2
  61. package/esm5/api/userPreferenceController.service.js +2 -2
  62. package/esm5/model/apiListResponseIncrementalityReportResponse.js +1 -0
  63. package/esm5/model/campaignDTO.js +1 -1
  64. package/esm5/model/clickDestination.js +1 -1
  65. package/esm5/model/creativeDTO.js +1 -1
  66. package/esm5/model/creativeSetRequest.js +1 -1
  67. package/esm5/model/eligibleUsersRequest.js +1 -1
  68. package/esm5/model/incrementalityReportDTO.js +1 -0
  69. package/esm5/model/incrementalityReportResponse.js +12 -0
  70. package/esm5/model/models.js +1 -1
  71. package/fesm2015/revxui-api-clients-ts.js +57 -23
  72. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  73. package/fesm5/revxui-api-clients-ts.js +59 -23
  74. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  75. package/model/apiListResponseIncrementalityReportResponse.d.ts +16 -0
  76. package/model/campaignDTO.d.ts +4 -0
  77. package/model/clickDestination.d.ts +1 -0
  78. package/model/creativeDTO.d.ts +3 -0
  79. package/model/creativeSetRequest.d.ts +1 -0
  80. package/model/eligibleUsersRequest.d.ts +0 -1
  81. package/model/incrementalityReportDTO.d.ts +19 -0
  82. package/model/incrementalityReportResponse.d.ts +24 -0
  83. package/model/models.d.ts +3 -0
  84. package/package.json +1 -1
  85. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage3.atomex.net';
1646
+ this.basePath = 'https://apiv2stage2.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://apiv2stage3.atomex.net';
1845
+ this.basePath = 'https://apiv2stage2.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://apiv2stage3.atomex.net';
2088
+ this.basePath = 'https://apiv2stage2.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://apiv2stage3.atomex.net';
2209
+ this.basePath = 'https://apiv2stage2.atomex.net';
2210
2210
  this.defaultHeaders = new HttpHeaders();
2211
2211
  this.configuration = new Configuration();
2212
2212
  if (basePath) {
@@ -2427,6 +2427,42 @@ 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
+ };
2430
2466
  CampaignControllerService.prototype.updateCampaignUsingPOST = function (campaign, id, reqId, token, observe, reportProgress) {
2431
2467
  if (observe === void 0) { observe = 'body'; }
2432
2468
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2492,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
2492
2528
  var CatalogControllerService = /** @class */ (function () {
2493
2529
  function CatalogControllerService(httpClient, basePath, configuration) {
2494
2530
  this.httpClient = httpClient;
2495
- this.basePath = 'https://apiv2stage3.atomex.net';
2531
+ this.basePath = 'https://apiv2stage2.atomex.net';
2496
2532
  this.defaultHeaders = new HttpHeaders();
2497
2533
  this.configuration = new Configuration();
2498
2534
  if (basePath) {
@@ -2715,7 +2751,7 @@ var CatalogControllerService = /** @class */ (function () {
2715
2751
  var ClickDestinationControllerService = /** @class */ (function () {
2716
2752
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2717
2753
  this.httpClient = httpClient;
2718
- this.basePath = 'https://apiv2stage3.atomex.net';
2754
+ this.basePath = 'https://apiv2stage2.atomex.net';
2719
2755
  this.defaultHeaders = new HttpHeaders();
2720
2756
  this.configuration = new Configuration();
2721
2757
  if (basePath) {
@@ -2965,7 +3001,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2965
3001
  var CreativeControllerService = /** @class */ (function () {
2966
3002
  function CreativeControllerService(httpClient, basePath, configuration) {
2967
3003
  this.httpClient = httpClient;
2968
- this.basePath = 'https://apiv2stage3.atomex.net';
3004
+ this.basePath = 'https://apiv2stage2.atomex.net';
2969
3005
  this.defaultHeaders = new HttpHeaders();
2970
3006
  this.configuration = new Configuration();
2971
3007
  if (basePath) {
@@ -3442,7 +3478,7 @@ var CreativeControllerService = /** @class */ (function () {
3442
3478
  var CreativeSetsControllerService = /** @class */ (function () {
3443
3479
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3444
3480
  this.httpClient = httpClient;
3445
- this.basePath = 'https://apiv2stage3.atomex.net';
3481
+ this.basePath = 'https://apiv2stage2.atomex.net';
3446
3482
  this.defaultHeaders = new HttpHeaders();
3447
3483
  this.configuration = new Configuration();
3448
3484
  if (basePath) {
@@ -3777,7 +3813,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3777
3813
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3778
3814
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3779
3815
  this.httpClient = httpClient;
3780
- this.basePath = 'https://apiv2stage3.atomex.net';
3816
+ this.basePath = 'https://apiv2stage2.atomex.net';
3781
3817
  this.defaultHeaders = new HttpHeaders();
3782
3818
  this.configuration = new Configuration();
3783
3819
  if (basePath) {
@@ -3978,7 +4014,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3978
4014
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3979
4015
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3980
4016
  this.httpClient = httpClient;
3981
- this.basePath = 'https://apiv2stage3.atomex.net';
4017
+ this.basePath = 'https://apiv2stage2.atomex.net';
3982
4018
  this.defaultHeaders = new HttpHeaders();
3983
4019
  this.configuration = new Configuration();
3984
4020
  if (basePath) {
@@ -4066,7 +4102,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4066
4102
  var CreativeTemplatesControllerService = /** @class */ (function () {
4067
4103
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4068
4104
  this.httpClient = httpClient;
4069
- this.basePath = 'https://apiv2stage3.atomex.net';
4105
+ this.basePath = 'https://apiv2stage2.atomex.net';
4070
4106
  this.defaultHeaders = new HttpHeaders();
4071
4107
  this.configuration = new Configuration();
4072
4108
  if (basePath) {
@@ -4245,7 +4281,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4245
4281
  var DashboardControllerService = /** @class */ (function () {
4246
4282
  function DashboardControllerService(httpClient, basePath, configuration) {
4247
4283
  this.httpClient = httpClient;
4248
- this.basePath = 'https://apiv2stage3.atomex.net';
4284
+ this.basePath = 'https://apiv2stage2.atomex.net';
4249
4285
  this.defaultHeaders = new HttpHeaders();
4250
4286
  this.configuration = new Configuration();
4251
4287
  if (basePath) {
@@ -4902,7 +4938,7 @@ var DashboardControllerService = /** @class */ (function () {
4902
4938
  var NotificationsControllerService = /** @class */ (function () {
4903
4939
  function NotificationsControllerService(httpClient, basePath, configuration) {
4904
4940
  this.httpClient = httpClient;
4905
- this.basePath = 'https://apiv2stage3.atomex.net';
4941
+ this.basePath = 'https://apiv2stage2.atomex.net';
4906
4942
  this.defaultHeaders = new HttpHeaders();
4907
4943
  this.configuration = new Configuration();
4908
4944
  if (basePath) {
@@ -5101,7 +5137,7 @@ var NotificationsControllerService = /** @class */ (function () {
5101
5137
  var PixelControllerService = /** @class */ (function () {
5102
5138
  function PixelControllerService(httpClient, basePath, configuration) {
5103
5139
  this.httpClient = httpClient;
5104
- this.basePath = 'https://apiv2stage3.atomex.net';
5140
+ this.basePath = 'https://apiv2stage2.atomex.net';
5105
5141
  this.defaultHeaders = new HttpHeaders();
5106
5142
  this.configuration = new Configuration();
5107
5143
  if (basePath) {
@@ -5430,7 +5466,7 @@ var PixelControllerService = /** @class */ (function () {
5430
5466
  var ReportingControllerService = /** @class */ (function () {
5431
5467
  function ReportingControllerService(httpClient, basePath, configuration) {
5432
5468
  this.httpClient = httpClient;
5433
- this.basePath = 'https://apiv2stage3.atomex.net';
5469
+ this.basePath = 'https://apiv2stage2.atomex.net';
5434
5470
  this.defaultHeaders = new HttpHeaders();
5435
5471
  this.configuration = new Configuration();
5436
5472
  if (basePath) {
@@ -5614,7 +5650,7 @@ var ReportingControllerService = /** @class */ (function () {
5614
5650
  var SliceXControllerService = /** @class */ (function () {
5615
5651
  function SliceXControllerService(httpClient, basePath, configuration) {
5616
5652
  this.httpClient = httpClient;
5617
- this.basePath = 'https://apiv2stage3.atomex.net';
5653
+ this.basePath = 'https://apiv2stage2.atomex.net';
5618
5654
  this.defaultHeaders = new HttpHeaders();
5619
5655
  this.configuration = new Configuration();
5620
5656
  if (basePath) {
@@ -5799,7 +5835,7 @@ var SliceXControllerService = /** @class */ (function () {
5799
5835
  var StrategyControllerService = /** @class */ (function () {
5800
5836
  function StrategyControllerService(httpClient, basePath, configuration) {
5801
5837
  this.httpClient = httpClient;
5802
- this.basePath = 'https://apiv2stage3.atomex.net';
5838
+ this.basePath = 'https://apiv2stage2.atomex.net';
5803
5839
  this.defaultHeaders = new HttpHeaders();
5804
5840
  this.configuration = new Configuration();
5805
5841
  if (basePath) {
@@ -6460,7 +6496,7 @@ var StrategyControllerService = /** @class */ (function () {
6460
6496
  var UILoggerControllerService = /** @class */ (function () {
6461
6497
  function UILoggerControllerService(httpClient, basePath, configuration) {
6462
6498
  this.httpClient = httpClient;
6463
- this.basePath = 'https://apiv2stage3.atomex.net';
6499
+ this.basePath = 'https://apiv2stage2.atomex.net';
6464
6500
  this.defaultHeaders = new HttpHeaders();
6465
6501
  this.configuration = new Configuration();
6466
6502
  if (basePath) {
@@ -6562,7 +6598,7 @@ var UILoggerControllerService = /** @class */ (function () {
6562
6598
  var UserPreferenceControllerService = /** @class */ (function () {
6563
6599
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6564
6600
  this.httpClient = httpClient;
6565
- this.basePath = 'https://apiv2stage3.atomex.net';
6601
+ this.basePath = 'https://apiv2stage2.atomex.net';
6566
6602
  this.defaultHeaders = new HttpHeaders();
6567
6603
  this.configuration = new Configuration();
6568
6604
  if (basePath) {