Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Why the type Strings is used in many single string fields ? #184

Open
mouhannad-sh opened this issue Jun 7, 2024 · 0 comments

Comments

@mouhannad-sh
Copy link

Thank you for providing this library, it makes working with Bullhorn APIs easier but I noticed that in many fields like JobOrder["payRate"]

salaryUnit?: Strings;

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant