11import * as _data_client_core from '@data-client/core' ;
2- import { NetworkManager , Manager , State , Controller , GCInterface , DevToolsManager , DevToolsConfig , SubscriptionManager , EndpointInterface , FetchFunction , Schema , ResolveType , Denormalize , DenormalizeNullable , Queryable , NI , SchemaArgs , NetworkError , UnknownError , ErrorTypes as ErrorTypes$1 , __INTERNAL__ , createReducer , applyManager , actions } from '@data-client/core' ;
3- export { AbstractInstanceType , ActionTypes , Controller , DataClientDispatch , DefaultConnectionListener , Denormalize , DenormalizeNullable , DevToolsManager , Dispatch , EndpointExtraOptions , EndpointInterface , EntityInterface , ErrorTypes , ExpiryStatus , FetchAction , FetchFunction , GCInterface , GCOptions , GCPolicy , GenericDispatch , InvalidateAction , LogoutManager , Manager , Middleware , MiddlewareAPI , NetworkError , NetworkManager , Normalize , NormalizeNullable , PK , PollingSubscription , Queryable , ResetAction , ResolveType , Schema , SchemaArgs , SchemaClass , SetAction , SetResponseAction , State , SubscribeAction , SubscriptionManager , UnknownError , UnsubscribeAction , UpdateFunction , actionTypes } from '@data-client/core' ;
2+ import { NetworkManager , Manager , State , Controller , GCInterface , DevToolsManager , DevToolsConfig , SubscriptionManager , EndpointInterface , FetchFunction , Schema , ResolveType , Denormalize , DenormalizeNullable , Queryable , NI , SchemaArgs , NetworkError , UnknownError , ErrorTypes as ErrorTypes$1 , __INTERNAL__ , createReducer , applyManager , initManager , actions } from '@data-client/core' ;
3+ export { AbstractInstanceType , ActionTypes , Controller , CreateCountRef , DataClientDispatch , DefaultConnectionListener , Denormalize , DenormalizeNullable , DevToolsManager , Dispatch , EndpointExtraOptions , EndpointInterface , EntityInterface , ErrorTypes , ExpiryStatus , FetchAction , FetchFunction , GCInterface , GCOptions , GCPolicy , GenericDispatch , InvalidateAction , LogoutManager , Manager , Middleware , MiddlewareAPI , NetworkError , NetworkManager , Normalize , NormalizeNullable , PK , PollingSubscription , Queryable , ResetAction , ResolveType , Schema , SchemaArgs , SchemaClass , SetAction , SetResponseAction , State , SubscribeAction , SubscriptionManager , UnknownError , UnsubscribeAction , UpdateFunction , actionTypes } from '@data-client/core' ;
44import * as react_jsx_runtime from 'react/jsx-runtime' ;
55import React , { JSX , Context } from 'react' ;
66
@@ -281,6 +281,7 @@ declare const internal_d_INVALID: typeof INVALID;
281281declare const internal_d_MemoCache : typeof MemoCache ;
282282declare const internal_d_createReducer : typeof createReducer ;
283283declare const internal_d_applyManager : typeof applyManager ;
284+ declare const internal_d_initManager : typeof initManager ;
284285declare const internal_d_actions : typeof actions ;
285286declare const internal_d_useCacheState : typeof useCacheState ;
286287declare namespace internal_d {
@@ -290,6 +291,7 @@ declare namespace internal_d {
290291 internal_d_MemoCache as MemoCache ,
291292 internal_d_createReducer as createReducer ,
292293 internal_d_applyManager as applyManager ,
294+ internal_d_initManager as initManager ,
293295 internal_d_actions as actions ,
294296 internal_d_useCacheState as useCacheState ,
295297 } ;
0 commit comments