Skip to content

Commit

Permalink
feat(clerk-sdk-node): Export organization invitation
Browse files Browse the repository at this point in the history
Export the OrganizationInvitation resource from our NodeJS SDK.
  • Loading branch information
gkats committed May 16, 2022
1 parent 988701a commit 07ac214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk-node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export {
IdentificationLink,
Invitation,
Organization,
OrganizationInvitation,
OrganizationMembership,
OrganizationMembershipPublicUserData,
PhoneNumber,
Expand Down
1 change: 1 addition & 0 deletions packages/sdk-node/src/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export {
Invitation,
Nullable,
Organization,
OrganizationInvitation,
OrganizationMembership,
OrganizationMembershipPublicUserData,
PhoneNumber,
Expand Down

0 comments on commit 07ac214

Please sign in to comment.