Skip to content

Commit 1593dce

Browse files
committed
add invitee-employee and creator to invite payload
1 parent 410bbf7 commit 1593dce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/payloads/InvitePayload.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@ type InvitePayload = {
5858
'agreeable-ndas'?: {
5959
data: Array<JSONAPIData<'agreeable-ndas'>>,
6060
},
61-
'tenant'?: {
61+
tenant?: {
6262
data: JSONAPIData<'tenants'>,
6363
},
64+
'invitee-employee'?: {
65+
data: JSONAPIData<'employees'>,
66+
},
67+
creator?: {
68+
data: JSONAPIData<'users'>,
69+
},
6470
}
6571
};
6672

0 commit comments

Comments
 (0)