productionPlanApprovedSchema
@mineflow/contracts / productionPlanApprovedSchema
Variable: productionPlanApprovedSchema
const productionPlanApprovedSchema: ZodObject<{
actorId: ZodUUID;
horizon: ZodEnum<{
month: "month";
year: "year";
}>;
month: ZodNullable<ZodNumber>;
objectIds: ZodArray<ZodUUID>;
organizationId: ZodUUID;
productionPlanId: ZodUUID;
versionId: ZodUUID;
year: ZodNumber;
}, $strip>;
Defined in: events/prd/production-plan.ts:24
prd.production-plan.approved — план утверждён (FSM draft → approved),
создана ProductionPlanVersion v1. Подписчики: ana/kpi (инициализация
дашборда план/факт), Notifications.