feat: safely implement database idempotency, fallback IDs, and WhatsApp marketing export
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m30s

This commit is contained in:
Cauê Faleiros
2026-05-22 10:54:54 -03:00
parent c77da0a9d0
commit 9e52b2e44f
3 changed files with 27 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ export interface OrderData {
Valor_Unitario: number;
Recebido_Em?: string;
ID_Pedido?: string;
Fone_Cliente?: string;
}
export interface DateRange {