v7.45.4
Fixed the type on EntryReferenceProps:
Previously the includes.Entry and includes.Asset had type CollectionProps<T>, while in fact both were an array.
includes.Entryis nowEntryProps[]includes.Assetis nowAssetProps[]
Deprecated maxDepth on plainClient.entry.references and environmentApi.getEntryReferences calls
- added a
includeparam to match the actual query parameter that is sent to the servers. maxDepthparam works the same way, but is marked as@deprecatedand now acts more like an alias forincludeparam. Please useincludeparam instead ofmaxDepth