From b39faf182bc3ce92ffd921a557abaa6092f83029 Mon Sep 17 00:00:00 2001 From: Jordan Brownfield Date: Mon, 29 Jul 2024 08:03:58 -0600 Subject: [PATCH] feat(typings): add TimesheetVersion interface for timesheet lastVersion --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index ca98082..7403f7c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -705,6 +705,7 @@ export class EntityTypes { static TimesheetActivityType: 'TimesheetActivityType' = 'TimesheetActivityType'; static TimesheetEntry: 'TimesheetEntry' = 'TimesheetEntry'; static TimesheetEntryApprovalStatusLookup: 'TimesheetEntryApprovalStatusLookup' = 'TimesheetEntryApprovalStatusLookup'; + static TimesheetVersion: 'TimesheetVersion' = 'TimesheetVersion'; static TransactionNote: 'TransactionNote' = 'TransactionNote'; static TransactionNoteType: 'TransactionNoteType' = 'TransactionNoteType'; static TransactionOrigin: 'TransactionOrigin' = 'TransactionOrigin';