@revxui/api-clients-ts 1.1.2 → 1.1.4

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 (58) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +0 -27
  3. package/api/dashboardController.service.d.ts +24 -24
  4. package/api/strategyController.service.d.ts +3 -46
  5. package/bundles/revxui-api-clients-ts.umd.js +34 -201
  6. package/bundles/revxui-api-clients-ts.umd.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 -70
  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/customerReportingController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -101
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/models.js +1 -10
  32. package/esm2015/model/searchRequest.js +1 -1
  33. package/esm2015/model/whitelabelingEntity.js +10 -2
  34. package/fesm2015/revxui-api-clients-ts.js +35 -252
  35. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  36. package/model/models.d.ts +0 -9
  37. package/model/searchRequest.d.ts +0 -1
  38. package/model/whitelabelingEntity.d.ts +12 -0
  39. package/package.json +1 -1
  40. package/revxui-api-clients-ts.metadata.json +1 -1
  41. package/esm2015/model/apiListResponseStrategyTargettingPerformanceData.js +0 -2
  42. package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +0 -2
  43. package/esm2015/model/apiResponseObjectStrategyOptimizationDataResponse.js +0 -2
  44. package/esm2015/model/audienceAnalysisRequest.js +0 -13
  45. package/esm2015/model/combinedAudienceAnalysisResponse.js +0 -13
  46. package/esm2015/model/strategyOptBlockTargetingReq.js +0 -13
  47. package/esm2015/model/strategyOptimizationDataResponse.js +0 -2
  48. package/esm2015/model/strategyTargettingPerformanceData.js +0 -13
  49. package/esm2015/model/totalUniqueUserRequest.js +0 -13
  50. package/model/apiListResponseStrategyTargettingPerformanceData.d.ts +0 -16
  51. package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +0 -17
  52. package/model/apiResponseObjectStrategyOptimizationDataResponse.d.ts +0 -17
  53. package/model/audienceAnalysisRequest.d.ts +0 -17
  54. package/model/combinedAudienceAnalysisResponse.d.ts +0 -19
  55. package/model/strategyOptBlockTargetingReq.d.ts +0 -15
  56. package/model/strategyOptimizationDataResponse.d.ts +0 -17
  57. package/model/strategyTargettingPerformanceData.d.ts +0 -24
  58. package/model/totalUniqueUserRequest.d.ts +0 -15
