Hello,
We’re trying to understand if we need to handle rewrites of filings documents that were already fetched.
So, the question is - can we get events with the document updates from Streaming API? Specifically, when the document was already attached to a filing transaction, and then rewritten. If yes, are there any traces except fields_changed? To avoid downloading and comparing hashes.
Double checking about fields_changed, bc it seem to be not very reliable, according to forum discussions and my usage.
Example - when transaction first appear on stream with a link in document_metadata, there might be sequential event for this transaction with fields_changed: [“document_metadata”], but the file was available before that.