-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: TypeScript
Use Case
As a... developper
I want... to get proper type on changeStreams
So that... I can properly integrate it with my application
User Experience
- Add the missing `wallTime` property from the change stream events type.
Dependencies
- N/A
Risks/Unknowns
- N/A
Acceptance Criteria
Implementation Requirements
- Add the new wallTime property to the change stream common interface with type Date.
Testing Requirements
- Add type test for the new property
- Add integration test to assert the correct type (Date) comes from the server.
Documentation Requirements
- API docs added.
Follow Up Requirements
- None