Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export const TemplateTask = 'TTSK' as const
export const TemplateUser = 'TMTU' as const
export const TemplateUserRole = 'TTEAM' as const
export const TimedNotification = 'TMNOT' as const
export const TimePhasedReport = 'TPR' as const
export const Timesheet = 'TSHET' as const
export const TimesheetProfile = 'TSPRO' as const
export const TimesheetTemplate = 'TSHTMP' as const
Expand Down Expand Up @@ -453,6 +454,7 @@ export type TObjCode =
| typeof TemplateUser
| typeof TemplateUserRole
| typeof TimedNotification
| typeof TimePhasedReport
| typeof Timesheet
| typeof TimesheetProfile
| typeof TimesheetTemplate
Expand Down