Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@withonevision/omnihive-core

Package Overview
Dependencies
Maintainers
2
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withonevision/omnihive-core - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3-dev.4

factories/CoreServiceFactory.d.ts

6

enums/HiveWorkerType.d.ts

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc