We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c20da commit 876e592Copy full SHA for 876e592
1 file changed
src/objcodes.ts
@@ -242,6 +242,7 @@ export const UserNote = 'USRNOT' as const
242
export const UserObjectPref = 'USOP' as const
243
export const UserPrefValue = 'USERPF' as const
244
export const UserResource = 'USERRS' as const
245
+export const UserRole = 'USRROL' as const
246
export const UsersSections = 'USRSEC' as const
247
export const Work = 'WORK' as const
248
export const WorkItem = 'WRKITM' as const
@@ -472,6 +473,7 @@ export type TObjCode =
472
473
| typeof UserObjectPref
474
| typeof UserPrefValue
475
| typeof UserResource
476
+ | typeof UserRole
477
| typeof UsersSections
478
| typeof Work
479
| typeof WorkItem
0 commit comments