@revxui/api-clients-ts 1.1.232 → 1.1.233

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 (63) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -3
  3. package/api/dashboardController.service.d.ts +14 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +68 -404
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/esm2015/api/adminController.service.js +2 -2
  7. package/esm2015/api/advertiserController.service.js +2 -2
  8. package/esm2015/api/api.js +2 -4
  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/bidFunnelController.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 +41 -2
  25. package/esm2015/api/notificationsController.service.js +2 -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/strategyTemplateController.service.js +2 -2
  31. package/esm2015/api/uILoggerController.service.js +2 -2
  32. package/esm2015/api/userPreferenceController.service.js +2 -2
  33. package/esm2015/api.module.js +1 -3
  34. package/esm2015/model/apiResponseObjectWidgetPerformanceMetrics.js +2 -0
  35. package/esm2015/model/models.js +3 -10
  36. package/esm2015/model/reportingRequest.js +1 -1
  37. package/esm2015/model/widgetPerformanceMetrics.js +13 -0
  38. package/fesm2015/revxui-api-clients-ts.js +79 -401
  39. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  40. package/model/{apiResponseObjectReportingSchedulerResponse.d.ts → apiResponseObjectWidgetPerformanceMetrics.d.ts} +3 -3
  41. package/model/models.d.ts +2 -9
  42. package/model/reportingRequest.d.ts +0 -1
  43. package/model/{apiListResponseBaseModel.d.ts → widgetPerformanceMetrics.d.ts} +7 -4
  44. package/package.json +1 -1
  45. package/revxui-api-clients-ts.metadata.json +1 -1
  46. package/api/reportingSchedulerController.service.d.ts +0 -123
  47. package/esm2015/api/reportingSchedulerController.service.js +0 -316
  48. package/esm2015/model/apiListResponseBaseModel.js +0 -2
  49. package/esm2015/model/apiListResponseReportingSchedulerResponse.js +0 -2
  50. package/esm2015/model/apiListResponseReportingSchedulerUserResponse.js +0 -2
  51. package/esm2015/model/apiResponseObjectReportingSchedulerResponse.js +0 -2
  52. package/esm2015/model/jobResponse.js +0 -22
  53. package/esm2015/model/reportingSchedulerRequest.js +0 -2
  54. package/esm2015/model/reportingSchedulerResponse.js +0 -18
  55. package/esm2015/model/reportingSchedulerUserResponse.js +0 -13
  56. package/esm2015/model/schedulerRequest.js +0 -10
  57. package/model/apiListResponseReportingSchedulerResponse.d.ts +0 -16
  58. package/model/apiListResponseReportingSchedulerUserResponse.d.ts +0 -16
  59. package/model/jobResponse.d.ts +0 -29
  60. package/model/reportingSchedulerRequest.d.ts +0 -20
  61. package/model/reportingSchedulerResponse.d.ts +0 -53
  62. package/model/reportingSchedulerUserResponse.d.ts +0 -15
  63. package/model/schedulerRequest.d.ts +0 -27
