@revxui/api-clients-ts 0.10.237 → 0.10.238

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 (73) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.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 +36 -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 +2 -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/apiResponseObjectEligibleUsersResponse.js +1 -0
  31. package/esm2015/model/eligibleUsersRequest.js +12 -0
  32. package/esm2015/model/eligibleUsersResponse.js +12 -0
  33. package/esm2015/model/models.js +1 -1
  34. package/esm2015/model/slicexListResponse.js +1 -1
  35. package/esm5/api/adminController.service.js +2 -2
  36. package/esm5/api/advertiserController.service.js +2 -2
  37. package/esm5/api/appSettingsController.service.js +2 -2
  38. package/esm5/api/audienceController.service.js +38 -2
  39. package/esm5/api/auditController.service.js +2 -2
  40. package/esm5/api/bulkStrategyController.service.js +2 -2
  41. package/esm5/api/cSSThemeController_.service.js +2 -2
  42. package/esm5/api/campaignController.service.js +2 -2
  43. package/esm5/api/catalogController.service.js +2 -2
  44. package/esm5/api/clickDestinationController.service.js +2 -2
  45. package/esm5/api/creativeController.service.js +2 -2
  46. package/esm5/api/creativeSetsController.service.js +2 -2
  47. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  48. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  49. package/esm5/api/creativeTemplatesController.service.js +2 -2
  50. package/esm5/api/dashboardController.service.js +2 -2
  51. package/esm5/api/notificationsController.service.js +2 -2
  52. package/esm5/api/pixelController.service.js +2 -2
  53. package/esm5/api/reportingController.service.js +2 -2
  54. package/esm5/api/sliceXController.service.js +2 -2
  55. package/esm5/api/strategyController.service.js +2 -2
  56. package/esm5/api/uILoggerController.service.js +2 -2
  57. package/esm5/api/userPreferenceController.service.js +2 -2
  58. package/esm5/model/apiResponseObjectEligibleUsersResponse.js +1 -0
  59. package/esm5/model/eligibleUsersRequest.js +12 -0
  60. package/esm5/model/eligibleUsersResponse.js +12 -0
  61. package/esm5/model/models.js +1 -1
  62. package/esm5/model/slicexListResponse.js +1 -1
  63. package/fesm2015/revxui-api-clients-ts.js +57 -23
  64. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  65. package/fesm5/revxui-api-clients-ts.js +59 -23
  66. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  67. package/model/apiResponseObjectEligibleUsersResponse.d.ts +17 -0
  68. package/model/eligibleUsersRequest.d.ts +24 -0
  69. package/model/eligibleUsersResponse.d.ts +15 -0
  70. package/model/models.d.ts +3 -0
  71. package/model/slicexListResponse.d.ts +0 -1
  72. package/package.json +1 -1
  73. 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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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) {
@@ -1379,6 +1379,42 @@ var AudienceControllerService = /** @class */ (function () {
1379
1379
  reportProgress: reportProgress
1380
1380
  });
1381
1381
  };
1382
+ AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
1383
+ if (observe === void 0) { observe = 'body'; }
1384
+ if (reportProgress === void 0) { reportProgress = false; }
1385
+ if (eligibleUsersRequest === null || eligibleUsersRequest === undefined) {
1386
+ throw new Error('Required parameter eligibleUsersRequest was null or undefined when calling getEligibleUsersCountUsingPOST.');
1387
+ }
1388
+ var headers = this.defaultHeaders;
1389
+ if (reqId !== undefined && reqId !== null) {
1390
+ headers = headers.set('reqId', String(reqId));
1391
+ }
1392
+ if (token !== undefined && token !== null) {
1393
+ headers = headers.set('token', String(token));
1394
+ }
1395
+ // to determine the Accept header
1396
+ var httpHeaderAccepts = [
1397
+ '*/*'
1398
+ ];
1399
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1400
+ if (httpHeaderAcceptSelected != undefined) {
1401
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1402
+ }
1403
+ // to determine the Content-Type header
1404
+ var consumes = [
1405
+ 'application/json'
1406
+ ];
1407
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1408
+ if (httpContentTypeSelected != undefined) {
1409
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1410
+ }
1411
+ return this.httpClient.post(this.basePath + "/v2/api/audience/eligibleusers", eligibleUsersRequest, {
1412
+ withCredentials: this.configuration.withCredentials,
1413
+ headers: headers,
1414
+ observe: observe,
1415
+ reportProgress: reportProgress
1416
+ });
1417
+ };
1382
1418
  AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
1383
1419
  if (observe === void 0) { observe = 'body'; }
