fuelTankReplenishedDataSchema
@mineflow/contracts / fuelTankReplenishedDataSchema
Variable: fuelTankReplenishedDataSchema
const fuelTankReplenishedDataSchema: ZodObject<{
currentBalanceLiters: ZodNumber;
derivedStatus: ZodEnum<{
attention: "attention";
critical: "critical";
normal: "normal";
}>;
organizationId: ZodUUID;
tankId: ZodUUID;
}, $strip>;
Defined in: events/scm/fuel.ts:30
scm.fuel-tank.replenished — выход из critical.