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
2 changes: 2 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export const TimesheetProfile = 'TSPRO' as const
export const TimesheetTemplate = 'TSHTMP' as const
export const UIFilter = 'UIFT' as const
export const UIGroupBy = 'UIGB' as const
export const UIGView = 'UIGVW' as const
export const UITemplate = 'UITMPL' as const
export const UIView = 'UIVW' as const
export const Update = 'UPDATE' as const
Expand Down Expand Up @@ -475,6 +476,7 @@ export type TObjCode =
| typeof TimesheetTemplate
| typeof UIFilter
| typeof UIGroupBy
| typeof UIGView
| typeof UITemplate
| typeof UIView
| typeof Update
Expand Down