Skip to main content
Glama
property-dependencies.d.ts1.19 kB
export interface PropertyDependency { property: string; displayName: string; dependsOn: DependencyCondition[]; showWhen?: Record<string, any>; hideWhen?: Record<string, any>; enablesProperties?: string[]; disablesProperties?: string[]; notes?: string[]; } export interface DependencyCondition { property: string; values: any[]; condition: 'equals' | 'not_equals' | 'includes' | 'not_includes'; description?: string; } export interface DependencyAnalysis { totalProperties: number; propertiesWithDependencies: number; dependencies: PropertyDependency[]; dependencyGraph: Record<string, string[]>; suggestions: string[]; } export declare class PropertyDependencies { static analyze(properties: any[]): DependencyAnalysis; private static extractDependency; private static generateConditionDescription; private static generateSuggestions; static getVisibilityImpact(properties: any[], config: Record<string, any>): { visible: string[]; hidden: string[]; reasons: Record<string, string>; }; private static checkVisibility; } //# sourceMappingURL=property-dependencies.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/czlonkowski/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server