@revxui/api-clients-ts 0.10.213 → 0.10.216

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 (76) hide show
  1. package/README.md +2 -2
  2. package/api/strategyController.service.d.ts +0 -67
  3. package/bundles/revxui-api-clients-ts.umd.js +30 -196
  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 +2 -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 -165
  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 -1
  31. package/esm2015/model/strategyDTO.js +8 -1
  32. package/esm5/api/adminController.service.js +2 -2
  33. package/esm5/api/advertiserController.service.js +2 -2
  34. package/esm5/api/appSettingsController.service.js +2 -2
  35. package/esm5/api/audienceController.service.js +2 -2
  36. package/esm5/api/auditController.service.js +2 -2
  37. package/esm5/api/bulkStrategyController.service.js +2 -2
  38. package/esm5/api/cSSThemeController_.service.js +2 -2
  39. package/esm5/api/campaignController.service.js +2 -2
  40. package/esm5/api/catalogController.service.js +2 -2
  41. package/esm5/api/clickDestinationController.service.js +2 -2
  42. package/esm5/api/creativeController.service.js +2 -2
  43. package/esm5/api/creativeSetsController.service.js +2 -2
  44. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  45. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  46. package/esm5/api/creativeTemplatesController.service.js +2 -2
  47. package/esm5/api/dashboardController.service.js +2 -2
  48. package/esm5/api/notificationsController.service.js +2 -2
  49. package/esm5/api/pixelController.service.js +2 -2
  50. package/esm5/api/reportingController.service.js +2 -2
  51. package/esm5/api/sliceXController.service.js +2 -2
  52. package/esm5/api/strategyController.service.js +2 -175
  53. package/esm5/api/uILoggerController.service.js +2 -2
  54. package/esm5/api/userPreferenceController.service.js +2 -2
  55. package/esm5/model/models.js +1 -1
  56. package/esm5/model/strategyDTO.js +8 -1
  57. package/fesm2015/revxui-api-clients-ts.js +30 -186
  58. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  59. package/fesm5/revxui-api-clients-ts.js +30 -196
  60. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  61. package/model/models.d.ts +0 -4
  62. package/model/strategyDTO.d.ts +9 -0
  63. package/package.json +1 -1
  64. package/revxui-api-clients-ts.metadata.json +1 -1
  65. package/esm2015/model/aBTestDTO.js +0 -1
  66. package/esm2015/model/apiListResponseABTestDTO.js +0 -1
  67. package/esm2015/model/apiResponseObjectABTestDTO.js +0 -1
  68. package/esm2015/model/apiResponseObjectlong.js +0 -12
  69. package/esm5/model/aBTestDTO.js +0 -1
  70. package/esm5/model/apiListResponseABTestDTO.js +0 -1
  71. package/esm5/model/apiResponseObjectABTestDTO.js +0 -1
  72. package/esm5/model/apiResponseObjectlong.js +0 -12
  73. package/model/aBTestDTO.d.ts +0 -32
  74. package/model/apiListResponseABTestDTO.d.ts +0 -16
  75. package/model/apiResponseObjectABTestDTO.d.ts +0 -17
  76. package/model/apiResponseObjectlong.d.ts +0 -16
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.213
1
+ ## @revxui/api-clients-ts@0.10.216
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.213 --save
22
+ npm install @revxui/api-clients-ts@0.10.216 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -11,16 +11,12 @@
11
11
  */
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
- import { ABTestDTO } from '../model/aBTestDTO';
15
- import { ApiListResponseABTestDTO } from '../model/apiListResponseABTestDTO';
16
- import { ApiResponseObjectABTestDTO } from '../model/apiResponseObjectABTestDTO';
17
14
  import { ApiResponseObjectGeoListDTO } from '../model/apiResponseObjectGeoListDTO';
18
15
  import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
19
16
  import { ApiResponseObjectSiteListDTO } from '../model/apiResponseObjectSiteListDTO';
