New: MCP server monitoring is live. Start free trial
ChargebeeSchemaBreaking

Enum values changed in schema EntityType

Affected surface
schema EntityType
Affected field
EntityType

What changed

Enum values changed in schema EntityType Affected surface: schema EntityType. Root cause: schema `EntityType`. Detected at Wed, 19 Aug 2026 11:32:14 UTC UTC.

Diff

{
  "added_enums": [
    "omnichannel_subscription_item_metric"
  ],
  "path": "schema EntityType",
  "removed_enums": [
    "charge"
  ],
  "schema_path": "schema EntityType"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

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.