You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
106
#### Changes in CRM Extensions Videoconferencing Model:
107
107
- Added new param `fetch_accounts_uri` to `ExternalSettings`.
108
108
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`.
0 commit comments