Releases: bullhorn/sdk-rest
Releases · bullhorn/sdk-rest
Adding missing properties on Certification entity
Merge pull request #298 from mkesmetzis/fixes/credentialing update Certification entity
Adding logs for unit tests
Made it so when running unit tests, if a field exists in meta but not on the SDK entity object, we log the missing field, but do not throw an Exception
Fixes on credentialing entities
Added credentialing edit history entities
Preventing fields=* calls
Adding in explicit code to prevent users from making calls and passing fields=* as the requested field set. This is still allowed for /meta calls (because the number of records returned is static), but for any calls pulling real data, passing fields=* into the SDK BullhornData object will result in a NoAllFieldsException being thrown.
You can always use a /meta API call to determine the full list of fields, and manually pass those into your BullhornData method call.
JobSubmission fixes
Added missing entities on JobSubmission
Updated CandidateCertification based on BH1 updates
Merge pull request #291 from mkesmetzis/fixes/credentialing updated CandidateCertification based on BH1 updates
add Placement.billingProfile
1.3.4 feat(Placement): Added billing profile field (#290)
added new BH1 Entities
Added new BH1 Pay & Bill and Credential entities
Fixes for Pay Bill Entities: Location, Billing Profile, InvoiceTerm
Merge pull request #286 from fayranne/fixesForNewPayBillEntities Fixes for new pay bill entities
Location, Billing Profile, Invoice Term and associated BH one entities
Merge pull request #285 from fayranne/feature/bhOneEntities Feature/bh one entities