@wix/evalforge-types 0.93.0 → 0.94.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.
@@ -53,6 +53,7 @@ export declare const GeminiModel: {
53
53
  readonly GEMINI_3_0_PRO: "gemini-3-pro-preview";
54
54
  readonly GEMINI_3_0_FLASH: "gemini-3-flash-preview";
55
55
  readonly GEMINI_3_1_PRO: "gemini-3.1-pro-preview";
56
+ readonly GEMINI_3_5_FLASH: "gemini-3.5-flash";
56
57
  };
57
58
  export type GeminiModel = (typeof GeminiModel)[keyof typeof GeminiModel];
58
59
  export declare const AVAILABLE_GEMINI_MODEL_IDS: GeminiModel[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/evalforge-types",
3
- "version": "0.93.0",
3
+ "version": "0.94.0",
4
4
  "description": "Unified types for EvalForge agent evaluation system",
5
5
  "files": [
6
6
  "build"
@@ -46,5 +46,5 @@
46
46
  "artifactId": "evalforge-types"
47
47
  }
48
48
  },
49
- "falconPackageHash": "a95e050dce3899b95706e4726fd799f7e0824fba3fe365fb16ab8cf7"
49
+ "falconPackageHash": "39df1c31ea01aae8d29f2a80b58aa0135c684fbb7890eaafc67da629"
50
50
  }