Skip to content

Commit 2e47cab

Browse files
committed
Rerun api report
1 parent 736a2ab commit 2e47cab

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,10 @@ export class Policies {
886886
// (undocumented)
887887
maybeCoerceToScalarValue(value: StoreValue, options: CoerceValueOptions): any;
888888
// (undocumented)
889+
maybeCoerceSerializedValue(value: StoreValue, options: FieldSpecifier & {
890+
scalar?: Scalar<any, any>;
891+
}): StoreValue;
892+
// (undocumented)
889893
readField<V = StoreValue>(options: ReadFieldOptions, context: ReadMergeModifyContext): SafeReadonly<V> | undefined;
890894
// (undocumented)
891895
readonly rootIdsByTypename: Record<string, string>;
@@ -1094,9 +1098,9 @@ interface WriteContext extends ReadMergeModifyContext {
10941098

10951099
// Warnings were encountered during analysis:
10961100
//
1097-
// src/cache/inmemory/policies.ts:175:3 - (ae-forgotten-export) The symbol "KeySpecifier" needs to be exported by the entry point index.d.ts
1098-
// src/cache/inmemory/policies.ts:175:3 - (ae-forgotten-export) The symbol "KeyArgsFunction" needs to be exported by the entry point index.d.ts
1099-
// src/cache/inmemory/policies.ts:178:3 - (ae-forgotten-export) The symbol "ScalarNames" needs to be exported by the entry point index.d.ts
1101+
// src/cache/inmemory/policies.ts:176:3 - (ae-forgotten-export) The symbol "KeySpecifier" needs to be exported by the entry point index.d.ts
1102+
// src/cache/inmemory/policies.ts:176:3 - (ae-forgotten-export) The symbol "KeyArgsFunction" needs to be exported by the entry point index.d.ts
1103+
// src/cache/inmemory/policies.ts:179:3 - (ae-forgotten-export) The symbol "ScalarNames" needs to be exported by the entry point index.d.ts
11001104
// src/cache/inmemory/types.ts:139:3 - (ae-forgotten-export) The symbol "KeyFieldsFunction" needs to be exported by the entry point index.d.ts
11011105

11021106
// (No @packageDocumentation comment for this package)

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)