Skip to content

Commit 0dc271e

Browse files
ArpiBakuntsbhovhannes
authored andcommitted
feat: Add NonLaborResourceMeasurementUnit objcode
1 parent 84d1c64 commit 0dc271e

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
@@ -138,6 +138,7 @@ export const Milestone = 'MILE' as const
138138
export const MilestonePath = 'MPATH' as const
139139
export const MobileDevice = 'MOBILDVC' as const
140140
export const NonLaborResource = 'NLBR' as const
141+
export const NonLaborResourceMeasurementUnit = 'NLBRMU' as const
141142
export const NonWorkDay = 'NONWKD' as const
142143
export const Note = 'NOTE' as const
143144
export const NoteTag = 'NTAG' as const
@@ -366,6 +367,7 @@ export type TObjCode =
366367
| typeof MilestonePath
367368
| typeof MobileDevice
368369
| typeof NonLaborResource
370+
| typeof NonLaborResourceMeasurementUnit
369371
| typeof NonWorkDay
370372
| typeof Note
371373
| typeof NoteTag

0 commit comments

Comments
 (0)