@verma-consulting/common-library 0.1.20 → 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.mjs CHANGED
@@ -651,9 +651,9 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
651
651
  integrationType2["chat_gpt"] = "chat_gpt";
652
652
  integrationType2["deepseek"] = "deepseek";
653
653
  integrationType2["claude"] = "claude";
654
+ integrationType2["google_maps"] = "google_maps";
654
655
  integrationType2["shippo"] = "shippo";
655
656
  integrationType2["shopify"] = "shopify";
656
- integrationType2["dealio"] = "dealio";
657
657
  return integrationType2;
658
658
  })(integrationType || {});
659
659
  var currency = /* @__PURE__ */ ((currency2) => {
@@ -1363,7 +1363,7 @@ var constants = {
1363
1363
  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.",
1364
1364
  title: "Integrate to Workspace and manage team members",
1365
1365
  logo: "img/integrations/google_workspace.webp",
1366
- new: true
1366
+ new: false
1367
1367
  },
1368
1368
  {
1369
1369
  name: "Microsoft 365",
@@ -1372,7 +1372,7 @@ var constants = {
1372
1372
  description: "Microsoft 365 (formerly known as Office 365) is a cloud-based suite of productivity and collaboration tools developed by Microsoft.",
1373
1373
  title: "Integrate with your organization microsoft 365 to manage employees",
1374
1374
  logo: "img/integrations/microsoft_365.png",
1375
- new: true
1375
+ new: false
1376
1376
  }
1377
1377
  ]
1378
1378
  },
@@ -1409,7 +1409,7 @@ var constants = {
1409
1409
  description: "ChatGPT is an artificial intelligence (AI) chatbot that uses natural language processing to generate human-like responses to user input.",
1410
1410
  title: "Integrate chatGPT to your platform",
1411
1411
  logo: "img/integrations/chatgpt.png",
1412
- new: true
1412
+ new: false
1413
1413
  },
1414
1414
  {
1415
1415
  name: "DeepSeek",
@@ -1432,31 +1432,17 @@ var constants = {
1432
1432
  ]
1433
1433
  },
1434
1434
  {
1435
- name: "Commerce",
1435
+ name: "Logistics",
1436
1436
  list: [
1437
1437
  {
1438
- name: "Shopify",
1439
- category: "Commerce",
1440
- type: "shopify",
1441
- description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
1442
- title: "Integrate with shopify to connect client usage to platform",
1443
- logo: "img/integrations/shopify.png",
1444
- new: true
1438
+ name: "Google Maps",
1439
+ category: "Logistics",
1440
+ type: "google_maps",
1441
+ description: "Set of web services provided by Google Cloud that allows you to integrate mapping, location, and navigation functionality.",
1442
+ title: "Integrate with Google Maps to generate maps and address validation",
1443
+ logo: "img/integrations/google_maps.png",
1444
+ new: false
1445
1445
  },
1446
- {
1447
- name: "Dealio",
1448
- category: "Commerce",
1449
- type: "dealio",
1450
- description: "A complete, Next-Gen Software-as-a-Service platform tailored for financial institutions.",
1451
- title: "Integrate with dealio to platform",
1452
- logo: "img/integrations/dealio.svg",
1453
- new: true
1454
- }
1455
- ]
1456
- },
1457
- {
1458
- name: "Logistics",
1459
- list: [
1460
1446
  {
1461
1447
  name: "Shippo",
1462
1448
  category: "Logistics",
@@ -1464,6 +1450,20 @@ var constants = {
1464
1450
  description: "Multi-carrier shipping platform that provides businesses with a simple way to integrate shipping functionality into their applications.",
1465
1451
  title: "Integrate with shippo to generate labels and live shipping details",
1466
1452
  logo: "img/integrations/shippo.png",
1453
+ new: false
1454
+ }
1455
+ ]
1456
+ },
1457
+ {
1458
+ name: "Commerce",
1459
+ list: [
1460
+ {
1461
+ name: "Shopify",
1462
+ category: "Commerce",
1463
+ type: "shopify",
1464
+ description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
1465
+ title: "Integrate with shopify to connect client usage to platform",
1466
+ logo: "img/integrations/shopify.png",
1467
1467
  new: true
1468
1468
  }
1469
1469
  ]
@@ -1759,14 +1759,26 @@ var defaults = {
1759
1759
  status: "Ready",
1760
1760
  paymentStatus: "requires_payment_method",
1761
1761
  currency: "usd",
1762
+ receiptEmail: "",
1763
+ receiptNumber: "",
1764
+ receiptUrl: "",
1765
+ setupFutureUsage: "",
1762
1766
  amount: 0,
1763
1767
  amountCapturable: 0,
1764
1768
  amountReceived: 0,
1765
1769
  applicationFeeAmount: 0,
1770
+ cancellationReason: "",
1771
+ captureMethod: "",
1772
+ confirmationMethod: "",
1766
1773
  statementDescriptor: "",
1767
1774
  statementDescriptorSuffix: "",
1775
+ calculatedStatementDescriptor: "",
1776
+ confirm: false,
1777
+ paid: false,
1778
+ captured: false,
1779
+ disputed: false,
1780
+ refunded: false,
1768
1781
  livemode: false,
1769
- receiptEmail: "",
1770
1782
  client: "",
1771
1783
  subscription: "",
1772
1784
  invoice: "",