Skip to content

Commit

Permalink
feat: added Business Rules objcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ogostos authored and bhovhannes committed Feb 8, 2024
1 parent 0e55f1a commit 588da93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const BillingRecord = 'BILL' as const
export const Booking = 'BOOKNG' as const
export const Branding = 'BRND' as const
export const BurndownEvent = 'BDNEVT' as const
export const BusinessRules = 'BSNRUL' as const
export const CalendarEvent = 'CALEVT' as const
export const CalendarFeedEntry = 'CALITM' as const
export const CalendarInfo = 'CALEND' as const
Expand Down Expand Up @@ -284,6 +285,7 @@ export type TObjCode =
| typeof Booking
| typeof Branding
| typeof BurndownEvent
| typeof BusinessRules
| typeof CalendarEvent
| typeof CalendarFeedEntry
| typeof CalendarInfo
Expand Down

0 comments on commit 588da93

Please sign in to comment.