@revxui/api-clients-ts 0.10.244 → 0.10.245

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 (90) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +0 -14
  3. package/bundles/revxui-api-clients-ts.umd.js +23 -59
  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 -36
  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/creativeDTO.js +1 -1
  31. package/esm2015/model/creativeFileForSet.js +1 -1
  32. package/esm2015/model/creativeFiles.js +1 -1
  33. package/esm2015/model/creativeSetDetails.js +1 -1
  34. package/esm2015/model/creativeSetRequest.js +1 -1
  35. package/esm2015/model/endCards.js +12 -0
  36. package/esm2015/model/metaRuleDto.js +1 -1
  37. package/esm2015/model/models.js +1 -1
  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 -38
  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 -2
  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 -2
  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 +2 -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/creativeDTO.js +1 -1
  62. package/esm5/model/creativeFileForSet.js +1 -1
  63. package/esm5/model/creativeFiles.js +1 -1
  64. package/esm5/model/creativeSetDetails.js +1 -1
  65. package/esm5/model/creativeSetRequest.js +1 -1
  66. package/esm5/model/endCards.js +12 -0
  67. package/esm5/model/metaRuleDto.js +1 -1
  68. package/esm5/model/models.js +1 -1
  69. package/fesm2015/revxui-api-clients-ts.js +23 -57
  70. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  71. package/fesm5/revxui-api-clients-ts.js +23 -59
  72. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  73. package/model/creativeDTO.d.ts +0 -2
  74. package/model/creativeFileForSet.d.ts +0 -2
  75. package/model/creativeFiles.d.ts +0 -2
  76. package/model/creativeSetDetails.d.ts +2 -0
  77. package/model/creativeSetRequest.d.ts +2 -0
  78. package/model/{eligibleUsersResponse.d.ts → endCards.d.ts} +4 -2
  79. package/model/metaRuleDto.d.ts +0 -1
  80. package/model/models.d.ts +1 -3
  81. package/package.json +1 -1
  82. package/revxui-api-clients-ts.metadata.json +1 -1
  83. package/esm2015/model/apiResponseObjectEligibleUsersResponse.js +0 -1
  84. package/esm2015/model/eligibleUsersRequest.js +0 -12
  85. package/esm2015/model/eligibleUsersResponse.js +0 -12
  86. package/esm5/model/apiResponseObjectEligibleUsersResponse.js +0 -1
  87. package/esm5/model/eligibleUsersRequest.js +0 -12
  88. package/esm5/model/eligibleUsersResponse.js +0 -12
  89. package/model/apiResponseObjectEligibleUsersResponse.d.ts +0 -17
  90. package/model/eligibleUsersRequest.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://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) {
@@ -1379,42 +1379,6 @@ 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
- };
1418
1382
  AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
1419
1383
  if (observe === void 0) { observe = 'body'; }
