@revxui/api-clients-ts 1.1.4 → 1.1.5

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 (49) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +27 -0
  3. package/api/dashboardController.service.d.ts +24 -24
  4. package/api/notificationsController.service.d.ts +12 -0
  5. package/api/strategyController.service.d.ts +3 -3
  6. package/bundles/revxui-api-clients-ts.umd.js +128 -34
  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 +70 -2
  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 +2 -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 +32 -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 +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +2 -0
  33. package/esm2015/model/audienceAnalysisRequest.js +13 -0
  34. package/esm2015/model/combinedAudienceAnalysisResponse.js +13 -0
  35. package/esm2015/model/models.js +5 -1
  36. package/esm2015/model/searchRequest.js +1 -1
  37. package/esm2015/model/totalUniqueUserRequest.js +13 -0
  38. package/esm2015/model/whitelabelingEntity.js +2 -10
  39. package/fesm2015/revxui-api-clients-ts.js +159 -35
  40. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  41. package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +17 -0
  42. package/model/audienceAnalysisRequest.d.ts +17 -0
  43. package/model/combinedAudienceAnalysisResponse.d.ts +19 -0
  44. package/model/models.d.ts +4 -0
  45. package/model/searchRequest.d.ts +1 -0
  46. package/model/totalUniqueUserRequest.d.ts +15 -0
  47. package/model/whitelabelingEntity.d.ts +0 -12
  48. package/package.json +1 -1
  49. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -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://apiv2beta.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://apiv2beta.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://apiv2beta.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://apiv2beta.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -1666,6 +1666,42 @@
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
+ };
1669
1705
  AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
1670
1706
  if (observe === void 0) { observe = 'body'; }
1671
1707
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1760,6 +1796,42 @@
1760
1796
  reportProgress: reportProgress
1761
1797
  });
1762
1798
  };
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
+ };
1763
1835
  AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
1764
1836
  if (observe === void 0) { observe = 'body'; }
