From 0a897220a7f414728486fdefe2a65e75f92fa9b1 Mon Sep 17 00:00:00 2001 From: Hideaki Matsunami Date: Fri, 26 May 2023 20:17:56 +0900 Subject: [PATCH] webapp/platform/types : Add 'acting_user_access_token' type to AppExpand (#23496) --- webapp/platform/types/src/apps.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/platform/types/src/apps.ts b/webapp/platform/types/src/apps.ts index 98abf5b777..7ff3c8afd5 100644 --- a/webapp/platform/types/src/apps.ts +++ b/webapp/platform/types/src/apps.ts @@ -146,6 +146,7 @@ export type AppExpandLevel = '' export type AppExpand = { app?: AppExpandLevel; acting_user?: AppExpandLevel; + acting_user_access_token?: AppExpandLevel; channel?: AppExpandLevel; config?: AppExpandLevel; mentioned?: AppExpandLevel;