Skip to content

Commit

Permalink
docs: Update API reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmithr committed Dec 3, 2024
1 parent 357689f commit 56b5e82
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/dds/tree/api-report/tree.alpha.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/tree/api-report/tree.beta.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/tree/api-report/tree.legacy.alpha.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/tree/api-report/tree.legacy.public.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/tree/api-report/tree.public.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ export type JsonNodeSchema = JsonLeafNodeSchema | JsonMapNodeSchema | JsonArrayN

// @alpha @sealed
export interface JsonNodeSchemaBase<TNodeKind extends NodeKind, TJsonSchemaType extends JsonSchemaType> {
readonly description?: string | undefined;
readonly _treeNodeSchemaKind: TNodeKind;
readonly type: TJsonSchemaType;
}
Expand Down Expand Up @@ -838,7 +839,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ export interface NodeSchemaMetadata<out TCustomMetadata = unknown> {
readonly description?: string | undefined;
}

// @public
// @public @sealed
export interface NodeSchemaOptions<out TMetadata = NodeSchemaMetadata> {
readonly metadata?: TMetadata;
}
Expand Down

0 comments on commit 56b5e82

Please sign in to comment.