We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd44d5 commit c025c1bCopy full SHA for c025c1b
1 file changed
src/objcodes.ts
@@ -51,6 +51,7 @@ export const BackgroundJob = 'BKGJOB' as const
51
export const Baseline = 'BLIN' as const
52
export const BaselineTask = 'BSTSK' as const
53
export const BillingRecord = 'BILL' as const
54
+export const BudgetedHours = 'BGHR' as const
55
export const Booking = 'BOOKNG' as const
56
export const Branding = 'BRND' as const
57
export const BurndownEvent = 'BDNEVT' as const
@@ -284,6 +285,7 @@ export type TObjCode =
284
285
| typeof Baseline
286
| typeof BaselineTask
287
| typeof BillingRecord
288
+ | typeof BudgetedHours
289
| typeof Booking
290
| typeof Branding
291
| typeof BurndownEvent
0 commit comments