Bump DataTable from 2.3.3 to 2.3.4, TinyMCE 8.0.2 to 8.2.0, Stripe-PHP 17.6.0 to 18.1.0, PHPMailer from 6.10.0 to 7.0.0, chartjs from 4.5.0 to 4.5.1

This commit is contained in:
johnnyq
2025-11-02 16:44:59 -05:00
parent 7ea39eb545
commit f733a27ad7
170 changed files with 2280 additions and 885 deletions

View File

@@ -17,7 +17,7 @@ class EventDestinationService extends \Stripe\Service\AbstractService
* @param null|array{include?: string[], limit?: int} $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\Collection<\Stripe\V2\EventDestination>
* @return \Stripe\V2\Collection<\Stripe\V2\Core\EventDestination>
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/
@@ -32,7 +32,7 @@ class EventDestinationService extends \Stripe\Service\AbstractService
* @param null|array{description?: string, enabled_events: string[], event_payload: string, events_from?: string[], include?: string[], metadata?: array<string, string>, name: string, snapshot_api_version?: string, type: string, amazon_eventbridge?: array{aws_account_id: string, aws_region: string}, webhook_endpoint?: array{url: string}} $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\EventDestination
* @return \Stripe\V2\Core\EventDestination
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/
@@ -48,7 +48,7 @@ class EventDestinationService extends \Stripe\Service\AbstractService
* @param null|array $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\EventDestination
* @return \Stripe\V2\DeletedObject
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/
@@ -64,7 +64,7 @@ class EventDestinationService extends \Stripe\Service\AbstractService
* @param null|array $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\EventDestination
* @return \Stripe\V2\Core\EventDestination
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/
@@ -80,7 +80,7 @@ class EventDestinationService extends \Stripe\Service\AbstractService
* @param null|array $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\EventDestination
* @return \Stripe\V2\Core\EventDestination
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/
@@ -96,7 +96,7 @@ class EventDestinationService extends \Stripe\Service\AbstractService
* @param null|array $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\Event
* @return \Stripe\V2\Core\Event
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/
@@ -112,7 +112,7 @@ class EventDestinationService extends \Stripe\Service\AbstractService
* @param null|array{include?: string[]} $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\EventDestination
* @return \Stripe\V2\Core\EventDestination
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/
@@ -128,7 +128,7 @@ class EventDestinationService extends \Stripe\Service\AbstractService
* @param null|array{description?: string, enabled_events?: string[], include?: string[], metadata?: array<string, null|string>, name?: string, webhook_endpoint?: array{url: string}} $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\EventDestination
* @return \Stripe\V2\Core\EventDestination
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/

View File

@@ -14,10 +14,10 @@ class EventService extends \Stripe\Service\AbstractService
/**
* List events, going back up to 30 days.
*
* @param null|array{limit?: int, object_id: string} $params
* @param null|array{gt?: string, gte?: string, limit?: int, lt?: string, lte?: string, object_id?: string, types?: string[]} $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\Collection<\Stripe\V2\Event>
* @return \Stripe\V2\Collection<\Stripe\V2\Core\Event>
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/
@@ -33,7 +33,7 @@ class EventService extends \Stripe\Service\AbstractService
* @param null|array $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
*
* @return \Stripe\V2\Event
* @return \Stripe\V2\Core\Event
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*/