From ee1488e86af3944ece0831a25d05a6249305d33b Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 23 Aug 2024 22:50:49 -0600 Subject: [PATCH] Rerun api report --- .api-reports/api-report-cache.api.md | 13 ------------- .api-reports/api-report-core.api.md | 13 +++++++++---- .api-reports/api-report-react.api.md | 13 +++++++++---- .api-reports/api-report-react_components.api.md | 13 +++++++++---- .api-reports/api-report-react_context.api.md | 13 +++++++++---- .api-reports/api-report-react_hoc.api.md | 13 +++++++++---- .api-reports/api-report-react_hooks.api.md | 13 +++++++++---- .api-reports/api-report-react_internal.api.md | 13 +++++++++---- .api-reports/api-report-react_ssr.api.md | 13 +++++++++---- .api-reports/api-report-testing.api.md | 13 +++++++++---- .api-reports/api-report-testing_core.api.md | 13 +++++++++---- .api-reports/api-report-utilities.api.md | 13 +++++++++---- .api-reports/api-report.api.md | 13 +++++++++---- .size-limits.json | 2 +- 14 files changed, 109 insertions(+), 62 deletions(-) diff --git a/.api-reports/api-report-cache.api.md b/.api-reports/api-report-cache.api.md index 35763b17bf6..db5ac4718be 100644 --- a/.api-reports/api-report-cache.api.md +++ b/.api-reports/api-report-cache.api.md @@ -704,19 +704,6 @@ export function makeReference(id: string): Reference; // @public (undocumented) export function makeVar(value: T): ReactiveVar; -// @public (undocumented) -export interface MaskFragmentOptions { - data: TData; - fragment: DocumentNode | TypedDocumentNode; - fragmentName?: string; -} - -// @public (undocumented) -export interface MaskOperationOptions { - data: TData; - document: DocumentNode | TypedDocumentNode; -} - // @public (undocumented) export interface MergeInfo { // (undocumented) diff --git a/.api-reports/api-report-core.api.md b/.api-reports/api-report-core.api.md index 9655ef51a49..c905b809684 100644 --- a/.api-reports/api-report-core.api.md +++ b/.api-reports/api-report-core.api.md @@ -1315,15 +1315,20 @@ export function makeVar(value: T): ReactiveVar; // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -2353,8 +2358,8 @@ interface WriteContext extends ReadMergeModifyContext { // src/cache/inmemory/types.ts:139:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:116:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:117:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:146:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:391:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:152:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:397:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:275:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts // src/link/http/selectHttpOptionsAndBody.ts:128:32 - (ae-forgotten-export) The symbol "HttpQueryOptions" needs to be exported by the entry point index.d.ts diff --git a/.api-reports/api-report-react.api.md b/.api-reports/api-report-react.api.md index f25e8214fad..3833078e887 100644 --- a/.api-reports/api-report-react.api.md +++ b/.api-reports/api-report-react.api.md @@ -1070,15 +1070,20 @@ type LocalStateOptions = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -2375,8 +2380,8 @@ interface WatchQueryOptions = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -1854,8 +1859,8 @@ interface WatchQueryOptions = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -1774,8 +1779,8 @@ interface WatchQueryOptions = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -1801,8 +1806,8 @@ export function withSubscription = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -2199,8 +2204,8 @@ interface WatchQueryOptions = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -2262,8 +2267,8 @@ export function wrapQueryRef(inter // src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:116:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:117:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:146:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:391:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:152:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:397:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts // src/core/types.ts:174:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts // src/core/types.ts:203:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:275:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts diff --git a/.api-reports/api-report-react_ssr.api.md b/.api-reports/api-report-react_ssr.api.md index 7e52af44f1d..15c9ebcf378 100644 --- a/.api-reports/api-report-react_ssr.api.md +++ b/.api-reports/api-report-react_ssr.api.md @@ -913,15 +913,20 @@ type LocalStateOptions = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -1759,8 +1764,8 @@ interface WatchQueryOptions = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -1827,8 +1832,8 @@ export function withWarningSpy(it: (...args: TArgs // src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:116:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:117:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:146:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:391:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:152:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:397:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts // src/core/types.ts:174:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts // src/core/types.ts:203:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:275:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts diff --git a/.api-reports/api-report-testing_core.api.md b/.api-reports/api-report-testing_core.api.md index 4b77deb50b6..65672566046 100644 --- a/.api-reports/api-report-testing_core.api.md +++ b/.api-reports/api-report-testing_core.api.md @@ -901,15 +901,20 @@ type LocalStateOptions = { // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -1784,8 +1789,8 @@ export function withWarningSpy(it: (...args: TArgs // src/core/LocalState.ts:46:5 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:116:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:117:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:146:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:391:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:152:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:397:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts // src/core/types.ts:174:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts // src/core/types.ts:203:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:275:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts diff --git a/.api-reports/api-report-utilities.api.md b/.api-reports/api-report-utilities.api.md index 27f8740af99..9b9718a06f6 100644 --- a/.api-reports/api-report-utilities.api.md +++ b/.api-reports/api-report-utilities.api.md @@ -1600,15 +1600,20 @@ function makeVar(value: T): ReactiveVar; // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -2721,8 +2726,8 @@ interface WriteContext extends ReadMergeModifyContext { // src/core/LocalState.ts:71:3 - (ae-forgotten-export) The symbol "ApolloClient" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:116:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:117:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:146:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:391:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:152:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:397:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts // src/core/types.ts:174:3 - (ae-forgotten-export) The symbol "MutationQueryReducer" needs to be exported by the entry point index.d.ts // src/core/types.ts:203:5 - (ae-forgotten-export) The symbol "Resolver" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:275:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts diff --git a/.api-reports/api-report.api.md b/.api-reports/api-report.api.md index 00845396bfd..c1b395ccdf1 100644 --- a/.api-reports/api-report.api.md +++ b/.api-reports/api-report.api.md @@ -1496,15 +1496,20 @@ export function makeVar(value: T): ReactiveVar; // @public (undocumented) interface MaskFragmentOptions { + // (undocumented) data: TData; - fragment: DocumentNode | TypedDocumentNode; + // (undocumented) + fragment: DocumentNode; + // (undocumented) fragmentName?: string; } // @public (undocumented) interface MaskOperationOptions { + // (undocumented) data: TData; - document: DocumentNode | TypedDocumentNode; + // (undocumented) + document: DocumentNode; } // @public (undocumented) @@ -3068,8 +3073,8 @@ interface WriteContext extends ReadMergeModifyContext { // src/cache/inmemory/types.ts:139:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:116:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts // src/core/ObservableQuery.ts:117:5 - (ae-forgotten-export) The symbol "QueryInfo" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:146:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts -// src/core/QueryManager.ts:391:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:152:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts +// src/core/QueryManager.ts:397:7 - (ae-forgotten-export) The symbol "UpdateQueries" needs to be exported by the entry point index.d.ts // src/core/watchQueryOptions.ts:275:2 - (ae-forgotten-export) The symbol "UpdateQueryFn" needs to be exported by the entry point index.d.ts // src/link/http/selectHttpOptionsAndBody.ts:128:32 - (ae-forgotten-export) The symbol "HttpQueryOptions" needs to be exported by the entry point index.d.ts // src/react/hooks/useBackgroundQuery.ts:38:3 - (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts diff --git a/.size-limits.json b/.size-limits.json index 4ba9dfabdd1..f10f18f1acb 100644 --- a/.size-limits.json +++ b/.size-limits.json @@ -1,4 +1,4 @@ { "dist/apollo-client.min.cjs": 41230, - "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 34014 + "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 34015 }