We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744823d commit e7ca619Copy full SHA for e7ca619
src/objcodes.ts
@@ -240,6 +240,7 @@ export const TimesheetProfile = 'TSPRO' as const
240
export const TimesheetTemplate = 'TSHTMP' as const
241
export const UIFilter = 'UIFT' as const
242
export const UIGroupBy = 'UIGB' as const
243
+export const UIGView = 'UIGVW' as const
244
export const UITemplate = 'UITMPL' as const
245
export const UIView = 'UIVW' as const
246
export const Update = 'UPDATE' as const
@@ -486,6 +487,7 @@ export type TObjCode =
486
487
| typeof TimesheetTemplate
488
| typeof UIFilter
489
| typeof UIGroupBy
490
+ | typeof UIGView
491
| typeof UITemplate
492
| typeof UIView
493
| typeof Update
0 commit comments