Skip to content

Commit d880afc

Browse files
Sasun Grigoryanbhovhannes
authored andcommitted
feat: add booking template obj code
1 parent d482614 commit d880afc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const BaselineTask = 'BSTSK' as const
5353
export const BillingRecord = 'BILL' as const
5454
export const BudgetedHours = 'BGHR' as const
5555
export const Booking = 'BOOKNG' as const
56+
export const BookingTemplate = 'BOOKTL' as const
5657
export const Branding = 'BRND' as const
5758
export const BurndownEvent = 'BDNEVT' as const
5859
export const BusinessProfile = 'BSNPRF' as const
@@ -291,6 +292,7 @@ export type TObjCode =
291292
| typeof BillingRecord
292293
| typeof BudgetedHours
293294
| typeof Booking
295+
| typeof BookingTemplate
294296
| typeof Branding
295297
| typeof BurndownEvent
296298
| typeof BusinessProfile

0 commit comments

Comments
 (0)