Bug preactivacion si id de operacion

This commit is contained in:
2026-05-13 13:45:28 +02:00
parent cf6204e231
commit b14464da39
7 changed files with 20 additions and 14 deletions

View File

@@ -18,9 +18,10 @@ export namespace SimEvents {
}
export type preActivation = DomainEvent & {
key: `sim.${string}.preActivate`,
key: `sim.${string}.preactivate`,
payload: {
iccid: string
iccid: string,
orderId?: string // Solo Alai
},
}