File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const BudgetedHours = 'BGHR' as const
5555export const Booking = 'BOOKNG' as const
5656export const Branding = 'BRND' as const
5757export const BurndownEvent = 'BDNEVT' as const
58- export const BusinessProfile = " BSNPRF" as const
58+ export const BusinessProfile = ' BSNPRF' as const
5959export const BusinessRules = 'BSNRUL' as const
6060export const CalendarEvent = 'CALEVT' as const
6161export const CalendarFeedEntry = 'CALITM' as const
@@ -243,6 +243,7 @@ export const UserGroups = 'USRGPS' as const
243243export const UserNote = 'USRNOT' as const
244244export const UserObjectPref = 'USOP' as const
245245export const UserPrefValue = 'USERPF' as const
246+ export const UserBusinessProfile = 'USRBP' as const
246247export const UserResource = 'USERRS' as const
247248export const UserRole = 'USRROL' as const
248249export const UsersSections = 'USRSEC' as const
@@ -471,6 +472,7 @@ export type TObjCode =
471472 | typeof User
472473 | typeof UserActivity
473474 | typeof UserAvailability
475+ | typeof UserBusinessProfile
474476 | typeof UserDelegation
475477 | typeof UserGroups
476478 | typeof UserNote
You can’t perform that action at this time.
0 commit comments