@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LabelSizesEnumSchema = exports.LabelSizesEnum = void 0;
const tslib_1 = require("tslib");
const joi_1 = tslib_1.__importDefault(require("joi"));
var LabelSizesEnum;
(function (LabelSizesEnum) {
LabelSizesEnum["Inches4x6"] = "Inches4x6";
LabelSizesEnum["Inches4x8"] = "Inches4x8";
})(LabelSizesEnum || (exports.LabelSizesEnum = LabelSizesEnum = {}));
exports.LabelSizesEnumSchema = joi_1.default.string().valid(...Object.values(LabelSizesEnum));
//# sourceMappingURL=label-sizes.js.map