Release 1: Align Snapshot and Live Onyx data types
We'll begin by aligning the snapshot and live Onyx data types. Each of the keys below will be addressed in individual issues that will be worked on in parallel by external contributors. Here's the plan to deprecate each key in Search* types in favor of those in onyx/types/
SearchReport > accountID
- In App, add an
@deprecated comment to SearchReport
- In App, remove SearchReport > accountID
- Run
npm run typecheck and replace all broken instances with SearchReport > accountID with ownerAccountID.
Note: Auth already returns ownerAccountID key in the report response
Release 1: Align Snapshot and Live Onyx data types
We'll begin by aligning the snapshot and live Onyx data types. Each of the keys below will be addressed in individual issues that will be worked on in parallel by external contributors. Here's the plan to deprecate each key in Search* types in favor of those in onyx/types/
SearchReport > accountID
@deprecatedcomment toSearchReportnpm run typecheckand replace all broken instances withSearchReport > accountIDwithownerAccountID.Note: Auth already returns
ownerAccountIDkey in the report response