Skip to content

Commit 134c18f

Browse files
author
Artur Vardanyan
committed
chore: add objCode NLBR
1 parent 2a09d05 commit 134c18f

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
@@ -137,6 +137,7 @@ export const Milestone = 'MILE' as const
137137
export const MilestonePath = 'MPATH' as const
138138
export const MobileDevice = 'MOBILDVC' as const
139139
export const NonWorkDay = 'NONWKD' as const
140+
export const NonLaborResource = 'NLBR' as const
140141
export const Note = 'NOTE' as const
141142
export const NoteTag = 'NTAG' as const
142143
export const NotificationPreference = 'NOTPRF' as const
@@ -363,6 +364,7 @@ export type TObjCode =
363364
| typeof MilestonePath
364365
| typeof MobileDevice
365366
| typeof NonWorkDay
367+
| typeof NonLaborResource
366368
| typeof Note
367369
| typeof NoteTag
368370
| typeof NotificationPreference

0 commit comments

Comments
 (0)