Skip to content

Commit dfca8de

Browse files
committed
add admin info
1 parent b5f3e41 commit dfca8de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

proto

web/src/shared/hooks/api/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type UserInfo = {
1212
login: string;
1313
email: string;
1414
phone_number?: string;
15+
is_admin: boolean;
1516
};
1617

1718
export type EnrollmentStartRequest = {
@@ -21,6 +22,7 @@ export type EnrollmentStartRequest = {
2122
export type EnrollmentSettings = {
2223
vpn_setup_optional: boolean;
2324
only_client_activation: boolean;
25+
admin_device_management: boolean;
2426
};
2527

2628
export type EnrollmentStartResponse = {

0 commit comments

Comments
 (0)