@verma-consulting/common-library 0.1.21 → 0.1.22

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
@@ -1805,9 +1805,9 @@ declare enum integrationType {
1805
1805
  chat_gpt = "chat_gpt",
1806
1806
  deepseek = "deepseek",
1807
1807
  claude = "claude",
1808
+ google_maps = "google_maps",
1808
1809
  shippo = "shippo",
1809
- shopify = "shopify",
1810
- dealio = "dealio"
1810
+ shopify = "shopify"
1811
1811
  }
1812
1812
  declare enum currency {
1813
1813
  usd = "usd",
package/dist/index.d.ts CHANGED
@@ -1805,9 +1805,9 @@ declare enum integrationType {
1805
1805
  chat_gpt = "chat_gpt",
1806
1806
  deepseek = "deepseek",
1807
1807
  claude = "claude",
1808
+ google_maps = "google_maps",
1808
1809
  shippo = "shippo",
1809
- shopify = "shopify",
1810
- dealio = "dealio"
1810
+ shopify = "shopify"
1811
1811
  }
1812
1812
  declare enum currency {
1813
1813
  usd = "usd",
package/dist/index.js CHANGED
@@ -756,9 +756,9 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
756
756
  integrationType2["chat_gpt"] = "chat_gpt";
757
757
  integrationType2["deepseek"] = "deepseek";
758
758
  integrationType2["claude"] = "claude";
759
+ integrationType2["google_maps"] = "google_maps";
759
760
  integrationType2["shippo"] = "shippo";
760
761
  integrationType2["shopify"] = "shopify";
761
- integrationType2["dealio"] = "dealio";
762
762
  return integrationType2;
763
763
  })(integrationType || {});
764
764
  var currency = /* @__PURE__ */ ((currency2) => {
@@ -1468,7 +1468,7 @@ var constants = {
1468
1468
  description: "Google Workspace (formerly G Suite) is a cloud-based productivity suite that provides tools for collaboration, communication, and business operations. Many companies use Google Workspace to improve efficiency, collaboration, and streamline workflows.",
1469
1469
  title: "Integrate to Workspace and manage team members",
1470
1470
  logo: "img/integrations/google_workspace.webp",
1471
- new: true
1471
+ new: false
1472
1472
  },
1473
1473
  {
1474
1474
  name: "Microsoft 365",
@@ -1477,7 +1477,7 @@ var constants = {
1477
1477
  description: "Microsoft 365 (formerly known as Office 365) is a cloud-based suite of productivity and collaboration tools developed by Microsoft.",
1478
1478
  title: "Integrate with your organization microsoft 365 to manage employees",
1479
1479
  logo: "img/integrations/microsoft_365.png",
1480
- new: true
1480
+ new: false
1481
1481
  }
1482
1482
  ]
1483
1483
  },
@@ -1514,7 +1514,7 @@ var constants = {
1514
1514
  description: "ChatGPT is an artificial intelligence (AI) chatbot that uses natural language processing to generate human-like responses to user input.",
1515
1515
  title: "Integrate chatGPT to your platform",
1516
1516
  logo: "img/integrations/chatgpt.png",
1517
- new: true
1517
+ new: false
1518
1518
  },
1519
1519
  {
1520
1520
  name: "DeepSeek",
@@ -1537,31 +1537,17 @@ var constants = {
1537
1537
  ]
1538
1538
  },
1539
1539
  {
1540
- name: "Commerce",
1540
+ name: "Logistics",
1541
1541
  list: [
1542
1542
  {
1543
- name: "Shopify",
1544
- category: "Commerce",
1545
- type: "shopify",
1546
- description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
1547
- title: "Integrate with shopify to connect client usage to platform",
1548
- logo: "img/integrations/shopify.png",
1549
- new: true
1543
+ name: "Google Maps",
1544
+ category: "Logistics",
1545
+ type: "google_maps",
1546
+ description: "Set of web services provided by Google Cloud that allows you to integrate mapping, location, and navigation functionality.",
1547
+ title: "Integrate with Google Maps to generate maps and address validation",
1548
+ logo: "img/integrations/google_maps.png",
1549
+ new: false
1550
1550
  },
1551
- {
1552
- name: "Dealio",
1553
- category: "Commerce",
1554
- type: "dealio",
1555
- description: "A complete, Next-Gen Software-as-a-Service platform tailored for financial institutions.",
1556
- title: "Integrate with dealio to platform",
1557
- logo: "img/integrations/dealio.svg",
1558
- new: true
1559
- }
1560
- ]
1561
- },
1562
- {
1563
- name: "Logistics",
1564
- list: [
1565
1551
  {
1566
1552
  name: "Shippo",
1567
1553
  category: "Logistics",
@@ -1569,6 +1555,20 @@ var constants = {
1569
1555
  description: "Multi-carrier shipping platform that provides businesses with a simple way to integrate shipping functionality into their applications.",
1570
1556
  title: "Integrate with shippo to generate labels and live shipping details",
1571
1557
  logo: "img/integrations/shippo.png",
1558
+ new: false
1559
+ }
1560
+ ]
1561
+ },
1562
+ {
1563
+ name: "Commerce",
1564
+ list: [
1565
+ {
1566
+ name: "Shopify",
1567
+ category: "Commerce",
1568
+ type: "shopify",
1569
+ description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
1570
+ title: "Integrate with shopify to connect client usage to platform",
1571
+ logo: "img/integrations/shopify.png",
1572
1572
  new: true
1573
1573
  }
1574
1574
  ]