Skip to content

Commit da65e7f

Browse files
committed
set SchemaShared to public
1 parent 703afe0 commit da65e7f

File tree

2 files changed

+5721
-4989
lines changed

2 files changed

+5721
-4989
lines changed

common/api-review/vertexai.api.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export class ArraySchema extends Schema {
1414
constructor(schemaParams: SchemaParams, items: TypedSchema);
1515
// (undocumented)
1616
items: TypedSchema;
17-
// @internal (undocumented)
18-
toJSON(): _SchemaRequest;
17+
// (undocumented)
18+
toJSON(): SchemaRequest;
1919
}
2020

2121
// @public
@@ -494,8 +494,8 @@ export class ObjectSchema extends Schema {
494494
properties: {
495495
[k: string]: TypedSchema;
496496
};
497-
// @internal (undocumented)
498-
toJSON(): _SchemaRequest;
497+
// (undocumented)
498+
toJSON(): SchemaRequest;
499499
}
500500

501501
// @public
@@ -644,7 +644,7 @@ export interface SchemaRequest extends SchemaShared<SchemaRequest> {
644644
type: SchemaType;
645645
}
646646

647-
// @public (undocumented)
647+
// @public
648648
export interface SchemaShared<T> {
649649
// (undocumented)
650650
[key: string]: unknown;
@@ -711,8 +711,8 @@ export class StringSchema extends Schema {
711711
constructor(schemaParams?: SchemaParams, enumValues?: string[]);
712712
// (undocumented)
713713
enum?: string[];
714-
// @internal (undocumented)
715-
toJSON(): _SchemaRequest;
714+
// (undocumented)
715+
toJSON(): SchemaRequest;
716716
}
717717

718718
// @public
@@ -772,6 +772,8 @@ export interface VertexAI {
772772
export class VertexAIError extends FirebaseError {
773773
constructor(code: VertexAIErrorCode, message: string, customErrorData?: CustomErrorData | undefined);
774774
// (undocumented)
775+
readonly code: VertexAIErrorCode;
776+
// (undocumented)
775777
readonly customErrorData?: CustomErrorData | undefined;
776778
}
777779

0 commit comments

Comments
 (0)