@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 CHANGED
@@ -2096,7 +2096,10 @@ declare enum integrationType {
2096
2096
  deepseek = "deepseek",
2097
2097
  google_maps = "google_maps",
2098
2098
  shippo = "shippo",
2099
- shopify = "shopify"
2099
+ shopify = "shopify",
2100
+ tavily = "tavily",
2101
+ serp_api = "serp_api",
2102
+ bing_search = "bing_search"
2100
2103
  }
2101
2104
  declare enum integrationCategory {
2102
2105
  Logistic = "Logistic",
@@ -2105,7 +2108,8 @@ declare enum integrationCategory {
2105
2108
  Finances = "Finances",
2106
2109
  OrganizationWorkspaces = "Organization Workspaces",
2107
2110
  MessagingPlatforms = "Messaging Platforms",
2108
- Miscellaneous = "Miscellaneous"
2111
+ Miscellaneous = "Miscellaneous",
2112
+ Search = "Search"
2109
2113
  }
2110
2114
  declare enum currency {
2111
2115
  usd = "usd",
package/dist/index.d.ts CHANGED
@@ -2096,7 +2096,10 @@ declare enum integrationType {
2096
2096
  deepseek = "deepseek",
2097
2097
  google_maps = "google_maps",
2098
2098
  shippo = "shippo",
2099
- shopify = "shopify"
2099
+ shopify = "shopify",
2100
+ tavily = "tavily",
2101
+ serp_api = "serp_api",
2102
+ bing_search = "bing_search"
2100
2103
  }
2101
2104
  declare enum integrationCategory {
2102
2105
  Logistic = "Logistic",
@@ -2105,7 +2108,8 @@ declare enum integrationCategory {
2105
2108
  Finances = "Finances",
2106
2109
  OrganizationWorkspaces = "Organization Workspaces",
2107
2110
  MessagingPlatforms = "Messaging Platforms",
2108
- Miscellaneous = "Miscellaneous"
2111
+ Miscellaneous = "Miscellaneous",
2112
+ Search = "Search"
2109
2113
  }
2110
2114
  declare enum currency {
2111
2115
  usd = "usd",
package/dist/index.js CHANGED
@@ -860,6 +860,9 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
860
860
  integrationType2["google_maps"] = "google_maps";
861
861
  integrationType2["shippo"] = "shippo";
862
862
  integrationType2["shopify"] = "shopify";
863
+ integrationType2["tavily"] = "tavily";
864
+ integrationType2["serp_api"] = "serp_api";
865
+ integrationType2["bing_search"] = "bing_search";
863
866
  return integrationType2;
864
867
  })(integrationType || {});
865
868
  var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
@@ -870,6 +873,7 @@ var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
870
873
  integrationCategory2["OrganizationWorkspaces"] = "Organization Workspaces";
871
874
  integrationCategory2["MessagingPlatforms"] = "Messaging Platforms";
872
875
  integrationCategory2["Miscellaneous"] = "Miscellaneous";
876
+ integrationCategory2["Search"] = "Search";
873
877
  return integrationCategory2;
874
878
  })(integrationCategory || {});
875
879
  var currency = /* @__PURE__ */ ((currency2) => {
@@ -2090,6 +2094,38 @@ var constants = {
2090
2094
  }
2091
2095
  ]
2092
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
2126
+ }
2127
+ ]
2128
+ },
2093
2129
  {
2094
2130
  name: "Logistics",
2095
2131
  list: [