File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ export const MetaRecord = 'PRSTOBJ' as const
136136export const Milestone = 'MILE' as const
137137export const MilestonePath = 'MPATH' as const
138138export const MobileDevice = 'MOBILDVC' as const
139- export const NonWorkDay = 'NONWKD' as const
140139export const NonLaborResource = 'NLBR' as const
140+ export const NonWorkDay = 'NONWKD' as const
141141export const Note = 'NOTE' as const
142142export const NoteTag = 'NTAG' as const
143143export 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
You can’t perform that action at this time.
0 commit comments