Package ai.extend.wrapper.webhooks
-
Interface Summary Interface Description RawWebhookEvent Union type representing either a normal typed webhook event or one with a signed URL payload. -
Class Summary Class Description SignedDataUrlPayload Represents a signed URL payload from a webhook event.VerifyAndParseOptions Options for webhook signature verification and parsing.VerifyAndParseOptions.Builder Builder forVerifyAndParseOptions.VerifyAndParseResult Result of verifying and parsing a webhook event.VerifyOptions Options for webhook signature verification.VerifyOptions.Builder Builder forVerifyOptions.WebhookEventWithSignedUrl Represents a webhook event with a signed URL payload.Webhooks Utility class for verifying and parsing webhook events.