@revxui/api-clients-ts 0.10.270 → 0.10.271

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 (71) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +0 -13
  3. package/api/sliceXController.service.d.ts +20 -6
  4. package/bundles/revxui-api-clients-ts.umd.js +62 -59
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  8. package/esm2015/api/adminController.service.js +2 -2
  9. package/esm2015/api/advertiserController.service.js +2 -2
  10. package/esm2015/api/appSettingsController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +2 -36
  12. package/esm2015/api/auditController.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/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 +39 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/models.js +1 -1
  32. package/esm2015/model/searchRequest.js +1 -1
  33. package/esm2015/model/slicexRequestExtended.js +1 -0
  34. package/esm5/api/adminController.service.js +2 -2
  35. package/esm5/api/advertiserController.service.js +2 -2
  36. package/esm5/api/appSettingsController.service.js +2 -2
  37. package/esm5/api/audienceController.service.js +2 -38
  38. package/esm5/api/auditController.service.js +2 -2
  39. package/esm5/api/bulkStrategyController.service.js +2 -2
  40. package/esm5/api/cSSThemeController_.service.js +2 -2
  41. package/esm5/api/campaignController.service.js +2 -2
  42. package/esm5/api/catalogController.service.js +2 -2
  43. package/esm5/api/clickDestinationController.service.js +2 -2
  44. package/esm5/api/creativeController.service.js +2 -2
  45. package/esm5/api/creativeSetsController.service.js +2 -2
  46. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  47. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  48. package/esm5/api/creativeTemplatesController.service.js +2 -2
  49. package/esm5/api/dashboardController.service.js +2 -2
  50. package/esm5/api/notificationsController.service.js +2 -2
  51. package/esm5/api/pixelController.service.js +2 -2
  52. package/esm5/api/reportingController.service.js +2 -2
  53. package/esm5/api/sliceXController.service.js +41 -2
  54. package/esm5/api/strategyController.service.js +2 -2
  55. package/esm5/api/uILoggerController.service.js +2 -2
  56. package/esm5/api/userPreferenceController.service.js +2 -2
  57. package/esm5/model/models.js +1 -1
  58. package/esm5/model/searchRequest.js +1 -1
  59. package/esm5/model/slicexRequestExtended.js +1 -0
  60. package/fesm2015/revxui-api-clients-ts.js +60 -57
  61. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  62. package/fesm5/revxui-api-clients-ts.js +62 -59
  63. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  64. package/model/models.d.ts +1 -1
  65. package/model/searchRequest.d.ts +0 -1
  66. package/model/slicexRequestExtended.d.ts +20 -0
  67. package/package.json +1 -1
  68. package/revxui-api-clients-ts.metadata.json +1 -1
  69. package/esm2015/model/audienceAnalysisRequest.js +0 -12
  70. package/esm5/model/audienceAnalysisRequest.js +0 -12
  71. package/model/audienceAnalysisRequest.d.ts +0 -17
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.270
1
+ ## @revxui/api-clients-ts@0.10.271
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@0.10.270 --save
22
+ npm install @revxui/api-clients-ts@0.10.271 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -23,7 +23,6 @@ import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObje
23
23
  import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
24
24
  import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
25
25
  import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
26
- import { AudienceAnalysisRequest } from '../model/audienceAnalysisRequest';
27
26
  import { AudienceDTO } from '../model/audienceDTO';
28
27
  import { DashboardRequest } from '../model/dashboardRequest';
29
28
  import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
