@revxui/api-clients-ts 0.10.351 → 0.10.352

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 +0 -27
  3. package/api/strategyController.service.d.ts +13 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +63 -96
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/esm2015/api/adminController.service.js +2 -2
  7. package/esm2015/api/advertiserController.service.js +2 -2
  8. package/esm2015/api/appSettingsController.service.js +2 -2
  9. package/esm2015/api/audienceController.service.js +2 -70
  10. package/esm2015/api/auditController.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/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +39 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/models.js +1 -5
  31. package/esm2015/model/searchRequest.js +1 -1
  32. package/fesm2015/revxui-api-clients-ts.js +61 -128
  33. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  34. package/model/models.d.ts +0 -4
  35. package/model/searchRequest.d.ts +0 -1
  36. package/package.json +1 -1
  37. package/revxui-api-clients-ts.metadata.json +1 -1
  38. package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +0 -2
  39. package/esm2015/model/audienceAnalysisRequest.js +0 -13
  40. package/esm2015/model/combinedAudienceAnalysisResponse.js +0 -13
  41. package/esm2015/model/totalUniqueUserRequest.js +0 -13
  42. package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +0 -17
  43. package/model/audienceAnalysisRequest.d.ts +0 -17
  44. package/model/combinedAudienceAnalysisResponse.d.ts +0 -19
  45. package/model/totalUniqueUserRequest.d.ts +0 -15
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.351
1
+ ## @revxui/api-clients-ts@0.10.352
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.351 --save
22
+ npm install @revxui/api-clients-ts@0.10.352 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -12,7 +12,6 @@
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';
16
15
  import { ApiResponseObjectAudienceAccessDTO } from '../model/apiResponseObjectAudienceAccessDTO';
17
16
  import { ApiResponseObjectAudienceDTO } from '../model/apiResponseObjectAudienceDTO';
18
17
  import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
@@ -26,7 +25,6 @@ import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObj
26
25
  import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
27
26
  import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
28
27
  import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
29
- import { AudienceAnalysisRequest } from '../model/audienceAnalysisRequest';
30
28
  import { AudienceBackfillQueryTemplateRequest } from '../model/audienceBackfillQueryTemplateRequest';
31
29
  import { AudienceBackfillRequest } from '../model/audienceBackfillRequest';
32
30
  import { AudienceDTO } from '../model/audienceDTO';
@@ -35,7 +33,6 @@ import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
35
33
  import { PixelRemoteConfigDTO } from '../model/pixelRemoteConfigDTO';
36
34
  import { PlatformAudienceDTO } from '../model/platformAudienceDTO';
37
35
  import { SearchRequest } from '../model/searchRequest';
38
- import { TotalUniqueUserRequest } from '../model/totalUniqueUserRequest';
39
36
  import { Configuration } from '../configuration';
