Перейти к основному содержимому

supplierActivatedDataSchema

@mineflow/contracts


@mineflow/contracts / supplierActivatedDataSchema

Variable: supplierActivatedDataSchema

const supplierActivatedDataSchema: ZodObject<{
activatedAt: ZodISODateTime;
actorId: ZodUUID;
previousStatus: ZodEnum<{
suspended: "suspended";
underReview: "underReview";
}>;
supplierId: ZodUUID;
}, $strip>;

Defined in: events/scm/supplier.ts:78

scm.supplier.activated — поставщик утверждён (under_review → active или suspended → active). Подписчики: ana/kpi (satellite cache), Notifications, Reporting.