@revxui/api-clients-ts 1.1.207 → 1.1.209

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 (60) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -3
  3. package/bundles/revxui-api-clients-ts.umd.js +27 -326
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/esm2015/api/adminController.service.js +2 -2
  6. package/esm2015/api/advertiserController.service.js +2 -2
  7. package/esm2015/api/api.js +2 -4
  8. package/esm2015/api/appSettingsController.service.js +2 -2
  9. package/esm2015/api/audienceController.service.js +2 -2
  10. package/esm2015/api/auditController.service.js +2 -2
  11. package/esm2015/api/bidFunnelController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/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/api.module.js +1 -3
  33. package/esm2015/model/campaignDTO.js +1 -1
  34. package/esm2015/model/models.js +1 -9
  35. package/esm2015/model/strategyDTO.js +1 -1
  36. package/fesm2015/revxui-api-clients-ts.js +28 -325
  37. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  38. package/model/campaignDTO.d.ts +1 -0
  39. package/model/models.d.ts +0 -8
  40. package/model/strategyDTO.d.ts +1 -0
  41. package/package.json +1 -1
  42. package/revxui-api-clients-ts.metadata.json +1 -1
  43. package/api/reportingSchedulerController.service.d.ts +0 -104
  44. package/esm2015/api/reportingSchedulerController.service.js +0 -241
  45. package/esm2015/model/apiListResponseReportingSchedulerResponse.js +0 -2
  46. package/esm2015/model/apiListResponseReportingSchedulerUserResponse.js +0 -2
  47. package/esm2015/model/apiResponseObjectReportingSchedulerResponse.js +0 -2
  48. package/esm2015/model/jobResponse.js +0 -22
  49. package/esm2015/model/reportingSchedulerRequest.js +0 -2
  50. package/esm2015/model/reportingSchedulerResponse.js +0 -17
  51. package/esm2015/model/reportingSchedulerUserResponse.js +0 -13
  52. package/esm2015/model/schedulerRequest.js +0 -10
  53. package/model/apiListResponseReportingSchedulerResponse.d.ts +0 -16
  54. package/model/apiListResponseReportingSchedulerUserResponse.d.ts +0 -16
  55. package/model/apiResponseObjectReportingSchedulerResponse.d.ts +0 -17
  56. package/model/jobResponse.d.ts +0 -29
  57. package/model/reportingSchedulerRequest.d.ts +0 -20
  58. package/model/reportingSchedulerResponse.d.ts +0 -46
  59. package/model/reportingSchedulerUserResponse.d.ts +0 -15
  60. package/model/schedulerRequest.d.ts +0 -27
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@1.1.207
1
+ ## @revxui/api-clients-ts@1.1.209
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@1.1.207 --save
22
+ npm install @revxui/api-clients-ts@1.1.209 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
package/api/api.d.ts CHANGED
@@ -40,8 +40,6 @@ export * from './pixelController.service';
40
40
  import { PixelControllerService } from './pixelController.service';
41
41
  export * from './reportingController.service';
42
42
  import { ReportingControllerService } from './reportingController.service';
43
- export * from './reportingSchedulerController.service';
44
- import { ReportingSchedulerControllerService } from './reportingSchedulerController.service';
45
43
  export * from './sliceXController.service';
46
44
  import { SliceXControllerService } from './sliceXController.service';
47
45
  export * from './strategyController.service';
@@ -52,4 +50,4 @@ export * from './uILoggerController.service';
52
50
  import { UILoggerControllerService } from './uILoggerController.service';
53
51
  export * from './userPreferenceController.service';
54
52
  import { UserPreferenceControllerService } from './userPreferenceController.service';
