Skip to content

Commit 71ae947

Browse files
bradleydegenaarsbhovhannes
authored andcommitted
Updating to include UserBusinessProfile objcode.
1 parent cfe60de commit 71ae947

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/objcodes.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +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
58+
export const BusinessProfile = 'BSNPRF' as const
5959
export const BusinessRules = 'BSNRUL' as const
6060
export const CalendarEvent = 'CALEVT' as const
6161
export const CalendarFeedEntry = 'CALITM' as const
@@ -243,6 +243,7 @@ export const UserGroups = 'USRGPS' as const
243243
export const UserNote = 'USRNOT' as const
244244
export const UserObjectPref = 'USOP' as const
245245
export const UserPrefValue = 'USERPF' as const
246+
export const UserBusinessProfile = 'USRBP' as const
246247
export const UserResource = 'USERRS' as const
247248
export const UserRole = 'USRROL' as const
248249
export 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

0 commit comments

Comments
 (0)