@revxui/api-clients-ts 0.10.182 → 0.10.186

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 (127) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/audienceController.service.d.ts +48 -4
  4. package/api/dashboardController.service.d.ts +24 -24
  5. package/api/notificationsController.service.d.ts +77 -0
  6. package/api/sliceXController.service.d.ts +6 -6
  7. package/bundles/revxui-api-clients-ts.umd.js +425 -24
  8. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  9. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  10. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  11. package/esm2015/api/adminController.service.js +2 -2
  12. package/esm2015/api/advertiserController.service.js +2 -2
  13. package/esm2015/api/api.js +4 -2
  14. package/esm2015/api/appSettingsController.service.js +2 -2
  15. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  16. package/esm2015/api/audienceController.service.js +124 -2
  17. package/esm2015/api/auditController.service.js +2 -2
  18. package/esm2015/api/bulkStrategyController.service.js +2 -2
  19. package/esm2015/api/cSSThemeController_.service.js +2 -2
  20. package/esm2015/api/campaignController.service.js +2 -2
  21. package/esm2015/api/catalogController.service.js +2 -2
  22. package/esm2015/api/clickDestinationController.service.js +2 -2
  23. package/esm2015/api/creativeController.service.js +2 -2
  24. package/esm2015/api/creativeSetsController.service.js +2 -2
  25. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  26. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  27. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  28. package/esm2015/api/dashboardController.service.js +2 -2
  29. package/esm2015/api/notificationsController.service.js +187 -0
  30. package/esm2015/api/pixelController.service.js +2 -2
  31. package/esm2015/api/reportingController.service.js +2 -2
  32. package/esm2015/api/sliceXController.service.js +2 -2
  33. package/esm2015/api/strategyController.service.js +2 -2
  34. package/esm2015/api/uILoggerController.service.js +2 -2
  35. package/esm2015/api/userPreferenceController.service.js +2 -2
  36. package/esm2015/api.module.js +3 -1
  37. package/esm2015/model/advertiserPojo.js +1 -1
  38. package/esm2015/model/apiListResponseAudienceESDTO.js +1 -0
  39. package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
  40. package/esm2015/model/{apiListResponseListAudienceESDTO.js → apiResponseObjectResponseMessage.js} +1 -1
  41. package/esm2015/model/audienceBackFilledStats.js +12 -0
  42. package/esm2015/model/audienceDTO.js +20 -1
  43. package/esm2015/model/audienceESDTO.js +16 -1
  44. package/esm2015/model/creativeDTO.js +1 -1
  45. package/esm2015/model/creativeSetDashboardMetric.js +1 -1
  46. package/esm2015/model/creativeSetDetails.js +1 -1
  47. package/esm2015/model/dashboardData.js +1 -1
  48. package/esm2015/model/dashboardMetrics.js +1 -1
  49. package/esm2015/model/models.js +3 -1
  50. package/esm2015/model/notificationListResponseNotificationResponse.js +1 -0
  51. package/esm2015/model/notificationResponse.js +19 -0
  52. package/esm2015/model/ruleComponentDTO.js +1 -1
  53. package/esm2015/model/ruleDTO.js +8 -1
  54. package/esm2015/model/slicexData.js +1 -1
  55. package/esm2015/model/slicexGridData.js +1 -1
  56. package/esm5/api/adminController.service.js +2 -2
  57. package/esm5/api/advertiserController.service.js +2 -2
  58. package/esm5/api/api.js +4 -2
  59. package/esm5/api/appSettingsController.service.js +2 -2
  60. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  61. package/esm5/api/audienceController.service.js +130 -2
  62. package/esm5/api/auditController.service.js +2 -2
  63. package/esm5/api/bulkStrategyController.service.js +2 -2
  64. package/esm5/api/cSSThemeController_.service.js +2 -2
  65. package/esm5/api/campaignController.service.js +2 -2
  66. package/esm5/api/catalogController.service.js +2 -2
  67. package/esm5/api/clickDestinationController.service.js +2 -2
  68. package/esm5/api/creativeController.service.js +2 -2
  69. package/esm5/api/creativeSetsController.service.js +2 -2
  70. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  71. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  72. package/esm5/api/creativeTemplatesController.service.js +2 -2
  73. package/esm5/api/dashboardController.service.js +2 -2
  74. package/esm5/api/notificationsController.service.js +207 -0
  75. package/esm5/api/pixelController.service.js +2 -2
  76. package/esm5/api/reportingController.service.js +2 -2
  77. package/esm5/api/sliceXController.service.js +2 -2
  78. package/esm5/api/strategyController.service.js +2 -2
  79. package/esm5/api/uILoggerController.service.js +2 -2
  80. package/esm5/api/userPreferenceController.service.js +2 -2
  81. package/esm5/api.module.js +3 -1
  82. package/esm5/model/advertiserPojo.js +1 -1
  83. package/esm5/model/apiListResponseAudienceESDTO.js +1 -0
  84. package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
  85. package/esm5/model/{apiListResponseListAudienceESDTO.js → apiResponseObjectResponseMessage.js} +1 -1
  86. package/esm5/model/audienceBackFilledStats.js +12 -0
  87. package/esm5/model/audienceDTO.js +20 -1
  88. package/esm5/model/audienceESDTO.js +16 -1
  89. package/esm5/model/creativeDTO.js +1 -1
  90. package/esm5/model/creativeSetDashboardMetric.js +1 -1
  91. package/esm5/model/creativeSetDetails.js +1 -1
  92. package/esm5/model/dashboardData.js +1 -1
  93. package/esm5/model/dashboardMetrics.js +1 -1
  94. package/esm5/model/models.js +3 -1
  95. package/esm5/model/notificationListResponseNotificationResponse.js +1 -0
  96. package/esm5/model/notificationResponse.js +19 -0
  97. package/esm5/model/ruleComponentDTO.js +1 -1
  98. package/esm5/model/ruleDTO.js +8 -1
  99. package/esm5/model/slicexData.js +1 -1
  100. package/esm5/model/slicexGridData.js +1 -1
  101. package/fesm2015/revxui-api-clients-ts.js +399 -25
  102. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  103. package/fesm5/revxui-api-clients-ts.js +425 -25
  104. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  105. package/model/advertiserPojo.d.ts +2 -0
  106. package/model/{apiListResponseListAudienceESDTO.d.ts → apiListResponseAudienceESDTO.d.ts} +2 -2
  107. package/model/{apiResponseObjectApiListResponseListAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudienceESDTO.d.ts} +3 -3
  108. package/model/apiResponseObjectResponseMessage.d.ts +17 -0
  109. package/model/audienceBackFilledStats.d.ts +21 -0
  110. package/model/audienceDTO.d.ts +40 -5
  111. package/model/audienceESDTO.d.ts +17 -0
  112. package/model/creativeDTO.d.ts +0 -2
  113. package/model/creativeSetDashboardMetric.d.ts +2 -2
  114. package/model/creativeSetDetails.d.ts +0 -2
  115. package/model/dashboardData.d.ts +2 -0
  116. package/model/dashboardMetrics.d.ts +2 -0
  117. package/model/models.d.ts +6 -2
  118. package/model/notificationListResponseNotificationResponse.d.ts +17 -0
  119. package/model/notificationResponse.d.ts +31 -0
  120. package/model/ruleComponentDTO.d.ts +1 -0
  121. package/model/ruleDTO.d.ts +11 -0
  122. package/model/slicexData.d.ts +2 -0
  123. package/model/slicexGridData.d.ts +2 -0
  124. package/package.json +1 -1
  125. package/revxui-api-clients-ts.metadata.json +1 -1
  126. package/esm2015/model/apiResponseObjectApiListResponseListAudienceESDTO.js +0 -1
  127. package/esm5/model/apiResponseObjectApiListResponseListAudienceESDTO.js +0 -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://apiv2stage3.atomex.net';
