@revxui/api-clients-ts 0.10.299 → 0.10.300

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 (79) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +33 -4
  3. package/bundles/revxui-api-clients-ts.umd.js +124 -32
  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 +77 -6
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  31. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
  32. package/esm2015/model/audienceBackfillRequest.js +1 -0
  33. package/esm2015/model/audienceDTO.js +1 -1
  34. package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
  35. package/esm2015/model/models.js +2 -1
  36. package/esm2015/model/strategyDTO.js +1 -6
  37. package/esm5/api/adminController.service.js +2 -2
  38. package/esm5/api/advertiserController.service.js +2 -2
  39. package/esm5/api/appSettingsController.service.js +2 -2
  40. package/esm5/api/audienceController.service.js +81 -6
  41. package/esm5/api/auditController.service.js +2 -2
  42. package/esm5/api/bulkStrategyController.service.js +2 -2
  43. package/esm5/api/cSSThemeController_.service.js +2 -2
  44. package/esm5/api/campaignController.service.js +2 -2
  45. package/esm5/api/catalogController.service.js +2 -2
  46. package/esm5/api/clickDestinationController.service.js +2 -2
  47. package/esm5/api/creativeController.service.js +2 -2
  48. package/esm5/api/creativeSetsController.service.js +2 -2
  49. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  50. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  51. package/esm5/api/creativeTemplatesController.service.js +2 -2
  52. package/esm5/api/dashboardController.service.js +2 -2
  53. package/esm5/api/notificationsController.service.js +2 -2
  54. package/esm5/api/pixelController.service.js +2 -2
  55. package/esm5/api/reportingController.service.js +2 -2
  56. package/esm5/api/sliceXController.service.js +2 -2
  57. package/esm5/api/strategyController.service.js +2 -2
  58. package/esm5/api/uILoggerController.service.js +2 -2
  59. package/esm5/api/userPreferenceController.service.js +2 -2
  60. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  61. package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
  62. package/esm5/model/audienceBackfillRequest.js +1 -0
  63. package/esm5/model/audienceDTO.js +1 -1
  64. package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
  65. package/esm5/model/models.js +2 -1
  66. package/esm5/model/strategyDTO.js +1 -6
  67. package/fesm2015/revxui-api-clients-ts.js +121 -33
  68. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  69. package/fesm5/revxui-api-clients-ts.js +125 -33
  70. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  71. package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +17 -0
  72. package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
  73. package/model/audienceBackfillRequest.d.ts +16 -0
  74. package/model/audienceDTO.d.ts +1 -0
  75. package/model/backfillAudienceQueryTemplateDTO.d.ts +17 -0
  76. package/model/models.d.ts +4 -0
  77. package/model/strategyDTO.d.ts +0 -7
  78. package/package.json +1 -1
  79. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1025,11 +1025,11 @@ var AudienceControllerService = /** @class */ (function () {
1025
1025
  reportProgress: reportProgress
1026
1026
  });
1027
1027
  };
