@revxui/api-clients-ts 0.10.340 → 0.10.341

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 (45) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +26 -0
  3. package/api/strategyController.service.d.ts +0 -13
  4. package/bundles/revxui-api-clients-ts.umd.js +96 -63
  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 +70 -2
  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/customerReportingController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +2 -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 -39
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +2 -0
  33. package/esm2015/model/audienceAnalysisRequest.js +13 -0
  34. package/esm2015/model/combinedAudienceAnalysisResponse.js +13 -0
  35. package/esm2015/model/models.js +4 -1
  36. package/esm2015/model/searchRequest.js +1 -1
  37. package/fesm2015/revxui-api-clients-ts.js +116 -61
  38. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  39. package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +17 -0
  40. package/model/audienceAnalysisRequest.d.ts +17 -0
  41. package/model/combinedAudienceAnalysisResponse.d.ts +19 -0
  42. package/model/models.d.ts +3 -0
  43. package/model/searchRequest.d.ts +1 -0
  44. package/package.json +1 -1
  45. package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.340
1
+ ## @revxui/api-clients-ts@0.10.341
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.340 --save
22
+ npm install @revxui/api-clients-ts@0.10.341 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -12,6 +12,7 @@
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
14
  import { ApiResponseObjectApiListResponseAudiencePerformanceDTO } from '../model/apiResponseObjectApiListResponseAudiencePerformanceDTO';
15
+ import { ApiResponseObjectArrayListCombinedAudienceAnalysisResponse } from '../model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse';
15
16
  import { ApiResponseObjectAudienceAccessDTO } from '../model/apiResponseObjectAudienceAccessDTO';
16
17
  import { ApiResponseObjectAudienceDTO } from '../model/apiResponseObjectAudienceDTO';
17
18
  import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
@@ -25,6 +26,7 @@ import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObj
25
26
  import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
26
27
  import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
27
28
  import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
29
+ import { AudienceAnalysisRequest } from '../model/audienceAnalysisRequest';
28
30
  import { AudienceBackfillQueryTemplateRequest } from '../model/audienceBackfillQueryTemplateRequest';
29
31
  import { AudienceBackfillRequest } from '../model/audienceBackfillRequest';
30
32
  import { AudienceDTO } from '../model/audienceDTO';
