Module: Ecfr::Constants::ChangeTypes

Included in:
AdminService::Issue::Change, SearchService::ContentVersion::Result
Defined in:
lib/ecfr/constants.rb

Constant Summary collapse

KNOWN_CHANGE_TYPES =
{
  cross_references: "Regulations linked from the above-dated Federal Register:",
  delayed: "Regulations delayed in the above-dated Federal Register:",
  delayed_withdrawn: "Regulations delayed or withdrawn in the above-dated Federal Register:",
  delayed_withdrawn_extended: "Regulations delayed, withdrawn, or extended in the above-dated Federal Register:",
  effective: "Effective regulations inserted from the above-dated Federal Register:",
  effective_cross_references: "Regulations inserted that were previously linked and became effective on the date listed above:",
  expired: "Effective dates that expire on this date:",
  extended: "Regulations extended in the above-dated Federal Register",
  initial: "Initial import of this content - change type is indeterminate"
}