Socket
Socket
Sign inDemoInstall

@bentley/bentleyjs-core

Package Overview
Dependencies
0
Maintainers
4
Versions
524
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-dev.63 to 3.0.0-dev.64

7

CHANGELOG.md
# Change Log - @bentley/bentleyjs-core
This log was last generated on Wed, 15 Sep 2021 18:06:46 GMT and should not be manually modified.
This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
## 2.19.13
Tue, 21 Sep 2021 21:06:40 GMT
_Version update only_
## 2.19.12

@@ -6,0 +11,0 @@ Wed, 15 Sep 2021 18:06:46 GMT

36

lib/BentleyError.d.ts

@@ -225,24 +225,2 @@ /** @packageDocumentation

}
/** Server returned WSG errors
* @beta Right name? Right package?
*/
export declare enum WSStatus {
Success = 0,
WSERROR_BASE = 98304,
Unknown = 98305,
LoginFailed = 98306,
SslRequired = 98307,
NotEnoughRights = 98308,
RepositoryNotFound = 98309,
SchemaNotFound = 98310,
ClassNotFound = 98311,
PropertyNotFound = 98312,
InstanceNotFound = 98313,
FileNotFound = 98314,
NotSupported = 98315,
NoServerLicense = 98316,
NoClientLicense = 98317,
TooManyBadLoginAttempts = 98318,
LoginRequired = 98319
}
/** iModelHub Services Errors

@@ -322,16 +300,2 @@ * @beta Right package?

}
/** iModel.js Extensions
* @beta
*/
export declare enum ExtensionStatus {
Success = 0,
EXTENSIONSTATUS_BASE = 143360,
UnknownError = 143361,
BadRequest = 143362,
ExtensionNotFound = 143363,
BadExtension = 143364,
ExtensionAlreadyExists = 143365,
UploadError = 143366,
DownloadError = 143367
}
/** GeoServiceStatus errors

@@ -338,0 +302,0 @@ * @public

@@ -10,3 +10,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.BentleyError = exports.GeoServiceStatus = exports.ExtensionStatus = exports.AuthStatus = exports.IModelHubStatus = exports.WSStatus = exports.HttpStatus = exports.RepositoryStatus = exports.ChangeSetStatus = exports.RpcInterfaceStatus = exports.BriefcaseStatus = exports.IModelStatus = exports.BentleyStatus = void 0;
exports.BentleyError = exports.GeoServiceStatus = exports.AuthStatus = exports.IModelHubStatus = exports.HttpStatus = exports.RepositoryStatus = exports.ChangeSetStatus = exports.RpcInterfaceStatus = exports.BriefcaseStatus = exports.IModelStatus = exports.BentleyStatus = void 0;
const BeSQLite_1 = require("./BeSQLite");

@@ -241,25 +241,2 @@ /** Standard status code.

})(HttpStatus = exports.HttpStatus || (exports.HttpStatus = {}));
/** Server returned WSG errors
* @beta Right name? Right package?
*/
var WSStatus;
(function (WSStatus) {
WSStatus[WSStatus["Success"] = 0] = "Success";
WSStatus[WSStatus["WSERROR_BASE"] = 98304] = "WSERROR_BASE";
WSStatus[WSStatus["Unknown"] = 98305] = "Unknown";
WSStatus[WSStatus["LoginFailed"] = 98306] = "LoginFailed";
WSStatus[WSStatus["SslRequired"] = 98307] = "SslRequired";
WSStatus[WSStatus["NotEnoughRights"] = 98308] = "NotEnoughRights";
WSStatus[WSStatus["RepositoryNotFound"] = 98309] = "RepositoryNotFound";
WSStatus[WSStatus["SchemaNotFound"] = 98310] = "SchemaNotFound";
WSStatus[WSStatus["ClassNotFound"] = 98311] = "ClassNotFound";
WSStatus[WSStatus["PropertyNotFound"] = 98312] = "PropertyNotFound";
WSStatus[WSStatus["InstanceNotFound"] = 98313] = "InstanceNotFound";
WSStatus[WSStatus["FileNotFound"] = 98314] = "FileNotFound";
WSStatus[WSStatus["NotSupported"] = 98315] = "NotSupported";
WSStatus[WSStatus["NoServerLicense"] = 98316] = "NoServerLicense";
WSStatus[WSStatus["NoClientLicense"] = 98317] = "NoClientLicense";
WSStatus[WSStatus["TooManyBadLoginAttempts"] = 98318] = "TooManyBadLoginAttempts";
WSStatus[WSStatus["LoginRequired"] = 98319] = "LoginRequired";
})(WSStatus = exports.WSStatus || (exports.WSStatus = {}));
/** iModelHub Services Errors

@@ -342,17 +319,2 @@ * @beta Right package?

})(AuthStatus = exports.AuthStatus || (exports.AuthStatus = {}));
/** iModel.js Extensions
* @beta
*/
var ExtensionStatus;
(function (ExtensionStatus) {
ExtensionStatus[ExtensionStatus["Success"] = 0] = "Success";
ExtensionStatus[ExtensionStatus["EXTENSIONSTATUS_BASE"] = 143360] = "EXTENSIONSTATUS_BASE";
ExtensionStatus[ExtensionStatus["UnknownError"] = 143361] = "UnknownError";
ExtensionStatus[ExtensionStatus["BadRequest"] = 143362] = "BadRequest";
ExtensionStatus[ExtensionStatus["ExtensionNotFound"] = 143363] = "ExtensionNotFound";
ExtensionStatus[ExtensionStatus["BadExtension"] = 143364] = "BadExtension";
ExtensionStatus[ExtensionStatus["ExtensionAlreadyExists"] = 143365] = "ExtensionAlreadyExists";
ExtensionStatus[ExtensionStatus["UploadError"] = 143366] = "UploadError";
ExtensionStatus[ExtensionStatus["DownloadError"] = 143367] = "DownloadError";
})(ExtensionStatus = exports.ExtensionStatus || (exports.ExtensionStatus = {}));
/** GeoServiceStatus errors

@@ -606,16 +568,2 @@ * @public

case HttpStatus.ServerError: return "HTTP Server error";
case WSStatus.Unknown: return "Unknown error";
case WSStatus.ClassNotFound: return "Class not found";
case WSStatus.FileNotFound: return "File not found";
case WSStatus.InstanceNotFound: return "Instance not found";
case WSStatus.LoginFailed: return "Login failed";
case WSStatus.NoClientLicense: return "No client license";
case WSStatus.NoServerLicense: return "No server license";
case WSStatus.NotEnoughRights: return "Not enough rights";
case WSStatus.NotSupported: return "Not supported";
case WSStatus.PropertyNotFound: return "Property not found";
case WSStatus.RepositoryNotFound: return "Repository not found";
case WSStatus.SchemaNotFound: return "Schema not found";
case WSStatus.SslRequired: return "SSL required";
case WSStatus.TooManyBadLoginAttempts: return "Too many bad login attempts";
case IModelHubStatus.Unknown: return "Unknown error";

@@ -676,8 +624,2 @@ case IModelHubStatus.MissingRequiredProperties: return "Missing required properties";

case AuthStatus.Error: return "Authorization error";
case ExtensionStatus.UnknownError: return "Unknown error from backend";
case ExtensionStatus.BadExtension: return "Bad file extension";
case ExtensionStatus.BadRequest: return "Bad request";
case ExtensionStatus.ExtensionAlreadyExists: return "Extension with the given name and version already exists";
case ExtensionStatus.ExtensionNotFound: return "Extension not found";
case ExtensionStatus.UploadError: return "Failed to upload file";
case GeoServiceStatus.NoGeoLocation: return "No GeoLocation";

@@ -684,0 +626,0 @@ case GeoServiceStatus.OutOfUsefulRange: return "Out of useful range";

@@ -171,20 +171,9 @@ /** @packageDocumentation

}
/** Options that specify how to apply ChangeSets.
* @public
/**
* @internal
*/
export declare enum ChangeSetApplyOption {
/** ChangeSet won't be used. */
None = 0,
/** ChangeSet will be merged into the Db */
Merge = 1,
/**
* ChangeSet will be reversed from the Db
* @deprecated
*/
Reverse = 2,
/** ChangeSet will be reinstated into the Db
* @deprecated
*/
Reinstate = 3
Reverse = 2
}
//# sourceMappingURL=BeSQLite.d.ts.map

