Skip to content

Commit

Permalink
chore: update api-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 22, 2024
1 parent 4464050 commit 25b83da
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .api-reports/api-report-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
link?: ApolloLink;
name?: string;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-react_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-react_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-react_hoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-react_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-react_internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-react_ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-testing_core.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@apollo/client" does not have an export "ApolloLink"
link?: ApolloLink;
Expand Down
1 change: 0 additions & 1 deletion .api-reports/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export interface ApolloClientOptions<TCacheShape> {
documentTransform?: DocumentTransform;
// (undocumented)
fragmentMatcher?: FragmentMatcher;
// (undocumented)
headers?: Record<string, string>;
link?: ApolloLink;
name?: string;
Expand Down

0 comments on commit 25b83da

Please sign in to comment.