@squidcloud/client 1.0.198 → 1.0.199

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.
@@ -11,7 +11,7 @@ export interface BaseAiGenerateImageOptions {
11
11
  export interface DallEOptions extends BaseAiGenerateImageOptions {
12
12
  modelName: 'dall-e-3';
13
13
  quality?: 'hd' | 'standard';
14
- size?: '256x256' | '512x512' | '1024x1024' | '1792x1024' | '1024x1792';
14
+ size?: '1024x1024' | '1792x1024' | '1024x1792';
15
15
  numberOfImagesToGenerate?: 1;
16
16
  }
17
17
  /** The possible sources for the LLM provider API key. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.198",
3
+ "version": "1.0.199",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/typescript-client/src/index.d.ts",