From 189c37e31a2aa237b82a51dc3fc20d8af6d82259 Mon Sep 17 00:00:00 2001 From: Kenton Duprey Date: Mon, 29 Sep 2025 19:50:31 -0400 Subject: [PATCH 1/2] fix(backend): Add `status` field to `OrganizationInvitationAcceptedJSON` interface Signed-off-by: Kenton Duprey --- packages/backend/src/api/resources/JSON.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/backend/src/api/resources/JSON.ts b/packages/backend/src/api/resources/JSON.ts index cc67a8c347c..4e9f2211864 100644 --- a/packages/backend/src/api/resources/JSON.ts +++ b/packages/backend/src/api/resources/JSON.ts @@ -393,6 +393,7 @@ export interface OrganizationInvitationJSON extends ClerkResourceJSON { } export interface OrganizationInvitationAcceptedJSON extends OrganizationInvitationJSON { + status: 'accepted'; user_id: string; } From ff9cbe0adb2f463643218e07e53f14447cff2681 Mon Sep 17 00:00:00 2001 From: Kenton Duprey Date: Mon, 29 Sep 2025 19:56:41 -0400 Subject: [PATCH 2/2] chore: Add empty changeset in favour of changeset in https://github.com/clerk/javascript/pull/6887 Signed-off-by: Kenton Duprey --- .changeset/sharp-parents-vanish.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/sharp-parents-vanish.md diff --git a/.changeset/sharp-parents-vanish.md b/.changeset/sharp-parents-vanish.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/sharp-parents-vanish.md @@ -0,0 +1,2 @@ +--- +---