tmcRequestCreatedDataSchema
@mineflow/contracts / tmcRequestCreatedDataSchema
Variable: tmcRequestCreatedDataSchema
const tmcRequestCreatedDataSchema: ZodObject<{
createdById: ZodUUID;
lines: ZodArray<ZodObject<{
itemId: ZodUUID;
quantity: ZodNumber;
}, $strip>>;
requestId: ZodUUID;
warehouseId: ZodUUID;
}, $strip>;
Defined in: events/scm/tmc.ts:247
scm.tmc-request.created — создана заявка на ТМЦ (FSM → draft).
Подписчики: Notifications.