Skip to content
Open
3 changes: 3 additions & 0 deletions packages/corsair/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export const BaseProviders = [
'spotify',
'strava',
'stripe',
'studiobyai21labs',
'supabase',
'tally',
'tavily',
Expand Down Expand Up @@ -319,6 +320,7 @@ export const ProviderDisplayNames = {
spotify: 'Spotify',
strava: 'Strava',
stripe: 'Stripe',
studiobyai21labs: 'StudioByAI21Labs',
supabase: 'Supabase',
tally: 'Tally',
tavily: 'Tavily',
Expand Down Expand Up @@ -493,6 +495,7 @@ export type AllProviders =
| 'spotify'
| 'strava'
| 'stripe'
| 'studiobyai21labs'
| 'supabase'
| 'tally'
| 'tavily'
Expand Down
Loading
Loading