@everymatrix/stage-dm-input-text 1.0.29 → 1.0.31
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
|
@@ -33724,7 +33724,7 @@ var SendingService = class _SendingService {
|
|
|
33724
33724
|
};
|
|
33725
33725
|
}
|
|
33726
33726
|
getTimeStampOptions(domainId) {
|
|
33727
|
-
const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "
|
|
33727
|
+
const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "ubo");
|
|
33728
33728
|
const body = {
|
|
33729
33729
|
p_report_params: {
|
|
33730
33730
|
p_domains: [domainId],
|
package/main.js
CHANGED
|
@@ -31340,7 +31340,7 @@ var SendingService = class _SendingService {
|
|
|
31340
31340
|
};
|
|
31341
31341
|
}
|
|
31342
31342
|
getTimeStampOptions(domainId) {
|
|
31343
|
-
const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "
|
|
31343
|
+
const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "ubo");
|
|
31344
31344
|
const body = {
|
|
31345
31345
|
p_report_params: {
|
|
31346
31346
|
p_domains: [domainId],
|