Skip to content

Commit 876e592

Browse files
committed
feat: add objcode for UserRole
1 parent 96c20da commit 876e592

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ export const UserNote = 'USRNOT' as const
242242
export const UserObjectPref = 'USOP' as const
243243
export const UserPrefValue = 'USERPF' as const
244244
export const UserResource = 'USERRS' as const
245+
export const UserRole = 'USRROL' as const
245246
export const UsersSections = 'USRSEC' as const
246247
export const Work = 'WORK' as const
247248
export const WorkItem = 'WRKITM' as const
@@ -472,6 +473,7 @@ export type TObjCode =
472473
| typeof UserObjectPref
473474
| typeof UserPrefValue
474475
| typeof UserResource
476+
| typeof UserRole
475477
| typeof UsersSections
476478
| typeof Work
477479
| typeof WorkItem

0 commit comments

Comments
 (0)