UNPKG

adpa-enterprise-framework-automation

Version:

Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe

16 lines 1.01 kB
import Joi from 'joi'; export declare const createReviewSchema: Joi.ObjectSchema<any>; export declare const assignReviewerSchema: Joi.ObjectSchema<any>; export declare const submitFeedbackSchema: Joi.ObjectSchema<any>; export declare const updateReviewStatusSchema: Joi.ObjectSchema<any>; export declare const reviewSearchSchema: Joi.ObjectSchema<any>; export declare const createReviewerProfileSchema: Joi.ObjectSchema<any>; export declare const updateReviewerProfileSchema: Joi.ObjectSchema<any>; export declare const updateAvailabilitySchema: Joi.ObjectSchema<any>; export declare const updatePreferencesSchema: Joi.ObjectSchema<any>; export declare const reviewerSearchSchema: Joi.ObjectSchema<any>; export declare const availableReviewersSchema: Joi.ObjectSchema<any>; export declare const analyticsQuerySchema: Joi.ObjectSchema<any>; export declare const reviewStatsSchema: Joi.ObjectSchema<any>; export declare const leaderboardQuerySchema: Joi.ObjectSchema<any>; //# sourceMappingURL=reviewSchemas.d.ts.map