90
+ this.basePath = 'https://localhost:10045';
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://apiv2stage3.atomex.net';
307
+ this.basePath = 'https://localhost:10045';
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://apiv2stage3.atomex.net';
753
+ this.basePath = 'https://localhost:10045';
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 AppsFlyerAudienceControllerService = /** @class */ (function () {
921
921
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage3.atomex.net';
923
+ this.basePath = 'https://localhost:10045';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
1089
1089
  var AudienceControllerService = /** @class */ (function () {
1090
1090
  function AudienceControllerService(httpClient, basePath, configuration) {
1091
1091
  this.httpClient = httpClient;
1092
- this.basePath = 'https://apiv2stage3.atomex.net';
1092
+ this.basePath = 'https://localhost:10045';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1161,6 +1161,75 @@ var AudienceControllerService = /** @class */ (function () {
1161
1161
  reportProgress: reportProgress
1162
1162
  });
1163
1163
  };
1164
+ AudienceControllerService.prototype.activateBackfillRuleUsingGET = function (id, queryID, reqId, token, observe, reportProgress) {
1165
+ if (observe === void 0) { observe = 'body'; }
1166
+ if (reportProgress === void 0) { reportProgress = false; }
1167
+ if (id === null || id === undefined) {
1168
+ throw new Error('Required parameter id was null or undefined when calling activateBackfillRuleUsingGET.');
1169
+ }
1170
+ if (queryID === null || queryID === undefined) {
1171
+ throw new Error('Required parameter queryID was null or undefined when calling activateBackfillRuleUsingGET.');
1172
+ }
1173
+ var headers = this.defaultHeaders;
1174
+ if (reqId !== undefined && reqId !== null) {
1175
+ headers = headers.set('reqId', String(reqId));
1176
+ }
1177
+ if (token !== undefined && token !== null) {
1178
+ headers = headers.set('token', String(token));
1179
+ }
1180
+ // to determine the Accept header
1181
+ var httpHeaderAccepts = [
1182
+ '*/*'
1183
+ ];
1184
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1185
+ if (httpHeaderAcceptSelected != undefined) {
1186
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1187
+ }
1188
+ // to determine the Content-Type header
1189
+ var consumes = [];
1190
+ return this.httpClient.get(this.basePath + "/v2/api/audience/" + encodeURIComponent(String(id)) + "/" + encodeURIComponent(String(queryID)), {
1191
+ withCredentials: this.configuration.withCredentials,
1192
+ headers: headers,
1193
+ observe: observe,
1194
+ reportProgress: reportProgress
1195
+ });
1196
+ };
1197
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1198
+ if (observe === void 0) { observe = 'body'; }
1199
+ if (reportProgress === void 0) { reportProgress = false; }
1200
+ if (audience === null || audience === undefined) {
1201
+ throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1202
+ }
1203
+ var headers = this.defaultHeaders;
1204
+ if (reqId !== undefined && reqId !== null) {
1205
+ headers = headers.set('reqId', String(reqId));
1206
+ }
1207
+ if (token !== undefined && token !== null) {
1208
+ headers = headers.set('token', String(token));
1209
+ }
1210
+ // to determine the Accept header
1211
+ var httpHeaderAccepts = [
1212
+ 'application/json'
1213
+ ];
1214
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1215
+ if (httpHeaderAcceptSelected != undefined) {
1216
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1217
+ }
1218
+ // to determine the Content-Type header
1219
+ var consumes = [
1220
+ 'application/json'
1221
+ ];
1222
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1223
+ if (httpContentTypeSelected != undefined) {
1224
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1225
+ }
1226
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1227
+ withCredentials: this.configuration.withCredentials,
1228
+ headers: headers,
1229
+ observe: observe,
1230
+ reportProgress: reportProgress
1231
+ });
1232
+ };
1164
1233
  AudienceControllerService.prototype.checkConnectionUsingPOST = function (config, reqId, token, observe, reportProgress) {
1165
1234
  if (observe === void 0) { observe = 'body'; }
1166
1235
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1420,6 +1489,65 @@ var AudienceControllerService = /** @class */ (function () {
1420
1489
  reportProgress: reportProgress
1421
1490
  });
1422
1491
  };
1492
+ AudienceControllerService.prototype.getChartDataUsingPOST = function (audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe, reportProgress) {
1493
+ if (observe === void 0) { observe = 'body'; }
1494
+ if (reportProgress === void 0) { reportProgress = false; }
1495
+ if (audienceType === null || audienceType === undefined) {
1496
+ throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
1497
+ }
1498
+ if (dashboardRequest === null || dashboardRequest === undefined) {
1499
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
1500
+ }
1501
+ if (id === null || id === undefined) {
1502
+ throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
1503
+ }
1504
+ if (metric === null || metric === undefined) {
1505
+ throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
1506
+ }
1507
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1508
+ if (audienceType !== undefined && audienceType !== null) {
1509
+ queryParameters = queryParameters.set('audienceType', audienceType);
1510
+ }
1511
+ if (id !== undefined && id !== null) {
1512
+ queryParameters = queryParameters.set('id', id);
1513
+ }
1514
+ if (metric !== undefined && metric !== null) {
1515
+ queryParameters = queryParameters.set('metric', metric);
1516
+ }
1517
+ if (refresh !== undefined && refresh !== null) {
1518
+ queryParameters = queryParameters.set('refresh', refresh);
1519
+ }
1520
+ var headers = this.defaultHeaders;
1521
+ if (reqId !== undefined && reqId !== null) {
1522
+ headers = headers.set('reqId', String(reqId));
1523
+ }
1524
+ if (token !== undefined && token !== null) {
1525
+ headers = headers.set('token', String(token));
1526
+ }
1527
+ // to determine the Accept header
1528
+ var httpHeaderAccepts = [
1529
+ 'application/json'
1530
+ ];
1531
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1532
+ if (httpHeaderAcceptSelected != undefined) {
1533
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1534
+ }
1535
+ // to determine the Content-Type header
1536
+ var consumes = [
1537
+ 'application/json'
1538
+ ];
1539
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1540
+ if (httpContentTypeSelected != undefined) {
1541
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1542
+ }
1543
+ return this.httpClient.post(this.basePath + "/v2/api/audience/chart", dashboardRequest, {
1544
+ params: queryParameters,
1545
+ withCredentials: this.configuration.withCredentials,
1546
+ headers: headers,
1547
+ observe: observe,
1548
+ reportProgress: reportProgress
1549
+ });
1550
+ };
1423
1551
  AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
1424
1552
  if (observe === void 0) { observe = 'body'; }
1425
1553
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1613,7 +1741,7 @@ var AudienceControllerService = /** @class */ (function () {
1613
1741
  var AuditControllerService = /** @class */ (function () {
1614
1742
  function AuditControllerService(httpClient, basePath, configuration) {
1615
1743
  this.httpClient = httpClient;
1616
- this.basePath = 'https://apiv2stage3.atomex.net';
1744
+ this.basePath = 'https://localhost:10045';
1617
1745
  this.defaultHeaders = new HttpHeaders();
1618
1746
  this.configuration = new Configuration();
1619
1747
  if (basePath) {
@@ -1812,7 +1940,7 @@ var AuditControllerService = /** @class */ (function () {
1812
1940
  var BulkStrategyControllerService = /** @class */ (function () {
1813
1941
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1814
1942
  this.httpClient = httpClient;
1815
- this.basePath = 'https://apiv2stage3.atomex.net';
1943
+ this.basePath = 'https://localhost:10045';
1816
1944
  this.defaultHeaders = new HttpHeaders();
1817
1945
  this.configuration = new Configuration();
1818
1946
  if (basePath) {
@@ -2055,7 +2183,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2055
2183
  var CSSThemeController_Service = /** @class */ (function () {
2056
2184
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2057
2185
  this.httpClient = httpClient;
2058
- this.basePath = 'https://apiv2stage3.atomex.net';
2186
+ this.basePath = 'https://localhost:10045';
2059
2187
  this.defaultHeaders = new HttpHeaders();
2060
2188
  this.configuration = new Configuration();
2061
2189
  if (basePath) {
@@ -2176,7 +2304,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2176
2304
  var CampaignControllerService = /** @class */ (function () {
2177
2305
  function CampaignControllerService(httpClient, basePath, configuration) {
2178
2306
  this.httpClient = httpClient;
2179
- this.basePath = 'https://apiv2stage3.atomex.net';
2307
+ this.basePath = 'https://localhost:10045';
2180
2308
  this.defaultHeaders = new HttpHeaders();
2181
2309
  this.configuration = new Configuration();
2182
2310
  if (basePath) {
@@ -2462,7 +2590,7 @@ var CampaignControllerService = /** @class */ (function () {
2462
2590
  var CatalogControllerService = /** @class */ (function () {
2463
2591
  function CatalogControllerService(httpClient, basePath, configuration) {
2464
2592
  this.httpClient = httpClient;
2465
- this.basePath = 'https://apiv2stage3.atomex.net';
2593
+ this.basePath = 'https://localhost:10045';
2466
2594
  this.defaultHeaders = new HttpHeaders();
2467
2595
  this.configuration = new Configuration();
2468
2596
  if (basePath) {
@@ -2685,7 +2813,7 @@ var CatalogControllerService = /** @class */ (function () {
2685
2813
  var ClickDestinationControllerService = /** @class */ (function () {
2686
2814
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2687
2815
  this.httpClient = httpClient;
2688
- this.basePath = 'https://apiv2stage3.atomex.net';
2816
+ this.basePath = 'https://localhost:10045';
2689
2817
  this.defaultHeaders = new HttpHeaders();
2690
2818
  this.configuration = new Configuration();
2691
2819
  if (basePath) {
@@ -2935,7 +3063,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2935
3063
  var CreativeControllerService = /** @class */ (function () {
2936
3064
  function CreativeControllerService(httpClient, basePath, configuration) {
2937
3065
  this.httpClient = httpClient;
2938
- this.basePath = 'https://apiv2stage3.atomex.net';
3066
+ this.basePath = 'https://localhost:10045';
2939
3067
  this.defaultHeaders = new HttpHeaders();
2940
3068
  this.configuration = new Configuration();
2941
3069
  if (basePath) {
@@ -3412,7 +3540,7 @@ var CreativeControllerService = /** @class */ (function () {
3412
3540
  var CreativeSetsControllerService = /** @class */ (function () {
3413
3541
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3414
3542
  this.httpClient = httpClient;
3415
- this.basePath = 'https://apiv2stage3.atomex.net';
3543
+ this.basePath = 'https://localhost:10045';
3416
3544
  this.defaultHeaders = new HttpHeaders();
3417
3545
  this.configuration = new Configuration();
3418
3546
  if (basePath) {
@@ -3747,7 +3875,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3747
3875
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3748
3876
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3749
3877
  this.httpClient = httpClient;
3750
- this.basePath = 'https://apiv2stage3.atomex.net';
3878
+ this.basePath = 'https://localhost:10045';
3751
3879
  this.defaultHeaders = new HttpHeaders();
3752
3880
  this.configuration = new Configuration();
3753
3881
  if (basePath) {
@@ -3948,7 +4076,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3948
4076
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3949
4077
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3950
4078
  this.httpClient = httpClient;
3951
- this.basePath = 'https://apiv2stage3.atomex.net';
4079
+ this.basePath = 'https://localhost:10045';
3952
4080
  this.defaultHeaders = new HttpHeaders();
3953
4081
  this.configuration = new Configuration();
3954
4082
  if (basePath) {
@@ -4036,7 +4164,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4036
4164
  var CreativeTemplatesControllerService = /** @class */ (function () {
4037
4165
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4038
4166
  this.httpClient = httpClient;
4039
- this.basePath = 'https://apiv2stage3.atomex.net';
4167
+ this.basePath = 'https://localhost:10045';
4040
4168
  this.defaultHeaders = new HttpHeaders();
4041
4169
  this.configuration = new Configuration();
4042
4170
  if (basePath) {
@@ -4215,7 +4343,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4215
4343
  var DashboardControllerService = /** @class */ (function () {
4216
4344
  function DashboardControllerService(httpClient, basePath, configuration) {
4217
4345
  this.httpClient = httpClient;
4218
- this.basePath = 'https://apiv2stage3.atomex.net';
4346
+ this.basePath = 'https://localhost:10045';
4219
4347
  this.defaultHeaders = new HttpHeaders();
4220
4348
  this.configuration = new Configuration();
4221
4349
  if (basePath) {
@@ -4858,6 +4986,205 @@ var DashboardControllerService = /** @class */ (function () {
4858
4986
  return DashboardControllerService;
4859
4987
  }());
4860
4988
 
4989
+ /**
4990
+ * Api Documentation
4991
+ * Api Documentation
4992
+ *
4993
+ * OpenAPI spec version: 1.0
4994
+ *
4995
+ *
4996
+ * NOTE: This class is auto generated by the swagger code generator program.
4997
+ * https://github.com/swagger-api/swagger-codegen.git
4998
+ * Do not edit the class manually.
4999
+ */
5000
+ var NotificationsControllerService = /** @class */ (function () {
5001
+ function NotificationsControllerService(httpClient, basePath, configuration) {
5002
+ this.httpClient = httpClient;
5003
+ this.basePath = 'https://localhost:10045';
5004
+ this.defaultHeaders = new HttpHeaders();
5005
+ this.configuration = new Configuration();
5006
+ if (basePath) {
5007
+ this.basePath = basePath;
5008
+ }
5009
+ if (configuration) {
5010
+ this.configuration = configuration;
5011
+ this.basePath = basePath || configuration.basePath || this.basePath;
5012
+ }
5013
+ }
5014
+ /**
5015
+ * @param consumes string[] mime-types
5016
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
5017
+ */
5018
+ NotificationsControllerService.prototype.canConsumeForm = function (consumes) {
5019
+ var e_1, _a;
5020
+ var form = 'multipart/form-data';
5021
+ try {
5022
+ for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
5023
+ var consume = consumes_1_1.value;
5024
+ if (form === consume) {
5025
+ return true;
5026
+ }
5027
+ }
5028
+ }
5029
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
5030
+ finally {
5031
+ try {
5032
+ if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
5033
+ }
5034
+ finally { if (e_1) throw e_1.error; }
5035
+ }
5036
+ return false;
5037
+ };
5038
+ NotificationsControllerService.prototype.getNotificationUsingGET = function (pageNumber, pageSize, reqId, token, observe, reportProgress) {
5039
+ if (observe === void 0) { observe = 'body'; }
5040
+ if (reportProgress === void 0) { reportProgress = false; }
5041
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5042
+ if (pageNumber !== undefined && pageNumber !== null) {
5043
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
5044
+ }
5045
+ if (pageSize !== undefined && pageSize !== null) {
5046
+ queryParameters = queryParameters.set('pageSize', pageSize);
5047
+ }
5048
+ var headers = this.defaultHeaders;
5049
+ if (reqId !== undefined && reqId !== null) {
5050
+ headers = headers.set('reqId', String(reqId));
5051
+ }
5052
+ if (token !== undefined && token !== null) {
5053
+ headers = headers.set('token', String(token));
5054
+ }
5055
+ // to determine the Accept header
5056
+ var httpHeaderAccepts = [
5057
+ 'application/json'
5058
+ ];
5059
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5060
+ if (httpHeaderAcceptSelected != undefined) {
5061
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5062
+ }
5063
+ // to determine the Content-Type header
5064
+ var consumes = [];
5065
+ return this.httpClient.get(this.basePath + "/v2/api/notifications", {
5066
+ params: queryParameters,
5067
+ withCredentials: this.configuration.withCredentials,
5068
+ headers: headers,
5069
+ observe: observe,
5070
+ reportProgress: reportProgress
5071
+ });
5072
+ };
5073
+ NotificationsControllerService.prototype.markAllSeenUsingPOST = function (reqId, token, observe, reportProgress) {
5074
+ if (observe === void 0) { observe = 'body'; }
5075
+ if (reportProgress === void 0) { reportProgress = false; }
5076
+ var headers = this.defaultHeaders;
5077
+ if (reqId !== undefined && reqId !== null) {
5078
+ headers = headers.set('reqId', String(reqId));
5079
+ }
5080
+ if (token !== undefined && token !== null) {
5081
+ headers = headers.set('token', String(token));
5082
+ }
5083
+ // to determine the Accept header
5084
+ var httpHeaderAccepts = [
5085
+ 'application/json'
5086
+ ];
5087
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5088
+ if (httpHeaderAcceptSelected != undefined) {
5089
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5090
+ }
5091
+ // to determine the Content-Type header
5092
+ var consumes = [
5093
+ 'application/json'
5094
+ ];
5095
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/seenAll", null, {
5096
+ withCredentials: this.configuration.withCredentials,
5097
+ headers: headers,
5098
+ observe: observe,
5099
+ reportProgress: reportProgress
5100
+ });
5101
+ };
5102
+ NotificationsControllerService.prototype.markSeenUsingPOST = function (commaSeparatedIds, reqId, token, observe, reportProgress) {
5103
+ if (observe === void 0) { observe = 'body'; }
5104
+ if (reportProgress === void 0) { reportProgress = false; }
5105
+ if (commaSeparatedIds === null || commaSeparatedIds === undefined) {
5106
+ throw new Error('Required parameter commaSeparatedIds was null or undefined when calling markSeenUsingPOST.');
5107
+ }
5108
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5109
+ if (commaSeparatedIds !== undefined && commaSeparatedIds !== null) {
5110
+ queryParameters = queryParameters.set('commaSeparatedIds', commaSeparatedIds);
5111
+ }
5112
+ var headers = this.defaultHeaders;
5113
+ if (reqId !== undefined && reqId !== null) {
5114
+ headers = headers.set('reqId', String(reqId));
5115
+ }
5116
+ if (token !== undefined && token !== null) {
5117
+ headers = headers.set('token', String(token));
5118
+ }
5119
+ // to determine the Accept header
5120
+ var httpHeaderAccepts = [
5121
+ 'application/json'
5122
+ ];
5123
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5124
+ if (httpHeaderAcceptSelected != undefined) {
5125
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5126
+ }
5127
+ // to determine the Content-Type header
5128
+ var consumes = [
5129
+ 'application/json'
5130
+ ];
5131
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/seen/" + encodeURIComponent(String(commaSeparatedIds)), null, {
5132
+ params: queryParameters,
5133
+ withCredentials: this.configuration.withCredentials,
5134
+ headers: headers,
5135
+ observe: observe,
5136
+ reportProgress: reportProgress
5137
+ });
5138
+ };
5139
+ NotificationsControllerService.prototype.resolveNotificationUsingPOST = function (id, reqId, token, observe, reportProgress) {
5140
+ if (observe === void 0) { observe = 'body'; }
5141
+ if (reportProgress === void 0) { reportProgress = false; }
5142
+ if (id === null || id === undefined) {
5143
+ throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
5144
+ }
5145
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5146
+ if (id !== undefined && id !== null) {
5147
+ queryParameters = queryParameters.set('id', id);
5148
+ }
5149
+ var headers = this.defaultHeaders;
5150
+ if (reqId !== undefined && reqId !== null) {
5151
+ headers = headers.set('reqId', String(reqId));
5152
+ }
5153
+ if (token !== undefined && token !== null) {
5154
+ headers = headers.set('token', String(token));
5155
+ }
5156
+ // to determine the Accept header
5157
+ var httpHeaderAccepts = [
5158
+ 'application/json'
5159
+ ];
5160
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5161
+ if (httpHeaderAcceptSelected != undefined) {
5162
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5163
+ }
5164
+ // to determine the Content-Type header
5165
+ var consumes = [
5166
+ 'application/json'
5167
+ ];
5168
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/resolve/" + encodeURIComponent(String(id)), null, {
5169
+ params: queryParameters,
5170
+ withCredentials: this.configuration.withCredentials,
5171
+ headers: headers,
5172
+ observe: observe,
5173
+ reportProgress: reportProgress
5174
+ });
5175
+ };
5176
+ NotificationsControllerService.ctorParameters = function () { return [
5177
+ { type: HttpClient },
5178
+ { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
5179
+ { type: Configuration, decorators: [{ type: Optional }] }
5180
+ ]; };
5181
+ NotificationsControllerService = __decorate([
5182
+ Injectable(),
5183
+ __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
5184
+ ], NotificationsControllerService);
5185
+ return NotificationsControllerService;
5186
+ }());
5187
+
4861
5188
  /**
4862
5189
  * Api Documentation
4863
5190
  * Api Documentation
@@ -4872,7 +5199,7 @@ var DashboardControllerService = /** @class */ (function () {
4872
5199
  var PixelControllerService = /** @class */ (function () {
4873
5200
  function PixelControllerService(httpClient, basePath, configuration) {
4874
5201
  this.httpClient = httpClient;
4875
- this.basePath = 'https://apiv2stage3.atomex.net';
5202
+ this.basePath = 'https://localhost:10045';
4876
5203
  this.defaultHeaders = new HttpHeaders();
4877
5204
  this.configuration = new Configuration();
4878
5205
  if (basePath) {
@@ -5201,7 +5528,7 @@ var PixelControllerService = /** @class */ (function () {
5201
5528
  var ReportingControllerService = /** @class */ (function () {
5202
5529
  function ReportingControllerService(httpClient, basePath, configuration) {
5203
5530
  this.httpClient = httpClient;
5204
- this.basePath = 'https://apiv2stage3.atomex.net';
5531
+ this.basePath = 'https://localhost:10045';
5205
5532
  this.defaultHeaders = new HttpHeaders();
5206
5533
  this.configuration = new Configuration();
5207
5534
  if (basePath) {
@@ -5385,7 +5712,7 @@ var ReportingControllerService = /** @class */ (function () {
5385
5712
  var SliceXControllerService = /** @class */ (function () {
5386
5713
  function SliceXControllerService(httpClient, basePath, configuration) {
5387
5714
  this.httpClient = httpClient;
5388
- this.basePath = 'https://apiv2stage3.atomex.net';
5715
+ this.basePath = 'https://localhost:10045';
5389
5716
  this.defaultHeaders = new HttpHeaders();
5390
5717
  this.configuration = new Configuration();
5391
5718
  if (basePath) {
@@ -5570,7 +5897,7 @@ var SliceXControllerService = /** @class */ (function () {
5570
5897
  var StrategyControllerService = /** @class */ (function () {
5571
5898
  function StrategyControllerService(httpClient, basePath, configuration) {
5572
5899
  this.httpClient = httpClient;
5573
- this.basePath = 'https://apiv2stage3.atomex.net';
5900
+ this.basePath = 'https://localhost:10045';
5574
5901
  this.defaultHeaders = new HttpHeaders();
5575
5902
  this.configuration = new Configuration();
5576
5903
  if (basePath) {
@@ -6058,7 +6385,7 @@ var StrategyControllerService = /** @class */ (function () {
6058
6385
  var UILoggerControllerService = /** @class */ (function () {
6059
6386
  function UILoggerControllerService(httpClient, basePath, configuration) {
6060
6387
  this.httpClient = httpClient;
6061
- this.basePath = 'https://apiv2stage3.atomex.net';
6388
+ this.basePath = 'https://localhost:10045';
6062
6389
  this.defaultHeaders = new HttpHeaders();
6063
6390
  this.configuration = new Configuration();
6064
6391
  if (basePath) {
@@ -6160,7 +6487,7 @@ var UILoggerControllerService = /** @class */ (function () {
6160
6487
  var UserPreferenceControllerService = /** @class */ (function () {
6161
6488
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6162
6489
  this.httpClient = httpClient;
6163
- this.basePath = 'https://apiv2stage3.atomex.net';
6490
+ this.basePath = 'https://localhost:10045';
6164
6491
  this.defaultHeaders = new HttpHeaders();
6165
6492
  this.configuration = new Configuration();
6166
6493
  if (basePath) {
@@ -6336,7 +6663,7 @@ var UserPreferenceControllerService = /** @class */ (function () {
6336
6663
  return UserPreferenceControllerService;
6337
6664
  }());
6338
6665
 
6339
- var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6666
+ var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6340
6667
 
6341
6668
  var ActivityLogsStrategyBulkUpdateDTO;
6342
6669
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -6407,6 +6734,25 @@ var AuctionTypeEditField;
6407
6734
 
6408
6735
  var AudienceDTO;
6409
6736
  (function (AudienceDTO) {
6737
+ AudienceDTO.AudienceTypeEnum = {
6738
+ WEBBROWSING: 'WEB_BROWSING',
6739
+ MOBILEAPP: 'MOBILE_APP',
6740
+ DMP: 'DMP',
6741
+ CRM: 'CRM',
6742
+ RULEBASED: 'RULE_BASED',
6743
+ RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
6744
+ CRMEMAIL: 'CRM_EMAIL',
6745
+ CRMPHONE: 'CRM_PHONE',
6746
+ LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
6747
+ FACEBOOKID: 'FACEBOOK_ID'
6748
+ };
6749
+ AudienceDTO.BackfillDurationUnitEnum = {
6750
+ MINUTE: 'MINUTE',
6751
+ HOUR: 'HOUR',
6752
+ DAY: 'DAY',
6753
+ WEEK: 'WEEK',
6754
+ MONTH: 'MONTH'
6755
+ };
6410
6756
  AudienceDTO.DurationUnitEnum = {
6411
6757
  MINUTE: 'MINUTE',
6412
6758
  HOUR: 'HOUR',
@@ -6416,6 +6762,33 @@ var AudienceDTO;
6416
6762
  };
6417
6763
  })(AudienceDTO || (AudienceDTO = {}));
6418
6764
 
6765
+ /**
6766
+ * Api Documentation
6767
+ * Api Documentation
6768
+ *
6769
+ * OpenAPI spec version: 1.0
6770
+ *
6771
+ *
6772
+ * NOTE: This class is auto generated by the swagger code generator program.
6773
+ * https://github.com/swagger-api/swagger-codegen.git
6774
+ * Do not edit the class manually.
6775
+ */
6776
+ var AudienceESDTO;
6777
+ (function (AudienceESDTO) {
6778
+ AudienceESDTO.AudienceTypeEnum = {
6779
+ WEBBROWSING: 'WEB_BROWSING',
6780
+ MOBILEAPP: 'MOBILE_APP',
6781
+ DMP: 'DMP',
6782
+ CRM: 'CRM',
6783
+ RULEBASED: 'RULE_BASED',
6784
+ RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
6785
+ CRMEMAIL: 'CRM_EMAIL',
6786
+ CRMPHONE: 'CRM_PHONE',
6787
+ LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
6788
+ FACEBOOKID: 'FACEBOOK_ID'
6789
+ };
6790
+ })(AudienceESDTO || (AudienceESDTO = {}));
6791
+
6419
6792
  var ClickDestination;
6420
6793
  (function (ClickDestination) {
6421
6794
  ClickDestination.CampaignTypeEnum = {
@@ -6722,6 +7095,25 @@ var MetaRuleDto;
6722
7095
  };
6723
7096
  })(MetaRuleDto || (MetaRuleDto = {}));
6724
7097
 
7098
+ /**
7099
+ * Api Documentation
7100
+ * Api Documentation
7101
+ *
7102
+ * OpenAPI spec version: 1.0
7103
+ *
7104
+ *
7105
+ * NOTE: This class is auto generated by the swagger code generator program.
7106
+ * https://github.com/swagger-api/swagger-codegen.git
7107
+ * Do not edit the class manually.
7108
+ */
7109
+ var NotificationResponse;
7110
+ (function (NotificationResponse) {
7111
+ NotificationResponse.TypeEnum = {
7112
+ STATIC: 'STATIC',
7113
+ ACTIONABLE: 'ACTIONABLE'
7114
+ };
7115
+ })(NotificationResponse || (NotificationResponse = {}));
7116
+
6725
7117
  /**
6726
7118
  * Api Documentation
6727
7119
  * Api Documentation
@@ -6882,6 +7274,13 @@ var ReportingResponse;
6882
7274
 
6883
7275
  var RuleDTO;
6884
7276
  (function (RuleDTO) {
7277
+ RuleDTO.DurationUnitEnum = {
7278
+ MINUTE: 'MINUTE',
7279
+ HOUR: 'HOUR',
7280
+ DAY: 'DAY',
7281
+ WEEK: 'WEEK',
7282
+ MONTH: 'MONTH'
7283
+ };
6885
7284
  RuleDTO.OperatorEnum = {
6886
7285
  AND: 'AND',
6887
7286
  OR: 'OR',
@@ -7092,6 +7491,7 @@ var ApiModule = /** @class */ (function () {
7092
7491
  CreativeTemplateVariablesControllerService,
7093
7492
  CreativeTemplatesControllerService,
7094
7493
  DashboardControllerService,
7494
+ NotificationsControllerService,
7095
7495
  PixelControllerService,
7096
7496
  ReportingControllerService,
7097
7497
  SliceXControllerService,
@@ -7110,5 +7510,5 @@ var ApiModule = /** @class */ (function () {
7110
7510
  * Generated bundle index. Do not edit.
7111
7511
  */
7112
7512
 
7113
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, 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, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7513
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, 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 };
7114
7514
  //# sourceMappingURL=revxui-api-clients-ts.js.map