@@ -156,18 +155,6 @@ export declare class AudienceControllerService {
156
155
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDmpAudienceDTO>;
157
156
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDmpAudienceDTO>>;
158
157
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDmpAudienceDTO>>;
159
- /**
160
- * APi to get audience analysis count
161
- *
162
- * @param audienceAnalysisRequest audienceAnalysisRequest
163
- * @param reqId request id
164
- * @param token Auth Token
165
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
166
- * @param reportProgress flag to report request and response progress.
167
- */
168
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectEligibleUsersResponse>;
169
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectEligibleUsersResponse>>;
170
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectEligibleUsersResponse>>;
171
158
  /**
172
159
  * Api to get Audience
173
160
  *
@@ -15,6 +15,7 @@ import { ApiResponseObjectSlicexChartResponse } from '../model/apiResponseObject
15
15
  import { ApiResponseObjectSlicexListResponse } from '../model/apiResponseObjectSlicexListResponse';
16
16
  import { FileDownloadResponse } from '../model/fileDownloadResponse';
17
17
  import { SlicexRequest } from '../model/slicexRequest';
18
+ import { SlicexRequestExtended } from '../model/slicexRequestExtended';
18
19
  import { Configuration } from '../configuration';
19
20
  export declare class SliceXControllerService {
20
21
  protected httpClient: HttpClient;
@@ -50,9 +51,22 @@ export declare class SliceXControllerService {
50
51
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
51
52
  * @param reportProgress flag to report request and response progress.
52
53
  */
53
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
54
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
55
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
54
+ getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
55
+ getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
56
+ getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
57
+ /**
58
+ * Slicex API for grid details.
59
+ *
60
+ * @param entity entity
61
+ * @param slicexRequestExt slicexRequestExt
62
+ * @param reqId request id
63
+ * @param token Auth Token
64
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
65
+ * @param reportProgress flag to report request and response progress.
66
+ */
67
+ getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
68
+ getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
69
+ getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
56
70
  /**
57
71
  * Slicex API for List Export.
58
72
  *
@@ -64,7 +78,7 @@ export declare class SliceXControllerService {
64
78
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
65
79
  * @param reportProgress flag to report request and response progress.
66
80
  */
67
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<FileDownloadResponse>;
68
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FileDownloadResponse>>;
69
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
81
+ getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<FileDownloadResponse>;
82
+ getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FileDownloadResponse>>;
83
+ getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
70
84
  }
