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
We have an outstanding issue with the C# SDK. This particular language SDK does not adhere to our enum specifications for some accounts because the behavior of our API is:
The position's type of employment. Possible values include: FULL_TIME, PART_TIME, INTERN, CONTRACTOR, FREELANCE, or - in cases where there is no clear mapping - the original value passed through.
After investigation , it seems the There is a missing enum value 'Terminated', can you add it ?
The text was updated successfully, but these errors were encountered: