@verma-consulting/common-library 0.1.46 → 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 +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +36 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +36 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -743,6 +743,9 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
|
|
|
743
743
|
integrationType2["google_maps"] = "google_maps";
|
|
744
744
|
integrationType2["shippo"] = "shippo";
|
|
745
745
|
integrationType2["shopify"] = "shopify";
|
|
746
|
+
integrationType2["tavily"] = "tavily";
|
|
747
|
+
integrationType2["serp_api"] = "serp_api";
|
|
748
|
+
integrationType2["bing_search"] = "bing_search";
|
|
746
749
|
return integrationType2;
|
|
747
750
|
})(integrationType || {});
|
|
748
751
|
var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
|
|
@@ -753,6 +756,7 @@ var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
|
|
|
753
756
|
integrationCategory2["OrganizationWorkspaces"] = "Organization Workspaces";
|
|
754
757
|
integrationCategory2["MessagingPlatforms"] = "Messaging Platforms";
|
|
755
758
|
integrationCategory2["Miscellaneous"] = "Miscellaneous";
|
|
759
|
+
integrationCategory2["Search"] = "Search";
|
|
756
760
|
return integrationCategory2;
|
|
757
761
|
})(integrationCategory || {});
|
|
758
762
|
var currency = /* @__PURE__ */ ((currency2) => {
|
|
@@ -1973,6 +1977,38 @@ var constants = {
|
|
|
1973
1977
|
}
|
|
1974
1978
|
]
|
|
1975
1979
|
},
|
|
1980
|
+
{
|
|
1981
|
+
name: "Search",
|
|
1982
|
+
list: [
|
|
1983
|
+
{
|
|
1984
|
+
name: "Tavily",
|
|
1985
|
+
category: "Search",
|
|
1986
|
+
type: "tavily",
|
|
1987
|
+
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.",
|
|
1988
|
+
title: "Integrate Tavily to enable AI-powered web search in your platform",
|
|
1989
|
+
logo: "img/integrations/tavily.png",
|
|
1990
|
+
new: true
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
name: "Serp API",
|
|
1994
|
+
category: "Search",
|
|
1995
|
+
type: "serp_api",
|
|
1996
|
+
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.",
|
|
1997
|
+
title: "Integrate Serp API to add search engine results to your platform",
|
|
1998
|
+
logo: "img/integrations/serp_api.png",
|
|
1999
|
+
new: true
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
name: "Bing Search",
|
|
2003
|
+
category: "Search",
|
|
2004
|
+
type: "bing_search",
|
|
2005
|
+
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.",
|
|
2006
|
+
title: "Integrate Bing Search to enable web search in your platform",
|
|
2007
|
+
logo: "img/integrations/bing_search.png",
|
|
2008
|
+
new: true
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
1976
2012
|
{
|
|
1977
2013
|
name: "Logistics",
|
|
1978
2014
|
list: [
|