supplierCreatedDataSchema
@mineflow/contracts / supplierCreatedDataSchema
Variable: supplierCreatedDataSchema
const supplierCreatedDataSchema: ZodObject<{
actorId: ZodUUID;
bin: ZodNullable<ZodString>;
categories: ZodArray<ZodEnum<{
equipment: "equipment";
fuel: "fuel";
service: "service";
tmc: "tmc";
}>>;
iin: ZodNullable<ZodString>;
legalName: ZodString;
shortName: ZodString;
supplierId: ZodUUID;
}, $strip>;
Defined in: events/scm/supplier.ts:38
scm.supplier.created — Supplier зарегистрирован в статусе draft.
Подписчики: ana/kpi (satellite cache), Reporting (актам сверки).