Tags: supportpal/api-client-php
Tags
chore: add docblocks for autocompletion (#280) * chore: add docblocks for autocompletion * fix: support model casting * fix phpcs and add comments * Fix property type for parent in Department model * fix phpcs * Update castAttribute method signature to typed parameters * set iterable types in CreateArticle * set iterable types in CreateMessage * set iterable types in CreateTicket * set iterable types in UpdateTicket * set iterable types in User Requests * set iterable types in models * fix phpstan contravariant error * fix? * fix phpcs * refactor code * fix * chore: add missing `null` to properties * chore: add missing null types --------- Co-authored-by: Jay <[email protected]>
SupportPal v5 support (#175) * Add favicon_dark_mode Caused by array ( 'SupportPal\\ApiClient\\Model\\Core\\Brand' => array ( 'getFaviconDarkMode' => array ( 0 => 'NULL', ), ), ) Failed asserting that an array is empty. * frontend and operator template mode removed in v5 so attributes return null * add new id attribute to translation tables * user confirmed attribute renamed to email_verified * add channel show_on_frontend (added in v4) * add ticket frontend_url and operator_url * update test coverage * add id to user custom field translation data
feat: symfony 6 support (#172) * chore: update symfony to v6 * chore: also allow symfony 5 Co-authored-by: Kieran <[email protected]> * chore: revert to symfony 5 interfaces Co-authored-by: Kieran <[email protected]> * chore: remove unused interfaces --------- Co-authored-by: Kieran <[email protected]>
PreviousNext