Skip to content

Commit fae6055

Browse files
Olga Starniciucbhovhannes
authored andcommitted
Add new objcode Staffing plan resource
1 parent a6fa9ae commit fae6055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ export const UserRole = 'USRROL' as const
253253
export const UsersSections = 'USRSEC' as const
254254
export const Work = 'WORK' as const
255255
export const WorkItem = 'WRKITM' as const
256+
export const StaffingPlanResource = 'STAFFR' as const
256257

257258
export type TObjCode =
258259
| typeof AccessLevel
@@ -491,3 +492,4 @@ export type TObjCode =
491492
| typeof UsersSections
492493
| typeof Work
493494
| typeof WorkItem
495+
| typeof StaffingPlanResource

0 commit comments

Comments
 (0)