@koda-sl/baker-cli 0.247.0 → 0.248.0-dev.f53f89f50
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-77OP3PDC.js";
|
|
62
62
|
import {
|
|
63
63
|
csvOrJson,
|
|
64
64
|
daysAgoIso,
|
|
@@ -4292,7 +4292,7 @@ var FLOW_NODE_CATALOG = [
|
|
|
4292
4292
|
}
|
|
4293
4293
|
}
|
|
4294
4294
|
},
|
|
4295
|
-
gotcha: "`fieldtype` is one of: checkbox, date_picker, date_time_range, email, hidden, input, multi_select, number, phone, select, textarea. `select`/`multi_select` need non-empty `options`; `phone` needs `defaultCountry`; a field rendered by your own code is declared `hidden`.",
|
|
4295
|
+
gotcha: "`fieldtype` is one of: checkbox, date_picker, date_time_range, email, hidden, input, multi_select, number, phone, select, textarea. `select`/`multi_select` need non-empty `options`; `phone` needs `defaultCountry`; a field rendered by your own code is declared `hidden`. A field your page validates itself (postal code against a service area, VAT number, order reference) also needs `testValue` \u2014 the Form's own checks invent `TestValue` otherwise and never get past that step.",
|
|
4296
4296
|
reference: NODE_REF("customForm")
|
|
4297
4297
|
},
|
|
4298
4298
|
{
|
|
@@ -20292,7 +20292,10 @@ var adSetWriteArgs = {
|
|
|
20292
20292
|
"daily-budget": { type: "string", description: "Daily budget (ABO; omit if the campaign uses CBO)" },
|
|
20293
20293
|
"lifetime-budget": { type: "string", description: "Lifetime budget (needs --end)" },
|
|
20294
20294
|
"bid-amount": { type: "string", description: "Bid amount (required for COST_CAP / bid-cap strategies)" },
|
|
20295
|
-
"bid-strategy": {
|
|
20295
|
+
"bid-strategy": {
|
|
20296
|
+
type: "string",
|
|
20297
|
+
description: "LOWEST_COST_WITHOUT_CAP (auto-bid) | LOWEST_COST_WITH_BID_CAP | COST_CAP \u2014 needs --bid-amount. Omit and Baker sets auto-bid; never leave it to Meta, whose default is a bid cap that then fails without an amount."
|
|
20298
|
+
},
|
|
20296
20299
|
currency: { type: "string", description: "3-letter currency (defaults to the account currency)" },
|
|
20297
20300
|
start: { type: "string", description: "Start time" },
|
|
20298
20301
|
end: { type: "string", description: "End time" },
|