We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce42ab commit aaa3ef6Copy full SHA for aaa3ef6
1 file changed
src/objcodes.ts
@@ -224,6 +224,7 @@ export const TemplateTask = 'TTSK' as const
224
export const TemplateUser = 'TMTU' as const
225
export const TemplateUserRole = 'TTEAM' as const
226
export const TimedNotification = 'TMNOT' as const
227
+export const TimePhasedReport = 'TPR' as const
228
export const Timesheet = 'TSHET' as const
229
export const TimesheetProfile = 'TSPRO' as const
230
export const TimesheetTemplate = 'TSHTMP' as const
@@ -453,6 +454,7 @@ export type TObjCode =
453
454
| typeof TemplateUser
455
| typeof TemplateUserRole
456
| typeof TimedNotification
457
+ | typeof TimePhasedReport
458
| typeof Timesheet
459
| typeof TimesheetProfile
460
| typeof TimesheetTemplate
0 commit comments