@itwin/core-bentley
Advanced tools
Comparing version 5.0.0-dev.67 to 5.0.0-dev.68
@@ -268,2 +268,5 @@ /** @packageDocumentation | ||
CSMapError = 147461, | ||
/** | ||
* @deprecated in 5.0. This status is never returned. | ||
*/ | ||
Pending = 147462 | ||
@@ -270,0 +273,0 @@ } |
@@ -288,2 +288,5 @@ "use strict"; | ||
GeoServiceStatus[GeoServiceStatus["CSMapError"] = 147461] = "CSMapError"; | ||
/** | ||
* @deprecated in 5.0. This status is never returned. | ||
*/ | ||
GeoServiceStatus[GeoServiceStatus["Pending"] = 147462] = "Pending"; | ||
@@ -600,3 +603,3 @@ })(GeoServiceStatus || (exports.GeoServiceStatus = GeoServiceStatus = {})); | ||
case GeoServiceStatus.CSMapError: return "CSMap error"; | ||
case GeoServiceStatus.Pending: return "Pending"; | ||
case GeoServiceStatus.Pending: return "Pending"; // eslint-disable-line @typescript-eslint/no-deprecated | ||
case RealityDataStatus.InvalidData: return "Invalid or unknown data"; | ||
@@ -603,0 +606,0 @@ case BeSQLite_1.DbResult.BE_SQLITE_OK: |
@@ -399,3 +399,3 @@ "use strict"; | ||
case BentleyError_1.GeoServiceStatus.CSMapError: return new InternalError(); | ||
case BentleyError_1.GeoServiceStatus.Pending: return new Pending(); | ||
case BentleyError_1.GeoServiceStatus.Pending: return new Pending(); // eslint-disable-line @typescript-eslint/no-deprecated | ||
case BentleyError_1.RealityDataStatus.Success: return new Success(); | ||
@@ -402,0 +402,0 @@ case BentleyError_1.RealityDataStatus.InvalidData: return new InvalidData(); |
@@ -268,2 +268,5 @@ /** @packageDocumentation | ||
CSMapError = 147461, | ||
/** | ||
* @deprecated in 5.0. This status is never returned. | ||
*/ | ||
Pending = 147462 | ||
@@ -270,0 +273,0 @@ } |
@@ -285,2 +285,5 @@ /*--------------------------------------------------------------------------------------------- | ||
GeoServiceStatus[GeoServiceStatus["CSMapError"] = 147461] = "CSMapError"; | ||
/** | ||
* @deprecated in 5.0. This status is never returned. | ||
*/ | ||
GeoServiceStatus[GeoServiceStatus["Pending"] = 147462] = "Pending"; | ||
@@ -597,3 +600,3 @@ })(GeoServiceStatus || (GeoServiceStatus = {})); | ||
case GeoServiceStatus.CSMapError: return "CSMap error"; | ||
case GeoServiceStatus.Pending: return "Pending"; | ||
case GeoServiceStatus.Pending: return "Pending"; // eslint-disable-line @typescript-eslint/no-deprecated | ||
case RealityDataStatus.InvalidData: return "Invalid or unknown data"; | ||
@@ -600,0 +603,0 @@ case DbResult.BE_SQLITE_OK: |
@@ -393,3 +393,3 @@ /*--------------------------------------------------------------------------------------------- | ||
case GeoServiceStatus.CSMapError: return new InternalError(); | ||
case GeoServiceStatus.Pending: return new Pending(); | ||
case GeoServiceStatus.Pending: return new Pending(); // eslint-disable-line @typescript-eslint/no-deprecated | ||
case RealityDataStatus.Success: return new Success(); | ||
@@ -396,0 +396,0 @@ case RealityDataStatus.InvalidData: return new InvalidData(); |
{ | ||
"name": "@itwin/core-bentley", | ||
"version": "5.0.0-dev.67", | ||
"version": "5.0.0-dev.68", | ||
"description": "Bentley JavaScript core components", | ||
@@ -28,8 +28,8 @@ "main": "lib/cjs/core-bentley.js", | ||
"@types/node": "~20.17.0", | ||
"@vitest/coverage-v8": "^3.0.5", | ||
"@vitest/coverage-v8": "^3.0.6", | ||
"eslint": "^9.13.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "~5.6.2", | ||
"vitest": "^3.0.5", | ||
"@itwin/build-tools": "5.0.0-dev.67" | ||
"vitest": "^3.0.6", | ||
"@itwin/build-tools": "5.0.0-dev.68" | ||
}, | ||
@@ -36,0 +36,0 @@ "nyc": { |
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
2025543
18836