@koda-sl/baker-cli 0.198.0-dev.6d2f498f5 → 0.199.0-dev.6d2f498f5
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 +2 -0
- package/dist/{chunk-MVCCSWDE.js → chunk-6B5RAIAC.js} +1 -1
- package/dist/chunk-6B5RAIAC.js.map +1 -0
- package/dist/{chunk-UBTH7NPV.js → chunk-CVIGWKG2.js} +3 -3
- package/dist/{chunk-CVJCXDWD.js → chunk-MMP7BRV7.js} +70 -6
- package/dist/chunk-MMP7BRV7.js.map +1 -0
- package/dist/{chunk-RN2XKQIJ.js → chunk-PGPHKRK4.js} +2 -2
- package/dist/{chunk-XVF27TBY.js → chunk-VFRDAUQH.js} +4 -4
- package/dist/{chunk-ZBS53HJF.js → chunk-ZS6BR7CU.js} +3 -3
- package/dist/cli.js +10 -10
- package/dist/cli.js.map +1 -1
- package/dist/client-BBH4AYOK.js +15 -0
- package/dist/engine/index.js +3 -3
- package/dist/{env-6PUX5HJY.js → env-S4LMU6EN.js} +2 -2
- package/dist/{output-VRWY3V6Y.js → output-VCUZ4EBX.js} +5 -5
- package/dist/{shared-T2HONXTH.js → shared-WG5FCIHH.js} +6 -6
- package/package.json +1 -1
- package/dist/chunk-CVJCXDWD.js.map +0 -1
- package/dist/chunk-MVCCSWDE.js.map +0 -1
- package/dist/client-YOLAMGIA.js +0 -15
- /package/dist/{chunk-UBTH7NPV.js.map → chunk-CVIGWKG2.js.map} +0 -0
- /package/dist/{chunk-RN2XKQIJ.js.map → chunk-PGPHKRK4.js.map} +0 -0
- /package/dist/{chunk-XVF27TBY.js.map → chunk-VFRDAUQH.js.map} +0 -0
- /package/dist/{chunk-ZBS53HJF.js.map → chunk-ZS6BR7CU.js.map} +0 -0
- /package/dist/{client-YOLAMGIA.js.map → client-BBH4AYOK.js.map} +0 -0
- /package/dist/{env-6PUX5HJY.js.map → env-S4LMU6EN.js.map} +0 -0
- /package/dist/{output-VRWY3V6Y.js.map → output-VCUZ4EBX.js.map} +0 -0
- /package/dist/{shared-T2HONXTH.js.map → shared-WG5FCIHH.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
debugLogSetting
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6B5RAIAC.js";
|
|
4
4
|
|
|
5
5
|
// src/debugLog.ts
|
|
6
6
|
import { appendFileSync, mkdirSync, renameSync, statSync } from "fs";
|
|
@@ -150,4 +150,4 @@ export {
|
|
|
150
150
|
readBodyForLog,
|
|
151
151
|
installStreamTaps
|
|
152
152
|
};
|
|
153
|
-
//# sourceMappingURL=chunk-
|
|
153
|
+
//# sourceMappingURL=chunk-PGPHKRK4.js.map
|
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
handleConnectionError,
|
|
3
3
|
needsConnectionFix,
|
|
4
4
|
writeAdsJson
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-CVIGWKG2.js";
|
|
6
6
|
import {
|
|
7
7
|
ApiError
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-ZS6BR7CU.js";
|
|
9
9
|
import {
|
|
10
10
|
getEnv
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-6B5RAIAC.js";
|
|
12
12
|
|
|
13
13
|
// src/commands/ads/meta/shared.ts
|
|
14
14
|
var DAY_MS = 864e5;
|
|
@@ -108,4 +108,4 @@ export {
|
|
|
108
108
|
csvOrJson,
|
|
109
109
|
resolveEffectiveStatus
|
|
110
110
|
};
|
|
111
|
-
//# sourceMappingURL=chunk-
|
|
111
|
+
//# sourceMappingURL=chunk-VFRDAUQH.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
debugLogHttp,
|
|
3
3
|
readBodyForLog
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-PGPHKRK4.js";
|
|
5
5
|
import {
|
|
6
6
|
getEnv
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6B5RAIAC.js";
|
|
8
8
|
|
|
9
9
|
// src/client.ts
|
|
10
10
|
var MAX_RATE_LIMIT_RETRIES = 3;
|
|
@@ -198,4 +198,4 @@ export {
|
|
|
198
198
|
apiGet,
|
|
199
199
|
apiPost
|
|
200
200
|
};
|
|
201
|
-
//# sourceMappingURL=chunk-
|
|
201
|
+
//# sourceMappingURL=chunk-ZS6BR7CU.js.map
|
package/dist/cli.js
CHANGED
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
toModelSafeImage,
|
|
49
49
|
ulid,
|
|
50
50
|
validateCanvasDeep
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-MMP7BRV7.js";
|
|
52
52
|
import {
|
|
53
53
|
csvOrJson,
|
|
54
54
|
daysAgoIso,
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
resolveAccountIdArg,
|
|
58
58
|
resolveEffectiveStatus,
|
|
59
59
|
todayIso
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-VFRDAUQH.js";
|
|
61
61
|
import {
|
|
62
62
|
buildQueryCacheKey,
|
|
63
63
|
cacheGet,
|
|
@@ -73,17 +73,17 @@ import {
|
|
|
73
73
|
writeAdsJson,
|
|
74
74
|
writeAdsOutput,
|
|
75
75
|
writeJsonEnvelope
|
|
76
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-CVIGWKG2.js";
|
|
77
77
|
import {
|
|
78
78
|
ApiError,
|
|
79
79
|
apiGet,
|
|
80
80
|
apiPost,
|
|
81
81
|
validateConvexId
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-ZS6BR7CU.js";
|
|
83
83
|
import {
|
|
84
84
|
installStreamTaps,
|
|
85
85
|
logInvocation
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-PGPHKRK4.js";
|
|
87
87
|
import {
|
|
88
88
|
captureBudgetMs,
|
|
89
89
|
captureProxyCredentials,
|
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
requireChatId,
|
|
95
95
|
resolveChatId,
|
|
96
96
|
shouldEscalate
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-6B5RAIAC.js";
|
|
98
98
|
|
|
99
99
|
// src/cli.ts
|
|
100
100
|
import { defineCommand as defineCommand212, runMain } from "citty";
|
|
@@ -17011,10 +17011,10 @@ function duplicateCommand2(entity, label) {
|
|
|
17011
17011
|
replace: { type: "boolean", description: "Pause the original once the copy publishes" }
|
|
17012
17012
|
},
|
|
17013
17013
|
run: async ({ args }) => {
|
|
17014
|
-
const { apiPost: apiPost2 } = await import("./client-
|
|
17015
|
-
const { requireChatId: requireChatId2 } = await import("./env-
|
|
17016
|
-
const { writeJsonEnvelope: writeJsonEnvelope2 } = await import("./output-
|
|
17017
|
-
const { handleMetaError: handleMetaError2 } = await import("./shared-
|
|
17014
|
+
const { apiPost: apiPost2 } = await import("./client-BBH4AYOK.js");
|
|
17015
|
+
const { requireChatId: requireChatId2 } = await import("./env-S4LMU6EN.js");
|
|
17016
|
+
const { writeJsonEnvelope: writeJsonEnvelope2 } = await import("./output-VCUZ4EBX.js");
|
|
17017
|
+
const { handleMetaError: handleMetaError2 } = await import("./shared-WG5FCIHH.js");
|
|
17018
17018
|
try {
|
|
17019
17019
|
const accountId = bareAccountId2(args);
|
|
17020
17020
|
const chatId = requireChatId2();
|