@revxui/api-clients-ts 0.10.248 → 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 (91) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +17 -4
  3. package/api/creativeSetsController.service.d.ts +0 -14
  4. package/bundles/revxui-api-clients-ts.umd.js +66 -62
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  8. package/esm2015/api/adminController.service.js +2 -2
  9. package/esm2015/api/advertiserController.service.js +2 -2
  10. package/esm2015/api/appSettingsController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +35 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -39
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/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 -2
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/apiListResponseAudiencePerformanceDTO.js +1 -0
  32. package/esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
  33. package/esm2015/model/audiencePerformanceDTO.js +8 -0
  34. package/esm2015/model/creativeSetDetails.js +1 -1
  35. package/esm2015/model/creativeSetRequest.js +1 -1
  36. package/esm2015/model/models.js +2 -1
  37. package/esm2015/model/searchRequest.js +1 -1
  38. package/esm5/api/adminController.service.js +2 -2
  39. package/esm5/api/advertiserController.service.js +2 -2
  40. package/esm5/api/appSettingsController.service.js +2 -2
  41. package/esm5/api/audienceController.service.js +37 -2
  42. package/esm5/api/auditController.service.js +2 -2
  43. package/esm5/api/bulkStrategyController.service.js +2 -2
  44. package/esm5/api/cSSThemeController_.service.js +2 -2
  45. package/esm5/api/campaignController.service.js +2 -2
  46. package/esm5/api/catalogController.service.js +2 -2
  47. package/esm5/api/clickDestinationController.service.js +2 -2
  48. package/esm5/api/creativeController.service.js +2 -2
  49. package/esm5/api/creativeSetsController.service.js +2 -41
  50. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  51. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  52. package/esm5/api/creativeTemplatesController.service.js +2 -2
  53. package/esm5/api/dashboardController.service.js +2 -2
  54. package/esm5/api/notificationsController.service.js +2 -2
  55. package/esm5/api/pixelController.service.js +2 -2
  56. package/esm5/api/reportingController.service.js +2 -2
  57. package/esm5/api/sliceXController.service.js +2 -2
  58. package/esm5/api/strategyController.service.js +2 -2
  59. package/esm5/api/uILoggerController.service.js +2 -2
  60. package/esm5/api/userPreferenceController.service.js +2 -2
  61. package/esm5/model/apiListResponseAudiencePerformanceDTO.js +1 -0
  62. package/esm5/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
  63. package/esm5/model/audiencePerformanceDTO.js +8 -0
  64. package/esm5/model/creativeSetDetails.js +1 -1
  65. package/esm5/model/creativeSetRequest.js +1 -1
  66. package/esm5/model/models.js +2 -1
  67. package/esm5/model/searchRequest.js +1 -1
  68. package/fesm2015/revxui-api-clients-ts.js +65 -61
  69. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  70. package/fesm5/revxui-api-clients-ts.js +67 -63
  71. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  72. package/model/{apiListResponseAudienceESDTO.d.ts → apiListResponseAudiencePerformanceDTO.d.ts} +3 -3
  73. package/model/{apiResponseObjectApiListResponseAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudiencePerformanceDTO.d.ts} +3 -3
  74. package/model/audiencePerformanceDTO.d.ts +37 -0
  75. package/model/creativeSetDetails.d.ts +0 -2
  76. package/model/creativeSetRequest.d.ts +0 -2
  77. package/model/models.d.ts +3 -4
  78. package/model/searchRequest.d.ts +2 -0
  79. package/model/strategyDTO.d.ts +2 -2
  80. package/package.json +1 -1
  81. package/revxui-api-clients-ts.metadata.json +1 -1
  82. package/esm2015/model/apiListResponseAudienceESDTO.js +0 -1
  83. package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  84. package/esm2015/model/duplicateCreativeSetsRequestDTO.js +0 -1
  85. package/esm2015/model/endCards.js +0 -12
  86. package/esm5/model/apiListResponseAudienceESDTO.js +0 -1
  87. package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  88. package/esm5/model/duplicateCreativeSetsRequestDTO.js +0 -1
  89. package/esm5/model/endCards.js +0 -12
  90. package/model/duplicateCreativeSetsRequestDTO.d.ts +0 -21
  91. package/model/endCards.d.ts +0 -16
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://apiv2stage2.atomex.net';
90
+ this.basePath = 'https://apiv2stage1.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://apiv2stage2.atomex.net';
307
+ this.basePath = 'https://apiv2stage1.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://apiv2stage2.atomex.net';
753
+ this.basePath = 'https://apiv2stage1.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AudienceControllerService = /** @class */ (function () {
921
921
  function AudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage2.atomex.net';
