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
+38-9Lines changed: 38 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [Unreleased]
8
8
### Fixed
9
9
- Fixed incorrect type definitions for `label` fields in v2 Persons API request schema (`PersonRequestBody`). The `label` field for both `phones` and `emails` arrays was incorrectly typed as `boolean` instead of `string`, causing SDK type generation issues. Labels now correctly accept string values like 'work', 'home', 'mobile', and 'other'.
10
+
11
+
### Changed
12
+
- Removed beta labels from v2 lead/deal conversion endpoints:
- Added three new visibility flags to ui_visibility in organization fields v2 endpoints: org_detail_visible_flag, person_detail_visible_flag, and deal_detail_visible_flag
57
+
- Added three new visibility flags to `ui_visibility` in organization fields v2 endpoints: `org_detail_visible_flag`, `person_detail_visible_flag`, and `deal_detail_visible_flag`
-**goals:full**: Create, read, update and delete goals
1371
1371
-**video-calls**: Allows application to register as a video call integration provider and create conference links
1372
1372
-**messengers-integration**: Allows application to register as a messengers integration provider and allows them to deliver incoming messages and their statuses
1373
+
-**deal-fields:full**: Create, read, update and delete deal fields
1374
+
-**product-fields:full**: Create, read, update and delete product fields
1375
+
-**contact-fields:full**: Create, read, update and delete person and organization fields
0 commit comments