@revxui/api-clients-ts 1.1.68 → 1.1.69

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 (44) hide show
  1. package/README.md +2 -2
  2. package/api/campaignController.service.d.ts +28 -0
  3. package/api/dashboardController.service.d.ts +24 -24
  4. package/api/strategyController.service.d.ts +10 -10
  5. package/bundles/revxui-api-clients-ts.umd.js +95 -25
  6. package/bundles/revxui-api-clients-ts.umd.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 +68 -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/customerReportingController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/strategyTemplateController.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/apiListResponseStrategyTargettingPerformanceData.js +2 -0
  33. package/esm2015/model/models.js +2 -3
  34. package/esm2015/model/strategyDTO.js +1 -1
  35. package/fesm2015/revxui-api-clients-ts.js +91 -25
  36. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  37. package/model/{strategyOptRecommendationResponse.d.ts → apiListResponseStrategyTargettingPerformanceData.d.ts} +3 -3
  38. package/model/models.d.ts +1 -2
  39. package/model/strategyDTO.d.ts +0 -1
  40. package/package.json +1 -1
  41. package/revxui-api-clients-ts.metadata.json +1 -1
  42. package/esm2015/model/apiResponseObjectStrategyOptRecommendationResponse.js +0 -2
  43. package/esm2015/model/strategyOptRecommendationResponse.js +0 -2
  44. package/model/apiResponseObjectStrategyOptRecommendationResponse.d.ts +0 -17
