@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.
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  handleConnectionError,
3
3
  writeAdsJson
4
- } from "./chunk-PEBP6G74.js";
4
+ } from "./chunk-FBUVCOH6.js";
5
5
  import {
6
6
  ApiError
7
- } from "./chunk-SCI57ZZ6.js";
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-BFZELBTE.js.map
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-TAGQCU36.js";
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-BFZELBTE.js";
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-PEBP6G74.js";
59
+ } from "./chunk-FBUVCOH6.js";
60
60
  import {
61
61
  ApiError,
62
62
  apiGet,
63
63
  apiPost,
64
64
  validateConvexId
65
- } from "./chunk-SCI57ZZ6.js";
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-N7XWYCHT.js");
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-7M5VQPTZ.js");
12841
- const { handleMetaError: handleMetaError2 } = await import("./shared-6SZHAUM2.js");
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();