webapp/platform/types : Add 'acting_user_access_token' type to AppExpand (#23496)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b56b648b53
Коммит
0a897220a7
@@ -146,6 +146,7 @@ export type AppExpandLevel = ''
|
|||||||
export type AppExpand = {
|
export type AppExpand = {
|
||||||
app?: AppExpandLevel;
|
app?: AppExpandLevel;
|
||||||
acting_user?: AppExpandLevel;
|
acting_user?: AppExpandLevel;
|
||||||
|
acting_user_access_token?: AppExpandLevel;
|
||||||
channel?: AppExpandLevel;
|
channel?: AppExpandLevel;
|
||||||
config?: AppExpandLevel;
|
config?: AppExpandLevel;
|
||||||
mentioned?: AppExpandLevel;
|
mentioned?: AppExpandLevel;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user