Releases: jolicode/harvest-openapi-generator
Releases · jolicode/harvest-openapi-generator
v1.2.2
Fixes "reports" endpoints parameters location (in querystring, not in the request body)
v1.2.1
- add the ability to filter time entries by
task_id
- several new "report" endpoints
- support for
rounded_hours
in theTimeEntry
model
v1.2.0
- removed the
telephone
property from theUser
model - added
statement_key
in theClient
properties - added the "company update" endpoint
- updated the endpoints documentation according to Harvest's API doc
- added the
Company
weekly_capacity
attribute - added the
Invoice
recurring_invoice_id
attribute
v1.1.0
- fixed
deleteTimeEntryExternalReference
operationId - fixed "
quantities
are floats not integers" - re-generated the OpenAPI spec with the newly introduced cost and billable rates
- added
externalDocs
nodes forOperation
andDefinition
objects - fixed "
external_reference
ids are strings, not integers"
v1.0.0
- initial release