@revxui/api-clients-ts 0.10.246 → 0.10.249

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 (87) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +17 -4
  3. package/bundles/revxui-api-clients-ts.umd.js +66 -23
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +35 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/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 +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiListResponseAudiencePerformanceDTO.js +1 -0
  31. package/esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
  32. package/esm2015/model/audiencePerformanceDTO.js +8 -0
  33. package/esm2015/model/creativeSetDetails.js +1 -1
  34. package/esm2015/model/creativeSetRequest.js +1 -1
  35. package/esm2015/model/models.js +2 -1
  36. package/esm2015/model/searchRequest.js +1 -1
  37. package/esm5/api/adminController.service.js +2 -2
  38. package/esm5/api/advertiserController.service.js +2 -2
  39. package/esm5/api/appSettingsController.service.js +2 -2
  40. package/esm5/api/audienceController.service.js +37 -2
  41. package/esm5/api/auditController.service.js +2 -2
  42. package/esm5/api/bulkStrategyController.service.js +2 -2
  43. package/esm5/api/cSSThemeController_.service.js +2 -2
  44. package/esm5/api/campaignController.service.js +2 -2
  45. package/esm5/api/catalogController.service.js +2 -2
  46. package/esm5/api/clickDestinationController.service.js +2 -2
  47. package/esm5/api/creativeController.service.js +2 -2
  48. package/esm5/api/creativeSetsController.service.js +2 -2
  49. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  50. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  51. package/esm5/api/creativeTemplatesController.service.js +2 -2
  52. package/esm5/api/dashboardController.service.js +2 -2
  53. package/esm5/api/notificationsController.service.js +2 -2
  54. package/esm5/api/pixelController.service.js +2 -2
  55. package/esm5/api/reportingController.service.js +2 -2
  56. package/esm5/api/sliceXController.service.js +2 -2
  57. package/esm5/api/strategyController.service.js +2 -2
  58. package/esm5/api/uILoggerController.service.js +2 -2
  59. package/esm5/api/userPreferenceController.service.js +2 -2
  60. package/esm5/model/apiListResponseAudiencePerformanceDTO.js +1 -0
  61. package/esm5/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
  62. package/esm5/model/audiencePerformanceDTO.js +8 -0
  63. package/esm5/model/creativeSetDetails.js +1 -1
  64. package/esm5/model/creativeSetRequest.js +1 -1
  65. package/esm5/model/models.js +2 -1
  66. package/esm5/model/searchRequest.js +1 -1
  67. package/fesm2015/revxui-api-clients-ts.js +65 -24
  68. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  69. package/fesm5/revxui-api-clients-ts.js +67 -24
  70. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  71. package/model/{apiListResponseAudienceESDTO.d.ts → apiListResponseAudiencePerformanceDTO.d.ts} +3 -3
  72. package/model/{apiResponseObjectApiListResponseAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudiencePerformanceDTO.d.ts} +3 -3
  73. package/model/audiencePerformanceDTO.d.ts +37 -0
  74. package/model/creativeSetDetails.d.ts +0 -2
  75. package/model/creativeSetRequest.d.ts +0 -2
  76. package/model/models.d.ts +3 -3
  77. package/model/searchRequest.d.ts +2 -0
  78. package/model/strategyDTO.d.ts +2 -2
  79. package/package.json +1 -1
  80. package/revxui-api-clients-ts.metadata.json +1 -1
  81. package/esm2015/model/apiListResponseAudienceESDTO.js +0 -1
  82. package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  83. package/esm2015/model/endCards.js +0 -12
  84. package/esm5/model/apiListResponseAudienceESDTO.js +0 -1
  85. package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  86. package/esm5/model/endCards.js +0 -12
  87. package/model/endCards.d.ts +0 -16
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.246
1
+ ## @revxui/api-clients-ts@0.10.249
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.246 --save
22
+ npm install @revxui/api-clients-ts@0.10.249 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
- import { ApiResponseObjectApiListResponseAudienceESDTO } from '../model/apiResponseObjectApiListResponseAudienceESDTO';
14
+ import { ApiResponseObjectApiListResponseAudiencePerformanceDTO } from '../model/apiResponseObjectApiListResponseAudiencePerformanceDTO';
15
15
  import { ApiResponseObjectAudienceAccessDTO } from '../model/apiResponseObjectAudienceAccessDTO';
16
16
  import { ApiResponseObjectAudienceDTO } from '../model/apiResponseObjectAudienceDTO';
17
17
  import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
@@ -22,6 +22,7 @@ import { ApiResponseObjectListAudienceDTO } from '../model/apiResponseObjectList
22
22
  import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
