This repository was archived by the owner on Feb 7, 2025. It is now read-only.
2.0-alpha.5
2.0-alpha.5 – 28.11.2021
Added
- add method
countByFilterfor all related services, see
issue Добавить для всех сущностей метод подсчёта количества элементов по фильтру #228 - add in scope «CRM» Userfield service and integration test
- add in scope «CRM» ContactUserfield service and integration test, see
issue Добавить сервис по работе с юзерфилдами контакта #231 - add method getUserfieldByFieldName for
ContactItemResult - add in scope «CRM» DealUserfield service and integration test, see
issue Добавить сервис по работе с юзерфилдами cделки #232 - add method getUserfieldByFieldName for
DealItemResult - add exception
UserfieldNotFoundException
Removed
- remove all
0.*and1.*code from2.*branch
Changed
- update type definition for
ContactItemResult, now return types will be cast to real types: DateTimeInterface, int, boolean etc - update type definition for
DealItemResult, now return types will be cast to real types: DateTimeInterface, int, boolean etc