@merit-systems/echo-react-sdk 1.0.38-test.2eb0e31e.0 → 1.0.38

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.ts CHANGED
@@ -9,6 +9,7 @@ import { GetBalanceByIdFreeResponse } from '@merit-systems/echo-typescript-sdk';
9
9
  import { GetBalanceResponse } from '@merit-systems/echo-typescript-sdk';
10
10
  import { GetUserResponse } from '@merit-systems/echo-typescript-sdk';
11
11
  import { GoogleGenerativeAIProvider } from '@ai-sdk/google';
12
+ import { GroqProvider } from '@ai-sdk/groq';
12
13
  import { JSX } from 'react/jsx-runtime';
13
14
  import { OpenAI as OpenAI_2 } from 'openai';
14
15
  import { OpenAIProvider } from '@ai-sdk/openai';
@@ -161,6 +162,7 @@ export declare const useEchoModelProviders: () => {
161
162
  anthropic: AnthropicProvider;
162
163
  google: GoogleGenerativeAIProvider;
163
164
  openrouter: OpenRouterProvider;
165
+ groq: GroqProvider;
164
166
  };
165
167
 
166
168
  export declare function useEchoOpenAI(options?: UseEchoOpenAIOptions): UseEchoOpenAIResult;