20
17
  import { ApiResponseObjectStrategyCreativeAssociationResponseDTO } from '../model/apiResponseObjectStrategyCreativeAssociationResponseDTO';
21
18
  import { ApiResponseObjectStrategyDTO } from '../model/apiResponseObjectStrategyDTO';
22
19
  import { ApiResponseObjectStrategyQuickEditDTO } from '../model/apiResponseObjectStrategyQuickEditDTO';
23
- import { ApiResponseObjectlong } from '../model/apiResponseObjectlong';
24
20
  import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
25
21
  import { DuplicateStrategyRequestDTO } from '../model/duplicateStrategyRequestDTO';
26
22
  import { GeoListRequest } from '../model/geoListRequest';
@@ -64,18 +60,6 @@ export declare class StrategyControllerService {
64
60
  associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyCreativeAssociationResponseDTO>;
65
61
  associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyCreativeAssociationResponseDTO>>;
66
62
  associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyCreativeAssociationResponseDTO>>;
67
- /**
68
- * API to create AB Test experiment
69
- *
70
- * @param abTestDTO abTestDTO
71
- * @param reqId request id
72
- * @param token Auth Token
73
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
74
- * @param reportProgress flag to report request and response progress.
75
- */
76
- createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
77
- createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
78
- createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
79
63
  /**
80
64
  * Api to create Strategy
81
65
  *
@@ -113,18 +97,6 @@ export declare class StrategyControllerService {
113
97
  duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
114
98
  duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
115
99
  duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
116
- /**
117
- * API to get an AB Test experiment details
118
- *
119
- * @param id id
120
- * @param reqId request id
121
- * @param token Auth Token
122
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
123
- * @param reportProgress flag to report request and response progress.
124
- */
125
- getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
126
- getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
127
- getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
128
100
  /**
129
101
  * API to fetch settings for a SKAD Strategy
130
102
  *
@@ -161,19 +133,6 @@ export declare class StrategyControllerService {
161
133
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyQuickEditDTO>;
162
134
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyQuickEditDTO>>;
163
135
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyQuickEditDTO>>;
164
- /**
165
- * API to list AB Test experiment under the specified entity
166
- *
167
- * @param entity entity
168
- * @param entityId entityId
169
- * @param reqId request id
170
- * @param token Auth Token
171
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
172
- * @param reportProgress flag to report request and response progress.
173
- */
174
- listABTestExperimentUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', entityId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseABTestDTO>;
175
- listABTestExperimentUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', entityId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseABTestDTO>>;
176
- listABTestExperimentUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', entityId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseABTestDTO>>;
177
136
  /**
178
137
  * Api to update Startegy Quick Edit Details by Id
179
138
  *
@@ -187,32 +146,6 @@ export declare class StrategyControllerService {
187
146
  saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
188
147
  saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
189
148
  saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
190
- /**
191
- * API to update AB Test experiment
192
- *
193
- * @param id id
194
- * @param status status
195
- * @param reqId request id
196
- * @param token Auth Token
197
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
198
- * @param reportProgress flag to report request and response progress.
199
- */
200
- updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectlong>;
201
- updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectlong>>;
202
- updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectlong>>;
203
- /**
204
- * API to update AB Test experiment
205
- *
206
- * @param abTestDTO abTestDTO
207
- * @param id id
208
- * @param reqId request id
209
- * @param token Auth Token
210
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
211
- * @param reportProgress flag to report request and response progress.
212
- */
213
- updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
214
- updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
215
- updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
216
149
  /**
217
150
  * Api to update Strategy
218
151
  *
@@ -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://apiv2stage3.atomex.net';
311
+ this.basePath = 'https://localhost:10045';
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://apiv2stage3.atomex.net';
528
+ this.basePath = 'https://localhost:10045';
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://apiv2stage3.atomex.net';
974
+ this.basePath = 'https://localhost:10045';
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://apiv2stage3.atomex.net';
1144
+ this.basePath = 'https://localhost:10045';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1793,7 +1793,7 @@
1793
1793
  var AuditControllerService = /** @class */ (function () {
1794
1794
  function AuditControllerService(httpClient, basePath, configuration) {
1795
1795
  this.httpClient = httpClient;
1796
- this.basePath = 'https://apiv2stage3.atomex.net';
1796
+ this.basePath = 'https://localhost:10045';
1797
1797
  this.defaultHeaders = new http.HttpHeaders();
1798
1798
  this.configuration = new Configuration();
1799
1799
  if (basePath) {
@@ -1992,7 +1992,7 @@
1992
1992
  var BulkStrategyControllerService = /** @class */ (function () {
1993
1993
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1994
1994
  this.httpClient = httpClient;
1995
- this.basePath = 'https://apiv2stage3.atomex.net';
1995
+ this.basePath = 'https://localhost:10045';
1996
1996
  this.defaultHeaders = new http.HttpHeaders();
1997
1997
  this.configuration = new Configuration();
1998
1998
  if (basePath) {
@@ -2235,7 +2235,7 @@
2235
2235
  var CSSThemeController_Service = /** @class */ (function () {
2236
2236
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2237
2237
  this.httpClient = httpClient;
2238
- this.basePath = 'https://apiv2stage3.atomex.net';
2238
+ this.basePath = 'https://localhost:10045';
2239
2239
  this.defaultHeaders = new http.HttpHeaders();
2240
2240
  this.configuration = new Configuration();
2241
2241
  if (basePath) {
@@ -2356,7 +2356,7 @@
2356
2356
  var CampaignControllerService = /** @class */ (function () {
2357
2357
  function CampaignControllerService(httpClient, basePath, configuration) {
2358
2358
  this.httpClient = httpClient;
2359
- this.basePath = 'https://apiv2stage3.atomex.net';
2359
+ this.basePath = 'https://localhost:10045';
2360
2360
  this.defaultHeaders = new http.HttpHeaders();
2361
2361
  this.configuration = new Configuration();
2362
2362
  if (basePath) {
@@ -2642,7 +2642,7 @@
2642
2642
  var CatalogControllerService = /** @class */ (function () {
2643
2643
  function CatalogControllerService(httpClient, basePath, configuration) {
2644
2644
  this.httpClient = httpClient;
2645
- this.basePath = 'https://apiv2stage3.atomex.net';
2645
+ this.basePath = 'https://localhost:10045';
2646
2646
  this.defaultHeaders = new http.HttpHeaders();
2647
2647
  this.configuration = new Configuration();
2648
2648
  if (basePath) {
@@ -2865,7 +2865,7 @@
2865
2865
  var ClickDestinationControllerService = /** @class */ (function () {
2866
2866
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2867
2867
  this.httpClient = httpClient;
2868
- this.basePath = 'https://apiv2stage3.atomex.net';
2868
+ this.basePath = 'https://localhost:10045';
2869
2869
  this.defaultHeaders = new http.HttpHeaders();
2870
2870
  this.configuration = new Configuration();
2871
2871
  if (basePath) {
@@ -3115,7 +3115,7 @@
3115
3115
  var CreativeControllerService = /** @class */ (function () {
3116
3116
  function CreativeControllerService(httpClient, basePath, configuration) {
3117
3117
  this.httpClient = httpClient;
3118
- this.basePath = 'https://apiv2stage3.atomex.net';
3118
+ this.basePath = 'https://localhost:10045';
3119
3119
  this.defaultHeaders = new http.HttpHeaders();
3120
3120
  this.configuration = new Configuration();
3121
3121
  if (basePath) {
@@ -3592,7 +3592,7 @@
3592
3592
  var CreativeSetsControllerService = /** @class */ (function () {
3593
3593
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3594
3594
  this.httpClient = httpClient;
3595
- this.basePath = 'https://apiv2stage3.atomex.net';
3595
+ this.basePath = 'https://localhost:10045';
3596
3596
  this.defaultHeaders = new http.HttpHeaders();
3597
3597
  this.configuration = new Configuration();
3598
3598
  if (basePath) {
@@ -3927,7 +3927,7 @@
3927
3927
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3928
3928
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3929
3929
  this.httpClient = httpClient;
3930
- this.basePath = 'https://apiv2stage3.atomex.net';
3930
+ this.basePath = 'https://localhost:10045';
3931
3931
  this.defaultHeaders = new http.HttpHeaders();
3932
3932
  this.configuration = new Configuration();
3933
3933
  if (basePath) {
@@ -4128,7 +4128,7 @@
4128
4128
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4129
4129
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4130
4130
  this.httpClient = httpClient;
4131
- this.basePath = 'https://apiv2stage3.atomex.net';
4131
+ this.basePath = 'https://localhost:10045';
4132
4132
  this.defaultHeaders = new http.HttpHeaders();
4133
4133
  this.configuration = new Configuration();
4134
4134
  if (basePath) {
@@ -4216,7 +4216,7 @@
4216
4216
  var CreativeTemplatesControllerService = /** @class */ (function () {
4217
4217
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4218
4218
  this.httpClient = httpClient;
4219
- this.basePath = 'https://apiv2stage3.atomex.net';
4219
+ this.basePath = 'https://localhost:10045';
4220
4220
  this.defaultHeaders = new http.HttpHeaders();
4221
4221
  this.configuration = new Configuration();
4222
4222
  if (basePath) {
@@ -4395,7 +4395,7 @@
4395
4395
  var DashboardControllerService = /** @class */ (function () {
4396
4396
  function DashboardControllerService(httpClient, basePath, configuration) {
4397
4397
  this.httpClient = httpClient;
4398
- this.basePath = 'https://apiv2stage3.atomex.net';
4398
+ this.basePath = 'https://localhost:10045';
4399
4399
  this.defaultHeaders = new http.HttpHeaders();
4400
4400
  this.configuration = new Configuration();
4401
4401
  if (basePath) {
@@ -5052,7 +5052,7 @@
5052
5052
  var NotificationsControllerService = /** @class */ (function () {
5053
5053
  function NotificationsControllerService(httpClient, basePath, configuration) {
5054
5054
  this.httpClient = httpClient;
5055
- this.basePath = 'https://apiv2stage3.atomex.net';
5055
+ this.basePath = 'https://localhost:10045';
5056
5056
  this.defaultHeaders = new http.HttpHeaders();
5057
5057
  this.configuration = new Configuration();
5058
5058
  if (basePath) {
@@ -5251,7 +5251,7 @@
5251
5251
  var PixelControllerService = /** @class */ (function () {
5252
5252
  function PixelControllerService(httpClient, basePath, configuration) {
5253
5253
  this.httpClient = httpClient;
5254
- this.basePath = 'https://apiv2stage3.atomex.net';
5254
+ this.basePath = 'https://localhost:10045';
5255
5255
  this.defaultHeaders = new http.HttpHeaders();
5256
5256
  this.configuration = new Configuration();
5257
5257
  if (basePath) {
@@ -5580,7 +5580,7 @@
5580
5580
  var ReportingControllerService = /** @class */ (function () {
5581
5581
  function ReportingControllerService(httpClient, basePath, configuration) {
5582
5582
  this.httpClient = httpClient;
5583
- this.basePath = 'https://apiv2stage3.atomex.net';
5583
+ this.basePath = 'https://localhost:10045';
5584
5584
  this.defaultHeaders = new http.HttpHeaders();
5585
5585
  this.configuration = new Configuration();
5586
5586
  if (basePath) {
@@ -5764,7 +5764,7 @@
5764
5764
  var SliceXControllerService = /** @class */ (function () {
5765
5765
  function SliceXControllerService(httpClient, basePath, configuration) {
5766
5766
  this.httpClient = httpClient;
5767
- this.basePath = 'https://apiv2stage3.atomex.net';
5767
+ this.basePath = 'https://localhost:10045';
5768
5768
  this.defaultHeaders = new http.HttpHeaders();
5769
5769
  this.configuration = new Configuration();
5770
5770
  if (basePath) {
@@ -5949,7 +5949,7 @@
5949
5949
  var StrategyControllerService = /** @class */ (function () {
5950
5950
  function StrategyControllerService(httpClient, basePath, configuration) {
5951
5951
  this.httpClient = httpClient;
5952
- this.basePath = 'https://apiv2stage3.atomex.net';
5952
+ this.basePath = 'https://localhost:10045';
5953
5953
  this.defaultHeaders = new http.HttpHeaders();
5954
5954
  this.configuration = new Configuration();
5955
5955
  if (basePath) {
@@ -6057,42 +6057,6 @@
6057
6057
  reportProgress: reportProgress
6058
6058
  });
6059
6059
  };
6060
- StrategyControllerService.prototype.createABTestExperimentUsingPOST = function (abTestDTO, reqId, token, observe, reportProgress) {
6061
- if (observe === void 0) { observe = 'body'; }
6062
- if (reportProgress === void 0) { reportProgress = false; }
6063
- if (abTestDTO === null || abTestDTO === undefined) {
6064
- throw new Error('Required parameter abTestDTO was null or undefined when calling createABTestExperimentUsingPOST.');
6065
- }
6066
- var headers = this.defaultHeaders;
6067
- if (reqId !== undefined && reqId !== null) {
6068
- headers = headers.set('reqId', String(reqId));
6069
- }
6070
- if (token !== undefined && token !== null) {
6071
- headers = headers.set('token', String(token));
6072
- }
6073
- // to determine the Accept header
6074
- var httpHeaderAccepts = [
6075
- 'application/json'
6076
- ];
6077
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6078
- if (httpHeaderAcceptSelected != undefined) {
6079
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6080
- }
6081
- // to determine the Content-Type header
6082
- var consumes = [
6083
- 'application/json'
6084
- ];
6085
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6086
- if (httpContentTypeSelected != undefined) {
6087
- headers = headers.set('Content-Type', httpContentTypeSelected);
6088
- }
6089
- return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/create", abTestDTO, {
6090
- withCredentials: this.configuration.withCredentials,
6091
- headers: headers,
6092
- observe: observe,
6093
- reportProgress: reportProgress
6094
- });
6095
- };
6096
6060
  StrategyControllerService.prototype.createStrategyUsingPOST = function (strategy, reqId, token, observe, reportProgress) {
6097
6061
  if (observe === void 0) { observe = 'body'; }
6098
6062
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6205,36 +6169,6 @@
6205
6169
  reportProgress: reportProgress
6206
6170
  });
6207
6171
  };
6208
- StrategyControllerService.prototype.getABTestExperimentUsingGET = function (id, reqId, token, observe, reportProgress) {
6209
- if (observe === void 0) { observe = 'body'; }
6210
- if (reportProgress === void 0) { reportProgress = false; }
6211
- if (id === null || id === undefined) {
6212
- throw new Error('Required parameter id was null or undefined when calling getABTestExperimentUsingGET.');
6213
- }
6214
- var headers = this.defaultHeaders;
6215
- if (reqId !== undefined && reqId !== null) {
6216
- headers = headers.set('reqId', String(reqId));
6217
- }
6218
- if (token !== undefined && token !== null) {
6219
- headers = headers.set('token', String(token));
6220
- }
6221
- // to determine the Accept header
6222
- var httpHeaderAccepts = [
6223
- 'application/json'
6224
- ];
6225
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6226
- if (httpHeaderAcceptSelected != undefined) {
6227
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6228
- }
6229
- // to determine the Content-Type header
6230
- var consumes = [];
6231
- return this.httpClient.get(this.basePath + "/v2/api/strategies/abtest/" + encodeURIComponent(String(id)), {
6232
- withCredentials: this.configuration.withCredentials,
6233
- headers: headers,
6234
- observe: observe,
6235
- reportProgress: reportProgress
6236
- });
6237
- };
6238
6172
  StrategyControllerService.prototype.getSkadSettingsUsingGET = function (reqId, token, observe, reportProgress) {
6239
6173
  if (observe === void 0) { observe = 'body'; }
6240
6174
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6327,39 +6261,6 @@
6327
6261
  reportProgress: reportProgress
6328
6262
  });
6329
6263
  };
6330
- StrategyControllerService.prototype.listABTestExperimentUsingGET = function (entity, entityId, reqId, token, observe, reportProgress) {
6331
- if (observe === void 0) { observe = 'body'; }
6332
- if (reportProgress === void 0) { reportProgress = false; }
6333
- if (entity === null || entity === undefined) {
6334
- throw new Error('Required parameter entity was null or undefined when calling listABTestExperimentUsingGET.');
6335
- }
6336
- if (entityId === null || entityId === undefined) {
6337
- throw new Error('Required parameter entityId was null or undefined when calling listABTestExperimentUsingGET.');
6338
- }
6339
- var headers = this.defaultHeaders;
6340
- if (reqId !== undefined && reqId !== null) {
6341
- headers = headers.set('reqId', String(reqId));
6342
- }
6343
- if (token !== undefined && token !== null) {
6344
- headers = headers.set('token', String(token));
6345
- }
6346
- // to determine the Accept header
6347
- var httpHeaderAccepts = [
6348
- 'application/json'
6349
- ];
6350
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6351
- if (httpHeaderAcceptSelected != undefined) {
6352
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6353
- }
6354
- // to determine the Content-Type header
6355
- var consumes = [];
6356
- return this.httpClient.get(this.basePath + "/v2/api/strategies/abtest/list/" + encodeURIComponent(String(entity)) + "/" + encodeURIComponent(String(entityId)), {
6357
- withCredentials: this.configuration.withCredentials,
6358
- headers: headers,
6359
- observe: observe,
6360
- reportProgress: reportProgress
6361
- });
6362
- };
6363
6264
  StrategyControllerService.prototype.saveStrategyQuickEditDetailsUsingPOST = function (id, strategyQuickEditDTO, reqId, token, observe, reportProgress) {
6364
6265
  if (observe === void 0) { observe = 'body'; }
6365
6266
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6399,80 +6300,6 @@
6399
6300
  reportProgress: reportProgress
6400
6301
  });
6401
6302
  };
6402
- StrategyControllerService.prototype.updateABTestExperimentStatusUsingPOST = function (id, status, reqId, token, observe, reportProgress) {
6403
- if (observe === void 0) { observe = 'body'; }
6404
- if (reportProgress === void 0) { reportProgress = false; }
6405
- if (id === null || id === undefined) {
6406
- throw new Error('Required parameter id was null or undefined when calling updateABTestExperimentStatusUsingPOST.');
6407
- }
6408
- if (status === null || status === undefined) {
6409
- throw new Error('Required parameter status was null or undefined when calling updateABTestExperimentStatusUsingPOST.');
6410
- }
6411
- var headers = this.defaultHeaders;
6412
- if (reqId !== undefined && reqId !== null) {
6413
- headers = headers.set('reqId', String(reqId));
6414
- }
6415
- if (token !== undefined && token !== null) {
6416
- headers = headers.set('token', String(token));
6417
- }
6418
- // to determine the Accept header
6419
- var httpHeaderAccepts = [
6420
- 'application/json'
6421
- ];
6422
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6423
- if (httpHeaderAcceptSelected != undefined) {
6424
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6425
- }
6426
- // to determine the Content-Type header
6427
- var consumes = [
6428
- 'application/json'
6429
- ];
6430
- return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/updateStatus/" + encodeURIComponent(String(id)) + "/" + encodeURIComponent(String(status)), null, {
6431
- withCredentials: this.configuration.withCredentials,
6432
- headers: headers,
6433
- observe: observe,
6434
- reportProgress: reportProgress
6435
- });
6436
- };
6437
- StrategyControllerService.prototype.updateABTestExperimentUsingPOST = function (abTestDTO, id, reqId, token, observe, reportProgress) {
6438
- if (observe === void 0) { observe = 'body'; }
6439
- if (reportProgress === void 0) { reportProgress = false; }
6440
- if (abTestDTO === null || abTestDTO === undefined) {
6441
- throw new Error('Required parameter abTestDTO was null or undefined when calling updateABTestExperimentUsingPOST.');
6442
- }
6443
- if (id === null || id === undefined) {
6444
- throw new Error('Required parameter id was null or undefined when calling updateABTestExperimentUsingPOST.');
6445
- }
6446
- var headers = this.defaultHeaders;
6447
- if (reqId !== undefined && reqId !== null) {
6448
- headers = headers.set('reqId', String(reqId));
6449
- }
6450
- if (token !== undefined && token !== null) {
6451
- headers = headers.set('token', String(token));
6452
- }
6453
- // to determine the Accept header
6454
- var httpHeaderAccepts = [
6455
- 'application/json'
6456
- ];
6457
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6458
- if (httpHeaderAcceptSelected != undefined) {
6459
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6460
- }
6461
- // to determine the Content-Type header
6462
- var consumes = [
6463
- 'application/json'
6464
- ];
6465
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6466
- if (httpContentTypeSelected != undefined) {
6467
- headers = headers.set('Content-Type', httpContentTypeSelected);
6468
- }
6469
- return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/update/" + encodeURIComponent(String(id)), abTestDTO, {
6470
- withCredentials: this.configuration.withCredentials,
6471
- headers: headers,
6472
- observe: observe,
6473
- reportProgress: reportProgress
6474
- });
6475
- };
6476
6303
  StrategyControllerService.prototype.updateStrategyUsingPOST = function (id, strategy, reqId, token, observe, reportProgress) {
6477
6304
  if (observe === void 0) { observe = 'body'; }
6478
6305
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6610,7 +6437,7 @@
6610
6437
  var UILoggerControllerService = /** @class */ (function () {
6611
6438
  function UILoggerControllerService(httpClient, basePath, configuration) {
6612
6439
  this.httpClient = httpClient;
6613
- this.basePath = 'https://apiv2stage3.atomex.net';
6440
+ this.basePath = 'https://localhost:10045';
6614
6441
  this.defaultHeaders = new http.HttpHeaders();
6615
6442
  this.configuration = new Configuration();
6616
6443
  if (basePath) {
@@ -6712,7 +6539,7 @@
6712
6539
  var UserPreferenceControllerService = /** @class */ (function () {
6713
6540
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6714
6541
  this.httpClient = httpClient;
6715
- this.basePath = 'https://apiv2stage3.atomex.net';
6542
+ this.basePath = 'https://localhost:10045';
6716
6543
  this.defaultHeaders = new http.HttpHeaders();
6717
6544
  this.configuration = new Configuration();
6718
6545
  if (basePath) {
@@ -7550,6 +7377,13 @@
7550
7377
  CELLULARNETWORK4G: 'CELLULAR_NETWORK_4G',
7551
7378
  CELLULARNETWORK5G: 'CELLULAR_NETWORK_5G'
7552
7379
  };
7380
+ StrategyDTO.ProductSelectionPolicyEnum = {
7381
+ DEFAULT: 'PS_DEFAULT',
7382
+ ADVPRTS: 'PS_ADV_PR_TS',
7383
+ ADVCATPRTS: 'PS_ADV_CAT_PR_TS',
7384
+ DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
7385
+ ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
7386
+ };
7553
7387
  })(exports.StrategyDTO || (exports.StrategyDTO = {}));
7554
7388
 
7555
7389
  /**