File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ export const OpTask = 'OPTASK' as const
154154export const OpTaskBack = 'OPTASKBACK' as const
155155export const Parameter = 'PARAM' as const
156156export const ParameterDescriptiveText = 'PRMDTX' as const
157+ export const ParameterFilter = "PARMFT" as const
157158export const ParameterGroup = 'PGRP' as const
158159export const ParameterOption = 'POPT' as const
159160export const ParameterValue = 'PVAL' as const
@@ -268,6 +269,7 @@ export type TObjCode =
268269 | typeof Acknowledgement
269270 | typeof Activity
270271 | typeof AgileColumn
272+ | typeof AgileColumnField
271273 | typeof AgileView
272274 | typeof Announcement
273275 | typeof AnnouncementAttachment
@@ -392,8 +394,10 @@ export type TObjCode =
392394 | typeof NotificationRecord
393395 | typeof ObjectCategory
394396 | typeof OpTask
397+ | typeof OpTaskBack
395398 | typeof Parameter
396399 | typeof ParameterDescriptiveText
400+ | typeof ParameterFilter
397401 | typeof ParameterGroup
398402 | typeof ParameterOption
399403 | typeof ParameterValue
@@ -459,6 +463,7 @@ export type TObjCode =
459463 | typeof StaffingPlan
460464 | typeof StepApprover
461465 | typeof Task
466+ | typeof TaskBack
462467 | typeof Team
463468 | typeof TeamMember
464469 | typeof TeamMemberRole
You can’t perform that action at this time.
0 commit comments