@verma-consulting/common-library 0.1.45 → 0.1.47
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 +12 -5
- package/dist/index.d.ts +12 -5
- package/dist/index.js +56 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +56 -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,11 +2091,15 @@ 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
|
-
shopify = "shopify"
|
|
2099
|
+
shopify = "shopify",
|
|
2100
|
+
tavily = "tavily",
|
|
2101
|
+
serp_api = "serp_api",
|
|
2102
|
+
bing_search = "bing_search"
|
|
2098
2103
|
}
|
|
2099
2104
|
declare enum integrationCategory {
|
|
2100
2105
|
Logistic = "Logistic",
|
|
@@ -2103,7 +2108,8 @@ declare enum integrationCategory {
|
|
|
2103
2108
|
Finances = "Finances",
|
|
2104
2109
|
OrganizationWorkspaces = "Organization Workspaces",
|
|
2105
2110
|
MessagingPlatforms = "Messaging Platforms",
|
|
2106
|
-
Miscellaneous = "Miscellaneous"
|
|
2111
|
+
Miscellaneous = "Miscellaneous",
|
|
2112
|
+
Search = "Search"
|
|
2107
2113
|
}
|
|
2108
2114
|
declare enum currency {
|
|
2109
2115
|
usd = "usd",
|
|
@@ -3246,6 +3252,7 @@ declare const defaults: {
|
|
|
3246
3252
|
title: string;
|
|
3247
3253
|
description: string;
|
|
3248
3254
|
category: string;
|
|
3255
|
+
type: string;
|
|
3249
3256
|
key: string;
|
|
3250
3257
|
secret: string;
|
|
3251
3258
|
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,11 +2091,15 @@ 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
|
-
shopify = "shopify"
|
|
2099
|
+
shopify = "shopify",
|
|
2100
|
+
tavily = "tavily",
|
|
2101
|
+
serp_api = "serp_api",
|
|
2102
|
+
bing_search = "bing_search"
|
|
2098
2103
|
}
|
|
2099
2104
|
declare enum integrationCategory {
|
|
2100
2105
|
Logistic = "Logistic",
|
|
@@ -2103,7 +2108,8 @@ declare enum integrationCategory {
|
|
|
2103
2108
|
Finances = "Finances",
|
|
2104
2109
|
OrganizationWorkspaces = "Organization Workspaces",
|
|
2105
2110
|
MessagingPlatforms = "Messaging Platforms",
|
|
2106
|
-
Miscellaneous = "Miscellaneous"
|
|
2111
|
+
Miscellaneous = "Miscellaneous",
|
|
2112
|
+
Search = "Search"
|
|
2107
2113
|
}
|
|
2108
2114
|
declare enum currency {
|
|
2109
2115
|
usd = "usd",
|
|
@@ -3246,6 +3252,7 @@ declare const defaults: {
|
|
|
3246
3252
|
title: string;
|
|
3247
3253
|
description: string;
|
|
3248
3254
|
category: string;
|
|
3255
|
+
type: string;
|
|
3249
3256
|
key: string;
|
|
3250
3257
|
secret: string;
|
|
3251
3258
|
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,11 +854,15 @@ 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";
|
|
863
|
+
integrationType2["tavily"] = "tavily";
|
|
864
|
+
integrationType2["serp_api"] = "serp_api";
|
|
865
|
+
integrationType2["bing_search"] = "bing_search";
|
|
861
866
|
return integrationType2;
|
|
862
867
|
})(integrationType || {});
|
|
863
868
|
var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
|
|
@@ -868,6 +873,7 @@ var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
|
|
|
868
873
|
integrationCategory2["OrganizationWorkspaces"] = "Organization Workspaces";
|
|
869
874
|
integrationCategory2["MessagingPlatforms"] = "Messaging Platforms";
|
|
870
875
|
integrationCategory2["Miscellaneous"] = "Miscellaneous";
|
|
876
|
+
integrationCategory2["Search"] = "Search";
|
|
871
877
|
return integrationCategory2;
|
|
872
878
|
})(integrationCategory || {});
|
|
873
879
|
var currency = /* @__PURE__ */ ((currency2) => {
|
|
@@ -2057,15 +2063,15 @@ var constants = {
|
|
|
2057
2063
|
description: "ChatGPT is an artificial intelligence (AI) chatbot that uses natural language processing to generate human-like responses to user input.",
|
|
2058
2064
|
title: "Integrate chatGPT to your platform",
|
|
2059
2065
|
logo: "img/integrations/chatgpt.png",
|
|
2060
|
-
new:
|
|
2066
|
+
new: true
|
|
2061
2067
|
},
|
|
2062
2068
|
{
|
|
2063
|
-
name: "
|
|
2069
|
+
name: "Gemini",
|
|
2064
2070
|
category: "AI",
|
|
2065
|
-
type: "
|
|
2066
|
-
description: "
|
|
2067
|
-
title: "Integrate
|
|
2068
|
-
logo: "img/integrations/
|
|
2071
|
+
type: "gemini",
|
|
2072
|
+
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.",
|
|
2073
|
+
title: "Integrate Gemini to your platform",
|
|
2074
|
+
logo: "img/integrations/gemini.png",
|
|
2069
2075
|
new: true
|
|
2070
2076
|
},
|
|
2071
2077
|
{
|
|
@@ -2076,6 +2082,47 @@ var constants = {
|
|
|
2076
2082
|
title: "Integrate Claude to your platform",
|
|
2077
2083
|
logo: "img/integrations/claude.png",
|
|
2078
2084
|
new: true
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
name: "DeepSeek",
|
|
2088
|
+
category: "AI",
|
|
2089
|
+
type: "deepseek",
|
|
2090
|
+
description: "DeepSeek is a Chinese artificial intelligence company that develops open-source large language models (LLMs).",
|
|
2091
|
+
title: "Integrate DeepSeek to your platform",
|
|
2092
|
+
logo: "img/integrations/deepseek.png",
|
|
2093
|
+
new: true
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
name: "Search",
|
|
2099
|
+
list: [
|
|
2100
|
+
{
|
|
2101
|
+
name: "Tavily",
|
|
2102
|
+
category: "Search",
|
|
2103
|
+
type: "tavily",
|
|
2104
|
+
description: "Tavily is an AI-powered search API designed for developers building intelligent applications. It provides accurate, real-time web search results optimized for LLMs and AI agents, enabling your platform to access up-to-date information from the web.",
|
|
2105
|
+
title: "Integrate Tavily to enable AI-powered web search in your platform",
|
|
2106
|
+
logo: "img/integrations/tavily.png",
|
|
2107
|
+
new: true
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
name: "Serp API",
|
|
2111
|
+
category: "Search",
|
|
2112
|
+
type: "serp_api",
|
|
2113
|
+
description: "SerpApi is a real-time search engine results page (SERP) API that provides structured data from Google, Bing, and other search engines. Use it to integrate search results, local listings, and SERP features into your applications without dealing with scraping or rate limits.",
|
|
2114
|
+
title: "Integrate Serp API to add search engine results to your platform",
|
|
2115
|
+
logo: "img/integrations/serp_api.png",
|
|
2116
|
+
new: true
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
name: "Bing Search",
|
|
2120
|
+
category: "Search",
|
|
2121
|
+
type: "bing_search",
|
|
2122
|
+
description: "Bing Search API gives your application access to web search results from Microsoft Bing. Integrate search capabilities to power discovery, research, and real-time information retrieval across your platform.",
|
|
2123
|
+
title: "Integrate Bing Search to enable web search in your platform",
|
|
2124
|
+
logo: "img/integrations/bing_search.png",
|
|
2125
|
+
new: true
|
|
2079
2126
|
}
|
|
2080
2127
|
]
|
|
2081
2128
|
},
|
|
@@ -2638,6 +2685,7 @@ var defaults = {
|
|
|
2638
2685
|
title: "",
|
|
2639
2686
|
description: "",
|
|
2640
2687
|
category: "",
|
|
2688
|
+
type: "",
|
|
2641
2689
|
key: "",
|
|
2642
2690
|
secret: "",
|
|
2643
2691
|
logo: "",
|