diff --git a/lightspark-sdk/src/commonMain/kotlin/com/lightspark/sdk/model/WebhookEventType.kt b/lightspark-sdk/src/commonMain/kotlin/com/lightspark/sdk/model/WebhookEventType.kt index e4b2c196..8bca9e9a 100644 --- a/lightspark-sdk/src/commonMain/kotlin/com/lightspark/sdk/model/WebhookEventType.kt +++ b/lightspark-sdk/src/commonMain/kotlin/com/lightspark/sdk/model/WebhookEventType.kt @@ -39,6 +39,8 @@ enum class WebhookEventType( HIGH_BALANCE("HIGH_BALANCE"), + CHANNEL_OPENING_FEES("CHANNEL_OPENING_FEES"), + /** * This is an enum value that represents values that could be added in the future. * Clients should support unknown values as more of them could be added without notice.