@@ -308,7 +308,7 @@
308
308
  var AdminControllerService = /** @class */ (function () {
309
309
  function AdminControllerService(httpClient, basePath, configuration) {
310
310
  this.httpClient = httpClient;
311
- this.basePath = 'https://apiv2stage2.atomex.net';
311
+ this.basePath = 'https://apiv2stage3.atomex.net';
312
312
  this.defaultHeaders = new http.HttpHeaders();
313
313
  this.configuration = new Configuration();
314
314
  if (basePath) {
@@ -525,7 +525,7 @@
525
525
  var AdvertiserControllerService = /** @class */ (function () {
526
526
  function AdvertiserControllerService(httpClient, basePath, configuration) {
527
527
  this.httpClient = httpClient;
528
- this.basePath = 'https://apiv2stage2.atomex.net';
528
+ this.basePath = 'https://apiv2stage3.atomex.net';
529
529
  this.defaultHeaders = new http.HttpHeaders();
530
530
  this.configuration = new Configuration();
531
531
  if (basePath) {
@@ -971,7 +971,7 @@
971
971
  var AppSettingsControllerService = /** @class */ (function () {
972
972
  function AppSettingsControllerService(httpClient, basePath, configuration) {
973
973
  this.httpClient = httpClient;
974
- this.basePath = 'https://apiv2stage2.atomex.net';
974
+ this.basePath = 'https://apiv2stage3.atomex.net';
975
975
  this.defaultHeaders = new http.HttpHeaders();
976
976
  this.configuration = new Configuration();
977
977
  if (basePath) {
@@ -1141,7 +1141,7 @@
1141
1141
  var AudienceControllerService = /** @class */ (function () {
1142
1142
  function AudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2stage2.atomex.net';
1144
+ this.basePath = 'https://apiv2stage3.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1506,42 +1506,6 @@
1506
1506
  reportProgress: reportProgress
1507
1507
  });
1508
1508
  };
1509
- AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1510
- if (observe === void 0) { observe = 'body'; }
1511
- if (reportProgress === void 0) { reportProgress = false; }
1512
- if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1513
- throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1514
- }
1515
- var headers = this.defaultHeaders;
1516
- if (reqId !== undefined && reqId !== null) {
1517
- headers = headers.set('reqId', String(reqId));
1518
- }
1519
- if (token !== undefined && token !== null) {
1520
- headers = headers.set('token', String(token));
1521
- }
1522
- // to determine the Accept header
1523
- var httpHeaderAccepts = [
1524
- '*/*'
1525
- ];
1526
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1527
- if (httpHeaderAcceptSelected != undefined) {
1528
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1529
- }
1530
- // to determine the Content-Type header
1531
- var consumes = [
1532
- 'application/json'
1533
- ];
1534
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1535
- if (httpContentTypeSelected != undefined) {
1536
- headers = headers.set('Content-Type', httpContentTypeSelected);
1537
- }
1538
- return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", audienceAnalysisRequest, {
1539
- withCredentials: this.configuration.withCredentials,
1540
- headers: headers,
1541
- observe: observe,
1542
- reportProgress: reportProgress
1543
- });
1544
- };
1545
1509
  AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
1546
1510
  if (observe === void 0) { observe = 'body'; }
1547
1511
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1900,7 +1864,7 @@
1900
1864
  var AuditControllerService = /** @class */ (function () {
1901
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1902
1866
  this.httpClient = httpClient;
1903
- this.basePath = 'https://apiv2stage2.atomex.net';
1867
+ this.basePath = 'https://apiv2stage3.atomex.net';
1904
1868
  this.defaultHeaders = new http.HttpHeaders();
1905
1869
  this.configuration = new Configuration();
1906
1870
  if (basePath) {
@@ -2099,7 +2063,7 @@
2099
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2100
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2101
2065
  this.httpClient = httpClient;
2102
- this.basePath = 'https://apiv2stage2.atomex.net';
2066
+ this.basePath = 'https://apiv2stage3.atomex.net';
2103
2067
  this.defaultHeaders = new http.HttpHeaders();
2104
2068
  this.configuration = new Configuration();
2105
2069
  if (basePath) {
@@ -2342,7 +2306,7 @@
2342
2306
  var CSSThemeController_Service = /** @class */ (function () {
2343
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2344
2308
  this.httpClient = httpClient;
2345
- this.basePath = 'https://apiv2stage2.atomex.net';
2309
+ this.basePath = 'https://apiv2stage3.atomex.net';
2346
2310
  this.defaultHeaders = new http.HttpHeaders();
2347
2311
  this.configuration = new Configuration();
2348
2312
  if (basePath) {
@@ -2463,7 +2427,7 @@
2463
2427
  var CampaignControllerService = /** @class */ (function () {
2464
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2465
2429
  this.httpClient = httpClient;
2466
- this.basePath = 'https://apiv2stage2.atomex.net';
2430
+ this.basePath = 'https://apiv2stage3.atomex.net';
2467
2431
  this.defaultHeaders = new http.HttpHeaders();
2468
2432
  this.configuration = new Configuration();
2469
2433
  if (basePath) {
@@ -2749,7 +2713,7 @@
2749
2713
  var CatalogControllerService = /** @class */ (function () {
2750
2714
  function CatalogControllerService(httpClient, basePath, configuration) {
2751
2715
  this.httpClient = httpClient;
2752
- this.basePath = 'https://apiv2stage2.atomex.net';
2716
+ this.basePath = 'https://apiv2stage3.atomex.net';
2753
2717
  this.defaultHeaders = new http.HttpHeaders();
2754
2718
  this.configuration = new Configuration();
2755
2719
  if (basePath) {
@@ -2972,7 +2936,7 @@
2972
2936
  var ClickDestinationControllerService = /** @class */ (function () {
2973
2937
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2974
2938
  this.httpClient = httpClient;
2975
- this.basePath = 'https://apiv2stage2.atomex.net';
2939
+ this.basePath = 'https://apiv2stage3.atomex.net';
2976
2940
  this.defaultHeaders = new http.HttpHeaders();
2977
2941
  this.configuration = new Configuration();
2978
2942
  if (basePath) {
@@ -3222,7 +3186,7 @@
3222
3186
  var CreativeControllerService = /** @class */ (function () {
3223
3187
  function CreativeControllerService(httpClient, basePath, configuration) {
3224
3188
  this.httpClient = httpClient;
3225
- this.basePath = 'https://apiv2stage2.atomex.net';
3189
+ this.basePath = 'https://apiv2stage3.atomex.net';
3226
3190
  this.defaultHeaders = new http.HttpHeaders();
3227
3191
  this.configuration = new Configuration();
3228
3192
  if (basePath) {
@@ -3699,7 +3663,7 @@
3699
3663
  var CreativeSetsControllerService = /** @class */ (function () {
3700
3664
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3701
3665
  this.httpClient = httpClient;
3702
- this.basePath = 'https://apiv2stage2.atomex.net';
3666
+ this.basePath = 'https://apiv2stage3.atomex.net';
3703
3667
  this.defaultHeaders = new http.HttpHeaders();
3704
3668
  this.configuration = new Configuration();
3705
3669
  if (basePath) {
@@ -4073,7 +4037,7 @@
4073
4037
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4074
4038
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4075
4039
  this.httpClient = httpClient;
4076
- this.basePath = 'https://apiv2stage2.atomex.net';
4040
+ this.basePath = 'https://apiv2stage3.atomex.net';
4077
4041
  this.defaultHeaders = new http.HttpHeaders();
4078
4042
  this.configuration = new Configuration();
4079
4043
  if (basePath) {
@@ -4274,7 +4238,7 @@
4274
4238
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4275
4239
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4276
4240
  this.httpClient = httpClient;
4277
- this.basePath = 'https://apiv2stage2.atomex.net';
4241
+ this.basePath = 'https://apiv2stage3.atomex.net';
4278
4242
  this.defaultHeaders = new http.HttpHeaders();
4279
4243
  this.configuration = new Configuration();
4280
4244
  if (basePath) {
@@ -4362,7 +4326,7 @@
4362
4326
  var CreativeTemplatesControllerService = /** @class */ (function () {
4363
4327
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4364
4328
  this.httpClient = httpClient;
4365
- this.basePath = 'https://apiv2stage2.atomex.net';
4329
+ this.basePath = 'https://apiv2stage3.atomex.net';
4366
4330
  this.defaultHeaders = new http.HttpHeaders();
4367
4331
  this.configuration = new Configuration();
4368
4332
  if (basePath) {
@@ -4541,7 +4505,7 @@
4541
4505
  var DashboardControllerService = /** @class */ (function () {
4542
4506
  function DashboardControllerService(httpClient, basePath, configuration) {
4543
4507
  this.httpClient = httpClient;
4544
- this.basePath = 'https://apiv2stage2.atomex.net';
4508
+ this.basePath = 'https://apiv2stage3.atomex.net';
4545
4509
  this.defaultHeaders = new http.HttpHeaders();
4546
4510
  this.configuration = new Configuration();
4547
4511
  if (basePath) {
@@ -5198,7 +5162,7 @@
5198
5162
  var NotificationsControllerService = /** @class */ (function () {
5199
5163
  function NotificationsControllerService(httpClient, basePath, configuration) {
5200
5164
  this.httpClient = httpClient;
5201
- this.basePath = 'https://apiv2stage2.atomex.net';
5165
+ this.basePath = 'https://apiv2stage3.atomex.net';
5202
5166
  this.defaultHeaders = new http.HttpHeaders();
5203
5167
  this.configuration = new Configuration();
5204
5168
  if (basePath) {
@@ -5397,7 +5361,7 @@
5397
5361
  var PixelControllerService = /** @class */ (function () {
5398
5362
  function PixelControllerService(httpClient, basePath, configuration) {
5399
5363
  this.httpClient = httpClient;
5400
- this.basePath = 'https://apiv2stage2.atomex.net';
5364
+ this.basePath = 'https://apiv2stage3.atomex.net';
5401
5365
  this.defaultHeaders = new http.HttpHeaders();
5402
5366
  this.configuration = new Configuration();
5403
5367
  if (basePath) {
@@ -5726,7 +5690,7 @@
5726
5690
  var ReportingControllerService = /** @class */ (function () {
5727
5691
  function ReportingControllerService(httpClient, basePath, configuration) {
5728
5692
  this.httpClient = httpClient;
5729
- this.basePath = 'https://apiv2stage2.atomex.net';
5693
+ this.basePath = 'https://apiv2stage3.atomex.net';
5730
5694
  this.defaultHeaders = new http.HttpHeaders();
5731
5695
  this.configuration = new Configuration();
5732
5696
  if (basePath) {
@@ -5910,7 +5874,7 @@
5910
5874
  var SliceXControllerService = /** @class */ (function () {
5911
5875
  function SliceXControllerService(httpClient, basePath, configuration) {
5912
5876
  this.httpClient = httpClient;
5913
- this.basePath = 'https://apiv2stage2.atomex.net';
5877
+ this.basePath = 'https://apiv2stage3.atomex.net';
5914
5878
  this.defaultHeaders = new http.HttpHeaders();
5915
5879
  this.configuration = new Configuration();
5916
5880
  if (basePath) {
@@ -6025,6 +5989,45 @@
6025
5989
  reportProgress: reportProgress
6026
5990
  });
6027
5991
  };
5992
+ SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
5993
+ if (observe === void 0) { observe = 'body'; }
5994
+ if (reportProgress === void 0) { reportProgress = false; }
5995
+ if (entity === null || entity === undefined) {
5996
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
5997
+ }
5998
+ if (slicexRequestExt === null || slicexRequestExt === undefined) {
5999
+ throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
6000
+ }
6001
+ var headers = this.defaultHeaders;
6002
+ if (reqId !== undefined && reqId !== null) {
6003
+ headers = headers.set('reqId', String(reqId));
6004
+ }
6005
+ if (token !== undefined && token !== null) {
6006
+ headers = headers.set('token', String(token));
6007
+ }
6008
+ // to determine the Accept header
6009
+ var httpHeaderAccepts = [
6010
+ 'application/json'
6011
+ ];
6012
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6013
+ if (httpHeaderAcceptSelected != undefined) {
6014
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6015
+ }
6016
+ // to determine the Content-Type header
6017
+ var consumes = [
6018
+ 'application/json'
6019
+ ];
6020
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6021
+ if (httpContentTypeSelected != undefined) {
6022
+ headers = headers.set('Content-Type', httpContentTypeSelected);
6023
+ }
6024
+ return this.httpClient.post(this.basePath + "/v2/api/slicex/list/details/" + encodeURIComponent(String(entity)), slicexRequestExt, {
6025
+ withCredentials: this.configuration.withCredentials,
6026
+ headers: headers,
6027
+ observe: observe,
6028
+ reportProgress: reportProgress
6029
+ });
6030
+ };
6028
6031
  SliceXControllerService.prototype.getSlicexListDataForExportUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
6029
6032
  if (observe === void 0) { observe = 'body'; }
6030
6033
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6095,7 +6098,7 @@
6095
6098
  var StrategyControllerService = /** @class */ (function () {
6096
6099
  function StrategyControllerService(httpClient, basePath, configuration) {
6097
6100
  this.httpClient = httpClient;
6098
- this.basePath = 'https://apiv2stage2.atomex.net';
6101
+ this.basePath = 'https://apiv2stage3.atomex.net';
6099
6102
  this.defaultHeaders = new http.HttpHeaders();
6100
6103
  this.configuration = new Configuration();
6101
6104
  if (basePath) {
@@ -6756,7 +6759,7 @@
6756
6759
  var UILoggerControllerService = /** @class */ (function () {
6757
6760
  function UILoggerControllerService(httpClient, basePath, configuration) {
6758
6761
  this.httpClient = httpClient;
6759
- this.basePath = 'https://apiv2stage2.atomex.net';
6762
+ this.basePath = 'https://apiv2stage3.atomex.net';
6760
6763
  this.defaultHeaders = new http.HttpHeaders();
6761
6764
  this.configuration = new Configuration();
6762
6765
  if (basePath) {
@@ -6858,7 +6861,7 @@
6858
6861
  var UserPreferenceControllerService = /** @class */ (function () {
6859
6862
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6860
6863
  this.httpClient = httpClient;
6861
- this.basePath = 'https://apiv2stage2.atomex.net';
6864
+ this.basePath = 'https://apiv2stage3.atomex.net';
6862
6865
  this.defaultHeaders = new http.HttpHeaders();
6863
6866
  this.configuration = new Configuration();
6864
6867
  if (basePath) {