55
- export declare const APIS: (typeof AdminControllerService | typeof AdvertiserControllerService | typeof AppSettingsControllerService | typeof AudienceControllerService | typeof AuditControllerService | typeof BidFunnelControllerService | typeof BulkStrategyControllerService | typeof CSSThemeController_Service | typeof CampaignControllerService | typeof CatalogControllerService | typeof ClickDestinationControllerService | typeof CreativeControllerService | typeof CreativeSetsControllerService | typeof CreativeTemplateThemesControllerService | typeof CreativeTemplateVariablesControllerService | typeof CreativeTemplatesControllerService | typeof CustomerReportingControllerService | typeof DashboardControllerService | typeof NotificationsControllerService | typeof PixelControllerService | typeof ReportingControllerService | typeof ReportingSchedulerControllerService | typeof SliceXControllerService | typeof StrategyControllerService | typeof StrategyTemplateControllerService | typeof UILoggerControllerService | typeof UserPreferenceControllerService)[];
53
+ export declare const APIS: (typeof AdminControllerService | typeof AdvertiserControllerService | typeof AppSettingsControllerService | typeof AudienceControllerService | typeof AuditControllerService | typeof BidFunnelControllerService | typeof BulkStrategyControllerService | typeof CSSThemeController_Service | typeof CampaignControllerService | typeof CatalogControllerService | typeof ClickDestinationControllerService | typeof CreativeControllerService | typeof CreativeSetsControllerService | typeof CreativeTemplateThemesControllerService | typeof CreativeTemplateVariablesControllerService | typeof CreativeTemplatesControllerService | typeof CustomerReportingControllerService | typeof DashboardControllerService | typeof NotificationsControllerService | typeof PixelControllerService | typeof ReportingControllerService | typeof SliceXControllerService | typeof StrategyControllerService | typeof StrategyTemplateControllerService | typeof UILoggerControllerService | typeof UserPreferenceControllerService)[];
@@ -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://apiv2stage2.atomex.net';
373
+ this.basePath = 'https://apiv2stage4.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://apiv2stage2.atomex.net';
578
+ this.basePath = 'https://apiv2stage4.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://apiv2stage2.atomex.net';
1012
+ this.basePath = 'https://apiv2stage4.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://apiv2stage2.atomex.net';
1265
+ this.basePath = 'https://apiv2stage4.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://apiv2stage2.atomex.net';
2123
+ this.basePath = 'https://apiv2stage4.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 BidFunnelControllerService = /** @class */ (function () {
2308
2308
  function BidFunnelControllerService(httpClient, basePath, configuration) {
2309
2309
  this.httpClient = httpClient;
2310
- this.basePath = 'https://apiv2stage2.atomex.net';
2310
+ this.basePath = 'https://apiv2stage4.atomex.net';
2311
2311
  this.defaultHeaders = new http.HttpHeaders();
2312
2312
  this.configuration = new Configuration();
2313
2313
  if (basePath) {
@@ -2438,7 +2438,7 @@
2438
2438
  var BulkStrategyControllerService = /** @class */ (function () {
2439
2439
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2440
2440
  this.httpClient = httpClient;
2441
- this.basePath = 'https://apiv2stage2.atomex.net';
2441
+ this.basePath = 'https://apiv2stage4.atomex.net';
2442
2442
  this.defaultHeaders = new http.HttpHeaders();
2443
2443
  this.configuration = new Configuration();
2444
2444
  if (basePath) {
@@ -2669,7 +2669,7 @@
2669
2669
  var CSSThemeController_Service = /** @class */ (function () {
2670
2670
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2671
2671
  this.httpClient = httpClient;
2672
- this.basePath = 'https://apiv2stage2.atomex.net';
2672
+ this.basePath = 'https://apiv2stage4.atomex.net';
2673
2673
  this.defaultHeaders = new http.HttpHeaders();
2674
2674
  this.configuration = new Configuration();
2675
2675
  if (basePath) {
@@ -2778,7 +2778,7 @@
2778
2778
  var CampaignControllerService = /** @class */ (function () {
2779
2779
  function CampaignControllerService(httpClient, basePath, configuration) {
2780
2780
  this.httpClient = httpClient;
2781
- this.basePath = 'https://apiv2stage2.atomex.net';
2781
+ this.basePath = 'https://apiv2stage4.atomex.net';
2782
2782
  this.defaultHeaders = new http.HttpHeaders();
2783
2783
  this.configuration = new Configuration();
2784
2784
  if (basePath) {
@@ -3088,7 +3088,7 @@
3088
3088
  var CatalogControllerService = /** @class */ (function () {
3089
3089
  function CatalogControllerService(httpClient, basePath, configuration) {
3090
3090
  this.httpClient = httpClient;
3091
- this.basePath = 'https://apiv2stage2.atomex.net';
3091
+ this.basePath = 'https://apiv2stage4.atomex.net';
3092
3092
  this.defaultHeaders = new http.HttpHeaders();
3093
3093
  this.configuration = new Configuration();
3094
3094
  if (basePath) {
@@ -3334,7 +3334,7 @@
3334
3334
  var ClickDestinationControllerService = /** @class */ (function () {
3335
3335
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3336
3336
  this.httpClient = httpClient;
3337
- this.basePath = 'https://apiv2stage2.atomex.net';
3337
+ this.basePath = 'https://apiv2stage4.atomex.net';
3338
3338
  this.defaultHeaders = new http.HttpHeaders();
3339
3339
  this.configuration = new Configuration();
3340
3340
  if (basePath) {
@@ -3572,7 +3572,7 @@
3572
3572
  var CreativeControllerService = /** @class */ (function () {
3573
3573
  function CreativeControllerService(httpClient, basePath, configuration) {
3574
3574
  this.httpClient = httpClient;
3575
- this.basePath = 'https://apiv2stage2.atomex.net';
3575
+ this.basePath = 'https://apiv2stage4.atomex.net';
3576
3576
  this.defaultHeaders = new http.HttpHeaders();
3577
3577
  this.configuration = new Configuration();
3578
3578
  if (basePath) {
@@ -4073,7 +4073,7 @@
4073
4073
  var CreativeSetsControllerService = /** @class */ (function () {
4074
4074
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
4075
4075
  this.httpClient = httpClient;
4076
- this.basePath = 'https://apiv2stage2.atomex.net';
4076
+ this.basePath = 'https://apiv2stage4.atomex.net';
4077
4077
  this.defaultHeaders = new http.HttpHeaders();
4078
4078
  this.configuration = new Configuration();
4079
4079
  if (basePath) {
@@ -4592,7 +4592,7 @@
4592
4592
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4593
4593
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4594
4594
  this.httpClient = httpClient;
4595
- this.basePath = 'https://apiv2stage2.atomex.net';
4595
+ this.basePath = 'https://apiv2stage4.atomex.net';
4596
4596
  this.defaultHeaders = new http.HttpHeaders();
4597
4597
  this.configuration = new Configuration();
4598
4598
  if (basePath) {
@@ -4781,7 +4781,7 @@
4781
4781
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4782
4782
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4783
4783
  this.httpClient = httpClient;
4784
- this.basePath = 'https://apiv2stage2.atomex.net';
4784
+ this.basePath = 'https://apiv2stage4.atomex.net';
4785
4785
  this.defaultHeaders = new http.HttpHeaders();
4786
4786
  this.configuration = new Configuration();
4787
4787
  if (basePath) {
@@ -4857,7 +4857,7 @@
4857
4857
  var CreativeTemplatesControllerService = /** @class */ (function () {
4858
4858
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4859
4859
  this.httpClient = httpClient;
4860
- this.basePath = 'https://apiv2stage2.atomex.net';
4860
+ this.basePath = 'https://apiv2stage4.atomex.net';
4861
4861
  this.defaultHeaders = new http.HttpHeaders();
4862
4862
  this.configuration = new Configuration();
4863
4863
  if (basePath) {
@@ -5024,7 +5024,7 @@
5024
5024
  var CustomerReportingControllerService = /** @class */ (function () {
5025
5025
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
5026
5026
  this.httpClient = httpClient;
5027
- this.basePath = 'https://apiv2stage2.atomex.net';
5027
+ this.basePath = 'https://apiv2stage4.atomex.net';
5028
5028
  this.defaultHeaders = new http.HttpHeaders();
5029
5029
  this.configuration = new Configuration();
5030
5030
  if (basePath) {
@@ -5109,7 +5109,7 @@
5109
5109
  var DashboardControllerService = /** @class */ (function () {
5110
5110
  function DashboardControllerService(httpClient, basePath, configuration) {
5111
5111
  this.httpClient = httpClient;
5112
- this.basePath = 'https://apiv2stage2.atomex.net';
5112
+ this.basePath = 'https://apiv2stage4.atomex.net';
5113
5113
  this.defaultHeaders = new http.HttpHeaders();
5114
5114
  this.configuration = new Configuration();
5115
5115
  if (basePath) {
@@ -5754,7 +5754,7 @@
5754
5754
  var NotificationsControllerService = /** @class */ (function () {
5755
5755
  function NotificationsControllerService(httpClient, basePath, configuration) {
5756
5756
  this.httpClient = httpClient;
5757
- this.basePath = 'https://apiv2stage2.atomex.net';
5757
+ this.basePath = 'https://apiv2stage4.atomex.net';
5758
5758
  this.defaultHeaders = new http.HttpHeaders();
5759
5759
  this.configuration = new Configuration();
5760
5760
  if (basePath) {
@@ -5973,7 +5973,7 @@
5973
5973
  var PixelControllerService = /** @class */ (function () {
5974
5974
  function PixelControllerService(httpClient, basePath, configuration) {
5975
5975
  this.httpClient = httpClient;
5976
- this.basePath = 'https://apiv2stage2.atomex.net';
5976
+ this.basePath = 'https://apiv2stage4.atomex.net';
5977
5977
  this.defaultHeaders = new http.HttpHeaders();
5978
5978
  this.configuration = new Configuration();
5979
5979
  if (basePath) {
@@ -6290,7 +6290,7 @@
6290
6290
  var ReportingControllerService = /** @class */ (function () {
6291
6291
  function ReportingControllerService(httpClient, basePath, configuration) {
6292
6292
  this.httpClient = httpClient;
6293
- this.basePath = 'https://apiv2stage2.atomex.net';
6293
+ this.basePath = 'https://apiv2stage4.atomex.net';
6294
6294
  this.defaultHeaders = new http.HttpHeaders();
6295
6295
  this.configuration = new Configuration();
6296
6296
  if (basePath) {
@@ -6459,258 +6459,10 @@
6459
6459
  { type: Configuration, decorators: [{ type: core.Optional }] }
6460
6460
  ]; };
6461
6461
 
6462
- var ReportingSchedulerControllerService = /** @class */ (function () {
6463
- function ReportingSchedulerControllerService(httpClient, basePath, configuration) {
6464
- this.httpClient = httpClient;
6465
- this.basePath = 'https://apiv2stage2.atomex.net';
6466
- this.defaultHeaders = new http.HttpHeaders();
6467
- this.configuration = new Configuration();
6468
- if (basePath) {
6469
- this.basePath = basePath;
6470
- }
6471
- if (configuration) {
6472
- this.configuration = configuration;
6473
- this.basePath = basePath || configuration.basePath || this.basePath;
6474
- }
6475
- }
6476
- /**
6477
- * @param consumes string[] mime-types
6478
- * @return true: consumes contains 'multipart/form-data', false: otherwise
6479
- */
6480
- ReportingSchedulerControllerService.prototype.canConsumeForm = function (consumes) {
6481
- var e_1, _a;
6482
- var form = 'multipart/form-data';
6483
- try {
6484
- for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
6485
- var consume = consumes_1_1.value;
6486
- if (form === consume) {
6487
- return true;
6488
- }
6489
- }
6490
- }
6491
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
6492
- finally {
6493
- try {
6494
- if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
6495
- }
6496
- finally { if (e_1) throw e_1.error; }
6497
- }
6498
- return false;
6499
- };
6500
- ReportingSchedulerControllerService.prototype.createScheduledReportUsingPOST = function (reportingSchedulerRequest, reqId, token, observe, reportProgress) {
6501
- if (observe === void 0) { observe = 'body'; }
6502
- if (reportProgress === void 0) { reportProgress = false; }
6503
- if (reportingSchedulerRequest === null || reportingSchedulerRequest === undefined) {
6504
- throw new Error('Required parameter reportingSchedulerRequest was null or undefined when calling createScheduledReportUsingPOST.');
6505
- }
6506
- var headers = this.defaultHeaders;
6507
- if (reqId !== undefined && reqId !== null) {
6508
- headers = headers.set('reqId', String(reqId));
6509
- }
6510
- if (token !== undefined && token !== null) {
6511
- headers = headers.set('token', String(token));
6512
- }
6513
- // to determine the Accept header
6514
- var httpHeaderAccepts = [
6515
- 'application/json'
6516
- ];
6517
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6518
- if (httpHeaderAcceptSelected != undefined) {
6519
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6520
- }
6521
- // to determine the Content-Type header
6522
- var consumes = [
6523
- 'application/json'
6524
- ];
6525
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6526
- if (httpContentTypeSelected != undefined) {
6527
- headers = headers.set('Content-Type', httpContentTypeSelected);
6528
- }
6529
- return this.httpClient.post(this.basePath + "/v2/api/report/schedule/create", reportingSchedulerRequest, {
6530
- withCredentials: this.configuration.withCredentials,
6531
- headers: headers,
6532
- observe: observe,
6533
- reportProgress: reportProgress
6534
- });
6535
- };
6536
- ReportingSchedulerControllerService.prototype.getAllSchedulerJobsUsingGET = function (reqId, status, token, observe, reportProgress) {
6537
- if (observe === void 0) { observe = 'body'; }
6538
- if (reportProgress === void 0) { reportProgress = false; }
6539
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6540
- if (status !== undefined && status !== null) {
6541
- queryParameters = queryParameters.set('status', status);
6542
- }
6543
- var headers = this.defaultHeaders;
6544
- if (reqId !== undefined && reqId !== null) {
6545
- headers = headers.set('reqId', String(reqId));
6546
- }
6547
- if (token !== undefined && token !== null) {
6548
- headers = headers.set('token', String(token));
6549
- }
6550
- // to determine the Accept header
6551
- var httpHeaderAccepts = [
6552
- 'application/json'
6553
- ];
6554
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6555
- if (httpHeaderAcceptSelected != undefined) {
6556
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6557
- }
6558
- // to determine the Content-Type header
6559
- var consumes = [];
6560
- return this.httpClient.get(this.basePath + "/v2/api/report/schedule/all", {
6561
- params: queryParameters,
6562
- withCredentials: this.configuration.withCredentials,
6563
- headers: headers,
6564
- observe: observe,
6565
- reportProgress: reportProgress
6566
- });
6567
- };
6568
- ReportingSchedulerControllerService.prototype.getAllUsersUsingGET = function (reqId, token, observe, reportProgress) {
6569
- if (observe === void 0) { observe = 'body'; }
6570
- if (reportProgress === void 0) { reportProgress = false; }
6571
- var headers = this.defaultHeaders;
6572
- if (reqId !== undefined && reqId !== null) {
6573
- headers = headers.set('reqId', String(reqId));
6574
- }
6575
- if (token !== undefined && token !== null) {
6576
- headers = headers.set('token', String(token));
6577
- }
6578
- // to determine the Accept header
6579
- var httpHeaderAccepts = [
6580
- 'application/json'
6581
- ];
6582
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6583
- if (httpHeaderAcceptSelected != undefined) {
6584
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6585
- }
6586
- // to determine the Content-Type header
6587
- var consumes = [];
6588
- return this.httpClient.get(this.basePath + "/v2/api/report/schedule/users", {
6589
- withCredentials: this.configuration.withCredentials,
6590
- headers: headers,
6591
- observe: observe,
6592
- reportProgress: reportProgress
6593
- });
6594
- };
6595
- ReportingSchedulerControllerService.prototype.getReportTemplateUsingGET = function (id, reqId, token, observe, reportProgress) {
6596
- if (observe === void 0) { observe = 'body'; }
6597
- if (reportProgress === void 0) { reportProgress = false; }
6598
- if (id === null || id === undefined) {
6599
- throw new Error('Required parameter id was null or undefined when calling getReportTemplateUsingGET.');
6600
- }
6601
- var headers = this.defaultHeaders;
6602
- if (reqId !== undefined && reqId !== null) {
6603
- headers = headers.set('reqId', String(reqId));
6604
- }
6605
- if (token !== undefined && token !== null) {
6606
- headers = headers.set('token', String(token));
6607
- }
6608
- // to determine the Accept header
6609
- var httpHeaderAccepts = [
6610
- 'application/json'
6611
- ];
6612
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6613
- if (httpHeaderAcceptSelected != undefined) {
6614
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6615
- }
6616
- // to determine the Content-Type header
6617
- var consumes = [];
6618
- return this.httpClient.get(this.basePath + "/v2/api/report/schedule/" + encodeURIComponent(String(id)), {
6619
- withCredentials: this.configuration.withCredentials,
6620
- headers: headers,
6621
- observe: observe,
6622
- reportProgress: reportProgress
6623
- });
6624
- };
6625
- ReportingSchedulerControllerService.prototype.statusScheduledReportUsingPOST = function (id, status, reqId, token, observe, reportProgress) {
6626
- if (observe === void 0) { observe = 'body'; }
6627
- if (reportProgress === void 0) { reportProgress = false; }
6628
- if (id === null || id === undefined) {
6629
- throw new Error('Required parameter id was null or undefined when calling statusScheduledReportUsingPOST.');
6630
- }
6631
- if (status === null || status === undefined) {
6632
- throw new Error('Required parameter status was null or undefined when calling statusScheduledReportUsingPOST.');
6633
- }
6634
- var headers = this.defaultHeaders;
6635
- if (reqId !== undefined && reqId !== null) {
6636
- headers = headers.set('reqId', String(reqId));
6637
- }
6638
- if (token !== undefined && token !== null) {
6639
- headers = headers.set('token', String(token));
6640
- }
6641
- // to determine the Accept header
6642
- var httpHeaderAccepts = [
6643
- 'application/json'
6644
- ];
6645
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6646
- if (httpHeaderAcceptSelected != undefined) {
6647
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6648
- }
6649
- // to determine the Content-Type header
6650
- var consumes = [
6651
- 'application/json'
6652
- ];
6653
- return this.httpClient.post(this.basePath + "/v2/api/report/schedule/" + encodeURIComponent(String(status)) + "/" + encodeURIComponent(String(id)), null, {
6654
- withCredentials: this.configuration.withCredentials,
6655
- headers: headers,
6656
- observe: observe,
6657
- reportProgress: reportProgress
6658
- });
6659
- };
6660
- ReportingSchedulerControllerService.prototype.updateScheduledReportUsingPOST = function (id, reportingSchedulerRequest, reqId, token, observe, reportProgress) {
6661
- if (observe === void 0) { observe = 'body'; }
6662
- if (reportProgress === void 0) { reportProgress = false; }
6663
- if (id === null || id === undefined) {
6664
- throw new Error('Required parameter id was null or undefined when calling updateScheduledReportUsingPOST.');
6665
- }
6666
- if (reportingSchedulerRequest === null || reportingSchedulerRequest === undefined) {
6667
- throw new Error('Required parameter reportingSchedulerRequest was null or undefined when calling updateScheduledReportUsingPOST.');
6668
- }
6669
- var headers = this.defaultHeaders;
6670
- if (reqId !== undefined && reqId !== null) {
6671
- headers = headers.set('reqId', String(reqId));
6672
- }
6673
- if (token !== undefined && token !== null) {
6674
- headers = headers.set('token', String(token));
6675
- }
6676
- // to determine the Accept header
6677
- var httpHeaderAccepts = [
6678
- 'application/json'
6679
- ];
6680
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6681
- if (httpHeaderAcceptSelected != undefined) {
6682
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6683
- }
6684
- // to determine the Content-Type header
6685
- var consumes = [
6686
- 'application/json'
6687
- ];
6688
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6689
- if (httpContentTypeSelected != undefined) {
6690
- headers = headers.set('Content-Type', httpContentTypeSelected);
6691
- }
6692
- return this.httpClient.post(this.basePath + "/v2/api/report/schedule/update/" + encodeURIComponent(String(id)), reportingSchedulerRequest, {
6693
- withCredentials: this.configuration.withCredentials,
6694
- headers: headers,
6695
- observe: observe,
6696
- reportProgress: reportProgress
6697
- });
6698
- };
6699
- return ReportingSchedulerControllerService;
6700
- }());
6701
- ReportingSchedulerControllerService.decorators = [
6702
- { type: core.Injectable }
6703
- ];
6704
- ReportingSchedulerControllerService.ctorParameters = function () { return [
6705
- { type: http.HttpClient },
6706
- { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
6707
- { type: Configuration, decorators: [{ type: core.Optional }] }
6708
- ]; };
6709
-
6710
6462
  var SliceXControllerService = /** @class */ (function () {
6711
6463
  function SliceXControllerService(httpClient, basePath, configuration) {
6712
6464
  this.httpClient = httpClient;
6713
- this.basePath = 'https://apiv2stage2.atomex.net';
6465
+ this.basePath = 'https://apiv2stage4.atomex.net';
6714
6466
  this.defaultHeaders = new http.HttpHeaders();
6715
6467
  this.configuration = new Configuration();
6716
6468
  if (basePath) {
@@ -6966,7 +6718,7 @@
6966
6718
  var StrategyControllerService = /** @class */ (function () {
6967
6719
  function StrategyControllerService(httpClient, basePath, configuration) {
6968
6720
  this.httpClient = httpClient;
6969
- this.basePath = 'https://apiv2stage2.atomex.net';
6721
+ this.basePath = 'https://apiv2stage4.atomex.net';
6970
6722
  this.defaultHeaders = new http.HttpHeaders();
6971
6723
  this.configuration = new Configuration();
6972
6724
  if (basePath) {
@@ -7798,7 +7550,7 @@
7798
7550
  var StrategyTemplateControllerService = /** @class */ (function () {
7799
7551
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
7800
7552
  this.httpClient = httpClient;
7801
- this.basePath = 'https://apiv2stage2.atomex.net';
7553
+ this.basePath = 'https://apiv2stage4.atomex.net';
7802
7554
  this.defaultHeaders = new http.HttpHeaders();
7803
7555
  this.configuration = new Configuration();
7804
7556
  if (basePath) {
@@ -7920,7 +7672,7 @@
7920
7672
  var UILoggerControllerService = /** @class */ (function () {
7921
7673
  function UILoggerControllerService(httpClient, basePath, configuration) {
7922
7674
  this.httpClient = httpClient;
7923
- this.basePath = 'https://apiv2stage2.atomex.net';
7675
+ this.basePath = 'https://apiv2stage4.atomex.net';
7924
7676
  this.defaultHeaders = new http.HttpHeaders();
7925
7677
  this.configuration = new Configuration();
7926
7678
  if (basePath) {
@@ -8010,7 +7762,7 @@
8010
7762
  var UserPreferenceControllerService = /** @class */ (function () {
8011
7763
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
8012
7764
  this.httpClient = httpClient;
8013
- this.basePath = 'https://apiv2stage2.atomex.net';
7765
+ this.basePath = 'https://apiv2stage4.atomex.net';
8014
7766
  this.defaultHeaders = new http.HttpHeaders();
8015
7767
  this.configuration = new Configuration();
8016
7768
  if (basePath) {
@@ -8185,7 +7937,7 @@
8185
7937
  { type: Configuration, decorators: [{ type: core.Optional }] }
8186
7938
  ]; };
8187
7939
 
8188
- 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];
7940
+ 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];
8189
7941
 
8190
7942
  exports.ActivityLogsCreativeSetsBulkUpdateDTO = void 0;
8191
7943
  (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
@@ -8759,28 +8511,6 @@
8759
8511
  };
8760
8512
  })(exports.GeoListRequest || (exports.GeoListRequest = {}));
8761
8513
 
8762
- /**
8763
- * Api Documentation
8764
- * Api Documentation
8765
- *
8766
- * OpenAPI spec version: 1.0
8767
- *
8768
- *
8769
- * NOTE: This class is auto generated by the swagger code generator program.
8770
- * https://github.com/swagger-api/swagger-codegen.git
8771
- * Do not edit the class manually.
8772
- */
8773
- exports.JobResponse = void 0;
8774
- (function (JobResponse) {
8775
- JobResponse.StatusEnum = {
8776
- PENDING: 'PENDING',
8777
- INPROGRESS: 'IN_PROGRESS',
8778
- FAILED: 'FAILED',
8779
- SUCCESS: 'SUCCESS',
8780
- PARTIALSUCCESS: 'PARTIAL_SUCCESS'
8781
- };
8782
- })(exports.JobResponse || (exports.JobResponse = {}));
8783
-
8784
8514
  /**
8785
8515
  * Api Documentation
8786
8516
  * Api Documentation
@@ -8994,23 +8724,6 @@
8994
8724
  };
8995
8725
  })(exports.ReportingResponse || (exports.ReportingResponse = {}));
8996
8726
 
8997
- exports.ReportingSchedulerResponse = void 0;
8998
- (function (ReportingSchedulerResponse) {
8999
- ReportingSchedulerResponse.IntervalEnum = {
9000
- DAILY: 'DAILY',
9001
- SEVENDAYS: 'SEVEN_DAYS',
9002
- FIFTEENDAYS: 'FIFTEEN_DAYS',
9003
- MONTHLY: 'MONTHLY'
9004
- };
9005
- ReportingSchedulerResponse.ReportTypeEnum = {
9006
- ADVANCED: 'ADVANCED',
9007
- CONVERSION: 'CONVERSION',
9008
- INVENTORY: 'INVENTORY',
9009
- LOSSBID: 'LOSS_BID',
9010
- VIDEO: 'VIDEO'
9011
- };
9012
- })(exports.ReportingSchedulerResponse || (exports.ReportingSchedulerResponse = {}));
9013
-
9014
8727
  exports.RuleDTO = void 0;
9015
8728
  (function (RuleDTO) {
9016
8729
  RuleDTO.DurationUnitEnum = {
@@ -9027,16 +8740,6 @@
9027
8740
  };
9028
8741
  })(exports.RuleDTO || (exports.RuleDTO = {}));
9029
8742
 
9030
- exports.SchedulerRequest = void 0;
9031
- (function (SchedulerRequest) {
9032
- SchedulerRequest.ScheduleEnum = {
9033
- DAILY: 'DAILY',
9034
- SEVENDAYS: 'SEVEN_DAYS',
9035
- FIFTEENDAYS: 'FIFTEEN_DAYS',
9036
- MONTHLY: 'MONTHLY'
9037
- };
9038
- })(exports.SchedulerRequest || (exports.SchedulerRequest = {}));
9039
-
9040
8743
  exports.StrategyDTO = void 0;
9041
8744
  (function (StrategyDTO) {
9042
8745
  StrategyDTO.AuctionTypeTargetingEnum = {
@@ -9318,7 +9021,6 @@
9318
9021
  NotificationsControllerService,
9319
9022
  PixelControllerService,
9320
9023
  ReportingControllerService,
9321
- ReportingSchedulerControllerService,
9322
9024
  SliceXControllerService,
9323
9025
  StrategyControllerService,
9324
9026
  StrategyTemplateControllerService,
@@ -9362,7 +9064,6 @@
9362
9064
  exports.NotificationsControllerService = NotificationsControllerService;
9363
9065
  exports.PixelControllerService = PixelControllerService;
9364
9066
  exports.ReportingControllerService = ReportingControllerService;
9365
- exports.ReportingSchedulerControllerService = ReportingSchedulerControllerService;
9366
9067
  exports.SliceXControllerService = SliceXControllerService;
9367
9068
  exports.StrategyControllerService = StrategyControllerService;
9368
9069
  exports.StrategyTemplateControllerService = StrategyTemplateControllerService;