@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 731 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServicePointLocationTypeEnumSchema = exports.ServicePointLocationTypeEnum = void 0;
const tslib_1 = require("tslib");
const joi_1 = tslib_1.__importDefault(require("joi"));
var ServicePointLocationTypeEnum;
(function (ServicePointLocationTypeEnum) {
ServicePointLocationTypeEnum["PUDO"] = "pudo";
ServicePointLocationTypeEnum["Locker"] = "locker";
})(ServicePointLocationTypeEnum || (exports.ServicePointLocationTypeEnum = ServicePointLocationTypeEnum = {}));
exports.ServicePointLocationTypeEnumSchema = joi_1.default.string().valid(...Object.values(ServicePointLocationTypeEnum));
//# sourceMappingURL=service-point-location-type.js.map