Skip to content

Commit 563af7e

Browse files
committed
feat: added PARMFT object code, added missing entries to TObjCode
1 parent 9c9ff5c commit 563af7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/objcodes.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const OpTask = 'OPTASK' as const
154154
export const OpTaskBack = 'OPTASKBACK' as const
155155
export const Parameter = 'PARAM' as const
156156
export const ParameterDescriptiveText = 'PRMDTX' as const
157+
export const ParameterFilter = "PARMFT" as const
157158
export const ParameterGroup = 'PGRP' as const
158159
export const ParameterOption = 'POPT' as const
159160
export 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

0 commit comments

Comments
 (0)