23
23
  import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
24
24
  import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
25
+ import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
25
26
  import { AudienceDTO } from '../model/audienceDTO';
26
27
  import { DashboardRequest } from '../model/dashboardRequest';
27
28
  import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
@@ -136,9 +137,9 @@ export declare class AudienceControllerService {
136
137
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
137
138
  * @param reportProgress flag to report request and response progress.
138
139
  */
139
- getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseAudienceESDTO>;
140
- getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseAudienceESDTO>>;
141
- getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseAudienceESDTO>>;
140
+ getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseAudiencePerformanceDTO>;
141
+ getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseAudiencePerformanceDTO>>;
142
+ getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseAudiencePerformanceDTO>>;
142
143
  /**
143
144
  * Api to get Affle DMP Audience List
144
145
  *
@@ -218,6 +219,18 @@ export declare class AudienceControllerService {
218
219
  getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAudienceDTO>;
219
220
  getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAudienceDTO>>;
220
221
  getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAudienceDTO>>;
222
+ /**
223
+ * Api to re-try scheduler for the failed advertisers
224
+ *
225
+ * @param advIds advIds
226
+ * @param reqId request id
227
+ * @param token Auth Token
228
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
229
+ * @param reportProgress flag to report request and response progress.
230
+ */
231
+ retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
232
+ retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
233
+ retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectstring>>;
221
234
  /**
222
235
  * Api to sync DMP Aduience
223
236
  *
@@ -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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1698,6 +1698,41 @@
1698
1698
  reportProgress: reportProgress
1699
1699
  });
1700
1700
  };
1701
+ AudienceControllerService.prototype.retrySchedulerForAdvertisersUsingGET = function (advIds, reqId, token, observe, reportProgress) {
1702
+ if (observe === void 0) { observe = 'body'; }
1703
+ if (reportProgress === void 0) { reportProgress = false; }
1704
+ if (advIds === null || advIds === undefined) {
1705
+ throw new Error('Required parameter advIds was null or undefined when calling retrySchedulerForAdvertisersUsingGET.');
1706
+ }
1707
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1708
+ if (advIds !== undefined && advIds !== null) {
1709
+ queryParameters = queryParameters.set('advIds', advIds);
1710
+ }
1711
+ var headers = this.defaultHeaders;
1712
+ if (reqId !== undefined && reqId !== null) {
1713
+ headers = headers.set('reqId', String(reqId));
1714
+ }
1715
+ if (token !== undefined && token !== null) {
1716
+ headers = headers.set('token', String(token));
1717
+ }
1718
+ // to determine the Accept header
1719
+ var httpHeaderAccepts = [
1720
+ '*/*'
1721
+ ];
1722
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1723
+ if (httpHeaderAcceptSelected != undefined) {
1724
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1725
+ }
1726
+ // to determine the Content-Type header
1727
+ var consumes = [];
1728
+ return this.httpClient.get(this.basePath + "/v2/api/audience/schedulerRetry", {
1729
+ params: queryParameters,
1730
+ withCredentials: this.configuration.withCredentials,
1731
+ headers: headers,
1732
+ observe: observe,
1733
+ reportProgress: reportProgress
1734
+ });
1735
+ };
1701
1736
  AudienceControllerService.prototype.syncAudienceUsingPOST = function (platformAudienceDTO, reqId, token, observe, reportProgress) {
1702
1737
  if (observe === void 0) { observe = 'body'; }
1703
1738
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1829,7 +1864,7 @@
1829
1864
  var AuditControllerService = /** @class */ (function () {
1830
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1831
1866
  this.httpClient = httpClient;
1832
- this.basePath = 'https://apiv2stage2.atomex.net';
1867
+ this.basePath = 'https://apiv2stage1.atomex.net';
1833
1868
  this.defaultHeaders = new http.HttpHeaders();
1834
1869
  this.configuration = new Configuration();
1835
1870
  if (basePath) {
@@ -2028,7 +2063,7 @@
2028
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2029
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2030
2065
  this.httpClient = httpClient;
2031
- this.basePath = 'https://apiv2stage2.atomex.net';
2066
+ this.basePath = 'https://apiv2stage1.atomex.net';
2032
2067
  this.defaultHeaders = new http.HttpHeaders();
2033
2068
  this.configuration = new Configuration();
2034
2069
  if (basePath) {
@@ -2271,7 +2306,7 @@
2271
2306
  var CSSThemeController_Service = /** @class */ (function () {
2272
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2273
2308
  this.httpClient = httpClient;
2274
- this.basePath = 'https://apiv2stage2.atomex.net';
2309
+ this.basePath = 'https://apiv2stage1.atomex.net';
2275
2310
  this.defaultHeaders = new http.HttpHeaders();
2276
2311
  this.configuration = new Configuration();
2277
2312
  if (basePath) {
@@ -2392,7 +2427,7 @@
2392
2427
  var CampaignControllerService = /** @class */ (function () {
2393
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2394
2429
  this.httpClient = httpClient;
2395
- this.basePath = 'https://apiv2stage2.atomex.net';
2430
+ this.basePath = 'https://apiv2stage1.atomex.net';
2396
2431
  this.defaultHeaders = new http.HttpHeaders();
2397
2432
  this.configuration = new Configuration();
2398
2433
  if (basePath) {
@@ -2678,7 +2713,7 @@
2678
2713
  var CatalogControllerService = /** @class */ (function () {
2679
2714
  function CatalogControllerService(httpClient, basePath, configuration) {
2680
2715
  this.httpClient = httpClient;
2681
- this.basePath = 'https://apiv2stage2.atomex.net';
2716
+ this.basePath = 'https://apiv2stage1.atomex.net';
2682
2717
  this.defaultHeaders = new http.HttpHeaders();
2683
2718
  this.configuration = new Configuration();
2684
2719
  if (basePath) {
@@ -2901,7 +2936,7 @@
2901
2936
  var ClickDestinationControllerService = /** @class */ (function () {
2902
2937
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2903
2938
  this.httpClient = httpClient;
2904
- this.basePath = 'https://apiv2stage2.atomex.net';
2939
+ this.basePath = 'https://apiv2stage1.atomex.net';
2905
2940
  this.defaultHeaders = new http.HttpHeaders();
2906
2941
  this.configuration = new Configuration();
2907
2942
  if (basePath) {
@@ -3151,7 +3186,7 @@
3151
3186
  var CreativeControllerService = /** @class */ (function () {
3152
3187
  function CreativeControllerService(httpClient, basePath, configuration) {
3153
3188
  this.httpClient = httpClient;
3154
- this.basePath = 'https://apiv2stage2.atomex.net';
3189
+ this.basePath = 'https://apiv2stage1.atomex.net';
3155
3190
  this.defaultHeaders = new http.HttpHeaders();
3156
3191
  this.configuration = new Configuration();
3157
3192
  if (basePath) {
@@ -3628,7 +3663,7 @@
3628
3663
  var CreativeSetsControllerService = /** @class */ (function () {
3629
3664
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3630
3665
  this.httpClient = httpClient;
3631
- this.basePath = 'https://apiv2stage2.atomex.net';
3666
+ this.basePath = 'https://apiv2stage1.atomex.net';
3632
3667
  this.defaultHeaders = new http.HttpHeaders();
3633
3668
  this.configuration = new Configuration();
3634
3669
  if (basePath) {
@@ -3963,7 +3998,7 @@
3963
3998
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3964
3999
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3965
4000
  this.httpClient = httpClient;
3966
- this.basePath = 'https://apiv2stage2.atomex.net';
4001
+ this.basePath = 'https://apiv2stage1.atomex.net';
3967
4002
  this.defaultHeaders = new http.HttpHeaders();
3968
4003
  this.configuration = new Configuration();
3969
4004
  if (basePath) {
@@ -4164,7 +4199,7 @@
4164
4199
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4165
4200
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4166
4201
  this.httpClient = httpClient;
4167
- this.basePath = 'https://apiv2stage2.atomex.net';
4202
+ this.basePath = 'https://apiv2stage1.atomex.net';
4168
4203
  this.defaultHeaders = new http.HttpHeaders();
4169
4204
  this.configuration = new Configuration();
4170
4205
  if (basePath) {
@@ -4252,7 +4287,7 @@
4252
4287
  var CreativeTemplatesControllerService = /** @class */ (function () {
4253
4288
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4254
4289
  this.httpClient = httpClient;
4255
- this.basePath = 'https://apiv2stage2.atomex.net';
4290
+ this.basePath = 'https://apiv2stage1.atomex.net';
4256
4291
  this.defaultHeaders = new http.HttpHeaders();
4257
4292
  this.configuration = new Configuration();
4258
4293
  if (basePath) {
@@ -4431,7 +4466,7 @@
4431
4466
  var DashboardControllerService = /** @class */ (function () {
4432
4467
  function DashboardControllerService(httpClient, basePath, configuration) {
4433
4468
  this.httpClient = httpClient;
4434
- this.basePath = 'https://apiv2stage2.atomex.net';
4469
+ this.basePath = 'https://apiv2stage1.atomex.net';
4435
4470
  this.defaultHeaders = new http.HttpHeaders();
4436
4471
  this.configuration = new Configuration();
4437
4472
  if (basePath) {
@@ -5088,7 +5123,7 @@
5088
5123
  var NotificationsControllerService = /** @class */ (function () {
5089
5124
  function NotificationsControllerService(httpClient, basePath, configuration) {
5090
5125
  this.httpClient = httpClient;
5091
- this.basePath = 'https://apiv2stage2.atomex.net';
5126
+ this.basePath = 'https://apiv2stage1.atomex.net';
5092
5127
  this.defaultHeaders = new http.HttpHeaders();
5093
5128
  this.configuration = new Configuration();
5094
5129
  if (basePath) {
@@ -5287,7 +5322,7 @@
5287
5322
  var PixelControllerService = /** @class */ (function () {
5288
5323
  function PixelControllerService(httpClient, basePath, configuration) {
5289
5324
  this.httpClient = httpClient;
5290
- this.basePath = 'https://apiv2stage2.atomex.net';
5325
+ this.basePath = 'https://apiv2stage1.atomex.net';
5291
5326
  this.defaultHeaders = new http.HttpHeaders();
5292
5327
  this.configuration = new Configuration();
5293
5328
  if (basePath) {
@@ -5616,7 +5651,7 @@
5616
5651
  var ReportingControllerService = /** @class */ (function () {
5617
5652
  function ReportingControllerService(httpClient, basePath, configuration) {
5618
5653
  this.httpClient = httpClient;
5619
- this.basePath = 'https://apiv2stage2.atomex.net';
5654
+ this.basePath = 'https://apiv2stage1.atomex.net';
5620
5655
  this.defaultHeaders = new http.HttpHeaders();
5621
5656
  this.configuration = new Configuration();
5622
5657
  if (basePath) {
@@ -5800,7 +5835,7 @@
5800
5835
  var SliceXControllerService = /** @class */ (function () {
5801
5836
  function SliceXControllerService(httpClient, basePath, configuration) {
5802
5837
  this.httpClient = httpClient;
5803
- this.basePath = 'https://apiv2stage2.atomex.net';
5838
+ this.basePath = 'https://apiv2stage1.atomex.net';
5804
5839
  this.defaultHeaders = new http.HttpHeaders();
5805
5840
  this.configuration = new Configuration();
5806
5841
  if (basePath) {
@@ -5985,7 +6020,7 @@
5985
6020
  var StrategyControllerService = /** @class */ (function () {
5986
6021
  function StrategyControllerService(httpClient, basePath, configuration) {
5987
6022
  this.httpClient = httpClient;
5988
- this.basePath = 'https://apiv2stage2.atomex.net';
6023
+ this.basePath = 'https://apiv2stage1.atomex.net';
5989
6024
  this.defaultHeaders = new http.HttpHeaders();
5990
6025
  this.configuration = new Configuration();
5991
6026
  if (basePath) {
@@ -6646,7 +6681,7 @@
6646
6681
  var UILoggerControllerService = /** @class */ (function () {
6647
6682
  function UILoggerControllerService(httpClient, basePath, configuration) {
6648
6683
  this.httpClient = httpClient;
6649
- this.basePath = 'https://apiv2stage2.atomex.net';
6684
+ this.basePath = 'https://apiv2stage1.atomex.net';
6650
6685
  this.defaultHeaders = new http.HttpHeaders();
6651
6686
  this.configuration = new Configuration();
6652
6687
  if (basePath) {
@@ -6748,7 +6783,7 @@
6748
6783
  var UserPreferenceControllerService = /** @class */ (function () {
6749
6784
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6750
6785
  this.httpClient = httpClient;
6751
- this.basePath = 'https://apiv2stage2.atomex.net';
6786
+ this.basePath = 'https://apiv2stage1.atomex.net';
6752
6787
  this.defaultHeaders = new http.HttpHeaders();
6753
6788
  this.configuration = new Configuration();
6754
6789
  if (basePath) {
@@ -7043,6 +7078,14 @@
7043
7078
  };
7044
7079
  })(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
7045
7080
 
7081
+
7082
+ (function (AudiencePerformanceDTO) {
7083
+ AudiencePerformanceDTO.GenderEnum = {
7084
+ MALE: 'MALE',
7085
+ FEMALE: 'FEMALE'
7086
+ };
7087
+ })(exports.AudiencePerformanceDTO || (exports.AudiencePerformanceDTO = {}));
7088
+
7046
7089
  /**
7047
7090
  * Api Documentation
7048
7091
  * Api Documentation