You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low Risk
Backward-compatible optional TypeScript fields and test-only fixture updates; no runtime logic or security-sensitive behavior changes in this diff.
Overview
Extends the events package TypeScript DTOs with two optional fields aligned to the server event schema.
Batch gains partner_identities, a string map for multiple partner identity key/value pairs (alongside the existing singular partner_identity string). CommonEventData gains active_time_on_site_ms, so any event type that extends common event data can carry active time on site in milliseconds.
Spec fixtures in packages/events/tests/index.spec.ts are updated to exercise both fields on representative Batch and event payloads.
Reviewed by Cursor Bugbot for commit 337a87e. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-doing #131 because it was never released and has diverged from master.