@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 +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.mjs +1 -1
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/node.d.ts +1 -1
- package/dist/web/index.mjs +1 -1
- package/dist/web/index.mjs.map +1 -1
- package/dist/web/web.d.ts +1 -1
- package/package.json +3 -3
package/dist/node/node.d.ts
CHANGED
|
@@ -5493,7 +5493,7 @@ export declare interface ImageConfig {
|
|
|
5493
5493
|
* The configuration for image interaction.
|
|
5494
5494
|
*/
|
|
5495
5495
|
declare interface ImageConfig_2 {
|
|
5496
|
-
aspect_ratio?: '1:1' | '2:3' | '3:2' | '3:4' | '4:3' | '9:16' | '16:9' | '21:9';
|
|
5496
|
+
aspect_ratio?: '1:1' | '2:3' | '3:2' | '3:4' | '4:3' | '4:5' | '5:4' | '9:16' | '16:9' | '21:9';
|
|
5497
5497
|
image_size?: '1K' | '2K' | '4K';
|
|
5498
5498
|
}
|
|
5499
5499
|
|
package/dist/web/index.mjs
CHANGED
|
@@ -11501,7 +11501,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
|
|
|
11501
11501
|
const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
|
|
11502
11502
|
const USER_AGENT_HEADER = 'User-Agent';
|
|
11503
11503
|
const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
|
|
11504
|
-
const SDK_VERSION = '1.
|
|
11504
|
+
const SDK_VERSION = '1.37.0'; // x-release-please-version
|
|
11505
11505
|
const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
|
|
11506
11506
|
const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
|
|
11507
11507
|
const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';
|