@everymatrix/stage-dm-range-date-picker 1.0.32 → 1.0.34
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
|
@@ -33875,7 +33875,7 @@ var SendingService = class _SendingService {
|
|
|
33875
33875
|
};
|
|
33876
33876
|
}
|
|
33877
33877
|
getTimeStampOptions(domainId) {
|
|
33878
|
-
const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "
|
|
33878
|
+
const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "ubo");
|
|
33879
33879
|
const body = {
|
|
33880
33880
|
p_report_params: {
|
|
33881
33881
|
p_domains: [domainId],
|
package/main.js
CHANGED
|
@@ -31491,7 +31491,7 @@ var SendingService = class _SendingService {
|
|
|
31491
31491
|
};
|
|
31492
31492
|
}
|
|
31493
31493
|
getTimeStampOptions(domainId) {
|
|
31494
|
-
const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "
|
|
31494
|
+
const url = this.apiHandlerService.getACSBaseUrl("rep_report_params_lookup", "ubo");
|
|
31495
31495
|
const body = {
|
|
31496
31496
|
p_report_params: {
|
|
31497
31497
|
p_domains: [domainId],
|