chore: commit pending gateway changes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type {
|
||||
BaseModelCatalogItem,
|
||||
CatalogProvider,
|
||||
GatewayAccessRule,
|
||||
GatewayApiKey,
|
||||
GatewayTask,
|
||||
GatewayTenant,
|
||||
@@ -10,10 +11,12 @@ import type {
|
||||
PricingRule,
|
||||
PricingRuleSet,
|
||||
RateLimitWindow,
|
||||
RuntimePolicySet,
|
||||
UserGroup,
|
||||
} from '@easyai-ai-gateway/contracts';
|
||||
|
||||
export interface ConsoleData {
|
||||
accessRules: GatewayAccessRule[];
|
||||
apiKeys: GatewayApiKey[];
|
||||
baseModels: BaseModelCatalogItem[];
|
||||
models: PlatformModel[];
|
||||
@@ -22,6 +25,7 @@ export interface ConsoleData {
|
||||
pricingRuleSets: PricingRuleSet[];
|
||||
providers: CatalogProvider[];
|
||||
rateLimitWindows: RateLimitWindow[];
|
||||
runtimePolicySets: RuntimePolicySet[];
|
||||
taskResult: GatewayTask | null;
|
||||
tenants: GatewayTenant[];
|
||||
userGroups: UserGroup[];
|
||||
|
||||
Reference in New Issue
Block a user