domain/entities/org_integration library

Classes

OrgIntegration

Enums

OrgIntegrationProvider
Provider slug. Must match the CHECK constraint in migration 061 on org_integrations.provider. Adding a provider later requires both a migration (to widen the CHECK) and a new enum value here.
OrgIntegrationStatus
Per-integration lifecycle status. Mirrors the status CHECK in migration 061.

Extensions

OrgIntegrationPatterns on OrgIntegration
Adds pattern-matching-related methods to OrgIntegration.