@withonevision/omnihive-core
Advanced tools
Comparing version 4.0.2 to 4.0.3-dev.4
@@ -8,3 +8,3 @@ export declare enum HiveWorkerType { | ||
Error = "error", | ||
FeatureFlag = "featureFlag", | ||
Feature = "feature", | ||
FileSystem = "fileSystem", | ||
@@ -18,2 +18,3 @@ GraphBuilder = "graphBuilder", | ||
RestEndpointFunction = "restEndpointFunction", | ||
Server = "server", | ||
Storage = "storage", | ||
@@ -23,5 +24,4 @@ TaskFunction = "taskFunction", | ||
User = "user", | ||
Unknown = "unknown", | ||
WorkflowFunction = "workflowFunction" | ||
Unknown = "unknown" | ||
} | ||
//# sourceMappingURL=HiveWorkerType.d.ts.map |
@@ -12,3 +12,3 @@ "use strict"; | ||
HiveWorkerType["Error"] = "error"; | ||
HiveWorkerType["FeatureFlag"] = "featureFlag"; | ||
HiveWorkerType["Feature"] = "feature"; | ||
HiveWorkerType["FileSystem"] = "fileSystem"; | ||
@@ -22,2 +22,3 @@ HiveWorkerType["GraphBuilder"] = "graphBuilder"; | ||
HiveWorkerType["RestEndpointFunction"] = "restEndpointFunction"; | ||
HiveWorkerType["Server"] = "server"; | ||
HiveWorkerType["Storage"] = "storage"; | ||
@@ -28,4 +29,3 @@ HiveWorkerType["TaskFunction"] = "taskFunction"; | ||
HiveWorkerType["Unknown"] = "unknown"; | ||
HiveWorkerType["WorkflowFunction"] = "workflowFunction"; | ||
})(HiveWorkerType = exports.HiveWorkerType || (exports.HiveWorkerType = {})); | ||
//# sourceMappingURL=HiveWorkerType.js.map |
@@ -1,11 +0,7 @@ | ||
import { StoredProcSchema } from "../models/StoredProcSchema"; | ||
import { TableSchema } from "../models/TableSchema"; | ||
import { ConnectionSchema } from "../models/ConnectionSchema"; | ||
import { IDatabaseWorker } from "./IDatabaseWorker"; | ||
import { IHiveWorker } from "./IHiveWorker"; | ||
export interface IGraphBuildWorker extends IHiveWorker { | ||
buildDatabaseWorkerSchema: (databaseWorker: IDatabaseWorker, schema: { | ||
tables: TableSchema[]; | ||
storedProcs: StoredProcSchema[]; | ||
}) => string; | ||
buildDatabaseWorkerSchema: (databaseWorker: IDatabaseWorker, connectionSchema: ConnectionSchema | undefined) => string; | ||
} | ||
//# sourceMappingURL=IGraphBuildWorker.d.ts.map |
@@ -5,7 +5,7 @@ export declare class HiveWorkerMetadataDatabase { | ||
databaseName: string; | ||
graphEndpoint: string; | ||
userName: string; | ||
password: string; | ||
generatorPrefix: string; | ||
rowLimit: number; | ||
} | ||
//# sourceMappingURL=HiveWorkerMetadataDatabase.d.ts.map |
@@ -9,5 +9,5 @@ "use strict"; | ||
this.databaseName = ""; | ||
this.graphEndpoint = ""; | ||
this.userName = ""; | ||
this.password = ""; | ||
this.generatorPrefix = ""; | ||
this.rowLimit = 0; | ||
@@ -14,0 +14,0 @@ } |
export declare class ServerConfigSettings { | ||
adminPassword: string; | ||
serverGroupName: string; | ||
developerMode: boolean; | ||
enableGraphPlayground: boolean; | ||
enableSwagger: boolean; | ||
portNumber: number; | ||
@@ -8,0 +5,0 @@ rootUrl: string; |
@@ -8,5 +8,2 @@ "use strict"; | ||
this.serverGroupName = ""; | ||
this.developerMode = false; | ||
this.enableGraphPlayground = true; | ||
this.enableSwagger = true; | ||
this.portNumber = 3001; | ||
@@ -13,0 +10,0 @@ this.rootUrl = ""; |
@@ -8,4 +8,7 @@ import { HiveWorker } from "./HiveWorker"; | ||
}; | ||
features: { | ||
[key: string]: unknown; | ||
}; | ||
workers: HiveWorker[]; | ||
} | ||
//# sourceMappingURL=ServerSettings.d.ts.map |
@@ -9,2 +9,3 @@ "use strict"; | ||
this.constants = {}; | ||
this.features = {}; | ||
this.workers = []; | ||
@@ -11,0 +12,0 @@ } |
{ | ||
"name": "@withonevision/omnihive-core", | ||
"version": "4.0.2", | ||
"version": "4.0.3-dev.4", | ||
"description": "OmniHive Core", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"graphql": "15.4.0", | ||
"graphql": "15.5.0", | ||
"serialize-error": "8.0.1" | ||
@@ -13,0 +13,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
968623
231
1172
2
+ Addedgraphql@15.5.0(transitive)
- Removedgraphql@15.4.0(transitive)
Updatedgraphql@15.5.0