@verma-consulting/common-library 0.1.56 → 0.1.57

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/dist/index.d.mts CHANGED
@@ -2017,7 +2017,8 @@ declare enum status {
2017
2017
  declare enum ContentType {
2018
2018
  Grid = "Grid",
2019
2019
  Table = "Table",
2020
- Kanban = "Kanban"
2020
+ Kanban = "Kanban",
2021
+ Map = "Map"
2021
2022
  }
2022
2023
  declare enum CalculationType {
2023
2024
  EqualsTo = "EqualsTo",
package/dist/index.d.ts CHANGED
@@ -2017,7 +2017,8 @@ declare enum status {
2017
2017
  declare enum ContentType {
2018
2018
  Grid = "Grid",
2019
2019
  Table = "Table",
2020
- Kanban = "Kanban"
2020
+ Kanban = "Kanban",
2021
+ Map = "Map"
2021
2022
  }
2022
2023
  declare enum CalculationType {
2023
2024
  EqualsTo = "EqualsTo",
package/dist/index.js CHANGED
@@ -762,6 +762,7 @@ var ContentType = /* @__PURE__ */ ((ContentType2) => {
762
762
  ContentType2["Grid"] = "Grid";
763
763
  ContentType2["Table"] = "Table";
764
764
  ContentType2["Kanban"] = "Kanban";
765
+ ContentType2["Map"] = "Map";
765
766
  return ContentType2;
766
767
  })(ContentType || {});
767
768
  var CalculationType = /* @__PURE__ */ ((CalculationType2) => {