You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type Strings is being used to represent a union string | string[] type .
the same applies for the JobOrder["title"] and JobOrder["description"].
is there anywhere in the Rest API documentation / implementation where any of those fields are actually an array of strings string[] ?
Looking at the Entity Reference it looks like the type should be string and there's no mention of the possibility of having string[] anywhere for job titles, descriptions or payRate
The text was updated successfully, but these errors were encountered:
Thank you for providing this library, it makes working with Bullhorn APIs easier but I noticed that in many fields like
JobOrder["payRate"]
bullhorn-types/src/index.ts
Line 7040 in 8e915b1
The type
Strings
is being used to represent a unionstring | string[]
type .the same applies for the
JobOrder["title"]
andJobOrder["description"]
.is there anywhere in the Rest API documentation / implementation where any of those fields are actually an array of strings
string[]
?Looking at the Entity Reference it looks like the type should be
string
and there's no mention of the possibility of havingstring[]
anywhere for job titles, descriptions or payRateThe text was updated successfully, but these errors were encountered: