@everymatrix/prod-mm-verification-report 1.1.44 → 1.1.46

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.
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  DomainsOverloadModalComponent
3
- } from "./chunk-M6UR2DLR.js";
4
- import "./chunk-YQA2IRNM.js";
3
+ } from "./chunk-KVMWM4T3.js";
4
+ import "./chunk-HVLJIQJB.js";
5
5
  import "./chunk-2SMQV2OO.js";
6
6
  import "./chunk-57JN4OKS.js";
7
7
  export {
8
8
  DomainsOverloadModalComponent
9
9
  };
10
- //# sourceMappingURL=chunk-TKCUBEMB.js.map
10
+ //# sourceMappingURL=chunk-527I2AGV.js.map
@@ -29673,7 +29673,7 @@ var TemplateService = class _TemplateService {
29673
29673
  templateChanged = new Subject();
29674
29674
  templatesList = signal(void 0);
29675
29675
  saveTemplate(templateName, templateDescription, params, reportId, templateId, isTemporary = true) {
29676
- const url = this.apiHandlerService.getACSBaseUrl("save_report_template", "ce");
29676
+ const url = this.apiHandlerService.getACSBaseUrl("save_report_template", "ubo");
29677
29677
  const body = {
29678
29678
  p_report_params: {
29679
29679
  p_user_id: this.sessionService.sessionData?.Username,
@@ -29695,7 +29695,7 @@ var TemplateService = class _TemplateService {
29695
29695
  }));
29696
29696
  }
29697
29697
  getTemplateById(reportId, templateId) {
29698
- const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "ce");
29698
+ const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "ubo");
29699
29699
  const body = {
29700
29700
  p_report_params: {
29701
29701
  p_user_id: this.sessionService.sessionData?.Username,
@@ -29715,7 +29715,7 @@ var TemplateService = class _TemplateService {
29715
29715
  }));
29716
29716
  }
29717
29717
  getAllTemplates(reportId) {
29718
- const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "ce");
29718
+ const url = this.apiHandlerService.getACSBaseUrl("get_report_templates", "ubo");
29719
29719
  const body = {
29720
29720
  p_report_params: {
29721
29721
  p_user_id: this.sessionService.sessionData?.Username,
@@ -29728,7 +29728,7 @@ var TemplateService = class _TemplateService {
29728
29728
  return this.apiHandlerService.Post(url, body);
29729
29729
  }
29730
29730
  deleteTemplate(templateId) {
29731
- const url = this.apiHandlerService.getACSBaseUrl("delete_report_template", "ce");
29731
+ const url = this.apiHandlerService.getACSBaseUrl("delete_report_template", "ubo");
29732
29732
  const body = {
29733
29733
  p_report_params: {
29734
29734
  p_environment: this.sessionService.sessionData?.Environment,
@@ -29949,7 +29949,7 @@ var SendingService = class _SendingService {
29949
29949
  { "id": "uuid", "name": "uuid" }
29950
29950
  ];
29951
29951
  getSchedules(reportId, templateId, domainId) {
29952
- const url = this.apiHandlerService.getACSBaseUrl("get_report_schedules", "ce");
29952
+ const url = this.apiHandlerService.getACSBaseUrl("get_report_schedules", "ubo");
29953
29953
  const body = {
29954
29954
  p_report_params: {
29955
29955
  p_user_id: this.sessionService.sessionData?.Username,
@@ -30024,7 +30024,7 @@ var SendingService = class _SendingService {
30024
30024
  };
30025
30025
  }
30026
30026
  getTimeStampOptions(domainId) {
30027
- const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "ce");
30027
+ const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "ubo");
30028
30028
  const body = {
30029
30029
  p_report_params: {
30030
30030
  p_domains: [domainId],
@@ -30058,7 +30058,7 @@ var SendingService = class _SendingService {
30058
30058
  }
30059
30059
  saveReportSchedule(template, formValue, reportBodyModel, scheduleInterval, currentSchedule) {
30060
30060
  const body = this.getRequestParamsToAirflow(template, formValue, reportBodyModel, scheduleInterval, currentSchedule);
30061
- const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "ce");
30061
+ const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "ubo");
30062
30062
  return this.apiHandlerService.Post(url, body).pipe(map((response) => {
30063
30063
  const result = response?.[0];
30064
30064
  if (result && result.successful !== "true") {
@@ -30076,7 +30076,7 @@ var SendingService = class _SendingService {
30076
30076
  p_schedule_id: scheduleId
30077
30077
  }
30078
30078
  };
30079
- const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "ce");
30079
+ const url = this.apiHandlerService.getACSBaseUrl("save_report_schedule", "ubo");
30080
30080
  return this.apiHandlerService.Post(url, body);
30081
30081
  }
30082
30082
  convertToCron(sendOptions) {
@@ -37652,4 +37652,4 @@ crypto-js/mode-ctr-gladman.js:
37652
37652
  * License: MIT
37653
37653
  *)
37654
37654
  */
37655
- //# sourceMappingURL=chunk-YQA2IRNM.js.map
37655
+ //# sourceMappingURL=chunk-HVLJIQJB.js.map