UNPKG

@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.

38 lines (37 loc) 759 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: all[name] }); } _export(exports, { CreatePrinterDto: function() { return CreatePrinterDto; }, PrinterDto: function() { return PrinterDto; } }); const _sharedconstants = require("../../shared.constants"); class CreatePrinterDto { name; apiKey; printerURL; printerType; } class PrinterDto extends _sharedconstants.IdDto { name; enabled; disabledReason; dateAdded; apiKey; username; password; printerURL; printerType; } //# sourceMappingURL=printer.dto.js.map