Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export const MilestonePath = 'MPATH' as const
export const MobileDevice = 'MOBILDVC' as const
export const NonLaborResource = 'NLBR' as const
export const NonLaborResourceCategory = 'NLBRCY' as const
export const NonLaborResourceGroup = 'NLBRGP' as const
export const NonLaborResourceMeasurementUnit = 'NLBRMU' as const
export const NonWorkDay = 'NONWKD' as const
export const Note = 'NOTE' as const
Expand Down Expand Up @@ -181,6 +182,8 @@ export const QueueTopic = 'QUET' as const
export const QueueTopicGroup = 'QUETGP' as const
export const Rate = 'RATE' as const
export const RateCard = 'RTCRD' as const
export const RateCardCompany = 'RCCMPS' as const
export const RateCardGroup = 'RCGPS' as const
export const RateAttributes = 'RTATTR' as const
export const Recent = 'RECENT' as const
export const RecentMenuItem = 'RECENTMENUITEM' as const
Expand Down Expand Up @@ -257,6 +260,7 @@ export const UserPrefValue = 'USERPF' as const
export const UserBusinessProfile = 'USRBP' as const
export const UserResource = 'USERRS' as const
export const UserRole = 'USRROL' as const
export const UserRoleSet = 'URSET' as const
export const UsersSections = 'USRSEC' as const
export const Work = 'WORK' as const
export const WorkItem = 'WRKITM' as const
Expand Down Expand Up @@ -393,6 +397,7 @@ export type TObjCode =
| typeof MobileDevice
| typeof NonLaborResource
| typeof NonLaborResourceCategory
| typeof NonLaborResourceGroup
| typeof NonLaborResourceMeasurementUnit
| typeof NonWorkDay
| typeof Note
Expand Down Expand Up @@ -430,6 +435,8 @@ export type TObjCode =
| typeof QueueTopicGroup
| typeof Rate
| typeof RateCard
| typeof RateCardCompany
| typeof RateCardGroup
| typeof RateAttributes
| typeof Recent
| typeof RecentMenuItem
Expand Down Expand Up @@ -506,6 +513,7 @@ export type TObjCode =
| typeof UserPrefValue
| typeof UserResource
| typeof UserRole
| typeof UserRoleSet
| typeof UsersSections
| typeof Work
| typeof WorkItem
Expand Down