@revxui/api-clients-ts 1.1.230 → 1.1.232

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 (34) hide show
  1. package/README.md +2 -2
  2. package/api/reportingSchedulerController.service.d.ts +4 -3
  3. package/bundles/revxui-api-clients-ts.umd.js +36 -28
  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/appSettingsController.service.js +2 -2
  8. package/esm2015/api/audienceController.service.js +2 -2
  9. package/esm2015/api/auditController.service.js +2 -2
  10. package/esm2015/api/bidFunnelController.service.js +2 -2
  11. package/esm2015/api/bulkStrategyController.service.js +2 -2
  12. package/esm2015/api/cSSThemeController_.service.js +2 -2
  13. package/esm2015/api/campaignController.service.js +2 -2
  14. package/esm2015/api/catalogController.service.js +2 -2
  15. package/esm2015/api/clickDestinationController.service.js +2 -2
  16. package/esm2015/api/creativeController.service.js +2 -2
  17. package/esm2015/api/creativeSetsController.service.js +2 -2
  18. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  21. package/esm2015/api/customerReportingController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/reportingSchedulerController.service.js +11 -3
  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/fesm2015/revxui-api-clients-ts.js +36 -28
  33. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  34. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@1.1.230
1
+ ## @revxui/api-clients-ts@1.1.232
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.230 --save
22
+ npm install @revxui/api-clients-ts@1.1.232 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -72,14 +72,15 @@ export declare class ReportingSchedulerControllerService {
72
72
  /**
73
73
  * fetch all users
74
74
  *
75
+ * @param isCostMetricsSelected isCostMetricsSelected
75
76
  * @param reqId request id
76
77
  * @param token Auth Token
77
78
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
78
79
  * @param reportProgress flag to report request and response progress.
79
80
  */
80
- getAllUsersUsingGET(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseReportingSchedulerUserResponse>;
81
- getAllUsersUsingGET(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseReportingSchedulerUserResponse>>;
82
- getAllUsersUsingGET(reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseReportingSchedulerUserResponse>>;
81
+ getAllUsersUsingGET(isCostMetricsSelected: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseReportingSchedulerUserResponse>;
82
+ getAllUsersUsingGET(isCostMetricsSelected: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseReportingSchedulerUserResponse>>;
83
+ getAllUsersUsingGET(isCostMetricsSelected: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseReportingSchedulerUserResponse>>;
83
84
  /**
84
85
  * fetch specific report template
85
86
  *
@@ -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://apiv2stage7.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://apiv2stage7.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://apiv2stage2.atomex.net';
1050
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
1303
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
2161
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
2348
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
2479
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
2710
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
2819
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
3129
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
3375
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
3613
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
4114
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
4745
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
4934
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
5010
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
5177
+ this.basePath = 'https://apiv2stage7.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://apiv2stage2.atomex.net';
5262
+ this.basePath = 'https://apiv2stage7.atomex.net';
5263
5263
  this.defaultHeaders = new http.HttpHeaders();
5264
5264
  this.configuration = new Configuration();
5265
5265
  if (basePath) {
@@ -5904,7 +5904,7 @@
5904
5904
  var NotificationsControllerService = /** @class */ (function () {
5905
5905
  function NotificationsControllerService(httpClient, basePath, configuration) {
5906
5906
  this.httpClient = httpClient;
5907
- this.basePath = 'https://apiv2stage2.atomex.net';
5907
+ this.basePath = 'https://apiv2stage7.atomex.net';
5908
5908
  this.defaultHeaders = new http.HttpHeaders();
5909
5909
  this.configuration = new Configuration();
5910
5910
  if (basePath) {
@@ -6123,7 +6123,7 @@
6123
6123
  var PixelControllerService = /** @class */ (function () {
6124
6124
  function PixelControllerService(httpClient, basePath, configuration) {
6125
6125
  this.httpClient = httpClient;
6126
- this.basePath = 'https://apiv2stage2.atomex.net';
6126
+ this.basePath = 'https://apiv2stage7.atomex.net';
6127
6127
  this.defaultHeaders = new http.HttpHeaders();
6128
6128
  this.configuration = new Configuration();
6129
6129
  if (basePath) {
@@ -6440,7 +6440,7 @@
6440
6440
  var ReportingControllerService = /** @class */ (function () {
6441
6441
  function ReportingControllerService(httpClient, basePath, configuration) {
6442
6442
  this.httpClient = httpClient;
6443
- this.basePath = 'https://apiv2stage2.atomex.net';
6443
+ this.basePath = 'https://apiv2stage7.atomex.net';
6444
6444
  this.defaultHeaders = new http.HttpHeaders();
6445
6445
  this.configuration = new Configuration();
6446
6446
  if (basePath) {
@@ -6612,7 +6612,7 @@
6612
6612
  var ReportingSchedulerControllerService = /** @class */ (function () {
6613
6613
  function ReportingSchedulerControllerService(httpClient, basePath, configuration) {
6614
6614
  this.httpClient = httpClient;
6615
- this.basePath = 'https://apiv2stage2.atomex.net';
6615
+ this.basePath = 'https://apiv2stage7.atomex.net';
6616
6616
  this.defaultHeaders = new http.HttpHeaders();
6617
6617
  this.configuration = new Configuration();
6618
6618
  if (basePath) {
@@ -6771,9 +6771,16 @@
6771
6771
  reportProgress: reportProgress
6772
6772
  });
6773
6773
  };
6774
- ReportingSchedulerControllerService.prototype.getAllUsersUsingGET = function (reqId, token, observe, reportProgress) {
6774
+ ReportingSchedulerControllerService.prototype.getAllUsersUsingGET = function (isCostMetricsSelected, reqId, token, observe, reportProgress) {
6775
6775
  if (observe === void 0) { observe = 'body'; }
6776
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
+ }
6777
6784
  var headers = this.defaultHeaders;
6778
6785
  if (reqId !== undefined && reqId !== null) {
6779
6786
  headers = headers.set('reqId', String(reqId));
@@ -6792,6 +6799,7 @@
6792
6799
  // to determine the Content-Type header
6793
6800
  var consumes = [];
6794
6801
  return this.httpClient.get(this.basePath + "/v2/api/report/schedule/users", {
6802
+ params: queryParameters,
6795
6803
  withCredentials: this.configuration.withCredentials,
6796
6804
  headers: headers,
6797
6805
  observe: observe,
@@ -6929,7 +6937,7 @@
6929
6937
  var SliceXControllerService = /** @class */ (function () {
6930
6938
  function SliceXControllerService(httpClient, basePath, configuration) {
6931
6939
  this.httpClient = httpClient;
6932
- this.basePath = 'https://apiv2stage2.atomex.net';
6940
+ this.basePath = 'https://apiv2stage7.atomex.net';
6933
6941
  this.defaultHeaders = new http.HttpHeaders();
6934
6942
  this.configuration = new Configuration();
6935
6943
  if (basePath) {
@@ -7185,7 +7193,7 @@
7185
7193
  var StrategyControllerService = /** @class */ (function () {
7186
7194
  function StrategyControllerService(httpClient, basePath, configuration) {
7187
7195
  this.httpClient = httpClient;
7188
- this.basePath = 'https://apiv2stage2.atomex.net';
7196
+ this.basePath = 'https://apiv2stage7.atomex.net';
7189
7197
  this.defaultHeaders = new http.HttpHeaders();
7190
7198
  this.configuration = new Configuration();
7191
7199
  if (basePath) {
@@ -8017,7 +8025,7 @@
8017
8025
  var StrategyTemplateControllerService = /** @class */ (function () {
8018
8026
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
8019
8027
  this.httpClient = httpClient;
8020
- this.basePath = 'https://apiv2stage2.atomex.net';
8028
+ this.basePath = 'https://apiv2stage7.atomex.net';
8021
8029
  this.defaultHeaders = new http.HttpHeaders();
8022
8030
  this.configuration = new Configuration();
8023
8031
  if (basePath) {
@@ -8139,7 +8147,7 @@
8139
8147
  var UILoggerControllerService = /** @class */ (function () {
8140
8148
  function UILoggerControllerService(httpClient, basePath, configuration) {
8141
8149
  this.httpClient = httpClient;
8142
- this.basePath = 'https://apiv2stage2.atomex.net';
8150
+ this.basePath = 'https://apiv2stage7.atomex.net';
8143
8151
  this.defaultHeaders = new http.HttpHeaders();
8144
8152
  this.configuration = new Configuration();
8145
8153
  if (basePath) {
@@ -8229,7 +8237,7 @@
8229
8237
  var UserPreferenceControllerService = /** @class */ (function () {
8230
8238
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
8231
8239
  this.httpClient = httpClient;
8232
- this.basePath = 'https://apiv2stage2.atomex.net';
8240
+ this.basePath = 'https://apiv2stage7.atomex.net';
8233
8241
  this.defaultHeaders = new http.HttpHeaders();
8234
8242
  this.configuration = new Configuration();
8235
8243
  if (basePath) {