From bc30689b7b57f8a21e5ef3a2526b17880e12a42d Mon Sep 17 00:00:00 2001 From: Alessia Bellisario Date: Thu, 21 Sep 2023 14:49:21 -0700 Subject: [PATCH] chore: update API reports --- .api-reports/api-report-react.md | 25 ++++++++++++++++++++++++ .api-reports/api-report-react_hooks.md | 27 ++++++++++++++++++++++++++ .api-reports/api-report.md | 25 ++++++++++++++++++++++++ 3 files changed, 77 insertions(+) diff --git a/.api-reports/api-report-react.md b/.api-reports/api-report-react.md index e833fc3146b..1bb039c96dd 100644 --- a/.api-reports/api-report-react.md +++ b/.api-reports/api-report-react.md @@ -350,6 +350,8 @@ export interface BackgroundQueryHookOptions { variables?: TVariables; } +// Warning: (ae-forgotten-export) The symbol "SuspenseCache_2" needs to be exported by the entry point index.d.ts +// +// @public (undocumented) +export class SuspenseCache extends SuspenseCache_2 { + constructor(); +} + +// @public (undocumented) +class SuspenseCache_2 { + // Warning: (ae-forgotten-export) The symbol "SuspenseCacheOptions" needs to be exported by the entry point index.d.ts + constructor(options?: SuspenseCacheOptions); + // (undocumented) + getQueryRef(cacheKey: CacheKey, createObservable: () => ObservableQuery): InternalQueryReference; +} + +// @public (undocumented) +interface SuspenseCacheOptions { + // (undocumented) + autoDisposeTimeoutMs?: number; +} + // @public (undocumented) export type SuspenseQueryHookFetchPolicy = Extract; @@ -1926,6 +1949,8 @@ export interface SuspenseQueryHookOptions { variables?: TVariables; } +// Warning: (ae-forgotten-export) The symbol "SuspenseCache_2" needs to be exported by the entry point index.d.ts +// +// @public (undocumented) +class SuspenseCache extends SuspenseCache_2 { + constructor(); +} + +// @public (undocumented) +class SuspenseCache_2 { + // Warning: (ae-forgotten-export) The symbol "SuspenseCacheOptions" needs to be exported by the entry point index.d.ts + constructor(options?: SuspenseCacheOptions); + // (undocumented) + getQueryRef(cacheKey: CacheKey, createObservable: () => ObservableQuery): InternalQueryReference; +} + +// @public (undocumented) +interface SuspenseCacheOptions { + // (undocumented) + autoDisposeTimeoutMs?: number; +} + // @public (undocumented) type SuspenseQueryHookFetchPolicy = Extract; @@ -1807,6 +1832,8 @@ interface SuspenseQueryHookOptions { variables?: TVariables; } +// Warning: (ae-forgotten-export) The symbol "SuspenseCache_2" needs to be exported by the entry point index.d.ts +// +// @public (undocumented) +export class SuspenseCache extends SuspenseCache_2 { + constructor(); +} + +// @public (undocumented) +class SuspenseCache_2 { + // Warning: (ae-forgotten-export) The symbol "SuspenseCacheOptions" needs to be exported by the entry point index.d.ts + constructor(options?: SuspenseCacheOptions); + // (undocumented) + getQueryRef(cacheKey: CacheKey, createObservable: () => ObservableQuery): InternalQueryReference; +} + +// @public (undocumented) +interface SuspenseCacheOptions { + // (undocumented) + autoDisposeTimeoutMs?: number; +} + // @public (undocumented) export type SuspenseQueryHookFetchPolicy = Extract; @@ -2538,6 +2561,8 @@ export interface SuspenseQueryHookOptions