@koda-sl/baker-cli 0.279.0 → 0.280.0-dev.2671b6cd8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js
CHANGED
|
@@ -58,7 +58,7 @@ import {
|
|
|
58
58
|
ulid,
|
|
59
59
|
validateCanvasDeep,
|
|
60
60
|
ytDlpBlockSignal
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-LN5O53BG.js";
|
|
62
62
|
import {
|
|
63
63
|
csvOrJson,
|
|
64
64
|
daysAgoIso,
|
|
@@ -14336,6 +14336,19 @@ var analyticsTimelineRowSchema = z28.object({
|
|
|
14336
14336
|
* what made the server-sent half of the feed look unattached to the rest.
|
|
14337
14337
|
*/
|
|
14338
14338
|
knownBy: z28.string().default(""),
|
|
14339
|
+
/**
|
|
14340
|
+
* What this row counts as under the company's own conversion definitions, or
|
|
14341
|
+
* empty when it counts as nothing.
|
|
14342
|
+
*
|
|
14343
|
+
* The store's own key, projected rather than rebuilt here, so the feed and
|
|
14344
|
+
* the reports cannot disagree about what one event was. Two rows carrying the
|
|
14345
|
+
* same non-empty key are **one** conversion — the second is stored, listed,
|
|
14346
|
+
* and marked as already counted rather than hidden, because a sender who
|
|
14347
|
+
* posted a deal twice needs to see that the second request arrived.
|
|
14348
|
+
*
|
|
14349
|
+
* Only `event_stream` fills it; empty everywhere else.
|
|
14350
|
+
*/
|
|
14351
|
+
conversionKey: z28.string().default(""),
|
|
14339
14352
|
/**
|
|
14340
14353
|
* `email` | `phone` — which of the two they gave.
|
|
14341
14354
|
*
|