Skip to content

Commit

Permalink
feat: Add transaction-processed to the list of supported tag/untag ru…
Browse files Browse the repository at this point in the history
…les (#1871)

* Add transaction-processed to the list of supported tag/untag rules

* Fix event name

* Fix event name
  • Loading branch information
ashkarpetin authored Apr 16, 2024
1 parent b3f9520 commit fc11264
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions openapi/components/schemas/EventType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions openapi/components/schemas/GlobalEventType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions openapi/components/schemas/TagUntagRule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit fc11264

Please sign in to comment.