UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

41 lines (39 loc) 1.67 kB
var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/gen/interface/components/i-inland-ship-type.ts var i_inland_ship_type_exports = {}; __export(i_inland_ship_type_exports, { IInlandShipType: () => IInlandShipType }); module.exports = __toCommonJS(i_inland_ship_type_exports); var IInlandShipType = /* @__PURE__ */ ((IInlandShipType2) => { IInlandShipType2["ib-eu-bu"] = "ib-eu-bu"; IInlandShipType2["ib-gr-bu"] = "ib-gr-bu"; IInlandShipType2["ib-jo-bu"] = "ib-jo-bu"; IInlandShipType2["ib-eu-ct"] = "ib-eu-ct"; IInlandShipType2["ib-gr-ct"] = "ib-gr-ct"; IInlandShipType2["ib-jo-ct"] = "ib-jo-ct"; IInlandShipType2["ib-pc-2x2-bu"] = "ib-pc-2x2-bu"; IInlandShipType2["ib-pc-2x2-ct"] = "ib-pc-2x2-ct"; return IInlandShipType2; })(IInlandShipType || {}); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { IInlandShipType }); //# sourceMappingURL=i-inland-ship-type.js.map