From 7ec8bb724863e55d990adb17417fc0edab00d6c1 Mon Sep 17 00:00:00 2001 From: lilydu Date: Tue, 17 Mar 2026 13:07:15 -0700 Subject: [PATCH] update objectId to aadObjectId --- packages/api/src/models/account.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/api/src/models/account.ts b/packages/api/src/models/account.ts index d7aeea1be..f270a6e18 100644 --- a/packages/api/src/models/account.ts +++ b/packages/api/src/models/account.ts @@ -27,9 +27,9 @@ export type TeamsChannelAccount

= { readonly name: string; /** - * @member {string} [objectId] The user's Object ID in Azure Active Directory (AAD). + * @member {string} [aadObjectId] The user's Object ID in Azure Active Directory (AAD). */ - readonly objectId?: string; + readonly aadObjectId?: string; /** * @member {Role} [userRole] Role of the user (e.g., 'user' or 'bot').