We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d482614 commit d880afcCopy full SHA for d880afc
src/objcodes.ts
@@ -53,6 +53,7 @@ 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 BookingTemplate = 'BOOKTL' as const
57
export const Branding = 'BRND' as const
58
export const BurndownEvent = 'BDNEVT' as const
59
export const BusinessProfile = 'BSNPRF' as const
@@ -291,6 +292,7 @@ export type TObjCode =
291
292
| typeof BillingRecord
293
| typeof BudgetedHours
294
| typeof Booking
295
+ | typeof BookingTemplate
296
| typeof Branding
297
| typeof BurndownEvent
298
| typeof BusinessProfile
0 commit comments