1765
1837
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2048,7 +2120,7 @@
2048
2120
  var AuditControllerService = /** @class */ (function () {
2049
2121
  function AuditControllerService(httpClient, basePath, configuration) {
2050
2122
  this.httpClient = httpClient;
2051
- this.basePath = 'https://apiv2stage3.atomex.net';
2123
+ this.basePath = 'https://apiv2beta.atomex.net';
2052
2124
  this.defaultHeaders = new http.HttpHeaders();
2053
2125
  this.configuration = new Configuration();
2054
2126
  if (basePath) {
@@ -2235,7 +2307,7 @@
2235
2307
  var BulkStrategyControllerService = /** @class */ (function () {
2236
2308
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2237
2309
  this.httpClient = httpClient;
2238
- this.basePath = 'https://apiv2stage3.atomex.net';
2310
+ this.basePath = 'https://apiv2beta.atomex.net';
2239
2311
  this.defaultHeaders = new http.HttpHeaders();
2240
2312
  this.configuration = new Configuration();
2241
2313
  if (basePath) {
@@ -2466,7 +2538,7 @@
2466
2538
  var CSSThemeController_Service = /** @class */ (function () {
2467
2539
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2468
2540
  this.httpClient = httpClient;
2469
- this.basePath = 'https://apiv2stage3.atomex.net';
2541
+ this.basePath = 'https://apiv2beta.atomex.net';
2470
2542
  this.defaultHeaders = new http.HttpHeaders();
2471
2543
  this.configuration = new Configuration();
2472
2544
  if (basePath) {
@@ -2575,7 +2647,7 @@
2575
2647
  var CampaignControllerService = /** @class */ (function () {
2576
2648
  function CampaignControllerService(httpClient, basePath, configuration) {
2577
2649
  this.httpClient = httpClient;
2578
- this.basePath = 'https://apiv2stage3.atomex.net';
2650
+ this.basePath = 'https://apiv2beta.atomex.net';
2579
2651
  this.defaultHeaders = new http.HttpHeaders();
2580
2652
  this.configuration = new Configuration();
2581
2653
  if (basePath) {
@@ -2885,7 +2957,7 @@
2885
2957
  var CatalogControllerService = /** @class */ (function () {
2886
2958
  function CatalogControllerService(httpClient, basePath, configuration) {
2887
2959
  this.httpClient = httpClient;
2888
- this.basePath = 'https://apiv2stage3.atomex.net';
2960
+ this.basePath = 'https://apiv2beta.atomex.net';
2889
2961
  this.defaultHeaders = new http.HttpHeaders();
2890
2962
  this.configuration = new Configuration();
2891
2963
  if (basePath) {
@@ -3131,7 +3203,7 @@
3131
3203
  var ClickDestinationControllerService = /** @class */ (function () {
3132
3204
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3133
3205
  this.httpClient = httpClient;
3134
- this.basePath = 'https://apiv2stage3.atomex.net';
3206
+ this.basePath = 'https://apiv2beta.atomex.net';
3135
3207
  this.defaultHeaders = new http.HttpHeaders();
3136
3208
  this.configuration = new Configuration();
3137
3209
  if (basePath) {
@@ -3369,7 +3441,7 @@
3369
3441
  var CreativeControllerService = /** @class */ (function () {
3370
3442
  function CreativeControllerService(httpClient, basePath, configuration) {
3371
3443
  this.httpClient = httpClient;
3372
- this.basePath = 'https://apiv2stage3.atomex.net';
3444
+ this.basePath = 'https://apiv2beta.atomex.net';
3373
3445
  this.defaultHeaders = new http.HttpHeaders();
3374
3446
  this.configuration = new Configuration();
3375
3447
  if (basePath) {
@@ -3870,7 +3942,7 @@
3870
3942
  var CreativeSetsControllerService = /** @class */ (function () {
3871
3943
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3872
3944
  this.httpClient = httpClient;
3873
- this.basePath = 'https://apiv2stage3.atomex.net';
3945
+ this.basePath = 'https://apiv2beta.atomex.net';
3874
3946
  this.defaultHeaders = new http.HttpHeaders();
3875
3947
  this.configuration = new Configuration();
3876
3948
  if (basePath) {
@@ -4389,7 +4461,7 @@
4389
4461
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4390
4462
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4391
4463
  this.httpClient = httpClient;
4392
- this.basePath = 'https://apiv2stage3.atomex.net';
4464
+ this.basePath = 'https://apiv2beta.atomex.net';
4393
4465
  this.defaultHeaders = new http.HttpHeaders();
4394
4466
  this.configuration = new Configuration();
4395
4467
  if (basePath) {
@@ -4578,7 +4650,7 @@
4578
4650
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4579
4651
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4580
4652
  this.httpClient = httpClient;
4581
- this.basePath = 'https://apiv2stage3.atomex.net';
4653
+ this.basePath = 'https://apiv2beta.atomex.net';
4582
4654
  this.defaultHeaders = new http.HttpHeaders();
4583
4655
  this.configuration = new Configuration();
4584
4656
  if (basePath) {
@@ -4654,7 +4726,7 @@
4654
4726
  var CreativeTemplatesControllerService = /** @class */ (function () {
4655
4727
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4656
4728
  this.httpClient = httpClient;
4657
- this.basePath = 'https://apiv2stage3.atomex.net';
4729
+ this.basePath = 'https://apiv2beta.atomex.net';
4658
4730
  this.defaultHeaders = new http.HttpHeaders();
4659
4731
  this.configuration = new Configuration();
4660
4732
  if (basePath) {
@@ -4821,7 +4893,7 @@
4821
4893
  var CustomerReportingControllerService = /** @class */ (function () {
4822
4894
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4823
4895
  this.httpClient = httpClient;
4824
- this.basePath = 'https://apiv2stage3.atomex.net';
4896
+ this.basePath = 'https://apiv2beta.atomex.net';
4825
4897
  this.defaultHeaders = new http.HttpHeaders();
4826
4898
  this.configuration = new Configuration();
4827
4899
  if (basePath) {
@@ -4906,7 +4978,7 @@
4906
4978
  var DashboardControllerService = /** @class */ (function () {
4907
4979
  function DashboardControllerService(httpClient, basePath, configuration) {
4908
4980
  this.httpClient = httpClient;
4909
- this.basePath = 'https://apiv2stage3.atomex.net';
4981
+ this.basePath = 'https://apiv2beta.atomex.net';
4910
4982
  this.defaultHeaders = new http.HttpHeaders();
4911
4983
  this.configuration = new Configuration();
4912
4984
  if (basePath) {
@@ -5551,7 +5623,7 @@
5551
5623
  var NotificationsControllerService = /** @class */ (function () {
5552
5624
  function NotificationsControllerService(httpClient, basePath, configuration) {
5553
5625
  this.httpClient = httpClient;
5554
- this.basePath = 'https://apiv2stage3.atomex.net';
5626
+ this.basePath = 'https://apiv2beta.atomex.net';
5555
5627
  this.defaultHeaders = new http.HttpHeaders();
5556
5628
  this.configuration = new Configuration();
5557
5629
  if (basePath) {
@@ -5687,6 +5759,38 @@
5687
5759
  reportProgress: reportProgress
5688
5760
  });
5689
5761
  };
5762
+ NotificationsControllerService.prototype.readNotificationUsingPOST = function (duration, reqId, token, observe, reportProgress) {
5763
+ if (observe === void 0) { observe = 'body'; }
5764
+ if (reportProgress === void 0) { reportProgress = false; }
5765
+ if (duration === null || duration === undefined) {
5766
+ throw new Error('Required parameter duration was null or undefined when calling readNotificationUsingPOST.');
5767
+ }
5768
+ var headers = this.defaultHeaders;
5769
+ if (reqId !== undefined && reqId !== null) {
5770
+ headers = headers.set('reqId', String(reqId));
5771
+ }
5772
+ if (token !== undefined && token !== null) {
5773
+ headers = headers.set('token', String(token));
5774
+ }
5775
+ // to determine the Accept header
5776
+ var httpHeaderAccepts = [
5777
+ 'application/json'
5778
+ ];
5779
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5780
+ if (httpHeaderAcceptSelected != undefined) {
5781
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5782
+ }
5783
+ // to determine the Content-Type header
5784
+ var consumes = [
5785
+ 'application/json'
5786
+ ];
5787
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/markAllRead/" + encodeURIComponent(String(duration)), null, {
5788
+ withCredentials: this.configuration.withCredentials,
5789
+ headers: headers,
5790
+ observe: observe,
5791
+ reportProgress: reportProgress
5792
+ });
5793
+ };
5690
5794
  NotificationsControllerService.prototype.resolveNotificationUsingPOST = function (id, reqId, token, observe, reportProgress) {
5691
5795
  if (observe === void 0) { observe = 'body'; }
5692
5796
  if (reportProgress === void 0) { reportProgress = false; }
@@ -5738,7 +5842,7 @@
5738
5842
  var PixelControllerService = /** @class */ (function () {
5739
5843
  function PixelControllerService(httpClient, basePath, configuration) {
5740
5844
  this.httpClient = httpClient;
5741
- this.basePath = 'https://apiv2stage3.atomex.net';
5845
+ this.basePath = 'https://apiv2beta.atomex.net';
5742
5846
  this.defaultHeaders = new http.HttpHeaders();
5743
5847
  this.configuration = new Configuration();
5744
5848
  if (basePath) {
@@ -6055,7 +6159,7 @@
6055
6159
  var ReportingControllerService = /** @class */ (function () {
6056
6160
  function ReportingControllerService(httpClient, basePath, configuration) {
6057
6161
  this.httpClient = httpClient;
6058
- this.basePath = 'https://apiv2stage3.atomex.net';
6162
+ this.basePath = 'https://apiv2beta.atomex.net';
6059
6163
  this.defaultHeaders = new http.HttpHeaders();
6060
6164
  this.configuration = new Configuration();
6061
6165
  if (basePath) {
@@ -6227,7 +6331,7 @@
6227
6331
  var SliceXControllerService = /** @class */ (function () {
6228
6332
  function SliceXControllerService(httpClient, basePath, configuration) {
6229
6333
  this.httpClient = httpClient;
6230
- this.basePath = 'https://apiv2stage3.atomex.net';
6334
+ this.basePath = 'https://apiv2beta.atomex.net';
6231
6335
  this.defaultHeaders = new http.HttpHeaders();
6232
6336
  this.configuration = new Configuration();
6233
6337
  if (basePath) {
@@ -6483,7 +6587,7 @@
6483
6587
  var StrategyControllerService = /** @class */ (function () {
6484
6588
  function StrategyControllerService(httpClient, basePath, configuration) {
6485
6589
  this.httpClient = httpClient;
6486
- this.basePath = 'https://apiv2stage3.atomex.net';
6590
+ this.basePath = 'https://apiv2beta.atomex.net';
6487
6591
  this.defaultHeaders = new http.HttpHeaders();
6488
6592
  this.configuration = new Configuration();
6489
6593
  if (basePath) {
@@ -7210,7 +7314,7 @@
7210
7314
  var UILoggerControllerService = /** @class */ (function () {
7211
7315
  function UILoggerControllerService(httpClient, basePath, configuration) {
7212
7316
  this.httpClient = httpClient;
7213
- this.basePath = 'https://apiv2stage3.atomex.net';
7317
+ this.basePath = 'https://apiv2beta.atomex.net';
7214
7318
  this.defaultHeaders = new http.HttpHeaders();
7215
7319
  this.configuration = new Configuration();
7216
7320
  if (basePath) {
@@ -7300,7 +7404,7 @@
7300
7404
  var UserPreferenceControllerService = /** @class */ (function () {
7301
7405
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7302
7406
  this.httpClient = httpClient;
7303
- this.basePath = 'https://apiv2stage3.atomex.net';
7407
+ this.basePath = 'https://apiv2beta.atomex.net';
7304
7408
  this.defaultHeaders = new http.HttpHeaders();
7305
7409
  this.configuration = new Configuration();
7306
7410
  if (basePath) {
@@ -8454,16 +8558,6 @@
8454
8558
  };
8455
8559
  })(exports.VideoProperties || (exports.VideoProperties = {}));
8456
8560
 
8457
- exports.WhitelabelingEntity = void 0;
8458
- (function (WhitelabelingEntity) {
8459
- WhitelabelingEntity.OidcClientEnum = {
8460
- GOOGLE: 'GOOGLE',
8461
- FACEBOOK: 'FACEBOOK',
8462
- OFFICE365: 'OFFICE_365',
8463
- OKTA: 'OKTA'
8464
- };
8465
- })(exports.WhitelabelingEntity || (exports.WhitelabelingEntity = {}));
8466
-
8467
8561
  var ApiModule = /** @class */ (function () {
8468
8562
  function ApiModule(parentModule, http) {
8469
8563
  if (parentModule) {