1028
- AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1028
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (request, reqId, token, observe, reportProgress) {
1029
1029
  if (observe === void 0) { observe = 'body'; }
1030
1030
  if (reportProgress === void 0) { reportProgress = false; }
1031
- if (audience === null || audience === undefined) {
1032
- throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1031
+ if (request === null || request === undefined) {
1032
+ throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
1033
1033
  }
1034
1034
  var headers = this.defaultHeaders;
1035
1035
  if (reqId !== undefined && reqId !== null) {
@@ -1054,7 +1054,7 @@ var AudienceControllerService = /** @class */ (function () {
1054
1054
  if (httpContentTypeSelected != undefined) {
1055
1055
  headers = headers.set('Content-Type', httpContentTypeSelected);
1056
1056
  }
1057
- return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1057
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", request, {
1058
1058
  withCredentials: this.configuration.withCredentials,
1059
1059
  headers: headers,
1060
1060
  observe: observe,
@@ -1200,6 +1200,45 @@ var AudienceControllerService = /** @class */ (function () {
1200
1200
  reportProgress: reportProgress
1201
1201
  });
1202
1202
  };
1203
+ AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
1204
+ if (observe === void 0) { observe = 'body'; }
1205
+ if (reportProgress === void 0) { reportProgress = false; }
1206
+ if (id === null || id === undefined) {
1207
+ throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
1208
+ }
1209
+ if (request === null || request === undefined) {
1210
+ throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
1211
+ }
1212
+ var headers = this.defaultHeaders;
1213
+ if (reqId !== undefined && reqId !== null) {
1214
+ headers = headers.set('reqId', String(reqId));
1215
+ }
1216
+ if (token !== undefined && token !== null) {
1217
+ headers = headers.set('token', String(token));
1218
+ }
1219
+ // to determine the Accept header
1220
+ var httpHeaderAccepts = [
1221
+ 'application/json'
1222
+ ];
1223
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1224
+ if (httpHeaderAcceptSelected != undefined) {
1225
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1226
+ }
1227
+ // to determine the Content-Type header
1228
+ var consumes = [
1229
+ 'application/json'
1230
+ ];
1231
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1232
+ if (httpContentTypeSelected != undefined) {
1233
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1234
+ }
1235
+ return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
1236
+ withCredentials: this.configuration.withCredentials,
1237
+ headers: headers,
1238
+ observe: observe,
1239
+ reportProgress: reportProgress
1240
+ });
1241
+ };
1203
1242
  AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1204
1243
  if (observe === void 0) { observe = 'body'; }
1205
1244
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1617,6 +1656,42 @@ var AudienceControllerService = /** @class */ (function () {
1617
1656
  reportProgress: reportProgress
1618
1657
  });
1619
1658
  };
