Skip to content

Commit f2745c0

Browse files
committed
feat: add BusinessProfile BSNPRF obj code
1 parent 7d31003 commit f2745c0

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
@@ -55,6 +55,7 @@ export const BudgetedHours = 'BGHR' as const
5555
export const Booking = 'BOOKNG' as const
5656
export const Branding = 'BRND' as const
5757
export const BurndownEvent = 'BDNEVT' as const
58+
export const BusinessProfile = "BSNPRF" as const
5859
export const BusinessRules = 'BSNRUL' as const
5960
export const CalendarEvent = 'CALEVT' as const
6061
export const CalendarFeedEntry = 'CALITM' as const
@@ -289,6 +290,7 @@ export type TObjCode =
289290
| typeof Booking
290291
| typeof Branding
291292
| typeof BurndownEvent
293+
| typeof BusinessProfile
292294
| typeof BusinessRules
293295
| typeof CalendarEvent
294296
| typeof CalendarFeedEntry

0 commit comments

Comments
 (0)