-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(INT-591): added support of id parameter for update events (#2595)
fix(iterable): added support of id parameter for update events
- Loading branch information
1 parent
e003f37
commit a2a9c37
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3078,6 +3078,7 @@ | |
}, | ||
"messageId": "node-570110489d3e99b234b18af9a9eca9d4-6009779e-82d7-469d-aaeb-5ccf162b0453", | ||
"properties": { | ||
"id": "event1234", | ||
"subject": "resume validate", | ||
"sendtime": "2020-01-01", | ||
"sendlocation": "[email protected]" | ||
|
@@ -3102,9 +3103,11 @@ | |
"JSON_ARRAY": {}, | ||
"FORM": {}, | ||
"JSON": { | ||
"id": "event1234", | ||
"userId": "abcdeeeeeeeexxxx102", | ||
"createdAt": 1598631966468, | ||
"dataFields": { | ||
"id": "event1234", | ||
"subject": "resume validate", | ||
"sendtime": "2020-01-01", | ||
"sendlocation": "[email protected]" | ||
|