tmcInventoryCompletedDataSchema
@mineflow/contracts / tmcInventoryCompletedDataSchema
Variable: tmcInventoryCompletedDataSchema
const tmcInventoryCompletedDataSchema: ZodObject<{
completedAt: ZodISODateTime;
completedById: ZodUUID;
inventoryId: ZodUUID;
lineCount: ZodNumber;
totalVariance: ZodNumber;
}, $strip>;
Defined in: events/scm/tmc.ts:338
scm.tmc-inventory.completed — инвентаризация завершена (started → completed),
totalVariance — суммарное расхождение по итогам. Подписчики: ana/kpi,
Notifications.