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 @@ -218,6 +218,7 @@ export const SecurityAncestor = 'SECANC' as const
export const Sequence = 'SEQ' as const
export const SharingSettings = 'SHRSET' as const
export const StaffingPlan = 'STAFFP' as const
export const StaffingPlanTemplate = "SPTMPL" as const
export const StepApprover = 'SPAPVR' as const
export const Task = 'TASK' as const
export const TaskBack = 'TASKBACK' as const
Expand Down Expand Up @@ -462,6 +463,7 @@ export type TObjCode =
| typeof Sequence
| typeof SharingSettings
| typeof StaffingPlan
| typeof StaffingPlanTemplate
| typeof StepApprover
| typeof Task
| typeof TaskBack
Expand Down