UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

16 lines 990 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServicePointFeaturesEnumSchema = exports.ServicePointFeaturesEnum = void 0; const tslib_1 = require("tslib"); const joi_1 = tslib_1.__importDefault(require("joi")); var ServicePointFeaturesEnum; (function (ServicePointFeaturesEnum) { ServicePointFeaturesEnum["DropOffPoint"] = "drop_off_point"; ServicePointFeaturesEnum["PickupPoint"] = "pickup_point"; ServicePointFeaturesEnum["PrintServices"] = "print_services"; ServicePointFeaturesEnum["AfterHoursLocker"] = "after_hours_locker"; ServicePointFeaturesEnum["AfterHoursDropbox"] = "after_hours_dropbox"; ServicePointFeaturesEnum["NoBoxNoLabel"] = "no_box_no_label"; })(ServicePointFeaturesEnum || (exports.ServicePointFeaturesEnum = ServicePointFeaturesEnum = {})); exports.ServicePointFeaturesEnumSchema = joi_1.default.string().valid(...Object.values(ServicePointFeaturesEnum)); //# sourceMappingURL=service-point-feature.js.map