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 @@ -53,6 +53,7 @@ export const BaselineTask = 'BSTSK' as const
export const BillingRecord = 'BILL' as const
export const BudgetedHours = 'BGHR' as const
export const Booking = 'BOOKNG' as const
export const BookingTemplate = 'BOOKTL' as const
export const Branding = 'BRND' as const
export const BurndownEvent = 'BDNEVT' as const
export const BusinessProfile = 'BSNPRF' as const
Expand Down Expand Up @@ -291,6 +292,7 @@ export type TObjCode =
| typeof BillingRecord
| typeof BudgetedHours
| typeof Booking
| typeof BookingTemplate
| typeof Branding
| typeof BurndownEvent
| typeof BusinessProfile
Expand Down