Skip to content

Releases: sommalia/moco-wrapper

Release 0.11.2

23 May 05:52

Choose a tag to compare

  • Implement deletion of companies

0.11.1

05 Apr 15:29

Choose a tag to compare

  • Create deals with tags
  • Getlist of companies with terms

0.11.0

05 Nov 15:12

Choose a tag to compare

  • Added support of project destruction
  • Added extended service period parameters to project expenses
  • Added creating project expeneses with files
  • Added seconds parameter to activity update for more detailed logging
  • Added purchase drafts
  • Renamed labels to tags
  • Moved file handling into its own helper class

0.10.1

28 Jun 08:20

Choose a tag to compare

  • Add support for custom_properties in contact, deal, invoice and offers (thanks to @rawdlite)

0.10.0

07 Apr 09:35

Choose a tag to compare

  • ListResponses and PagedListResponses now behave like lists
  • Changed how api routes are processed
    • In the old versions the objector has a map of all routes that are available and how the may back to objects
    • Now each model declares the routes by itself and which object will be returned
    • In this release the old map, and the old methods are still present, they will be removed in a future release
  • Changed the timesheet endpoint of the invoice model to timesheet_pdf for clearer distinction between timesheet_pdf and the new method timesheet_activities
  • Renamed HourlyRates model to AccountHourlyRates
  • Added verify method to Session model
  • Implemented AccountInternalHourlyRates model
  • Added getall method to ProjectPaymentSchedule model
  • Added more optional parameters to other methods

0.9.0

24 Dec 11:42

Choose a tag to compare

  • Reworked response classes
    • Split ListingResponse into 2 separate classes
    • ListResponse for unpaged response data
    • PageListResponse for paginated response data
    • Renamend JsonRespons to ObjectResponse
  • Implemented taggings endpoint
  • Added clickup remote service
  • Cleaned up tests

Disclaimer: The way, and the naming of most of the Response classes changed, please check if you can work with this version before updating. If you cannot continue with the old version 0.8.1.

0.8.1

17 Nov 11:30

Choose a tag to compare

  • Removed Project from Schedules (only used for Absences)
  • Cleanup tests
  • Added deal parameter to project create and update
  • Implemented invoice send_email endpoint
  • Implemented hourly rates endpoint

0.8.0

28 Jun 09:44

Choose a tag to compare

  • New Readme
  • Add return types to documentation (for default configuration of moco instance only)
  • Implement Purchase model
  • Allow overwrite of http headers from model classes
  • Fix some typos in method names (offer item generator) and parameter (user holidays)

0.7.2

05 Jun 11:27

Choose a tag to compare

  • Implement update_status endpoint of offer model

0.7.1

30 May 10:34

Choose a tag to compare

  • Create new Releases with bumpversion
  • Implemented tags parameter in invoice creation