graphlit-client 1.0.20251222003 → 1.0.20251223001

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.
@@ -120,6 +120,7 @@ const GOOGLE_MODEL_MAP = {
120
120
  [Types.GoogleModels.Gemini_2_5Flash]: "gemini-2.5-flash",
121
121
  [Types.GoogleModels.Gemini_2_5Pro]: "gemini-2.5-pro",
122
122
  // Gemini 3 models
123
+ [Types.GoogleModels.Gemini_3FlashPreview]: "gemini-3-flash-preview",
123
124
  [Types.GoogleModels.Gemini_3ProPreview]: "gemini-3-pro-preview",
124
125
  // Gemini Latest models
125
126
  [Types.GoogleModels.GeminiFlashLatest]: "gemini-flash-latest",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20251222003",
3
+ "version": "1.0.20251223001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",