@verma-consulting/common-library 0.1.48 → 0.1.50
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +22 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -21
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -663,6 +663,7 @@ var operationType = /* @__PURE__ */ ((operationType2) => {
|
|
|
663
663
|
})(operationType || {});
|
|
664
664
|
var FrequencyType = /* @__PURE__ */ ((FrequencyType2) => {
|
|
665
665
|
FrequencyType2["Daily"] = "Daily";
|
|
666
|
+
FrequencyType2["Weekly"] = "Weekly";
|
|
666
667
|
FrequencyType2["Monthly"] = "Monthly";
|
|
667
668
|
FrequencyType2["Quarterly"] = "Quarterly";
|
|
668
669
|
FrequencyType2["Annually"] = "Annually";
|
|
@@ -1959,6 +1960,15 @@ var constants = {
|
|
|
1959
1960
|
logo: "img/integrations/gemini.png",
|
|
1960
1961
|
new: true
|
|
1961
1962
|
},
|
|
1963
|
+
{
|
|
1964
|
+
name: "Co-Pilot",
|
|
1965
|
+
category: "AI",
|
|
1966
|
+
type: "co_pilot",
|
|
1967
|
+
description: "Co-Pilot is an AI assistant that helps you code, search, and get answers across your development workflow.",
|
|
1968
|
+
title: "Integrate Co-Pilot to your platform",
|
|
1969
|
+
logo: "img/integrations/co_pilot.png",
|
|
1970
|
+
new: true
|
|
1971
|
+
},
|
|
1962
1972
|
{
|
|
1963
1973
|
name: "Claude",
|
|
1964
1974
|
category: "AI",
|
|
@@ -1976,14 +1986,19 @@ var constants = {
|
|
|
1976
1986
|
title: "Integrate DeepSeek to your platform",
|
|
1977
1987
|
logo: "img/integrations/deepseek.png",
|
|
1978
1988
|
new: true
|
|
1979
|
-
}
|
|
1989
|
+
}
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
name: "Commerce",
|
|
1994
|
+
list: [
|
|
1980
1995
|
{
|
|
1981
|
-
name: "
|
|
1982
|
-
category: "
|
|
1983
|
-
type: "
|
|
1984
|
-
description: "
|
|
1985
|
-
title: "Integrate
|
|
1986
|
-
logo: "img/integrations/
|
|
1996
|
+
name: "Shopify",
|
|
1997
|
+
category: "Commerce",
|
|
1998
|
+
type: "shopify",
|
|
1999
|
+
description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
|
|
2000
|
+
title: "Integrate with shopify to connect client usage to platform",
|
|
2001
|
+
logo: "img/integrations/shopify.png",
|
|
1987
2002
|
new: true
|
|
1988
2003
|
}
|
|
1989
2004
|
]
|
|
@@ -2011,20 +2026,6 @@ var constants = {
|
|
|
2011
2026
|
}
|
|
2012
2027
|
]
|
|
2013
2028
|
},
|
|
2014
|
-
{
|
|
2015
|
-
name: "Commerce",
|
|
2016
|
-
list: [
|
|
2017
|
-
{
|
|
2018
|
-
name: "Shopify",
|
|
2019
|
-
category: "Commerce",
|
|
2020
|
-
type: "shopify",
|
|
2021
|
-
description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
|
|
2022
|
-
title: "Integrate with shopify to connect client usage to platform",
|
|
2023
|
-
logo: "img/integrations/shopify.png",
|
|
2024
|
-
new: true
|
|
2025
|
-
}
|
|
2026
|
-
]
|
|
2027
|
-
},
|
|
2028
2029
|
{
|
|
2029
2030
|
name: "Search",
|
|
2030
2031
|
list: [
|