Skip to content

Commit aaa3ef6

Browse files
Levon Shovgaryanbhovhannes
authored andcommitted
feat: add time-phased report obj code.
1 parent cce42ab commit aaa3ef6

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
@@ -224,6 +224,7 @@ export const TemplateTask = 'TTSK' as const
224224
export const TemplateUser = 'TMTU' as const
225225
export const TemplateUserRole = 'TTEAM' as const
226226
export const TimedNotification = 'TMNOT' as const
227+
export const TimePhasedReport = 'TPR' as const
227228
export const Timesheet = 'TSHET' as const
228229
export const TimesheetProfile = 'TSPRO' as const
229230
export const TimesheetTemplate = 'TSHTMP' as const
@@ -453,6 +454,7 @@ export type TObjCode =
453454
| typeof TemplateUser
454455
| typeof TemplateUserRole
455456
| typeof TimedNotification
457+
| typeof TimePhasedReport
456458
| typeof Timesheet
457459
| typeof TimesheetProfile
458460
| typeof TimesheetTemplate

0 commit comments

Comments
 (0)