@@ -172,6 +174,18 @@ export declare class AudienceControllerService {
172
174
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDmpAudienceDTO>;
173
175
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDmpAudienceDTO>>;
174
176
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDmpAudienceDTO>>;
177
+ /**
178
+ * APi to get audience analysis count
179
+ *
180
+ * @param audienceAnalysisRequest audienceAnalysisRequest
181
+ * @param reqId request id
182
+ * @param token Auth Token
183
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
184
+ * @param reportProgress flag to report request and response progress.
185
+ */
186
+ getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectEligibleUsersResponse>;
187
+ getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectEligibleUsersResponse>>;
188
+ getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectEligibleUsersResponse>>;
175
189
  /**
176
190
  * Api to get Audience
177
191
  *
@@ -201,6 +215,18 @@ export declare class AudienceControllerService {
201
215
  getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectChartDashboardResponse>;
202
216
  getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectChartDashboardResponse>>;
203
217
  getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectChartDashboardResponse>>;
218
+ /**
219
+ * APi to get audience analysis count for all combination
220
+ *
221
+ * @param audienceAnalysisRequest audienceAnalysisRequest
222
+ * @param reqId request id
223
+ * @param token Auth Token
224
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
225
+ * @param reportProgress flag to report request and response progress.
226
+ */
227
+ getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>;
228
+ getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>>;
229
+ getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>>;
204
230
  /**
205
231
  * Api to get EligibleUsers
206
232
  *
@@ -100,19 +100,6 @@ export declare class StrategyControllerService {
100
100
  deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
101
101
  deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
102
102
  deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
103
- /**
104
- * Api to disassociate strategy to creative set
105
- *
106
- * @param creativeSetIdsToBeRemoved creativeSetIdsToBeRemoved
107
- * @param id id
108
- * @param reqId request id
109
- * @param token Auth Token
110
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
111
- * @param reportProgress flag to report request and response progress.
112
- */
113
- disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectlong>;
114
- disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectlong>>;
115
- disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectlong>>;
116
103
  /**
117
104
  * Api to Create duplicate Strategy
118
105
  *
@@ -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://apiv2beta.atomex.net';
373
+ this.basePath = 'https://apiv2stage3.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://apiv2beta.atomex.net';
578
+ this.basePath = 'https://apiv2stage3.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://apiv2beta.atomex.net';
1012
+ this.basePath = 'https://apiv2stage3.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://apiv2beta.atomex.net';
1265
+ this.basePath = 'https://apiv2stage3.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -1666,6 +1666,42 @@
1666
1666
  reportProgress: reportProgress
1667
1667
  });
1668
1668
  };
1669
+ AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1670
+ if (observe === void 0) { observe = 'body'; }
1671
+ if (reportProgress === void 0) { reportProgress = false; }
1672
+ if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1673
+ throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1674
+ }
1675
+ var headers = this.defaultHeaders;
1676
+ if (reqId !== undefined && reqId !== null) {
1677
+ headers = headers.set('reqId', String(reqId));
1678
+ }
1679
+ if (token !== undefined && token !== null) {
1680
+ headers = headers.set('token', String(token));
1681
+ }
1682
+ // to determine the Accept header
1683
+ var httpHeaderAccepts = [
1684
+ '*/*'
1685
+ ];
1686
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1687
+ if (httpHeaderAcceptSelected != undefined) {
1688
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1689
+ }
1690
+ // to determine the Content-Type header
1691
+ var consumes = [
1692
+ 'application/json'
1693
+ ];
1694
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1695
+ if (httpContentTypeSelected != undefined) {
1696
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1697
+ }
1698
+ return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", audienceAnalysisRequest, {
1699
+ withCredentials: this.configuration.withCredentials,
1700
+ headers: headers,
1701
+ observe: observe,
1702
+ reportProgress: reportProgress
1703
+ });
1704
+ };
1669
1705
  AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
1670
1706
  if (observe === void 0) { observe = 'body'; }
1671
1707
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1760,6 +1796,42 @@
1760
1796
  reportProgress: reportProgress
1761
1797
  });
1762
1798
  };
1799
+ AudienceControllerService.prototype.getCombinedAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1800
+ if (observe === void 0) { observe = 'body'; }
1801
+ if (reportProgress === void 0) { reportProgress = false; }
1802
+ if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1803
+ throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
1804
+ }
1805
+ var headers = this.defaultHeaders;
1806
+ if (reqId !== undefined && reqId !== null) {
1807
+ headers = headers.set('reqId', String(reqId));
1808
+ }
1809
+ if (token !== undefined && token !== null) {
1810
+ headers = headers.set('token', String(token));
1811
+ }
1812
+ // to determine the Accept header
1813
+ var httpHeaderAccepts = [
1814
+ '*/*'
1815
+ ];
1816
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1817
+ if (httpHeaderAcceptSelected != undefined) {
1818
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1819
+ }
1820
+ // to determine the Content-Type header
1821
+ var consumes = [
1822
+ 'application/json'
1823
+ ];
1824
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1825
+ if (httpContentTypeSelected != undefined) {
1826
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1827
+ }
1828
+ return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis/combination", audienceAnalysisRequest, {
1829
+ withCredentials: this.configuration.withCredentials,
1830
+ headers: headers,
1831
+ observe: observe,
1832
+ reportProgress: reportProgress
1833
+ });
1834
+ };
1763
1835
  AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
1764
1836
  if (observe === void 0) { observe = 'body'; }
