New: MCP server monitoring is live. Start free
TwilioSchemaAdditive

Enum values changed in schema usage_record_last_month_enum_category

Affected surface
schema usage_record_last_month_enum_category
Affected field
usage_record_last_month_enum_category

What changed

Enum values changed in schema usage_record_last_month_enum_category Affected surface: schema usage_record_last_month_enum_category. Root cause: schema `usage_record_last_month_enum_category`. Detected at Mon, 18 Aug 2025 08:57:59 UTC UTC.

Diff

{
  "added_enums": [
    "channels-whatsapp-template-marketing",
    "channels-whatsapp-template-utility",
    "verify-whatsapp-template-business-initiated",
    "channels-whatsapp-service",
    "channels-whatsapp-template-authentication",
    "channels-whatsapp-template-service"
  ],
  "schema_path": "schema usage_record_last_month_enum_category"
}

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.

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.