feat(ClientApplication): add webhook events (#10588)

* feat(ClientApplication): add webhook events

* refactor: update enum names and add external types

* docs(APITypes): reorder

* chore: requested changes

* chore: requested changes

* docs: remove redundancy

* Update ClientApplication.js

---------

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
Naiyar
2024-12-06 00:22:02 +05:30
committed by Jiralite
parent 6087088579
commit 7b2a2e3a15

View File

@@ -194,6 +194,8 @@ import {
ApplicationWebhookEventType,
GatewaySendPayload,
GatewayDispatchPayload,
ApplicationWebhookEventStatus,
ApplicationWebhookEventType,
RESTPostAPIInteractionCallbackWithResponseResult,
RESTAPIInteractionCallbackObject,
RESTAPIInteractionCallbackResourceObject,