@everymatrix/stage-mm-verification-report 1.1.52 → 1.1.54

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,6 +1,6 @@
1
1
  import {
2
2
  DmButtonLibComponent
3
- } from "./chunk-Z3BHMWT6.js";
3
+ } from "./chunk-H23OX7UI.js";
4
4
  import {
5
5
  Dialog,
6
6
  DialogModule,
@@ -219,4 +219,4 @@ var DomainsOverloadModalComponent = class _DomainsOverloadModalComponent {
219
219
  export {
220
220
  DomainsOverloadModalComponent
221
221
  };
222
- //# sourceMappingURL=chunk-MID2ZUA3.js.map
222
+ //# sourceMappingURL=chunk-263OX4ZL.js.map
@@ -29382,7 +29382,6 @@ var SessionService = class _SessionService {
29382
29382
  Environment: payload.Environment,
29383
29383
  Username: payload.Username,
29384
29384
  DomainPermissions: payload.DomainPermissions,
29385
- baseUrl: payload.baseUrl,
29386
29385
  realm: payload.realm
29387
29386
  };
29388
29387
  this.sessionDataSubject.next(newSessionData);
@@ -37512,10 +37511,11 @@ var RulesUsageRequestBodyStrategy = class _RulesUsageRequestBodyStrategy {
37512
37511
  if (value !== null) {
37513
37512
  if (field.field_data_type === "dateRange" && value) {
37514
37513
  const { start, end, alias } = value;
37515
- if (start && end || alias && alias !== "custom") {
37514
+ const isPredefinedPeriod = alias && alias !== "custom";
37515
+ if (start && end || isPredefinedPeriod) {
37516
37516
  let startDate = start;
37517
37517
  let endDate = end;
37518
- if (alias) {
37518
+ if (isPredefinedPeriod) {
37519
37519
  startDate = dateTransform(alias, "start");
37520
37520
  endDate = dateTransform(alias, "end");
37521
37521
  }
@@ -37796,4 +37796,4 @@ crypto-js/mode-ctr-gladman.js:
37796
37796
  * License: MIT
37797
37797
  *)
37798
37798
  */
37799
- //# sourceMappingURL=chunk-Z3BHMWT6.js.map
37799
+ //# sourceMappingURL=chunk-H23OX7UI.js.map