@itwin/core-bentley
Advanced tools
Comparing version 3.0.0-dev.77 to 3.0.0-dev.78
@@ -56,3 +56,2 @@ /** @packageDocumentation | ||
NoMultiTxnOperation = 65571, | ||
NotDgnMarkupProject = 65572, | ||
NotEnabled = 65573, | ||
@@ -267,5 +266,5 @@ NotFound = 65574, | ||
EventSubscriptionAlreadyExists = 102434, | ||
ProjectIdIsNotSpecified = 102435, | ||
FailedToGetProjectPermissions = 102436, | ||
FailedToGetProjectMembers = 102437, | ||
ITwinIdIsNotSpecified = 102435, | ||
FailedToGetITwinPermissions = 102436, | ||
FailedToGetITwinMembers = 102437, | ||
ChangeSetAlreadyHasVersion = 102438, | ||
@@ -275,3 +274,3 @@ VersionAlreadyExists = 102439, | ||
ConflictsAggregate = 102441, | ||
FailedToGetProjectById = 102442, | ||
FailedToGetITwinById = 102442, | ||
DatabaseOperationFailed = 102443, | ||
@@ -281,3 +280,3 @@ SeedFileInitializationFailed = 102444, | ||
FailedToGetAssetMembers = 102446, | ||
ContextDoesNotExist = 102447, | ||
ITwinDoesNotExist = 102447, | ||
FailedToGetProductSettings = 102448, | ||
@@ -284,0 +283,0 @@ LockChunkDoesNotExist = 102449, |
@@ -66,3 +66,2 @@ "use strict"; | ||
IModelStatus[IModelStatus["NoMultiTxnOperation"] = 65571] = "NoMultiTxnOperation"; | ||
IModelStatus[IModelStatus["NotDgnMarkupProject"] = 65572] = "NotDgnMarkupProject"; | ||
IModelStatus[IModelStatus["NotEnabled"] = 65573] = "NotEnabled"; | ||
@@ -283,5 +282,5 @@ IModelStatus[IModelStatus["NotFound"] = 65574] = "NotFound"; | ||
IModelHubStatus[IModelHubStatus["EventSubscriptionAlreadyExists"] = 102434] = "EventSubscriptionAlreadyExists"; | ||
IModelHubStatus[IModelHubStatus["ProjectIdIsNotSpecified"] = 102435] = "ProjectIdIsNotSpecified"; | ||
IModelHubStatus[IModelHubStatus["FailedToGetProjectPermissions"] = 102436] = "FailedToGetProjectPermissions"; | ||
IModelHubStatus[IModelHubStatus["FailedToGetProjectMembers"] = 102437] = "FailedToGetProjectMembers"; | ||
IModelHubStatus[IModelHubStatus["ITwinIdIsNotSpecified"] = 102435] = "ITwinIdIsNotSpecified"; | ||
IModelHubStatus[IModelHubStatus["FailedToGetITwinPermissions"] = 102436] = "FailedToGetITwinPermissions"; | ||
IModelHubStatus[IModelHubStatus["FailedToGetITwinMembers"] = 102437] = "FailedToGetITwinMembers"; | ||
IModelHubStatus[IModelHubStatus["ChangeSetAlreadyHasVersion"] = 102438] = "ChangeSetAlreadyHasVersion"; | ||
@@ -291,3 +290,3 @@ IModelHubStatus[IModelHubStatus["VersionAlreadyExists"] = 102439] = "VersionAlreadyExists"; | ||
IModelHubStatus[IModelHubStatus["ConflictsAggregate"] = 102441] = "ConflictsAggregate"; | ||
IModelHubStatus[IModelHubStatus["FailedToGetProjectById"] = 102442] = "FailedToGetProjectById"; | ||
IModelHubStatus[IModelHubStatus["FailedToGetITwinById"] = 102442] = "FailedToGetITwinById"; | ||
IModelHubStatus[IModelHubStatus["DatabaseOperationFailed"] = 102443] = "DatabaseOperationFailed"; | ||
@@ -297,3 +296,3 @@ IModelHubStatus[IModelHubStatus["SeedFileInitializationFailed"] = 102444] = "SeedFileInitializationFailed"; | ||
IModelHubStatus[IModelHubStatus["FailedToGetAssetMembers"] = 102446] = "FailedToGetAssetMembers"; | ||
IModelHubStatus[IModelHubStatus["ContextDoesNotExist"] = 102447] = "ContextDoesNotExist"; | ||
IModelHubStatus[IModelHubStatus["ITwinDoesNotExist"] = 102447] = "ITwinDoesNotExist"; | ||
IModelHubStatus[IModelHubStatus["FailedToGetProductSettings"] = 102448] = "FailedToGetProductSettings"; | ||
@@ -405,3 +404,2 @@ IModelHubStatus[IModelHubStatus["LockChunkDoesNotExist"] = 102449] = "LockChunkDoesNotExist"; | ||
case IModelStatus.NoMultiTxnOperation: return "NoMultiTxnOperation"; | ||
case IModelStatus.NotDgnMarkupProject: return "NotDgnMarkupProject"; | ||
case IModelStatus.NotEnabled: return "Not Enabled"; | ||
@@ -612,5 +610,5 @@ case IModelStatus.NotFound: return "Not Found"; | ||
case IModelHubStatus.EventSubscriptionAlreadyExists: return "Event subscription already exists"; | ||
case IModelHubStatus.ProjectIdIsNotSpecified: return "Project Id is not specified"; | ||
case IModelHubStatus.FailedToGetProjectPermissions: return "Failed to get project permissions"; | ||
case IModelHubStatus.FailedToGetProjectMembers: return "Failed to get project members"; | ||
case IModelHubStatus.ITwinIdIsNotSpecified: return "ITwin Id is not specified"; | ||
case IModelHubStatus.FailedToGetITwinPermissions: return "Failed to get iTwin permissions"; | ||
case IModelHubStatus.FailedToGetITwinMembers: return "Failed to get iTwin members"; | ||
case IModelHubStatus.FailedToGetAssetPermissions: return "Failed to get asset permissions"; | ||
@@ -622,6 +620,6 @@ case IModelHubStatus.FailedToGetAssetMembers: return "Failed to get asset members"; | ||
case IModelHubStatus.ConflictsAggregate: return "Codes or locks are owned by another briefcase"; | ||
case IModelHubStatus.FailedToGetProjectById: return "Failed to query project by its id"; | ||
case IModelHubStatus.FailedToGetITwinById: return "Failed to query iTwin by its id"; | ||
case IModelHubStatus.FailedToGetProductSettings: return "Failed to get product settings"; | ||
case IModelHubStatus.DatabaseOperationFailed: return "Database operation has failed"; | ||
case IModelHubStatus.ContextDoesNotExist: return "Context does not exist"; | ||
case IModelHubStatus.ITwinDoesNotExist: return "ITwin does not exist"; | ||
case IModelHubStatus.UndefinedArgumentError: return "Undefined argument"; | ||
@@ -628,0 +626,0 @@ case IModelHubStatus.InvalidArgumentError: return "Invalid argument"; |
@@ -5,2 +5,7 @@ /** @packageDocumentation | ||
import { OrderedComparator } from "./Compare"; | ||
/** | ||
* Derived from: | ||
* Licensed under MIT. Copyright (c) 2010 Rasmus Andersson <http://hunch.se/> | ||
* See README.md at https://github.com/rsms/js-lru for details. | ||
*/ | ||
/** An entry holds the key and value, and pointers to any older and newer entries. | ||
@@ -7,0 +12,0 @@ * @public |
@@ -12,3 +12,3 @@ "use strict"; | ||
const Dictionary_1 = require("./Dictionary"); | ||
/* | ||
/** | ||
* Derived from: | ||
@@ -15,0 +15,0 @@ * Licensed under MIT. Copyright (c) 2010 Rasmus Andersson <http://hunch.se/> |
{ | ||
"name": "@itwin/core-bentley", | ||
"version": "3.0.0-dev.77", | ||
"version": "3.0.0-dev.78", | ||
"description": "Bentley JavaScript core components", | ||
@@ -24,4 +24,4 @@ "main": "lib/core-bentley.js", | ||
"devDependencies": { | ||
"@itwin/build-tools": "3.0.0-dev.77", | ||
"@itwin/eslint-plugin": "3.0.0-dev.77", | ||
"@itwin/build-tools": "3.0.0-dev.78", | ||
"@itwin/eslint-plugin": "3.0.0-dev.78", | ||
"@types/chai": "^4.1.4", | ||
@@ -28,0 +28,0 @@ "@types/chai-as-promised": "^7", |
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
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
7515
813666