in /codegen/Crm/Contacts/Api/BasicApi.php
Line 614 is $httpBody = \GuzzleHttp\Psr7\build_query($formParams);
Should be $httpBody = \GuzzleHttp\Psr7\Query::build($formParams);
Same for Line 643,
And presumably anywhere else trying to call now undefined functions....