DomainVersionChangeType

  • Type: string enum

    Classification of the lifecycle event that produced a version. Values are: - registration_pending: the v1 row written when a registration starts - registered: the registry confirmed the create and the domain went active - renewed: a renewal extended the registration, advancing only the expiry - imported: an external inventory row was created from a non-sponsor lookup - synced: the freshness sweep refreshed an external row from the registry - auth_staged: a validated transfer auth code was attached to or replaced on a row - transfer_pending: an inbound transfer was requested and the row is awaiting the registry verdict - transferred: an inbound transfer was approved and the row became a sponsored registration - transfer_failed: an inbound transfer was refused and the row returned to external monitoring

    values
    • registration_pending = ChangeTypeRegistrationPending
    • registered = ChangeTypeRegistered
    • renewed = ChangeTypeRenewed
    • imported = ChangeTypeImported
    • synced = ChangeTypeSynced
    • auth_staged = ChangeTypeAuthStaged
    • transfer_pending = ChangeTypeTransferPending
    • transferred = ChangeTypeTransferred
    • transfer_failed = ChangeTypeTransferFailed