Skip to content

Commit a79d205

Browse files
committed
Update api report
1 parent 7ed55a7 commit a79d205

3 files changed

Lines changed: 42 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,8 +1377,8 @@ export const windowFocusSource: RefetchEventManager.EventSource<Event>;
13771377
// Warnings were encountered during analysis:
13781378
//
13791379
// src/core/ApolloClient.ts:635:5 - (ae-forgotten-export) The symbol "NextFetchPolicyContext" needs to be exported by the entry point index.d.ts
1380-
// src/core/ObservableQuery.ts:375:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1381-
// src/core/QueryManager.ts:195:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
1380+
// src/core/ObservableQuery.ts:376:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
1381+
// src/core/QueryManager.ts:196:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
13821382

13831383
// (No @packageDocumentation comment for this package)
13841384

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import type { DocumentNode } from 'graphql';
1010
import type { FormattedExecutionResult } from 'graphql';
1111
import type { GraphQLFormattedError } from 'graphql';
1212
import type { HKT } from '@apollo/client/utilities';
13+
import type { Incremental as Incremental_2 } from '@apollo/client/incremental';
14+
import { StreamInfoTrie as StreamInfoTrie_2 } from '@apollo/client/utilities/internal';
15+
import type { Trie } from '@wry/trie';
1316

1417
// @public (undocumented)
1518
namespace Defer20220824Handler {
@@ -202,6 +205,10 @@ export namespace Incremental {
202205
handle: (cacheData: TData | DeepPartial<TData> | undefined | null, chunk: Chunk) => FormattedExecutionResult<TData>;
203206
// (undocumented)
204207
hasNext: boolean;
208+
// Warning: (ae-forgotten-export) The symbol "StreamInfoTrie" needs to be exported by the entry point index.d.ts
209+
//
210+
// (undocumented)
211+
readonly streamInfo?: StreamInfoTrie;
205212
}
206213
// (undocumented)
207214
export type Path = ReadonlyArray<string | number>;
@@ -265,6 +272,8 @@ class IncrementalRequest<TData> implements Incremental.IncrementalRequest<GraphQ
265272
handle(cacheData: TData | DeepPartial<TData> | null | undefined, chunk: GraphQL17Alpha9Handler.Chunk<TData>): FormattedExecutionResult<TData>;
266273
// (undocumented)
267274
hasNext: boolean;
275+
// (undocumented)
276+
get streamInfo(): StreamInfoTrie_2 | undefined;
268277
}
269278

270279
// @public (undocumented)
@@ -297,6 +306,33 @@ export class NotImplementedHandler implements Incremental.Handler<never> {
297306
startRequest: any;
298307
}
299308

309+
// @public (undocumented)
310+
class StreamArrayState {
311+
constructor(path: Incremental_2.Path);
312+
// (undocumented)
313+
depend(): void;
314+
// (undocumented)
315+
get streamPosition(): number;
316+
set streamPosition(value: number);
317+
// (undocumented)
318+
truncate: boolean;
319+
}
320+
321+
// @internal @deprecated (undocumented)
322+
type StreamInfoTrie = Trie<{
323+
current: Incremental_2.StreamFieldInfo;
324+
state: StreamArrayState;
325+
previous?: {
326+
incoming: unknown;
327+
streamFieldInfo: Incremental_2.StreamFieldInfo;
328+
result: unknown;
329+
};
330+
}>;
331+
332+
// Warnings were encountered during analysis:
333+
//
334+
// src/utilities/internal/types/StreamInfoTrie.ts:10:3 - (ae-forgotten-export) The symbol "StreamArrayState" needs to be exported by the entry point index.d.ts
335+
300336
// (No @packageDocumentation comment for this package)
301337

302338
```

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,8 @@ namespace Incremental {
16061606
handle: (cacheData: TData | DeepPartial<TData> | undefined | null, chunk: Chunk) => FormattedExecutionResult<TData>;
16071607
// (undocumented)
16081608
hasNext: boolean;
1609+
// (undocumented)
1610+
readonly streamInfo?: StreamInfoTrie;
16091611
}
16101612
// (undocumented)
16111613
type Path = ReadonlyArray<string | number>;
@@ -3284,8 +3286,8 @@ interface WriteContext extends ReadMergeModifyContext {
32843286
// src/cache/inmemory/types.ts:162:3 - (ae-forgotten-export) The symbol "FragmentRegistryAPI" needs to be exported by the entry point index.d.ts
32853287
// src/core/ApolloClient.ts:201:5 - (ae-forgotten-export) The symbol "IgnoreModifier" needs to be exported by the entry point index.d.ts
32863288
// src/core/ApolloClient.ts:635:5 - (ae-forgotten-export) The symbol "NextFetchPolicyContext" needs to be exported by the entry point index.d.ts
3287-
// src/core/ObservableQuery.ts:375:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
3288-
// src/core/QueryManager.ts:195:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
3289+
// src/core/ObservableQuery.ts:376:5 - (ae-forgotten-export) The symbol "QueryManager" needs to be exported by the entry point index.d.ts
3290+
// src/core/QueryManager.ts:196:5 - (ae-forgotten-export) The symbol "MutationStoreValue" needs to be exported by the entry point index.d.ts
32893291
// src/local-state/LocalState.ts:149:5 - (ae-forgotten-export) The symbol "LocalState" needs to be exported by the entry point index.d.ts
32903292
// src/local-state/LocalState.ts:202:7 - (ae-forgotten-export) The symbol "LocalState" needs to be exported by the entry point index.d.ts
32913293
// src/local-state/LocalState.ts:245:7 - (ae-forgotten-export) The symbol "LocalState" needs to be exported by the entry point index.d.ts

0 commit comments

Comments
 (0)