Skip to content

Commit ffff531

Browse files
Artur Vardanyanbhovhannes
authored andcommitted
feat: add NonLaborResourceCategory objCode
1 parent 9266b9f commit ffff531

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 NonLaborResourceCategory = 'NLBRCY' as const
141142
export const NonLaborResourceMeasurementUnit = 'NLBRMU' as const
142143
export const NonWorkDay = 'NONWKD' as const
143144
export const Note = 'NOTE' as const
@@ -367,6 +368,7 @@ export type TObjCode =
367368
| typeof MilestonePath
368369
| typeof MobileDevice
369370
| typeof NonLaborResource
371+
| typeof NonLaborResourceCategory
370372
| typeof NonLaborResourceMeasurementUnit
371373
| typeof NonWorkDay
372374
| typeof Note

0 commit comments

Comments
 (0)