@koda-sl/baker-cli 0.144.0 → 0.145.0-dev.eaff19fc8
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/README.md +1 -1
- package/dist/{chunk-PEBP6G74.js → chunk-FBUVCOH6.js} +2 -2
- package/dist/{chunk-SCI57ZZ6.js → chunk-LVCBCJWF.js} +9 -3
- package/dist/chunk-LVCBCJWF.js.map +1 -0
- package/dist/{chunk-TAGQCU36.js → chunk-TXNOPO6P.js} +4 -4
- package/dist/chunk-TXNOPO6P.js.map +1 -0
- package/dist/{chunk-BFZELBTE.js → chunk-UFBKUMN2.js} +3 -3
- package/dist/cli.js +11 -7
- package/dist/cli.js.map +1 -1
- package/dist/{client-N7XWYCHT.js → client-R5ZSVIK3.js} +2 -2
- package/dist/engine/index.js +1 -1
- package/dist/{output-7M5VQPTZ.js → output-R534QTMO.js} +3 -3
- package/dist/{shared-6SZHAUM2.js → shared-MUWU7BK5.js} +4 -4
- package/package.json +1 -1
- package/dist/chunk-SCI57ZZ6.js.map +0 -1
- package/dist/chunk-TAGQCU36.js.map +0 -1
- /package/dist/{chunk-PEBP6G74.js.map → chunk-FBUVCOH6.js.map} +0 -0
- /package/dist/{chunk-BFZELBTE.js.map → chunk-UFBKUMN2.js.map} +0 -0
- /package/dist/{client-N7XWYCHT.js.map → client-R5ZSVIK3.js.map} +0 -0
- /package/dist/{output-7M5VQPTZ.js.map → output-R534QTMO.js.map} +0 -0
- /package/dist/{shared-6SZHAUM2.js.map → shared-MUWU7BK5.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
handleConnectionError,
|
|
3
3
|
writeAdsJson
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FBUVCOH6.js";
|
|
5
5
|
import {
|
|
6
6
|
ApiError
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LVCBCJWF.js";
|
|
8
8
|
import {
|
|
9
9
|
getEnv
|
|
10
10
|
} from "./chunk-RK67WL4O.js";
|
|
@@ -94,4 +94,4 @@ export {
|
|
|
94
94
|
csvOrJson,
|
|
95
95
|
resolveEffectiveStatus
|
|
96
96
|
};
|
|
97
|
-
//# sourceMappingURL=chunk-
|
|
97
|
+
//# sourceMappingURL=chunk-UFBKUMN2.js.map
|
package/dist/cli.js
CHANGED
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
toModelSafeImage,
|
|
35
35
|
ulid,
|
|
36
36
|
validateCanvasDeep
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-TXNOPO6P.js";
|
|
38
38
|
import {
|
|
39
39
|
csvOrJson,
|
|
40
40
|
daysAgoIso,
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
resolveAccountIdArg,
|
|
44
44
|
resolveEffectiveStatus,
|
|
45
45
|
todayIso
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-UFBKUMN2.js";
|
|
47
47
|
import {
|
|
48
48
|
buildQueryCacheKey,
|
|
49
49
|
cacheGet,
|
|
@@ -56,13 +56,13 @@ import {
|
|
|
56
56
|
writeAdsJson,
|
|
57
57
|
writeAdsOutput,
|
|
58
58
|
writeJsonEnvelope
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-FBUVCOH6.js";
|
|
60
60
|
import {
|
|
61
61
|
ApiError,
|
|
62
62
|
apiGet,
|
|
63
63
|
apiPost,
|
|
64
64
|
validateConvexId
|
|
65
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-LVCBCJWF.js";
|
|
66
66
|
import {
|
|
67
67
|
installStreamTaps,
|
|
68
68
|
logInvocation
|
|
@@ -2131,6 +2131,10 @@ var chatChangeTypeSchema = z5.enum([
|
|
|
2131
2131
|
"linkedin-ads",
|
|
2132
2132
|
"google-ads",
|
|
2133
2133
|
"meta-ads",
|
|
2134
|
+
// Immediate (already-applied) library effects — see lib/chatChanges.ts.
|
|
2135
|
+
"image",
|
|
2136
|
+
"video",
|
|
2137
|
+
"followed-advertiser",
|
|
2134
2138
|
"briefs"
|
|
2135
2139
|
]);
|
|
2136
2140
|
var chatChangeActionSchema = z5.enum(["created", "updated", "deleted"]);
|
|
@@ -12835,10 +12839,10 @@ function duplicateCommand2(entity, label) {
|
|
|
12835
12839
|
replace: { type: "boolean", description: "Pause the original once the copy publishes" }
|
|
12836
12840
|
},
|
|
12837
12841
|
run: async ({ args }) => {
|
|
12838
|
-
const { apiPost: apiPost2 } = await import("./client-
|
|
12842
|
+
const { apiPost: apiPost2 } = await import("./client-R5ZSVIK3.js");
|
|
12839
12843
|
const { requireChatId: requireChatId2 } = await import("./env-3JMYIH25.js");
|
|
12840
|
-
const { writeJsonEnvelope: writeJsonEnvelope2 } = await import("./output-
|
|
12841
|
-
const { handleMetaError: handleMetaError2 } = await import("./shared-
|
|
12844
|
+
const { writeJsonEnvelope: writeJsonEnvelope2 } = await import("./output-R534QTMO.js");
|
|
12845
|
+
const { handleMetaError: handleMetaError2 } = await import("./shared-MUWU7BK5.js");
|
|
12842
12846
|
try {
|
|
12843
12847
|
const accountId = bareAccountId2(args);
|
|
12844
12848
|
const chatId = requireChatId2();
|