feat(platform): add replaceable geozone data layer

This commit is contained in:
Codex
2026-07-20 21:48:27 +03:00
parent 8a7465cf0e
commit 3446f3edc2
31 changed files with 1342 additions and 128 deletions
@@ -208,6 +208,10 @@ export function materializeDataProductPublish(value, binding, definition, dataPr
sequence: value.batch?.sequence,
idempotencyKey: value.batch?.idempotencyKey,
receivedAt: now.toISOString(),
...(value.batch?.mode === "replace" ? {
mode: "replace",
generationAt: value.batch?.generationAt,
} : {}),
},
facts: value.facts,
};