WebhookConfig
Defined in: packages/webhook/src/types/webhook.types.ts:3
Properties
Section titled “Properties”algorithm?
Section titled “algorithm?”
optionalalgorithm?:"sha256"|"sha1"
Defined in: packages/webhook/src/types/webhook.types.ts:17
backoffMultiplier?
Section titled “backoffMultiplier?”
optionalbackoffMultiplier?:number
Defined in: packages/webhook/src/types/webhook.types.ts:8
batchSize
Section titled “batchSize”batchSize:
number
Defined in: packages/webhook/src/types/webhook.types.ts:25
batchTimeoutMs
Section titled “batchTimeoutMs”batchTimeoutMs:
number
Defined in: packages/webhook/src/types/webhook.types.ts:26
enabledEvents
Section titled “enabledEvents”enabledEvents:
WebhookEventType[]
Defined in: packages/webhook/src/types/webhook.types.ts:22
enableSecurity
Section titled “enableSecurity”enableSecurity:
boolean
Defined in: packages/webhook/src/types/webhook.types.ts:15
jitter?
Section titled “jitter?”
optionaljitter?:boolean
Defined in: packages/webhook/src/types/webhook.types.ts:9
maxDelayMs?
Section titled “maxDelayMs?”
optionalmaxDelayMs?:number
Defined in: packages/webhook/src/types/webhook.types.ts:7
maxRetries
Section titled “maxRetries”maxRetries:
number
Defined in: packages/webhook/src/types/webhook.types.ts:5
retryDelayMs
Section titled “retryDelayMs”retryDelayMs:
number
Defined in: packages/webhook/src/types/webhook.types.ts:6
secretKey?
Section titled “secretKey?”
optionalsecretKey?:string
Defined in: packages/webhook/src/types/webhook.types.ts:16
signatureHeader?
Section titled “signatureHeader?”
optionalsignatureHeader?:string
Defined in: packages/webhook/src/types/webhook.types.ts:18
signaturePrefix?
Section titled “signaturePrefix?”
optionalsignaturePrefix?:string
Defined in: packages/webhook/src/types/webhook.types.ts:19
timeoutMs
Section titled “timeoutMs”timeoutMs:
number
Defined in: packages/webhook/src/types/webhook.types.ts:12