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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,8 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112
112
### Changes in CRM Lists APIs:
113
113
- Renamed Api client from `memberships_api` to `list_app_membership_api`.
114
114
- Renamed Api client from `lists_api` to `list_app_api`.
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`.
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
117
- Renamed method `memberships_api.add_remove()` to `list_app_membership_api.add_and_remove()`.
0 commit comments