graphlit-client 1.0.20251215001 → 1.0.20251216001

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.
@@ -12515,6 +12515,8 @@ export declare enum OpenAiImageModels {
12515
12515
  Custom = "CUSTOM",
12516
12516
  /** GPT Image-1 */
12517
12517
  GptImage_1 = "GPT_IMAGE_1",
12518
+ /** GPT Image-1.5 */
12519
+ GptImage_1_5 = "GPT_IMAGE_1_5",
12518
12520
  /** GPT Image-1 Mini */
12519
12521
  GptImage_1Mini = "GPT_IMAGE_1_MINI"
12520
12522
  }
@@ -1808,6 +1808,8 @@ export var OpenAiImageModels;
1808
1808
  OpenAiImageModels["Custom"] = "CUSTOM";
1809
1809
  /** GPT Image-1 */
1810
1810
  OpenAiImageModels["GptImage_1"] = "GPT_IMAGE_1";
1811
+ /** GPT Image-1.5 */
1812
+ OpenAiImageModels["GptImage_1_5"] = "GPT_IMAGE_1_5";
1811
1813
  /** GPT Image-1 Mini */
1812
1814
  OpenAiImageModels["GptImage_1Mini"] = "GPT_IMAGE_1_MINI";
1813
1815
  })(OpenAiImageModels || (OpenAiImageModels = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20251215001",
3
+ "version": "1.0.20251216001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",