Skip to content

Commit

Permalink
feat: add sessionId on MoveToParcelEvent (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega authored Aug 8, 2024
1 parent e92b54b commit 4138d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions report/schemas.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,7 @@ export type MoveToParcelEvent = BaseEvent & {
};
timestamp: number;
userAddress: EthAddress;
sessionId: string;
realm: string;
};
};
Expand Down
1 change: 1 addition & 0 deletions src/platform/events/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type MoveToParcelEvent = BaseEvent & {
}
timestamp: number
userAddress: EthAddress
sessionId: string
realm: string
}
}

0 comments on commit 4138d6a

Please sign in to comment.