From fc11264fb5e30035c53ee5accaa0cbc7ed1d717c Mon Sep 17 00:00:00 2001 From: Alexander Shkarpetin Date: Tue, 16 Apr 2024 14:28:12 +0500 Subject: [PATCH] feat: Add transaction-processed to the list of supported tag/untag rules (#1871) * Add transaction-processed to the list of supported tag/untag rules * Fix event name * Fix event name --- openapi/components/schemas/EventType.yaml | 4 ++-- openapi/components/schemas/GlobalEventType.yaml | 4 ++-- openapi/components/schemas/TagUntagRule.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/openapi/components/schemas/EventType.yaml b/openapi/components/schemas/EventType.yaml index a3597d329d..86f54d58d8 100644 --- a/openapi/components/schemas/EventType.yaml +++ b/openapi/components/schemas/EventType.yaml @@ -28,7 +28,7 @@ enum: - gateway-account-onboarding-completed - gateway-account-onboarding-failed - gateway-account-requested - - hard-usage-limit-reached.yaml + - hard-usage-limit-reached - invoice-issued - invoice-modified - invoice-paid @@ -67,7 +67,7 @@ enum: - renewal-invoice-payment-canceled - renewal-invoice-payment-declined - risk-score-changed - - soft-usage-limit-reached.yaml + - soft-usage-limit-reached - subscription-activated - subscription-canceled - subscription-churned diff --git a/openapi/components/schemas/GlobalEventType.yaml b/openapi/components/schemas/GlobalEventType.yaml index f2be70861c..34e5843d95 100644 --- a/openapi/components/schemas/GlobalEventType.yaml +++ b/openapi/components/schemas/GlobalEventType.yaml @@ -34,7 +34,7 @@ enum: - gateway-account-onboarding-completed - gateway-account-onboarding-failed - gateway-account-requested - - hard-usage-limit-reached.yaml + - hard-usage-limit-reached - invoice-abandoned - invoice-created - invoice-issued @@ -81,7 +81,7 @@ enum: - renewal-invoice-payment-canceled - renewal-invoice-payment-declined - risk-score-changed - - soft-usage-limit-reached.yaml + - soft-usage-limit-reached - subscription-activated - subscription-canceled - subscription-churned diff --git a/openapi/components/schemas/TagUntagRule.yaml b/openapi/components/schemas/TagUntagRule.yaml index b9774c871c..548835fee3 100644 --- a/openapi/components/schemas/TagUntagRule.yaml +++ b/openapi/components/schemas/TagUntagRule.yaml @@ -51,6 +51,7 @@ properties: - payment-instrument-modified - renewal-invoice-payment-canceled - risk-score-changed + - subscription-items-changed - subscription-modified - subscription-pause-created - subscription-pause-modified @@ -61,13 +62,12 @@ properties: - subscription-trial-end-reminder - subscription-trial-ended - transaction-process-requested - - transaction-processed - transaction-reconciled - transaction-timeout-resolved - waiting-gateway-transaction-completed - data-export-completed - - hard-usage-limit-reached.yaml - - soft-usage-limit-reached.yaml + - hard-usage-limit-reached + - soft-usage-limit-reached filter: description: |- Filter that determines whether to tag or untag.