Skip to content

Commit 6fac119

Browse files
Clean up
1 parent 879d5cf commit 6fac119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112112
### Changes in CRM Lists APIs:
113113
- Renamed Api client from `memberships_api` to `list_app_membership_api`.
114114
- Renamed Api client from `lists_api` to `list_app_api`.
115-
- Changed the type of parameter `list_id` and `list_ids: list[]` to `list_id` and `list_ids: list[]` from `int` to `string` in class `ListAppApi`.
116-
- Changed the type of parameter `list_id`, `request_body: list[]` and `source_list_id` to `list_id`, `request_body: list[]` and `source_list_id` from `int` to `string` in class `ListAppMembershipApi`.
115+
- Changed in all methods of class `ListAppApi` the type of parameters `list_id` and `list_ids: list[]` to `list_id` and `list_ids: list[]` from `int` to `string`.
116+
- Changed in all methods of class `ListAppMembershipApi` the type of parameters `list_id`, `request_body: list[]` and `source_list_id` from `int` to `string`.
117117
- Renamed method `memberships_api.add_remove()` to `list_app_membership_api.add_and_remove()`.
118118

119119
### Changes in CRM Lists Models:
120120
- Renamed class `CollectionResponseLong` to `CollectionResponseJoinTimeAndRecordId`.
121121
- 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`.
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.
123123

124124
### Changes in CRM Pipelines Pipelines API :
125125
- Added param `validate_deal_stage_usages_before_delete` to `archive()`, `replace()` and `update()` methods.

0 commit comments

Comments
 (0)