Skip to content

Commit 6c24cde

Browse files
authored
Merge pull request #67 from arturvardanyan/master
feat: add objCode NLBR
2 parents 2a09d05 + 02b1483 commit 6c24cde

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
@@ -136,6 +136,7 @@ export const MetaRecord = 'PRSTOBJ' as const
136136
export const Milestone = 'MILE' as const
137137
export const MilestonePath = 'MPATH' as const
138138
export const MobileDevice = 'MOBILDVC' as const
139+
export const NonLaborResource = 'NLBR' as const
139140
export const NonWorkDay = 'NONWKD' as const
140141
export const Note = 'NOTE' as const
141142
export const NoteTag = 'NTAG' as const
@@ -362,6 +363,7 @@ export type TObjCode =
362363
| typeof Milestone
363364
| typeof MilestonePath
364365
| typeof MobileDevice
366+
| typeof NonLaborResource
365367
| typeof NonWorkDay
366368
| typeof Note
367369
| typeof NoteTag

0 commit comments

Comments
 (0)