We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e50452 commit 25fa714Copy full SHA for 25fa714
1 file changed
src/objcodes.ts
@@ -236,6 +236,7 @@ export const TimesheetProfile = 'TSPRO' as const
236
export const TimesheetTemplate = 'TSHTMP' as const
237
export const UIFilter = 'UIFT' as const
238
export const UIGroupBy = 'UIGB' as const
239
+export const UIGView = 'UIGVW' as const
240
export const UITemplate = 'UITMPL' as const
241
export const UIView = 'UIVW' as const
242
export const Update = 'UPDATE' as const
@@ -475,6 +476,7 @@ export type TObjCode =
475
476
| typeof TimesheetTemplate
477
| typeof UIFilter
478
| typeof UIGroupBy
479
+ | typeof UIGView
480
| typeof UITemplate
481
| typeof UIView
482
| typeof Update
0 commit comments