@wix/ditto-codegen-public 1.0.95 → 1.0.97
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/out.js +10 -10
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -116760,9 +116760,9 @@ var require_data = __commonJS({
|
|
|
116760
116760
|
],
|
|
116761
116761
|
dataPermissions: {
|
|
116762
116762
|
itemRead: types_impl_1.AccessLevel.ANYONE,
|
|
116763
|
-
itemInsert: types_impl_1.AccessLevel.
|
|
116764
|
-
itemUpdate: types_impl_1.AccessLevel.
|
|
116765
|
-
itemRemove: types_impl_1.AccessLevel.
|
|
116763
|
+
itemInsert: types_impl_1.AccessLevel.ANYONE,
|
|
116764
|
+
itemUpdate: types_impl_1.AccessLevel.ANYONE,
|
|
116765
|
+
itemRemove: types_impl_1.AccessLevel.ANYONE
|
|
116766
116766
|
}
|
|
116767
116767
|
}
|
|
116768
116768
|
];
|
|
@@ -137941,13 +137941,6 @@ var require_init_codegen = __commonJS({
|
|
|
137941
137941
|
const orchestrator = new orchestrator_1.DittoOrchestrator(agentsFactory, context_12.ctx?.apiKey);
|
|
137942
137942
|
(0, codegen_flow_helpers_1.setupAgentTaskTracking)(orchestrator, localJobContext);
|
|
137943
137943
|
(0, cli_listeners_1.attachOrchestratorListeners)(orchestrator);
|
|
137944
|
-
await orchestrator.generateCode({
|
|
137945
|
-
blueprint,
|
|
137946
|
-
outputPath,
|
|
137947
|
-
siteId: context_12.ctx.siteId,
|
|
137948
|
-
accessToken: context_12.ctx.accessToken,
|
|
137949
|
-
appNamespace: context_12.ctx.appNamespace
|
|
137950
|
-
});
|
|
137951
137944
|
try {
|
|
137952
137945
|
const requiredPermissionsResponse = await (0, codegen_flow_helpers_1.getRequiredPermissions)(blueprint?.extensions ?? []);
|
|
137953
137946
|
await (0, codegen_flow_helpers_1.updateJobPayload)(localJobContext, {
|
|
@@ -137961,6 +137954,13 @@ var require_init_codegen = __commonJS({
|
|
|
137961
137954
|
requiredPermissionsErrors: codegenError
|
|
137962
137955
|
});
|
|
137963
137956
|
}
|
|
137957
|
+
await orchestrator.generateCode({
|
|
137958
|
+
blueprint,
|
|
137959
|
+
outputPath,
|
|
137960
|
+
siteId: context_12.ctx.siteId,
|
|
137961
|
+
accessToken: context_12.ctx.accessToken,
|
|
137962
|
+
appNamespace: context_12.ctx.appNamespace
|
|
137963
|
+
});
|
|
137964
137964
|
await (0, codegen_flow_helpers_1.updateParentTaskStatus)(localJobContext, ditto_codegen_types_12.Status.COMPLETED);
|
|
137965
137965
|
console.log(`[Init] Completed init codegen task: jobId=${localJobContext.jobId}, taskId=${localJobContext.taskId}`);
|
|
137966
137966
|
} catch (error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.97",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@wix/ditto-codegen": "1.0.0",
|
|
25
25
|
"esbuild": "^0.25.9"
|
|
26
26
|
},
|
|
27
|
-
"falconPackageHash": "
|
|
27
|
+
"falconPackageHash": "afe9bce3d6b5fb8727213a511e20fe9a184bb2c9f6ea785311511f96"
|
|
28
28
|
}
|