From d4dab160344837cccd43df4375abcb04a1e3503f Mon Sep 17 00:00:00 2001 From: Brad Degenaars Date: Wed, 16 Oct 2024 08:48:18 -0600 Subject: [PATCH] Updating to include UserBusinessProfile objcode. --- src/objcodes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/objcodes.ts b/src/objcodes.ts index f76b0a5..ee48b62 100644 --- a/src/objcodes.ts +++ b/src/objcodes.ts @@ -55,7 +55,7 @@ export const BudgetedHours = 'BGHR' as const export const Booking = 'BOOKNG' as const export const Branding = 'BRND' as const export const BurndownEvent = 'BDNEVT' as const -export const BusinessProfile = "BSNPRF" as const +export const BusinessProfile = 'BSNPRF' as const export const BusinessRules = 'BSNRUL' as const export const CalendarEvent = 'CALEVT' as const export const CalendarFeedEntry = 'CALITM' as const @@ -243,6 +243,7 @@ export const UserGroups = 'USRGPS' as const export const UserNote = 'USRNOT' as const export const UserObjectPref = 'USOP' as const export const UserPrefValue = 'USERPF' as const +export const UserBusinessProfile = 'USRBP' as const export const UserResource = 'USERRS' as const export const UserRole = 'USRROL' as const export const UsersSections = 'USRSEC' as const @@ -471,6 +472,7 @@ export type TObjCode = | typeof User | typeof UserActivity | typeof UserAvailability + | typeof UserBusinessProfile | typeof UserDelegation | typeof UserGroups | typeof UserNote