@@ -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://apiv2stage7.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://apiv2stage7.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) {
@@ -1047,7 +1047,7 @@
1047
1047
  var AppSettingsControllerService = /** @class */ (function () {
1048
1048
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1049
1049
  this.httpClient = httpClient;
1050
- this.basePath = 'https://apiv2stage7.atomex.net';
1050
+ this.basePath = 'https://apiv2stage5.atomex.net';
1051
1051
  this.defaultHeaders = new http.HttpHeaders();
1052
1052
  this.configuration = new Configuration();
1053
1053
  if (basePath) {
@@ -1300,7 +1300,7 @@
1300
1300
  var AudienceControllerService = /** @class */ (function () {
1301
1301
  function AudienceControllerService(httpClient, basePath, configuration) {
1302
1302
  this.httpClient = httpClient;
1303
- this.basePath = 'https://apiv2stage7.atomex.net';
1303
+ this.basePath = 'https://apiv2stage5.atomex.net';
1304
1304
  this.defaultHeaders = new http.HttpHeaders();
1305
1305
  this.configuration = new Configuration();
1306
1306
  if (basePath) {
@@ -2158,7 +2158,7 @@
2158
2158
  var AuditControllerService = /** @class */ (function () {
2159
2159
  function AuditControllerService(httpClient, basePath, configuration) {
2160
2160
  this.httpClient = httpClient;
2161
- this.basePath = 'https://apiv2stage7.atomex.net';
2161
+ this.basePath = 'https://apiv2stage5.atomex.net';
2162
2162
  this.defaultHeaders = new http.HttpHeaders();
2163
2163
  this.configuration = new Configuration();
2164
2164
  if (basePath) {
@@ -2345,7 +2345,7 @@
2345
2345
  var BidFunnelControllerService = /** @class */ (function () {
2346
2346
  function BidFunnelControllerService(httpClient, basePath, configuration) {
2347
2347
  this.httpClient = httpClient;
2348
- this.basePath = 'https://apiv2stage7.atomex.net';
2348
+ this.basePath = 'https://apiv2stage5.atomex.net';
2349
2349
  this.defaultHeaders = new http.HttpHeaders();
2350
2350
  this.configuration = new Configuration();
2351
2351
  if (basePath) {
@@ -2476,7 +2476,7 @@
2476
2476
  var BulkStrategyControllerService = /** @class */ (function () {
2477
2477
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2478
2478
  this.httpClient = httpClient;
2479
- this.basePath = 'https://apiv2stage7.atomex.net';
2479
+ this.basePath = 'https://apiv2stage5.atomex.net';
2480
2480
  this.defaultHeaders = new http.HttpHeaders();
2481
2481
  this.configuration = new Configuration();
2482
2482
  if (basePath) {
@@ -2707,7 +2707,7 @@
2707
2707
  var CSSThemeController_Service = /** @class */ (function () {
2708
2708
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2709
2709
  this.httpClient = httpClient;
2710
- this.basePath = 'https://apiv2stage7.atomex.net';
2710
+ this.basePath = 'https://apiv2stage5.atomex.net';
2711
2711
  this.defaultHeaders = new http.HttpHeaders();
2712
2712
  this.configuration = new Configuration();
2713
2713
  if (basePath) {
@@ -2816,7 +2816,7 @@
2816
2816
  var CampaignControllerService = /** @class */ (function () {
2817
2817
  function CampaignControllerService(httpClient, basePath, configuration) {
2818
2818
  this.httpClient = httpClient;
2819
- this.basePath = 'https://apiv2stage7.atomex.net';
2819
+ this.basePath = 'https://apiv2stage5.atomex.net';
2820
2820
  this.defaultHeaders = new http.HttpHeaders();
2821
2821
  this.configuration = new Configuration();
2822
2822
  if (basePath) {
@@ -3126,7 +3126,7 @@
3126
3126
  var CatalogControllerService = /** @class */ (function () {
3127
3127
  function CatalogControllerService(httpClient, basePath, configuration) {
3128
3128
  this.httpClient = httpClient;
3129
- this.basePath = 'https://apiv2stage7.atomex.net';
3129
+ this.basePath = 'https://apiv2stage5.atomex.net';
3130
3130
  this.defaultHeaders = new http.HttpHeaders();
3131
3131
  this.configuration = new Configuration();
3132
3132
  if (basePath) {
@@ -3372,7 +3372,7 @@
3372
3372
  var ClickDestinationControllerService = /** @class */ (function () {
3373
3373
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3374
3374
  this.httpClient = httpClient;
3375
- this.basePath = 'https://apiv2stage7.atomex.net';
3375
+ this.basePath = 'https://apiv2stage5.atomex.net';
3376
3376
  this.defaultHeaders = new http.HttpHeaders();
3377
3377
  this.configuration = new Configuration();
3378
3378
  if (basePath) {
@@ -3610,7 +3610,7 @@
3610
3610
  var CreativeControllerService = /** @class */ (function () {
3611
3611
  function CreativeControllerService(httpClient, basePath, configuration) {
3612
3612
  this.httpClient = httpClient;
3613
- this.basePath = 'https://apiv2stage7.atomex.net';
3613
+ this.basePath = 'https://apiv2stage5.atomex.net';
3614
3614
  this.defaultHeaders = new http.HttpHeaders();
3615
3615
  this.configuration = new Configuration();
3616
3616
  if (basePath) {
@@ -4111,7 +4111,7 @@
4111
4111
  var CreativeSetsControllerService = /** @class */ (function () {
4112
4112
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
4113
4113
  this.httpClient = httpClient;
4114
- this.basePath = 'https://apiv2stage7.atomex.net';
4114
+ this.basePath = 'https://apiv2stage5.atomex.net';
4115
4115
  this.defaultHeaders = new http.HttpHeaders();
4116
4116
  this.configuration = new Configuration();
4117
4117
  if (basePath) {
@@ -4742,7 +4742,7 @@
4742
4742
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4743
4743
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4744
4744
  this.httpClient = httpClient;
4745
- this.basePath = 'https://apiv2stage7.atomex.net';
4745
+ this.basePath = 'https://apiv2stage5.atomex.net';
4746
4746
  this.defaultHeaders = new http.HttpHeaders();
4747
4747
  this.configuration = new Configuration();
4748
4748
  if (basePath) {
@@ -4931,7 +4931,7 @@
4931
4931
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4932
4932
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4933
4933
  this.httpClient = httpClient;
4934
- this.basePath = 'https://apiv2stage7.atomex.net';
4934
+ this.basePath = 'https://apiv2stage5.atomex.net';
4935
4935
  this.defaultHeaders = new http.HttpHeaders();
4936
4936
  this.configuration = new Configuration();
4937
4937
  if (basePath) {
@@ -5007,7 +5007,7 @@
5007
5007
  var CreativeTemplatesControllerService = /** @class */ (function () {
5008
5008
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
5009
5009
  this.httpClient = httpClient;
5010
- this.basePath = 'https://apiv2stage7.atomex.net';
5010
+ this.basePath = 'https://apiv2stage5.atomex.net';
5011
5011
  this.defaultHeaders = new http.HttpHeaders();
5012
5012
  this.configuration = new Configuration();
5013
5013
  if (basePath) {
@@ -5174,7 +5174,7 @@
5174
5174
  var CustomerReportingControllerService = /** @class */ (function () {
5175
5175
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
5176
5176
  this.httpClient = httpClient;
5177
- this.basePath = 'https://apiv2stage7.atomex.net';
5177
+ this.basePath = 'https://apiv2stage5.atomex.net';
5178
5178
  this.defaultHeaders = new http.HttpHeaders();
5179
5179
  this.configuration = new Configuration();
5180
5180
  if (basePath) {
@@ -5259,7 +5259,7 @@
5259
5259
  var DashboardControllerService = /** @class */ (function () {
5260
5260
  function DashboardControllerService(httpClient, basePath, configuration) {
5261
5261
  this.httpClient = httpClient;
5262
- this.basePath = 'https://apiv2stage7.atomex.net';
5262
+ this.basePath = 'https://apiv2stage5.atomex.net';
5263
5263
  this.defaultHeaders = new http.HttpHeaders();
5264
5264
  this.configuration = new Configuration();
5265
5265
  if (basePath) {
@@ -5776,6 +5776,47 @@
5776
5776
  reportProgress: reportProgress
5777
5777
  });
5778
5778
  };
5779
+ DashboardControllerService.prototype.getWidgetDataPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
5780
+ if (observe === void 0) { observe = 'body'; }
5781
+ if (reportProgress === void 0) { reportProgress = false; }
5782
+ if (dashboardRequest === null || dashboardRequest === undefined) {
5783
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getWidgetDataPerformanceUsingPOST.');
5784
+ }
5785
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5786
+ if (refresh !== undefined && refresh !== null) {
5787
+ queryParameters = queryParameters.set('refresh', refresh);
5788
+ }
5789
+ var headers = this.defaultHeaders;
5790
+ if (reqId !== undefined && reqId !== null) {
5791
+ headers = headers.set('reqId', String(reqId));
5792
+ }
5793
+ if (token !== undefined && token !== null) {
5794
+ headers = headers.set('token', String(token));
5795
+ }
5796
+ // to determine the Accept header
5797
+ var httpHeaderAccepts = [
5798
+ 'application/json'
5799
+ ];
5800
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5801
+ if (httpHeaderAcceptSelected != undefined) {
5802
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5803
+ }
5804
+ // to determine the Content-Type header
5805
+ var consumes = [
5806
+ 'application/json'
5807
+ ];
5808
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5809
+ if (httpContentTypeSelected != undefined) {
5810
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5811
+ }
5812
+ return this.httpClient.post(this.basePath + "/v2/api/widget/comparison", dashboardRequest, {
5813
+ params: queryParameters,
5814
+ withCredentials: this.configuration.withCredentials,
5815
+ headers: headers,
5816
+ observe: observe,
5817
+ reportProgress: reportProgress
5818
+ });
5819
+ };
5779
5820
  DashboardControllerService.prototype.getpricingTypeUsingGET = function (tableEntity, reqId, token, observe, reportProgress) {
5780
5821
  if (observe === void 0) { observe = 'body'; }
5781
5822
  if (reportProgress === void 0) { reportProgress = false; }
@@ -5904,7 +5945,7 @@
5904
5945
  var NotificationsControllerService = /** @class */ (function () {
5905
5946
  function NotificationsControllerService(httpClient, basePath, configuration) {
5906
5947
  this.httpClient = httpClient;
5907
- this.basePath = 'https://apiv2stage7.atomex.net';
5948
+ this.basePath = 'https://apiv2stage5.atomex.net';
5908
5949
  this.defaultHeaders = new http.HttpHeaders();
5909
5950
  this.configuration = new Configuration();
5910
5951
  if (basePath) {
@@ -6123,7 +6164,7 @@
6123
6164
  var PixelControllerService = /** @class */ (function () {
6124
6165
  function PixelControllerService(httpClient, basePath, configuration) {
6125
6166
  this.httpClient = httpClient;
6126
- this.basePath = 'https://apiv2stage7.atomex.net';
6167
+ this.basePath = 'https://apiv2stage5.atomex.net';
6127
6168
  this.defaultHeaders = new http.HttpHeaders();
6128
6169
  this.configuration = new Configuration();
6129
6170
  if (basePath) {
@@ -6440,7 +6481,7 @@
6440
6481
  var ReportingControllerService = /** @class */ (function () {
6441
6482
  function ReportingControllerService(httpClient, basePath, configuration) {
6442
6483
  this.httpClient = httpClient;
6443
- this.basePath = 'https://apiv2stage7.atomex.net';
6484
+ this.basePath = 'https://apiv2stage5.atomex.net';
6444
6485
  this.defaultHeaders = new http.HttpHeaders();
6445
6486
  this.configuration = new Configuration();
6446
6487
  if (basePath) {
@@ -6609,335 +6650,10 @@
6609
6650
  { type: Configuration, decorators: [{ type: core.Optional }] }
6610
6651
  ]; };
6611
6652
 
6612
- var ReportingSchedulerControllerService = /** @class */ (function () {
6613
- function ReportingSchedulerControllerService(httpClient, basePath, configuration) {
6614
- this.httpClient = httpClient;
6615
- this.basePath = 'https://apiv2stage7.atomex.net';
6616
- this.defaultHeaders = new http.HttpHeaders();
6617
- this.configuration = new Configuration();
6618
- if (basePath) {
6619
- this.basePath = basePath;
6620
- }
6621
- if (configuration) {
6622
- this.configuration = configuration;
6623
- this.basePath = basePath || configuration.basePath || this.basePath;
6624
- }
6625
- }
6626
- /**
6627
- * @param consumes string[] mime-types
6628
- * @return true: consumes contains 'multipart/form-data', false: otherwise
6629
- */
6630
- ReportingSchedulerControllerService.prototype.canConsumeForm = function (consumes) {
6631
- var e_1, _a;
6632
- var form = 'multipart/form-data';
6633
- try {
6634
- for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
6635
- var consume = consumes_1_1.value;
6636
- if (form === consume) {
6637
- return true;
6638
- }
6639
- }
6640
- }
6641
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
6642
- finally {
6643
- try {
6644
- if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
6645
- }
6646
- finally { if (e_1) throw e_1.error; }
6647
- }
6648
- return false;
6649
- };
6650
- ReportingSchedulerControllerService.prototype.createScheduledReportUsingPOST = function (reportingSchedulerRequest, reqId, token, observe, reportProgress) {
6651
- if (observe === void 0) { observe = 'body'; }
6652
- if (reportProgress === void 0) { reportProgress = false; }
6653
- if (reportingSchedulerRequest === null || reportingSchedulerRequest === undefined) {
6654
- throw new Error('Required parameter reportingSchedulerRequest was null or undefined when calling createScheduledReportUsingPOST.');
6655
- }
6656
- var headers = this.defaultHeaders;
6657
- if (reqId !== undefined && reqId !== null) {
6658
- headers = headers.set('reqId', String(reqId));
6659
- }
6660
- if (token !== undefined && token !== null) {
6661
- headers = headers.set('token', String(token));
6662
- }
6663
- // to determine the Accept header
6664
- var httpHeaderAccepts = [
6665
- 'application/json'
6666
- ];
6667
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6668
- if (httpHeaderAcceptSelected != undefined) {
6669
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6670
- }
6671
- // to determine the Content-Type header
6672
- var consumes = [
6673
- 'application/json'
6674
- ];
6675
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6676
- if (httpContentTypeSelected != undefined) {
6677
- headers = headers.set('Content-Type', httpContentTypeSelected);
6678
- }
6679
- return this.httpClient.post(this.basePath + "/v2/api/report/schedule/create", reportingSchedulerRequest, {
6680
- withCredentials: this.configuration.withCredentials,
6681
- headers: headers,
6682
- observe: observe,
6683
- reportProgress: reportProgress
6684
- });
6685
- };
6686
- ReportingSchedulerControllerService.prototype.getAllSchedulerJobsUsingGET = function (refresh, reportType, reqId, status, token, observe, reportProgress) {
6687
- if (observe === void 0) { observe = 'body'; }
6688
- if (reportProgress === void 0) { reportProgress = false; }
6689
- if (refresh === null || refresh === undefined) {
6690
- throw new Error('Required parameter refresh was null or undefined when calling getAllSchedulerJobsUsingGET.');
6691
- }
6692
- if (reportType === null || reportType === undefined) {
6693
- throw new Error('Required parameter reportType was null or undefined when calling getAllSchedulerJobsUsingGET.');
6694
- }
6695
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6696
- if (refresh !== undefined && refresh !== null) {
6697
- queryParameters = queryParameters.set('refresh', refresh);
6698
- }
6699
- if (reportType !== undefined && reportType !== null) {
6700
- queryParameters = queryParameters.set('reportType', reportType);
6701
- }
6702
- if (status !== undefined && status !== null) {
6703
- queryParameters = queryParameters.set('status', status);
6704
- }
6705
- var headers = this.defaultHeaders;
6706
- if (reqId !== undefined && reqId !== null) {
6707
- headers = headers.set('reqId', String(reqId));
6708
- }
6709
- if (token !== undefined && token !== null) {
6710
- headers = headers.set('token', String(token));
6711
- }
6712
- // to determine the Accept header
6713
- var httpHeaderAccepts = [
6714
- 'application/json'
6715
- ];
6716
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6717
- if (httpHeaderAcceptSelected != undefined) {
6718
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6719
- }
6720
- // to determine the Content-Type header
6721
- var consumes = [];
6722
- return this.httpClient.get(this.basePath + "/v2/api/report/schedule/all", {
6723
- params: queryParameters,
6724
- withCredentials: this.configuration.withCredentials,
6725
- headers: headers,
6726
- observe: observe,
6727
- reportProgress: reportProgress
6728
- });
6729
- };
6730
- ReportingSchedulerControllerService.prototype.getAllTemplatesUsingGET = function (refresh, reportType, reqId, status, token, observe, reportProgress) {
6731
- if (observe === void 0) { observe = 'body'; }
6732
- if (reportProgress === void 0) { reportProgress = false; }
6733
- if (refresh === null || refresh === undefined) {
6734
- throw new Error('Required parameter refresh was null or undefined when calling getAllTemplatesUsingGET.');
6735
- }
6736
- if (reportType === null || reportType === undefined) {
6737
- throw new Error('Required parameter reportType was null or undefined when calling getAllTemplatesUsingGET.');
6738
- }
6739
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6740
- if (refresh !== undefined && refresh !== null) {
6741
- queryParameters = queryParameters.set('refresh', refresh);
6742
- }
6743
- if (reportType !== undefined && reportType !== null) {
6744
- queryParameters = queryParameters.set('reportType', reportType);
6745
- }
6746
- if (status !== undefined && status !== null) {
6747
- queryParameters = queryParameters.set('status', status);
6748
- }
6749
- var headers = this.defaultHeaders;
6750
- if (reqId !== undefined && reqId !== null) {
6751
- headers = headers.set('reqId', String(reqId));
6752
- }
6753
- if (token !== undefined && token !== null) {
6754
- headers = headers.set('token', String(token));
6755
- }
6756
- // to determine the Accept header
6757
- var httpHeaderAccepts = [
6758
- 'application/json'
6759
- ];
6760
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6761
- if (httpHeaderAcceptSelected != undefined) {
6762
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6763
- }
6764
- // to determine the Content-Type header
6765
- var consumes = [];
6766
- return this.httpClient.get(this.basePath + "/v2/api/report/schedule/all/templates", {
6767
- params: queryParameters,
6768
- withCredentials: this.configuration.withCredentials,
6769
- headers: headers,
6770
- observe: observe,
6771
- reportProgress: reportProgress
6772
- });
6773
- };
6774
- ReportingSchedulerControllerService.prototype.getAllUsersUsingGET = function (isCostMetricsSelected, reqId, token, observe, reportProgress) {
6775
- if (observe === void 0) { observe = 'body'; }
6776
- if (reportProgress === void 0) { reportProgress = false; }
6777
- if (isCostMetricsSelected === null || isCostMetricsSelected === undefined) {
6778
- throw new Error('Required parameter isCostMetricsSelected was null or undefined when calling getAllUsersUsingGET.');
6779
- }
6780
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6781
- if (isCostMetricsSelected !== undefined && isCostMetricsSelected !== null) {
6782
- queryParameters = queryParameters.set('isCostMetricsSelected', isCostMetricsSelected);
6783
- }
6784
- var headers = this.defaultHeaders;
6785
- if (reqId !== undefined && reqId !== null) {
6786
- headers = headers.set('reqId', String(reqId));
6787
- }
6788
- if (token !== undefined && token !== null) {
6789
- headers = headers.set('token', String(token));
6790
- }
6791
- // to determine the Accept header
6792
- var httpHeaderAccepts = [
6793
- 'application/json'
6794
- ];
6795
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6796
- if (httpHeaderAcceptSelected != undefined) {
6797
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6798
- }
6799
- // to determine the Content-Type header
6800
- var consumes = [];
6801
- return this.httpClient.get(this.basePath + "/v2/api/report/schedule/users", {
6802
- params: queryParameters,
6803
- withCredentials: this.configuration.withCredentials,
6804
- headers: headers,
6805
- observe: observe,
6806
- reportProgress: reportProgress
6807
- });
6808
- };
6809
- ReportingSchedulerControllerService.prototype.getReportTemplateUsingGET = function (id, refresh, reqId, token, observe, reportProgress) {
6810
- if (observe === void 0) { observe = 'body'; }
6811
- if (reportProgress === void 0) { reportProgress = false; }
6812
- if (id === null || id === undefined) {
6813
- throw new Error('Required parameter id was null or undefined when calling getReportTemplateUsingGET.');
6814
- }
6815
- if (refresh === null || refresh === undefined) {
6816
- throw new Error('Required parameter refresh was null or undefined when calling getReportTemplateUsingGET.');
6817
- }
6818
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6819
- if (refresh !== undefined && refresh !== null) {
6820
- queryParameters = queryParameters.set('refresh', refresh);
6821
- }
6822
- var headers = this.defaultHeaders;
6823
- if (reqId !== undefined && reqId !== null) {
6824
- headers = headers.set('reqId', String(reqId));
6825
- }
6826
- if (token !== undefined && token !== null) {
6827
- headers = headers.set('token', String(token));
6828
- }
6829
- // to determine the Accept header
6830
- var httpHeaderAccepts = [
6831
- 'application/json'
6832
- ];
6833
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6834
- if (httpHeaderAcceptSelected != undefined) {
6835
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6836
- }
6837
- // to determine the Content-Type header
6838
- var consumes = [];
6839
- return this.httpClient.get(this.basePath + "/v2/api/report/schedule/" + encodeURIComponent(String(id)), {
6840
- params: queryParameters,
6841
- withCredentials: this.configuration.withCredentials,
6842
- headers: headers,
6843
- observe: observe,
6844
- reportProgress: reportProgress
6845
- });
6846
- };
6847
- ReportingSchedulerControllerService.prototype.statusScheduledReportUsingPOST = function (ids, status, reqId, token, observe, reportProgress) {
6848
- if (observe === void 0) { observe = 'body'; }
6849
- if (reportProgress === void 0) { reportProgress = false; }
6850
- if (ids === null || ids === undefined) {
6851
- throw new Error('Required parameter ids was null or undefined when calling statusScheduledReportUsingPOST.');
6852
- }
6853
- if (status === null || status === undefined) {
6854
- throw new Error('Required parameter status was null or undefined when calling statusScheduledReportUsingPOST.');
6855
- }
6856
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6857
- if (ids !== undefined && ids !== null) {
6858
- queryParameters = queryParameters.set('ids', ids);
6859
- }
6860
- var headers = this.defaultHeaders;
6861
- if (reqId !== undefined && reqId !== null) {
6862
- headers = headers.set('reqId', String(reqId));
6863
- }
6864
- if (token !== undefined && token !== null) {
6865
- headers = headers.set('token', String(token));
6866
- }
6867
- // to determine the Accept header
6868
- var httpHeaderAccepts = [
6869
- 'application/json'
6870
- ];
6871
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6872
- if (httpHeaderAcceptSelected != undefined) {
6873
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6874
- }
6875
- // to determine the Content-Type header
6876
- var consumes = [
6877
- 'application/json'
6878
- ];
6879
- return this.httpClient.post(this.basePath + "/v2/api/report/schedule/" + encodeURIComponent(String(status)), null, {
6880
- params: queryParameters,
6881
- withCredentials: this.configuration.withCredentials,
6882
- headers: headers,
6883
- observe: observe,
6884
- reportProgress: reportProgress
6885
- });
6886
- };
6887
- ReportingSchedulerControllerService.prototype.updateScheduledReportUsingPOST = function (id, reportingSchedulerRequest, reqId, token, observe, reportProgress) {
6888
- if (observe === void 0) { observe = 'body'; }
6889
- if (reportProgress === void 0) { reportProgress = false; }
6890
- if (id === null || id === undefined) {
6891
- throw new Error('Required parameter id was null or undefined when calling updateScheduledReportUsingPOST.');
6892
- }
6893
- if (reportingSchedulerRequest === null || reportingSchedulerRequest === undefined) {
6894
- throw new Error('Required parameter reportingSchedulerRequest was null or undefined when calling updateScheduledReportUsingPOST.');
6895
- }
6896
- var headers = this.defaultHeaders;
6897
- if (reqId !== undefined && reqId !== null) {
6898
- headers = headers.set('reqId', String(reqId));
6899
- }
6900
- if (token !== undefined && token !== null) {
6901
- headers = headers.set('token', String(token));
6902
- }
6903
- // to determine the Accept header
6904
- var httpHeaderAccepts = [
6905
- 'application/json'
6906
- ];
6907
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6908
- if (httpHeaderAcceptSelected != undefined) {
6909
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6910
- }
6911
- // to determine the Content-Type header
6912
- var consumes = [
6913
- 'application/json'
6914
- ];
6915
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6916
- if (httpContentTypeSelected != undefined) {
6917
- headers = headers.set('Content-Type', httpContentTypeSelected);
6918
- }
6919
- return this.httpClient.post(this.basePath + "/v2/api/report/schedule/update/" + encodeURIComponent(String(id)), reportingSchedulerRequest, {
6920
- withCredentials: this.configuration.withCredentials,
6921
- headers: headers,
6922
- observe: observe,
6923
- reportProgress: reportProgress
6924
- });
6925
- };
6926
- return ReportingSchedulerControllerService;
6927
- }());
6928
- ReportingSchedulerControllerService.decorators = [
6929
- { type: core.Injectable }
6930
- ];
6931
- ReportingSchedulerControllerService.ctorParameters = function () { return [
6932
- { type: http.HttpClient },
6933
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
6934
- { type: Configuration, decorators: [{ type: core.Optional }] }
6935
- ]; };
6936
-
6937
6653
  var SliceXControllerService = /** @class */ (function () {
6938
6654
  function SliceXControllerService(httpClient, basePath, configuration) {
6939
6655
  this.httpClient = httpClient;
6940
- this.basePath = 'https://apiv2stage7.atomex.net';
6656
+ this.basePath = 'https://apiv2stage5.atomex.net';
6941
6657
  this.defaultHeaders = new http.HttpHeaders();
6942
6658
  this.configuration = new Configuration();
6943
6659
  if (basePath) {
@@ -7193,7 +6909,7 @@
7193
6909
  var StrategyControllerService = /** @class */ (function () {
7194
6910
  function StrategyControllerService(httpClient, basePath, configuration) {
7195
6911
  this.httpClient = httpClient;
7196
- this.basePath = 'https://apiv2stage7.atomex.net';
6912
+ this.basePath = 'https://apiv2stage5.atomex.net';
7197
6913
  this.defaultHeaders = new http.HttpHeaders();
7198
6914
  this.configuration = new Configuration();
7199
6915
  if (basePath) {
@@ -8025,7 +7741,7 @@
8025
7741
  var StrategyTemplateControllerService = /** @class */ (function () {
8026
7742
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
8027
7743
  this.httpClient = httpClient;
8028
- this.basePath = 'https://apiv2stage7.atomex.net';
7744
+ this.basePath = 'https://apiv2stage5.atomex.net';
8029
7745
  this.defaultHeaders = new http.HttpHeaders();
8030
7746
  this.configuration = new Configuration();
8031
7747
  if (basePath) {
@@ -8147,7 +7863,7 @@
8147
7863
  var UILoggerControllerService = /** @class */ (function () {
8148
7864
  function UILoggerControllerService(httpClient, basePath, configuration) {
8149
7865
  this.httpClient = httpClient;
8150
- this.basePath = 'https://apiv2stage7.atomex.net';
7866
+ this.basePath = 'https://apiv2stage5.atomex.net';
8151
7867
  this.defaultHeaders = new http.HttpHeaders();
8152
7868
  this.configuration = new Configuration();
8153
7869
  if (basePath) {
@@ -8237,7 +7953,7 @@
8237
7953
  var UserPreferenceControllerService = /** @class */ (function () {
8238
7954
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
8239
7955
  this.httpClient = httpClient;
8240
- this.basePath = 'https://apiv2stage7.atomex.net';
7956
+ this.basePath = 'https://apiv2stage5.atomex.net';
8241
7957
  this.defaultHeaders = new http.HttpHeaders();
8242
7958
  this.configuration = new Configuration();
8243
7959
  if (basePath) {
@@ -8412,7 +8128,7 @@
8412
8128
  { type: Configuration, decorators: [{ type: core.Optional }] }
8413
8129
  ]; };
8414
8130
 
8415
- var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, ReportingSchedulerControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
8131
+ var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
8416
8132
 
8417
8133
  exports.ActivityLogsCreativeSetsBulkUpdateDTO = void 0;
8418
8134
  (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
@@ -9052,28 +8768,6 @@
9052
8768
  };
9053
8769
  })(exports.GeoListRequest || (exports.GeoListRequest = {}));
9054
8770
 
9055
- /**
9056
- * Api Documentation
9057
- * Api Documentation
9058
- *
9059
- * OpenAPI spec version: 1.0
9060
- *
9061
- *
9062
- * NOTE: This class is auto generated by the swagger code generator program.
9063
- * https://github.com/swagger-api/swagger-codegen.git
9064
- * Do not edit the class manually.
9065
- */
9066
- exports.JobResponse = void 0;
9067
- (function (JobResponse) {
9068
- JobResponse.StatusEnum = {
9069
- PENDING: 'PENDING',
9070
- INPROGRESS: 'IN_PROGRESS',
9071
- FAILED: 'FAILED',
9072
- SUCCESS: 'SUCCESS',
9073
- PARTIALSUCCESS: 'PARTIAL_SUCCESS'
9074
- };
9075
- })(exports.JobResponse || (exports.JobResponse = {}));
9076
-
9077
8771
  /**
9078
8772
  * Api Documentation
9079
8773
  * Api Documentation
@@ -9287,24 +8981,6 @@
9287
8981
  };
9288
8982
  })(exports.ReportingResponse || (exports.ReportingResponse = {}));
9289
8983
 
9290
- exports.ReportingSchedulerResponse = void 0;
9291
- (function (ReportingSchedulerResponse) {
9292
- ReportingSchedulerResponse.IntervalEnum = {
9293
- DAILY: 'DAILY',
9294
- SEVENDAYS: 'SEVEN_DAYS',
9295
- FIFTEENDAYS: 'FIFTEEN_DAYS',
9296
- MONTHLY: 'MONTHLY'
9297
- };
9298
- ReportingSchedulerResponse.ReportTypeEnum = {
9299
- ADVANCED: 'ADVANCED',
9300
- CONVERSION: 'CONVERSION',
9301
- INVENTORY: 'INVENTORY',
9302
- LOSSBID: 'LOSS_BID',
9303
- VIDEO: 'VIDEO',
9304
- ALL: 'ALL'
9305
- };
9306
- })(exports.ReportingSchedulerResponse || (exports.ReportingSchedulerResponse = {}));
9307
-
9308
8984
  exports.RuleDTO = void 0;
9309
8985
  (function (RuleDTO) {
9310
8986
  RuleDTO.DurationUnitEnum = {
@@ -9321,16 +8997,6 @@
9321
8997
  };
9322
8998
  })(exports.RuleDTO || (exports.RuleDTO = {}));
9323
8999
 
9324
- exports.SchedulerRequest = void 0;
9325
- (function (SchedulerRequest) {
9326
- SchedulerRequest.ScheduleEnum = {
9327
- DAILY: 'DAILY',
9328
- SEVENDAYS: 'SEVEN_DAYS',
9329
- FIFTEENDAYS: 'FIFTEEN_DAYS',
9330
- MONTHLY: 'MONTHLY'
9331
- };
9332
- })(exports.SchedulerRequest || (exports.SchedulerRequest = {}));
9333
-
9334
9000
  exports.StrategyDTO = void 0;
9335
9001
  (function (StrategyDTO) {
9336
9002
  StrategyDTO.AuctionTypeTargetingEnum = {
@@ -9612,7 +9278,6 @@
9612
9278
  NotificationsControllerService,
9613
9279
  PixelControllerService,
9614
9280
  ReportingControllerService,
9615
- ReportingSchedulerControllerService,
9616
9281
  SliceXControllerService,
9617
9282
  StrategyControllerService,
9618
9283
  StrategyTemplateControllerService,
@@ -9656,7 +9321,6 @@
9656
9321
  exports.NotificationsControllerService = NotificationsControllerService;
9657
9322
  exports.PixelControllerService = PixelControllerService;
9658
9323
  exports.ReportingControllerService = ReportingControllerService;
9659
- exports.ReportingSchedulerControllerService = ReportingSchedulerControllerService;
9660
9324
  exports.SliceXControllerService = SliceXControllerService;
9661
9325
  exports.StrategyControllerService = StrategyControllerService;
9662
9326
  exports.StrategyTemplateControllerService = StrategyTemplateControllerService;