All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
6.3.0 (2023-10-16)
- Add
Projects
,ProjectTemplates
andTasks
public routes.
6.2.0 (2023-10-11)
- Document
label
parameter for the deal, person, org entities.
6.1.3 (2023-10-06)
- Incorrect type of
options
for thePOST and PUT /dealFields, /personFields and /organizationFields
endpoints
6.1.2 (2023-09-12)
- Fixed incorrect response schema for the
GET /deals/{id}/products
endpoint
6.1.1 (2023-09-12)
- Added further details on behavior of
end_date
forPUT /v1/subscriptions/recurring/{id}/cancel
6.1.0 (2023-09-05)
- Resolved namespace issues in
$openAPITypes
forProductAttachmentDetails
,AddProductAttachmentDetails
,BaseMailThread
, andFieldTypeAsString
(#91) models
6.0.0 (2023-08-30)
- Removed request and response fields
sum_no_discount
forGET /deals/{id}/products
,POST /deals/{id}/products
andPUT /deals/{id}/products/{product_attachment_id}
5.1.0 (2023-08-30)
- Fixed incorrect parameter descriptions for the
PUT /deals/{id}
endpoint
5.0.0 (2023-08-16)
Release a stable version of 5.0.0 which is a complete rewrite of the client-php. With version 5 of the SDK, we have moved to an open-source SDK generator called OpenAPI Generator.
5.0.0-beta.1 (2023-07-24)
- Added list of searchable custom field types to persons, organizations, products and deals search endpoints descriptions.
- Changed
product_id
body parameter to be optional for Update Deal Product endpoint - Schemas for
call-logs
as they only includedbase-response
without additional properties in the response schema
5.0.0-beta.0 (2023-06-14)
- Breaking switch to SDK generated with openapi-generator