Skip to content

Commit cad156a

Browse files
committed
Rerun api report
1 parent ef54401 commit cad156a

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { CombinedProtocolErrors } from '@apollo/client/errors';
1717
import { concat } from '@apollo/client/link';
1818
import { createHttpLink } from '@apollo/client/link/http';
1919
import { createSignalIfSupported } from '@apollo/client/link/http';
20-
import { DataMasking } from '@apollo/client/masking';
2120
import type { DeepPartial } from '@apollo/client/utilities';
2221
import { defaultDataIdFromObject } from '@apollo/client/cache';
2322
import { defaultPrinter } from '@apollo/client/link/http';
@@ -394,8 +393,6 @@ export { createHttpLink }
394393

395394
export { createSignalIfSupported }
396395

397-
export { DataMasking }
398-
399396
// @public (undocumented)
400397
export type DataState<TData> = {
401398
data: DataValue.Complete<TData>;

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ type CombineIntersection<T> = Exclude<T, {
3939
// @public (undocumented)
4040
type ContainsFragmentsRefs<TData, Seen = never> = true extends (IsAny<TData>) ? false : TData extends object ? Exact<TData> extends Seen ? false : " $fragmentRefs" extends keyof RemoveIndexSignature<TData> ? true : ContainsFragmentsRefs<TData[keyof TData], Seen | Exact<TData>> : false;
4141

42-
// @public (undocumented)
43-
export interface DataMasking {
44-
}
45-
4642
// @internal @deprecated (undocumented)
4743
export const disableWarningsSlot: {
4844
readonly id: string;

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -808,10 +808,6 @@ export const createSignalIfSupported: () => {
808808
signal: AbortSignal;
809809
};
810810

811-
// @public (undocumented)
812-
export interface DataMasking {
813-
}
814-
815811
// @public (undocumented)
816812
export type DataState<TData> = {
817813
data: DataValue.Complete<TData>;

0 commit comments

Comments
 (0)