@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
19 lines • 1.41 kB
JavaScript
// Individual schema file exports
export * from './healthCheck';
export * from './akashaGenerate';
export * from './joomlaGenerate';
export * from './microservices';
export * from './microservicesDetail';
export * from './rubrics';
export * from './rubricsDetail';
export * from './ollamaTags';
// Path-based aliases for backward compatibility and discoverability
export { HealthCheckResponseSchema as PathHealthCheckResponseSchema, } from './healthCheck';
export { AkashaGenerateParamsSchema as PathAkashaGenerateParamsSchema, AkashaGenerateResponseSchema as PathAkashaGenerateResponseSchema, } from './akashaGenerate';
export { JoomlaGenerateParamsSchema as PathJoomlaGenerateParamsSchema, JoomlaGenerateResponseSchema as PathJoomlaGenerateResponseSchema, } from './joomlaGenerate';
export { MicroservicesListParamsSchema as PathMicroservicesParamsSchema, MicroservicesListResponseSchema as PathMicroservicesResponseSchema, } from './microservices';
export { MicroserviceResponseSchema as PathMicroservicesDetailResponseSchema, } from './microservicesDetail';
export { RubricsListParamsSchema as PathRubricsParamsSchema, RubricsListResponseSchema as PathRubricsResponseSchema, } from './rubrics';
export { RubricResponseSchema as PathRubricsDetailResponseSchema, } from './rubricsDetail';
export { OllamaTagsResponseSchema as PathOllamaTagsResponseSchema, } from './ollamaTags';
//# sourceMappingURL=index.js.map