Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const Email = 'EMAILC' as const
export const EmailTemplate = 'EMLTPL' as const
export const Endorsement = 'ENDR' as const
export const EndorsementShare = 'ENDSHR' as const
export const EspPlan = 'ESPPLN' as const
export const EventHandler = 'EVNTH' as const
export const EventSubscription = 'EVTSUB' as const
export const EwsFileHandle = 'EWS' as const
Expand Down Expand Up @@ -313,6 +314,7 @@ export type TObjCode =
| typeof EmailTemplate
| typeof Endorsement
| typeof EndorsementShare
| typeof EspPlan
| typeof EventHandler
| typeof EventSubscription
| typeof EwsFileHandle
Expand Down