We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e55f1a commit 588da93Copy full SHA for 588da93
1 file changed
src/objcodes.ts
@@ -54,6 +54,7 @@ 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 BusinessRules = 'BSNRUL' as const
58
export const CalendarEvent = 'CALEVT' as const
59
export const CalendarFeedEntry = 'CALITM' as const
60
export const CalendarInfo = 'CALEND' as const
@@ -284,6 +285,7 @@ export type TObjCode =
284
285
| typeof Booking
286
| typeof Branding
287
| typeof BurndownEvent
288
+ | typeof BusinessRules
289
| typeof CalendarEvent
290
| typeof CalendarFeedEntry
291
| typeof CalendarInfo
0 commit comments