923
+ this.basePath = 'https://apiv2stage1.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1477,6 +1477,41 @@ var AudienceControllerService = /** @class */ (function () {
1477
1477
  reportProgress: reportProgress
1478
1478
  });
1479
1479
  };
1480
+ AudienceControllerService.prototype.retrySchedulerForAdvertisersUsingGET = function (advIds, reqId, token, observe, reportProgress) {
1481
+ if (observe === void 0) { observe = 'body'; }
1482
+ if (reportProgress === void 0) { reportProgress = false; }
1483
+ if (advIds === null || advIds === undefined) {
1484
+ throw new Error('Required parameter advIds was null or undefined when calling retrySchedulerForAdvertisersUsingGET.');
1485
+ }
1486
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1487
+ if (advIds !== undefined && advIds !== null) {
1488
+ queryParameters = queryParameters.set('advIds', advIds);
1489
+ }
1490
+ var headers = this.defaultHeaders;
1491
+ if (reqId !== undefined && reqId !== null) {
1492
+ headers = headers.set('reqId', String(reqId));
1493
+ }
1494
+ if (token !== undefined && token !== null) {
1495
+ headers = headers.set('token', String(token));
1496
+ }
1497
+ // to determine the Accept header
1498
+ var httpHeaderAccepts = [
1499
+ '*/*'
1500
+ ];
1501
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1502
+ if (httpHeaderAcceptSelected != undefined) {
1503
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1504
+ }
1505
+ // to determine the Content-Type header
1506
+ var consumes = [];
1507
+ return this.httpClient.get(this.basePath + "/v2/api/audience/schedulerRetry", {
1508
+ params: queryParameters,
1509
+ withCredentials: this.configuration.withCredentials,
1510
+ headers: headers,
1511
+ observe: observe,
1512
+ reportProgress: reportProgress
1513
+ });
1514
+ };
1480
1515
  AudienceControllerService.prototype.syncAudienceUsingPOST = function (platformAudienceDTO, reqId, token, observe, reportProgress) {
1481
1516
  if (observe === void 0) { observe = 'body'; }
1482
1517
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1608,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
1608
1643
  var AuditControllerService = /** @class */ (function () {
1609
1644
  function AuditControllerService(httpClient, basePath, configuration) {
1610
1645
  this.httpClient = httpClient;
1611
- this.basePath = 'https://apiv2stage2.atomex.net';
1646
+ this.basePath = 'https://apiv2stage1.atomex.net';
1612
1647
  this.defaultHeaders = new HttpHeaders();
1613
1648
  this.configuration = new Configuration();
1614
1649
  if (basePath) {
@@ -1807,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
1807
1842
  var BulkStrategyControllerService = /** @class */ (function () {
1808
1843
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1809
1844
  this.httpClient = httpClient;
1810
- this.basePath = 'https://apiv2stage2.atomex.net';
1845
+ this.basePath = 'https://apiv2stage1.atomex.net';
1811
1846
  this.defaultHeaders = new HttpHeaders();
1812
1847
  this.configuration = new Configuration();
1813
1848
  if (basePath) {
@@ -2050,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2050
2085
  var CSSThemeController_Service = /** @class */ (function () {
2051
2086
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2052
2087
  this.httpClient = httpClient;
2053
- this.basePath = 'https://apiv2stage2.atomex.net';
2088
+ this.basePath = 'https://apiv2stage1.atomex.net';
2054
2089
  this.defaultHeaders = new HttpHeaders();
2055
2090
  this.configuration = new Configuration();
2056
2091
  if (basePath) {
@@ -2171,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2171
2206
  var CampaignControllerService = /** @class */ (function () {
2172
2207
  function CampaignControllerService(httpClient, basePath, configuration) {
2173
2208
  this.httpClient = httpClient;
2174
- this.basePath = 'https://apiv2stage2.atomex.net';
2209
+ this.basePath = 'https://apiv2stage1.atomex.net';
2175
2210
  this.defaultHeaders = new HttpHeaders();
2176
2211
  this.configuration = new Configuration();
2177
2212
  if (basePath) {
@@ -2457,7 +2492,7 @@ var CampaignControllerService = /** @class */ (function () {
2457
2492
  var CatalogControllerService = /** @class */ (function () {
2458
2493
  function CatalogControllerService(httpClient, basePath, configuration) {
2459
2494
  this.httpClient = httpClient;
2460
- this.basePath = 'https://apiv2stage2.atomex.net';
2495
+ this.basePath = 'https://apiv2stage1.atomex.net';
2461
2496
  this.defaultHeaders = new HttpHeaders();
2462
2497
  this.configuration = new Configuration();
2463
2498
  if (basePath) {
@@ -2680,7 +2715,7 @@ var CatalogControllerService = /** @class */ (function () {
2680
2715
  var ClickDestinationControllerService = /** @class */ (function () {
2681
2716
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2682
2717
  this.httpClient = httpClient;
2683
- this.basePath = 'https://apiv2stage2.atomex.net';
2718
+ this.basePath = 'https://apiv2stage1.atomex.net';
2684
2719
  this.defaultHeaders = new HttpHeaders();
2685
2720
  this.configuration = new Configuration();
2686
2721
  if (basePath) {
@@ -2930,7 +2965,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2930
2965
  var CreativeControllerService = /** @class */ (function () {
2931
2966
  function CreativeControllerService(httpClient, basePath, configuration) {
2932
2967
  this.httpClient = httpClient;
2933
- this.basePath = 'https://apiv2stage2.atomex.net';
2968
+ this.basePath = 'https://apiv2stage1.atomex.net';
2934
2969
  this.defaultHeaders = new HttpHeaders();
2935
2970
  this.configuration = new Configuration();
2936
2971
  if (basePath) {
@@ -3407,7 +3442,7 @@ var CreativeControllerService = /** @class */ (function () {
3407
3442
  var CreativeSetsControllerService = /** @class */ (function () {
3408
3443
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3409
3444
  this.httpClient = httpClient;
3410
- this.basePath = 'https://apiv2stage2.atomex.net';
3445
+ this.basePath = 'https://apiv2stage1.atomex.net';
3411
3446
  this.defaultHeaders = new HttpHeaders();
3412
3447
  this.configuration = new Configuration();
3413
3448
  if (basePath) {
@@ -3478,45 +3513,6 @@ var CreativeSetsControllerService = /** @class */ (function () {
3478
3513
  reportProgress: reportProgress
3479
3514
  });
3480
3515
  };
3481
- CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
3482
- if (observe === void 0) { observe = 'body'; }
3483
- if (reportProgress === void 0) { reportProgress = false; }
3484
- if (dto === null || dto === undefined) {
3485
- throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3486
- }
3487
- if (id === null || id === undefined) {
3488
- throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3489
- }
3490
- var headers = this.defaultHeaders;
3491
- if (reqId !== undefined && reqId !== null) {
3492
- headers = headers.set('reqId', String(reqId));
3493
- }
3494
- if (token !== undefined && token !== null) {
3495
- headers = headers.set('token', String(token));
3496
- }
3497
- // to determine the Accept header
3498
- var httpHeaderAccepts = [
3499
- 'application/json'
3500
- ];
3501
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3502
- if (httpHeaderAcceptSelected != undefined) {
3503
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3504
- }
3505
- // to determine the Content-Type header
3506
- var consumes = [
3507
- 'application/json'
3508
- ];
3509
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3510
- if (httpContentTypeSelected != undefined) {
3511
- headers = headers.set('Content-Type', httpContentTypeSelected);
3512
- }
3513
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
3514
- withCredentials: this.configuration.withCredentials,
3515
- headers: headers,
3516
- observe: observe,
3517
- reportProgress: reportProgress
3518
- });
3519
- };
3520
3516
  CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
3521
3517
  if (observe === void 0) { observe = 'body'; }
3522
3518
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3781,7 +3777,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3781
3777
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3782
3778
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3783
3779
  this.httpClient = httpClient;
3784
- this.basePath = 'https://apiv2stage2.atomex.net';
3780
+ this.basePath = 'https://apiv2stage1.atomex.net';
3785
3781
  this.defaultHeaders = new HttpHeaders();
3786
3782
  this.configuration = new Configuration();
3787
3783
  if (basePath) {
@@ -3982,7 +3978,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3982
3978
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3983
3979
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3984
3980
  this.httpClient = httpClient;
3985
- this.basePath = 'https://apiv2stage2.atomex.net';
3981
+ this.basePath = 'https://apiv2stage1.atomex.net';
3986
3982
  this.defaultHeaders = new HttpHeaders();
3987
3983
  this.configuration = new Configuration();
3988
3984
  if (basePath) {
@@ -4070,7 +4066,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4070
4066
  var CreativeTemplatesControllerService = /** @class */ (function () {
4071
4067
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4072
4068
  this.httpClient = httpClient;
4073
- this.basePath = 'https://apiv2stage2.atomex.net';
4069
+ this.basePath = 'https://apiv2stage1.atomex.net';
4074
4070
  this.defaultHeaders = new HttpHeaders();
4075
4071
  this.configuration = new Configuration();
4076
4072
  if (basePath) {
@@ -4249,7 +4245,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4249
4245
  var DashboardControllerService = /** @class */ (function () {
4250
4246
  function DashboardControllerService(httpClient, basePath, configuration) {
4251
4247
  this.httpClient = httpClient;
4252
- this.basePath = 'https://apiv2stage2.atomex.net';
4248
+ this.basePath = 'https://apiv2stage1.atomex.net';
4253
4249
  this.defaultHeaders = new HttpHeaders();
4254
4250
  this.configuration = new Configuration();
4255
4251
  if (basePath) {
@@ -4906,7 +4902,7 @@ var DashboardControllerService = /** @class */ (function () {
4906
4902
  var NotificationsControllerService = /** @class */ (function () {
4907
4903
  function NotificationsControllerService(httpClient, basePath, configuration) {
4908
4904
  this.httpClient = httpClient;
4909
- this.basePath = 'https://apiv2stage2.atomex.net';
4905
+ this.basePath = 'https://apiv2stage1.atomex.net';
4910
4906
  this.defaultHeaders = new HttpHeaders();
4911
4907
  this.configuration = new Configuration();
4912
4908
  if (basePath) {
@@ -5105,7 +5101,7 @@ var NotificationsControllerService = /** @class */ (function () {
5105
5101
  var PixelControllerService = /** @class */ (function () {
5106
5102
  function PixelControllerService(httpClient, basePath, configuration) {
5107
5103
  this.httpClient = httpClient;
5108
- this.basePath = 'https://apiv2stage2.atomex.net';
5104
+ this.basePath = 'https://apiv2stage1.atomex.net';
5109
5105
  this.defaultHeaders = new HttpHeaders();
5110
5106
  this.configuration = new Configuration();
5111
5107
  if (basePath) {
@@ -5434,7 +5430,7 @@ var PixelControllerService = /** @class */ (function () {
5434
5430
  var ReportingControllerService = /** @class */ (function () {
5435
5431
  function ReportingControllerService(httpClient, basePath, configuration) {
5436
5432
  this.httpClient = httpClient;
5437
- this.basePath = 'https://apiv2stage2.atomex.net';
5433
+ this.basePath = 'https://apiv2stage1.atomex.net';
5438
5434
  this.defaultHeaders = new HttpHeaders();
5439
5435
  this.configuration = new Configuration();
5440
5436
  if (basePath) {
@@ -5618,7 +5614,7 @@ var ReportingControllerService = /** @class */ (function () {
5618
5614
  var SliceXControllerService = /** @class */ (function () {
5619
5615
  function SliceXControllerService(httpClient, basePath, configuration) {
5620
5616
  this.httpClient = httpClient;
5621
- this.basePath = 'https://apiv2stage2.atomex.net';
5617
+ this.basePath = 'https://apiv2stage1.atomex.net';
5622
5618
  this.defaultHeaders = new HttpHeaders();
5623
5619
  this.configuration = new Configuration();
5624
5620
  if (basePath) {
@@ -5803,7 +5799,7 @@ var SliceXControllerService = /** @class */ (function () {
5803
5799
  var StrategyControllerService = /** @class */ (function () {
5804
5800
  function StrategyControllerService(httpClient, basePath, configuration) {
5805
5801
  this.httpClient = httpClient;
5806
- this.basePath = 'https://apiv2stage2.atomex.net';
5802
+ this.basePath = 'https://apiv2stage1.atomex.net';
5807
5803
  this.defaultHeaders = new HttpHeaders();
5808
5804
  this.configuration = new Configuration();
5809
5805
  if (basePath) {
@@ -6464,7 +6460,7 @@ var StrategyControllerService = /** @class */ (function () {
6464
6460
  var UILoggerControllerService = /** @class */ (function () {
6465
6461
  function UILoggerControllerService(httpClient, basePath, configuration) {
6466
6462
  this.httpClient = httpClient;
6467
- this.basePath = 'https://apiv2stage2.atomex.net';
6463
+ this.basePath = 'https://apiv2stage1.atomex.net';
6468
6464
  this.defaultHeaders = new HttpHeaders();
6469
6465
  this.configuration = new Configuration();
6470
6466
  if (basePath) {
@@ -6566,7 +6562,7 @@ var UILoggerControllerService = /** @class */ (function () {
6566
6562
  var UserPreferenceControllerService = /** @class */ (function () {
6567
6563
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6568
6564
  this.httpClient = httpClient;
6569
- this.basePath = 'https://apiv2stage2.atomex.net';
6565
+ this.basePath = 'https://apiv2stage1.atomex.net';
6570
6566
  this.defaultHeaders = new HttpHeaders();
6571
6567
  this.configuration = new Configuration();
6572
6568
  if (basePath) {
@@ -6861,6 +6857,14 @@ var AudienceESDTO;
6861
6857
  };
6862
6858
  })(AudienceESDTO || (AudienceESDTO = {}));
6863
6859
 
6860
+ var AudiencePerformanceDTO;
6861
+ (function (AudiencePerformanceDTO) {
6862
+ AudiencePerformanceDTO.GenderEnum = {
6863
+ MALE: 'MALE',
6864
+ FEMALE: 'FEMALE'
6865
+ };
6866
+ })(AudiencePerformanceDTO || (AudiencePerformanceDTO = {}));
6867
+
6864
6868
  /**
6865
6869
  * Api Documentation
6866
6870
  * Api Documentation
@@ -7621,5 +7625,5 @@ var ApiModule = /** @class */ (function () {
7621
7625
  * Generated bundle index. Do not edit.
7622
7626
  */
7623
7627
 
7624
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7628
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7625
7629
  //# sourceMappingURL=revxui-api-clients-ts.js.map