40
37
  export declare class AudienceControllerService {
41
38
  protected httpClient: HttpClient;
@@ -175,18 +172,6 @@ export declare class AudienceControllerService {
175
172
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDmpAudienceDTO>;
176
173
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDmpAudienceDTO>>;
177
174
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDmpAudienceDTO>>;
178
- /**
179
- * APi to get audience analysis count
180
- *
181
- * @param totalUniqueUserRequest totalUniqueUserRequest
182
- * @param reqId request id
183
- * @param token Auth Token
184
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
185
- * @param reportProgress flag to report request and response progress.
186
- */
187
- getAnalysisAudienceCountUsingPOST(totalUniqueUserRequest: TotalUniqueUserRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectEligibleUsersResponse>;
188
- getAnalysisAudienceCountUsingPOST(totalUniqueUserRequest: TotalUniqueUserRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectEligibleUsersResponse>>;
189
- getAnalysisAudienceCountUsingPOST(totalUniqueUserRequest: TotalUniqueUserRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectEligibleUsersResponse>>;
190
175
  /**
191
176
  * Api to get Audience
192
177
  *
@@ -216,18 +201,6 @@ export declare class AudienceControllerService {
216
201
  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>;
217
202
  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>>;
218
203
  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>>;
219
- /**
220
- * APi to get audience analysis count for all combination
221
- *
222
- * @param audienceAnalysisRequest audienceAnalysisRequest
223
- * @param reqId request id
224
- * @param token Auth Token
225
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
226
- * @param reportProgress flag to report request and response progress.
227
- */
228
- getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>;
229
- getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>>;
230
- getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>>;
231
204
  /**
232
205
  * Api to get EligibleUsers
233
206
  *
@@ -174,6 +174,19 @@ export declare class StrategyControllerService {
174
174
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyQuickEditDTO>;
175
175
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyQuickEditDTO>>;
176
176
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyQuickEditDTO>>;
177
+ /**
178
+ * Api for strategy in-line edit
179
+ *
180
+ * @param id id
181
+ * @param strategyInlineEditMapDTO strategyInlineEditMapDTO
182
+ * @param reqId request id
183
+ * @param token Auth Token
184
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
185
+ * @param reportProgress flag to report request and response progress.
186
+ */
187
+ inlineEditStrategyUsingPOST(id: number, strategyInlineEditMapDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
188
+ inlineEditStrategyUsingPOST(id: number, strategyInlineEditMapDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
189
+ inlineEditStrategyUsingPOST(id: number, strategyInlineEditMapDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
177
190
  /**
178
191
  * API to list AB Test experiment under the specified entity
179
192
  *
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -1666,42 +1666,6 @@
1666
1666
  reportProgress: reportProgress
1667
1667
  });
1668
1668
  };
1669
- AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (totalUniqueUserRequest, reqId, token, observe, reportProgress) {
1670
- if (observe === void 0) { observe = 'body'; }
1671
- if (reportProgress === void 0) { reportProgress = false; }
1672
- if (totalUniqueUserRequest === null || totalUniqueUserRequest === undefined) {
1673
- throw new Error('Required parameter totalUniqueUserRequest 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", totalUniqueUserRequest, {
1699
- withCredentials: this.configuration.withCredentials,
1700
- headers: headers,
1701
- observe: observe,
1702
- reportProgress: reportProgress
1703
- });
1704
- };
1705
1669
  AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
1706
1670
  if (observe === void 0) { observe = 'body'; }
1707
1671
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1796,42 +1760,6 @@
1796
1760
  reportProgress: reportProgress
1797
1761
  });
1798
1762
  };
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
- };
1835
1763
  AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
1836
1764
  if (observe === void 0) { observe = 'body'; }
1837
1765
  if (reportProgress === void 0) { reportProgress = false; }
@@ -2120,7 +2048,7 @@
2120
2048
  var AuditControllerService = /** @class */ (function () {
2121
2049
  function AuditControllerService(httpClient, basePath, configuration) {
2122
2050
  this.httpClient = httpClient;
2123
- this.basePath = 'https://apiv2beta.atomex.net';
2051
+ this.basePath = 'https://apiv2stage2.atomex.net';
2124
2052
  this.defaultHeaders = new http.HttpHeaders();
2125
2053
  this.configuration = new Configuration();
2126
2054
  if (basePath) {
@@ -2307,7 +2235,7 @@
2307
2235
  var BulkStrategyControllerService = /** @class */ (function () {
2308
2236
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2309
2237
  this.httpClient = httpClient;
2310
- this.basePath = 'https://apiv2beta.atomex.net';
2238
+ this.basePath = 'https://apiv2stage2.atomex.net';
2311
2239
  this.defaultHeaders = new http.HttpHeaders();
2312
2240
  this.configuration = new Configuration();
2313
2241
  if (basePath) {
@@ -2538,7 +2466,7 @@
2538
2466
  var CSSThemeController_Service = /** @class */ (function () {
2539
2467
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2540
2468
  this.httpClient = httpClient;
2541
- this.basePath = 'https://apiv2beta.atomex.net';
2469
+ this.basePath = 'https://apiv2stage2.atomex.net';
2542
2470
  this.defaultHeaders = new http.HttpHeaders();
2543
2471
  this.configuration = new Configuration();
2544
2472
  if (basePath) {
@@ -2647,7 +2575,7 @@
2647
2575
  var CampaignControllerService = /** @class */ (function () {
2648
2576
  function CampaignControllerService(httpClient, basePath, configuration) {
2649
2577
  this.httpClient = httpClient;
2650
- this.basePath = 'https://apiv2beta.atomex.net';
2578
+ this.basePath = 'https://apiv2stage2.atomex.net';
2651
2579
  this.defaultHeaders = new http.HttpHeaders();
2652
2580
  this.configuration = new Configuration();
2653
2581
  if (basePath) {
@@ -2957,7 +2885,7 @@
2957
2885
  var CatalogControllerService = /** @class */ (function () {
2958
2886
  function CatalogControllerService(httpClient, basePath, configuration) {
2959
2887
  this.httpClient = httpClient;
2960
- this.basePath = 'https://apiv2beta.atomex.net';
2888
+ this.basePath = 'https://apiv2stage2.atomex.net';
2961
2889
  this.defaultHeaders = new http.HttpHeaders();
2962
2890
  this.configuration = new Configuration();
2963
2891
  if (basePath) {
@@ -3203,7 +3131,7 @@
3203
3131
  var ClickDestinationControllerService = /** @class */ (function () {
3204
3132
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3205
3133
  this.httpClient = httpClient;
3206
- this.basePath = 'https://apiv2beta.atomex.net';
3134
+ this.basePath = 'https://apiv2stage2.atomex.net';
3207
3135
  this.defaultHeaders = new http.HttpHeaders();
3208
3136
  this.configuration = new Configuration();
3209
3137
  if (basePath) {
@@ -3441,7 +3369,7 @@
3441
3369
  var CreativeControllerService = /** @class */ (function () {
3442
3370
  function CreativeControllerService(httpClient, basePath, configuration) {
3443
3371
  this.httpClient = httpClient;
3444
- this.basePath = 'https://apiv2beta.atomex.net';
3372
+ this.basePath = 'https://apiv2stage2.atomex.net';
3445
3373
  this.defaultHeaders = new http.HttpHeaders();
3446
3374
  this.configuration = new Configuration();
3447
3375
  if (basePath) {
@@ -3906,7 +3834,7 @@
3906
3834
  var CreativeSetsControllerService = /** @class */ (function () {
3907
3835
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3908
3836
  this.httpClient = httpClient;
3909
- this.basePath = 'https://apiv2beta.atomex.net';
3837
+ this.basePath = 'https://apiv2stage2.atomex.net';
3910
3838
  this.defaultHeaders = new http.HttpHeaders();
3911
3839
  this.configuration = new Configuration();
3912
3840
  if (basePath) {
@@ -4386,7 +4314,7 @@
4386
4314
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4387
4315
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4388
4316
  this.httpClient = httpClient;
4389
- this.basePath = 'https://apiv2beta.atomex.net';
4317
+ this.basePath = 'https://apiv2stage2.atomex.net';
4390
4318
  this.defaultHeaders = new http.HttpHeaders();
4391
4319
  this.configuration = new Configuration();
4392
4320
  if (basePath) {
@@ -4575,7 +4503,7 @@
4575
4503
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4576
4504
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4577
4505
  this.httpClient = httpClient;
4578
- this.basePath = 'https://apiv2beta.atomex.net';
4506
+ this.basePath = 'https://apiv2stage2.atomex.net';
4579
4507
  this.defaultHeaders = new http.HttpHeaders();
4580
4508
  this.configuration = new Configuration();
4581
4509
  if (basePath) {
@@ -4651,7 +4579,7 @@
4651
4579
  var CreativeTemplatesControllerService = /** @class */ (function () {
4652
4580
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4653
4581
  this.httpClient = httpClient;
4654
- this.basePath = 'https://apiv2beta.atomex.net';
4582
+ this.basePath = 'https://apiv2stage2.atomex.net';
4655
4583
  this.defaultHeaders = new http.HttpHeaders();
4656
4584
  this.configuration = new Configuration();
4657
4585
  if (basePath) {
@@ -4818,7 +4746,7 @@
4818
4746
  var CustomerReportingControllerService = /** @class */ (function () {
4819
4747
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4820
4748
  this.httpClient = httpClient;
4821
- this.basePath = 'https://apiv2beta.atomex.net';
4749
+ this.basePath = 'https://apiv2stage2.atomex.net';
4822
4750
  this.defaultHeaders = new http.HttpHeaders();
4823
4751
  this.configuration = new Configuration();
4824
4752
  if (basePath) {
@@ -4903,7 +4831,7 @@
4903
4831
  var DashboardControllerService = /** @class */ (function () {
4904
4832
  function DashboardControllerService(httpClient, basePath, configuration) {
4905
4833
  this.httpClient = httpClient;
4906
- this.basePath = 'https://apiv2beta.atomex.net';
4834
+ this.basePath = 'https://apiv2stage2.atomex.net';
4907
4835
  this.defaultHeaders = new http.HttpHeaders();
4908
4836
  this.configuration = new Configuration();
4909
4837
  if (basePath) {
@@ -5548,7 +5476,7 @@
5548
5476
  var NotificationsControllerService = /** @class */ (function () {
5549
5477
  function NotificationsControllerService(httpClient, basePath, configuration) {
5550
5478
  this.httpClient = httpClient;
5551
- this.basePath = 'https://apiv2beta.atomex.net';
5479
+ this.basePath = 'https://apiv2stage2.atomex.net';
5552
5480
  this.defaultHeaders = new http.HttpHeaders();
5553
5481
  this.configuration = new Configuration();
5554
5482
  if (basePath) {
@@ -5735,7 +5663,7 @@
5735
5663
  var PixelControllerService = /** @class */ (function () {
5736
5664
  function PixelControllerService(httpClient, basePath, configuration) {
5737
5665
  this.httpClient = httpClient;
5738
- this.basePath = 'https://apiv2beta.atomex.net';
5666
+ this.basePath = 'https://apiv2stage2.atomex.net';
5739
5667
  this.defaultHeaders = new http.HttpHeaders();
5740
5668
  this.configuration = new Configuration();
5741
5669
  if (basePath) {
@@ -6052,7 +5980,7 @@
6052
5980
  var ReportingControllerService = /** @class */ (function () {
6053
5981
  function ReportingControllerService(httpClient, basePath, configuration) {
6054
5982
  this.httpClient = httpClient;
6055
- this.basePath = 'https://apiv2beta.atomex.net';
5983
+ this.basePath = 'https://apiv2stage2.atomex.net';
6056
5984
  this.defaultHeaders = new http.HttpHeaders();
6057
5985
  this.configuration = new Configuration();
6058
5986
  if (basePath) {
@@ -6224,7 +6152,7 @@
6224
6152
  var SliceXControllerService = /** @class */ (function () {
6225
6153
  function SliceXControllerService(httpClient, basePath, configuration) {
6226
6154
  this.httpClient = httpClient;
6227
- this.basePath = 'https://apiv2beta.atomex.net';
6155
+ this.basePath = 'https://apiv2stage2.atomex.net';
6228
6156
  this.defaultHeaders = new http.HttpHeaders();
6229
6157
  this.configuration = new Configuration();
6230
6158
  if (basePath) {
@@ -6480,7 +6408,7 @@
6480
6408
  var StrategyControllerService = /** @class */ (function () {
6481
6409
  function StrategyControllerService(httpClient, basePath, configuration) {
6482
6410
  this.httpClient = httpClient;
6483
- this.basePath = 'https://apiv2beta.atomex.net';
6411
+ this.basePath = 'https://apiv2stage2.atomex.net';
6484
6412
  this.defaultHeaders = new http.HttpHeaders();
6485
6413
  this.configuration = new Configuration();
6486
6414
  if (basePath) {
@@ -6897,6 +6825,45 @@
6897
6825
  reportProgress: reportProgress
6898
6826
  });
6899
6827
  };
6828
+ StrategyControllerService.prototype.inlineEditStrategyUsingPOST = function (id, strategyInlineEditMapDTO, reqId, token, observe, reportProgress) {
6829
+ if (observe === void 0) { observe = 'body'; }
6830
+ if (reportProgress === void 0) { reportProgress = false; }
6831
+ if (id === null || id === undefined) {
6832
+ throw new Error('Required parameter id was null or undefined when calling inlineEditStrategyUsingPOST.');
6833
+ }
6834
+ if (strategyInlineEditMapDTO === null || strategyInlineEditMapDTO === undefined) {
6835
+ throw new Error('Required parameter strategyInlineEditMapDTO was null or undefined when calling inlineEditStrategyUsingPOST.');
6836
+ }
6837
+ var headers = this.defaultHeaders;
6838
+ if (reqId !== undefined && reqId !== null) {
6839
+ headers = headers.set('reqId', String(reqId));
6840
+ }
6841
+ if (token !== undefined && token !== null) {
6842
+ headers = headers.set('token', String(token));
6843
+ }
6844
+ // to determine the Accept header
6845
+ var httpHeaderAccepts = [
6846
+ '*/*'
6847
+ ];
6848
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6849
+ if (httpHeaderAcceptSelected != undefined) {
6850
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6851
+ }
6852
+ // to determine the Content-Type header
6853
+ var consumes = [
6854
+ 'application/json'
6855
+ ];
6856
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6857
+ if (httpContentTypeSelected != undefined) {
6858
+ headers = headers.set('Content-Type', httpContentTypeSelected);
6859
+ }
6860
+ return this.httpClient.post(this.basePath + "/v2/api/strategies/inlineEdit/" + encodeURIComponent(String(id)), strategyInlineEditMapDTO, {
6861
+ withCredentials: this.configuration.withCredentials,
6862
+ headers: headers,
6863
+ observe: observe,
6864
+ reportProgress: reportProgress
6865
+ });
6866
+ };
6900
6867
  StrategyControllerService.prototype.listABTestExperimentUsingGET = function (entity, entityId, reqId, token, observe, reportProgress) {
6901
6868
  if (observe === void 0) { observe = 'body'; }
6902
6869
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7168,7 +7135,7 @@
7168
7135
  var UILoggerControllerService = /** @class */ (function () {
7169
7136
  function UILoggerControllerService(httpClient, basePath, configuration) {
7170
7137
  this.httpClient = httpClient;
7171
- this.basePath = 'https://apiv2beta.atomex.net';
7138
+ this.basePath = 'https://apiv2stage2.atomex.net';
7172
7139
  this.defaultHeaders = new http.HttpHeaders();
7173
7140
  this.configuration = new Configuration();
7174
7141
  if (basePath) {
@@ -7258,7 +7225,7 @@
7258
7225
  var UserPreferenceControllerService = /** @class */ (function () {
7259
7226
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7260
7227
  this.httpClient = httpClient;
7261
- this.basePath = 'https://apiv2beta.atomex.net';
7228
+ this.basePath = 'https://apiv2stage2.atomex.net';
7262
7229
  this.defaultHeaders = new http.HttpHeaders();
7263
7230
  this.configuration = new Configuration();
7264
7231
  if (basePath) {