File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ export const Preference = 'PROSET' as const
167167export const PrivateCustomerPref = 'PCPREF' as const
168168export const Program = 'PRGM' as const
169169export const Project = 'PROJ' as const
170+ export const ProjectSnapshot = 'SNPSH' as const
170171export const ProjectUser = 'PRTU' as const
171172export const ProjectUserRole = 'PTEAM' as const
172173export const Proof = 'PROOF' as const
@@ -213,6 +214,7 @@ export const SearchEvent = 'SRCEVT' as const
213214export const SecurityAncestor = 'SECANC' as const
214215export const Sequence = 'SEQ' as const
215216export const SharingSettings = 'SHRSET' as const
217+ export const StaffingPlan = 'STAFFP' as const
216218export const StepApprover = 'SPAPVR' as const
217219export const Task = 'TASK' as const
218220export const TaskBack = 'TASKBACK' as const
@@ -402,6 +404,7 @@ export type TObjCode =
402404 | typeof PrivateCustomerPref
403405 | typeof Program
404406 | typeof Project
407+ | typeof ProjectSnapshot
405408 | typeof ProjectUser
406409 | typeof ProjectUserRole
407410 | typeof Proof
@@ -448,6 +451,7 @@ export type TObjCode =
448451 | typeof SecurityAncestor
449452 | typeof Sequence
450453 | typeof SharingSettings
454+ | typeof StaffingPlan
451455 | typeof StepApprover
452456 | typeof Task
453457 | typeof Team
You can’t perform that action at this time.
0 commit comments