@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.mjs CHANGED
@@ -724,8 +724,9 @@ var commentRole = /* @__PURE__ */ ((commentRole2) => {
724
724
  })(commentRole || {});
725
725
  var chatType = /* @__PURE__ */ ((chatType2) => {
726
726
  chatType2["chat_gpt"] = "chat_gpt";
727
- chatType2["deepseek"] = "deepseek";
727
+ chatType2["gemini"] = "gemini";
728
728
  chatType2["claude"] = "claude";
729
+ chatType2["deepseek"] = "deepseek";
729
730
  return chatType2;
730
731
  })(chatType || {});
731
732
  var integrationType = /* @__PURE__ */ ((integrationType2) => {
@@ -736,11 +737,15 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
736
737
  integrationType2["slack"] = "slack";
737
738
  integrationType2["fixer_io"] = "fixer_io";
738
739
  integrationType2["chat_gpt"] = "chat_gpt";
739
- integrationType2["deepseek"] = "deepseek";
740
+ integrationType2["gemini"] = "gemini";
740
741
  integrationType2["claude"] = "claude";
742
+ integrationType2["deepseek"] = "deepseek";
741
743
  integrationType2["google_maps"] = "google_maps";
742
744
  integrationType2["shippo"] = "shippo";
743
745
  integrationType2["shopify"] = "shopify";
746
+ integrationType2["tavily"] = "tavily";
747
+ integrationType2["serp_api"] = "serp_api";
748
+ integrationType2["bing_search"] = "bing_search";
744
749
  return integrationType2;
745
750
  })(integrationType || {});
746
751
  var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
@@ -751,6 +756,7 @@ var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
751
756
  integrationCategory2["OrganizationWorkspaces"] = "Organization Workspaces";
752
757
  integrationCategory2["MessagingPlatforms"] = "Messaging Platforms";
753
758
  integrationCategory2["Miscellaneous"] = "Miscellaneous";
759
+ integrationCategory2["Search"] = "Search";
754
760
  return integrationCategory2;
755
761
  })(integrationCategory || {});
756
762
  var currency = /* @__PURE__ */ ((currency2) => {
@@ -1940,15 +1946,15 @@ var constants = {
1940
1946
  description: "ChatGPT is an artificial intelligence (AI) chatbot that uses natural language processing to generate human-like responses to user input.",
1941
1947
  title: "Integrate chatGPT to your platform",
1942
1948
  logo: "img/integrations/chatgpt.png",
1943
- new: false
1949
+ new: true
1944
1950
  },
1945
1951
  {
1946
- name: "DeepSeek",
1952
+ name: "Gemini",
1947
1953
  category: "AI",
1948
- type: "deepseek",
1949
- description: "DeepSeek is a Chinese artificial intelligence company that develops open-source large language models (LLMs).",
1950
- title: "Integrate DeepSeek to your platform",
1951
- logo: "img/integrations/deepseek.png",
1954
+ type: "gemini",
1955
+ 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.",
1956
+ title: "Integrate Gemini to your platform",
1957
+ logo: "img/integrations/gemini.png",
1952
1958
  new: true
1953
1959
  },
1954
1960
  {
@@ -1959,6 +1965,47 @@ var constants = {
1959
1965
  title: "Integrate Claude to your platform",
1960
1966
  logo: "img/integrations/claude.png",
1961
1967
  new: true
1968
+ },
1969
+ {
1970
+ name: "DeepSeek",
1971
+ category: "AI",
1972
+ type: "deepseek",
1973
+ description: "DeepSeek is a Chinese artificial intelligence company that develops open-source large language models (LLMs).",
1974
+ title: "Integrate DeepSeek to your platform",
1975
+ logo: "img/integrations/deepseek.png",
1976
+ new: true
1977
+ }
1978
+ ]
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
1962
2009
  }
1963
2010
  ]
1964
2011
  },
@@ -2521,6 +2568,7 @@ var defaults = {
2521
2568
  title: "",
2522
2569
  description: "",
2523
2570
  category: "",
2571
+ type: "",
2524
2572
  key: "",
2525
2573
  secret: "",
2526
2574
  logo: "",