@fdm-monster/server
Version:
FDM Monster is a bulk OctoPrint manager to set up, configure and monitor 3D printers. Our aim is to provide extremely optimized websocket performance and reliability.
17 lines (16 loc) • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "updateClientBundleSchema", {
enumerable: true,
get: function() {
return updateClientBundleSchema;
}
});
const _zod = require("zod");
const updateClientBundleSchema = _zod.z.object({
downloadRelease: _zod.z.string().optional(),
allowDowngrade: _zod.z.boolean().default(false)
});
//# sourceMappingURL=server-private.validation.js.map