Skip to content

Releases: jolicode/harvest-openapi-generator

v1.2.2

25 Feb 17:20
72f1d91
Compare
Choose a tag to compare

Fixes "reports" endpoints parameters location (in querystring, not in the request body)

v1.2.1

21 Feb 01:36
74933b3
Compare
Choose a tag to compare
  • add the ability to filter time entries by task_id
  • several new "report" endpoints
  • support for rounded_hours in the TimeEntry model

v1.2.0

14 Jan 09:00
473c409
Compare
Choose a tag to compare
  • removed the telephone property from the User model
  • added statement_key in the Client 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

06 May 11:15
8af7ff6
Compare
Choose a tag to compare
  • 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 for Operation and Definition objects
  • fixed "external_reference ids are strings, not integers"

v1.0.0

21 Jan 12:03
c30b316
Compare
Choose a tag to compare
  • initial release