@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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -780,6 +780,7 @@ var operationType = /* @__PURE__ */ ((operationType2) => {
|
|
|
780
780
|
})(operationType || {});
|
|
781
781
|
var FrequencyType = /* @__PURE__ */ ((FrequencyType2) => {
|
|
782
782
|
FrequencyType2["Daily"] = "Daily";
|
|
783
|
+
FrequencyType2["Weekly"] = "Weekly";
|
|
783
784
|
FrequencyType2["Monthly"] = "Monthly";
|
|
784
785
|
FrequencyType2["Quarterly"] = "Quarterly";
|
|
785
786
|
FrequencyType2["Annually"] = "Annually";
|
|
@@ -2076,6 +2077,15 @@ var constants = {
|
|
|
2076
2077
|
logo: "img/integrations/gemini.png",
|
|
2077
2078
|
new: true
|
|
2078
2079
|
},
|
|
2080
|
+
{
|
|
2081
|
+
name: "Co-Pilot",
|
|
2082
|
+
category: "AI",
|
|
2083
|
+
type: "co_pilot",
|
|
2084
|
+
description: "Co-Pilot is an AI assistant that helps you code, search, and get answers across your development workflow.",
|
|
2085
|
+
title: "Integrate Co-Pilot to your platform",
|
|
2086
|
+
logo: "img/integrations/co_pilot.png",
|
|
2087
|
+
new: true
|
|
2088
|
+
},
|
|
2079
2089
|
{
|
|
2080
2090
|
name: "Claude",
|
|
2081
2091
|
category: "AI",
|
|
@@ -2093,14 +2103,19 @@ var constants = {
|
|
|
2093
2103
|
title: "Integrate DeepSeek to your platform",
|
|
2094
2104
|
logo: "img/integrations/deepseek.png",
|
|
2095
2105
|
new: true
|
|
2096
|
-
}
|
|
2106
|
+
}
|
|
2107
|
+
]
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
name: "Commerce",
|
|
2111
|
+
list: [
|
|
2097
2112
|
{
|
|
2098
|
-
name: "
|
|
2099
|
-
category: "
|
|
2100
|
-
type: "
|
|
2101
|
-
description: "
|
|
2102
|
-
title: "Integrate
|
|
2103
|
-
logo: "img/integrations/
|
|
2113
|
+
name: "Shopify",
|
|
2114
|
+
category: "Commerce",
|
|
2115
|
+
type: "shopify",
|
|
2116
|
+
description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
|
|
2117
|
+
title: "Integrate with shopify to connect client usage to platform",
|
|
2118
|
+
logo: "img/integrations/shopify.png",
|
|
2104
2119
|
new: true
|
|
2105
2120
|
}
|
|
2106
2121
|
]
|
|
@@ -2128,20 +2143,6 @@ var constants = {
|
|
|
2128
2143
|
}
|
|
2129
2144
|
]
|
|
2130
2145
|
},
|
|
2131
|
-
{
|
|
2132
|
-
name: "Commerce",
|
|
2133
|
-
list: [
|
|
2134
|
-
{
|
|
2135
|
-
name: "Shopify",
|
|
2136
|
-
category: "Commerce",
|
|
2137
|
-
type: "shopify",
|
|
2138
|
-
description: "Cloud-based commerce platform that allows businesses to sell products online and in-person.",
|
|
2139
|
-
title: "Integrate with shopify to connect client usage to platform",
|
|
2140
|
-
logo: "img/integrations/shopify.png",
|
|
2141
|
-
new: true
|
|
2142
|
-
}
|
|
2143
|
-
]
|
|
2144
|
-
},
|
|
2145
2146
|
{
|
|
2146
2147
|
name: "Search",
|
|
2147
2148
|
list: [
|