1765
1837
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2048,7 +2120,7 @@
2048
2120
  var AuditControllerService = /** @class */ (function () {
2049
2121
  function AuditControllerService(httpClient, basePath, configuration) {
2050
2122
  this.httpClient = httpClient;
2051
- this.basePath = 'https://apiv2beta.atomex.net';
2123
+ this.basePath = 'https://apiv2stage3.atomex.net';
2052
2124
  this.defaultHeaders = new http.HttpHeaders();
2053
2125
  this.configuration = new Configuration();
2054
2126
  if (basePath) {
@@ -2235,7 +2307,7 @@
2235
2307
  var BulkStrategyControllerService = /** @class */ (function () {
2236
2308
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2237
2309
  this.httpClient = httpClient;
2238
- this.basePath = 'https://apiv2beta.atomex.net';
2310
+ this.basePath = 'https://apiv2stage3.atomex.net';
2239
2311
  this.defaultHeaders = new http.HttpHeaders();
2240
2312
  this.configuration = new Configuration();
2241
2313
  if (basePath) {
@@ -2466,7 +2538,7 @@
2466
2538
  var CSSThemeController_Service = /** @class */ (function () {
2467
2539
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2468
2540
  this.httpClient = httpClient;
2469
- this.basePath = 'https://apiv2beta.atomex.net';
2541
+ this.basePath = 'https://apiv2stage3.atomex.net';
2470
2542
  this.defaultHeaders = new http.HttpHeaders();
2471
2543
  this.configuration = new Configuration();
2472
2544
  if (basePath) {
@@ -2575,7 +2647,7 @@
2575
2647
  var CampaignControllerService = /** @class */ (function () {
2576
2648
  function CampaignControllerService(httpClient, basePath, configuration) {
2577
2649
  this.httpClient = httpClient;
2578
- this.basePath = 'https://apiv2beta.atomex.net';
2650
+ this.basePath = 'https://apiv2stage3.atomex.net';
2579
2651
  this.defaultHeaders = new http.HttpHeaders();
2580
2652
  this.configuration = new Configuration();
2581
2653
  if (basePath) {
@@ -2885,7 +2957,7 @@
2885
2957
  var CatalogControllerService = /** @class */ (function () {
2886
2958
  function CatalogControllerService(httpClient, basePath, configuration) {
2887
2959
  this.httpClient = httpClient;
2888
- this.basePath = 'https://apiv2beta.atomex.net';
2960
+ this.basePath = 'https://apiv2stage3.atomex.net';
2889
2961
  this.defaultHeaders = new http.HttpHeaders();
2890
2962
  this.configuration = new Configuration();
2891
2963
  if (basePath) {
@@ -3131,7 +3203,7 @@
3131
3203
  var ClickDestinationControllerService = /** @class */ (function () {
3132
3204
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3133
3205
  this.httpClient = httpClient;
3134
- this.basePath = 'https://apiv2beta.atomex.net';
3206
+ this.basePath = 'https://apiv2stage3.atomex.net';
3135
3207
  this.defaultHeaders = new http.HttpHeaders();
3136
3208
  this.configuration = new Configuration();
3137
3209
  if (basePath) {
@@ -3369,7 +3441,7 @@
3369
3441
  var CreativeControllerService = /** @class */ (function () {
3370
3442
  function CreativeControllerService(httpClient, basePath, configuration) {
3371
3443
  this.httpClient = httpClient;
3372
- this.basePath = 'https://apiv2beta.atomex.net';
3444
+ this.basePath = 'https://apiv2stage3.atomex.net';
3373
3445
  this.defaultHeaders = new http.HttpHeaders();
3374
3446
  this.configuration = new Configuration();
3375
3447
  if (basePath) {
@@ -3834,7 +3906,7 @@
3834
3906
  var CreativeSetsControllerService = /** @class */ (function () {
3835
3907
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3836
3908
  this.httpClient = httpClient;
3837
- this.basePath = 'https://apiv2beta.atomex.net';
3909
+ this.basePath = 'https://apiv2stage3.atomex.net';
3838
3910
  this.defaultHeaders = new http.HttpHeaders();
3839
3911
  this.configuration = new Configuration();
3840
3912
  if (basePath) {
@@ -4314,7 +4386,7 @@
4314
4386
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4315
4387
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4316
4388
  this.httpClient = httpClient;
4317
- this.basePath = 'https://apiv2beta.atomex.net';
4389
+ this.basePath = 'https://apiv2stage3.atomex.net';
4318
4390
  this.defaultHeaders = new http.HttpHeaders();
4319
4391
  this.configuration = new Configuration();
4320
4392
  if (basePath) {
@@ -4503,7 +4575,7 @@
4503
4575
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4504
4576
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4505
4577
  this.httpClient = httpClient;
4506
- this.basePath = 'https://apiv2beta.atomex.net';
4578
+ this.basePath = 'https://apiv2stage3.atomex.net';
4507
4579
  this.defaultHeaders = new http.HttpHeaders();
4508
4580
  this.configuration = new Configuration();
4509
4581
  if (basePath) {
@@ -4579,7 +4651,7 @@
4579
4651
  var CreativeTemplatesControllerService = /** @class */ (function () {
4580
4652
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4581
4653
  this.httpClient = httpClient;
4582
- this.basePath = 'https://apiv2beta.atomex.net';
4654
+ this.basePath = 'https://apiv2stage3.atomex.net';
4583
4655
  this.defaultHeaders = new http.HttpHeaders();
4584
4656
  this.configuration = new Configuration();
4585
4657
  if (basePath) {
@@ -4746,7 +4818,7 @@
4746
4818
  var CustomerReportingControllerService = /** @class */ (function () {
4747
4819
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4748
4820
  this.httpClient = httpClient;
4749
- this.basePath = 'https://apiv2beta.atomex.net';
4821
+ this.basePath = 'https://apiv2stage3.atomex.net';
4750
4822
  this.defaultHeaders = new http.HttpHeaders();
4751
4823
  this.configuration = new Configuration();
4752
4824
  if (basePath) {
@@ -4831,7 +4903,7 @@
4831
4903
  var DashboardControllerService = /** @class */ (function () {
4832
4904
  function DashboardControllerService(httpClient, basePath, configuration) {
4833
4905
  this.httpClient = httpClient;
4834
- this.basePath = 'https://apiv2beta.atomex.net';
4906
+ this.basePath = 'https://apiv2stage3.atomex.net';
4835
4907
  this.defaultHeaders = new http.HttpHeaders();
4836
4908
  this.configuration = new Configuration();
4837
4909
  if (basePath) {
@@ -5476,7 +5548,7 @@
5476
5548
  var NotificationsControllerService = /** @class */ (function () {
5477
5549
  function NotificationsControllerService(httpClient, basePath, configuration) {
5478
5550
  this.httpClient = httpClient;
5479
- this.basePath = 'https://apiv2beta.atomex.net';
5551
+ this.basePath = 'https://apiv2stage3.atomex.net';
5480
5552
  this.defaultHeaders = new http.HttpHeaders();
5481
5553
  this.configuration = new Configuration();
5482
5554
  if (basePath) {
@@ -5663,7 +5735,7 @@
5663
5735
  var PixelControllerService = /** @class */ (function () {
5664
5736
  function PixelControllerService(httpClient, basePath, configuration) {
5665
5737
  this.httpClient = httpClient;
5666
- this.basePath = 'https://apiv2beta.atomex.net';
5738
+ this.basePath = 'https://apiv2stage3.atomex.net';
5667
5739
  this.defaultHeaders = new http.HttpHeaders();
5668
5740
  this.configuration = new Configuration();
5669
5741
  if (basePath) {
@@ -5980,7 +6052,7 @@
5980
6052
  var ReportingControllerService = /** @class */ (function () {
5981
6053
  function ReportingControllerService(httpClient, basePath, configuration) {
5982
6054
  this.httpClient = httpClient;
5983
- this.basePath = 'https://apiv2beta.atomex.net';
6055
+ this.basePath = 'https://apiv2stage3.atomex.net';
5984
6056
  this.defaultHeaders = new http.HttpHeaders();
5985
6057
  this.configuration = new Configuration();
5986
6058
  if (basePath) {
@@ -6152,7 +6224,7 @@
6152
6224
  var SliceXControllerService = /** @class */ (function () {
6153
6225
  function SliceXControllerService(httpClient, basePath, configuration) {
6154
6226
  this.httpClient = httpClient;
6155
- this.basePath = 'https://apiv2beta.atomex.net';
6227
+ this.basePath = 'https://apiv2stage3.atomex.net';
6156
6228
  this.defaultHeaders = new http.HttpHeaders();
6157
6229
  this.configuration = new Configuration();
6158
6230
  if (basePath) {
@@ -6408,7 +6480,7 @@
6408
6480
  var StrategyControllerService = /** @class */ (function () {
6409
6481
  function StrategyControllerService(httpClient, basePath, configuration) {
6410
6482
  this.httpClient = httpClient;
6411
- this.basePath = 'https://apiv2beta.atomex.net';
6483
+ this.basePath = 'https://apiv2stage3.atomex.net';
6412
6484
  this.defaultHeaders = new http.HttpHeaders();
6413
6485
  this.configuration = new Configuration();
6414
6486
  if (basePath) {
@@ -6625,45 +6697,6 @@
6625
6697
  reportProgress: reportProgress
6626
6698
  });
6627
6699
  };
6628
- StrategyControllerService.prototype.disassociateStrategyWithCreativeSetsUsingPOST = function (creativeSetIdsToBeRemoved, id, reqId, token, observe, reportProgress) {
6629
- if (observe === void 0) { observe = 'body'; }
6630
- if (reportProgress === void 0) { reportProgress = false; }
6631
- if (creativeSetIdsToBeRemoved === null || creativeSetIdsToBeRemoved === undefined) {
6632
- throw new Error('Required parameter creativeSetIdsToBeRemoved was null or undefined when calling disassociateStrategyWithCreativeSetsUsingPOST.');
6633
- }
6634
- if (id === null || id === undefined) {
6635
- throw new Error('Required parameter id was null or undefined when calling disassociateStrategyWithCreativeSetsUsingPOST.');
6636
- }
6637
- var headers = this.defaultHeaders;
6638
- if (reqId !== undefined && reqId !== null) {
6639
- headers = headers.set('reqId', String(reqId));
6640
- }
6641
- if (token !== undefined && token !== null) {
6642
- headers = headers.set('token', String(token));
6643
- }
6644
- // to determine the Accept header
6645
- var httpHeaderAccepts = [
6646
- 'application/json'
6647
- ];
6648
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6649
- if (httpHeaderAcceptSelected != undefined) {
6650
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6651
- }
6652
- // to determine the Content-Type header
6653
- var consumes = [
6654
- 'application/json'
6655
- ];
6656
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6657
- if (httpContentTypeSelected != undefined) {
6658
- headers = headers.set('Content-Type', httpContentTypeSelected);
6659
- }
6660
- return this.httpClient.post(this.basePath + "/v2/api/strategies/" + encodeURIComponent(String(id)) + "/disassociate/creativesets", creativeSetIdsToBeRemoved, {
6661
- withCredentials: this.configuration.withCredentials,
6662
- headers: headers,
6663
- observe: observe,
6664
- reportProgress: reportProgress
6665
- });
6666
- };
6667
6700
  StrategyControllerService.prototype.duplicateStrategyUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
6668
6701
  if (observe === void 0) { observe = 'body'; }
6669
6702
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7096,7 +7129,7 @@
7096
7129
  var UILoggerControllerService = /** @class */ (function () {
7097
7130
  function UILoggerControllerService(httpClient, basePath, configuration) {
7098
7131
  this.httpClient = httpClient;
7099
- this.basePath = 'https://apiv2beta.atomex.net';
7132
+ this.basePath = 'https://apiv2stage3.atomex.net';
7100
7133
  this.defaultHeaders = new http.HttpHeaders();
7101
7134
  this.configuration = new Configuration();
7102
7135
  if (basePath) {
@@ -7186,7 +7219,7 @@
7186
7219
  var UserPreferenceControllerService = /** @class */ (function () {
7187
7220
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7188
7221
  this.httpClient = httpClient;
7189
- this.basePath = 'https://apiv2beta.atomex.net';
7222
+ this.basePath = 'https://apiv2stage3.atomex.net';
7190
7223
  this.defaultHeaders = new http.HttpHeaders();
7191
7224
  this.configuration = new Configuration();
7192
7225
  if (basePath) {