mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
1969de4e28
- Updated BaseProviderForm to accept all ProviderBrand types. - Removed Ampcode references from ProviderResource and related types. - Deleted ampcode API service and its associated methods. - Cleaned up transformers by removing Ampcode normalization functions. - Updated configuration store to eliminate Ampcode section. - Adjusted DashboardPage to remove Ampcode-related statistics. - Removed Ampcode localization strings from all language files.
16 lines
412 B
TypeScript
16 lines
412 B
TypeScript
export * from './client';
|
|
export * from './apiCall';
|
|
export * from './apiKeyUsage';
|
|
export * from './config';
|
|
export * from './configFile';
|
|
export * from './apiKeys';
|
|
export * from './providers';
|
|
export * from './authFiles';
|
|
export * from './oauth';
|
|
export * from './logs';
|
|
export * from './version';
|
|
export * from './models';
|
|
export * from './plugins';
|
|
export * from './transformers';
|
|
export * from './vertex';
|