@apistudio/apim-cli
Version:
CLI for API Management Products
21 lines • 984 B
TypeScript
import { MasterContent, RuntimeInventory } from "@apic/smith-inventory";
export declare class WMGWRuntimeInventory extends RuntimeInventory {
webmMasterContent: MasterContent;
webmSchemaDefinitions: Record<string, any>;
webmDefaultVersionMap: Record<string, string>;
private webmRulesetDefinitions;
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=wmgw_runtimeinventry.d.ts.map