@google/genai 1.36.0 → 1.37.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.
package/dist/genai.d.ts CHANGED
@@ -5481,7 +5481,7 @@ export declare interface ImageConfig {
5481
5481
  * The configuration for image interaction.
5482
5482
  */
5483
5483
  declare interface ImageConfig_2 {
5484
- aspect_ratio?: '1:1' | '2:3' | '3:2' | '3:4' | '4:3' | '9:16' | '16:9' | '21:9';
5484
+ aspect_ratio?: '1:1' | '2:3' | '3:2' | '3:4' | '4:3' | '4:5' | '5:4' | '9:16' | '16:9' | '21:9';
5485
5485
  image_size?: '1K' | '2K' | '4K';
5486
5486
  }
5487
5487
 
package/dist/index.cjs CHANGED
@@ -6905,7 +6905,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
6905
6905
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
6906
6906
  const USER_AGENT_HEADER = 'User-Agent';
6907
6907
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
6908
- const SDK_VERSION = '1.36.0'; // x-release-please-version
6908
+ const SDK_VERSION = '1.37.0'; // x-release-please-version
6909
6909
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
6910
6910
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
6911
6911
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';
package/dist/index.mjs CHANGED
@@ -6903,7 +6903,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
6903
6903
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
6904
6904
  const USER_AGENT_HEADER = 'User-Agent';
6905
6905
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
6906
- const SDK_VERSION = '1.36.0'; // x-release-please-version
6906
+ const SDK_VERSION = '1.37.0'; // x-release-please-version
6907
6907
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
6908
6908
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
6909
6909
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';