@wix/ditto-codegen-public 1.0.71 → 1.0.72
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 -2
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -138851,7 +138851,11 @@ var require_init_codegen = __commonJS({
|
|
|
138851
138851
|
});
|
|
138852
138852
|
await (0, codegen_flow_helpers_1.updateParentTaskStatus)(localJobContext, CodeGenService_1.TaskStatus.COMPLETED);
|
|
138853
138853
|
await (0, codegen_flow_helpers_1.updateJobPayload)(localJobContext, {
|
|
138854
|
-
requiredPermissions: [
|
|
138854
|
+
requiredPermissions: [
|
|
138855
|
+
"SCOPE.DC-DATA.DATA-COLLECTIONS-MANAGE",
|
|
138856
|
+
"APPS.MANAGE_EMBEDDED_SCRIPT",
|
|
138857
|
+
"SCOPE.DC-ECOM-MEGA.MANAGE-ECOM"
|
|
138858
|
+
]
|
|
138855
138859
|
});
|
|
138856
138860
|
console.log(`[Init] Completed init codegen task: jobId=${localJobContext.jobId}, taskId=${localJobContext.taskId}`);
|
|
138857
138861
|
} catch (error) {
|
|
@@ -138896,7 +138900,11 @@ var require_iterate_codegen = __commonJS({
|
|
|
138896
138900
|
});
|
|
138897
138901
|
await (0, codegen_flow_helpers_1.updateParentTaskStatus)(localJobContext, CodeGenService_1.TaskStatus.COMPLETED);
|
|
138898
138902
|
await (0, codegen_flow_helpers_1.updateJobPayload)(localJobContext, {
|
|
138899
|
-
requiredPermissions: [
|
|
138903
|
+
requiredPermissions: [
|
|
138904
|
+
"SCOPE.DC-DATA.DATA-COLLECTIONS-MANAGE",
|
|
138905
|
+
"APPS.MANAGE_EMBEDDED_SCRIPT",
|
|
138906
|
+
"SCOPE.DC-ECOM-MEGA.MANAGE-ECOM"
|
|
138907
|
+
]
|
|
138900
138908
|
});
|
|
138901
138909
|
console.log(`[Init] Completed iterate codegen task: jobId=${localJobContext.jobId}, taskId=${localJobContext.taskId}`);
|
|
138902
138910
|
} 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.72",
|
|
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": "9f018f9de23d1dd62c3bb8622ca95facf1970d6223fcd2288c6efcba"
|
|
28
28
|
}
|