Skip to content

Commit

Permalink
Merge pull request #33 from jorbraken/master-append-proof-action
Browse files Browse the repository at this point in the history
feat: add new message for Proof Actions
  • Loading branch information
bhovhannes authored Sep 3, 2019
2 parents 7abd1bf + 838f44a commit 9a03f54
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 @@ -157,6 +157,7 @@ export const ProjectUser = 'PRTU' as const
export const ProjectUserRole = 'PTEAM' as const
export const Proof = 'PROOF' as const
export const ProofApproval = 'PRFAPL' as const
export const ProofAction = 'PRFACT' as const
export const QueueDef = 'QUED' as const
export const QueueTopic = 'QUET' as const
export const QueueTopicGroup = 'QUETGP' as const
Expand Down Expand Up @@ -373,6 +374,7 @@ export type TObjCode =
| typeof ProjectUserRole
| typeof Proof
| typeof ProofApproval
| typeof ProofAction
| typeof QueueDef
| typeof QueueTopic
| typeof QueueTopicGroup
Expand Down

0 comments on commit 9a03f54

Please sign in to comment.