Skip to content

Commit e7ca619

Browse files
CalincovNicolaibhovhannes
authored andcommitted
feat: Adding UIGVW type
1 parent 744823d commit e7ca619

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export const TimesheetProfile = 'TSPRO' as const
240240
export const TimesheetTemplate = 'TSHTMP' as const
241241
export const UIFilter = 'UIFT' as const
242242
export const UIGroupBy = 'UIGB' as const
243+
export const UIGView = 'UIGVW' as const
243244
export const UITemplate = 'UITMPL' as const
244245
export const UIView = 'UIVW' as const
245246
export const Update = 'UPDATE' as const
@@ -486,6 +487,7 @@ export type TObjCode =
486487
| typeof TimesheetTemplate
487488
| typeof UIFilter
488489
| typeof UIGroupBy
490+
| typeof UIGView
489491
| typeof UITemplate
490492
| typeof UIView
491493
| typeof Update

0 commit comments

Comments
 (0)