We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1122369 commit f9134dcCopy full SHA for f9134dc
1 file changed
src/objcodes.ts
@@ -24,6 +24,7 @@ export const AccessScopeAction = 'ASCPAT' as const
24
export const AccessToken = 'ACSTOK' as const
25
export const AccountRep = 'ACNTRP' as const
26
export const Acknowledgement = 'ACK' as const
27
+export const AgileColumn = 'AGILC' as const
28
export const AgileView = 'AGILEV' as const
29
export const Announcement = 'ANCMNT' as const
30
export const AnnouncementAttachment = 'ANMATT' as const
@@ -242,6 +243,7 @@ export type TObjCode =
242
243
| typeof AccessToken
244
| typeof AccountRep
245
| typeof Acknowledgement
246
+ | typeof AgileColumn
247
| typeof AgileView
248
| typeof Announcement
249
| typeof AnnouncementAttachment
0 commit comments