We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d31003 commit f2745c0Copy full SHA for f2745c0
1 file changed
src/objcodes.ts
@@ -55,6 +55,7 @@ export const BudgetedHours = 'BGHR' as const
55
export const Booking = 'BOOKNG' as const
56
export const Branding = 'BRND' as const
57
export const BurndownEvent = 'BDNEVT' as const
58
+export const BusinessProfile = "BSNPRF" as const
59
export const BusinessRules = 'BSNRUL' as const
60
export const CalendarEvent = 'CALEVT' as const
61
export const CalendarFeedEntry = 'CALITM' as const
@@ -289,6 +290,7 @@ export type TObjCode =
289
290
| typeof Booking
291
| typeof Branding
292
| typeof BurndownEvent
293
+ | typeof BusinessProfile
294
| typeof BusinessRules
295
| typeof CalendarEvent
296
| typeof CalendarFeedEntry
0 commit comments