Skip to content

Commit ecb6f9a

Browse files
lilittadbhovhannes
authored andcommitted
add BOOKNG as a objcode
1 parent cb981a1 commit ecb6f9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const BackgroundJob = 'BKGJOB' as const
5151
export const Baseline = 'BLIN' as const
5252
export const BaselineTask = 'BSTSK' as const
5353
export const BillingRecord = 'BILL' as const
54+
export const Booking = 'BOOKNG' as const
5455
export const Branding = 'BRND' as const
5556
export const BurndownEvent = 'BDNEVT' as const
5657
export const CalendarEvent = 'CALEVT' as const
@@ -278,6 +279,7 @@ export type TObjCode =
278279
| typeof Baseline
279280
| typeof BaselineTask
280281
| typeof BillingRecord
282+
| typeof Booking
281283
| typeof Branding
282284
| typeof BurndownEvent
283285
| typeof CalendarEvent

0 commit comments

Comments
 (0)