@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.js +0 -1
- package/build/index.js.map +2 -2
- package/build/index.mjs +0 -1
- package/build/index.mjs.map +2 -2
- package/build/types/project/project.d.ts +0 -3
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -1516,7 +1516,6 @@ var EvalRunFolderMembershipSchema = import_zod30.z.object({
|
|
|
1516
1516
|
var import_zod31 = require("zod");
|
|
1517
1517
|
var ProjectSchema = BaseEntitySchema.extend({
|
|
1518
1518
|
appId: import_zod31.z.string().optional().describe("The ID of the app in Dev Center"),
|
|
1519
|
-
appSecret: import_zod31.z.string().optional().describe("The secret of the app in Dev Center"),
|
|
1520
1519
|
scenarioTags: import_zod31.z.array(import_zod31.z.string()).optional().describe("Project-level tag vocabulary for scenarios"),
|
|
1521
1520
|
/** Per-project Wix auth token (write-only — never returned in GET responses). null = clear. */
|
|
1522
1521
|
wixAuthToken: import_zod31.z.string().nullable().optional().describe("Wix auth token for CLI/MCP authentication (encrypted at rest)"),
|