@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.
84 lines (83 loc) • 3.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "DITokens", {
enumerable: true,
get: function() {
return DITokens;
}
});
const DITokens = {
cradleService: "cradleService",
serverVersion: "serverVersion",
isTypeormMode: "isTypeormMode",
appDefaultRole: "appDefaultRole",
appDefaultRoleNoLogin: "appDefaultRoleNoLogin",
typeormService: "typeormService",
serverHost: "serverHost",
loggerFactory: "loggerFactory",
httpClientFactory: "httpClientFactory",
socketIoGateway: "socketIoGateway",
multerService: "multerService",
configService: "configService",
taskManagerService: "taskManagerService",
toadScheduler: "toadScheduler",
eventEmitter2: "eventEmitter2",
printerService: "printerService",
printerGroupService: "printerGroupService",
floorPositionService: "floorPositionService",
printCompletionService: "printCompletionService",
floorService: "floorService",
yamlService: "yamlService",
settingsService: "settingsService",
serverReleaseService: "serverReleaseService",
monsterPiService: "monsterPiService",
githubService: "githubService",
octokitService: "octokitService",
clientBundleService: "clientBundleService",
logDumpService: "logDumpService",
userTokenService: "userTokenService",
authService: "authService",
refreshTokenService: "refreshTokenService",
userService: "userService",
userRoleService: "userRoleService",
permissionService: "permissionService",
jwtService: "jwtService",
roleService: "roleService",
prusaLinkApi: "prusaLinkApi",
octoprintApi: "octoprintApi",
octoprintClient: "octoprintClient",
moonrakerApi: "moonrakerApi",
moonrakerClient: "moonrakerClient",
cameraStreamService: "cameraStreamService",
socketFactory: "socketFactory",
printerApiFactory: "printerApiFactory",
printerLogin: "printerLogin",
batchCallService: "batchCallService",
influxDbV2BaseService: "influxDbV2BaseService",
systemInfoBundleService: "systemInfoBundleService",
customGCodeService: "customGCodeService",
floorStore: "floorStore",
settingsStore: "settingsStore",
printerSocketStore: "printerSocketStore",
testPrinterSocketStore: "testPrinterSocketStore",
printerFilesStore: "printerFilesStore",
prusaLinkPollingAdapter: "prusaLinkPollingAdapter",
octoPrintSockIoAdapter: "octoPrintSockIoAdapter",
moonrakerWebsocketAdapter: "moonrakerWebsocketAdapter",
printerCache: "printerCache",
printerEventsCache: "printerEventsCache",
printerThumbnailCache: "printerThumbnailCache",
fileCache: "fileCache",
fileUploadTrackerCache: "fileUploadTrackerCache",
bootTask: "bootTask",
softwareUpdateTask: "softwareUpdateTask",
clientDistDownloadTask: "clientDistDownloadTask",
socketIoTask: "socketIoTask",
printCompletionSocketIoTask: "printCompletionSocketIoTask",
printerWebsocketTask: "printerWebsocketTask",
printerWebsocketRestoreTask: "printerWebsocketRestoreTask",
printerFileCleanTask: "printerFileCleanTask"
};
//# sourceMappingURL=container.tokens.js.map