Skip to content

Commit b251d33

Browse files
committed
feat: add ProjectSnapshot and StaffingPlan obj codes
1 parent e9abc1d commit b251d33

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/objcodes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export const Preference = 'PROSET' as const
167167
export const PrivateCustomerPref = 'PCPREF' as const
168168
export const Program = 'PRGM' as const
169169
export const Project = 'PROJ' as const
170+
export const ProjectSnapshot = 'SNPSH' as const
170171
export const ProjectUser = 'PRTU' as const
171172
export const ProjectUserRole = 'PTEAM' as const
172173
export const Proof = 'PROOF' as const
@@ -213,6 +214,7 @@ export const SearchEvent = 'SRCEVT' as const
213214
export const SecurityAncestor = 'SECANC' as const
214215
export const Sequence = 'SEQ' as const
215216
export const SharingSettings = 'SHRSET' as const
217+
export const StaffingPlan = 'STAFFP' as const
216218
export const StepApprover = 'SPAPVR' as const
217219
export const Task = 'TASK' as const
218220
export 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

0 commit comments

Comments
 (0)