@wix/auto_sdk_ai-gateway_generators 1.0.98 → 1.0.99
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/build/cjs/index.d.ts +60 -9
- package/build/cjs/index.js +6 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +6 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +58 -9
- package/build/cjs/meta.js +6 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +60 -9
- package/build/es/index.mjs +6 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +6 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +58 -9
- package/build/es/meta.mjs +6 -3
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +11 -11
- package/build/internal/cjs/index.js +6 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +70 -19
- package/build/internal/cjs/index.typings.js +6 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +58 -9
- package/build/internal/cjs/meta.js +6 -3
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +11 -11
- package/build/internal/es/index.mjs +6 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +70 -19
- package/build/internal/es/index.typings.mjs +6 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +58 -9
- package/build/internal/es/meta.mjs +6 -3
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2079,7 +2079,8 @@ function generateContentByPrompt(payload) {
|
|
|
2079
2079
|
paths: [
|
|
2080
2080
|
{
|
|
2081
2081
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2082
|
-
}
|
|
2082
|
+
},
|
|
2083
|
+
{ path: "response.falRawResponse.body" }
|
|
2083
2084
|
]
|
|
2084
2085
|
}
|
|
2085
2086
|
])
|
|
@@ -2306,7 +2307,8 @@ function generateContentByProject(payload) {
|
|
|
2306
2307
|
paths: [
|
|
2307
2308
|
{
|
|
2308
2309
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2309
|
-
}
|
|
2310
|
+
},
|
|
2311
|
+
{ path: "response.falRawResponse.body" }
|
|
2310
2312
|
]
|
|
2311
2313
|
}
|
|
2312
2314
|
])
|
|
@@ -2630,7 +2632,8 @@ function generateContentByPromptObject(payload) {
|
|
|
2630
2632
|
paths: [
|
|
2631
2633
|
{
|
|
2632
2634
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2633
|
-
}
|
|
2635
|
+
},
|
|
2636
|
+
{ path: "response.falRawResponse.body" }
|
|
2634
2637
|
]
|
|
2635
2638
|
}
|
|
2636
2639
|
])
|