@everymatrix/prod-mm-verification-report 1.1.41 → 1.1.44
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.
- package/component-lib.js +1 -1
- package/main.js +1 -1
- package/main.js.map +1 -1
- package/package-stage.json +1 -1
- package/package.json +1 -1
package/component-lib.js
CHANGED
|
@@ -42166,7 +42166,7 @@ var VerificationService = class _VerificationService {
|
|
|
42166
42166
|
});
|
|
42167
42167
|
}
|
|
42168
42168
|
getLookups() {
|
|
42169
|
-
const url = this.apiHandlerService.getACSBaseUrl("
|
|
42169
|
+
const url = this.apiHandlerService.getACSBaseUrl("rep_mm_report_params_lookup", "ubo");
|
|
42170
42170
|
const body = {
|
|
42171
42171
|
p_report_params: {
|
|
42172
42172
|
p_domains: [
|
package/main.js
CHANGED
|
@@ -39782,7 +39782,7 @@ var VerificationService = class _VerificationService {
|
|
|
39782
39782
|
});
|
|
39783
39783
|
}
|
|
39784
39784
|
getLookups() {
|
|
39785
|
-
const url = this.apiHandlerService.getACSBaseUrl("
|
|
39785
|
+
const url = this.apiHandlerService.getACSBaseUrl("rep_mm_report_params_lookup", "ubo");
|
|
39786
39786
|
const body = {
|
|
39787
39787
|
p_report_params: {
|
|
39788
39788
|
p_domains: [
|