@wix/evalforge-types 0.46.0 → 0.47.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.
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  import { ClaudeModel, Model as OpenAIModel } from '@wix/ambassador-ds-wix-ai-gateway-v1-prompt/types';
3
3
  export { ClaudeModel, OpenAIModel };
4
- export declare const AVAILABLE_MODEL_IDS: ClaudeModel[];
4
+ export declare const AVAILABLE_CLAUDE_MODEL_IDS: ClaudeModel[];
5
5
  export declare const DEFAULT_JUDGE_MODEL: string;
6
6
  export declare const ClaudeModelSchema: z.ZodEnum<{
7
7
  [x: string]: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/evalforge-types",
3
- "version": "0.46.0",
3
+ "version": "0.47.0",
4
4
  "description": "Unified types for EvalForge agent evaluation system",
5
5
  "files": [
6
6
  "build"
@@ -47,5 +47,5 @@
47
47
  "artifactId": "evalforge-types"
48
48
  }
49
49
  },
50
- "falconPackageHash": "a70c8a3f86e611eaf56129ef3fea8e9e7b8334ac70c265e8835951a3"
50
+ "falconPackageHash": "6bda98c4a379a4d2b7510c8e75a4ff571abea1af473bc2c8cb5b7432"
51
51
  }