Enum values changed in GET /v1/transaction_monitoring/cases (entity-type-2)
- Affected surface
- GET /v1/transaction_monitoring/cases
- Affected field
- entity-type-2
What changed
Enum values changed in GET /v1/transaction_monitoring/cases (entity-type-2) Affected surface: GET /v1/transaction_monitoring/cases. Root cause: schema `entity-type-2`. Detected at Tue, 01 Sep 2026 07:16:52 UTC UTC.
Diff
{
"added_enums": [
"FINANCIAL_ACCOUNT",
"PROGRAM"
],
"path": "GET /v1/transaction_monitoring/cases",
"schema_path": "schema entity-type-2"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
Recommended action
Audit any switch/match statements over this enum. Removed values become unhandled paths.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
