@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
17 lines • 1.97 kB
TypeScript
export * from './healthCheck';
export * from './akashaGenerate';
export * from './joomlaGenerate';
export * from './microservices';
export * from './microservicesDetail';
export * from './rubrics';
export * from './rubricsDetail';
export * from './ollamaTags';
export { HealthCheckResponseSchema as PathHealthCheckResponseSchema, type HealthCheckResponse as PathHealthCheckResponse, } from './healthCheck';
export { AkashaGenerateParamsSchema as PathAkashaGenerateParamsSchema, AkashaGenerateResponseSchema as PathAkashaGenerateResponseSchema, type AkashaGenerateParams as PathAkashaGenerateParams, type AkashaGenerateResponse as PathAkashaGenerateResponse, } from './akashaGenerate';
export { JoomlaGenerateParamsSchema as PathJoomlaGenerateParamsSchema, JoomlaGenerateResponseSchema as PathJoomlaGenerateResponseSchema, type JoomlaGenerateParams as PathJoomlaGenerateParams, type JoomlaGenerateResponse as PathJoomlaGenerateResponse, } from './joomlaGenerate';
export { MicroservicesListParamsSchema as PathMicroservicesParamsSchema, MicroservicesListResponseSchema as PathMicroservicesResponseSchema, type MicroservicesListParams as PathMicroservicesParams, type MicroservicesListResponse as PathMicroservicesResponse, } from './microservices';
export { MicroserviceResponseSchema as PathMicroservicesDetailResponseSchema, type MicroserviceResponse as PathMicroservicesDetailResponse, } from './microservicesDetail';
export { RubricsListParamsSchema as PathRubricsParamsSchema, RubricsListResponseSchema as PathRubricsResponseSchema, type RubricsListParams as PathRubricsParams, type RubricsListResponse as PathRubricsResponse, } from './rubrics';
export { RubricResponseSchema as PathRubricsDetailResponseSchema, type RubricResponse as PathRubricsDetailResponse, } from './rubricsDetail';
export { OllamaTagsResponseSchema as PathOllamaTagsResponseSchema, type OllamaTagsResponse as PathOllamaTagsResponse, } from './ollamaTags';
//# sourceMappingURL=index.d.ts.map