11.1.0
ksvirkou-hubspot
released this
18 Apr 15:06
·
100 commits
to master
since this release
CRM Lists Beta
- Cnanged type of
list_id
,app_id
,email_id
andbusiness_unit_id
fromint
tostring
in whole client. - Added method
getLists()
tocrm()->lists()->membershipsApi()
. - Changed the return type from
CollectionResponseLong|Error
toApiCollectionResponseJoinTimeAndRecordId|Error
ofgetPage()
method ofcrm()->lists()->membershipsApi()
. - Changed type from
int
tostring
inHubSpot\Client\Crm\Lists\Model\PublicObjectList:updated_by_id
andHubSpot\Client\Crm\Lists\Model\PublicObjectList:created_by_id
.