@google/generative-ai
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -953,13 +953,13 @@ /** | ||
/** String type. */ | ||
STRING = "STRING", | ||
STRING = "string", | ||
/** Number type. */ | ||
NUMBER = "NUMBER", | ||
NUMBER = "number", | ||
/** Integer type. */ | ||
INTEGER = "INTEGER", | ||
INTEGER = "integer", | ||
/** Boolean type. */ | ||
BOOLEAN = "BOOLEAN", | ||
BOOLEAN = "boolean", | ||
/** Array type. */ | ||
ARRAY = "ARRAY", | ||
ARRAY = "array", | ||
/** Object type. */ | ||
OBJECT = "OBJECT" | ||
OBJECT = "object" | ||
} | ||
@@ -966,0 +966,0 @@ |
@@ -11,13 +11,13 @@ 'use strict'; | ||
/** String type. */ | ||
SchemaType["STRING"] = "STRING"; | ||
SchemaType["STRING"] = "string"; | ||
/** Number type. */ | ||
SchemaType["NUMBER"] = "NUMBER"; | ||
SchemaType["NUMBER"] = "number"; | ||
/** Integer type. */ | ||
SchemaType["INTEGER"] = "INTEGER"; | ||
SchemaType["INTEGER"] = "integer"; | ||
/** Boolean type. */ | ||
SchemaType["BOOLEAN"] = "BOOLEAN"; | ||
SchemaType["BOOLEAN"] = "boolean"; | ||
/** Array type. */ | ||
SchemaType["ARRAY"] = "ARRAY"; | ||
SchemaType["ARRAY"] = "array"; | ||
/** Object type. */ | ||
SchemaType["OBJECT"] = "OBJECT"; | ||
SchemaType["OBJECT"] = "object"; | ||
})(exports.SchemaType || (exports.SchemaType = {})); | ||
@@ -287,3 +287,3 @@ | ||
*/ | ||
const PACKAGE_VERSION = "0.18.0"; | ||
const PACKAGE_VERSION = "0.19.0"; | ||
const PACKAGE_LOG_HEADER = "genai-js"; | ||
@@ -290,0 +290,0 @@ var Task; |
@@ -72,3 +72,3 @@ 'use strict'; | ||
*/ | ||
const PACKAGE_VERSION = "0.18.0"; | ||
const PACKAGE_VERSION = "0.19.0"; | ||
const PACKAGE_LOG_HEADER = "genai-js"; | ||
@@ -589,13 +589,13 @@ var Task; | ||
/** String type. */ | ||
SchemaType["STRING"] = "STRING"; | ||
SchemaType["STRING"] = "string"; | ||
/** Number type. */ | ||
SchemaType["NUMBER"] = "NUMBER"; | ||
SchemaType["NUMBER"] = "number"; | ||
/** Integer type. */ | ||
SchemaType["INTEGER"] = "INTEGER"; | ||
SchemaType["INTEGER"] = "integer"; | ||
/** Boolean type. */ | ||
SchemaType["BOOLEAN"] = "BOOLEAN"; | ||
SchemaType["BOOLEAN"] = "boolean"; | ||
/** Array type. */ | ||
SchemaType["ARRAY"] = "ARRAY"; | ||
SchemaType["ARRAY"] = "array"; | ||
/** Object type. */ | ||
SchemaType["OBJECT"] = "OBJECT"; | ||
SchemaType["OBJECT"] = "object"; | ||
})(exports.SchemaType || (exports.SchemaType = {})); | ||
@@ -602,0 +602,0 @@ |
@@ -669,13 +669,13 @@ /** | ||
/** String type. */ | ||
STRING = "STRING", | ||
STRING = "string", | ||
/** Number type. */ | ||
NUMBER = "NUMBER", | ||
NUMBER = "number", | ||
/** Integer type. */ | ||
INTEGER = "INTEGER", | ||
INTEGER = "integer", | ||
/** Boolean type. */ | ||
BOOLEAN = "BOOLEAN", | ||
BOOLEAN = "boolean", | ||
/** Array type. */ | ||
ARRAY = "ARRAY", | ||
ARRAY = "array", | ||
/** Object type. */ | ||
OBJECT = "OBJECT" | ||
OBJECT = "object" | ||
} | ||
@@ -682,0 +682,0 @@ |
@@ -86,13 +86,13 @@ /** | ||
/** String type. */ | ||
STRING = "STRING", | ||
STRING = "string", | ||
/** Number type. */ | ||
NUMBER = "NUMBER", | ||
NUMBER = "number", | ||
/** Integer type. */ | ||
INTEGER = "INTEGER", | ||
INTEGER = "integer", | ||
/** Boolean type. */ | ||
BOOLEAN = "BOOLEAN", | ||
BOOLEAN = "boolean", | ||
/** Array type. */ | ||
ARRAY = "ARRAY", | ||
ARRAY = "array", | ||
/** Object type. */ | ||
OBJECT = "OBJECT" | ||
OBJECT = "object" | ||
} | ||
@@ -99,0 +99,0 @@ /** |
@@ -86,13 +86,13 @@ /** | ||
/** String type. */ | ||
STRING = "STRING", | ||
STRING = "string", | ||
/** Number type. */ | ||
NUMBER = "NUMBER", | ||
NUMBER = "number", | ||
/** Integer type. */ | ||
INTEGER = "INTEGER", | ||
INTEGER = "integer", | ||
/** Boolean type. */ | ||
BOOLEAN = "BOOLEAN", | ||
BOOLEAN = "boolean", | ||
/** Array type. */ | ||
ARRAY = "ARRAY", | ||
ARRAY = "array", | ||
/** Object type. */ | ||
OBJECT = "OBJECT" | ||
OBJECT = "object" | ||
} | ||
@@ -99,0 +99,0 @@ /** |
{ | ||
"name": "@google/generative-ai", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "Google AI JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package