@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
13 lines • 614 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LabelFormatsEnumSchema = exports.LabelFormatsEnum = void 0;
const tslib_1 = require("tslib");
const joi_1 = tslib_1.__importDefault(require("joi"));
var LabelFormatsEnum;
(function (LabelFormatsEnum) {
LabelFormatsEnum["PDF"] = "PDF";
LabelFormatsEnum["ZPL"] = "ZPL";
LabelFormatsEnum["PNG"] = "PNG";
})(LabelFormatsEnum || (exports.LabelFormatsEnum = LabelFormatsEnum = {}));
exports.LabelFormatsEnumSchema = joi_1.default.string().valid(...Object.values(LabelFormatsEnum));
//# sourceMappingURL=label-formats.js.map