Skip to content

Tags: supportpal/api-client-php

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): replace supportpal/eloquent-model with jenssegers/model (#273

)

* chore(deps): replace supportpal/eloquent-model with jenssegers/model

* wip

* remove type

* update lock

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): switch from doctrine/cache to symfony/cache (#230)

* chore(deps): switch from doctrine/cache to symfony/cache

* update composer.lock

* specify dir

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] chore: add purified_description to custom field models (#224)

* chore: add purified_description to custom field models

* fix phpcs

* add to translations too

* fix

* fix

* fix

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump psr/http-message requirement (#206)

* chore: bump psr/http-message requirement

* fix return types

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Symfony 6.3/6.4 deprecation notice (#179)

Co-authored-by: Kieran <[email protected]>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update composer.lock (#166)