Skip to content

Commit 4b311a5

Browse files
committed
Update api report
1 parent c53edf0 commit 4b311a5

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

.api-reports/api-report-utilities.api.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,22 @@ type DeepPartialReadonlySet<T> = {} & ReadonlySet<DeepPartial<T>>;
8787
// @public (undocumented)
8888
type DeepPartialSet<T> = {} & Set<DeepPartial<T>>;
8989

90-
// @public (undocumented)
90+
// @public
9191
export class DocumentTransform {
9292
// Warning: (ae-forgotten-export) The symbol "TransformFn" needs to be exported by the entry point index.d.ts
9393
// Warning: (ae-forgotten-export) The symbol "DocumentTransformOptions" needs to be exported by the entry point index.d.ts
9494
constructor(transform: TransformFn, options?: DocumentTransformOptions);
95-
// (undocumented)
9695
concat(otherTransform: DocumentTransform): DocumentTransform;
97-
// (undocumented)
9896
static identity(): DocumentTransform;
9997
// @internal @deprecated
10098
readonly left?: DocumentTransform;
10199
resetCache(): void;
102100
// @internal @deprecated
103101
readonly right?: DocumentTransform;
104-
// (undocumented)
105102
static split(predicate: (document: DocumentNode) => boolean, left: DocumentTransform, right?: DocumentTransform): DocumentTransform & {
106103
left: DocumentTransform;
107104
right: DocumentTransform;
108105
};
109-
// (undocumented)
110106
transformDocument(document: DocumentNode): DocumentNode;
111107
}
112108

@@ -135,7 +131,7 @@ export interface HKT {
135131
return: unknown;
136132
}
137133

138-
// @public (undocumented)
134+
// @public
139135
export function isFormattedExecutionResult(result?: object): result is FormattedExecutionResult;
140136

141137
// @public

.api-reports/api-report-utilities_internal.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export const getInMemoryCacheMemoryInternals: (() => {
279279
};
280280
}) | undefined;
281281

282-
// @internal @deprecated
282+
// @public
283283
export function getMainDefinition(queryDoc: DocumentNode): OperationDefinitionNode | FragmentDefinitionNode;
284284

285285
// @internal @deprecated (undocumented)

.api-reports/api-report.api.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -948,26 +948,22 @@ type DistributedRequiredExclude<T, U> = T extends any ? Required<T> extends Requ
948948

949949
export { DocumentNode }
950950

951-
// @public (undocumented)
951+
// @public
952952
export class DocumentTransform {
953953
// Warning: (ae-forgotten-export) The symbol "TransformFn" needs to be exported by the entry point index.d.ts
954954
// Warning: (ae-forgotten-export) The symbol "DocumentTransformOptions" needs to be exported by the entry point index.d.ts
955955
constructor(transform: TransformFn, options?: DocumentTransformOptions);
956-
// (undocumented)
957956
concat(otherTransform: DocumentTransform): DocumentTransform;
958-
// (undocumented)
959957
static identity(): DocumentTransform;
960958
// @internal @deprecated
961959
readonly left?: DocumentTransform;
962960
resetCache(): void;
963961
// @internal @deprecated
964962
readonly right?: DocumentTransform;
965-
// (undocumented)
966963
static split(predicate: (document: DocumentNode) => boolean, left: DocumentTransform, right?: DocumentTransform): DocumentTransform & {
967964
left: DocumentTransform;
968965
right: DocumentTransform;
969966
};
970-
// (undocumented)
971967
transformDocument(document: DocumentNode): DocumentNode;
972968
}
973969

0 commit comments

Comments
 (0)