Skip to content

Commit

Permalink
Merge pull request #41 from wldcordeiro/add-missing-objcode
Browse files Browse the repository at this point in the history
feat: add the AgileColumn objCode
  • Loading branch information
bhovhannes authored Jan 29, 2020
2 parents 1122369 + f9134dc commit eb74ca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const AccessScopeAction = 'ASCPAT' as const
export const AccessToken = 'ACSTOK' as const
export const AccountRep = 'ACNTRP' as const
export const Acknowledgement = 'ACK' as const
export const AgileColumn = 'AGILC' as const
export const AgileView = 'AGILEV' as const
export const Announcement = 'ANCMNT' as const
export const AnnouncementAttachment = 'ANMATT' as const
Expand Down Expand Up @@ -242,6 +243,7 @@ export type TObjCode =
| typeof AccessToken
| typeof AccountRep
| typeof Acknowledgement
| typeof AgileColumn
| typeof AgileView
| typeof Announcement
| typeof AnnouncementAttachment
Expand Down

0 comments on commit eb74ca1

Please sign in to comment.