@verma-consulting/common-library 0.1.45 → 0.1.46
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 +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +20 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2079,8 +2079,9 @@ declare enum commentRole {
|
|
|
2079
2079
|
}
|
|
2080
2080
|
declare enum chatType {
|
|
2081
2081
|
chat_gpt = "chat_gpt",
|
|
2082
|
-
|
|
2083
|
-
claude = "claude"
|
|
2082
|
+
gemini = "gemini",
|
|
2083
|
+
claude = "claude",
|
|
2084
|
+
deepseek = "deepseek"
|
|
2084
2085
|
}
|
|
2085
2086
|
declare enum integrationType {
|
|
2086
2087
|
stripe = "stripe",
|
|
@@ -2090,8 +2091,9 @@ declare enum integrationType {
|
|
|
2090
2091
|
slack = "slack",
|
|
2091
2092
|
fixer_io = "fixer_io",
|
|
2092
2093
|
chat_gpt = "chat_gpt",
|
|
2093
|
-
|
|
2094
|
+
gemini = "gemini",
|
|
2094
2095
|
claude = "claude",
|
|
2096
|
+
deepseek = "deepseek",
|
|
2095
2097
|
google_maps = "google_maps",
|
|
2096
2098
|
shippo = "shippo",
|
|
2097
2099
|
shopify = "shopify"
|
|
@@ -3246,6 +3248,7 @@ declare const defaults: {
|
|
|
3246
3248
|
title: string;
|
|
3247
3249
|
description: string;
|
|
3248
3250
|
category: string;
|
|
3251
|
+
type: string;
|
|
3249
3252
|
key: string;
|
|
3250
3253
|
secret: string;
|
|
3251
3254
|
logo: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2079,8 +2079,9 @@ declare enum commentRole {
|
|
|
2079
2079
|
}
|
|
2080
2080
|
declare enum chatType {
|
|
2081
2081
|
chat_gpt = "chat_gpt",
|
|
2082
|
-
|
|
2083
|
-
claude = "claude"
|
|
2082
|
+
gemini = "gemini",
|
|
2083
|
+
claude = "claude",
|
|
2084
|
+
deepseek = "deepseek"
|
|
2084
2085
|
}
|
|
2085
2086
|
declare enum integrationType {
|
|
2086
2087
|
stripe = "stripe",
|
|
@@ -2090,8 +2091,9 @@ declare enum integrationType {
|
|
|
2090
2091
|
slack = "slack",
|
|
2091
2092
|
fixer_io = "fixer_io",
|
|
2092
2093
|
chat_gpt = "chat_gpt",
|
|
2093
|
-
|
|
2094
|
+
gemini = "gemini",
|
|
2094
2095
|
claude = "claude",
|
|
2096
|
+
deepseek = "deepseek",
|
|
2095
2097
|
google_maps = "google_maps",
|
|
2096
2098
|
shippo = "shippo",
|
|
2097
2099
|
shopify = "shopify"
|
|
@@ -3246,6 +3248,7 @@ declare const defaults: {
|
|
|
3246
3248
|
title: string;
|
|
3247
3249
|
description: string;
|
|
3248
3250
|
category: string;
|
|
3251
|
+
type: string;
|
|
3249
3252
|
key: string;
|
|
3250
3253
|
secret: string;
|
|
3251
3254
|
logo: string;
|
package/dist/index.js
CHANGED
|
@@ -841,8 +841,9 @@ var commentRole = /* @__PURE__ */ ((commentRole2) => {
|
|
|
841
841
|
})(commentRole || {});
|
|
842
842
|
var chatType = /* @__PURE__ */ ((chatType2) => {
|
|
843
843
|
chatType2["chat_gpt"] = "chat_gpt";
|
|
844
|
-
chatType2["
|
|
844
|
+
chatType2["gemini"] = "gemini";
|
|
845
845
|
chatType2["claude"] = "claude";
|
|
846
|
+
chatType2["deepseek"] = "deepseek";
|
|
846
847
|
return chatType2;
|
|
847
848
|
})(chatType || {});
|
|
848
849
|
var integrationType = /* @__PURE__ */ ((integrationType2) => {
|
|
@@ -853,8 +854,9 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
|
|
|
853
854
|
integrationType2["slack"] = "slack";
|
|
854
855
|
integrationType2["fixer_io"] = "fixer_io";
|
|
855
856
|
integrationType2["chat_gpt"] = "chat_gpt";
|
|
856
|
-
integrationType2["
|
|
857
|
+
integrationType2["gemini"] = "gemini";
|
|
857
858
|
integrationType2["claude"] = "claude";
|
|
859
|
+
integrationType2["deepseek"] = "deepseek";
|
|
858
860
|
integrationType2["google_maps"] = "google_maps";
|
|
859
861
|
integrationType2["shippo"] = "shippo";
|
|
860
862
|
integrationType2["shopify"] = "shopify";
|
|
@@ -2057,15 +2059,15 @@ var constants = {
|
|
|
2057
2059
|
description: "ChatGPT is an artificial intelligence (AI) chatbot that uses natural language processing to generate human-like responses to user input.",
|
|
2058
2060
|
title: "Integrate chatGPT to your platform",
|
|
2059
2061
|
logo: "img/integrations/chatgpt.png",
|
|
2060
|
-
new:
|
|
2062
|
+
new: true
|
|
2061
2063
|
},
|
|
2062
2064
|
{
|
|
2063
|
-
name: "
|
|
2065
|
+
name: "Gemini",
|
|
2064
2066
|
category: "AI",
|
|
2065
|
-
type: "
|
|
2066
|
-
description: "
|
|
2067
|
-
title: "Integrate
|
|
2068
|
-
logo: "img/integrations/
|
|
2067
|
+
type: "gemini",
|
|
2068
|
+
description: "Gemini is Google's multimodal AI model that can understand and generate text, code, images, and more to help you build and scale intelligent applications.",
|
|
2069
|
+
title: "Integrate Gemini to your platform",
|
|
2070
|
+
logo: "img/integrations/gemini.png",
|
|
2069
2071
|
new: true
|
|
2070
2072
|
},
|
|
2071
2073
|
{
|
|
@@ -2076,6 +2078,15 @@ var constants = {
|
|
|
2076
2078
|
title: "Integrate Claude to your platform",
|
|
2077
2079
|
logo: "img/integrations/claude.png",
|
|
2078
2080
|
new: true
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
name: "DeepSeek",
|
|
2084
|
+
category: "AI",
|
|
2085
|
+
type: "deepseek",
|
|
2086
|
+
description: "DeepSeek is a Chinese artificial intelligence company that develops open-source large language models (LLMs).",
|
|
2087
|
+
title: "Integrate DeepSeek to your platform",
|
|
2088
|
+
logo: "img/integrations/deepseek.png",
|
|
2089
|
+
new: true
|
|
2079
2090
|
}
|
|
2080
2091
|
]
|
|
2081
2092
|
},
|
|
@@ -2638,6 +2649,7 @@ var defaults = {
|
|
|
2638
2649
|
title: "",
|
|
2639
2650
|
description: "",
|
|
2640
2651
|
category: "",
|
|
2652
|
+
type: "",
|
|
2641
2653
|
key: "",
|
|
2642
2654
|
secret: "",
|
|
2643
2655
|
logo: "",
|