@verma-consulting/common-library 0.1.56 → 0.1.58

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.mjs CHANGED
@@ -645,6 +645,7 @@ var ContentType = /* @__PURE__ */ ((ContentType2) => {
645
645
  ContentType2["Grid"] = "Grid";
646
646
  ContentType2["Table"] = "Table";
647
647
  ContentType2["Kanban"] = "Kanban";
648
+ ContentType2["Map"] = "Map";
648
649
  return ContentType2;
649
650
  })(ContentType || {});
650
651
  var CalculationType = /* @__PURE__ */ ((CalculationType2) => {
@@ -753,6 +754,7 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
753
754
  integrationType2["tavily"] = "tavily";
754
755
  integrationType2["serp_api"] = "serp_api";
755
756
  integrationType2["bing_search"] = "bing_search";
757
+ integrationType2["zendesk"] = "zendesk";
756
758
  return integrationType2;
757
759
  })(integrationType || {});
758
760
  var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
@@ -917,6 +919,8 @@ var constants = {
917
919
  DEFAULT_SORT: "createdAt",
918
920
  DEFAULT_KANBAN_FIELD: "status",
919
921
  DEFAULT_PRIMARY_THEME: "#00a893",
922
+ DEFAULT_LANGUAGE: "English",
923
+ DEFAULT_CURRENCY: "usd",
920
924
  DEFAULT_CURRENCY_FIELDS: [
921
925
  "annualRevenue",
922
926
  "balance",
@@ -939,6 +943,12 @@ var constants = {
939
943
  "amountCapturable",
940
944
  "amountReceived"
941
945
  ],
946
+ SNACKBAR_TYPES: {
947
+ SUCCESS: "success",
948
+ ERROR: "error",
949
+ WARNING: "warning",
950
+ INFO: "info"
951
+ },
942
952
  MODEL_APP_MAPPING: {
943
953
  clients: "cms",
944
954
  tasks: "cms",
@@ -2066,6 +2076,15 @@ var constants = {
2066
2076
  {
2067
2077
  name: "Miscellaneous",
2068
2078
  list: [
2079
+ {
2080
+ name: "Zendesk",
2081
+ category: "Miscellaneous",
2082
+ type: "zendesk",
2083
+ description: "Zendesk is a customer service platform that helps teams manage support tickets, automate workflows, and deliver consistent customer experiences across multiple communication channels.",
2084
+ title: "Integrate Zendesk to manage support tickets and streamline helpdesk operations across the platform",
2085
+ logo: "img/integrations/zendesk.png",
2086
+ new: true
2087
+ },
2069
2088
  {
2070
2089
  name: "Fixer io",
2071
2090
  category: "Miscellaneous",