@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
@@ -82,7 +82,7 @@ class Configuration {
82
82
  class AdminControllerService {
83
83
  constructor(httpClient, basePath, configuration) {
84
84
  this.httpClient = httpClient;
85
- this.basePath = 'https://apiv2stage7.atomex.net';
85
+ this.basePath = 'https://apiv2stage5.atomex.net';
86
86
  this.defaultHeaders = new HttpHeaders();
87
87
  this.configuration = new Configuration();
88
88
  if (basePath) {
@@ -271,7 +271,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
271
271
  class AdvertiserControllerService {
272
272
  constructor(httpClient, basePath, configuration) {
273
273
  this.httpClient = httpClient;
274
- this.basePath = 'https://apiv2stage7.atomex.net';
274
+ this.basePath = 'https://apiv2stage5.atomex.net';
275
275
  this.defaultHeaders = new HttpHeaders();
276
276
  this.configuration = new Configuration();
277
277
  if (basePath) {
@@ -718,7 +718,7 @@ AdvertiserControllerService.ctorParameters = () => [
718
718
  class AppSettingsControllerService {
719
719
  constructor(httpClient, basePath, configuration) {
720
720
  this.httpClient = httpClient;
721
- this.basePath = 'https://apiv2stage7.atomex.net';
721
+ this.basePath = 'https://apiv2stage5.atomex.net';
722
722
  this.defaultHeaders = new HttpHeaders();
723
723
  this.configuration = new Configuration();
724
724
  if (basePath) {
@@ -958,7 +958,7 @@ AppSettingsControllerService.ctorParameters = () => [
958
958
  class AudienceControllerService {
959
959
  constructor(httpClient, basePath, configuration) {
960
960
  this.httpClient = httpClient;
961
- this.basePath = 'https://apiv2stage7.atomex.net';
961
+ this.basePath = 'https://apiv2stage5.atomex.net';
962
962
  this.defaultHeaders = new HttpHeaders();
963
963
  this.configuration = new Configuration();
964
964
  if (basePath) {
@@ -1771,7 +1771,7 @@ AudienceControllerService.ctorParameters = () => [
1771
1771
  class AuditControllerService {
1772
1772
  constructor(httpClient, basePath, configuration) {
1773
1773
  this.httpClient = httpClient;
1774
- this.basePath = 'https://apiv2stage7.atomex.net';
1774
+ this.basePath = 'https://apiv2stage5.atomex.net';
1775
1775
  this.defaultHeaders = new HttpHeaders();
1776
1776
  this.configuration = new Configuration();
1777
1777
  if (basePath) {
@@ -1951,7 +1951,7 @@ AuditControllerService.ctorParameters = () => [
1951
1951
  class BidFunnelControllerService {
1952
1952
  constructor(httpClient, basePath, configuration) {
1953
1953
  this.httpClient = httpClient;
1954
- this.basePath = 'https://apiv2stage7.atomex.net';
1954
+ this.basePath = 'https://apiv2stage5.atomex.net';
1955
1955
  this.defaultHeaders = new HttpHeaders();
1956
1956
  this.configuration = new Configuration();
1957
1957
  if (basePath) {
@@ -2077,7 +2077,7 @@ BidFunnelControllerService.ctorParameters = () => [
2077
2077
  class BulkStrategyControllerService {
2078
2078
  constructor(httpClient, basePath, configuration) {
2079
2079
  this.httpClient = httpClient;
2080
- this.basePath = 'https://apiv2stage7.atomex.net';
2080
+ this.basePath = 'https://apiv2stage5.atomex.net';
2081
2081
  this.defaultHeaders = new HttpHeaders();
2082
2082
  this.configuration = new Configuration();
2083
2083
  if (basePath) {
@@ -2297,7 +2297,7 @@ BulkStrategyControllerService.ctorParameters = () => [
2297
2297
  class CSSThemeController_Service {
2298
2298
  constructor(httpClient, basePath, configuration) {
2299
2299
  this.httpClient = httpClient;
2300
- this.basePath = 'https://apiv2stage7.atomex.net';
2300
+ this.basePath = 'https://apiv2stage5.atomex.net';
2301
2301
  this.defaultHeaders = new HttpHeaders();
2302
2302
  this.configuration = new Configuration();
2303
2303
  if (basePath) {
@@ -2401,7 +2401,7 @@ CSSThemeController_Service.ctorParameters = () => [
2401
2401
  class CampaignControllerService {
2402
2402
  constructor(httpClient, basePath, configuration) {
2403
2403
  this.httpClient = httpClient;
2404
- this.basePath = 'https://apiv2stage7.atomex.net';
2404
+ this.basePath = 'https://apiv2stage5.atomex.net';
2405
2405
  this.defaultHeaders = new HttpHeaders();
2406
2406
  this.configuration = new Configuration();
2407
2407
  if (basePath) {
@@ -2696,7 +2696,7 @@ CampaignControllerService.ctorParameters = () => [
2696
2696
  class CatalogControllerService {
2697
2697
  constructor(httpClient, basePath, configuration) {
2698
2698
  this.httpClient = httpClient;
2699
- this.basePath = 'https://apiv2stage7.atomex.net';
2699
+ this.basePath = 'https://apiv2stage5.atomex.net';
2700
2700
  this.defaultHeaders = new HttpHeaders();
2701
2701
  this.configuration = new Configuration();
2702
2702
  if (basePath) {
@@ -2931,7 +2931,7 @@ CatalogControllerService.ctorParameters = () => [
2931
2931
  class ClickDestinationControllerService {
2932
2932
  constructor(httpClient, basePath, configuration) {
2933
2933
  this.httpClient = httpClient;
2934
- this.basePath = 'https://apiv2stage7.atomex.net';
2934
+ this.basePath = 'https://apiv2stage5.atomex.net';
2935
2935
  this.defaultHeaders = new HttpHeaders();
2936
2936
  this.configuration = new Configuration();
2937
2937
  if (basePath) {
@@ -3158,7 +3158,7 @@ ClickDestinationControllerService.ctorParameters = () => [
3158
3158
  class CreativeControllerService {
3159
3159
  constructor(httpClient, basePath, configuration) {
3160
3160
  this.httpClient = httpClient;
3161
- this.basePath = 'https://apiv2stage7.atomex.net';
3161
+ this.basePath = 'https://apiv2stage5.atomex.net';
3162
3162
  this.defaultHeaders = new HttpHeaders();
3163
3163
  this.configuration = new Configuration();
3164
3164
  if (basePath) {
@@ -3634,7 +3634,7 @@ CreativeControllerService.ctorParameters = () => [
3634
3634
  class CreativeSetsControllerService {
3635
3635
  constructor(httpClient, basePath, configuration) {
3636
3636
  this.httpClient = httpClient;
3637
- this.basePath = 'https://apiv2stage7.atomex.net';
3637
+ this.basePath = 'https://apiv2stage5.atomex.net';
3638
3638
  this.defaultHeaders = new HttpHeaders();
3639
3639
  this.configuration = new Configuration();
3640
3640
  if (basePath) {
@@ -4234,7 +4234,7 @@ CreativeSetsControllerService.ctorParameters = () => [
4234
4234
  class CreativeTemplateThemesControllerService {
4235
4235
  constructor(httpClient, basePath, configuration) {
4236
4236
  this.httpClient = httpClient;
4237
- this.basePath = 'https://apiv2stage7.atomex.net';
4237
+ this.basePath = 'https://apiv2stage5.atomex.net';
4238
4238
  this.defaultHeaders = new HttpHeaders();
4239
4239
  this.configuration = new Configuration();
4240
4240
  if (basePath) {
@@ -4414,7 +4414,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
4414
4414
  class CreativeTemplateVariablesControllerService {
4415
4415
  constructor(httpClient, basePath, configuration) {
4416
4416
  this.httpClient = httpClient;
4417
- this.basePath = 'https://apiv2stage7.atomex.net';
4417
+ this.basePath = 'https://apiv2stage5.atomex.net';
4418
4418
  this.defaultHeaders = new HttpHeaders();
4419
4419
  this.configuration = new Configuration();
4420
4420
  if (basePath) {
@@ -4487,7 +4487,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4487
4487
  class CreativeTemplatesControllerService {
4488
4488
  constructor(httpClient, basePath, configuration) {
4489
4489
  this.httpClient = httpClient;
4490
- this.basePath = 'https://apiv2stage7.atomex.net';
4490
+ this.basePath = 'https://apiv2stage5.atomex.net';
4491
4491
  this.defaultHeaders = new HttpHeaders();
4492
4492
  this.configuration = new Configuration();
4493
4493
  if (basePath) {
@@ -4647,7 +4647,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4647
4647
  class CustomerReportingControllerService {
4648
4648
  constructor(httpClient, basePath, configuration) {
4649
4649
  this.httpClient = httpClient;
4650
- this.basePath = 'https://apiv2stage7.atomex.net';
4650
+ this.basePath = 'https://apiv2stage5.atomex.net';
4651
4651
  this.defaultHeaders = new HttpHeaders();
4652
4652
  this.configuration = new Configuration();
4653
4653
  if (basePath) {
@@ -4729,7 +4729,7 @@ CustomerReportingControllerService.ctorParameters = () => [
4729
4729
  class DashboardControllerService {
4730
4730
  constructor(httpClient, basePath, configuration) {
4731
4731
  this.httpClient = httpClient;
4732
- this.basePath = 'https://apiv2stage7.atomex.net';
4732
+ this.basePath = 'https://apiv2stage5.atomex.net';
4733
4733
  this.defaultHeaders = new HttpHeaders();
4734
4734
  this.configuration = new Configuration();
4735
4735
  if (basePath) {
@@ -5211,6 +5211,45 @@ class DashboardControllerService {
5211
5211
  reportProgress: reportProgress
5212
5212
  });
5213
5213
  }
5214
+ getWidgetDataPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
5215
+ if (dashboardRequest === null || dashboardRequest === undefined) {
5216
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getWidgetDataPerformanceUsingPOST.');
5217
+ }
5218
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5219
+ if (refresh !== undefined && refresh !== null) {
5220
+ queryParameters = queryParameters.set('refresh', refresh);
5221
+ }
5222
+ let headers = this.defaultHeaders;
5223
+ if (reqId !== undefined && reqId !== null) {
5224
+ headers = headers.set('reqId', String(reqId));
5225
+ }
5226
+ if (token !== undefined && token !== null) {
5227
+ headers = headers.set('token', String(token));
5228
+ }
5229
+ // to determine the Accept header
5230
+ let httpHeaderAccepts = [
5231
+ 'application/json'
5232
+ ];
5233
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5234
+ if (httpHeaderAcceptSelected != undefined) {
5235
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5236
+ }
5237
+ // to determine the Content-Type header
5238
+ const consumes = [
5239
+ 'application/json'
5240
+ ];
5241
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5242
+ if (httpContentTypeSelected != undefined) {
5243
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5244
+ }
5245
+ return this.httpClient.post(`${this.basePath}/v2/api/widget/comparison`, dashboardRequest, {
5246
+ params: queryParameters,
5247
+ withCredentials: this.configuration.withCredentials,
5248
+ headers: headers,
5249
+ observe: observe,
5250
+ reportProgress: reportProgress
5251
+ });
5252
+ }
5214
5253
  getpricingTypeUsingGET(tableEntity, reqId, token, observe = 'body', reportProgress = false) {
5215
5254
  if (tableEntity === null || tableEntity === undefined) {
5216
5255
  throw new Error('Required parameter tableEntity was null or undefined when calling getpricingTypeUsingGET.');
@@ -5343,7 +5382,7 @@ DashboardControllerService.ctorParameters = () => [
5343
5382
  class NotificationsControllerService {
5344
5383
  constructor(httpClient, basePath, configuration) {
5345
5384
  this.httpClient = httpClient;
5346
- this.basePath = 'https://apiv2stage7.atomex.net';
5385
+ this.basePath = 'https://apiv2stage5.atomex.net';
5347
5386
  this.defaultHeaders = new HttpHeaders();
5348
5387
  this.configuration = new Configuration();
5349
5388
  if (basePath) {
@@ -5551,7 +5590,7 @@ NotificationsControllerService.ctorParameters = () => [
5551
5590
  class PixelControllerService {
5552
5591
  constructor(httpClient, basePath, configuration) {
5553
5592
  this.httpClient = httpClient;
5554
- this.basePath = 'https://apiv2stage7.atomex.net';
5593
+ this.basePath = 'https://apiv2stage5.atomex.net';
5555
5594
  this.defaultHeaders = new HttpHeaders();
5556
5595
  this.configuration = new Configuration();
5557
5596
  if (basePath) {
@@ -5853,7 +5892,7 @@ PixelControllerService.ctorParameters = () => [
5853
5892
  class ReportingControllerService {
5854
5893
  constructor(httpClient, basePath, configuration) {
5855
5894
  this.httpClient = httpClient;
5856
- this.basePath = 'https://apiv2stage7.atomex.net';
5895
+ this.basePath = 'https://apiv2stage5.atomex.net';
5857
5896
  this.defaultHeaders = new HttpHeaders();
5858
5897
  this.configuration = new Configuration();
5859
5898
  if (basePath) {
@@ -6004,316 +6043,6 @@ ReportingControllerService.ctorParameters = () => [
6004
6043
  { type: Configuration, decorators: [{ type: Optional }] }
6005
6044
  ];
6006
6045
 
6007
- /**
6008
- * Api Documentation
6009
- * Api Documentation
6010
- *
6011
- * OpenAPI spec version: 1.0
6012
- *
6013
- *
6014
- * NOTE: This class is auto generated by the swagger code generator program.
6015
- * https://github.com/swagger-api/swagger-codegen.git
6016
- * Do not edit the class manually.
6017
- */
6018
- class ReportingSchedulerControllerService {
6019
- constructor(httpClient, basePath, configuration) {
6020
- this.httpClient = httpClient;
6021
- this.basePath = 'https://apiv2stage7.atomex.net';
6022
- this.defaultHeaders = new HttpHeaders();
6023
- this.configuration = new Configuration();
6024
- if (basePath) {
6025
- this.basePath = basePath;
6026
- }
6027
- if (configuration) {
6028
- this.configuration = configuration;
6029
- this.basePath = basePath || configuration.basePath || this.basePath;
6030
- }
6031
- }
6032
- /**
6033
- * @param consumes string[] mime-types
6034
- * @return true: consumes contains 'multipart/form-data', false: otherwise
6035
- */
6036
- canConsumeForm(consumes) {
6037
- const form = 'multipart/form-data';
6038
- for (const consume of consumes) {
6039
- if (form === consume) {
6040
- return true;
6041
- }
6042
- }
6043
- return false;
6044
- }
6045
- createScheduledReportUsingPOST(reportingSchedulerRequest, reqId, token, observe = 'body', reportProgress = false) {
6046
- if (reportingSchedulerRequest === null || reportingSchedulerRequest === undefined) {
6047
- throw new Error('Required parameter reportingSchedulerRequest was null or undefined when calling createScheduledReportUsingPOST.');
6048
- }
6049
- let headers = this.defaultHeaders;
6050
- if (reqId !== undefined && reqId !== null) {
6051
- headers = headers.set('reqId', String(reqId));
6052
- }
6053
- if (token !== undefined && token !== null) {
6054
- headers = headers.set('token', String(token));
6055
- }
6056
- // to determine the Accept header
6057
- let httpHeaderAccepts = [
6058
- 'application/json'
6059
- ];
6060
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6061
- if (httpHeaderAcceptSelected != undefined) {
6062
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6063
- }
6064
- // to determine the Content-Type header
6065
- const consumes = [
6066
- 'application/json'
6067
- ];
6068
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6069
- if (httpContentTypeSelected != undefined) {
6070
- headers = headers.set('Content-Type', httpContentTypeSelected);
6071
- }
6072
- return this.httpClient.post(`${this.basePath}/v2/api/report/schedule/create`, reportingSchedulerRequest, {
6073
- withCredentials: this.configuration.withCredentials,
6074
- headers: headers,
6075
- observe: observe,
6076
- reportProgress: reportProgress
6077
- });
6078
- }
6079
- getAllSchedulerJobsUsingGET(refresh, reportType, reqId, status, token, observe = 'body', reportProgress = false) {
6080
- if (refresh === null || refresh === undefined) {
6081
- throw new Error('Required parameter refresh was null or undefined when calling getAllSchedulerJobsUsingGET.');
6082
- }
6083
- if (reportType === null || reportType === undefined) {
6084
- throw new Error('Required parameter reportType was null or undefined when calling getAllSchedulerJobsUsingGET.');
6085
- }
6086
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6087
- if (refresh !== undefined && refresh !== null) {
6088
- queryParameters = queryParameters.set('refresh', refresh);
6089
- }
6090
- if (reportType !== undefined && reportType !== null) {
6091
- queryParameters = queryParameters.set('reportType', reportType);
6092
- }
6093
- if (status !== undefined && status !== null) {
6094
- queryParameters = queryParameters.set('status', status);
6095
- }
6096
- let headers = this.defaultHeaders;
6097
- if (reqId !== undefined && reqId !== null) {
6098
- headers = headers.set('reqId', String(reqId));
6099
- }
6100
- if (token !== undefined && token !== null) {
6101
- headers = headers.set('token', String(token));
6102
- }
6103
- // to determine the Accept header
6104
- let httpHeaderAccepts = [
6105
- 'application/json'
6106
- ];
6107
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6108
- if (httpHeaderAcceptSelected != undefined) {
6109
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6110
- }
6111
- // to determine the Content-Type header
6112
- const consumes = [];
6113
- return this.httpClient.get(`${this.basePath}/v2/api/report/schedule/all`, {
6114
- params: queryParameters,
6115
- withCredentials: this.configuration.withCredentials,
6116
- headers: headers,
6117
- observe: observe,
6118
- reportProgress: reportProgress
6119
- });
6120
- }
6121
- getAllTemplatesUsingGET(refresh, reportType, reqId, status, token, observe = 'body', reportProgress = false) {
6122
- if (refresh === null || refresh === undefined) {
6123
- throw new Error('Required parameter refresh was null or undefined when calling getAllTemplatesUsingGET.');
6124
- }
6125
- if (reportType === null || reportType === undefined) {
6126
- throw new Error('Required parameter reportType was null or undefined when calling getAllTemplatesUsingGET.');
6127
- }
6128
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6129
- if (refresh !== undefined && refresh !== null) {
6130
- queryParameters = queryParameters.set('refresh', refresh);
6131
- }
6132
- if (reportType !== undefined && reportType !== null) {
6133
- queryParameters = queryParameters.set('reportType', reportType);
6134
- }
6135
- if (status !== undefined && status !== null) {
6136
- queryParameters = queryParameters.set('status', status);
6137
- }
6138
- let headers = this.defaultHeaders;
6139
- if (reqId !== undefined && reqId !== null) {
6140
- headers = headers.set('reqId', String(reqId));
6141
- }
6142
- if (token !== undefined && token !== null) {
6143
- headers = headers.set('token', String(token));
6144
- }
6145
- // to determine the Accept header
6146
- let httpHeaderAccepts = [
6147
- 'application/json'
6148
- ];
6149
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6150
- if (httpHeaderAcceptSelected != undefined) {
6151
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6152
- }
6153
- // to determine the Content-Type header
6154
- const consumes = [];
6155
- return this.httpClient.get(`${this.basePath}/v2/api/report/schedule/all/templates`, {
6156
- params: queryParameters,
6157
- withCredentials: this.configuration.withCredentials,
6158
- headers: headers,
6159
- observe: observe,
6160
- reportProgress: reportProgress
6161
- });
6162
- }
6163
- getAllUsersUsingGET(isCostMetricsSelected, reqId, token, observe = 'body', reportProgress = false) {
6164
- if (isCostMetricsSelected === null || isCostMetricsSelected === undefined) {
6165
- throw new Error('Required parameter isCostMetricsSelected was null or undefined when calling getAllUsersUsingGET.');
6166
- }
6167
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6168
- if (isCostMetricsSelected !== undefined && isCostMetricsSelected !== null) {
6169
- queryParameters = queryParameters.set('isCostMetricsSelected', isCostMetricsSelected);
6170
- }
6171
- let headers = this.defaultHeaders;
6172
- if (reqId !== undefined && reqId !== null) {
6173
- headers = headers.set('reqId', String(reqId));
6174
- }
6175
- if (token !== undefined && token !== null) {
6176
- headers = headers.set('token', String(token));
6177
- }
6178
- // to determine the Accept header
6179
- let httpHeaderAccepts = [
6180
- 'application/json'
6181
- ];
6182
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6183
- if (httpHeaderAcceptSelected != undefined) {
6184
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6185
- }
6186
- // to determine the Content-Type header
6187
- const consumes = [];
6188
- return this.httpClient.get(`${this.basePath}/v2/api/report/schedule/users`, {
6189
- params: queryParameters,
6190
- withCredentials: this.configuration.withCredentials,
6191
- headers: headers,
6192
- observe: observe,
6193
- reportProgress: reportProgress
6194
- });
6195
- }
6196
- getReportTemplateUsingGET(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
6197
- if (id === null || id === undefined) {
6198
- throw new Error('Required parameter id was null or undefined when calling getReportTemplateUsingGET.');
6199
- }
6200
- if (refresh === null || refresh === undefined) {
6201
- throw new Error('Required parameter refresh was null or undefined when calling getReportTemplateUsingGET.');
6202
- }
6203
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6204
- if (refresh !== undefined && refresh !== null) {
6205
- queryParameters = queryParameters.set('refresh', refresh);
6206
- }
6207
- let headers = this.defaultHeaders;
6208
- if (reqId !== undefined && reqId !== null) {
6209
- headers = headers.set('reqId', String(reqId));
6210
- }
6211
- if (token !== undefined && token !== null) {
6212
- headers = headers.set('token', String(token));
6213
- }
6214
- // to determine the Accept header
6215
- let httpHeaderAccepts = [
6216
- 'application/json'
6217
- ];
6218
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6219
- if (httpHeaderAcceptSelected != undefined) {
6220
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6221
- }
6222
- // to determine the Content-Type header
6223
- const consumes = [];
6224
- return this.httpClient.get(`${this.basePath}/v2/api/report/schedule/${encodeURIComponent(String(id))}`, {
6225
- params: queryParameters,
6226
- withCredentials: this.configuration.withCredentials,
6227
- headers: headers,
6228
- observe: observe,
6229
- reportProgress: reportProgress
6230
- });
6231
- }
6232
- statusScheduledReportUsingPOST(ids, status, reqId, token, observe = 'body', reportProgress = false) {
6233
- if (ids === null || ids === undefined) {
6234
- throw new Error('Required parameter ids was null or undefined when calling statusScheduledReportUsingPOST.');
6235
- }
6236
- if (status === null || status === undefined) {
6237
- throw new Error('Required parameter status was null or undefined when calling statusScheduledReportUsingPOST.');
6238
- }
6239
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6240
- if (ids !== undefined && ids !== null) {
6241
- queryParameters = queryParameters.set('ids', ids);
6242
- }
6243
- let headers = this.defaultHeaders;
6244
- if (reqId !== undefined && reqId !== null) {
6245
- headers = headers.set('reqId', String(reqId));
6246
- }
6247
- if (token !== undefined && token !== null) {
6248
- headers = headers.set('token', String(token));
6249
- }
6250
- // to determine the Accept header
6251
- let httpHeaderAccepts = [
6252
- 'application/json'
6253
- ];
6254
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6255
- if (httpHeaderAcceptSelected != undefined) {
6256
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6257
- }
6258
- // to determine the Content-Type header
6259
- const consumes = [
6260
- 'application/json'
6261
- ];
6262
- return this.httpClient.post(`${this.basePath}/v2/api/report/schedule/${encodeURIComponent(String(status))}`, null, {
6263
- params: queryParameters,
6264
- withCredentials: this.configuration.withCredentials,
6265
- headers: headers,
6266
- observe: observe,
6267
- reportProgress: reportProgress
6268
- });
6269
- }
6270
- updateScheduledReportUsingPOST(id, reportingSchedulerRequest, reqId, token, observe = 'body', reportProgress = false) {
6271
- if (id === null || id === undefined) {
6272
- throw new Error('Required parameter id was null or undefined when calling updateScheduledReportUsingPOST.');
6273
- }
6274
- if (reportingSchedulerRequest === null || reportingSchedulerRequest === undefined) {
6275
- throw new Error('Required parameter reportingSchedulerRequest was null or undefined when calling updateScheduledReportUsingPOST.');
6276
- }
6277
- let headers = this.defaultHeaders;
6278
- if (reqId !== undefined && reqId !== null) {
6279
- headers = headers.set('reqId', String(reqId));
6280
- }
6281
- if (token !== undefined && token !== null) {
6282
- headers = headers.set('token', String(token));
6283
- }
6284
- // to determine the Accept header
6285
- let httpHeaderAccepts = [
6286
- 'application/json'
6287
- ];
6288
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6289
- if (httpHeaderAcceptSelected != undefined) {
6290
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6291
- }
6292
- // to determine the Content-Type header
6293
- const consumes = [
6294
- 'application/json'
6295
- ];
6296
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6297
- if (httpContentTypeSelected != undefined) {
6298
- headers = headers.set('Content-Type', httpContentTypeSelected);
6299
- }
6300
- return this.httpClient.post(`${this.basePath}/v2/api/report/schedule/update/${encodeURIComponent(String(id))}`, reportingSchedulerRequest, {
6301
- withCredentials: this.configuration.withCredentials,
6302
- headers: headers,
6303
- observe: observe,
6304
- reportProgress: reportProgress
6305
- });
6306
- }
6307
- }
6308
- ReportingSchedulerControllerService.decorators = [
6309
- { type: Injectable }
6310
- ];
6311
- ReportingSchedulerControllerService.ctorParameters = () => [
6312
- { type: HttpClient },
6313
- { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
6314
- { type: Configuration, decorators: [{ type: Optional }] }
6315
- ];
6316
-
6317
6046
  /**
6318
6047
  * Api Documentation
6319
6048
  * Api Documentation
@@ -6328,7 +6057,7 @@ ReportingSchedulerControllerService.ctorParameters = () => [
6328
6057
  class SliceXControllerService {
6329
6058
  constructor(httpClient, basePath, configuration) {
6330
6059
  this.httpClient = httpClient;
6331
- this.basePath = 'https://apiv2stage7.atomex.net';
6060
+ this.basePath = 'https://apiv2stage5.atomex.net';
6332
6061
  this.defaultHeaders = new HttpHeaders();
6333
6062
  this.configuration = new Configuration();
6334
6063
  if (basePath) {
@@ -6573,7 +6302,7 @@ SliceXControllerService.ctorParameters = () => [
6573
6302
  class StrategyControllerService {
6574
6303
  constructor(httpClient, basePath, configuration) {
6575
6304
  this.httpClient = httpClient;
6576
- this.basePath = 'https://apiv2stage7.atomex.net';
6305
+ this.basePath = 'https://apiv2stage5.atomex.net';
6577
6306
  this.defaultHeaders = new HttpHeaders();
6578
6307
  this.configuration = new Configuration();
6579
6308
  if (basePath) {
@@ -7360,7 +7089,7 @@ StrategyControllerService.ctorParameters = () => [
7360
7089
  class StrategyTemplateControllerService {
7361
7090
  constructor(httpClient, basePath, configuration) {
7362
7091
  this.httpClient = httpClient;
7363
- this.basePath = 'https://apiv2stage7.atomex.net';
7092
+ this.basePath = 'https://apiv2stage5.atomex.net';
7364
7093
  this.defaultHeaders = new HttpHeaders();
7365
7094
  this.configuration = new Configuration();
7366
7095
  if (basePath) {
@@ -7477,7 +7206,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
7477
7206
  class UILoggerControllerService {
7478
7207
  constructor(httpClient, basePath, configuration) {
7479
7208
  this.httpClient = httpClient;
7480
- this.basePath = 'https://apiv2stage7.atomex.net';
7209
+ this.basePath = 'https://apiv2stage5.atomex.net';
7481
7210
  this.defaultHeaders = new HttpHeaders();
7482
7211
  this.configuration = new Configuration();
7483
7212
  if (basePath) {
@@ -7564,7 +7293,7 @@ UILoggerControllerService.ctorParameters = () => [
7564
7293
  class UserPreferenceControllerService {
7565
7294
  constructor(httpClient, basePath, configuration) {
7566
7295
  this.httpClient = httpClient;
7567
- this.basePath = 'https://apiv2stage7.atomex.net';
7296
+ this.basePath = 'https://apiv2stage5.atomex.net';
7568
7297
  this.defaultHeaders = new HttpHeaders();
7569
7298
  this.configuration = new Configuration();
7570
7299
  if (basePath) {
@@ -7719,7 +7448,7 @@ UserPreferenceControllerService.ctorParameters = () => [
7719
7448
  { type: Configuration, decorators: [{ type: Optional }] }
7720
7449
  ];
7721
7450
 
7722
- const 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];
7451
+ const 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];
7723
7452
 
7724
7453
  var ActivityLogsCreativeSetsBulkUpdateDTO;
7725
7454
  (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
@@ -8959,28 +8688,6 @@ var GeoListRequest;
8959
8688
  * Do not edit the class manually.
8960
8689
  */
8961
8690
 
8962
- /**
8963
- * Api Documentation
8964
- * Api Documentation
8965
- *
8966
- * OpenAPI spec version: 1.0
8967
- *
8968
- *
8969
- * NOTE: This class is auto generated by the swagger code generator program.
8970
- * https://github.com/swagger-api/swagger-codegen.git
8971
- * Do not edit the class manually.
8972
- */
8973
- var JobResponse;
8974
- (function (JobResponse) {
8975
- JobResponse.StatusEnum = {
8976
- PENDING: 'PENDING',
8977
- INPROGRESS: 'IN_PROGRESS',
8978
- FAILED: 'FAILED',
8979
- SUCCESS: 'SUCCESS',
8980
- PARTIALSUCCESS: 'PARTIAL_SUCCESS'
8981
- };
8982
- })(JobResponse || (JobResponse = {}));
8983
-
8984
8691
  /**
8985
8692
  * Api Documentation
8986
8693
  * Api Documentation
@@ -9254,36 +8961,6 @@ var ReportingResponse;
9254
8961
  };
9255
8962
  })(ReportingResponse || (ReportingResponse = {}));
9256
8963
 
9257
- var ReportingSchedulerResponse;
9258
- (function (ReportingSchedulerResponse) {
9259
- ReportingSchedulerResponse.IntervalEnum = {
9260
- DAILY: 'DAILY',
9261
- SEVENDAYS: 'SEVEN_DAYS',
9262
- FIFTEENDAYS: 'FIFTEEN_DAYS',
9263
- MONTHLY: 'MONTHLY'
9264
- };
9265
- ReportingSchedulerResponse.ReportTypeEnum = {
9266
- ADVANCED: 'ADVANCED',
9267
- CONVERSION: 'CONVERSION',
9268
- INVENTORY: 'INVENTORY',
9269
- LOSSBID: 'LOSS_BID',
9270
- VIDEO: 'VIDEO',
9271
- ALL: 'ALL'
9272
- };
9273
- })(ReportingSchedulerResponse || (ReportingSchedulerResponse = {}));
9274
-
9275
- /**
9276
- * Api Documentation
9277
- * Api Documentation
9278
- *
9279
- * OpenAPI spec version: 1.0
9280
- *
9281
- *
9282
- * NOTE: This class is auto generated by the swagger code generator program.
9283
- * https://github.com/swagger-api/swagger-codegen.git
9284
- * Do not edit the class manually.
9285
- */
9286
-
9287
8964
  /**
9288
8965
  * Api Documentation
9289
8966
  * Api Documentation
@@ -9348,16 +9025,6 @@ var RuleDTO;
9348
9025
  * Do not edit the class manually.
9349
9026
  */
9350
9027
 
9351
- var SchedulerRequest;
9352
- (function (SchedulerRequest) {
9353
- SchedulerRequest.ScheduleEnum = {
9354
- DAILY: 'DAILY',
9355
- SEVENDAYS: 'SEVEN_DAYS',
9356
- FIFTEENDAYS: 'FIFTEEN_DAYS',
9357
- MONTHLY: 'MONTHLY'
9358
- };
9359
- })(SchedulerRequest || (SchedulerRequest = {}));
9360
-
9361
9028
  /**
9362
9029
  * Api Documentation
9363
9030
  * Api Documentation
@@ -9822,6 +9489,18 @@ var WhitelabelingEntity;
9822
9489
  };
9823
9490
  })(WhitelabelingEntity || (WhitelabelingEntity = {}));
9824
9491
 
9492
+ /**
9493
+ * Api Documentation
9494
+ * Api Documentation
9495
+ *
9496
+ * OpenAPI spec version: 1.0
9497
+ *
9498
+ *
9499
+ * NOTE: This class is auto generated by the swagger code generator program.
9500
+ * https://github.com/swagger-api/swagger-codegen.git
9501
+ * Do not edit the class manually.
9502
+ */
9503
+
9825
9504
  class ApiModule {
9826
9505
  constructor(parentModule, http) {
9827
9506
  if (parentModule) {
@@ -9866,7 +9545,6 @@ ApiModule.decorators = [
9866
9545
  NotificationsControllerService,
9867
9546
  PixelControllerService,
9868
9547
  ReportingControllerService,
9869
- ReportingSchedulerControllerService,
9870
9548
  SliceXControllerService,
9871
9549
  StrategyControllerService,
9872
9550
  StrategyTemplateControllerService,
@@ -9884,5 +9562,5 @@ ApiModule.ctorParameters = () => [
9884
9562
  * Generated bundle index. Do not edit.
9885
9563
  */
9886
9564
 
9887
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, JobResponse, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
9565
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
9888
9566
  //# sourceMappingURL=revxui-api-clients-ts.js.map