From 2329df6ac93a794ce77feba42daae73b6813cc93 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:09:56 -0500 Subject: [PATCH] =?UTF-8?q?feat(seed):=20agregar=20endpoint=20numeros=5Fdn?= =?UTF-8?q?=20para=20sincronizaci=C3=B3n=20de=20tel=C3=A9fonos=20WhatsApp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- setup/seed_palmas.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/seed_palmas.php b/setup/seed_palmas.php index 99d2609..fdcd315 100644 --- a/setup/seed_palmas.php +++ b/setup/seed_palmas.php @@ -291,6 +291,7 @@ $endpoints = [ ['key' => 'palm_historico_bot_dn', 'dir' => 'download', 'url' => $BASE . '?peticion=palm_historico_bot&fecha_hasta={fecha_hasta}&finca_id={finca_id}'], ['key' => 'tratamiento_historico_bot_dn', 'dir' => 'download', 'url' => $BASE . '?peticion=tratamiento_historico_bot&fecha_hasta={fecha_hasta}&finca_id={finca_id}'], ['key' => 'fincas_dn', 'dir' => 'download', 'url' => $BASE . '?peticion=fincas'], + ['key' => 'numeros_dn', 'dir' => 'download', 'url' => $BASE . '?peticion=whatsapp_numeros&estado=1'], ]; // ─── Companies ─────────────────────────────────────────────────────────────────