diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffff3a2..d1e8a7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `cms()->sourceCode()->contentApi()->replace()` => `cms()->sourceCode()->contentApi()->createOrUpdate()`. - Added param `properties` to `cms()->sourceCode()->metadataApi()->get()`. - Added param `hash` to `HubSpot\Client\Cms\SourceCode\Model\AssetFileMetadata`. - +- Changed type of `$object_id` and `$to_object_id` params from `int` to `string` in `crm()->associations()->v4()->basicApi()->archive()`. +- Changed type of `$object_id` and `$to_object_id` params from `int` to `string` in `crm()->associations()->v4()->basicApi()->create()`. +- Changed type of `$from_object_id` and `$to_object_id` params from `int` to `string` in `crm()->associations()->v4()->basicApi()->createDefault()`. +- Changed type of `$object_id` param from `int` to `string` in `crm()->associations()->v4()->basicApi()->getPage()`. +- Changed type from `StandardError1[]` to `StandardError[]` in `HubSpot\Client\Crm\Associations\v4\Model\BatchResponsePublicDefaultAssociation:errors`. +- Changed type of `to_object_id` and `from_object_id` params from `int` to `string` in `HubSpot\Client\Crm\Associations\v4\Model\LabelsBetweenObjectPair`. +- Changed type from `int` to `string` in `HubSpot\Client\Crm\Associations\v4\Model\MultiAssociatedObjectWithLabel:to_object_id`. +- Changed type from `ErrorCategory` to `string` in `HubSpot\Client\Crm\Associations\v4\Model\StandardError:category`. +- `crm()->associations()->v4()->schema()->definitionsApi()->delete()` => `crm()->associations()->v4()->schema()->definitionsApi()->archive()`. +- Added param `inverseLabel` to `HubSpot\Client\Crm\Associations\v4\Model\PublicAssociationDefinitionCreateRequest` and `HubSpot\Client\Crm\Associations\v4\Model\PublicAssociationDefinitionUpdateRequest`. ## [10.3.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.3.0) - 2023-12-13 @@ -118,24 +127,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cnange type from `object` to `string` in `HubSpot\Client\Cms\Hubdb\Model\StandardError::category`. - Cnange type from `\HubSpot\Client\Crm\Associations\V4\Model\StandardError[]` to `\HubSpot\Client\Crm\Associations\V4\Model\StandardError1[]` in `\HubSpot\Client\Crm\Associations\V4\Model\BatchResponseSimplePublicObjectWithErrors::errors`. -- Cnange type from `\HubSpot\Client\Crm\Companies\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Companies\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Contacts\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Contacts\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Deals\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Deals\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\LineItems\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\LineItems\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\Calls\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\Calls\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\Communications\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\Communications\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\Emails\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\Emails\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\FeedbackSubmissions\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\FeedbackSubmissions\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\Meetings\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\Meetings\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\Notes\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\Notes\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\PostalMail\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\PostalMail\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Objects\Tasks\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Objects\Tasks\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Products\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Products\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Properties\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Properties\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Quotes\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Quotes\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Crm\Tickets\Model\ErrorCategory` to `string` in`HubSpot\Client\Crm\Tickets\Model\StandardError::category`. -- Cnange type from `\HubSpot\Client\Webhooks\Model\ErrorCategory` to `string` in`HubSpot\Client\Webhooks\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Companies\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Companies\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Contacts\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Contacts\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Deals\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Deals\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\LineItems\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\LineItems\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\Calls\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\Calls\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\Communications\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\Communications\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\Emails\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\Emails\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\FeedbackSubmissions\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\FeedbackSubmissions\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\Meetings\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\Meetings\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\Notes\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\Notes\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\PostalMail\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\PostalMail\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Objects\Tasks\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Objects\Tasks\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Products\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Products\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Properties\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Properties\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Quotes\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Quotes\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Crm\Tickets\Model\ErrorCategory` to `string` in `HubSpot\Client\Crm\Tickets\Model\StandardError::category`. +- Cnange type from `\HubSpot\Client\Webhooks\Model\ErrorCategory` to `string` in `HubSpot\Client\Webhooks\Model\StandardError::category`. ## [10.0.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.1) - 2023-07-27