1659
+ AudienceControllerService.prototype.validateBackfillRuleUsingPOST = function (query, reqId, token, observe, reportProgress) {
1660
+ if (observe === void 0) { observe = 'body'; }
1661
+ if (reportProgress === void 0) { reportProgress = false; }
1662
+ if (query === null || query === undefined) {
1663
+ throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
1664
+ }
1665
+ var headers = this.defaultHeaders;
1666
+ if (reqId !== undefined && reqId !== null) {
1667
+ headers = headers.set('reqId', String(reqId));
1668
+ }
1669
+ if (token !== undefined && token !== null) {
1670
+ headers = headers.set('token', String(token));
1671
+ }
1672
+ // to determine the Accept header
1673
+ var httpHeaderAccepts = [
1674
+ 'application/json'
1675
+ ];
1676
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1677
+ if (httpHeaderAcceptSelected != undefined) {
1678
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1679
+ }
1680
+ // to determine the Content-Type header
1681
+ var consumes = [
1682
+ 'application/json'
1683
+ ];
1684
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1685
+ if (httpContentTypeSelected != undefined) {
1686
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1687
+ }
1688
+ return this.httpClient.post(this.basePath + "/v2/api/audience/validatebackfillrule", query, {
1689
+ withCredentials: this.configuration.withCredentials,
1690
+ headers: headers,
1691
+ observe: observe,
1692
+ reportProgress: reportProgress
1693
+ });
1694
+ };
1620
1695
  AudienceControllerService.ctorParameters = function () { return [
1621
1696
  { type: HttpClient },
1622
1697
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
@@ -1643,7 +1718,7 @@ var AudienceControllerService = /** @class */ (function () {
1643
1718
  var AuditControllerService = /** @class */ (function () {
1644
1719
  function AuditControllerService(httpClient, basePath, configuration) {
1645
1720
  this.httpClient = httpClient;
1646
- this.basePath = 'https://apiv2stage2.atomex.net';
1721
+ this.basePath = 'https://apiv2stage3.atomex.net';
1647
1722
  this.defaultHeaders = new HttpHeaders();
1648
1723
  this.configuration = new Configuration();
1649
1724
  if (basePath) {
@@ -1842,7 +1917,7 @@ var AuditControllerService = /** @class */ (function () {
1842
1917
  var BulkStrategyControllerService = /** @class */ (function () {
1843
1918
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1844
1919
  this.httpClient = httpClient;
1845
- this.basePath = 'https://apiv2stage2.atomex.net';
1920
+ this.basePath = 'https://apiv2stage3.atomex.net';
1846
1921
  this.defaultHeaders = new HttpHeaders();
1847
1922
  this.configuration = new Configuration();
1848
1923
  if (basePath) {
@@ -2085,7 +2160,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2085
2160
  var CSSThemeController_Service = /** @class */ (function () {
2086
2161
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2087
2162
  this.httpClient = httpClient;
2088
- this.basePath = 'https://apiv2stage2.atomex.net';
2163
+ this.basePath = 'https://apiv2stage3.atomex.net';
2089
2164
  this.defaultHeaders = new HttpHeaders();
2090
2165
  this.configuration = new Configuration();
2091
2166
  if (basePath) {
@@ -2206,7 +2281,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2206
2281
  var CampaignControllerService = /** @class */ (function () {
2207
2282
  function CampaignControllerService(httpClient, basePath, configuration) {
2208
2283
  this.httpClient = httpClient;
2209
- this.basePath = 'https://apiv2stage2.atomex.net';
2284
+ this.basePath = 'https://apiv2stage3.atomex.net';
2210
2285
  this.defaultHeaders = new HttpHeaders();
2211
2286
  this.configuration = new Configuration();
2212
2287
  if (basePath) {
@@ -2528,7 +2603,7 @@ var CampaignControllerService = /** @class */ (function () {
2528
2603
  var CatalogControllerService = /** @class */ (function () {
2529
2604
  function CatalogControllerService(httpClient, basePath, configuration) {
2530
2605
  this.httpClient = httpClient;
2531
- this.basePath = 'https://apiv2stage2.atomex.net';
2606
+ this.basePath = 'https://apiv2stage3.atomex.net';
2532
2607
  this.defaultHeaders = new HttpHeaders();
2533
2608
  this.configuration = new Configuration();
2534
2609
  if (basePath) {
@@ -2751,7 +2826,7 @@ var CatalogControllerService = /** @class */ (function () {
2751
2826
  var ClickDestinationControllerService = /** @class */ (function () {
2752
2827
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2753
2828
  this.httpClient = httpClient;
2754
- this.basePath = 'https://apiv2stage2.atomex.net';
2829
+ this.basePath = 'https://apiv2stage3.atomex.net';
2755
2830
  this.defaultHeaders = new HttpHeaders();
2756
2831
  this.configuration = new Configuration();
2757
2832
  if (basePath) {
@@ -3001,7 +3076,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3001
3076
  var CreativeControllerService = /** @class */ (function () {
3002
3077
  function CreativeControllerService(httpClient, basePath, configuration) {
3003
3078
  this.httpClient = httpClient;
3004
- this.basePath = 'https://apiv2stage2.atomex.net';
3079
+ this.basePath = 'https://apiv2stage3.atomex.net';
3005
3080
  this.defaultHeaders = new HttpHeaders();
3006
3081
  this.configuration = new Configuration();
3007
3082
  if (basePath) {
@@ -3478,7 +3553,7 @@ var CreativeControllerService = /** @class */ (function () {
3478
3553
  var CreativeSetsControllerService = /** @class */ (function () {
3479
3554
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3480
3555
  this.httpClient = httpClient;
3481
- this.basePath = 'https://apiv2stage2.atomex.net';
3556
+ this.basePath = 'https://apiv2stage3.atomex.net';
3482
3557
  this.defaultHeaders = new HttpHeaders();
3483
3558
  this.configuration = new Configuration();
3484
3559
  if (basePath) {
@@ -3923,7 +3998,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3923
3998
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3924
3999
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3925
4000
  this.httpClient = httpClient;
3926
- this.basePath = 'https://apiv2stage2.atomex.net';
4001
+ this.basePath = 'https://apiv2stage3.atomex.net';
3927
4002
  this.defaultHeaders = new HttpHeaders();
3928
4003
  this.configuration = new Configuration();
3929
4004
  if (basePath) {
@@ -4124,7 +4199,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4124
4199
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4125
4200
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4126
4201
  this.httpClient = httpClient;
4127
- this.basePath = 'https://apiv2stage2.atomex.net';
4202
+ this.basePath = 'https://apiv2stage3.atomex.net';
4128
4203
  this.defaultHeaders = new HttpHeaders();
4129
4204
  this.configuration = new Configuration();
4130
4205
  if (basePath) {
@@ -4212,7 +4287,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4212
4287
  var CreativeTemplatesControllerService = /** @class */ (function () {
4213
4288
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4214
4289
  this.httpClient = httpClient;
4215
- this.basePath = 'https://apiv2stage2.atomex.net';
4290
+ this.basePath = 'https://apiv2stage3.atomex.net';
4216
4291
  this.defaultHeaders = new HttpHeaders();
4217
4292
  this.configuration = new Configuration();
4218
4293
  if (basePath) {
@@ -4391,7 +4466,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4391
4466
  var DashboardControllerService = /** @class */ (function () {
4392
4467
  function DashboardControllerService(httpClient, basePath, configuration) {
4393
4468
  this.httpClient = httpClient;
4394
- this.basePath = 'https://apiv2stage2.atomex.net';
4469
+ this.basePath = 'https://apiv2stage3.atomex.net';
4395
4470
  this.defaultHeaders = new HttpHeaders();
4396
4471
  this.configuration = new Configuration();
4397
4472
  if (basePath) {
@@ -5048,7 +5123,7 @@ var DashboardControllerService = /** @class */ (function () {
5048
5123
  var NotificationsControllerService = /** @class */ (function () {
5049
5124
  function NotificationsControllerService(httpClient, basePath, configuration) {
5050
5125
  this.httpClient = httpClient;
5051
- this.basePath = 'https://apiv2stage2.atomex.net';
5126
+ this.basePath = 'https://apiv2stage3.atomex.net';
5052
5127
  this.defaultHeaders = new HttpHeaders();
5053
5128
  this.configuration = new Configuration();
5054
5129
  if (basePath) {
@@ -5247,7 +5322,7 @@ var NotificationsControllerService = /** @class */ (function () {
5247
5322
  var PixelControllerService = /** @class */ (function () {
5248
5323
  function PixelControllerService(httpClient, basePath, configuration) {
5249
5324
  this.httpClient = httpClient;
5250
- this.basePath = 'https://apiv2stage2.atomex.net';
5325
+ this.basePath = 'https://apiv2stage3.atomex.net';
5251
5326
  this.defaultHeaders = new HttpHeaders();
5252
5327
  this.configuration = new Configuration();
5253
5328
  if (basePath) {
@@ -5576,7 +5651,7 @@ var PixelControllerService = /** @class */ (function () {
5576
5651
  var ReportingControllerService = /** @class */ (function () {
5577
5652
  function ReportingControllerService(httpClient, basePath, configuration) {
5578
5653
  this.httpClient = httpClient;
5579
- this.basePath = 'https://apiv2stage2.atomex.net';
5654
+ this.basePath = 'https://apiv2stage3.atomex.net';
5580
5655
  this.defaultHeaders = new HttpHeaders();
5581
5656
  this.configuration = new Configuration();
5582
5657
  if (basePath) {
@@ -5760,7 +5835,7 @@ var ReportingControllerService = /** @class */ (function () {
5760
5835
  var SliceXControllerService = /** @class */ (function () {
5761
5836
  function SliceXControllerService(httpClient, basePath, configuration) {
5762
5837
  this.httpClient = httpClient;
5763
- this.basePath = 'https://apiv2stage2.atomex.net';
5838
+ this.basePath = 'https://apiv2stage3.atomex.net';
5764
5839
  this.defaultHeaders = new HttpHeaders();
5765
5840
  this.configuration = new Configuration();
5766
5841
  if (basePath) {
@@ -6028,7 +6103,7 @@ var SliceXControllerService = /** @class */ (function () {
6028
6103
  var StrategyControllerService = /** @class */ (function () {
6029
6104
  function StrategyControllerService(httpClient, basePath, configuration) {
6030
6105
  this.httpClient = httpClient;
6031
- this.basePath = 'https://apiv2stage2.atomex.net';
6106
+ this.basePath = 'https://apiv2stage3.atomex.net';
6032
6107
  this.defaultHeaders = new HttpHeaders();
6033
6108
  this.configuration = new Configuration();
6034
6109
  if (basePath) {
@@ -6689,7 +6764,7 @@ var StrategyControllerService = /** @class */ (function () {
6689
6764
  var UILoggerControllerService = /** @class */ (function () {
6690
6765
  function UILoggerControllerService(httpClient, basePath, configuration) {
6691
6766
  this.httpClient = httpClient;
6692
- this.basePath = 'https://apiv2stage2.atomex.net';
6767
+ this.basePath = 'https://apiv2stage3.atomex.net';
6693
6768
  this.defaultHeaders = new HttpHeaders();
6694
6769
  this.configuration = new Configuration();
6695
6770
  if (basePath) {
@@ -6791,7 +6866,7 @@ var UILoggerControllerService = /** @class */ (function () {
6791
6866
  var UserPreferenceControllerService = /** @class */ (function () {
6792
6867
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6793
6868
  this.httpClient = httpClient;
6794
- this.basePath = 'https://apiv2stage2.atomex.net';
6869
+ this.basePath = 'https://apiv2stage3.atomex.net';
6795
6870
  this.defaultHeaders = new HttpHeaders();
6796
6871
  this.configuration = new Configuration();
6797
6872
  if (basePath) {
@@ -7047,6 +7122,28 @@ var AuctionTypeEditField;
7047
7122
  };
7048
7123
  })(AuctionTypeEditField || (AuctionTypeEditField = {}));
7049
7124
 
7125
+ /**
7126
+ * Api Documentation
7127
+ * Api Documentation
7128
+ *
7129
+ * OpenAPI spec version: 1.0
7130
+ *
7131
+ *
7132
+ * NOTE: This class is auto generated by the swagger code generator program.
7133
+ * https://github.com/swagger-api/swagger-codegen.git
7134
+ * Do not edit the class manually.
7135
+ */
7136
+ var AudienceBackfillQueryTemplateRequest;
7137
+ (function (AudienceBackfillQueryTemplateRequest) {
7138
+ AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
7139
+ MINUTE: 'MINUTE',
7140
+ HOUR: 'HOUR',
7141
+ DAY: 'DAY',
7142
+ WEEK: 'WEEK',
7143
+ MONTH: 'MONTH'
7144
+ };
7145
+ })(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
7146
+
7050
7147
  var AudienceDTO;
7051
7148
  (function (AudienceDTO) {
7052
7149
  AudienceDTO.AudienceTypeEnum = {
@@ -7688,11 +7785,6 @@ var StrategyDTO;
7688
7785
  DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
7689
7786
  ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
7690
7787
  };
7691
- StrategyDTO.PublisherTypesEnum = {
7692
- DIRECT: 'DIRECT',
7693
- RESELLER: 'RESELLER',
7694
- UNKNOWN: 'UNKNOWN'
7695
- };
7696
7788
  })(StrategyDTO || (StrategyDTO = {}));
7697
7789
 
7698
7790
  /**
@@ -7897,5 +7989,5 @@ var ApiModule = /** @class */ (function () {
7897
7989
  * Generated bundle index. Do not edit.
7898
7990
  */
7899
7991
 
7900
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, 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, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7992
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, 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, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7901
7993
  //# sourceMappingURL=revxui-api-clients-ts.js.map