You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve Webhook and BaseWorkOSResource PHPDoc types
* Enhance Webhook class with improved code style and PHPDoc annotations
* Add accessToken and refreshToken to AuthenticationResponse class
* Update AuthenticationResponse class to include organizationId as nullable, and add accessToken, refreshToken, and impersonator properties
* Enhance OrganizationMembership class with additional PHPDoc properties for improved type documentation
* Add metadata and external id (#268)
And allow to be passed when creating or updating a user or organization.
* Add email standard attribute to DirectoryUser and mark deprecated standard attributes (#261)
* Add function to get organization by external id (#270)
And fix typo in getOrganization docstring
* Add support for creating, getting and updating users with external_id property (#267)
Co-authored-by: Eric Roberts <ericroberts@gmail.com>
* Bump to version 4.22.0. (#269)
* Structured responses to webhook events (#265)
* Add WebhookResponse class for handling webhook actions and responses
* Refactor WebhookResponse create method and improve validation
* Resolve linting error
---------
Co-authored-by: Braden Keith <bkeith@romegadigital.com>
* Update deprecation notices in DirectoryUser class to include version information and improve clarity
* Update deprecation notices in Organizations class to include version information and improve formatting
* Update doc blocks for deprecation notices
* Update tests to expect Role Slug
---------
Co-authored-by: Braden Keith <bkeith@romegadigital.com>
Co-authored-by: Eric Roberts <ericroberts@gmail.com>
Co-authored-by: Matt Dzwonczyk <9063128+mattgd@users.noreply.github.com>
Co-authored-by: Pepe <pgarciag93@gmail.com>
@@ -64,7 +63,7 @@ public function createEvent($organizationId, $event, $idempotencyKey = null)
64
63
* @var null|string $rangeStart ISO-8601 Timestamp of the start of Export's the date range.
65
64
* @var null|string $rangeEnd ISO-8601 Timestamp of the end of Export's the date range.
66
65
* @var null|array $actions Actions that Audit Log Events will be filtered by.
67
-
* @var null|array $actors Actor names that Audit Log Events will be filtered by.
66
+
* @var null|array $actors Actor names that Audit Log Events will be filtered by. @deprecated 3.3.0 Use $actorNames instead. This method will be removed in a future major version.
68
67
* @var null|array $targets Target types that Audit Log Events will be filtered by.
69
68
* @var null|array $actorNames Actor names that Audit Log Events will be filtered by.
70
69
* @var null|array $actorIds Actor IDs that Audit Log Events will be filtered by.
@@ -79,9 +78,9 @@ public function createExport($organizationId, $rangeStart, $rangeEnd, $actions =
0 commit comments