File tree 2 files changed +0
-13
lines changed
packages/vertexai/src/requests
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -211,14 +211,6 @@ export class StringSchema extends Schema {
211
211
}
212
212
return obj as SchemaRequest ;
213
213
}
214
-
215
- toJSON ( ) : _SchemaRequest {
216
- const obj = super . toJSON ( ) ;
217
- if ( this . enum ) {
218
- obj [ 'enum' ] = this . enum ;
219
- }
220
- return obj as SchemaRequest ;
221
- }
222
214
}
223
215
224
216
/**
Original file line number Diff line number Diff line change @@ -12854,11 +12854,6 @@ node-forge@^0.10.0:
12854
12854
resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz"
12855
12855
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
12856
12856
12857
- node-forge@^0.10.0:
12858
- version "0.10.0"
12859
- resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz"
12860
- integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
12861
-
12862
12857
node-forge@^1.3.1:
12863
12858
version "1.3.1"
12864
12859
resolved "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz"
You can’t perform that action at this time.
0 commit comments