graphlit-client 1.0.20251216001 → 1.0.20251217001

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.
@@ -6202,6 +6202,8 @@ export declare enum GoogleModels {
6202
6202
  Gemini_2_5ProExperimental = "GEMINI_2_5_PRO_EXPERIMENTAL",
6203
6203
  /** Gemini 2.5 Pro (Preview) */
6204
6204
  Gemini_2_5ProPreview = "GEMINI_2_5_PRO_PREVIEW",
6205
+ /** Gemini 3 Flash (Preview) */
6206
+ Gemini_3FlashPreview = "GEMINI_3_FLASH_PREVIEW",
6205
6207
  /** Gemini 3 Pro (Preview) */
6206
6208
  Gemini_3ProPreview = "GEMINI_3_PRO_PREVIEW",
6207
6209
  /** Gemini Flash (Latest) */
@@ -1254,6 +1254,8 @@ export var GoogleModels;
1254
1254
  GoogleModels["Gemini_2_5ProExperimental"] = "GEMINI_2_5_PRO_EXPERIMENTAL";
1255
1255
  /** Gemini 2.5 Pro (Preview) */
1256
1256
  GoogleModels["Gemini_2_5ProPreview"] = "GEMINI_2_5_PRO_PREVIEW";
1257
+ /** Gemini 3 Flash (Preview) */
1258
+ GoogleModels["Gemini_3FlashPreview"] = "GEMINI_3_FLASH_PREVIEW";
1257
1259
  /** Gemini 3 Pro (Preview) */
1258
1260
  GoogleModels["Gemini_3ProPreview"] = "GEMINI_3_PRO_PREVIEW";
1259
1261
  /** Gemini Flash (Latest) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20251216001",
3
+ "version": "1.0.20251217001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",