@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
|
@@ -2079,8 +2079,7 @@ function generateContentByPrompt(payload) {
|
|
|
2079
2079
|
paths: [
|
|
2080
2080
|
{
|
|
2081
2081
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2082
|
-
}
|
|
2083
|
-
{ path: "response.falRawResponse.body" }
|
|
2082
|
+
}
|
|
2084
2083
|
]
|
|
2085
2084
|
}
|
|
2086
2085
|
])
|
|
@@ -2307,8 +2306,7 @@ function generateContentByProject(payload) {
|
|
|
2307
2306
|
paths: [
|
|
2308
2307
|
{
|
|
2309
2308
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2310
|
-
}
|
|
2311
|
-
{ path: "response.falRawResponse.body" }
|
|
2309
|
+
}
|
|
2312
2310
|
]
|
|
2313
2311
|
}
|
|
2314
2312
|
])
|
|
@@ -2632,8 +2630,7 @@ function generateContentByPromptObject(payload) {
|
|
|
2632
2630
|
paths: [
|
|
2633
2631
|
{
|
|
2634
2632
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
|
|
2635
|
-
}
|
|
2636
|
-
{ path: "response.falRawResponse.body" }
|
|
2633
|
+
}
|
|
2637
2634
|
]
|
|
2638
2635
|
}
|
|
2639
2636
|
])
|