Minor Changes
- 
Adds the ability to create bulk invitations with
.createInvitationBulk([{...}])(#6751) by @tmilewski - 
Add lastAuthenticationStrategy to API resources (#6748) by @tmilewski
 
Patch Changes
- 
Align create params for Invitation and OrganizationInvitation with backend API (#6750) by @tmilewski
 - 
Add machine secret key rotation BAPI method (#6760) by @wobsoriano
Usage:
clerkClient.machines.rotateSecretKey({ machineId: 'mch_xxx', previousTokenTtl: 3600, });
 - 
Remove
expiredfromOrganizationInvitationStatusaccording to latest Backend API spec (#6753) by @LauraBeatris - 
Updated dependencies [
23948dc,82b84fe,54b4b5a,50a8622,23948dc]:- @clerk/types@4.86.0
 - @clerk/shared@3.25.0