@google/genai 1.24.0 → 1.25.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 +0 -1
- package/dist/index.cjs +120 -72
- package/dist/index.mjs +120 -72
- package/dist/index.mjs.map +1 -1
- package/dist/node/index.cjs +120 -72
- package/dist/node/index.mjs +120 -72
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/node.d.ts +0 -1
- package/dist/web/index.mjs +120 -72
- package/dist/web/index.mjs.map +1 -1
- package/dist/web/web.d.ts +0 -1
- package/package.json +1 -1
package/dist/web/web.d.ts
CHANGED
|
@@ -467,7 +467,6 @@ export declare class Batches extends BaseModule {
|
|
|
467
467
|
*/
|
|
468
468
|
list: (params?: types.ListBatchJobsParameters) => Promise<Pager<types.BatchJob>>;
|
|
469
469
|
private createInlinedGenerateContentRequest;
|
|
470
|
-
private createInlinedEmbedContentRequest;
|
|
471
470
|
private getGcsUri;
|
|
472
471
|
private getBigqueryUri;
|
|
473
472
|
private formatDestination;
|