Skip to main content
Version: v0.0.2

Variable: MAINTENANCE_TYPE_CODES

const MAINTENANCE_TYPE_CODES: CodeListSnapshot

Bundled INS-03 (Maintenance Type) snapshot. Used by the 834 helper to surface a human-readable description alongside the verbatim maintenance code, and to drive the X12_834_UNKNOWN_MAINTENANCE_TYPE warning when a code falls outside this set.

Example

import { MAINTENANCE_TYPE_CODES } from "@cosyte/x12";
MAINTENANCE_TYPE_CODES.codes["021"]; // "Addition"
MAINTENANCE_TYPE_CODES.codes["024"]; // "Cancellation or Termination"