UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

20 lines 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RegulationSetTypes = void 0; /** @description Name of the regulatory authority for dangerous goods */ var RegulationSetTypes; (function (RegulationSetTypes) { /** @description International Air Transport Association */ RegulationSetTypes["IATA"] = "iata"; /** @description European Agreement concerning the International Carriage of Dangerous Goods by Road */ RegulationSetTypes["ADR"] = "adr"; /** @description International Maritime Dangerous Goods */ RegulationSetTypes["IMDG"] = "imdg"; /** @description Code of Federal Regulations Title 49 */ RegulationSetTypes["CFR49"] = "cfr49"; /** @description Regulations concerning the International Carriage of Dangerous Goods by Rail */ RegulationSetTypes["RID"] = "rid"; /** @description Transportation of Dangerous Goods (Canada) */ RegulationSetTypes["TDG"] = "tdg"; })(RegulationSetTypes || (exports.RegulationSetTypes = RegulationSetTypes = {})); //# sourceMappingURL=regulation-set-types.js.map