Skip to content

Commit 02b1483

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/objcodes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ 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 NonWorkDay = 'NONWKD' as const
140139
export const NonLaborResource = 'NLBR' as const
140+
export const NonWorkDay = 'NONWKD' as const
141141
export const Note = 'NOTE' as const
142142
export const NoteTag = 'NTAG' as const
143143
export const NotificationPreference = 'NOTPRF' as const
@@ -363,8 +363,8 @@ export type TObjCode =
363363
| typeof Milestone
364364
| typeof MilestonePath
365365
| typeof MobileDevice
366-
| typeof NonWorkDay
367366
| typeof NonLaborResource
367+
| typeof NonWorkDay
368368
| typeof Note
369369
| typeof NoteTag
370370
| typeof NotificationPreference

0 commit comments

Comments
 (0)