@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
16 lines • 948 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeeklyHoursOfOperationSchema = void 0;
const tslib_1 = require("tslib");
const joi_1 = tslib_1.__importDefault(require("joi"));
const hours_of_operation_schema_1 = require("./hours-of-operation-schema");
exports.WeeklyHoursOfOperationSchema = joi_1.default.object({
monday: hours_of_operation_schema_1.HoursOfOperationSchema.optional(),
tuesday: hours_of_operation_schema_1.HoursOfOperationSchema.optional(),
wednesday: hours_of_operation_schema_1.HoursOfOperationSchema.optional(),
thursday: hours_of_operation_schema_1.HoursOfOperationSchema.optional(),
friday: hours_of_operation_schema_1.HoursOfOperationSchema.optional(),
saturday: hours_of_operation_schema_1.HoursOfOperationSchema.optional(),
sunday: hours_of_operation_schema_1.HoursOfOperationSchema.optional(),
});
//# sourceMappingURL=weekly-hours-of-operation-schema.js.map