@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
10 lines • 428 B
TypeScript
/**
* P21 SISM (System Integration & Storage Management) API Schemas
*
* This module exports all Zod schemas for type-safe P21 SISM API interactions.
* All schemas are generated from the OpenAPI specification to ensure accuracy
* and provide comprehensive validation for import management, order entry operations,
* and scheduled import workflows.
*/
export * from './schemas/index';
//# sourceMappingURL=schemas.d.ts.map