@workos-inc/node 9.0.0 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{factory-BcKWtJoA.mjs → factory-B7cG7pDB.mjs} +4 -2
- package/lib/factory-B7cG7pDB.mjs.map +1 -0
- package/lib/{factory-CgfeO0z2.cjs → factory-D3tT03aV.cjs} +4 -2
- package/lib/factory-D3tT03aV.cjs.map +1 -0
- package/lib/index.cjs +1 -1
- package/lib/index.d.cts +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.worker.cjs +1 -1
- package/lib/index.worker.d.cts +1 -1
- package/lib/index.worker.d.mts +1 -1
- package/lib/index.worker.mjs +1 -1
- package/lib/{workos-DUcDmctT.d.mts → workos-C0YAqze0.d.cts} +6 -1
- package/lib/{workos-C6Dd1GJI.d.cts → workos-DhbLRXvR.d.mts} +6 -1
- package/package.json +1 -1
- package/lib/factory-BcKWtJoA.mjs.map +0 -1
- package/lib/factory-CgfeO0z2.cjs.map +0 -1
|
@@ -832,6 +832,7 @@ const deserializeInvitation = (invitation) => ({
|
|
|
832
832
|
organizationId: invitation.organization_id,
|
|
833
833
|
inviterUserId: invitation.inviter_user_id,
|
|
834
834
|
acceptedUserId: invitation.accepted_user_id,
|
|
835
|
+
roleSlug: invitation.role_slug,
|
|
835
836
|
token: invitation.token,
|
|
836
837
|
acceptInvitationUrl: invitation.accept_invitation_url,
|
|
837
838
|
createdAt: invitation.created_at,
|
|
@@ -848,6 +849,7 @@ const deserializeInvitationEvent = (invitation) => ({
|
|
|
848
849
|
organizationId: invitation.organization_id,
|
|
849
850
|
inviterUserId: invitation.inviter_user_id,
|
|
850
851
|
acceptedUserId: invitation.accepted_user_id,
|
|
852
|
+
roleSlug: invitation.role_slug,
|
|
851
853
|
createdAt: invitation.created_at,
|
|
852
854
|
updatedAt: invitation.updated_at
|
|
853
855
|
});
|
|
@@ -5845,7 +5847,7 @@ function extractBunVersionFromUserAgent() {
|
|
|
5845
5847
|
}
|
|
5846
5848
|
//#endregion
|
|
5847
5849
|
//#region package.json
|
|
5848
|
-
var version = "9.
|
|
5850
|
+
var version = "9.1.0";
|
|
5849
5851
|
//#endregion
|
|
5850
5852
|
//#region src/workos.ts
|
|
5851
5853
|
const DEFAULT_HOSTNAME = "api.workos.com";
|
|
@@ -6415,4 +6417,4 @@ Object.defineProperty(exports, "serializeRevokeSessionOptions", {
|
|
|
6415
6417
|
}
|
|
6416
6418
|
});
|
|
6417
6419
|
|
|
6418
|
-
//# sourceMappingURL=factory-
|
|
6420
|
+
//# sourceMappingURL=factory-D3tT03aV.cjs.map
|