@verma-consulting/common-library 0.1.41 → 0.1.43
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 +10 -1
- package/dist/index.d.ts +10 -1
- package/dist/index.js +13 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -719,6 +719,16 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
|
|
|
719
719
|
integrationType2["shopify"] = "shopify";
|
|
720
720
|
return integrationType2;
|
|
721
721
|
})(integrationType || {});
|
|
722
|
+
var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
|
|
723
|
+
integrationCategory2["Logistic"] = "Logistic";
|
|
724
|
+
integrationCategory2["Commerce"] = "Commerce";
|
|
725
|
+
integrationCategory2["AI"] = "AI";
|
|
726
|
+
integrationCategory2["Finances"] = "Finances";
|
|
727
|
+
integrationCategory2["OrganizationWorkspaces"] = "Organization Workspaces";
|
|
728
|
+
integrationCategory2["MessagingPlatforms"] = "Messaging Platforms";
|
|
729
|
+
integrationCategory2["Miscellaneous"] = "Miscellaneous";
|
|
730
|
+
return integrationCategory2;
|
|
731
|
+
})(integrationCategory || {});
|
|
722
732
|
var currency = /* @__PURE__ */ ((currency2) => {
|
|
723
733
|
currency2["usd"] = "usd";
|
|
724
734
|
currency2["aed"] = "aed";
|
|
@@ -1859,7 +1869,7 @@ var constants = {
|
|
|
1859
1869
|
type: "google_workspace",
|
|
1860
1870
|
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.",
|
|
1861
1871
|
title: "Integrate to Workspace and manage team members",
|
|
1862
|
-
logo: "img/integrations/google_workspace.
|
|
1872
|
+
logo: "img/integrations/google_workspace.png",
|
|
1863
1873
|
new: false
|
|
1864
1874
|
},
|
|
1865
1875
|
{
|
|
@@ -3069,6 +3079,7 @@ export {
|
|
|
3069
3079
|
getRandomArbitrary,
|
|
3070
3080
|
girth,
|
|
3071
3081
|
grabAge,
|
|
3082
|
+
integrationCategory,
|
|
3072
3083
|
integrationType,
|
|
3073
3084
|
isNumber,
|
|
3074
3085
|
largeNumberLabel,
|