@wix/auto_sdk_ai-gateway_generators 1.0.99 → 1.0.100
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 +1 -29
- package/build/cjs/index.js +3 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +3 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -27
- package/build/cjs/meta.js +3 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -29
- package/build/es/index.mjs +3 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +3 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -27
- package/build/es/meta.mjs +3 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +11 -11
- package/build/internal/cjs/index.js +3 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +11 -39
- package/build/internal/cjs/index.typings.js +3 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -27
- package/build/internal/cjs/meta.js +3 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +11 -11
- package/build/internal/es/index.mjs +3 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +11 -39
- package/build/internal/es/index.typings.mjs +3 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -27
- package/build/internal/es/meta.mjs +3 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2226,8 +2226,7 @@ function generateContentByPrompt(payload) {
|
|
|
2226
2226
|
paths: [
|
|
2227
2227
|
{
|
|
2228
2228
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2229
|
-
}
|
|
2230
|
-
{ path: "response.falRawResponse.body" }
|
|
2229
|
+
}
|
|
2231
2230
|
]
|
|
2232
2231
|
}
|
|
2233
2232
|
])
|
|
@@ -2454,8 +2453,7 @@ function generateContentByProject(payload) {
|
|
|
2454
2453
|
paths: [
|
|
2455
2454
|
{
|
|
2456
2455
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2457
|
-
}
|
|
2458
|
-
{ path: "response.falRawResponse.body" }
|
|
2456
|
+
}
|
|
2459
2457
|
]
|
|
2460
2458
|
}
|
|
2461
2459
|
])
|
|
@@ -2779,8 +2777,7 @@ function generateContentByPromptObject(payload) {
|
|
|
2779
2777
|
paths: [
|
|
2780
2778
|
{
|
|
2781
2779
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2782
|
-
}
|
|
2783
|
-
{ path: "response.falRawResponse.body" }
|
|
2780
|
+
}
|
|
2784
2781
|
]
|
|
2785
2782
|
}
|
|
2786
2783
|
])
|