UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

21 lines 984 B
import { MasterContent, RuntimeInventory } from "@apic/smith-inventory"; export declare class LWGWRuntimeInventory extends RuntimeInventory { nanoMasterContent: MasterContent; nanoSchemaDefinitions: Record<string, any>; nanoDefaultVersionMap: Record<string, string>; private nanoRulesetDefinitions; constructor(); /** * Hook method for subclasses to populate their extensions before schema retrieval * This is called automatically by getSchema() before looking up the schema * @param key - The kind name and version requested being requested */ getOverriddenSchema(key: string): any; /** * Hook method for subclasses to populate their extensions before schema retrieval * This is called automatically by getSchema() before looking up the schema * @param key - The kind name and version requested being requested */ getOverriddenRule(key: string): any; } //# sourceMappingURL=lwgw_runtimeinventry.d.ts.map