1420
1384
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1608,7 +1572,7 @@ var AudienceControllerService = /** @class */ (function () {
1608
1572
  var AuditControllerService = /** @class */ (function () {
1609
1573
  function AuditControllerService(httpClient, basePath, configuration) {
1610
1574
  this.httpClient = httpClient;
1611
- this.basePath = 'https://apiv2stage3.atomex.net';
1575
+ this.basePath = 'https://apiv2stage2.atomex.net';
1612
1576
  this.defaultHeaders = new HttpHeaders();
1613
1577
  this.configuration = new Configuration();
1614
1578
  if (basePath) {
@@ -1807,7 +1771,7 @@ var AuditControllerService = /** @class */ (function () {
1807
1771
  var BulkStrategyControllerService = /** @class */ (function () {
1808
1772
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1809
1773
  this.httpClient = httpClient;
1810
- this.basePath = 'https://apiv2stage3.atomex.net';
1774
+ this.basePath = 'https://apiv2stage2.atomex.net';
1811
1775
  this.defaultHeaders = new HttpHeaders();
1812
1776
  this.configuration = new Configuration();
1813
1777
  if (basePath) {
@@ -2050,7 +2014,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2050
2014
  var CSSThemeController_Service = /** @class */ (function () {
2051
2015
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2052
2016
  this.httpClient = httpClient;
2053
- this.basePath = 'https://apiv2stage3.atomex.net';
2017
+ this.basePath = 'https://apiv2stage2.atomex.net';
2054
2018
  this.defaultHeaders = new HttpHeaders();
2055
2019
  this.configuration = new Configuration();
2056
2020
  if (basePath) {
@@ -2171,7 +2135,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2171
2135
  var CampaignControllerService = /** @class */ (function () {
2172
2136
  function CampaignControllerService(httpClient, basePath, configuration) {
2173
2137
  this.httpClient = httpClient;
2174
- this.basePath = 'https://apiv2stage3.atomex.net';
2138
+ this.basePath = 'https://apiv2stage2.atomex.net';
2175
2139
  this.defaultHeaders = new HttpHeaders();
2176
2140
  this.configuration = new Configuration();
2177
2141
  if (basePath) {
@@ -2457,7 +2421,7 @@ var CampaignControllerService = /** @class */ (function () {
2457
2421
  var CatalogControllerService = /** @class */ (function () {
2458
2422
  function CatalogControllerService(httpClient, basePath, configuration) {
2459
2423
  this.httpClient = httpClient;
2460
- this.basePath = 'https://apiv2stage3.atomex.net';
2424
+ this.basePath = 'https://apiv2stage2.atomex.net';
2461
2425
  this.defaultHeaders = new HttpHeaders();
2462
2426
  this.configuration = new Configuration();
2463
2427
  if (basePath) {
@@ -2680,7 +2644,7 @@ var CatalogControllerService = /** @class */ (function () {
2680
2644
  var ClickDestinationControllerService = /** @class */ (function () {
2681
2645
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2682
2646
  this.httpClient = httpClient;
2683
- this.basePath = 'https://apiv2stage3.atomex.net';
2647
+ this.basePath = 'https://apiv2stage2.atomex.net';
2684
2648
  this.defaultHeaders = new HttpHeaders();
2685
2649
  this.configuration = new Configuration();
2686
2650
  if (basePath) {
@@ -2930,7 +2894,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2930
2894
  var CreativeControllerService = /** @class */ (function () {
2931
2895
  function CreativeControllerService(httpClient, basePath, configuration) {
2932
2896
  this.httpClient = httpClient;
2933
- this.basePath = 'https://apiv2stage3.atomex.net';
2897
+ this.basePath = 'https://apiv2stage2.atomex.net';
2934
2898
  this.defaultHeaders = new HttpHeaders();
2935
2899
  this.configuration = new Configuration();
2936
2900
  if (basePath) {
@@ -3407,7 +3371,7 @@ var CreativeControllerService = /** @class */ (function () {
3407
3371
  var CreativeSetsControllerService = /** @class */ (function () {
3408
3372
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3409
3373
  this.httpClient = httpClient;
3410
- this.basePath = 'https://apiv2stage3.atomex.net';
3374
+ this.basePath = 'https://apiv2stage2.atomex.net';
3411
3375
  this.defaultHeaders = new HttpHeaders();
3412
3376
  this.configuration = new Configuration();
3413
3377
  if (basePath) {
@@ -3742,7 +3706,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3742
3706
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3743
3707
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3744
3708
  this.httpClient = httpClient;
3745
- this.basePath = 'https://apiv2stage3.atomex.net';
3709
+ this.basePath = 'https://apiv2stage2.atomex.net';
3746
3710
  this.defaultHeaders = new HttpHeaders();
3747
3711
  this.configuration = new Configuration();
3748
3712
  if (basePath) {
@@ -3943,7 +3907,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3943
3907
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3944
3908
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3945
3909
  this.httpClient = httpClient;
3946
- this.basePath = 'https://apiv2stage3.atomex.net';
3910
+ this.basePath = 'https://apiv2stage2.atomex.net';
3947
3911
  this.defaultHeaders = new HttpHeaders();
3948
3912
  this.configuration = new Configuration();
3949
3913
  if (basePath) {
@@ -4031,7 +3995,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4031
3995
  var CreativeTemplatesControllerService = /** @class */ (function () {
4032
3996
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4033
3997
  this.httpClient = httpClient;
4034
- this.basePath = 'https://apiv2stage3.atomex.net';
3998
+ this.basePath = 'https://apiv2stage2.atomex.net';
4035
3999
  this.defaultHeaders = new HttpHeaders();
4036
4000
  this.configuration = new Configuration();
4037
4001
  if (basePath) {
@@ -4210,7 +4174,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4210
4174
  var DashboardControllerService = /** @class */ (function () {
4211
4175
  function DashboardControllerService(httpClient, basePath, configuration) {
4212
4176
  this.httpClient = httpClient;
4213
- this.basePath = 'https://apiv2stage3.atomex.net';
4177
+ this.basePath = 'https://apiv2stage2.atomex.net';
4214
4178
  this.defaultHeaders = new HttpHeaders();
4215
4179
  this.configuration = new Configuration();
4216
4180
  if (basePath) {
@@ -4867,7 +4831,7 @@ var DashboardControllerService = /** @class */ (function () {
4867
4831
  var NotificationsControllerService = /** @class */ (function () {
4868
4832
  function NotificationsControllerService(httpClient, basePath, configuration) {
4869
4833
  this.httpClient = httpClient;
4870
- this.basePath = 'https://apiv2stage3.atomex.net';
4834
+ this.basePath = 'https://apiv2stage2.atomex.net';
4871
4835
  this.defaultHeaders = new HttpHeaders();
4872
4836
  this.configuration = new Configuration();
4873
4837
  if (basePath) {
@@ -5066,7 +5030,7 @@ var NotificationsControllerService = /** @class */ (function () {
5066
5030
  var PixelControllerService = /** @class */ (function () {
5067
5031
  function PixelControllerService(httpClient, basePath, configuration) {
5068
5032
  this.httpClient = httpClient;
5069
- this.basePath = 'https://apiv2stage3.atomex.net';
5033
+ this.basePath = 'https://apiv2stage2.atomex.net';
5070
5034
  this.defaultHeaders = new HttpHeaders();
5071
5035
  this.configuration = new Configuration();
5072
5036
  if (basePath) {
@@ -5395,7 +5359,7 @@ var PixelControllerService = /** @class */ (function () {
5395
5359
  var ReportingControllerService = /** @class */ (function () {
5396
5360
  function ReportingControllerService(httpClient, basePath, configuration) {
5397
5361
  this.httpClient = httpClient;
5398
- this.basePath = 'https://apiv2stage3.atomex.net';
5362
+ this.basePath = 'https://apiv2stage2.atomex.net';
5399
5363
  this.defaultHeaders = new HttpHeaders();
5400
5364
  this.configuration = new Configuration();
5401
5365
  if (basePath) {
@@ -5579,7 +5543,7 @@ var ReportingControllerService = /** @class */ (function () {
5579
5543
  var SliceXControllerService = /** @class */ (function () {
5580
5544
  function SliceXControllerService(httpClient, basePath, configuration) {
5581
5545
  this.httpClient = httpClient;
5582
- this.basePath = 'https://apiv2stage3.atomex.net';
5546
+ this.basePath = 'https://apiv2stage2.atomex.net';
5583
5547
  this.defaultHeaders = new HttpHeaders();
5584
5548
  this.configuration = new Configuration();
5585
5549
  if (basePath) {
@@ -5764,7 +5728,7 @@ var SliceXControllerService = /** @class */ (function () {
5764
5728
  var StrategyControllerService = /** @class */ (function () {
5765
5729
  function StrategyControllerService(httpClient, basePath, configuration) {
5766
5730
  this.httpClient = httpClient;
5767
- this.basePath = 'https://apiv2stage3.atomex.net';
5731
+ this.basePath = 'https://apiv2stage2.atomex.net';
5768
5732
  this.defaultHeaders = new HttpHeaders();
5769
5733
  this.configuration = new Configuration();
5770
5734
  if (basePath) {
@@ -6425,7 +6389,7 @@ var StrategyControllerService = /** @class */ (function () {
6425
6389
  var UILoggerControllerService = /** @class */ (function () {
6426
6390
  function UILoggerControllerService(httpClient, basePath, configuration) {
6427
6391
  this.httpClient = httpClient;
6428
- this.basePath = 'https://apiv2stage3.atomex.net';
6392
+ this.basePath = 'https://apiv2stage2.atomex.net';
6429
6393
  this.defaultHeaders = new HttpHeaders();
6430
6394
  this.configuration = new Configuration();
6431
6395
  if (basePath) {
@@ -6527,7 +6491,7 @@ var UILoggerControllerService = /** @class */ (function () {
6527
6491
  var UserPreferenceControllerService = /** @class */ (function () {
6528
6492
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6529
6493
  this.httpClient = httpClient;
6530
- this.basePath = 'https://apiv2stage3.atomex.net';
6494
+ this.basePath = 'https://apiv2stage2.atomex.net';
6531
6495
  this.defaultHeaders = new HttpHeaders();
6532
6496
  this.configuration = new Configuration();
6533
6497
  if (basePath) {