Releases: jolicode/harvest-openapi-generator
Releases · jolicode/harvest-openapi-generator
v2.6.0
v2.5.0
What's Changed
Full Changelog: v2.4.0...v2.5.0
v2.4.0
v2.3.0
What's Changed
- updated the spec based on the current online documentation by @xavierlacot in #22 This introduces:
- add support for
User.access_roles
as defined in https://help.getharvest.com/api-v2/users-api/users/users/#access-roles - remove the now non-working
User.is_admin
andUser.is_project_manager
booleans - add management of users assigned team mates, as defined in https://help.getharvest.com/api-v2/users-api/users/teammates/
- add the ability to retrieve message subject and body for specific invoices as defined in https://help.getharvest.com/api-v2/invoices-api/invoices/invoice-messages/#retrieve-invoice-message-subject-and-body-for-specific-invoice
- add support for
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- the design of the documentation pages have changed a bit, so the page title CSS selector expression has been adapted.
- updated the spec from the online documentation (in #19 and #20):
- re-added
User.telephone
as it is now documented - added
Company.currency_code_display
andCompany.currency_symbol_display
- several fields of the
User
object have disappeared, due to the API changes introduced in March.
- re-added
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- added
date_format
on the Company model - added
hours_without_timer
andexternal_reference/account_id
in the TaskAssignment model - removed overrides for the Expense model, which is now correctly documented
v2.0.0
- switch to OpenAPI 3 schema
- embed examples extracted from the documentation
- added the non-documented
telephone
property of theUser
model
v1.4.0
- fixed operations alphabetically sort
- add a way to override missing definitions
- add the
Expense
units
andtotal_cost
properties, as per jolicode/harvest-php-api#25
v1.3.0
- fixed several endpoints naming
- fixed several endpoints parameters
- sort operations alphabetically
v1.2.3
- Added Schemas for the reports endpoints