Skip to content

Commit 25fa714

Browse files
feat: Adding UIGVW type
1 parent 8e50452 commit 25fa714

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ export const TimesheetProfile = 'TSPRO' as const
236236
export const TimesheetTemplate = 'TSHTMP' as const
237237
export const UIFilter = 'UIFT' as const
238238
export const UIGroupBy = 'UIGB' as const
239+
export const UIGView = 'UIGVW' as const
239240
export const UITemplate = 'UITMPL' as const
240241
export const UIView = 'UIVW' as const
241242
export const Update = 'UPDATE' as const
@@ -475,6 +476,7 @@ export type TObjCode =
475476
| typeof TimesheetTemplate
476477
| typeof UIFilter
477478
| typeof UIGroupBy
479+
| typeof UIGView
478480
| typeof UITemplate
479481
| typeof UIView
480482
| typeof Update

0 commit comments

Comments
 (0)