Skip to content

Commit 588da93

Browse files
ogostosbhovhannes
authored andcommitted
feat: added Business Rules objcode
1 parent 0e55f1a commit 588da93

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
@@ -54,6 +54,7 @@ export const BillingRecord = 'BILL' as const
5454
export const Booking = 'BOOKNG' as const
5555
export const Branding = 'BRND' as const
5656
export const BurndownEvent = 'BDNEVT' as const
57+
export const BusinessRules = 'BSNRUL' as const
5758
export const CalendarEvent = 'CALEVT' as const
5859
export const CalendarFeedEntry = 'CALITM' as const
5960
export const CalendarInfo = 'CALEND' as const
@@ -284,6 +285,7 @@ export type TObjCode =
284285
| typeof Booking
285286
| typeof Branding
286287
| typeof BurndownEvent
288+
| typeof BusinessRules
287289
| typeof CalendarEvent
288290
| typeof CalendarFeedEntry
289291
| typeof CalendarInfo

0 commit comments

Comments
 (0)