@@ -12,13 +12,11 @@ import type { ApplyHKTImplementationWithDefault } from '@apollo/client/utilities
1212import { Cache as Cache_2 } from ' @apollo/client/cache' ;
1313import { checkFetcher } from ' @apollo/client/link/http' ;
1414import type { ClientAwarenessLink } from ' @apollo/client/link/client-awareness' ;
15- import { ClientParseError } from ' @apollo/client/link/http' ;
1615import { CombinedGraphQLErrors } from ' @apollo/client/errors' ;
1716import { CombinedProtocolErrors } from ' @apollo/client/errors' ;
1817import { concat } from ' @apollo/client/link' ;
1918import { createHttpLink } from ' @apollo/client/link/http' ;
2019import { createSignalIfSupported } from ' @apollo/client/link/http' ;
21- import { DataMasking } from ' @apollo/client/masking' ;
2220import type { DeepPartial } from ' @apollo/client/utilities' ;
2321import { defaultDataIdFromObject } from ' @apollo/client/cache' ;
2422import { defaultPrinter } from ' @apollo/client/link/http' ;
@@ -59,13 +57,10 @@ import { LinkError } from '@apollo/client/errors';
5957import type { LocalState } from ' @apollo/client/local-state' ;
6058import { LocalStateError } from ' @apollo/client/errors' ;
6159import { makeVar } from ' @apollo/client/cache' ;
62- import { Masked } from ' @apollo/client/masking' ;
63- import { MaskedDocumentNode } from ' @apollo/client/masking' ;
6460import { MaybeMasked } from ' @apollo/client/masking' ;
6561import { MergeInfo } from ' @apollo/client/cache' ;
6662import { MergeTree } from ' @apollo/client/cache' ;
6763import { MissingFieldError } from ' @apollo/client/cache' ;
68- import { NextLink } from ' @apollo/client/link' ;
6964import type { NextNotification } from ' rxjs' ;
7065import { NormalizedCache } from ' @apollo/client/cache' ;
7166import { NormalizedCacheObject } from ' @apollo/client/cache' ;
@@ -74,7 +69,6 @@ import { Observable as Observable_2 } from 'rxjs';
7469import type { ObservableNotification } from ' rxjs' ;
7570import type { Observer } from ' rxjs' ;
7671import { Operation } from ' @apollo/client/link' ;
77- import { OperationContext } from ' @apollo/client/link' ;
7872import { OperationTypeNode } from ' graphql' ;
7973import { OptimisticStoreItem } from ' @apollo/client/cache' ;
8074import { parseAndCheckHttpResponse } from ' @apollo/client/link/http' ;
@@ -90,7 +84,6 @@ import { rewriteURIForGET } from '@apollo/client/link/http';
9084import { selectHttpOptionsAndBody } from ' @apollo/client/link/http' ;
9185import { selectHttpOptionsAndBodyInternal } from ' @apollo/client/link/http' ;
9286import { selectURI } from ' @apollo/client/link/http' ;
93- import { serializeFetchParameter } from ' @apollo/client/link/http' ;
9487import { ServerError } from ' @apollo/client/errors' ;
9588import { ServerParseError } from ' @apollo/client/errors' ;
9689import { setVerbosity as setLogVerbosity } from ' @apollo/client/utilities/invariant' ;
@@ -319,7 +312,7 @@ export class ApolloClient {
319312 __actionHookForDevTools(cb : () => any ): void ;
320313 constructor (options : ApolloClient .Options );
321314 // (undocumented)
322- __requestRaw(payload : GraphQLRequest ): Observable_2 <FetchResult <unknown >>;
315+ __requestRaw(request : ApolloLink . Request ): Observable_2 <ApolloLink . Result <unknown >>;
323316 // (undocumented)
324317 cache: ApolloCache ;
325318 clearStore(): Promise <any []>;
@@ -390,8 +383,6 @@ export { Cache_2 as Cache }
390383
391384export { checkFetcher }
392385
393- export { ClientParseError }
394-
395386export { CombinedGraphQLErrors }
396387
397388export { CombinedProtocolErrors }
@@ -402,8 +393,6 @@ export { createHttpLink }
402393
403394export { createSignalIfSupported }
404395
405- export { DataMasking }
406-
407396// @public (undocumented)
408397export type DataState <TData > = {
409398 data: DataValue .Complete <TData >;
@@ -551,10 +540,6 @@ export { LocalStateError }
551540
552541export { makeVar }
553542
554- export { Masked }
555-
556- export { MaskedDocumentNode }
557-
558543// @public (undocumented)
559544interface MaskFragmentOptions <TData > {
560545 // (undocumented)
@@ -649,8 +634,6 @@ interface NextFetchPolicyContext<TData, TVariables extends OperationVariables> {
649634 reason: " after-fetch" | " variables-changed" ;
650635}
651636
652- export { NextLink }
653-
654637export { NormalizedCache }
655638
656639export { NormalizedCacheObject }
@@ -791,8 +774,6 @@ export type OnQueryUpdated<TResult> = (observableQuery: ObservableQuery<any>, di
791774
792775export { Operation }
793776
794- export { OperationContext }
795-
796777// @public (undocumented)
797778export type OperationVariables = Record <string , any >;
798779
@@ -893,7 +874,7 @@ class QueryManager {
893874 readonly incrementalHandler: Incremental .Handler ;
894875 // (undocumented)
895876 protected inFlightLinkObservables: Trie <{
896- observable? : Observable_2 <FetchResult <any >>;
877+ observable? : Observable_2 <ApolloLink . Result <any >>;
897878 restart? : () => void ;
898879 }>;
899880 // (undocumented)
@@ -1037,8 +1018,6 @@ export { selectHttpOptionsAndBodyInternal }
10371018
10381019export { selectURI }
10391020
1040- export { serializeFetchParameter }
1041-
10421021export { ServerError }
10431022
10441023export { ServerParseError }
@@ -1153,7 +1132,7 @@ export type WatchQueryOptions<TVariables extends OperationVariables = OperationV
11531132
11541133// Warnings were encountered during analysis:
11551134//
1156- // src/core/ApolloClient.ts:357 :5 - (ae-forgotten-export) The symbol "NextFetchPolicyContext" needs to be exported by the entry point index.d.ts
1135+ // src/core/ApolloClient.ts:353 :5 - (ae-forgotten-export) The symbol "NextFetchPolicyContext" needs to be exported by the entry point index.d.ts
11571136// src/core/ObservableQuery.ts:360:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
11581137// src/core/QueryManager.ts:175:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
11591138
0 commit comments