@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
|
@@ -2226,7 +2226,8 @@ function generateContentByPrompt(payload) {
|
|
|
2226
2226
|
paths: [
|
|
2227
2227
|
{
|
|
2228
2228
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2229
|
-
}
|
|
2229
|
+
},
|
|
2230
|
+
{ path: "response.falRawResponse.body" }
|
|
2230
2231
|
]
|
|
2231
2232
|
}
|
|
2232
2233
|
])
|
|
@@ -2453,7 +2454,8 @@ function generateContentByProject(payload) {
|
|
|
2453
2454
|
paths: [
|
|
2454
2455
|
{
|
|
2455
2456
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2456
|
-
}
|
|
2457
|
+
},
|
|
2458
|
+
{ path: "response.falRawResponse.body" }
|
|
2457
2459
|
]
|
|
2458
2460
|
}
|
|
2459
2461
|
])
|
|
@@ -2777,7 +2779,8 @@ function generateContentByPromptObject(payload) {
|
|
|
2777
2779
|
paths: [
|
|
2778
2780
|
{
|
|
2779
2781
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2780
|
-
}
|
|
2782
|
+
},
|
|
2783
|
+
{ path: "response.falRawResponse.body" }
|
|
2781
2784
|
]
|
|
2782
2785
|
}
|
|
2783
2786
|
])
|