@wix/evalforge-types 0.64.0 → 0.65.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.mjs CHANGED
@@ -1316,7 +1316,6 @@ var EvalRunFolderMembershipSchema = z30.object({
1316
1316
  import { z as z31 } from "zod";
1317
1317
  var ProjectSchema = BaseEntitySchema.extend({
1318
1318
  appId: z31.string().optional().describe("The ID of the app in Dev Center"),
1319
- appSecret: z31.string().optional().describe("The secret of the app in Dev Center"),
1320
1319
  scenarioTags: z31.array(z31.string()).optional().describe("Project-level tag vocabulary for scenarios"),
1321
1320
  /** Per-project Wix auth token (write-only — never returned in GET responses). null = clear. */
1322
1321
  wixAuthToken: z31.string().nullable().optional().describe("Wix auth token for CLI/MCP authentication (encrypted at rest)"),