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
5 changes: 5 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const OpTask = 'OPTASK' as const
export const OpTaskBack = 'OPTASKBACK' as const
export const Parameter = 'PARAM' as const
export const ParameterDescriptiveText = 'PRMDTX' as const
export const ParameterFilter = "PARMFT" as const
export const ParameterGroup = 'PGRP' as const
export const ParameterOption = 'POPT' as const
export const ParameterValue = 'PVAL' as const
Expand Down Expand Up @@ -268,6 +269,7 @@ export type TObjCode =
| typeof Acknowledgement
| typeof Activity
| typeof AgileColumn
| typeof AgileColumnField
| typeof AgileView
| typeof Announcement
| typeof AnnouncementAttachment
Expand Down Expand Up @@ -392,8 +394,10 @@ export type TObjCode =
| typeof NotificationRecord
| typeof ObjectCategory
| typeof OpTask
| typeof OpTaskBack
| typeof Parameter
| typeof ParameterDescriptiveText
| typeof ParameterFilter
| typeof ParameterGroup
| typeof ParameterOption
| typeof ParameterValue
Expand Down Expand Up @@ -459,6 +463,7 @@ export type TObjCode =
| typeof StaffingPlan
| typeof StepApprover
| typeof Task
| typeof TaskBack
| typeof Team
| typeof TeamMember
| typeof TeamMemberRole
Expand Down