1384
1420
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1572,7 +1608,7 @@ var AudienceControllerService = /** @class */ (function () {
1572
1608
  var AuditControllerService = /** @class */ (function () {
1573
1609
  function AuditControllerService(httpClient, basePath, configuration) {
1574
1610
  this.httpClient = httpClient;
1575
- this.basePath = 'https://apiv2stage1.atomex.net';
1611
+ this.basePath = 'https://apiv2stage2.atomex.net';
1576
1612
  this.defaultHeaders = new HttpHeaders();
1577
1613
  this.configuration = new Configuration();
1578
1614
  if (basePath) {
@@ -1771,7 +1807,7 @@ var AuditControllerService = /** @class */ (function () {
1771
1807
  var BulkStrategyControllerService = /** @class */ (function () {
1772
1808
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1773
1809
  this.httpClient = httpClient;
1774
- this.basePath = 'https://apiv2stage1.atomex.net';
1810
+ this.basePath = 'https://apiv2stage2.atomex.net';
1775
1811
  this.defaultHeaders = new HttpHeaders();
1776
1812
  this.configuration = new Configuration();
1777
1813
  if (basePath) {
@@ -2014,7 +2050,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2014
2050
  var CSSThemeController_Service = /** @class */ (function () {
2015
2051
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2016
2052
  this.httpClient = httpClient;
2017
- this.basePath = 'https://apiv2stage1.atomex.net';
2053
+ this.basePath = 'https://apiv2stage2.atomex.net';
2018
2054
  this.defaultHeaders = new HttpHeaders();
2019
2055
  this.configuration = new Configuration();
2020
2056
  if (basePath) {
@@ -2135,7 +2171,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2135
2171
  var CampaignControllerService = /** @class */ (function () {
2136
2172
  function CampaignControllerService(httpClient, basePath, configuration) {
2137
2173
  this.httpClient = httpClient;
2138
- this.basePath = 'https://apiv2stage1.atomex.net';
2174
+ this.basePath = 'https://apiv2stage2.atomex.net';
2139
2175
  this.defaultHeaders = new HttpHeaders();
2140
2176
  this.configuration = new Configuration();
2141
2177
  if (basePath) {
@@ -2421,7 +2457,7 @@ var CampaignControllerService = /** @class */ (function () {
2421
2457
  var CatalogControllerService = /** @class */ (function () {
2422
2458
  function CatalogControllerService(httpClient, basePath, configuration) {
2423
2459
  this.httpClient = httpClient;
2424
- this.basePath = 'https://apiv2stage1.atomex.net';
2460
+ this.basePath = 'https://apiv2stage2.atomex.net';
2425
2461
  this.defaultHeaders = new HttpHeaders();
2426
2462
  this.configuration = new Configuration();
2427
2463
  if (basePath) {
@@ -2644,7 +2680,7 @@ var CatalogControllerService = /** @class */ (function () {
2644
2680
  var ClickDestinationControllerService = /** @class */ (function () {
2645
2681
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2646
2682
  this.httpClient = httpClient;
2647
- this.basePath = 'https://apiv2stage1.atomex.net';
2683
+ this.basePath = 'https://apiv2stage2.atomex.net';
2648
2684
  this.defaultHeaders = new HttpHeaders();
2649
2685
  this.configuration = new Configuration();
2650
2686
  if (basePath) {
@@ -2894,7 +2930,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2894
2930
  var CreativeControllerService = /** @class */ (function () {
2895
2931
  function CreativeControllerService(httpClient, basePath, configuration) {
2896
2932
  this.httpClient = httpClient;
2897
- this.basePath = 'https://apiv2stage1.atomex.net';
2933
+ this.basePath = 'https://apiv2stage2.atomex.net';
2898
2934
  this.defaultHeaders = new HttpHeaders();
2899
2935
  this.configuration = new Configuration();
2900
2936
  if (basePath) {
@@ -3371,7 +3407,7 @@ var CreativeControllerService = /** @class */ (function () {
3371
3407
  var CreativeSetsControllerService = /** @class */ (function () {
3372
3408
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3373
3409
  this.httpClient = httpClient;
3374
- this.basePath = 'https://apiv2stage1.atomex.net';
3410
+ this.basePath = 'https://apiv2stage2.atomex.net';
3375
3411
  this.defaultHeaders = new HttpHeaders();
3376
3412
  this.configuration = new Configuration();
3377
3413
  if (basePath) {
@@ -3706,7 +3742,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3706
3742
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3707
3743
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3708
3744
  this.httpClient = httpClient;
3709
- this.basePath = 'https://apiv2stage1.atomex.net';
3745
+ this.basePath = 'https://apiv2stage2.atomex.net';
3710
3746
  this.defaultHeaders = new HttpHeaders();
3711
3747
  this.configuration = new Configuration();
3712
3748
  if (basePath) {
@@ -3907,7 +3943,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3907
3943
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3908
3944
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3909
3945
  this.httpClient = httpClient;
3910
- this.basePath = 'https://apiv2stage1.atomex.net';
3946
+ this.basePath = 'https://apiv2stage2.atomex.net';
3911
3947
  this.defaultHeaders = new HttpHeaders();
3912
3948
  this.configuration = new Configuration();
3913
3949
  if (basePath) {
@@ -3995,7 +4031,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3995
4031
  var CreativeTemplatesControllerService = /** @class */ (function () {
3996
4032
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
3997
4033
  this.httpClient = httpClient;
3998
- this.basePath = 'https://apiv2stage1.atomex.net';
4034
+ this.basePath = 'https://apiv2stage2.atomex.net';
3999
4035
  this.defaultHeaders = new HttpHeaders();
4000
4036
  this.configuration = new Configuration();
4001
4037
  if (basePath) {
@@ -4174,7 +4210,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4174
4210
  var DashboardControllerService = /** @class */ (function () {
4175
4211
  function DashboardControllerService(httpClient, basePath, configuration) {
4176
4212
  this.httpClient = httpClient;
4177
- this.basePath = 'https://apiv2stage1.atomex.net';
4213
+ this.basePath = 'https://apiv2stage2.atomex.net';
4178
4214
  this.defaultHeaders = new HttpHeaders();
4179
4215
  this.configuration = new Configuration();
4180
4216
  if (basePath) {
@@ -4831,7 +4867,7 @@ var DashboardControllerService = /** @class */ (function () {
4831
4867
  var NotificationsControllerService = /** @class */ (function () {
4832
4868
  function NotificationsControllerService(httpClient, basePath, configuration) {
4833
4869
  this.httpClient = httpClient;
4834
- this.basePath = 'https://apiv2stage1.atomex.net';
4870
+ this.basePath = 'https://apiv2stage2.atomex.net';
4835
4871
  this.defaultHeaders = new HttpHeaders();
4836
4872
  this.configuration = new Configuration();
4837
4873
  if (basePath) {
@@ -5030,7 +5066,7 @@ var NotificationsControllerService = /** @class */ (function () {
5030
5066
  var PixelControllerService = /** @class */ (function () {
5031
5067
  function PixelControllerService(httpClient, basePath, configuration) {
5032
5068
  this.httpClient = httpClient;
5033
- this.basePath = 'https://apiv2stage1.atomex.net';
5069
+ this.basePath = 'https://apiv2stage2.atomex.net';
5034
5070
  this.defaultHeaders = new HttpHeaders();
5035
5071
  this.configuration = new Configuration();
5036
5072
  if (basePath) {
@@ -5359,7 +5395,7 @@ var PixelControllerService = /** @class */ (function () {
5359
5395
  var ReportingControllerService = /** @class */ (function () {
5360
5396
  function ReportingControllerService(httpClient, basePath, configuration) {
5361
5397
  this.httpClient = httpClient;
5362
- this.basePath = 'https://apiv2stage1.atomex.net';
5398
+ this.basePath = 'https://apiv2stage2.atomex.net';
5363
5399
  this.defaultHeaders = new HttpHeaders();
5364
5400
  this.configuration = new Configuration();
5365
5401
  if (basePath) {
@@ -5543,7 +5579,7 @@ var ReportingControllerService = /** @class */ (function () {
5543
5579
  var SliceXControllerService = /** @class */ (function () {
5544
5580
  function SliceXControllerService(httpClient, basePath, configuration) {
5545
5581
  this.httpClient = httpClient;
5546
- this.basePath = 'https://apiv2stage1.atomex.net';
5582
+ this.basePath = 'https://apiv2stage2.atomex.net';
5547
5583
  this.defaultHeaders = new HttpHeaders();
5548
5584
  this.configuration = new Configuration();
5549
5585
  if (basePath) {
@@ -5728,7 +5764,7 @@ var SliceXControllerService = /** @class */ (function () {
5728
5764
  var StrategyControllerService = /** @class */ (function () {
5729
5765
  function StrategyControllerService(httpClient, basePath, configuration) {
5730
5766
  this.httpClient = httpClient;
5731
- this.basePath = 'https://apiv2stage1.atomex.net';
5767
+ this.basePath = 'https://apiv2stage2.atomex.net';
5732
5768
  this.defaultHeaders = new HttpHeaders();
5733
5769
  this.configuration = new Configuration();
5734
5770
  if (basePath) {
@@ -6389,7 +6425,7 @@ var StrategyControllerService = /** @class */ (function () {
6389
6425
  var UILoggerControllerService = /** @class */ (function () {
6390
6426
  function UILoggerControllerService(httpClient, basePath, configuration) {
6391
6427
  this.httpClient = httpClient;
6392
- this.basePath = 'https://apiv2stage1.atomex.net';
6428
+ this.basePath = 'https://apiv2stage2.atomex.net';
6393
6429
  this.defaultHeaders = new HttpHeaders();
6394
6430
  this.configuration = new Configuration();
6395
6431
  if (basePath) {
@@ -6491,7 +6527,7 @@ var UILoggerControllerService = /** @class */ (function () {
6491
6527
  var UserPreferenceControllerService = /** @class */ (function () {
6492
6528
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6493
6529
  this.httpClient = httpClient;
6494
- this.basePath = 'https://apiv2stage1.atomex.net';
6530
+ this.basePath = 'https://apiv2stage2.atomex.net';
6495
6531
  this.defaultHeaders = new HttpHeaders();
6496
6532
  this.configuration = new Configuration();
6497
6533
  if (basePath) {