@@ -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://apiv2stage1.atomex.net';
373
+ this.basePath = 'https://apiv2stage5.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://apiv2stage1.atomex.net';
578
+ this.basePath = 'https://apiv2stage5.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://apiv2stage1.atomex.net';
1012
+ this.basePath = 'https://apiv2stage5.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://apiv2stage1.atomex.net';
1265
+ this.basePath = 'https://apiv2stage5.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -2120,7 +2120,7 @@
2120
2120
  var AuditControllerService = /** @class */ (function () {
2121
2121
  function AuditControllerService(httpClient, basePath, configuration) {
2122
2122
  this.httpClient = httpClient;
2123
- this.basePath = 'https://apiv2stage1.atomex.net';
2123
+ this.basePath = 'https://apiv2stage5.atomex.net';
2124
2124
  this.defaultHeaders = new http.HttpHeaders();
2125
2125
  this.configuration = new Configuration();
2126
2126
  if (basePath) {
@@ -2307,7 +2307,7 @@
2307
2307
  var BulkStrategyControllerService = /** @class */ (function () {
2308
2308
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2309
2309
  this.httpClient = httpClient;
2310
- this.basePath = 'https://apiv2stage1.atomex.net';
2310
+ this.basePath = 'https://apiv2stage5.atomex.net';
2311
2311
  this.defaultHeaders = new http.HttpHeaders();
2312
2312
  this.configuration = new Configuration();
2313
2313
  if (basePath) {
@@ -2538,7 +2538,7 @@
2538
2538
  var CSSThemeController_Service = /** @class */ (function () {
2539
2539
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2540
2540
  this.httpClient = httpClient;
2541
- this.basePath = 'https://apiv2stage1.atomex.net';
2541
+ this.basePath = 'https://apiv2stage5.atomex.net';
2542
2542
  this.defaultHeaders = new http.HttpHeaders();
2543
2543
  this.configuration = new Configuration();
2544
2544
  if (basePath) {
@@ -2647,7 +2647,7 @@
2647
2647
  var CampaignControllerService = /** @class */ (function () {
2648
2648
  function CampaignControllerService(httpClient, basePath, configuration) {
2649
2649
  this.httpClient = httpClient;
2650
- this.basePath = 'https://apiv2stage1.atomex.net';
2650
+ this.basePath = 'https://apiv2stage5.atomex.net';
2651
2651
  this.defaultHeaders = new http.HttpHeaders();
2652
2652
  this.configuration = new Configuration();
2653
2653
  if (basePath) {
@@ -2833,6 +2833,76 @@
2833
2833
  reportProgress: reportProgress
2834
2834
  });
2835
2835
  };
2836
+ CampaignControllerService.prototype.getBidToConversionDetailsForCampaignUsingGET = function (id, date, reqId, token, observe, reportProgress) {
2837
+ if (observe === void 0) { observe = 'body'; }
2838
+ if (reportProgress === void 0) { reportProgress = false; }
2839
+ if (id === null || id === undefined) {
2840
+ throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsForCampaignUsingGET.');
2841
+ }
2842
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2843
+ if (date !== undefined && date !== null) {
2844
+ queryParameters = queryParameters.set('date', date);
2845
+ }
2846
+ var headers = this.defaultHeaders;
2847
+ if (reqId !== undefined && reqId !== null) {
2848
+ headers = headers.set('reqId', String(reqId));
2849
+ }
2850
+ if (token !== undefined && token !== null) {
2851
+ headers = headers.set('token', String(token));
2852
+ }
2853
+ // to determine the Accept header
2854
+ var httpHeaderAccepts = [
2855
+ 'application/json'
2856
+ ];
2857
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2858
+ if (httpHeaderAcceptSelected != undefined) {
2859
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2860
+ }
2861
+ // to determine the Content-Type header
2862
+ var consumes = [];
2863
+ return this.httpClient.get(this.basePath + "/v2/api/campaigns/b2c/" + encodeURIComponent(String(id)), {
2864
+ params: queryParameters,
2865
+ withCredentials: this.configuration.withCredentials,
2866
+ headers: headers,
2867
+ observe: observe,
2868
+ reportProgress: reportProgress
2869
+ });
2870
+ };
2871
+ CampaignControllerService.prototype.getBidToConversionFilterDetailsForCampaignUsingGET = function (id, date, reqId, token, observe, reportProgress) {
2872
+ if (observe === void 0) { observe = 'body'; }
2873
+ if (reportProgress === void 0) { reportProgress = false; }
2874
+ if (id === null || id === undefined) {
2875
+ throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsForCampaignUsingGET.');
2876
+ }
2877
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2878
+ if (date !== undefined && date !== null) {
2879
+ queryParameters = queryParameters.set('date', date);
2880
+ }
2881
+ var headers = this.defaultHeaders;
2882
+ if (reqId !== undefined && reqId !== null) {
2883
+ headers = headers.set('reqId', String(reqId));
2884
+ }
2885
+ if (token !== undefined && token !== null) {
2886
+ headers = headers.set('token', String(token));
2887
+ }
2888
+ // to determine the Accept header
2889
+ var httpHeaderAccepts = [
2890
+ 'application/json'
2891
+ ];
2892
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2893
+ if (httpHeaderAcceptSelected != undefined) {
2894
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2895
+ }
2896
+ // to determine the Content-Type header
2897
+ var consumes = [];
2898
+ return this.httpClient.get(this.basePath + "/v2/api/campaigns/b2c/" + encodeURIComponent(String(id)) + "/filters", {
2899
+ params: queryParameters,
2900
+ withCredentials: this.configuration.withCredentials,
2901
+ headers: headers,
2902
+ observe: observe,
2903
+ reportProgress: reportProgress
2904
+ });
2905
+ };
2836
2906
  CampaignControllerService.prototype.getCampaignByIdUsingGET = function (id, refresh, reqId, token, observe, reportProgress) {
2837
2907
  if (observe === void 0) { observe = 'body'; }
2838
2908
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2957,7 +3027,7 @@
2957
3027
  var CatalogControllerService = /** @class */ (function () {
2958
3028
  function CatalogControllerService(httpClient, basePath, configuration) {
2959
3029
  this.httpClient = httpClient;
2960
- this.basePath = 'https://apiv2stage1.atomex.net';
3030
+ this.basePath = 'https://apiv2stage5.atomex.net';
2961
3031
  this.defaultHeaders = new http.HttpHeaders();
2962
3032
  this.configuration = new Configuration();
2963
3033
  if (basePath) {
@@ -3203,7 +3273,7 @@
3203
3273
  var ClickDestinationControllerService = /** @class */ (function () {
3204
3274
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3205
3275
  this.httpClient = httpClient;
3206
- this.basePath = 'https://apiv2stage1.atomex.net';
3276
+ this.basePath = 'https://apiv2stage5.atomex.net';
3207
3277
  this.defaultHeaders = new http.HttpHeaders();
3208
3278
  this.configuration = new Configuration();
3209
3279
  if (basePath) {
@@ -3441,7 +3511,7 @@
3441
3511
  var CreativeControllerService = /** @class */ (function () {
3442
3512
  function CreativeControllerService(httpClient, basePath, configuration) {
3443
3513
  this.httpClient = httpClient;
3444
- this.basePath = 'https://apiv2stage1.atomex.net';
3514
+ this.basePath = 'https://apiv2stage5.atomex.net';
3445
3515
  this.defaultHeaders = new http.HttpHeaders();
3446
3516
  this.configuration = new Configuration();
3447
3517
  if (basePath) {
@@ -3942,7 +4012,7 @@
3942
4012
  var CreativeSetsControllerService = /** @class */ (function () {
3943
4013
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3944
4014
  this.httpClient = httpClient;
3945
- this.basePath = 'https://apiv2stage1.atomex.net';
4015
+ this.basePath = 'https://apiv2stage5.atomex.net';
3946
4016
  this.defaultHeaders = new http.HttpHeaders();
3947
4017
  this.configuration = new Configuration();
3948
4018
  if (basePath) {
@@ -4461,7 +4531,7 @@
4461
4531
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4462
4532
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4463
4533
  this.httpClient = httpClient;
4464
- this.basePath = 'https://apiv2stage1.atomex.net';
4534
+ this.basePath = 'https://apiv2stage5.atomex.net';
4465
4535
  this.defaultHeaders = new http.HttpHeaders();
4466
4536
  this.configuration = new Configuration();
4467
4537
  if (basePath) {
@@ -4650,7 +4720,7 @@
4650
4720
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4651
4721
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4652
4722
  this.httpClient = httpClient;
4653
- this.basePath = 'https://apiv2stage1.atomex.net';
4723
+ this.basePath = 'https://apiv2stage5.atomex.net';
4654
4724
  this.defaultHeaders = new http.HttpHeaders();
4655
4725
  this.configuration = new Configuration();
4656
4726
  if (basePath) {
@@ -4726,7 +4796,7 @@
4726
4796
  var CreativeTemplatesControllerService = /** @class */ (function () {
4727
4797
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4728
4798
  this.httpClient = httpClient;
4729
- this.basePath = 'https://apiv2stage1.atomex.net';
4799
+ this.basePath = 'https://apiv2stage5.atomex.net';
4730
4800
  this.defaultHeaders = new http.HttpHeaders();
4731
4801
  this.configuration = new Configuration();
4732
4802
  if (basePath) {
@@ -4893,7 +4963,7 @@
4893
4963
  var CustomerReportingControllerService = /** @class */ (function () {
4894
4964
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4895
4965
  this.httpClient = httpClient;
4896
- this.basePath = 'https://apiv2stage1.atomex.net';
4966
+ this.basePath = 'https://apiv2stage5.atomex.net';
4897
4967
  this.defaultHeaders = new http.HttpHeaders();
4898
4968
  this.configuration = new Configuration();
4899
4969
  if (basePath) {
@@ -4978,7 +5048,7 @@
4978
5048
  var DashboardControllerService = /** @class */ (function () {
4979
5049
  function DashboardControllerService(httpClient, basePath, configuration) {
4980
5050
  this.httpClient = httpClient;
4981
- this.basePath = 'https://apiv2stage1.atomex.net';
5051
+ this.basePath = 'https://apiv2stage5.atomex.net';
4982
5052
  this.defaultHeaders = new http.HttpHeaders();
4983
5053
  this.configuration = new Configuration();
4984
5054
  if (basePath) {
@@ -5623,7 +5693,7 @@
5623
5693
  var NotificationsControllerService = /** @class */ (function () {
5624
5694
  function NotificationsControllerService(httpClient, basePath, configuration) {
5625
5695
  this.httpClient = httpClient;
5626
- this.basePath = 'https://apiv2stage1.atomex.net';
5696
+ this.basePath = 'https://apiv2stage5.atomex.net';
5627
5697
  this.defaultHeaders = new http.HttpHeaders();
5628
5698
  this.configuration = new Configuration();
5629
5699
  if (basePath) {
@@ -5842,7 +5912,7 @@
5842
5912
  var PixelControllerService = /** @class */ (function () {
5843
5913
  function PixelControllerService(httpClient, basePath, configuration) {
5844
5914
  this.httpClient = httpClient;
5845
- this.basePath = 'https://apiv2stage1.atomex.net';
5915
+ this.basePath = 'https://apiv2stage5.atomex.net';
5846
5916
  this.defaultHeaders = new http.HttpHeaders();
5847
5917
  this.configuration = new Configuration();
5848
5918
  if (basePath) {
@@ -6159,7 +6229,7 @@
6159
6229
  var ReportingControllerService = /** @class */ (function () {
6160
6230
  function ReportingControllerService(httpClient, basePath, configuration) {
6161
6231
  this.httpClient = httpClient;
6162
- this.basePath = 'https://apiv2stage1.atomex.net';
6232
+ this.basePath = 'https://apiv2stage5.atomex.net';
6163
6233
  this.defaultHeaders = new http.HttpHeaders();
6164
6234
  this.configuration = new Configuration();
6165
6235
  if (basePath) {
@@ -6331,7 +6401,7 @@
6331
6401
  var SliceXControllerService = /** @class */ (function () {
6332
6402
  function SliceXControllerService(httpClient, basePath, configuration) {
6333
6403
  this.httpClient = httpClient;
6334
- this.basePath = 'https://apiv2stage1.atomex.net';
6404
+ this.basePath = 'https://apiv2stage5.atomex.net';
6335
6405
  this.defaultHeaders = new http.HttpHeaders();
6336
6406
  this.configuration = new Configuration();
6337
6407
  if (basePath) {
@@ -6587,7 +6657,7 @@
6587
6657
  var StrategyControllerService = /** @class */ (function () {
6588
6658
  function StrategyControllerService(httpClient, basePath, configuration) {
6589
6659
  this.httpClient = httpClient;
6590
- this.basePath = 'https://apiv2stage1.atomex.net';
6660
+ this.basePath = 'https://apiv2stage5.atomex.net';
6591
6661
  this.defaultHeaders = new http.HttpHeaders();
6592
6662
  this.configuration = new Configuration();
6593
6663
  if (basePath) {
@@ -7489,7 +7559,7 @@
7489
7559
  var StrategyTemplateControllerService = /** @class */ (function () {
7490
7560
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
7491
7561
  this.httpClient = httpClient;
7492
- this.basePath = 'https://apiv2stage1.atomex.net';
7562
+ this.basePath = 'https://apiv2stage5.atomex.net';
7493
7563
  this.defaultHeaders = new http.HttpHeaders();
7494
7564
  this.configuration = new Configuration();
7495
7565
  if (basePath) {
@@ -7611,7 +7681,7 @@
7611
7681
  var UILoggerControllerService = /** @class */ (function () {
7612
7682
  function UILoggerControllerService(httpClient, basePath, configuration) {
7613
7683
  this.httpClient = httpClient;
7614
- this.basePath = 'https://apiv2stage1.atomex.net';
7684
+ this.basePath = 'https://apiv2stage5.atomex.net';
7615
7685
  this.defaultHeaders = new http.HttpHeaders();
7616
7686
  this.configuration = new Configuration();
7617
7687
  if (basePath) {
@@ -7701,7 +7771,7 @@
7701
7771
  var UserPreferenceControllerService = /** @class */ (function () {
7702
7772
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7703
7773
  this.httpClient = httpClient;
7704
- this.basePath = 'https://apiv2stage1.atomex.net';
7774
+ this.basePath = 'https://apiv2stage5.atomex.net';
7705
7775
  this.defaultHeaders = new http.HttpHeaders();
7706
7776
  this.configuration = new Configuration();
7707
7777
  if (basePath) {