We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb981a1 commit ecb6f9aCopy full SHA for ecb6f9a
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 Booking = 'BOOKNG' as const
55
export const Branding = 'BRND' as const
56
export const BurndownEvent = 'BDNEVT' as const
57
export const CalendarEvent = 'CALEVT' as const
@@ -278,6 +279,7 @@ export type TObjCode =
278
279
| typeof Baseline
280
| typeof BaselineTask
281
| typeof BillingRecord
282
+ | typeof Booking
283
| typeof Branding
284
| typeof BurndownEvent
285
| typeof CalendarEvent
0 commit comments