feat(MED-99): use montonio api and webhook

This commit is contained in:
2025-07-17 10:08:52 +03:00
parent 00b079e170
commit 02bb9f7d34
19 changed files with 813 additions and 143 deletions

View File

@@ -1736,7 +1736,7 @@ export type Database = {
| "settings.manage"
| "members.manage"
| "invites.manage"
billing_provider: "stripe" | "lemon-squeezy" | "paddle"
billing_provider: "stripe" | "lemon-squeezy" | "paddle" | "montonio"
notification_channel: "in_app" | "email"
notification_type: "info" | "warning" | "error"
payment_status: "pending" | "succeeded" | "failed"
@@ -1938,7 +1938,7 @@ export const Constants = {
"members.manage",
"invites.manage",
],
billing_provider: ["stripe", "lemon-squeezy", "paddle"],
billing_provider: ["stripe", "lemon-squeezy", "paddle", "montonio"],
notification_channel: ["in_app", "email"],
notification_type: ["info", "warning", "error"],
payment_status: ["pending", "succeeded", "failed"],