@@ -184,21 +184,10 @@ "use strict";

/* eslint-enable @typescript-eslint/naming-convention */
/** Options that specify how to apply ChangeSets.
* @public
/**
* @internal
*/
var ChangeSetApplyOption;
(function (ChangeSetApplyOption) {
/** ChangeSet won't be used. */
ChangeSetApplyOption[ChangeSetApplyOption["None"] = 0] = "None";
/** ChangeSet will be merged into the Db */
ChangeSetApplyOption[ChangeSetApplyOption["Merge"] = 1] = "Merge";
/**
* ChangeSet will be reversed from the Db
* @deprecated
*/
ChangeSetApplyOption[ChangeSetApplyOption["Reverse"] = 2] = "Reverse";
/** ChangeSet will be reinstated into the Db
* @deprecated
*/
ChangeSetApplyOption[ChangeSetApplyOption["Reinstate"] = 3] = "Reinstate";
})(ChangeSetApplyOption = exports.ChangeSetApplyOption || (exports.ChangeSetApplyOption = {}));
//# sourceMappingURL=BeSQLite.js.map

@@ -51,8 +51,2 @@ /** @packageDocumentation

};
/** Setup use of this context for the next RPC call
* @internal
*/
private _useContextForRpc;
get useContextForRpc(): boolean;
set useContextForRpc(value: boolean);
/** @internal */

@@ -59,0 +53,0 @@ toJSON(): ClientRequestContextProps;

@@ -27,3 +27,2 @@ "use strict";

this.sessionId = sessionId;
this._useContextForRpc = false;
}

@@ -41,4 +40,2 @@ /** Use this for logging for ClientRequestContext.

}
get useContextForRpc() { return this._useContextForRpc; }
set useContextForRpc(value) { this._useContextForRpc = value; }
/** @internal */

@@ -45,0 +42,0 @@ toJSON() {

@@ -0,0 +0,0 @@ # MIT License

{
"name": "@bentley/bentleyjs-core",
"version": "3.0.0-dev.63",
"version": "3.0.0-dev.64",
"description": "Bentley JavaScript core components",

@@ -24,4 +24,4 @@ "main": "lib/bentleyjs-core.js",

"devDependencies": {
"@bentley/build-tools": "3.0.0-dev.63",
"@bentley/eslint-plugin": "3.0.0-dev.63",
"@bentley/build-tools": "3.0.0-dev.64",
"@bentley/eslint-plugin": "3.0.0-dev.64",
"@types/chai": "^4.1.4",

@@ -28,0 +28,0 @@ "@types/chai-as-promised": "^7",

@@ -0,0 +0,0 @@ # @bentley/bentleyjs-core

@@ -0,0 +0,0 @@ # Third-Party Code

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc