Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 4beaab0

Browse files
committed
Update generated code
1 parent fbd7dc1 commit 4beaab0

File tree

8 files changed

+207
-2073
lines changed

8 files changed

+207
-2073
lines changed

src/adminapi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,8 @@ interface FlowCreateJoinOrganizationInput extends RequestOptions {
958958
email?: string;
959959
// The display name of the person to invite.
960960
displayName?: string;
961+
// The identifier of the role.
962+
roleId?: string;
961963
// The identifier of the user sending the invite.
962964
creatorUserId?: string;
963965
// The time the flow will expire.

0 commit comments

Comments
 (0)