@everymatrix/stage-mm-verification-report 1.0.49 → 1.1.0

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-5RQ247ER.js";
3
+ } from "./chunk-ILY5KFAW.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-FV65HN4Q.js.map
222
+ //# sourceMappingURL=chunk-5K6TODDU.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  DeleteTemplateModalComponent
3
- } from "./chunk-HKFBICBE.js";
4
- import "./chunk-5RQ247ER.js";
3
+ } from "./chunk-Y5KSVMMR.js";
4
+ import "./chunk-ILY5KFAW.js";
5
5
  import "./chunk-2SMQV2OO.js";
6
6
  import "./chunk-57JN4OKS.js";
7
7
  export {
8
8
  DeleteTemplateModalComponent
9
9
  };
10
- //# sourceMappingURL=chunk-EHYSURWH.js.map
10
+ //# sourceMappingURL=chunk-6PYNOELZ.js.map
@@ -37309,7 +37309,7 @@ var DATE_HINTS = [
37309
37309
 
37310
37310
  // libs/shared/data-access/utils/src/lib/functions/date-transform.ts
37311
37311
  var dateTransform = (dateType, key) => {
37312
- let updatedTime = DATE_HINTS.find((item) => item.dateAlias === dateType);
37312
+ const updatedTime = DATE_HINTS.find((item) => item.dateAlias === dateType);
37313
37313
  return updatedTime?.interval[key];
37314
37314
  };
37315
37315
 
@@ -37364,13 +37364,13 @@ var VerificationRequestBodyStrategy = class _VerificationRequestBodyStrategy {
37364
37364
  }
37365
37365
  const prefixedKey = field_id === "merchant_name" ? "p_domains" : `p_${field_id}`;
37366
37366
  if (field.field_data_type === "TIMESTAMP" && value) {
37367
- const { start, end, dateAlias } = value;
37368
- if (start && end || dateAlias) {
37367
+ const { start, end, alias } = value;
37368
+ if (start && end || alias) {
37369
37369
  let startDate = start;
37370
37370
  let endDate = end;
37371
- if (dateAlias && dateAlias !== "custom") {
37372
- startDate = dateTransform(dateAlias, "start");
37373
- endDate = dateTransform(dateAlias, "end");
37371
+ if (alias && alias !== "custom") {
37372
+ startDate = dateTransform(alias, "start");
37373
+ endDate = dateTransform(alias, "end");
37374
37374
  }
37375
37375
  value = [
37376
37376
  (0, import_moment3.default)(startDate).format("YYYY-MM-DD HH:mm:ss.SSS"),
@@ -37645,4 +37645,4 @@ crypto-js/mode-ctr-gladman.js:
37645
37645
  * License: MIT
37646
37646
  *)
37647
37647
  */
37648
- //# sourceMappingURL=chunk-5RQ247ER.js.map
37648
+ //# sourceMappingURL=chunk-ILY5KFAW.js.map