Skip to content

Commit fc168f9

Browse files
committed
Update api report
1 parent d3cdc0e commit fc168f9

1 file changed

Lines changed: 2 additions & 33 deletions

File tree

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

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ 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';
13+
import { StreamInfoTrie } from '@apollo/client/utilities/internal';
1614

1715
// @public (undocumented)
1816
namespace Defer20220824Handler {
@@ -205,8 +203,6 @@ export namespace Incremental {
205203
handle: (cacheData: TData | DeepPartial<TData> | undefined | null, chunk: Chunk) => FormattedExecutionResult<TData>;
206204
// (undocumented)
207205
hasNext: boolean;
208-
// Warning: (ae-forgotten-export) The symbol "StreamInfoTrie" needs to be exported by the entry point index.d.ts
209-
//
210206
// (undocumented)
211207
readonly streamInfo?: StreamInfoTrie;
212208
}
@@ -273,7 +269,7 @@ class IncrementalRequest<TData> implements Incremental.IncrementalRequest<GraphQ
273269
// (undocumented)
274270
hasNext: boolean;
275271
// (undocumented)
276-
get streamInfo(): StreamInfoTrie_2 | undefined;
272+
get streamInfo(): StreamInfoTrie | undefined;
277273
}
278274

279275
// @public (undocumented)
@@ -306,33 +302,6 @@ export class NotImplementedHandler implements Incremental.Handler<never> {
306302
startRequest: any;
307303
}
308304

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-
336305
// (No @packageDocumentation comment for this package)
337306

338307
```

0 commit comments

Comments
 (0)