@@ -82,7 +82,7 @@ class Configuration {
82
82
  class AdminControllerService {
83
83
  constructor(httpClient, basePath, configuration) {
84
84
  this.httpClient = httpClient;
85
- this.basePath = 'https://apiv2stage2.atomex.net';
85
+ this.basePath = 'https://apiv2stage3.atomex.net';
86
86
  this.defaultHeaders = new HttpHeaders();
87
87
  this.configuration = new Configuration();
88
88
  if (basePath) {
@@ -271,7 +271,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
271
271
  class AdvertiserControllerService {
272
272
  constructor(httpClient, basePath, configuration) {
273
273
  this.httpClient = httpClient;
274
- this.basePath = 'https://apiv2stage2.atomex.net';
274
+ this.basePath = 'https://apiv2stage3.atomex.net';
275
275
  this.defaultHeaders = new HttpHeaders();
276
276
  this.configuration = new Configuration();
277
277
  if (basePath) {
@@ -682,7 +682,7 @@ AdvertiserControllerService.ctorParameters = () => [
682
682
  class AppSettingsControllerService {
683
683
  constructor(httpClient, basePath, configuration) {
684
684
  this.httpClient = httpClient;
685
- this.basePath = 'https://apiv2stage2.atomex.net';
685
+ this.basePath = 'https://apiv2stage3.atomex.net';
686
686
  this.defaultHeaders = new HttpHeaders();
687
687
  this.configuration = new Configuration();
688
688
  if (basePath) {
@@ -922,7 +922,7 @@ AppSettingsControllerService.ctorParameters = () => [
922
922
  class AudienceControllerService {
923
923
  constructor(httpClient, basePath, configuration) {
924
924
  this.httpClient = httpClient;
925
- this.basePath = 'https://apiv2stage2.atomex.net';
925
+ this.basePath = 'https://apiv2stage3.atomex.net';
926
926
  this.defaultHeaders = new HttpHeaders();
927
927
  this.configuration = new Configuration();
928
928
  if (basePath) {
@@ -1295,40 +1295,6 @@ class AudienceControllerService {
1295
1295
  reportProgress: reportProgress
1296
1296
  });
1297
1297
  }
1298
- getAnalysisAudienceCountUsingPOST(totalUniqueUserRequest, reqId, token, observe = 'body', reportProgress = false) {
1299
- if (totalUniqueUserRequest === null || totalUniqueUserRequest === undefined) {
1300
- throw new Error('Required parameter totalUniqueUserRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1301
- }
1302
- let headers = this.defaultHeaders;
1303
- if (reqId !== undefined && reqId !== null) {
1304
- headers = headers.set('reqId', String(reqId));
1305
- }
1306
- if (token !== undefined && token !== null) {
1307
- headers = headers.set('token', String(token));
1308
- }
1309
- // to determine the Accept header
1310
- let httpHeaderAccepts = [
1311
- '*/*'
1312
- ];
1313
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1314
- if (httpHeaderAcceptSelected != undefined) {
1315
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1316
- }
1317
- // to determine the Content-Type header
1318
- const consumes = [
1319
- 'application/json'
1320
- ];
1321
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1322
- if (httpContentTypeSelected != undefined) {
1323
- headers = headers.set('Content-Type', httpContentTypeSelected);
1324
- }
1325
- return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis`, totalUniqueUserRequest, {
1326
- withCredentials: this.configuration.withCredentials,
1327
- headers: headers,
1328
- observe: observe,
1329
- reportProgress: reportProgress
1330
- });
1331
- }
1332
1298
  getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
1333
1299
  if (id === null || id === undefined) {
1334
1300
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
@@ -1419,40 +1385,6 @@ class AudienceControllerService {
1419
1385
  reportProgress: reportProgress
1420
1386
  });
1421
1387
  }
1422
- getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
1423
- if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1424
- throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
1425
- }
1426
- let headers = this.defaultHeaders;
1427
- if (reqId !== undefined && reqId !== null) {
1428
- headers = headers.set('reqId', String(reqId));
1429
- }
1430
- if (token !== undefined && token !== null) {
1431
- headers = headers.set('token', String(token));
1432
- }
1433
- // to determine the Accept header
1434
- let httpHeaderAccepts = [
1435
- '*/*'
1436
- ];
1437
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1438
- if (httpHeaderAcceptSelected != undefined) {
1439
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1440
- }
1441
- // to determine the Content-Type header
1442
- const consumes = [
1443
- 'application/json'
1444
- ];
1445
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1446
- if (httpContentTypeSelected != undefined) {
1447
- headers = headers.set('Content-Type', httpContentTypeSelected);
1448
- }
1449
- return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis/combination`, audienceAnalysisRequest, {
1450
- withCredentials: this.configuration.withCredentials,
1451
- headers: headers,
1452
- observe: observe,
1453
- reportProgress: reportProgress
1454
- });
1455
- }
1456
1388
  getEligibleUsersCountUsingPOST(eligibleUsersRequest, reqId, token, observe = 'body', reportProgress = false) {
1457
1389
  if (eligibleUsersRequest === null || eligibleUsersRequest === undefined) {
1458
1390
  throw new Error('Required parameter eligibleUsersRequest was null or undefined when calling getEligibleUsersCountUsingPOST.');
@@ -1735,7 +1667,7 @@ AudienceControllerService.ctorParameters = () => [
1735
1667
  class AuditControllerService {
1736
1668
  constructor(httpClient, basePath, configuration) {
1737
1669
  this.httpClient = httpClient;
1738
- this.basePath = 'https://apiv2stage2.atomex.net';
1670
+ this.basePath = 'https://apiv2stage3.atomex.net';
1739
1671
  this.defaultHeaders = new HttpHeaders();
1740
1672
  this.configuration = new Configuration();
1741
1673
  if (basePath) {
@@ -1915,7 +1847,7 @@ AuditControllerService.ctorParameters = () => [
1915
1847
  class BulkStrategyControllerService {
1916
1848
  constructor(httpClient, basePath, configuration) {
1917
1849
  this.httpClient = httpClient;
1918
- this.basePath = 'https://apiv2stage2.atomex.net';
1850
+ this.basePath = 'https://apiv2stage3.atomex.net';
1919
1851
  this.defaultHeaders = new HttpHeaders();
1920
1852
  this.configuration = new Configuration();
1921
1853
  if (basePath) {
@@ -2135,7 +2067,7 @@ BulkStrategyControllerService.ctorParameters = () => [
2135
2067
  class CSSThemeController_Service {
2136
2068
  constructor(httpClient, basePath, configuration) {
2137
2069
  this.httpClient = httpClient;
2138
- this.basePath = 'https://apiv2stage2.atomex.net';
2070
+ this.basePath = 'https://apiv2stage3.atomex.net';
2139
2071
  this.defaultHeaders = new HttpHeaders();
2140
2072
  this.configuration = new Configuration();
2141
2073
  if (basePath) {
@@ -2239,7 +2171,7 @@ CSSThemeController_Service.ctorParameters = () => [
2239
2171
  class CampaignControllerService {
2240
2172
  constructor(httpClient, basePath, configuration) {
2241
2173
  this.httpClient = httpClient;
2242
- this.basePath = 'https://apiv2stage2.atomex.net';
2174
+ this.basePath = 'https://apiv2stage3.atomex.net';
2243
2175
  this.defaultHeaders = new HttpHeaders();
2244
2176
  this.configuration = new Configuration();
2245
2177
  if (basePath) {
@@ -2534,7 +2466,7 @@ CampaignControllerService.ctorParameters = () => [
2534
2466
  class CatalogControllerService {
2535
2467
  constructor(httpClient, basePath, configuration) {
2536
2468
  this.httpClient = httpClient;
2537
- this.basePath = 'https://apiv2stage2.atomex.net';
2469
+ this.basePath = 'https://apiv2stage3.atomex.net';
2538
2470
  this.defaultHeaders = new HttpHeaders();
2539
2471
  this.configuration = new Configuration();
2540
2472
  if (basePath) {
@@ -2769,7 +2701,7 @@ CatalogControllerService.ctorParameters = () => [
2769
2701
  class ClickDestinationControllerService {
2770
2702
  constructor(httpClient, basePath, configuration) {
2771
2703
  this.httpClient = httpClient;
2772
- this.basePath = 'https://apiv2stage2.atomex.net';
2704
+ this.basePath = 'https://apiv2stage3.atomex.net';
2773
2705
  this.defaultHeaders = new HttpHeaders();
2774
2706
  this.configuration = new Configuration();
2775
2707
  if (basePath) {
@@ -2996,7 +2928,7 @@ ClickDestinationControllerService.ctorParameters = () => [
2996
2928
  class CreativeControllerService {
2997
2929
  constructor(httpClient, basePath, configuration) {
2998
2930
  this.httpClient = httpClient;
2999
- this.basePath = 'https://apiv2stage2.atomex.net';
2931
+ this.basePath = 'https://apiv2stage3.atomex.net';
3000
2932
  this.defaultHeaders = new HttpHeaders();
3001
2933
  this.configuration = new Configuration();
3002
2934
  if (basePath) {
@@ -3472,7 +3404,7 @@ CreativeControllerService.ctorParameters = () => [
3472
3404
  class CreativeSetsControllerService {
3473
3405
  constructor(httpClient, basePath, configuration) {
3474
3406
  this.httpClient = httpClient;
3475
- this.basePath = 'https://apiv2stage2.atomex.net';
3407
+ this.basePath = 'https://apiv2stage3.atomex.net';
3476
3408
  this.defaultHeaders = new HttpHeaders();
3477
3409
  this.configuration = new Configuration();
3478
3410
  if (basePath) {
@@ -3966,7 +3898,7 @@ CreativeSetsControllerService.ctorParameters = () => [
3966
3898
  class CreativeTemplateThemesControllerService {
3967
3899
  constructor(httpClient, basePath, configuration) {
3968
3900
  this.httpClient = httpClient;
3969
- this.basePath = 'https://apiv2stage2.atomex.net';
3901
+ this.basePath = 'https://apiv2stage3.atomex.net';
3970
3902
  this.defaultHeaders = new HttpHeaders();
3971
3903
  this.configuration = new Configuration();
3972
3904
  if (basePath) {
@@ -4146,7 +4078,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
4146
4078
  class CreativeTemplateVariablesControllerService {
4147
4079
  constructor(httpClient, basePath, configuration) {
4148
4080
  this.httpClient = httpClient;
4149
- this.basePath = 'https://apiv2stage2.atomex.net';
4081
+ this.basePath = 'https://apiv2stage3.atomex.net';
4150
4082
  this.defaultHeaders = new HttpHeaders();
4151
4083
  this.configuration = new Configuration();
4152
4084
  if (basePath) {
@@ -4219,7 +4151,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4219
4151
  class CreativeTemplatesControllerService {
4220
4152
  constructor(httpClient, basePath, configuration) {
4221
4153
  this.httpClient = httpClient;
4222
- this.basePath = 'https://apiv2stage2.atomex.net';
4154
+ this.basePath = 'https://apiv2stage3.atomex.net';
4223
4155
  this.defaultHeaders = new HttpHeaders();
4224
4156
  this.configuration = new Configuration();
4225
4157
  if (basePath) {
@@ -4379,7 +4311,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4379
4311
  class CustomerReportingControllerService {
4380
4312
  constructor(httpClient, basePath, configuration) {
4381
4313
  this.httpClient = httpClient;
4382
- this.basePath = 'https://apiv2stage2.atomex.net';
4314
+ this.basePath = 'https://apiv2stage3.atomex.net';
4383
4315
  this.defaultHeaders = new HttpHeaders();
4384
4316
  this.configuration = new Configuration();
4385
4317
  if (basePath) {
@@ -4461,7 +4393,7 @@ CustomerReportingControllerService.ctorParameters = () => [
4461
4393
  class DashboardControllerService {
4462
4394
  constructor(httpClient, basePath, configuration) {
4463
4395
  this.httpClient = httpClient;
4464
- this.basePath = 'https://apiv2stage2.atomex.net';
4396
+ this.basePath = 'https://apiv2stage3.atomex.net';
4465
4397
  this.defaultHeaders = new HttpHeaders();
4466
4398
  this.configuration = new Configuration();
4467
4399
  if (basePath) {
@@ -5075,7 +5007,7 @@ DashboardControllerService.ctorParameters = () => [
5075
5007
  class NotificationsControllerService {
5076
5008
  constructor(httpClient, basePath, configuration) {
5077
5009
  this.httpClient = httpClient;
5078
- this.basePath = 'https://apiv2stage2.atomex.net';
5010
+ this.basePath = 'https://apiv2stage3.atomex.net';
5079
5011
  this.defaultHeaders = new HttpHeaders();
5080
5012
  this.configuration = new Configuration();
5081
5013
  if (basePath) {
@@ -5253,7 +5185,7 @@ NotificationsControllerService.ctorParameters = () => [
5253
5185
  class PixelControllerService {
5254
5186
  constructor(httpClient, basePath, configuration) {
5255
5187
  this.httpClient = httpClient;
5256
- this.basePath = 'https://apiv2stage2.atomex.net';
5188
+ this.basePath = 'https://apiv2stage3.atomex.net';
5257
5189
  this.defaultHeaders = new HttpHeaders();
5258
5190
  this.configuration = new Configuration();
5259
5191
  if (basePath) {
@@ -5555,7 +5487,7 @@ PixelControllerService.ctorParameters = () => [
5555
5487
  class ReportingControllerService {
5556
5488
  constructor(httpClient, basePath, configuration) {
5557
5489
  this.httpClient = httpClient;
5558
- this.basePath = 'https://apiv2stage2.atomex.net';
5490
+ this.basePath = 'https://apiv2stage3.atomex.net';
5559
5491
  this.defaultHeaders = new HttpHeaders();
5560
5492
  this.configuration = new Configuration();
5561
5493
  if (basePath) {
@@ -5720,7 +5652,7 @@ ReportingControllerService.ctorParameters = () => [
5720
5652
  class SliceXControllerService {
5721
5653
  constructor(httpClient, basePath, configuration) {
5722
5654
  this.httpClient = httpClient;
5723
- this.basePath = 'https://apiv2stage2.atomex.net';
5655
+ this.basePath = 'https://apiv2stage3.atomex.net';
5724
5656
  this.defaultHeaders = new HttpHeaders();
5725
5657
  this.configuration = new Configuration();
5726
5658
  if (basePath) {
@@ -5965,7 +5897,7 @@ SliceXControllerService.ctorParameters = () => [
5965
5897
  class StrategyControllerService {
5966
5898
  constructor(httpClient, basePath, configuration) {
5967
5899
  this.httpClient = httpClient;
5968
- this.basePath = 'https://apiv2stage2.atomex.net';
5900
+ this.basePath = 'https://apiv2stage3.atomex.net';
5969
5901
  this.defaultHeaders = new HttpHeaders();
5970
5902
  this.configuration = new Configuration();
5971
5903
  if (basePath) {
@@ -6235,37 +6167,6 @@ class StrategyControllerService {
6235
6167
  reportProgress: reportProgress
6236
6168
  });
6237
6169
  }
6238
- fetchStrategyTargetingUsingGET(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
6239
- if (id === null || id === undefined) {
6240
- throw new Error('Required parameter id was null or undefined when calling fetchStrategyTargetingUsingGET.');
6241
- }
6242
- if (tableEntity === null || tableEntity === undefined) {
6243
- throw new Error('Required parameter tableEntity was null or undefined when calling fetchStrategyTargetingUsingGET.');
6244
- }
6245
- let headers = this.defaultHeaders;
6246
- if (reqId !== undefined && reqId !== null) {
6247
- headers = headers.set('reqId', String(reqId));
6248
- }
6249
- if (token !== undefined && token !== null) {
6250
- headers = headers.set('token', String(token));
6251
- }
6252
- // to determine the Accept header
6253
- let httpHeaderAccepts = [
6254
- '*/*'
6255
- ];
6256
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6257
- if (httpHeaderAcceptSelected != undefined) {
6258
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6259
- }
6260
- // to determine the Content-Type header
6261
- const consumes = [];
6262
- return this.httpClient.get(`${this.basePath}/v2/api/strategies/${encodeURIComponent(String(id))}/fetch/${encodeURIComponent(String(tableEntity))}`, {
6263
- withCredentials: this.configuration.withCredentials,
6264
- headers: headers,
6265
- observe: observe,
6266
- reportProgress: reportProgress
6267
- });
6268
- }
6269
6170
  getABTestExperimentUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
6270
6171
  if (id === null || id === undefined) {
6271
6172
  throw new Error('Required parameter id was null or undefined when calling getABTestExperimentUsingGET.');
@@ -6380,37 +6281,6 @@ class StrategyControllerService {
6380
6281
  reportProgress: reportProgress
6381
6282
  });
6382
6283
  }
6383
- getStrategyTargetingRecommendationUsingGET(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
6384
- if (id === null || id === undefined) {
6385
- throw new Error('Required parameter id was null or undefined when calling getStrategyTargetingRecommendationUsingGET.');
6386
- }
6387
- if (tableEntity === null || tableEntity === undefined) {
6388
- throw new Error('Required parameter tableEntity was null or undefined when calling getStrategyTargetingRecommendationUsingGET.');
6389
- }
6390
- let headers = this.defaultHeaders;
6391
- if (reqId !== undefined && reqId !== null) {
6392
- headers = headers.set('reqId', String(reqId));
6393
- }
6394
- if (token !== undefined && token !== null) {
6395
- headers = headers.set('token', String(token));
6396
- }
6397
- // to determine the Accept header
6398
- let httpHeaderAccepts = [
6399
- '*/*'
6400
- ];
6401
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6402
- if (httpHeaderAcceptSelected != undefined) {
6403
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6404
- }
6405
- // to determine the Content-Type header
6406
- const consumes = [];
6407
- return this.httpClient.get(`${this.basePath}/v2/api/strategies/${encodeURIComponent(String(id))}/recommendation/${encodeURIComponent(String(tableEntity))}`, {
6408
- withCredentials: this.configuration.withCredentials,
6409
- headers: headers,
6410
- observe: observe,
6411
- reportProgress: reportProgress
6412
- });
6413
- }
6414
6284
  inlineEditStrategyUsingPOST(id, strategyInlineDTO, reqId, token, observe = 'body', reportProgress = false) {
6415
6285
  if (id === null || id === undefined) {
6416
6286
  throw new Error('Required parameter id was null or undefined when calling inlineEditStrategyUsingPOST.');
@@ -6516,43 +6386,6 @@ class StrategyControllerService {
6516
6386
  reportProgress: reportProgress
6517
6387
  });
6518
6388
  }
6519
- strategyOptimizationUsingPOST(id, req, reqId, token, observe = 'body', reportProgress = false) {
6520
- if (id === null || id === undefined) {
6521
- throw new Error('Required parameter id was null or undefined when calling strategyOptimizationUsingPOST.');
6522
- }
6523
- if (req === null || req === undefined) {
6524
- throw new Error('Required parameter req was null or undefined when calling strategyOptimizationUsingPOST.');
6525
- }
6526
- let headers = this.defaultHeaders;
6527
- if (reqId !== undefined && reqId !== null) {
6528
- headers = headers.set('reqId', String(reqId));
6529
- }
6530
- if (token !== undefined && token !== null) {
6531
- headers = headers.set('token', String(token));
6532
- }
6533
- // to determine the Accept header
6534
- let httpHeaderAccepts = [
6535
- 'application/json'
6536
- ];
6537
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6538
- if (httpHeaderAcceptSelected != undefined) {
6539
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6540
- }
6541
- // to determine the Content-Type header
6542
- const consumes = [
6543
- 'application/json'
6544
- ];
6545
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6546
- if (httpContentTypeSelected != undefined) {
6547
- headers = headers.set('Content-Type', httpContentTypeSelected);
6548
- }
6549
- return this.httpClient.post(`${this.basePath}/v2/api/strategies/optimization/${encodeURIComponent(String(id))}`, req, {
6550
- withCredentials: this.configuration.withCredentials,
6551
- headers: headers,
6552
- observe: observe,
6553
- reportProgress: reportProgress
6554
- });
6555
- }
6556
6389
  updateABTestExperimentStatusUsingPOST(id, status, reqId, token, observe = 'body', reportProgress = false) {
6557
6390
  if (id === null || id === undefined) {
6558
6391
  throw new Error('Required parameter id was null or undefined when calling updateABTestExperimentStatusUsingPOST.');
@@ -6752,7 +6585,7 @@ StrategyControllerService.ctorParameters = () => [
6752
6585
  class UILoggerControllerService {
6753
6586
  constructor(httpClient, basePath, configuration) {
6754
6587
  this.httpClient = httpClient;
6755
- this.basePath = 'https://apiv2stage2.atomex.net';
6588
+ this.basePath = 'https://apiv2stage3.atomex.net';
6756
6589
  this.defaultHeaders = new HttpHeaders();
6757
6590
  this.configuration = new Configuration();
6758
6591
  if (basePath) {
@@ -6839,7 +6672,7 @@ UILoggerControllerService.ctorParameters = () => [
6839
6672
  class UserPreferenceControllerService {
6840
6673
  constructor(httpClient, basePath, configuration) {
6841
6674
  this.httpClient = httpClient;
6842
- this.basePath = 'https://apiv2stage2.atomex.net';
6675
+ this.basePath = 'https://apiv2stage3.atomex.net';
6843
6676
  this.defaultHeaders = new HttpHeaders();
6844
6677
  this.configuration = new Configuration();
6845
6678
  if (basePath) {
@@ -7171,18 +7004,6 @@ var AuctionTypeEditField;
7171
7004
  * Do not edit the class manually.
7172
7005
  */
7173
7006
 
7174
- /**
7175
- * Api Documentation
7176
- * Api Documentation
7177
- *
7178
- * OpenAPI spec version: 1.0
7179
- *
7180
- *
7181
- * NOTE: This class is auto generated by the swagger code generator program.
7182
- * https://github.com/swagger-api/swagger-codegen.git
7183
- * Do not edit the class manually.
7184
- */
7185
-
7186
7007
  /**
7187
7008
  * Api Documentation
7188
7009
  * Api Documentation
@@ -7495,18 +7316,6 @@ var ClickDestination;
7495
7316
  * Do not edit the class manually.
7496
7317
  */
7497
7318
 
7498
- /**
7499
- * Api Documentation
7500
- * Api Documentation
7501
- *
7502
- * OpenAPI spec version: 1.0
7503
- *
7504
- *
7505
- * NOTE: This class is auto generated by the swagger code generator program.
7506
- * https://github.com/swagger-api/swagger-codegen.git
7507
- * Do not edit the class manually.
7508
- */
7509
-
7510
7319
  var CreativeCompactDTO;
7511
7320
  (function (CreativeCompactDTO) {
7512
7321
  CreativeCompactDTO.TypeEnum = {
@@ -8614,18 +8423,6 @@ var StrategyInlineDTO;
8614
8423
  };
8615
8424
  })(StrategyInlineDTO || (StrategyInlineDTO = {}));
8616
8425
 
8617
- /**
8618
- * Api Documentation
8619
- * Api Documentation
8620
- *
8621
- * OpenAPI spec version: 1.0
8622
- *
8623
- *
8624
- * NOTE: This class is auto generated by the swagger code generator program.
8625
- * https://github.com/swagger-api/swagger-codegen.git
8626
- * Do not edit the class manually.
8627
- */
8628
-
8629
8426
  /**
8630
8427
  * Api Documentation
8631
8428
  * Api Documentation
@@ -8693,18 +8490,6 @@ var StrategyQuickEditDTO;
8693
8490
  * Do not edit the class manually.
8694
8491
  */
8695
8492
 
8696
- /**
8697
- * Api Documentation
8698
- * Api Documentation
8699
- *
8700
- * OpenAPI spec version: 1.0
8701
- *
8702
- *
8703
- * NOTE: This class is auto generated by the swagger code generator program.
8704
- * https://github.com/swagger-api/swagger-codegen.git
8705
- * Do not edit the class manually.
8706
- */
8707
-
8708
8493
  /**
8709
8494
  * Api Documentation
8710
8495
  * Api Documentation
@@ -8765,18 +8550,6 @@ var TemplateVariablesDTO;
8765
8550
  * Do not edit the class manually.
8766
8551
  */
8767
8552
 
8768
- /**
8769
- * Api Documentation
8770
- * Api Documentation
8771
- *
8772
- * OpenAPI spec version: 1.0
8773
- *
8774
- *
8775
- * NOTE: This class is auto generated by the swagger code generator program.
8776
- * https://github.com/swagger-api/swagger-codegen.git
8777
- * Do not edit the class manually.
8778
- */
8779
-
8780
8553
  var VastCreative;
8781
8554
  (function (VastCreative) {
8782
8555
  VastCreative.VideoFormatEnum = {
@@ -8897,6 +8670,16 @@ var VideoProperties;
8897
8670
  * Do not edit the class manually.
8898
8671
  */
8899
8672
 
8673
+ var WhitelabelingEntity;
8674
+ (function (WhitelabelingEntity) {
8675
+ WhitelabelingEntity.OidcClientEnum = {
8676
+ GOOGLE: 'GOOGLE',
8677
+ FACEBOOK: 'FACEBOOK',
8678
+ OFFICE365: 'OFFICE_365',
8679
+ OKTA: 'OKTA'
8680
+ };
8681
+ })(WhitelabelingEntity || (WhitelabelingEntity = {}));
8682
+
8900
8683
  class ApiModule {
8901
8684
  constructor(parentModule, http) {
8902
8685
  if (parentModule) {
@@ -8956,5 +8739,5 @@ ApiModule.ctorParameters = () => [
8956
8739
  * Generated bundle index. Do not edit.
8957
8740
  */
8958
8741
 
8959
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
8742
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
8960
8743
  //# sourceMappingURL=revxui-api-clients-ts.js.map