Skip to content

Commit

Permalink
feat: add objCode constant for AgileColumnField
Browse files Browse the repository at this point in the history
This constant didn't exist in the lib.
  • Loading branch information
wldcordeiro committed Jul 30, 2020
1 parent 0d68fe1 commit a8f53ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const AccountRep = 'ACNTRP' as const
export const Acknowledgement = 'ACK' as const
export const Activity = 'ACTVTY' as const
export const AgileColumn = 'AGILC' as const
export const AgileColumnField = 'AGILCF' as const
export const AgileView = 'AGILEV' as const
export const Announcement = 'ANCMNT' as const
export const AnnouncementAttachment = 'ANMATT' as const
Expand Down

0 comments on commit a8f53ba

Please sign in to comment.