Skip to content

Commit

Permalink
Merge pull request #343 from HubSpot/feature/changelog
Browse files Browse the repository at this point in the history
Changelog: Add updates of CRM Postal mail.
  • Loading branch information
ksvirkou-hubspot authored Feb 28, 2024
2 parents d7b56b7 + b3c1f2b commit b245053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed type from `int` to `string` in `PublicObjectSearchRequest:after` in all CRM clients.
- Added param `id_property` to `SimplePublicObjectBatchInput` in all CRM clients.
- Removed `crm()->objects()->associationsApi()`.
- `crm()->objects()->postalMail()->basicApi()->archive($postal_mail)` => `crm()->objects()->postalMail()->basicApi()->archive($postal_mail_id)`.
- `crm()->objects()->postalMail()->basicApi()->getById($postal_mail, $properties = null, $properties_with_history = null, $associations = null, $archived = false, $id_property = null)` => `crm()->objects()->postalMail()->basicApi()->getById($postal_mail_id, $properties = null, $properties_with_history = null, $associations = null, $archived = false, $id_property = null)`.
- `crm()->objects()->postalMail()->basicApi()->update($postal_mail, $simple_public_object_input, $id_property = null)` => `crm()->objects()->postalMail()->basicApi()->update($postal_mail_id, $simple_public_object_input, $id_property = null)`.
- Added param `$validate_deal_stage_usages_before_delete` to `crm()->pipelines()->pipelinesApi()->archive()`, `crm()->pipelines()->pipelinesApi()->replace()` and `crm()->pipelines()->pipelinesApi()->update()`.
- Added `write_permissions` param to `HubSpot\Client\Crm\Pipelines\Model\PipelineStage`.
- Added `description` param to `HubSpot\Client\Crm\Schemas\Model\ObjectSchema`, `HubSpot\Client\Crm\Schemas\Model\ObjectSchemaEgg`, `HubSpot\Client\Crm\Schemas\Model\ObjectTypeDefinition` and `HubSpot\Client\Crm\Schemas\Model\ObjectTypeDefinitionPatch`.
Expand Down

0 comments on commit b245053

Please sign in to comment.