Skip to content

Commit 5957232

Browse files
Merge pull request #282 from HubSpot/changelog/crmClients
Changelog: Update for Crm Clients
2 parents 1004d0d + 45f2f72 commit 5957232

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106106
#### Changes in CRM Extensions Videoconferencing Model:
107107
- Added new param `fetch_accounts_uri` to `ExternalSettings`.
108108

109+
### Changes in CRM Imports Model:
110+
- Added `import_template` and `import_source` params to class `PublicImportResponse`.
111+
112+
### Changes in CRM Lists APIs:
113+
- Renamed Api client from `memberships_api` to `list_app_membership_api`.
114+
- Renamed Api client from `lists_api` to `list_app_api`.
115+
- Changed the type of parameters `list_id` and `list_ids: list[]` from `int` to `string` in all methods of class `ListAppApi`.
116+
- Changed the type of parameters `list_id`, `request_body: list[]` and `source_list_id` from `int` to `string` in all methods of class `ListAppMembershipApi`.
117+
- Renamed method `memberships_api.add_remove()` to `list_app_membership_api.add_and_remove()`.
118+
119+
### Changes in CRM Lists Models:
120+
- Renamed class `CollectionResponseLong` to `CollectionResponseJoinTimeAndRecordId`.
121+
- Changed the type of parameter `results: list[int]` to `results: list[JoinTimeAndRecordId]` in `CollectionResponseJoinTimeAndRecordId`.
122+
- Changed the type of parameter `list_id`, `business_unit_id`, `subscription_ids: list[]`, `email_id`, `app_id`, `updated_by_id`, `rtype: list[]`, `record_ids_to_remove: list[]`, `record_ids_to_add: list[]`, `record_ids_removed: list[]`, `records_ids_added: list[]` and `record_ids_missing: list[]` from `int` to `string` in all models in which these parameters are present.
123+
124+
### Changes in CRM Pipelines Pipelines API :
125+
- Added param `validate_deal_stage_usages_before_delete` to `archive()`, `replace()` and `update()` methods.
126+
127+
### Changes in CRM Pipelines Model:
128+
- Added `write_permissions` param to class `PipelineStage`.
129+
130+
### Changes in CRM Schemas Models:
131+
- Added `description` param to class `ObjectTypeDefinitionPatch`.
132+
- Added new params: `option_sort_strategy`, `show_currency_symbol`, `form_field`, `referenced_object_type`, `text_display_hint`, `searchable_in_global_search`
133+
and `number_display_hint` to class `ObjectTypePropertyCreate`.
134+
135+
### Changes in CRM Timeline Events API:
136+
- Updated `create_batch()` method to return `None` insted `BatchResponseTimelineEventResponse`.
137+
138+
### Changes in CRM Timeline Model:
139+
- Changed the type of parameter `category` from `ErrorCategory` to `string` in class `StandardError`.
140+
109141
## Added new Client APIs:
110142
- Added `crm.extensions.calling.recording_settings_api` Api.
111143
- Added `crm.companies.gdpr_api` Api.
@@ -114,6 +146,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114146
- Added `crm.objects.products.gdpr_api` Api.
115147
- Added `crm.objects.quotes.gdpr_api` Api.
116148
- Added `crm.objects.tickets.gdpr_api` Api.
149+
- Added `crm.line_items.gdpr_api` Api.
117150

118151
## [8.2.1](https://github.com/HubSpot/hubspot-api-python/compare/v8.2.0...v8.2.1) - 2024-01-25
119152

0 commit comments

Comments
 (0)