@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
28 lines • 1.57 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegulationLevelTypesV2 = 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 = {}));
/** @description Types of regulation level defined for dangerous good (V2) */
var RegulationLevelTypesV2;
(function (RegulationLevelTypesV2) {
/** @description lightly regulated */
RegulationLevelTypesV2["LightlyRegulated"] = "lightly_regulated";
/** @description fully regualted */
RegulationLevelTypesV2["FullyRegulated"] = "fully_regulated";
/** @description limited quantity regulated */
RegulationLevelTypesV2["LimitedQuantity"] = "limited_quantity";
/** @description excepted quantity regulated */
RegulationLevelTypesV2["ExceptedQuantity"] = "excepted_quantity";
})(RegulationLevelTypesV2 || (exports.RegulationLevelTypesV2 = RegulationLevelTypesV2 = {}));
//# sourceMappingURL=regulation-level-types.js.map