@@ -2387,6 +2387,10 @@ class Policies {
23872387 // Warning: (ae-forgotten-export) The symbol "ReadFieldOptions" needs to be exported by the entry point index.d.ts
23882388 //
23892389 // (undocumented)
2390+ maybeCoerceSerializedValue(value : StoreValue , options : FieldSpecifier & {
2391+ scalar? : Scalar <any , any >;
2392+ }): StoreValue ;
2393+ // (undocumented)
23902394 readField<V = StoreValue >(options : ReadFieldOptions , context : ReadMergeModifyContext ): SafeReadonly <V > | undefined ;
23912395 // (undocumented)
23922396 readonly rootIdsByTypename: Record <string , string >;
@@ -3155,10 +3159,10 @@ interface WriteContext extends ReadMergeModifyContext {
31553159// Warnings were encountered during analysis:
31563160//
31573161// src/cache/core/cache.ts:127:11 - (ae-forgotten-export) The symbol "MissingTree" needs to be exported by the entry point index.d.ts
3158- // src/cache/inmemory/policies.ts:103 :3 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
3159- // src/cache/inmemory/policies.ts:175 :3 - (ae-forgotten-export) The symbol "KeySpecifier" needs to be exported by the entry point index.d.ts
3160- // src/cache/inmemory/policies.ts:175 :3 - (ae-forgotten-export) The symbol "KeyArgsFunction" needs to be exported by the entry point index.d.ts
3161- // src/cache/inmemory/policies.ts:178 :3 - (ae-forgotten-export) The symbol "ScalarNames" needs to be exported by the entry point index.d.ts
3162+ // src/cache/inmemory/policies.ts:104 :3 - (ae-forgotten-export) The symbol "FragmentMap" needs to be exported by the entry point index.d.ts
3163+ // src/cache/inmemory/policies.ts:176 :3 - (ae-forgotten-export) The symbol "KeySpecifier" needs to be exported by the entry point index.d.ts
3164+ // src/cache/inmemory/policies.ts:176 :3 - (ae-forgotten-export) The symbol "KeyArgsFunction" needs to be exported by the entry point index.d.ts
3165+ // src/cache/inmemory/policies.ts:179 :3 - (ae-forgotten-export) The symbol "ScalarNames" needs to be exported by the entry point index.d.ts
31623166// src/cache/inmemory/types.ts:139:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts
31633167// src/cache/inmemory/types.ts:146:3 - (ae-forgotten-export) The symbol "FragmentRegistryAPI" needs to be exported by the entry point index.d.ts
31643168// src/core/ApolloClient.ts:201:5 - (ae-forgotten-export) The symbol "IgnoreModifier" needs to be exported by the entry point index.d.ts
0 commit comments