@itwin/rpcinterface-full-stack-tests 3.3.0-dev.26 → 3.3.0-dev.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/dist/bundled-tests.js +7 -36
- package/lib/dist/bundled-tests.js.map +1 -1
- package/package.json +14 -14
|
@@ -40097,7 +40097,7 @@ var DbResult;
|
|
|
40097
40097
|
* @module Errors
|
|
40098
40098
|
*/
|
|
40099
40099
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40100
|
-
exports.BentleyError = exports.RealityDataStatus = exports.GeoServiceStatus = exports.
|
|
40100
|
+
exports.BentleyError = exports.RealityDataStatus = exports.GeoServiceStatus = exports.IModelHubStatus = exports.HttpStatus = exports.RepositoryStatus = exports.ChangeSetStatus = exports.RpcInterfaceStatus = exports.BriefcaseStatus = exports.IModelStatus = exports.BentleyStatus = void 0;
|
|
40101
40101
|
const BeSQLite_1 = __webpack_require__(/*! ./BeSQLite */ "../../core/bentley/lib/cjs/BeSQLite.js");
|
|
40102
40102
|
/** Standard status code.
|
|
40103
40103
|
* This status code should be rarely used.
|
|
@@ -40393,15 +40393,6 @@ var IModelHubStatus;
|
|
|
40393
40393
|
IModelHubStatus[IModelHubStatus["FileNotFound"] = 102662] = "FileNotFound";
|
|
40394
40394
|
IModelHubStatus[IModelHubStatus["InitializationTimeout"] = 102663] = "InitializationTimeout";
|
|
40395
40395
|
})(IModelHubStatus = exports.IModelHubStatus || (exports.IModelHubStatus = {}));
|
|
40396
|
-
/** Authentication Errors
|
|
40397
|
-
* @beta Internal? Right package?
|
|
40398
|
-
*/
|
|
40399
|
-
var AuthStatus;
|
|
40400
|
-
(function (AuthStatus) {
|
|
40401
|
-
AuthStatus[AuthStatus["Success"] = 0] = "Success";
|
|
40402
|
-
AuthStatus[AuthStatus["AUTHSTATUS_BASE"] = 139264] = "AUTHSTATUS_BASE";
|
|
40403
|
-
AuthStatus[AuthStatus["Error"] = 139264] = "Error";
|
|
40404
|
-
})(AuthStatus = exports.AuthStatus || (exports.AuthStatus = {}));
|
|
40405
40396
|
/** GeoServiceStatus errors
|
|
40406
40397
|
* @public
|
|
40407
40398
|
*/
|
|
@@ -40718,7 +40709,6 @@ class BentleyError extends Error {
|
|
|
40718
40709
|
case IModelHubStatus.NotSupportedInBrowser: return "Not supported in browser";
|
|
40719
40710
|
case IModelHubStatus.FileHandlerNotSet: return "File handler is not set";
|
|
40720
40711
|
case IModelHubStatus.FileNotFound: return "File not found";
|
|
40721
|
-
case AuthStatus.Error: return "Authorization error";
|
|
40722
40712
|
case GeoServiceStatus.NoGeoLocation: return "No GeoLocation";
|
|
40723
40713
|
case GeoServiceStatus.OutOfUsefulRange: return "Out of useful range";
|
|
40724
40714
|
case GeoServiceStatus.OutOfMathematicalDomain: return "Out of mathematical domain";
|
|
@@ -41594,7 +41584,7 @@ var DbResult;
|
|
|
41594
41584
|
/*!**********************************************************!*\
|
|
41595
41585
|
!*** D:/vsts_a/1/s/core/bentley/lib/esm/BentleyError.js ***!
|
|
41596
41586
|
\**********************************************************/
|
|
41597
|
-
/*! exports provided: BentleyStatus, IModelStatus, BriefcaseStatus, RpcInterfaceStatus, ChangeSetStatus, RepositoryStatus, HttpStatus, IModelHubStatus,
|
|
41587
|
+
/*! exports provided: BentleyStatus, IModelStatus, BriefcaseStatus, RpcInterfaceStatus, ChangeSetStatus, RepositoryStatus, HttpStatus, IModelHubStatus, GeoServiceStatus, RealityDataStatus, BentleyError */
|
|
41598
41588
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
41599
41589
|
|
|
41600
41590
|
"use strict";
|
|
@@ -41607,7 +41597,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41607
41597
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RepositoryStatus", function() { return RepositoryStatus; });
|
|
41608
41598
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HttpStatus", function() { return HttpStatus; });
|
|
41609
41599
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IModelHubStatus", function() { return IModelHubStatus; });
|
|
41610
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AuthStatus", function() { return AuthStatus; });
|
|
41611
41600
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "GeoServiceStatus", function() { return GeoServiceStatus; });
|
|
41612
41601
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RealityDataStatus", function() { return RealityDataStatus; });
|
|
41613
41602
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BentleyError", function() { return BentleyError; });
|
|
@@ -41914,15 +41903,6 @@ var IModelHubStatus;
|
|
|
41914
41903
|
IModelHubStatus[IModelHubStatus["FileNotFound"] = 102662] = "FileNotFound";
|
|
41915
41904
|
IModelHubStatus[IModelHubStatus["InitializationTimeout"] = 102663] = "InitializationTimeout";
|
|
41916
41905
|
})(IModelHubStatus || (IModelHubStatus = {}));
|
|
41917
|
-
/** Authentication Errors
|
|
41918
|
-
* @beta Internal? Right package?
|
|
41919
|
-
*/
|
|
41920
|
-
var AuthStatus;
|
|
41921
|
-
(function (AuthStatus) {
|
|
41922
|
-
AuthStatus[AuthStatus["Success"] = 0] = "Success";
|
|
41923
|
-
AuthStatus[AuthStatus["AUTHSTATUS_BASE"] = 139264] = "AUTHSTATUS_BASE";
|
|
41924
|
-
AuthStatus[AuthStatus["Error"] = 139264] = "Error";
|
|
41925
|
-
})(AuthStatus || (AuthStatus = {}));
|
|
41926
41906
|
/** GeoServiceStatus errors
|
|
41927
41907
|
* @public
|
|
41928
41908
|
*/
|
|
@@ -42239,7 +42219,6 @@ class BentleyError extends Error {
|
|
|
42239
42219
|
case IModelHubStatus.NotSupportedInBrowser: return "Not supported in browser";
|
|
42240
42220
|
case IModelHubStatus.FileHandlerNotSet: return "File handler is not set";
|
|
42241
42221
|
case IModelHubStatus.FileNotFound: return "File not found";
|
|
42242
|
-
case AuthStatus.Error: return "Authorization error";
|
|
42243
42222
|
case GeoServiceStatus.NoGeoLocation: return "No GeoLocation";
|
|
42244
42223
|
case GeoServiceStatus.OutOfUsefulRange: return "Out of useful range";
|
|
42245
42224
|
case GeoServiceStatus.OutOfMathematicalDomain: return "Out of mathematical domain";
|
|
@@ -46372,8 +46351,6 @@ function lookupCategory(error) {
|
|
|
46372
46351
|
case _BentleyError__WEBPACK_IMPORTED_MODULE_0__["IModelHubStatus"].FileHandlerNotSet: return new NotImplemented();
|
|
46373
46352
|
case _BentleyError__WEBPACK_IMPORTED_MODULE_0__["IModelHubStatus"].FileNotFound: return new NotFound();
|
|
46374
46353
|
case _BentleyError__WEBPACK_IMPORTED_MODULE_0__["IModelHubStatus"].InitializationTimeout: return new Timeout();
|
|
46375
|
-
case _BentleyError__WEBPACK_IMPORTED_MODULE_0__["AuthStatus"].Success: return new Success();
|
|
46376
|
-
case _BentleyError__WEBPACK_IMPORTED_MODULE_0__["AuthStatus"].Error: return new UnknownError();
|
|
46377
46354
|
case _BentleyError__WEBPACK_IMPORTED_MODULE_0__["GeoServiceStatus"].Success: return new Success();
|
|
46378
46355
|
case _BentleyError__WEBPACK_IMPORTED_MODULE_0__["GeoServiceStatus"].NoGeoLocation: return new ValidationError();
|
|
46379
46356
|
case _BentleyError__WEBPACK_IMPORTED_MODULE_0__["GeoServiceStatus"].OutOfUsefulRange: return new ValidationError();
|
|
@@ -47002,7 +46979,7 @@ class YieldManager {
|
|
|
47002
46979
|
/*!**********************************************************!*\
|
|
47003
46980
|
!*** D:/vsts_a/1/s/core/bentley/lib/esm/core-bentley.js ***!
|
|
47004
46981
|
\**********************************************************/
|
|
47005
|
-
/*! exports provided: assert, AsyncMutex, BeEvent, BeUiEvent, BeEventList, BentleyStatus, IModelStatus, BriefcaseStatus, RpcInterfaceStatus, ChangeSetStatus, RepositoryStatus, HttpStatus, IModelHubStatus,
|
|
46982
|
+
/*! exports provided: assert, AsyncMutex, BeEvent, BeUiEvent, BeEventList, BentleyStatus, IModelStatus, BriefcaseStatus, RpcInterfaceStatus, ChangeSetStatus, RepositoryStatus, HttpStatus, IModelHubStatus, GeoServiceStatus, RealityDataStatus, BentleyError, BentleyLoggerCategory, StatusCategory, SuccessCategory, ErrorCategory, OpenMode, DbOpcode, DbResult, ByteStream, isProperSubclassOf, isSubclassOf, compareWithTolerance, compareNumbers, compareBooleans, compareStrings, comparePossiblyUndefined, compareStringsOrUndefined, compareNumbersOrUndefined, compareBooleansOrUndefined, areEqualPossiblyUndefined, CompressedId64Set, OrderedId64Array, MutableCompressedId64Set, Dictionary, isIDisposable, dispose, disposeArray, using, DisposableList, Id64, TransientIdSequence, Guid, IndexedValue, IndexMap, JsonUtils, LogLevel, Logger, PerfLogger, Entry, LRUCache, LRUMap, LRUDictionary, ObservableSet, AbandonedError, OneAtATimeAction, OrderedId64Iterable, ReadonlyOrderedSet, OrderedSet, partitionArray, PriorityQueue, ProcessDetector, shallowClone, lowerBound, DuplicatePolicy, ReadonlySortedArray, SortedArray, utf8ToStringPolyfill, utf8ToString, base64StringToUint8Array, BeDuration, BeTimePoint, StopWatch, SpanKind, Tracing, UnexpectedErrors, isInstanceOf, asInstanceOf, YieldManager */
|
|
47006
46983
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
47007
46984
|
|
|
47008
46985
|
"use strict";
|
|
@@ -47038,8 +47015,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
47038
47015
|
|
|
47039
47016
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "IModelHubStatus", function() { return _BentleyError__WEBPACK_IMPORTED_MODULE_4__["IModelHubStatus"]; });
|
|
47040
47017
|
|
|
47041
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AuthStatus", function() { return _BentleyError__WEBPACK_IMPORTED_MODULE_4__["AuthStatus"]; });
|
|
47042
|
-
|
|
47043
47018
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GeoServiceStatus", function() { return _BentleyError__WEBPACK_IMPORTED_MODULE_4__["GeoServiceStatus"]; });
|
|
47044
47019
|
|
|
47045
47020
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RealityDataStatus", function() { return _BentleyError__WEBPACK_IMPORTED_MODULE_4__["RealityDataStatus"]; });
|
|
@@ -55185,7 +55160,7 @@ IModel.dictionaryId = "0x10";
|
|
|
55185
55160
|
/*!********************************************************!*\
|
|
55186
55161
|
!*** D:/vsts_a/1/s/core/common/lib/esm/IModelError.js ***!
|
|
55187
55162
|
\********************************************************/
|
|
55188
|
-
/*! exports provided: BentleyStatus, BentleyError, IModelStatus, BriefcaseStatus, DbResult,
|
|
55163
|
+
/*! exports provided: BentleyStatus, BentleyError, IModelStatus, BriefcaseStatus, DbResult, RepositoryStatus, ChangeSetStatus, RpcInterfaceStatus, IModelError, ServerError, ServerTimeoutError, BackendError, ChannelConstraintError, NoContentError */
|
|
55189
55164
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
55190
55165
|
|
|
55191
55166
|
"use strict";
|
|
@@ -55207,8 +55182,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
55207
55182
|
|
|
55208
55183
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DbResult", function() { return _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__["DbResult"]; });
|
|
55209
55184
|
|
|
55210
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AuthStatus", function() { return _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__["AuthStatus"]; });
|
|
55211
|
-
|
|
55212
55185
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RepositoryStatus", function() { return _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__["RepositoryStatus"]; });
|
|
55213
55186
|
|
|
55214
55187
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ChangeSetStatus", function() { return _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__["ChangeSetStatus"]; });
|
|
@@ -62268,7 +62241,7 @@ WhiteOnWhiteReversalSettings._ignore = new WhiteOnWhiteReversalSettings(false);
|
|
|
62268
62241
|
/*!********************************************************!*\
|
|
62269
62242
|
!*** D:/vsts_a/1/s/core/common/lib/esm/core-common.js ***!
|
|
62270
62243
|
\********************************************************/
|
|
62271
|
-
/*! exports provided: AmbientOcclusion, AnalysisStyleDisplacement, AnalysisStyleThematic, AnalysisStyle, BackgroundMapType, BackgroundMapProvider, GlobeMode, BackgroundMapSettings, Base64EncodedString, BriefcaseIdValue, SyncMode, DomainOptions, ProfileOptions, SchemaState, Camera, TypeOfChange, ChangesetType, CutStyle, ClipStyle, CloudStorageProvider, CloudStorageContainerUrl, CloudStorageCache, CloudStorageTileCache, Code, BisCodeSpec, CodeScopeSpec, CodeSpec, ColorByName, ColorDef, CommonLoggerCategory, RealityDataProvider, RealityDataFormat, RealityDataSourceKey, ContextRealityModelProps, ContextRealityModel, ContextRealityModels, MonochromeMode, DisplayStyleSettings, DisplayStyle3dSettings, ECSqlValueType, ChangeOpCode, ChangedValueState, ECSqlSystemProperty, ECJsNames, RelatedElement, TypeDefinition, isPlacement2dProps, isPlacement3dProps, SectionType, ExternalSourceAttachmentRole, Rank, FeatureOverrideType, PrimitiveTypeCode, PropertyMetaData, EntityMetaData, Environment, FeatureGates, NonUniformColor, ColorIndex, FeatureIndexType, FeatureIndex, FeatureAppearance, FeatureOverrides, FeatureAppearanceProvider, Feature, BatchType, FeatureTable, PackedFeatureTable, FontType, FontMap, Npc, NpcCorners, NpcCenter, Frustum, GeoCoordStatus, mapToGeoServiceStatus, Helmert2DWithZOffset, AdditionalTransform, AreaPattern, BoundingSphere, Cartographic, CartographicRange, HorizontalCRSExtent, HorizontalCRS, VerticalCRS, GeographicCRS, ElementGeometryOpcode, BRepGeometryOperation, ElementGeometry, FrustumPlanes, XyzRotation, GeocentricTransform, PositionalVectorTransform, GridFileDefinition, GridFileTransform, GeodeticTransform, GeodeticTransformPath, GeodeticDatum, GeodeticEllipsoid, BRepEntity, GeometryStreamFlags, GeometryStreamBuilder, GeometryStreamIterator, ImageGraphicCorners, ImageGraphic, LineStyle, Placement3d, Placement2d, AffineTransform, Projection, Carto2DDegrees, TextString, FillDisplay, BackgroundFill, GeometryClass, GeometryParams, GeometrySummaryVerbosity, Gradient, FillFlags, GraphicParams, GroundPlane, HiddenLine, Hilite, HSLColor, HSVConstants, HSVColor, ImageBufferFormat, ImageBuffer, isPowerOfTwo, nextHighestPowerOfTwo, ImageSourceFormat, isValidImageSourceFormat, ImageSource, EcefLocation, IModel, BentleyStatus, BentleyError, IModelStatus, BriefcaseStatus, DbResult,
|
|
62244
|
+
/*! exports provided: AmbientOcclusion, AnalysisStyleDisplacement, AnalysisStyleThematic, AnalysisStyle, BackgroundMapType, BackgroundMapProvider, GlobeMode, BackgroundMapSettings, Base64EncodedString, BriefcaseIdValue, SyncMode, DomainOptions, ProfileOptions, SchemaState, Camera, TypeOfChange, ChangesetType, CutStyle, ClipStyle, CloudStorageProvider, CloudStorageContainerUrl, CloudStorageCache, CloudStorageTileCache, Code, BisCodeSpec, CodeScopeSpec, CodeSpec, ColorByName, ColorDef, CommonLoggerCategory, RealityDataProvider, RealityDataFormat, RealityDataSourceKey, ContextRealityModelProps, ContextRealityModel, ContextRealityModels, MonochromeMode, DisplayStyleSettings, DisplayStyle3dSettings, ECSqlValueType, ChangeOpCode, ChangedValueState, ECSqlSystemProperty, ECJsNames, RelatedElement, TypeDefinition, isPlacement2dProps, isPlacement3dProps, SectionType, ExternalSourceAttachmentRole, Rank, FeatureOverrideType, PrimitiveTypeCode, PropertyMetaData, EntityMetaData, Environment, FeatureGates, NonUniformColor, ColorIndex, FeatureIndexType, FeatureIndex, FeatureAppearance, FeatureOverrides, FeatureAppearanceProvider, Feature, BatchType, FeatureTable, PackedFeatureTable, FontType, FontMap, Npc, NpcCorners, NpcCenter, Frustum, GeoCoordStatus, mapToGeoServiceStatus, Helmert2DWithZOffset, AdditionalTransform, AreaPattern, BoundingSphere, Cartographic, CartographicRange, HorizontalCRSExtent, HorizontalCRS, VerticalCRS, GeographicCRS, ElementGeometryOpcode, BRepGeometryOperation, ElementGeometry, FrustumPlanes, XyzRotation, GeocentricTransform, PositionalVectorTransform, GridFileDefinition, GridFileTransform, GeodeticTransform, GeodeticTransformPath, GeodeticDatum, GeodeticEllipsoid, BRepEntity, GeometryStreamFlags, GeometryStreamBuilder, GeometryStreamIterator, ImageGraphicCorners, ImageGraphic, LineStyle, Placement3d, Placement2d, AffineTransform, Projection, Carto2DDegrees, TextString, FillDisplay, BackgroundFill, GeometryClass, GeometryParams, GeometrySummaryVerbosity, Gradient, FillFlags, GraphicParams, GroundPlane, HiddenLine, Hilite, HSLColor, HSVConstants, HSVColor, ImageBufferFormat, ImageBuffer, isPowerOfTwo, nextHighestPowerOfTwo, ImageSourceFormat, isValidImageSourceFormat, ImageSource, EcefLocation, IModel, BentleyStatus, BentleyError, IModelStatus, BriefcaseStatus, DbResult, RepositoryStatus, ChangeSetStatus, RpcInterfaceStatus, IModelError, ServerError, ServerTimeoutError, BackendError, ChannelConstraintError, NoContentError, IModelVersion, iTwinChannel, IpcWebSocketMessageType, IpcWebSocketMessage, IpcWebSocket, IpcWebSocketFrontend, IpcWebSocketBackend, IpcWebSocketTransport, IpcAppChannel, SolarLight, AmbientLight, HemisphereLights, FresnelSettings, LightSettings, LinePixels, EmptyLocalization, BaseLayerSettings, MapImagerySettings, MapSubLayerSettings, MapLayerSettings, ImageMapLayerSettings, ModelMapLayerSettings, BaseMapLayerSettings, MassPropertiesOperation, TextureMapUnits, ModelClipGroup, ModelClipGroups, nativeAppChannel, nativeAppNotify, InternetConnectivityStatus, OverriddenBy, OctEncodedNormal, OctEncodedNormalPair, QueryRowFormat, QueryOptionsBuilder, BlobOptionsBuilder, QueryBinder, DbRequestKind, DbResponseKind, DbResponseStatus, DbValueFormat, DbQueryError, PropertyMetaDataMap, ECSqlReader, PlanarClipMaskMode, PlanarClipMaskPriority, PlanarClipMaskSettings, ElementGeometryChange, ModelGeometryChanges, PlanProjectionSettings, Quantization, QParams2d, QPoint2d, QPoint2dList, QParams3d, QPoint3d, QPoint3dList, DefaultSupportedTypes, PolylineTypeFlags, PolylineFlags, PolylineData, MeshPolyline, MeshPolylineList, MeshEdge, MeshEdges, EdgeArgs, SilhouetteEdgeArgs, PolylineEdgeArgs, RenderMaterial, RenderSchedule, RenderTexture, RgbColor, RpcRoutingMap, RpcConfiguration, RpcDefaultConfiguration, RpcDirectProtocol, RpcDirectRequest, DevToolsStatsOptions, DevToolsRpcInterface, IModelNotFoundResponse, IModelReadRpcInterface, IModelTileRpcInterface, SnapshotIModelRpcInterface, TestRpcManager, WipRpcInterface, RpcInterface, RpcManager, SkyBoxImageType, SkyGradient, SkyBox, SkySphere, SkyCube, calculateSolarAngles, calculateSolarDirection, calculateSolarDirectionFromAngles, calculateSunriseOrSunset, SolarShadowSettings, SpatialClassifierInsideDisplay, SpatialClassifierOutsideDisplay, SpatialClassifierFlags, SpatialClassifier, SpatialClassifiers, SubCategoryAppearance, SubCategoryOverride, TerrainHeightOriginMode, TerrainSettings, TextureMapping, TextureTransparency, ThematicGradientMode, ThematicGradientColorScheme, ThematicGradientSettings, ThematicDisplaySensor, ThematicDisplaySensorSettings, ThematicDisplayMode, ThematicDisplay, TileContentSource, Tweens, Tween, Easing, Interpolation, TxnAction, GridOrientationType, ViewDetails, ViewDetails3d, RenderMode, ViewFlags, RpcResponseCacheControl, RpcProtocolEvent, RpcRequestStatus, RpcRequestEvent, RpcContentType, RpcEndpoint, WEB_RPC_CONSTANTS, RpcControlResponse, RpcPendingResponse, RpcNotFoundResponse, RpcControlChannel, RpcInvocation, MarshalingBinaryMarker, RpcSerializedValue, RpcMarshaling, RpcOperationPolicy, RpcOperation, RpcPendingQueue, RpcRequestFulfillment, RpcProtocolVersion, RpcProtocol, REGISTRY, OPERATION, POLICY, INSTANCE, CURRENT_REQUEST, CURRENT_INVOCATION, RpcRegistry, ResponseLike, RpcRequest, initializeRpcRequest, RpcRoutingToken, RpcPushTransport, RpcPushService, RpcPushChannel, RpcPushSubscription, RpcPushConnection, BentleyCloudRpcConfiguration, BentleyCloudRpcManager, BentleyCloudRpcProtocol, RpcOpenAPIDescription, RpcMultipart, WebAppRpcProtocol, WebAppRpcRequest, B3dmHeader, CompositeTileHeader, GltfVersions, GltfV2ChunkTypes, GlbHeader, I3dmHeader, ImdlFlags, CurrentImdlVersion, ImdlHeader, FeatureTableHeader, PntsHeader, TileFormat, isKnownTileFormat, tileFormatFromNumber, TileReadStatus, TileReadError, TileHeader, nextPoint3d64FromByteStream, TileOptions, parseTileTreeIdAndContentId, defaultTileOptions, getMaximumMajorTileFormatVersion, TreeFlags, iModelTileTreeIdToString, compareIModelTileTreeIds, ContentFlags, ContentIdProvider, bisectTileRange3d, bisectTileRange2d, computeChildTileRanges, computeChildTileProps, readTileContentDescription, computeTileChordTolerance, TileMetadataReader, WhiteOnWhiteReversalSettings */
|
|
62272
62245
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
62273
62246
|
|
|
62274
62247
|
"use strict";
|
|
@@ -62615,8 +62588,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
62615
62588
|
|
|
62616
62589
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DbResult", function() { return _IModelError__WEBPACK_IMPORTED_MODULE_61__["DbResult"]; });
|
|
62617
62590
|
|
|
62618
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AuthStatus", function() { return _IModelError__WEBPACK_IMPORTED_MODULE_61__["AuthStatus"]; });
|
|
62619
|
-
|
|
62620
62591
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RepositoryStatus", function() { return _IModelError__WEBPACK_IMPORTED_MODULE_61__["RepositoryStatus"]; });
|
|
62621
62592
|
|
|
62622
62593
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ChangeSetStatus", function() { return _IModelError__WEBPACK_IMPORTED_MODULE_61__["ChangeSetStatus"]; });
|
|
@@ -171196,7 +171167,7 @@ SetupWalkCameraTool.iconSpec = "icon-camera-location";
|
|
|
171196
171167
|
/*! exports provided: name, version, description, main, module, typings, license, scripts, repository, keywords, author, peerDependencies, //devDependencies, devDependencies, //dependencies, dependencies, nyc, eslintConfig, default */
|
|
171197
171168
|
/***/ (function(module) {
|
|
171198
171169
|
|
|
171199
|
-
module.exports = JSON.parse("{\"name\":\"@itwin/core-frontend\",\"version\":\"3.3.0-dev.
|
|
171170
|
+
module.exports = JSON.parse("{\"name\":\"@itwin/core-frontend\",\"version\":\"3.3.0-dev.27\",\"description\":\"iTwin.js frontend components\",\"main\":\"lib/cjs/core-frontend.js\",\"module\":\"lib/esm/core-frontend.js\",\"typings\":\"lib/cjs/core-frontend\",\"license\":\"MIT\",\"scripts\":{\"build\":\"npm run -s copy:public && npm run -s build:cjs\",\"build:ci\":\"npm run -s build && npm run -s build:esm\",\"build:cjs\":\"tsc 1>&2 --outDir lib/cjs\",\"build:esm\":\"tsc 1>&2 --module ES2020 --outDir lib/esm\",\"clean\":\"rimraf lib .rush/temp/package-deps*.json\",\"copy:public\":\"cpx \\\"./src/public/**/*\\\" ./lib/public\",\"docs\":\"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/primitives,**/map/*.d.ts,**/tile/*.d.ts,**/*-css.ts\",\"extract-api\":\"betools extract-api --entry=core-frontend && npm run extract-extension-api\",\"extract-extension-api\":\"eslint --no-eslintrc -c \\\"../../tools/eslint-plugin/dist/configs/extension-exports-config.js\\\" \\\"./src/**/*.ts\\\" 1>&2\",\"lint\":\"eslint -f visualstudio \\\"./src/**/*.ts\\\" 1>&2\",\"pseudolocalize\":\"betools pseudolocalize --englishDir ./src/public/locales/en --out ./public/locales/en-PSEUDO\",\"test\":\"npm run -s webpackTests && certa -r chrome\",\"cover\":\"npm -s test\",\"test:debug\":\"certa -r chrome --debug\",\"webpackTests\":\"webpack --config ./src/test/utils/webpack.config.js 1>&2\"},\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/iTwin/itwinjs-core/tree/master/core/frontend\"},\"keywords\":[\"Bentley\",\"BIM\",\"iModel\",\"digital-twin\",\"iTwin\"],\"author\":{\"name\":\"Bentley Systems, Inc.\",\"url\":\"http://www.bentley.com\"},\"peerDependencies\":{\"@itwin/appui-abstract\":\"workspace:^3.3.0-dev.27\",\"@itwin/core-bentley\":\"workspace:^3.3.0-dev.27\",\"@itwin/core-common\":\"workspace:^3.3.0-dev.27\",\"@itwin/core-geometry\":\"workspace:^3.3.0-dev.27\",\"@itwin/core-orbitgt\":\"workspace:^3.3.0-dev.27\",\"@itwin/core-quantity\":\"workspace:^3.3.0-dev.27\",\"@itwin/webgl-compatibility\":\"workspace:^3.3.0-dev.27\"},\"//devDependencies\":[\"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install\",\"NOTE: All tools used by scripts in this package must be listed as devDependencies\"],\"devDependencies\":{\"@itwin/appui-abstract\":\"workspace:*\",\"@itwin/build-tools\":\"workspace:*\",\"@itwin/core-bentley\":\"workspace:*\",\"@itwin/core-common\":\"workspace:*\",\"@itwin/core-geometry\":\"workspace:*\",\"@itwin/core-orbitgt\":\"workspace:*\",\"@itwin/core-quantity\":\"workspace:*\",\"@itwin/certa\":\"workspace:*\",\"@itwin/eslint-plugin\":\"workspace:*\",\"@itwin/webgl-compatibility\":\"workspace:*\",\"@types/chai\":\"^4.1.4\",\"@types/chai-as-promised\":\"^7\",\"@types/deep-assign\":\"^0.1.0\",\"@types/lodash\":\"^4.14.0\",\"@types/mocha\":\"^8.2.2\",\"@types/node\":\"16.11.7\",\"@types/qs\":\"^6.5.0\",\"@types/semver\":\"^5.5.0\",\"@types/superagent\":\"^4.1.14\",\"@types/sinon\":\"^9.0.0\",\"chai\":\"^4.1.2\",\"chai-as-promised\":\"^7\",\"cpx2\":\"^3.0.0\",\"eslint\":\"^7.11.0\",\"glob\":\"^7.1.2\",\"mocha\":\"^10.0.0\",\"nyc\":\"^15.1.0\",\"rimraf\":\"^3.0.2\",\"sinon\":\"^9.0.2\",\"source-map-loader\":\"^1.0.0\",\"typescript\":\"~4.4.0\",\"webpack\":\"4.42.0\"},\"//dependencies\":[\"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API\",\"NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed\"],\"dependencies\":{\"@itwin/core-i18n\":\"workspace:*\",\"@itwin/core-telemetry\":\"workspace:*\",\"@loaders.gl/core\":\"^3.1.6\",\"@loaders.gl/draco\":\"^3.1.6\",\"deep-assign\":\"^2.0.0\",\"fuse.js\":\"^3.3.0\",\"lodash\":\"^4.17.10\",\"qs\":\"^6.5.1\",\"semver\":\"^5.5.0\",\"superagent\":\"^7.0.1\",\"wms-capabilities\":\"0.4.0\",\"xml-js\":\"~1.6.11\"},\"nyc\":{\"extends\":\"./node_modules/@itwin/build-tools/.nycrc\"},\"eslintConfig\":{\"plugins\":[\"@itwin\"],\"extends\":\"plugin:@itwin/itwinjs-recommended\",\"rules\":{\"@itwin/no-internal-barrel-imports\":[\"error\",{\"required-barrel-modules\":[\"./src/tile/internal.ts\"]}],\"@itwin/public-extension-exports\":[\"error\",{\"releaseTags\":[\"public\",\"preview\"],\"outputApiFile\":false}]},\"overrides\":[{\"files\":[\"*.test.ts\",\"*.test.tsx\",\"**/test/**/*.ts\"],\"rules\":{\"@itwin/no-internal-barrel-imports\":\"off\"}}]}}");
|
|
171200
171171
|
|
|
171201
171172
|
/***/ }),
|
|
171202
171173
|
|
|
@@ -284648,7 +284619,7 @@ class TestContext {
|
|
|
284648
284619
|
this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
|
|
284649
284620
|
const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${(_a = process.env.IMJS_URL_PREFIX) !== null && _a !== void 0 ? _a : ""}api.bentley.com/imodels` } });
|
|
284650
284621
|
await core_frontend_1.NoRenderApp.startup({
|
|
284651
|
-
applicationVersion: "3.3.0-dev.
|
|
284622
|
+
applicationVersion: "3.3.0-dev.27",
|
|
284652
284623
|
applicationId: this.settings.gprid,
|
|
284653
284624
|
authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
|
|
284654
284625
|
hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
|