@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
16 lines • 845 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegulationLevelTypes = void 0;
/** @description Types of regulation level defined for dangerous good */
var RegulationLevelTypes;
(function (RegulationLevelTypes) {
/** @description lightly regulated */
RegulationLevelTypes["LightlyRegulated"] = "lightly_regulated";
/** @description fully regualted */
RegulationLevelTypes["FullyRegulated"] = "fully_regulated";
/** @description limited quantities regulated */
RegulationLevelTypes["LimitedQuantities"] = "limited_quantities";
/** @description excepted quantity regulated */
RegulationLevelTypes["ExceptedQuantity"] = "excepted_quantity";
})(RegulationLevelTypes || (exports.RegulationLevelTypes = RegulationLevelTypes = {}));
//# sourceMappingURL=regulation-level-types.js.map