Skip to content

Commit f7d5ff3

Browse files
committed
update invite and entry payload with visitor profile id
1 parent 9611ad8 commit f7d5ff3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/payloads/EntryPayload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ type EntryPayload = {
7676
data: Array<JSONAPIData<'agreeable-ndas'>>;
7777
};
7878
};
79+
'visitor-profile-id'?: string;
7980
'changed-fields'?: Record<
8081
string,
8182
{

src/payloads/InvitePayload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ type InvitePayload = {
4343
'signed-in-at'?: string;
4444
'signed-out-at'?: string;
4545
};
46+
'visitor-profile-id'?: string;
4647
relationships: {
4748
entry?: {
4849
data: JSONAPIData<'entries'>;

0 commit comments

Comments
 (0)