@wix/evalforge-types 0.44.0 → 0.45.0

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/build/index.js CHANGED
@@ -2222,7 +2222,9 @@ var LeanEvaluationResultSchema = import_zod29.z.object({
2222
2222
  var import_zod30 = require("zod");
2223
2223
  var ProjectSchema = BaseEntitySchema.extend({
2224
2224
  appId: import_zod30.z.string().optional().describe("The ID of the app in Dev Center"),
2225
- appSecret: import_zod30.z.string().optional().describe("The secret of the app in Dev Center")
2225
+ appSecret: import_zod30.z.string().optional().describe("The secret of the app in Dev Center"),
2226
+ useWixAuth: import_zod30.z.boolean().optional().describe("Enable Wix CLI/MCP auth for evaluations"),
2227
+ useBase44Auth: import_zod30.z.boolean().optional().describe("Enable Base44 auth for evaluations")
2226
2228
  });
2227
2229
  var CreateProjectInputSchema = ProjectSchema.omit({
2228
2230
  id: true,