Enum values changed in POST /v2/contracts/edit (RevenueSystemConfigurationUpdateEffectiveAtType)
- Affected surface
- POST /v2/contracts/edit
- Affected field
- RevenueSystemConfigurationUpdateEffectiveAtType
What changed
Enum values changed in POST /v2/contracts/edit (RevenueSystemConfigurationUpdateEffectiveAtType) Affected surface: POST /v2/contracts/edit. Root cause: schema `RevenueSystemConfigurationUpdateEffectiveAtType`. Detected at Fri, 03 Jul 2026 03:02:55 UTC UTC.
Diff
{
"added_enums": [
"START_OF_NEXT_PERIOD"
],
"path": "POST /v2/contracts/edit",
"schema_path": "schema RevenueSystemConfigurationUpdateEffectiveAtType"
}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.
