@itwin/rpcinterface-full-stack-tests 3.5.0-dev.41 → 3.5.0-dev.45

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.
@@ -21,9 +21,9 @@
21
21
 
22
22
  /***/ }),
23
23
 
24
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.3/node_modules/@itwin/certa/lib/utils/CallbackUtils.js":
24
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.2/node_modules/@itwin/certa/lib/utils/CallbackUtils.js":
25
25
  /*!********************************************************************************************************************!*\
26
- !*** ../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.3/node_modules/@itwin/certa/lib/utils/CallbackUtils.js ***!
26
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.2/node_modules/@itwin/certa/lib/utils/CallbackUtils.js ***!
27
27
  \********************************************************************************************************************/
28
28
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
29
29
 
@@ -2772,7 +2772,7 @@ exports.getAccessTokenFromBackend = exports.getTokenCallbackName = void 0;
2772
2772
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2773
2773
  * See LICENSE.md in the project root for license terms and full copyright notice.
2774
2774
  *--------------------------------------------------------------------------------------------*/
2775
- const CallbackUtils_1 = __webpack_require__(/*! @itwin/certa/lib/utils/CallbackUtils */ "../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.3/node_modules/@itwin/certa/lib/utils/CallbackUtils.js");
2775
+ const CallbackUtils_1 = __webpack_require__(/*! @itwin/certa/lib/utils/CallbackUtils */ "../../common/temp/node_modules/.pnpm/@itwin+certa@3.4.2/node_modules/@itwin/certa/lib/utils/CallbackUtils.js");
2776
2776
  // Shared by both the frontend and backend side of the tests
2777
2777
  exports.getTokenCallbackName = "getToken";
2778
2778
  async function getAccessTokenFromBackend(user, oidcConfig) {
@@ -22287,8 +22287,8 @@ __webpack_require__.r(__webpack_exports__);
22287
22287
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
22288
22288
  /* harmony export */ "default": () => (/* binding */ Browser)
22289
22289
  /* harmony export */ });
22290
- /* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
22291
- /* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/createClass.js");
22290
+ /* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
22291
+ /* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/createClass.js");
22292
22292
 
22293
22293
 
22294
22294
 
@@ -56550,13 +56550,17 @@ class Logger {
56550
56550
  }
56551
56551
  /** Set the least severe level at which messages should be displayed by default. Call setLevel to override this default setting for specific categories. */
56552
56552
  static setLevelDefault(minLevel) {
56553
- Logger._minLevel = minLevel;
56553
+ var _a;
56554
+ this._minLevel = minLevel;
56555
+ (_a = this.logLevelChangedFn) === null || _a === void 0 ? void 0 : _a.call(this);
56554
56556
  }
56555
56557
  /** Set the minimum logging level for the specified category. The minimum level is least severe level at which messages in the
56556
56558
  * specified category should be displayed.
56557
56559
  */
56558
56560
  static setLevel(category, minLevel) {
56561
+ var _a;
56559
56562
  Logger._categoryFilter.set(category, minLevel);
56563
+ (_a = this.logLevelChangedFn) === null || _a === void 0 ? void 0 : _a.call(this);
56560
56564
  }
56561
56565
  /** Interpret a string as the name of a LogLevel */
56562
56566
  static parseLogLevel(str) {
@@ -56693,8 +56697,8 @@ class Logger {
56693
56697
  }
56694
56698
  }
56695
56699
  exports.Logger = Logger;
56696
- Logger._categoryFilter = new Map();
56697
- Logger._minLevel = undefined;
56700
+ Logger._categoryFilter = new Map(); // do not change the name of this member, it is referenced directly from node addon
56701
+ Logger._minLevel = undefined; // do not change the name of this member, it is referenced directly from node addon
56698
56702
  /** Should the call stack be included when an exception is logged? */
56699
56703
  Logger.logExceptionCallstacks = false;
56700
56704
  /** All static metadata is combined with per-call metadata and stringified in every log message.
@@ -60403,13 +60407,17 @@ class Logger {
60403
60407
  }
60404
60408
  /** Set the least severe level at which messages should be displayed by default. Call setLevel to override this default setting for specific categories. */
60405
60409
  static setLevelDefault(minLevel) {
60406
- Logger._minLevel = minLevel;
60410
+ var _a;
60411
+ this._minLevel = minLevel;
60412
+ (_a = this.logLevelChangedFn) === null || _a === void 0 ? void 0 : _a.call(this);
60407
60413
  }
60408
60414
  /** Set the minimum logging level for the specified category. The minimum level is least severe level at which messages in the
60409
60415
  * specified category should be displayed.
60410
60416
  */
60411
60417
  static setLevel(category, minLevel) {
60418
+ var _a;
60412
60419
  Logger._categoryFilter.set(category, minLevel);
60420
+ (_a = this.logLevelChangedFn) === null || _a === void 0 ? void 0 : _a.call(this);
60413
60421
  }
60414
60422
  /** Interpret a string as the name of a LogLevel */
60415
60423
  static parseLogLevel(str) {
@@ -60545,8 +60553,8 @@ class Logger {
60545
60553
  Logger._logTrace(category, message, metaData);
60546
60554
  }
60547
60555
  }
60548
- Logger._categoryFilter = new Map();
60549
- Logger._minLevel = undefined;
60556
+ Logger._categoryFilter = new Map(); // do not change the name of this member, it is referenced directly from node addon
60557
+ Logger._minLevel = undefined; // do not change the name of this member, it is referenced directly from node addon
60550
60558
  /** Should the call stack be included when an exception is logged? */
60551
60559
  Logger.logExceptionCallstacks = false;
60552
60560
  /** All static metadata is combined with per-call metadata and stringified in every log message.
@@ -63545,6 +63553,26 @@ __webpack_require__.r(__webpack_exports__);
63545
63553
 
63546
63554
 
63547
63555
 
63556
+ /***/ }),
63557
+
63558
+ /***/ "../../core/common/lib/esm/BackendTypes.js":
63559
+ /*!*************************************************!*\
63560
+ !*** ../../core/common/lib/esm/BackendTypes.js ***!
63561
+ \*************************************************/
63562
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
63563
+
63564
+ "use strict";
63565
+ __webpack_require__.r(__webpack_exports__);
63566
+ /*---------------------------------------------------------------------------------------------
63567
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
63568
+ * See LICENSE.md in the project root for license terms and full copyright notice.
63569
+ *--------------------------------------------------------------------------------------------*/
63570
+ /** @packageDocumentation
63571
+ * @module Utils
63572
+ */
63573
+
63574
+
63575
+
63548
63576
  /***/ }),
63549
63577
 
63550
63578
  /***/ "../../core/common/lib/esm/BackgroundMapProvider.js":
@@ -65615,7 +65643,7 @@ __webpack_require__.r(__webpack_exports__);
65615
65643
  /* harmony export */ });
65616
65644
  /* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
65617
65645
  /* harmony import */ var _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @itwin/core-geometry */ "../../core/geometry/lib/esm/core-geometry.js");
65618
- /* harmony import */ var buffer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! buffer */ "../../common/temp/node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js");
65646
+ /* harmony import */ var js_base64__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! js-base64 */ "../../common/temp/node_modules/.pnpm/js-base64@3.7.2/node_modules/js-base64/base64.mjs");
65619
65647
  /*---------------------------------------------------------------------------------------------
65620
65648
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
65621
65649
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -65767,7 +65795,7 @@ class QueryBinder {
65767
65795
  bindBlob(indexOrName, val) {
65768
65796
  this.verify(indexOrName);
65769
65797
  const name = String(indexOrName);
65770
- const base64 = buffer__WEBPACK_IMPORTED_MODULE_2__.Buffer.from(val).toString("base64");
65798
+ const base64 = js_base64__WEBPACK_IMPORTED_MODULE_2__.Base64.fromUint8Array(val);
65771
65799
  Object.defineProperty(this._args, name, {
65772
65800
  enumerable: true, value: {
65773
65801
  type: QueryParamType.Blob,
@@ -79302,7 +79330,7 @@ __webpack_require__.r(__webpack_exports__);
79302
79330
  /* harmony export */ "AnalysisStyleDisplacement": () => (/* reexport safe */ _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__.AnalysisStyleDisplacement),
79303
79331
  /* harmony export */ "AnalysisStyleThematic": () => (/* reexport safe */ _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__.AnalysisStyleThematic),
79304
79332
  /* harmony export */ "AreaPattern": () => (/* reexport safe */ _geometry_AreaPattern__WEBPACK_IMPORTED_MODULE_37__.AreaPattern),
79305
- /* harmony export */ "B3dmHeader": () => (/* reexport safe */ _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_141__.B3dmHeader),
79333
+ /* harmony export */ "B3dmHeader": () => (/* reexport safe */ _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_143__.B3dmHeader),
79306
79334
  /* harmony export */ "BRepEntity": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_45__.BRepEntity),
79307
79335
  /* harmony export */ "BRepGeometryOperation": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_41__.BRepGeometryOperation),
79308
79336
  /* harmony export */ "BackendError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.BackendError),
@@ -79314,9 +79342,9 @@ __webpack_require__.r(__webpack_exports__);
79314
79342
  /* harmony export */ "BaseLayerSettings": () => (/* reexport safe */ _MapImagerySettings__WEBPACK_IMPORTED_MODULE_73__.BaseLayerSettings),
79315
79343
  /* harmony export */ "BaseMapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_74__.BaseMapLayerSettings),
79316
79344
  /* harmony export */ "BatchType": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_32__.BatchType),
79317
- /* harmony export */ "BentleyCloudRpcConfiguration": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_135__.BentleyCloudRpcConfiguration),
79318
- /* harmony export */ "BentleyCloudRpcManager": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_135__.BentleyCloudRpcManager),
79319
- /* harmony export */ "BentleyCloudRpcProtocol": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_136__.BentleyCloudRpcProtocol),
79345
+ /* harmony export */ "BentleyCloudRpcConfiguration": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_136__.BentleyCloudRpcConfiguration),
79346
+ /* harmony export */ "BentleyCloudRpcManager": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_136__.BentleyCloudRpcManager),
79347
+ /* harmony export */ "BentleyCloudRpcProtocol": () => (/* reexport safe */ _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_137__.BentleyCloudRpcProtocol),
79320
79348
  /* harmony export */ "BentleyError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.BentleyError),
79321
79349
  /* harmony export */ "BentleyStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.BentleyStatus),
79322
79350
  /* harmony export */ "BisCodeSpec": () => (/* reexport safe */ _Code__WEBPACK_IMPORTED_MODULE_14__.BisCodeSpec),
@@ -79324,8 +79352,8 @@ __webpack_require__.r(__webpack_exports__);
79324
79352
  /* harmony export */ "BoundingSphere": () => (/* reexport safe */ _geometry_BoundingSphere__WEBPACK_IMPORTED_MODULE_38__.BoundingSphere),
79325
79353
  /* harmony export */ "BriefcaseIdValue": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.BriefcaseIdValue),
79326
79354
  /* harmony export */ "BriefcaseStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.BriefcaseStatus),
79327
- /* harmony export */ "CURRENT_INVOCATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_130__.CURRENT_INVOCATION),
79328
- /* harmony export */ "CURRENT_REQUEST": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_130__.CURRENT_REQUEST),
79355
+ /* harmony export */ "CURRENT_INVOCATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.CURRENT_INVOCATION),
79356
+ /* harmony export */ "CURRENT_REQUEST": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.CURRENT_REQUEST),
79329
79357
  /* harmony export */ "Camera": () => (/* reexport safe */ _Camera__WEBPACK_IMPORTED_MODULE_7__.Camera),
79330
79358
  /* harmony export */ "Carto2DDegrees": () => (/* reexport safe */ _geometry_Projection__WEBPACK_IMPORTED_MODULE_49__.Carto2DDegrees),
79331
79359
  /* harmony export */ "Cartographic": () => (/* reexport safe */ _geometry_Cartographic__WEBPACK_IMPORTED_MODULE_39__.Cartographic),
@@ -79347,14 +79375,14 @@ __webpack_require__.r(__webpack_exports__);
79347
79375
  /* harmony export */ "ColorDef": () => (/* reexport safe */ _ColorDef__WEBPACK_IMPORTED_MODULE_16__.ColorDef),
79348
79376
  /* harmony export */ "ColorIndex": () => (/* reexport safe */ _FeatureIndex__WEBPACK_IMPORTED_MODULE_30__.ColorIndex),
79349
79377
  /* harmony export */ "CommonLoggerCategory": () => (/* reexport safe */ _CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_17__.CommonLoggerCategory),
79350
- /* harmony export */ "CompositeTileHeader": () => (/* reexport safe */ _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_142__.CompositeTileHeader),
79378
+ /* harmony export */ "CompositeTileHeader": () => (/* reexport safe */ _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_144__.CompositeTileHeader),
79351
79379
  /* harmony export */ "ConcreteEntityTypes": () => (/* reexport safe */ _EntityReference__WEBPACK_IMPORTED_MODULE_27__.ConcreteEntityTypes),
79352
- /* harmony export */ "ContentFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.ContentFlags),
79353
- /* harmony export */ "ContentIdProvider": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.ContentIdProvider),
79380
+ /* harmony export */ "ContentFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.ContentFlags),
79381
+ /* harmony export */ "ContentIdProvider": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.ContentIdProvider),
79354
79382
  /* harmony export */ "ContextRealityModel": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.ContextRealityModel),
79355
79383
  /* harmony export */ "ContextRealityModelProps": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.ContextRealityModelProps),
79356
79384
  /* harmony export */ "ContextRealityModels": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.ContextRealityModels),
79357
- /* harmony export */ "CurrentImdlVersion": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_146__.CurrentImdlVersion),
79385
+ /* harmony export */ "CurrentImdlVersion": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__.CurrentImdlVersion),
79358
79386
  /* harmony export */ "CutStyle": () => (/* reexport safe */ _ClipStyle__WEBPACK_IMPORTED_MODULE_11__.CutStyle),
79359
79387
  /* harmony export */ "DbQueryError": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.DbQueryError),
79360
79388
  /* harmony export */ "DbRequestKind": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.DbRequestKind),
@@ -79362,9 +79390,9 @@ __webpack_require__.r(__webpack_exports__);
79362
79390
  /* harmony export */ "DbResponseStatus": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.DbResponseStatus),
79363
79391
  /* harmony export */ "DbResult": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.DbResult),
79364
79392
  /* harmony export */ "DbValueFormat": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.DbValueFormat),
79365
- /* harmony export */ "DefaultSupportedTypes": () => (/* reexport safe */ _RealityDataAccessProps__WEBPACK_IMPORTED_MODULE_87__.DefaultSupportedTypes),
79366
- /* harmony export */ "DevToolsRpcInterface": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_95__.DevToolsRpcInterface),
79367
- /* harmony export */ "DevToolsStatsOptions": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_95__.DevToolsStatsOptions),
79393
+ /* harmony export */ "DefaultSupportedTypes": () => (/* reexport safe */ _RealityDataAccessProps__WEBPACK_IMPORTED_MODULE_88__.DefaultSupportedTypes),
79394
+ /* harmony export */ "DevToolsRpcInterface": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_96__.DevToolsRpcInterface),
79395
+ /* harmony export */ "DevToolsStatsOptions": () => (/* reexport safe */ _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_96__.DevToolsStatsOptions),
79368
79396
  /* harmony export */ "DisplayStyle3dSettings": () => (/* reexport safe */ _DisplayStyleSettings__WEBPACK_IMPORTED_MODULE_19__.DisplayStyle3dSettings),
79369
79397
  /* harmony export */ "DisplayStyleSettings": () => (/* reexport safe */ _DisplayStyleSettings__WEBPACK_IMPORTED_MODULE_19__.DisplayStyleSettings),
79370
79398
  /* harmony export */ "DomainOptions": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.DomainOptions),
@@ -79372,9 +79400,9 @@ __webpack_require__.r(__webpack_exports__);
79372
79400
  /* harmony export */ "ECSqlReader": () => (/* reexport safe */ _ECSqlReader__WEBPACK_IMPORTED_MODULE_82__.ECSqlReader),
79373
79401
  /* harmony export */ "ECSqlSystemProperty": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_22__.ECSqlSystemProperty),
79374
79402
  /* harmony export */ "ECSqlValueType": () => (/* reexport safe */ _ECSqlTypes__WEBPACK_IMPORTED_MODULE_22__.ECSqlValueType),
79375
- /* harmony export */ "Easing": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_117__.Easing),
79403
+ /* harmony export */ "Easing": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_118__.Easing),
79376
79404
  /* harmony export */ "EcefLocation": () => (/* reexport safe */ _IModel__WEBPACK_IMPORTED_MODULE_62__.EcefLocation),
79377
- /* harmony export */ "EdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.EdgeArgs),
79405
+ /* harmony export */ "EdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.EdgeArgs),
79378
79406
  /* harmony export */ "ElementGeometry": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_41__.ElementGeometry),
79379
79407
  /* harmony export */ "ElementGeometryChange": () => (/* reexport safe */ _ModelGeometryChanges__WEBPACK_IMPORTED_MODULE_84__.ElementGeometryChange),
79380
79408
  /* harmony export */ "ElementGeometryOpcode": () => (/* reexport safe */ _geometry_ElementGeometry__WEBPACK_IMPORTED_MODULE_41__.ElementGeometryOpcode),
@@ -79392,7 +79420,7 @@ __webpack_require__.r(__webpack_exports__);
79392
79420
  /* harmony export */ "FeatureOverrideType": () => (/* reexport safe */ _EmphasizeElementsProps__WEBPACK_IMPORTED_MODULE_25__.FeatureOverrideType),
79393
79421
  /* harmony export */ "FeatureOverrides": () => (/* reexport safe */ _FeatureSymbology__WEBPACK_IMPORTED_MODULE_31__.FeatureOverrides),
79394
79422
  /* harmony export */ "FeatureTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_32__.FeatureTable),
79395
- /* harmony export */ "FeatureTableHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_146__.FeatureTableHeader),
79423
+ /* harmony export */ "FeatureTableHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__.FeatureTableHeader),
79396
79424
  /* harmony export */ "FillDisplay": () => (/* reexport safe */ _GeometryParams__WEBPACK_IMPORTED_MODULE_52__.FillDisplay),
79397
79425
  /* harmony export */ "FillFlags": () => (/* reexport safe */ _GraphicParams__WEBPACK_IMPORTED_MODULE_55__.FillFlags),
79398
79426
  /* harmony export */ "FontMap": () => (/* reexport safe */ _Fonts__WEBPACK_IMPORTED_MODULE_33__.FontMap),
@@ -79413,15 +79441,15 @@ __webpack_require__.r(__webpack_exports__);
79413
79441
  /* harmony export */ "GeometryStreamFlags": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_45__.GeometryStreamFlags),
79414
79442
  /* harmony export */ "GeometryStreamIterator": () => (/* reexport safe */ _geometry_GeometryStream__WEBPACK_IMPORTED_MODULE_45__.GeometryStreamIterator),
79415
79443
  /* harmony export */ "GeometrySummaryVerbosity": () => (/* reexport safe */ _GeometrySummary__WEBPACK_IMPORTED_MODULE_53__.GeometrySummaryVerbosity),
79416
- /* harmony export */ "GlbHeader": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_144__.GlbHeader),
79444
+ /* harmony export */ "GlbHeader": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_146__.GlbHeader),
79417
79445
  /* harmony export */ "GlobeMode": () => (/* reexport safe */ _BackgroundMapSettings__WEBPACK_IMPORTED_MODULE_4__.GlobeMode),
79418
- /* harmony export */ "GltfV2ChunkTypes": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_144__.GltfV2ChunkTypes),
79419
- /* harmony export */ "GltfVersions": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_144__.GltfVersions),
79446
+ /* harmony export */ "GltfV2ChunkTypes": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_146__.GltfV2ChunkTypes),
79447
+ /* harmony export */ "GltfVersions": () => (/* reexport safe */ _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_146__.GltfVersions),
79420
79448
  /* harmony export */ "Gradient": () => (/* reexport safe */ _Gradient__WEBPACK_IMPORTED_MODULE_54__.Gradient),
79421
79449
  /* harmony export */ "GraphicParams": () => (/* reexport safe */ _GraphicParams__WEBPACK_IMPORTED_MODULE_55__.GraphicParams),
79422
79450
  /* harmony export */ "GridFileDefinition": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_43__.GridFileDefinition),
79423
79451
  /* harmony export */ "GridFileTransform": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_43__.GridFileTransform),
79424
- /* harmony export */ "GridOrientationType": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_119__.GridOrientationType),
79452
+ /* harmony export */ "GridOrientationType": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_120__.GridOrientationType),
79425
79453
  /* harmony export */ "GroundPlane": () => (/* reexport safe */ _GroundPlane__WEBPACK_IMPORTED_MODULE_56__.GroundPlane),
79426
79454
  /* harmony export */ "HSLColor": () => (/* reexport safe */ _HSLColor__WEBPACK_IMPORTED_MODULE_59__.HSLColor),
79427
79455
  /* harmony export */ "HSVColor": () => (/* reexport safe */ _HSVColor__WEBPACK_IMPORTED_MODULE_60__.HSVColor),
@@ -79432,15 +79460,15 @@ __webpack_require__.r(__webpack_exports__);
79432
79460
  /* harmony export */ "Hilite": () => (/* reexport safe */ _Hilite__WEBPACK_IMPORTED_MODULE_58__.Hilite),
79433
79461
  /* harmony export */ "HorizontalCRS": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_40__.HorizontalCRS),
79434
79462
  /* harmony export */ "HorizontalCRSExtent": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_40__.HorizontalCRSExtent),
79435
- /* harmony export */ "I3dmHeader": () => (/* reexport safe */ _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_145__.I3dmHeader),
79463
+ /* harmony export */ "I3dmHeader": () => (/* reexport safe */ _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_147__.I3dmHeader),
79436
79464
  /* harmony export */ "IModel": () => (/* reexport safe */ _IModel__WEBPACK_IMPORTED_MODULE_62__.IModel),
79437
79465
  /* harmony export */ "IModelError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.IModelError),
79438
- /* harmony export */ "IModelNotFoundResponse": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_96__.IModelNotFoundResponse),
79439
- /* harmony export */ "IModelReadRpcInterface": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_96__.IModelReadRpcInterface),
79466
+ /* harmony export */ "IModelNotFoundResponse": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_97__.IModelNotFoundResponse),
79467
+ /* harmony export */ "IModelReadRpcInterface": () => (/* reexport safe */ _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_97__.IModelReadRpcInterface),
79440
79468
  /* harmony export */ "IModelStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.IModelStatus),
79441
- /* harmony export */ "IModelTileRpcInterface": () => (/* reexport safe */ _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_97__.IModelTileRpcInterface),
79469
+ /* harmony export */ "IModelTileRpcInterface": () => (/* reexport safe */ _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_98__.IModelTileRpcInterface),
79442
79470
  /* harmony export */ "IModelVersion": () => (/* reexport safe */ _IModelVersion__WEBPACK_IMPORTED_MODULE_64__.IModelVersion),
79443
- /* harmony export */ "INSTANCE": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_130__.INSTANCE),
79471
+ /* harmony export */ "INSTANCE": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.INSTANCE),
79444
79472
  /* harmony export */ "ImageBuffer": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.ImageBuffer),
79445
79473
  /* harmony export */ "ImageBufferFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.ImageBufferFormat),
79446
79474
  /* harmony export */ "ImageGraphic": () => (/* reexport safe */ _geometry_ImageGraphic__WEBPACK_IMPORTED_MODULE_46__.ImageGraphic),
@@ -79448,10 +79476,10 @@ __webpack_require__.r(__webpack_exports__);
79448
79476
  /* harmony export */ "ImageMapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_74__.ImageMapLayerSettings),
79449
79477
  /* harmony export */ "ImageSource": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.ImageSource),
79450
79478
  /* harmony export */ "ImageSourceFormat": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.ImageSourceFormat),
79451
- /* harmony export */ "ImdlFlags": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_146__.ImdlFlags),
79452
- /* harmony export */ "ImdlHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_146__.ImdlHeader),
79479
+ /* harmony export */ "ImdlFlags": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__.ImdlFlags),
79480
+ /* harmony export */ "ImdlHeader": () => (/* reexport safe */ _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__.ImdlHeader),
79453
79481
  /* harmony export */ "InternetConnectivityStatus": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_79__.InternetConnectivityStatus),
79454
- /* harmony export */ "Interpolation": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_117__.Interpolation),
79482
+ /* harmony export */ "Interpolation": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_118__.Interpolation),
79455
79483
  /* harmony export */ "IpcAppChannel": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_69__.IpcAppChannel),
79456
79484
  /* harmony export */ "IpcSession": () => (/* reexport safe */ _ipc_IpcSession__WEBPACK_IMPORTED_MODULE_68__.IpcSession),
79457
79485
  /* harmony export */ "IpcWebSocket": () => (/* reexport safe */ _ipc_IpcWebSocket__WEBPACK_IMPORTED_MODULE_66__.IpcWebSocket),
@@ -79466,12 +79494,12 @@ __webpack_require__.r(__webpack_exports__);
79466
79494
  /* harmony export */ "MapImagerySettings": () => (/* reexport safe */ _MapImagerySettings__WEBPACK_IMPORTED_MODULE_73__.MapImagerySettings),
79467
79495
  /* harmony export */ "MapLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_74__.MapLayerSettings),
79468
79496
  /* harmony export */ "MapSubLayerSettings": () => (/* reexport safe */ _MapLayerSettings__WEBPACK_IMPORTED_MODULE_74__.MapSubLayerSettings),
79469
- /* harmony export */ "MarshalingBinaryMarker": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_126__.MarshalingBinaryMarker),
79497
+ /* harmony export */ "MarshalingBinaryMarker": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_127__.MarshalingBinaryMarker),
79470
79498
  /* harmony export */ "MassPropertiesOperation": () => (/* reexport safe */ _MassProperties__WEBPACK_IMPORTED_MODULE_75__.MassPropertiesOperation),
79471
- /* harmony export */ "MeshEdge": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.MeshEdge),
79472
- /* harmony export */ "MeshEdges": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.MeshEdges),
79473
- /* harmony export */ "MeshPolyline": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.MeshPolyline),
79474
- /* harmony export */ "MeshPolylineList": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.MeshPolylineList),
79499
+ /* harmony export */ "MeshEdge": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.MeshEdge),
79500
+ /* harmony export */ "MeshEdges": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.MeshEdges),
79501
+ /* harmony export */ "MeshPolyline": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.MeshPolyline),
79502
+ /* harmony export */ "MeshPolylineList": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.MeshPolylineList),
79475
79503
  /* harmony export */ "ModelClipGroup": () => (/* reexport safe */ _ModelClipGroup__WEBPACK_IMPORTED_MODULE_77__.ModelClipGroup),
79476
79504
  /* harmony export */ "ModelClipGroups": () => (/* reexport safe */ _ModelClipGroup__WEBPACK_IMPORTED_MODULE_77__.ModelClipGroups),
79477
79505
  /* harmony export */ "ModelGeometryChanges": () => (/* reexport safe */ _ModelGeometryChanges__WEBPACK_IMPORTED_MODULE_84__.ModelGeometryChanges),
@@ -79482,11 +79510,11 @@ __webpack_require__.r(__webpack_exports__);
79482
79510
  /* harmony export */ "Npc": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_34__.Npc),
79483
79511
  /* harmony export */ "NpcCenter": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_34__.NpcCenter),
79484
79512
  /* harmony export */ "NpcCorners": () => (/* reexport safe */ _Frustum__WEBPACK_IMPORTED_MODULE_34__.NpcCorners),
79485
- /* harmony export */ "OPERATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_130__.OPERATION),
79513
+ /* harmony export */ "OPERATION": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.OPERATION),
79486
79514
  /* harmony export */ "OctEncodedNormal": () => (/* reexport safe */ _OctEncodedNormal__WEBPACK_IMPORTED_MODULE_80__.OctEncodedNormal),
79487
79515
  /* harmony export */ "OctEncodedNormalPair": () => (/* reexport safe */ _OctEncodedNormal__WEBPACK_IMPORTED_MODULE_80__.OctEncodedNormalPair),
79488
79516
  /* harmony export */ "OverriddenBy": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_79__.OverriddenBy),
79489
- /* harmony export */ "POLICY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_130__.POLICY),
79517
+ /* harmony export */ "POLICY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.POLICY),
79490
79518
  /* harmony export */ "PackedFeatureTable": () => (/* reexport safe */ _FeatureTable__WEBPACK_IMPORTED_MODULE_32__.PackedFeatureTable),
79491
79519
  /* harmony export */ "Placement2d": () => (/* reexport safe */ _geometry_Placement__WEBPACK_IMPORTED_MODULE_48__.Placement2d),
79492
79520
  /* harmony export */ "Placement3d": () => (/* reexport safe */ _geometry_Placement__WEBPACK_IMPORTED_MODULE_48__.Placement3d),
@@ -79494,161 +79522,162 @@ __webpack_require__.r(__webpack_exports__);
79494
79522
  /* harmony export */ "PlanarClipMaskMode": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_83__.PlanarClipMaskMode),
79495
79523
  /* harmony export */ "PlanarClipMaskPriority": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_83__.PlanarClipMaskPriority),
79496
79524
  /* harmony export */ "PlanarClipMaskSettings": () => (/* reexport safe */ _PlanarClipMask__WEBPACK_IMPORTED_MODULE_83__.PlanarClipMaskSettings),
79497
- /* harmony export */ "PntsHeader": () => (/* reexport safe */ _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_147__.PntsHeader),
79498
- /* harmony export */ "PointCloudDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_88__.PointCloudDisplaySettings),
79499
- /* harmony export */ "PolylineData": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.PolylineData),
79500
- /* harmony export */ "PolylineEdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.PolylineEdgeArgs),
79501
- /* harmony export */ "PolylineFlags": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.PolylineFlags),
79502
- /* harmony export */ "PolylineTypeFlags": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.PolylineTypeFlags),
79525
+ /* harmony export */ "PntsHeader": () => (/* reexport safe */ _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_149__.PntsHeader),
79526
+ /* harmony export */ "PointCloudDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_89__.PointCloudDisplaySettings),
79527
+ /* harmony export */ "PolylineData": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.PolylineData),
79528
+ /* harmony export */ "PolylineEdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.PolylineEdgeArgs),
79529
+ /* harmony export */ "PolylineFlags": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.PolylineFlags),
79530
+ /* harmony export */ "PolylineTypeFlags": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.PolylineTypeFlags),
79503
79531
  /* harmony export */ "PositionalVectorTransform": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_43__.PositionalVectorTransform),
79504
79532
  /* harmony export */ "PrimitiveTypeCode": () => (/* reexport safe */ _EntityProps__WEBPACK_IMPORTED_MODULE_26__.PrimitiveTypeCode),
79505
79533
  /* harmony export */ "ProfileOptions": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.ProfileOptions),
79506
79534
  /* harmony export */ "Projection": () => (/* reexport safe */ _geometry_Projection__WEBPACK_IMPORTED_MODULE_49__.Projection),
79507
79535
  /* harmony export */ "PropertyMetaData": () => (/* reexport safe */ _EntityProps__WEBPACK_IMPORTED_MODULE_26__.PropertyMetaData),
79508
79536
  /* harmony export */ "PropertyMetaDataMap": () => (/* reexport safe */ _ECSqlReader__WEBPACK_IMPORTED_MODULE_82__.PropertyMetaDataMap),
79509
- /* harmony export */ "QParams2d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QParams2d),
79510
- /* harmony export */ "QParams3d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QParams3d),
79511
- /* harmony export */ "QPoint2d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QPoint2d),
79512
- /* harmony export */ "QPoint2dBuffer": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QPoint2dBuffer),
79513
- /* harmony export */ "QPoint2dBufferBuilder": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QPoint2dBufferBuilder),
79514
- /* harmony export */ "QPoint2dList": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QPoint2dList),
79515
- /* harmony export */ "QPoint3d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QPoint3d),
79516
- /* harmony export */ "QPoint3dBuffer": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QPoint3dBuffer),
79517
- /* harmony export */ "QPoint3dBufferBuilder": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QPoint3dBufferBuilder),
79518
- /* harmony export */ "QPoint3dList": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.QPoint3dList),
79519
- /* harmony export */ "Quantization": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_86__.Quantization),
79537
+ /* harmony export */ "QParams2d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QParams2d),
79538
+ /* harmony export */ "QParams3d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QParams3d),
79539
+ /* harmony export */ "QPoint2d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint2d),
79540
+ /* harmony export */ "QPoint2dBuffer": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint2dBuffer),
79541
+ /* harmony export */ "QPoint2dBufferBuilder": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint2dBufferBuilder),
79542
+ /* harmony export */ "QPoint2dList": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint2dList),
79543
+ /* harmony export */ "QPoint3d": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint3d),
79544
+ /* harmony export */ "QPoint3dBuffer": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint3dBuffer),
79545
+ /* harmony export */ "QPoint3dBufferBuilder": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint3dBufferBuilder),
79546
+ /* harmony export */ "QPoint3dList": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.QPoint3dList),
79547
+ /* harmony export */ "Quantization": () => (/* reexport safe */ _QPoint__WEBPACK_IMPORTED_MODULE_87__.Quantization),
79520
79548
  /* harmony export */ "QueryBinder": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.QueryBinder),
79521
79549
  /* harmony export */ "QueryOptionsBuilder": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.QueryOptionsBuilder),
79522
79550
  /* harmony export */ "QueryRowFormat": () => (/* reexport safe */ _ConcurrentQuery__WEBPACK_IMPORTED_MODULE_81__.QueryRowFormat),
79523
- /* harmony export */ "REGISTRY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_130__.REGISTRY),
79551
+ /* harmony export */ "REGISTRY": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.REGISTRY),
79524
79552
  /* harmony export */ "Rank": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.Rank),
79525
79553
  /* harmony export */ "RealityDataFormat": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.RealityDataFormat),
79526
79554
  /* harmony export */ "RealityDataProvider": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.RealityDataProvider),
79527
79555
  /* harmony export */ "RealityDataSourceKey": () => (/* reexport safe */ _ContextRealityModel__WEBPACK_IMPORTED_MODULE_18__.RealityDataSourceKey),
79528
- /* harmony export */ "RealityModelDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_88__.RealityModelDisplaySettings),
79556
+ /* harmony export */ "RealityModelDisplaySettings": () => (/* reexport safe */ _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_89__.RealityModelDisplaySettings),
79529
79557
  /* harmony export */ "RelatedElement": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.RelatedElement),
79530
- /* harmony export */ "RenderMaterial": () => (/* reexport safe */ _RenderMaterial__WEBPACK_IMPORTED_MODULE_90__.RenderMaterial),
79531
- /* harmony export */ "RenderMode": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_120__.RenderMode),
79532
- /* harmony export */ "RenderSchedule": () => (/* reexport safe */ _RenderSchedule__WEBPACK_IMPORTED_MODULE_91__.RenderSchedule),
79533
- /* harmony export */ "RenderTexture": () => (/* reexport safe */ _RenderTexture__WEBPACK_IMPORTED_MODULE_92__.RenderTexture),
79558
+ /* harmony export */ "RenderMaterial": () => (/* reexport safe */ _RenderMaterial__WEBPACK_IMPORTED_MODULE_91__.RenderMaterial),
79559
+ /* harmony export */ "RenderMode": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_121__.RenderMode),
79560
+ /* harmony export */ "RenderSchedule": () => (/* reexport safe */ _RenderSchedule__WEBPACK_IMPORTED_MODULE_92__.RenderSchedule),
79561
+ /* harmony export */ "RenderTexture": () => (/* reexport safe */ _RenderTexture__WEBPACK_IMPORTED_MODULE_93__.RenderTexture),
79534
79562
  /* harmony export */ "RepositoryStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.RepositoryStatus),
79535
- /* harmony export */ "ResponseLike": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_131__.ResponseLike),
79536
- /* harmony export */ "RgbColor": () => (/* reexport safe */ _RgbColor__WEBPACK_IMPORTED_MODULE_93__.RgbColor),
79537
- /* harmony export */ "RpcConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_94__.RpcConfiguration),
79538
- /* harmony export */ "RpcContentType": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_122__.RpcContentType),
79539
- /* harmony export */ "RpcControlChannel": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_123__.RpcControlChannel),
79540
- /* harmony export */ "RpcControlResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_123__.RpcControlResponse),
79541
- /* harmony export */ "RpcDefaultConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_94__.RpcDefaultConfiguration),
79542
- /* harmony export */ "RpcDirectProtocol": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_94__.RpcDirectProtocol),
79543
- /* harmony export */ "RpcDirectRequest": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_94__.RpcDirectRequest),
79544
- /* harmony export */ "RpcEndpoint": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_122__.RpcEndpoint),
79545
- /* harmony export */ "RpcInterface": () => (/* reexport safe */ _RpcInterface__WEBPACK_IMPORTED_MODULE_101__.RpcInterface),
79563
+ /* harmony export */ "ResponseLike": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__.ResponseLike),
79564
+ /* harmony export */ "RgbColor": () => (/* reexport safe */ _RgbColor__WEBPACK_IMPORTED_MODULE_94__.RgbColor),
79565
+ /* harmony export */ "RpcConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcConfiguration),
79566
+ /* harmony export */ "RpcContentType": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcContentType),
79567
+ /* harmony export */ "RpcControlChannel": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__.RpcControlChannel),
79568
+ /* harmony export */ "RpcControlResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__.RpcControlResponse),
79569
+ /* harmony export */ "RpcDefaultConfiguration": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcDefaultConfiguration),
79570
+ /* harmony export */ "RpcDirectProtocol": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcDirectProtocol),
79571
+ /* harmony export */ "RpcDirectRequest": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcDirectRequest),
79572
+ /* harmony export */ "RpcEndpoint": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcEndpoint),
79573
+ /* harmony export */ "RpcInterface": () => (/* reexport safe */ _RpcInterface__WEBPACK_IMPORTED_MODULE_102__.RpcInterface),
79546
79574
  /* harmony export */ "RpcInterfaceStatus": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.RpcInterfaceStatus),
79547
- /* harmony export */ "RpcInvocation": () => (/* reexport safe */ _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_124__.RpcInvocation),
79548
- /* harmony export */ "RpcManager": () => (/* reexport safe */ _RpcManager__WEBPACK_IMPORTED_MODULE_102__.RpcManager),
79549
- /* harmony export */ "RpcMarshaling": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_126__.RpcMarshaling),
79550
- /* harmony export */ "RpcMultipart": () => (/* reexport safe */ _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_138__.RpcMultipart),
79551
- /* harmony export */ "RpcNotFoundResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_123__.RpcNotFoundResponse),
79552
- /* harmony export */ "RpcOpenAPIDescription": () => (/* reexport safe */ _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_137__.RpcOpenAPIDescription),
79553
- /* harmony export */ "RpcOperation": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_127__.RpcOperation),
79554
- /* harmony export */ "RpcOperationPolicy": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_127__.RpcOperationPolicy),
79555
- /* harmony export */ "RpcPendingQueue": () => (/* reexport safe */ _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_128__.RpcPendingQueue),
79556
- /* harmony export */ "RpcPendingResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_123__.RpcPendingResponse),
79557
- /* harmony export */ "RpcProtocol": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_129__.RpcProtocol),
79558
- /* harmony export */ "RpcProtocolEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_122__.RpcProtocolEvent),
79559
- /* harmony export */ "RpcProtocolVersion": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_129__.RpcProtocolVersion),
79560
- /* harmony export */ "RpcPushChannel": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_134__.RpcPushChannel),
79561
- /* harmony export */ "RpcPushConnection": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_134__.RpcPushConnection),
79562
- /* harmony export */ "RpcPushService": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_134__.RpcPushService),
79563
- /* harmony export */ "RpcPushSubscription": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_134__.RpcPushSubscription),
79564
- /* harmony export */ "RpcPushTransport": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_134__.RpcPushTransport),
79565
- /* harmony export */ "RpcRegistry": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_130__.RpcRegistry),
79566
- /* harmony export */ "RpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_131__.RpcRequest),
79567
- /* harmony export */ "RpcRequestEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_122__.RpcRequestEvent),
79568
- /* harmony export */ "RpcRequestFulfillment": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_129__.RpcRequestFulfillment),
79569
- /* harmony export */ "RpcRequestStatus": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_122__.RpcRequestStatus),
79570
- /* harmony export */ "RpcResponseCacheControl": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_122__.RpcResponseCacheControl),
79571
- /* harmony export */ "RpcRoutingMap": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_94__.RpcRoutingMap),
79572
- /* harmony export */ "RpcRoutingToken": () => (/* reexport safe */ _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_133__.RpcRoutingToken),
79573
- /* harmony export */ "RpcSerializedValue": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_126__.RpcSerializedValue),
79574
- /* harmony export */ "RpcSessionInvocation": () => (/* reexport safe */ _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_125__.RpcSessionInvocation),
79575
+ /* harmony export */ "RpcInvocation": () => (/* reexport safe */ _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_125__.RpcInvocation),
79576
+ /* harmony export */ "RpcManager": () => (/* reexport safe */ _RpcManager__WEBPACK_IMPORTED_MODULE_103__.RpcManager),
79577
+ /* harmony export */ "RpcMarshaling": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_127__.RpcMarshaling),
79578
+ /* harmony export */ "RpcMultipart": () => (/* reexport safe */ _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_139__.RpcMultipart),
79579
+ /* harmony export */ "RpcNotFoundResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__.RpcNotFoundResponse),
79580
+ /* harmony export */ "RpcOpenAPIDescription": () => (/* reexport safe */ _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_138__.RpcOpenAPIDescription),
79581
+ /* harmony export */ "RpcOperation": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_128__.RpcOperation),
79582
+ /* harmony export */ "RpcOperationPolicy": () => (/* reexport safe */ _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_128__.RpcOperationPolicy),
79583
+ /* harmony export */ "RpcPendingQueue": () => (/* reexport safe */ _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_129__.RpcPendingQueue),
79584
+ /* harmony export */ "RpcPendingResponse": () => (/* reexport safe */ _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__.RpcPendingResponse),
79585
+ /* harmony export */ "RpcProtocol": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_130__.RpcProtocol),
79586
+ /* harmony export */ "RpcProtocolEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcProtocolEvent),
79587
+ /* harmony export */ "RpcProtocolVersion": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_130__.RpcProtocolVersion),
79588
+ /* harmony export */ "RpcPushChannel": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushChannel),
79589
+ /* harmony export */ "RpcPushConnection": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushConnection),
79590
+ /* harmony export */ "RpcPushService": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushService),
79591
+ /* harmony export */ "RpcPushSubscription": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushSubscription),
79592
+ /* harmony export */ "RpcPushTransport": () => (/* reexport safe */ _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__.RpcPushTransport),
79593
+ /* harmony export */ "RpcRegistry": () => (/* reexport safe */ _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__.RpcRegistry),
79594
+ /* harmony export */ "RpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__.RpcRequest),
79595
+ /* harmony export */ "RpcRequestEvent": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcRequestEvent),
79596
+ /* harmony export */ "RpcRequestFulfillment": () => (/* reexport safe */ _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_130__.RpcRequestFulfillment),
79597
+ /* harmony export */ "RpcRequestStatus": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcRequestStatus),
79598
+ /* harmony export */ "RpcResponseCacheControl": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.RpcResponseCacheControl),
79599
+ /* harmony export */ "RpcRoutingMap": () => (/* reexport safe */ _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__.RpcRoutingMap),
79600
+ /* harmony export */ "RpcRoutingToken": () => (/* reexport safe */ _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_134__.RpcRoutingToken),
79601
+ /* harmony export */ "RpcSerializedValue": () => (/* reexport safe */ _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_127__.RpcSerializedValue),
79602
+ /* harmony export */ "RpcSessionInvocation": () => (/* reexport safe */ _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_126__.RpcSessionInvocation),
79575
79603
  /* harmony export */ "SchemaState": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.SchemaState),
79576
79604
  /* harmony export */ "SectionType": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.SectionType),
79577
79605
  /* harmony export */ "ServerError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.ServerError),
79578
79606
  /* harmony export */ "ServerTimeoutError": () => (/* reexport safe */ _IModelError__WEBPACK_IMPORTED_MODULE_63__.ServerTimeoutError),
79579
- /* harmony export */ "SilhouetteEdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_89__.SilhouetteEdgeArgs),
79580
- /* harmony export */ "SkyBox": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_104__.SkyBox),
79581
- /* harmony export */ "SkyBoxImageType": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_104__.SkyBoxImageType),
79582
- /* harmony export */ "SkyCube": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_104__.SkyCube),
79583
- /* harmony export */ "SkyGradient": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_104__.SkyGradient),
79584
- /* harmony export */ "SkySphere": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_104__.SkySphere),
79585
- /* harmony export */ "SnapshotIModelRpcInterface": () => (/* reexport safe */ _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_98__.SnapshotIModelRpcInterface),
79607
+ /* harmony export */ "SilhouetteEdgeArgs": () => (/* reexport safe */ _Render__WEBPACK_IMPORTED_MODULE_90__.SilhouetteEdgeArgs),
79608
+ /* harmony export */ "SkyBox": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkyBox),
79609
+ /* harmony export */ "SkyBoxImageType": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkyBoxImageType),
79610
+ /* harmony export */ "SkyCube": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkyCube),
79611
+ /* harmony export */ "SkyGradient": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkyGradient),
79612
+ /* harmony export */ "SkySphere": () => (/* reexport safe */ _SkyBox__WEBPACK_IMPORTED_MODULE_105__.SkySphere),
79613
+ /* harmony export */ "SnapshotIModelRpcInterface": () => (/* reexport safe */ _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_99__.SnapshotIModelRpcInterface),
79586
79614
  /* harmony export */ "SolarLight": () => (/* reexport safe */ _LightSettings__WEBPACK_IMPORTED_MODULE_70__.SolarLight),
79587
- /* harmony export */ "SolarShadowSettings": () => (/* reexport safe */ _SolarShadows__WEBPACK_IMPORTED_MODULE_107__.SolarShadowSettings),
79588
- /* harmony export */ "SpatialClassifier": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_108__.SpatialClassifier),
79589
- /* harmony export */ "SpatialClassifierFlags": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_108__.SpatialClassifierFlags),
79590
- /* harmony export */ "SpatialClassifierInsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_108__.SpatialClassifierInsideDisplay),
79591
- /* harmony export */ "SpatialClassifierOutsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_108__.SpatialClassifierOutsideDisplay),
79592
- /* harmony export */ "SpatialClassifiers": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_108__.SpatialClassifiers),
79593
- /* harmony export */ "SubCategoryAppearance": () => (/* reexport safe */ _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_109__.SubCategoryAppearance),
79594
- /* harmony export */ "SubCategoryOverride": () => (/* reexport safe */ _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_110__.SubCategoryOverride),
79615
+ /* harmony export */ "SolarShadowSettings": () => (/* reexport safe */ _SolarShadows__WEBPACK_IMPORTED_MODULE_108__.SolarShadowSettings),
79616
+ /* harmony export */ "SpatialClassifier": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifier),
79617
+ /* harmony export */ "SpatialClassifierFlags": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifierFlags),
79618
+ /* harmony export */ "SpatialClassifierInsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifierInsideDisplay),
79619
+ /* harmony export */ "SpatialClassifierOutsideDisplay": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifierOutsideDisplay),
79620
+ /* harmony export */ "SpatialClassifiers": () => (/* reexport safe */ _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__.SpatialClassifiers),
79621
+ /* harmony export */ "SubCategoryAppearance": () => (/* reexport safe */ _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_110__.SubCategoryAppearance),
79622
+ /* harmony export */ "SubCategoryOverride": () => (/* reexport safe */ _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_111__.SubCategoryOverride),
79595
79623
  /* harmony export */ "SyncMode": () => (/* reexport safe */ _BriefcaseTypes__WEBPACK_IMPORTED_MODULE_6__.SyncMode),
79596
- /* harmony export */ "TerrainHeightOriginMode": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_111__.TerrainHeightOriginMode),
79597
- /* harmony export */ "TerrainSettings": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_111__.TerrainSettings),
79598
- /* harmony export */ "TestRpcManager": () => (/* reexport safe */ _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_99__.TestRpcManager),
79624
+ /* harmony export */ "TerrainHeightOriginMode": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_112__.TerrainHeightOriginMode),
79625
+ /* harmony export */ "TerrainSettings": () => (/* reexport safe */ _TerrainSettings__WEBPACK_IMPORTED_MODULE_112__.TerrainSettings),
79626
+ /* harmony export */ "TestRpcManager": () => (/* reexport safe */ _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_100__.TestRpcManager),
79599
79627
  /* harmony export */ "TextString": () => (/* reexport safe */ _geometry_TextString__WEBPACK_IMPORTED_MODULE_50__.TextString),
79600
79628
  /* harmony export */ "TextureMapUnits": () => (/* reexport safe */ _MaterialProps__WEBPACK_IMPORTED_MODULE_76__.TextureMapUnits),
79601
- /* harmony export */ "TextureMapping": () => (/* reexport safe */ _TextureMapping__WEBPACK_IMPORTED_MODULE_112__.TextureMapping),
79602
- /* harmony export */ "TextureTransparency": () => (/* reexport safe */ _TextureProps__WEBPACK_IMPORTED_MODULE_113__.TextureTransparency),
79603
- /* harmony export */ "ThematicDisplay": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_114__.ThematicDisplay),
79604
- /* harmony export */ "ThematicDisplayMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_114__.ThematicDisplayMode),
79605
- /* harmony export */ "ThematicDisplaySensor": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_114__.ThematicDisplaySensor),
79606
- /* harmony export */ "ThematicDisplaySensorSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_114__.ThematicDisplaySensorSettings),
79607
- /* harmony export */ "ThematicGradientColorScheme": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_114__.ThematicGradientColorScheme),
79608
- /* harmony export */ "ThematicGradientMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_114__.ThematicGradientMode),
79609
- /* harmony export */ "ThematicGradientSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_114__.ThematicGradientSettings),
79610
- /* harmony export */ "TileContentSource": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_116__.TileContentSource),
79611
- /* harmony export */ "TileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_148__.TileFormat),
79612
- /* harmony export */ "TileHeader": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_148__.TileHeader),
79613
- /* harmony export */ "TileMetadataReader": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.TileMetadataReader),
79614
- /* harmony export */ "TileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.TileOptions),
79615
- /* harmony export */ "TileReadError": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_148__.TileReadError),
79616
- /* harmony export */ "TileReadStatus": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_148__.TileReadStatus),
79617
- /* harmony export */ "TreeFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.TreeFlags),
79618
- /* harmony export */ "Tween": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_117__.Tween),
79619
- /* harmony export */ "Tweens": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_117__.Tweens),
79620
- /* harmony export */ "TxnAction": () => (/* reexport safe */ _TxnAction__WEBPACK_IMPORTED_MODULE_118__.TxnAction),
79629
+ /* harmony export */ "TextureMapping": () => (/* reexport safe */ _TextureMapping__WEBPACK_IMPORTED_MODULE_113__.TextureMapping),
79630
+ /* harmony export */ "TextureTransparency": () => (/* reexport safe */ _TextureProps__WEBPACK_IMPORTED_MODULE_114__.TextureTransparency),
79631
+ /* harmony export */ "ThematicDisplay": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicDisplay),
79632
+ /* harmony export */ "ThematicDisplayMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicDisplayMode),
79633
+ /* harmony export */ "ThematicDisplaySensor": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicDisplaySensor),
79634
+ /* harmony export */ "ThematicDisplaySensorSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicDisplaySensorSettings),
79635
+ /* harmony export */ "ThematicGradientColorScheme": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicGradientColorScheme),
79636
+ /* harmony export */ "ThematicGradientMode": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicGradientMode),
79637
+ /* harmony export */ "ThematicGradientSettings": () => (/* reexport safe */ _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__.ThematicGradientSettings),
79638
+ /* harmony export */ "TileContentSource": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_117__.TileContentSource),
79639
+ /* harmony export */ "TileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.TileFormat),
79640
+ /* harmony export */ "TileHeader": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.TileHeader),
79641
+ /* harmony export */ "TileMetadataReader": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.TileMetadataReader),
79642
+ /* harmony export */ "TileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.TileOptions),
79643
+ /* harmony export */ "TileReadError": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.TileReadError),
79644
+ /* harmony export */ "TileReadStatus": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.TileReadStatus),
79645
+ /* harmony export */ "TreeFlags": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.TreeFlags),
79646
+ /* harmony export */ "Tween": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_118__.Tween),
79647
+ /* harmony export */ "Tweens": () => (/* reexport safe */ _Tween__WEBPACK_IMPORTED_MODULE_118__.Tweens),
79648
+ /* harmony export */ "TxnAction": () => (/* reexport safe */ _TxnAction__WEBPACK_IMPORTED_MODULE_119__.TxnAction),
79621
79649
  /* harmony export */ "TypeDefinition": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.TypeDefinition),
79622
79650
  /* harmony export */ "TypeOfChange": () => (/* reexport safe */ _ChangedElements__WEBPACK_IMPORTED_MODULE_8__.TypeOfChange),
79623
79651
  /* harmony export */ "VerticalCRS": () => (/* reexport safe */ _geometry_CoordinateReferenceSystem__WEBPACK_IMPORTED_MODULE_40__.VerticalCRS),
79624
- /* harmony export */ "ViewDetails": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_119__.ViewDetails),
79625
- /* harmony export */ "ViewDetails3d": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_119__.ViewDetails3d),
79626
- /* harmony export */ "ViewFlags": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_120__.ViewFlags),
79627
- /* harmony export */ "WEB_RPC_CONSTANTS": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_122__.WEB_RPC_CONSTANTS),
79628
- /* harmony export */ "WebAppRpcProtocol": () => (/* reexport safe */ _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_139__.WebAppRpcProtocol),
79629
- /* harmony export */ "WebAppRpcRequest": () => (/* reexport safe */ _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_140__.WebAppRpcRequest),
79630
- /* harmony export */ "WhiteOnWhiteReversalSettings": () => (/* reexport safe */ _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_150__.WhiteOnWhiteReversalSettings),
79631
- /* harmony export */ "WipRpcInterface": () => (/* reexport safe */ _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_100__.WipRpcInterface),
79652
+ /* harmony export */ "ViewDetails": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_120__.ViewDetails),
79653
+ /* harmony export */ "ViewDetails3d": () => (/* reexport safe */ _ViewDetails__WEBPACK_IMPORTED_MODULE_120__.ViewDetails3d),
79654
+ /* harmony export */ "ViewFlags": () => (/* reexport safe */ _ViewFlags__WEBPACK_IMPORTED_MODULE_121__.ViewFlags),
79655
+ /* harmony export */ "WEB_RPC_CONSTANTS": () => (/* reexport safe */ _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__.WEB_RPC_CONSTANTS),
79656
+ /* harmony export */ "WebAppRpcLogging": () => (/* reexport safe */ _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_142__.WebAppRpcLogging),
79657
+ /* harmony export */ "WebAppRpcProtocol": () => (/* reexport safe */ _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_140__.WebAppRpcProtocol),
79658
+ /* harmony export */ "WebAppRpcRequest": () => (/* reexport safe */ _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_141__.WebAppRpcRequest),
79659
+ /* harmony export */ "WhiteOnWhiteReversalSettings": () => (/* reexport safe */ _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_152__.WhiteOnWhiteReversalSettings),
79660
+ /* harmony export */ "WipRpcInterface": () => (/* reexport safe */ _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_101__.WipRpcInterface),
79632
79661
  /* harmony export */ "XyzRotation": () => (/* reexport safe */ _geometry_GeodeticDatum__WEBPACK_IMPORTED_MODULE_43__.XyzRotation),
79633
- /* harmony export */ "aggregateLoad": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_131__.aggregateLoad),
79634
- /* harmony export */ "bisectTileRange2d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.bisectTileRange2d),
79635
- /* harmony export */ "bisectTileRange3d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.bisectTileRange3d),
79636
- /* harmony export */ "calculateSolarAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_106__.calculateSolarAngles),
79637
- /* harmony export */ "calculateSolarDirection": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_106__.calculateSolarDirection),
79638
- /* harmony export */ "calculateSolarDirectionFromAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_106__.calculateSolarDirectionFromAngles),
79639
- /* harmony export */ "calculateSunriseOrSunset": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_106__.calculateSunriseOrSunset),
79640
- /* harmony export */ "compareIModelTileTreeIds": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.compareIModelTileTreeIds),
79641
- /* harmony export */ "computeChildTileProps": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.computeChildTileProps),
79642
- /* harmony export */ "computeChildTileRanges": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.computeChildTileRanges),
79643
- /* harmony export */ "computeTileChordTolerance": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.computeTileChordTolerance),
79644
- /* harmony export */ "defaultTileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.defaultTileOptions),
79645
- /* harmony export */ "getMaximumMajorTileFormatVersion": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.getMaximumMajorTileFormatVersion),
79662
+ /* harmony export */ "aggregateLoad": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__.aggregateLoad),
79663
+ /* harmony export */ "bisectTileRange2d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.bisectTileRange2d),
79664
+ /* harmony export */ "bisectTileRange3d": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.bisectTileRange3d),
79665
+ /* harmony export */ "calculateSolarAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__.calculateSolarAngles),
79666
+ /* harmony export */ "calculateSolarDirection": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__.calculateSolarDirection),
79667
+ /* harmony export */ "calculateSolarDirectionFromAngles": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__.calculateSolarDirectionFromAngles),
79668
+ /* harmony export */ "calculateSunriseOrSunset": () => (/* reexport safe */ _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__.calculateSunriseOrSunset),
79669
+ /* harmony export */ "compareIModelTileTreeIds": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.compareIModelTileTreeIds),
79670
+ /* harmony export */ "computeChildTileProps": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.computeChildTileProps),
79671
+ /* harmony export */ "computeChildTileRanges": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.computeChildTileRanges),
79672
+ /* harmony export */ "computeTileChordTolerance": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.computeTileChordTolerance),
79673
+ /* harmony export */ "defaultTileOptions": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.defaultTileOptions),
79674
+ /* harmony export */ "getMaximumMajorTileFormatVersion": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.getMaximumMajorTileFormatVersion),
79646
79675
  /* harmony export */ "getPullChangesIpcChannel": () => (/* reexport safe */ _IpcAppProps__WEBPACK_IMPORTED_MODULE_69__.getPullChangesIpcChannel),
79647
- /* harmony export */ "getTileObjectReference": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_116__.getTileObjectReference),
79648
- /* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.iModelTileTreeIdToString),
79676
+ /* harmony export */ "getTileObjectReference": () => (/* reexport safe */ _TileProps__WEBPACK_IMPORTED_MODULE_117__.getTileObjectReference),
79677
+ /* harmony export */ "iModelTileTreeIdToString": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.iModelTileTreeIdToString),
79649
79678
  /* harmony export */ "iTwinChannel": () => (/* reexport safe */ _ipc_IpcSocket__WEBPACK_IMPORTED_MODULE_65__.iTwinChannel),
79650
- /* harmony export */ "initializeRpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_131__.initializeRpcRequest),
79651
- /* harmony export */ "isKnownTileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_148__.isKnownTileFormat),
79679
+ /* harmony export */ "initializeRpcRequest": () => (/* reexport safe */ _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__.initializeRpcRequest),
79680
+ /* harmony export */ "isKnownTileFormat": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.isKnownTileFormat),
79652
79681
  /* harmony export */ "isPlacement2dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.isPlacement2dProps),
79653
79682
  /* harmony export */ "isPlacement3dProps": () => (/* reexport safe */ _ElementProps__WEBPACK_IMPORTED_MODULE_24__.isPlacement3dProps),
79654
79683
  /* harmony export */ "isPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.isPowerOfTwo),
@@ -79657,10 +79686,10 @@ __webpack_require__.r(__webpack_exports__);
79657
79686
  /* harmony export */ "nativeAppChannel": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_79__.nativeAppChannel),
79658
79687
  /* harmony export */ "nativeAppNotify": () => (/* reexport safe */ _NativeAppProps__WEBPACK_IMPORTED_MODULE_79__.nativeAppNotify),
79659
79688
  /* harmony export */ "nextHighestPowerOfTwo": () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_61__.nextHighestPowerOfTwo),
79660
- /* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_148__.nextPoint3d64FromByteStream),
79661
- /* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.parseTileTreeIdAndContentId),
79662
- /* harmony export */ "readTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__.readTileContentDescription),
79663
- /* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_148__.tileFormatFromNumber)
79689
+ /* harmony export */ "nextPoint3d64FromByteStream": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.nextPoint3d64FromByteStream),
79690
+ /* harmony export */ "parseTileTreeIdAndContentId": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.parseTileTreeIdAndContentId),
79691
+ /* harmony export */ "readTileContentDescription": () => (/* reexport safe */ _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__.readTileContentDescription),
79692
+ /* harmony export */ "tileFormatFromNumber": () => (/* reexport safe */ _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__.tileFormatFromNumber)
79664
79693
  /* harmony export */ });
79665
79694
  /* harmony import */ var _AmbientOcclusion__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./AmbientOcclusion */ "../../core/common/lib/esm/AmbientOcclusion.js");
79666
79695
  /* harmony import */ var _AnalysisStyle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AnalysisStyle */ "../../core/common/lib/esm/AnalysisStyle.js");
@@ -79748,71 +79777,73 @@ __webpack_require__.r(__webpack_exports__);
79748
79777
  /* harmony import */ var _PlanarClipMask__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ./PlanarClipMask */ "../../core/common/lib/esm/PlanarClipMask.js");
79749
79778
  /* harmony import */ var _ModelGeometryChanges__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ./ModelGeometryChanges */ "../../core/common/lib/esm/ModelGeometryChanges.js");
79750
79779
  /* harmony import */ var _PlanProjectionSettings__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ./PlanProjectionSettings */ "../../core/common/lib/esm/PlanProjectionSettings.js");
79751
- /* harmony import */ var _QPoint__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./QPoint */ "../../core/common/lib/esm/QPoint.js");
79752
- /* harmony import */ var _RealityDataAccessProps__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./RealityDataAccessProps */ "../../core/common/lib/esm/RealityDataAccessProps.js");
79753
- /* harmony import */ var _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./RealityModelDisplaySettings */ "../../core/common/lib/esm/RealityModelDisplaySettings.js");
79754
- /* harmony import */ var _Render__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./Render */ "../../core/common/lib/esm/Render.js");
79755
- /* harmony import */ var _RenderMaterial__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./RenderMaterial */ "../../core/common/lib/esm/RenderMaterial.js");
79756
- /* harmony import */ var _RenderSchedule__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./RenderSchedule */ "../../core/common/lib/esm/RenderSchedule.js");
79757
- /* harmony import */ var _RenderTexture__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./RenderTexture */ "../../core/common/lib/esm/RenderTexture.js");
79758
- /* harmony import */ var _RgbColor__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./RgbColor */ "../../core/common/lib/esm/RgbColor.js");
79759
- /* harmony import */ var _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./rpc/core/RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
79760
- /* harmony import */ var _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./rpc/DevToolsRpcInterface */ "../../core/common/lib/esm/rpc/DevToolsRpcInterface.js");
79761
- /* harmony import */ var _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./rpc/IModelReadRpcInterface */ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js");
79762
- /* harmony import */ var _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./rpc/IModelTileRpcInterface */ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js");
79763
- /* harmony import */ var _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./rpc/SnapshotIModelRpcInterface */ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js");
79764
- /* harmony import */ var _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./rpc/TestRpcManager */ "../../core/common/lib/esm/rpc/TestRpcManager.js");
79765
- /* harmony import */ var _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./rpc/WipRpcInterface */ "../../core/common/lib/esm/rpc/WipRpcInterface.js");
79766
- /* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
79767
- /* harmony import */ var _RpcManager__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./RpcManager */ "../../core/common/lib/esm/RpcManager.js");
79768
- /* harmony import */ var _SessionProps__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./SessionProps */ "../../core/common/lib/esm/SessionProps.js");
79769
- /* harmony import */ var _SkyBox__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./SkyBox */ "../../core/common/lib/esm/SkyBox.js");
79770
- /* harmony import */ var _Snapping__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./Snapping */ "../../core/common/lib/esm/Snapping.js");
79771
- /* harmony import */ var _SolarCalculate__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./SolarCalculate */ "../../core/common/lib/esm/SolarCalculate.js");
79772
- /* harmony import */ var _SolarShadows__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./SolarShadows */ "../../core/common/lib/esm/SolarShadows.js");
79773
- /* harmony import */ var _SpatialClassification__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./SpatialClassification */ "../../core/common/lib/esm/SpatialClassification.js");
79774
- /* harmony import */ var _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./SubCategoryAppearance */ "../../core/common/lib/esm/SubCategoryAppearance.js");
79775
- /* harmony import */ var _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./SubCategoryOverride */ "../../core/common/lib/esm/SubCategoryOverride.js");
79776
- /* harmony import */ var _TerrainSettings__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./TerrainSettings */ "../../core/common/lib/esm/TerrainSettings.js");
79777
- /* harmony import */ var _TextureMapping__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./TextureMapping */ "../../core/common/lib/esm/TextureMapping.js");
79778
- /* harmony import */ var _TextureProps__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./TextureProps */ "../../core/common/lib/esm/TextureProps.js");
79779
- /* harmony import */ var _ThematicDisplay__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./ThematicDisplay */ "../../core/common/lib/esm/ThematicDisplay.js");
79780
- /* harmony import */ var _Thumbnail__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./Thumbnail */ "../../core/common/lib/esm/Thumbnail.js");
79781
- /* harmony import */ var _TileProps__WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./TileProps */ "../../core/common/lib/esm/TileProps.js");
79782
- /* harmony import */ var _Tween__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./Tween */ "../../core/common/lib/esm/Tween.js");
79783
- /* harmony import */ var _TxnAction__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./TxnAction */ "../../core/common/lib/esm/TxnAction.js");
79784
- /* harmony import */ var _ViewDetails__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./ViewDetails */ "../../core/common/lib/esm/ViewDetails.js");
79785
- /* harmony import */ var _ViewFlags__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./ViewFlags */ "../../core/common/lib/esm/ViewFlags.js");
79786
- /* harmony import */ var _ViewProps__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./ViewProps */ "../../core/common/lib/esm/ViewProps.js");
79787
- /* harmony import */ var _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./rpc/core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
79788
- /* harmony import */ var _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./rpc/core/RpcControl */ "../../core/common/lib/esm/rpc/core/RpcControl.js");
79789
- /* harmony import */ var _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./rpc/core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
79790
- /* harmony import */ var _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./rpc/core/RpcSessionInvocation */ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js");
79791
- /* harmony import */ var _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./rpc/core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
79792
- /* harmony import */ var _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./rpc/core/RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
79793
- /* harmony import */ var _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./rpc/core/RpcPendingQueue */ "../../core/common/lib/esm/rpc/core/RpcPendingQueue.js");
79794
- /* harmony import */ var _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./rpc/core/RpcProtocol */ "../../core/common/lib/esm/rpc/core/RpcProtocol.js");
79795
- /* harmony import */ var _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./rpc/core/RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
79796
- /* harmony import */ var _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./rpc/core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
79797
- /* harmony import */ var _rpc_core_RpcRequestContext__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./rpc/core/RpcRequestContext */ "../../core/common/lib/esm/rpc/core/RpcRequestContext.js");
79798
- /* harmony import */ var _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./rpc/core/RpcRoutingToken */ "../../core/common/lib/esm/rpc/core/RpcRoutingToken.js");
79799
- /* harmony import */ var _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./rpc/core/RpcPush */ "../../core/common/lib/esm/rpc/core/RpcPush.js");
79800
- /* harmony import */ var _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcManager */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcManager.js");
79801
- /* harmony import */ var _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcProtocol */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcProtocol.js");
79802
- /* harmony import */ var _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./rpc/web/OpenAPI */ "../../core/common/lib/esm/rpc/web/OpenAPI.js");
79803
- /* harmony import */ var _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./rpc/web/RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
79804
- /* harmony import */ var _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./rpc/web/WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
79805
- /* harmony import */ var _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./rpc/web/WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
79806
- /* harmony import */ var _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./tile/B3dmTileIO */ "../../core/common/lib/esm/tile/B3dmTileIO.js");
79807
- /* harmony import */ var _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./tile/CompositeTileIO */ "../../core/common/lib/esm/tile/CompositeTileIO.js");
79808
- /* harmony import */ var _tile_ElementGraphics__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./tile/ElementGraphics */ "../../core/common/lib/esm/tile/ElementGraphics.js");
79809
- /* harmony import */ var _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./tile/GltfTileIO */ "../../core/common/lib/esm/tile/GltfTileIO.js");
79810
- /* harmony import */ var _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./tile/I3dmTileIO */ "../../core/common/lib/esm/tile/I3dmTileIO.js");
79811
- /* harmony import */ var _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./tile/IModelTileIO */ "../../core/common/lib/esm/tile/IModelTileIO.js");
79812
- /* harmony import */ var _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./tile/PntsTileIO */ "../../core/common/lib/esm/tile/PntsTileIO.js");
79813
- /* harmony import */ var _tile_TileIO__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./tile/TileIO */ "../../core/common/lib/esm/tile/TileIO.js");
79814
- /* harmony import */ var _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./tile/TileMetadata */ "../../core/common/lib/esm/tile/TileMetadata.js");
79815
- /* harmony import */ var _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./WhiteOnWhiteReversalSettings */ "../../core/common/lib/esm/WhiteOnWhiteReversalSettings.js");
79780
+ /* harmony import */ var _BackendTypes__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./BackendTypes */ "../../core/common/lib/esm/BackendTypes.js");
79781
+ /* harmony import */ var _QPoint__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./QPoint */ "../../core/common/lib/esm/QPoint.js");
79782
+ /* harmony import */ var _RealityDataAccessProps__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./RealityDataAccessProps */ "../../core/common/lib/esm/RealityDataAccessProps.js");
79783
+ /* harmony import */ var _RealityModelDisplaySettings__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./RealityModelDisplaySettings */ "../../core/common/lib/esm/RealityModelDisplaySettings.js");
79784
+ /* harmony import */ var _Render__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./Render */ "../../core/common/lib/esm/Render.js");
79785
+ /* harmony import */ var _RenderMaterial__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./RenderMaterial */ "../../core/common/lib/esm/RenderMaterial.js");
79786
+ /* harmony import */ var _RenderSchedule__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./RenderSchedule */ "../../core/common/lib/esm/RenderSchedule.js");
79787
+ /* harmony import */ var _RenderTexture__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./RenderTexture */ "../../core/common/lib/esm/RenderTexture.js");
79788
+ /* harmony import */ var _RgbColor__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./RgbColor */ "../../core/common/lib/esm/RgbColor.js");
79789
+ /* harmony import */ var _rpc_core_RpcConfiguration__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./rpc/core/RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
79790
+ /* harmony import */ var _rpc_DevToolsRpcInterface__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./rpc/DevToolsRpcInterface */ "../../core/common/lib/esm/rpc/DevToolsRpcInterface.js");
79791
+ /* harmony import */ var _rpc_IModelReadRpcInterface__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./rpc/IModelReadRpcInterface */ "../../core/common/lib/esm/rpc/IModelReadRpcInterface.js");
79792
+ /* harmony import */ var _rpc_IModelTileRpcInterface__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./rpc/IModelTileRpcInterface */ "../../core/common/lib/esm/rpc/IModelTileRpcInterface.js");
79793
+ /* harmony import */ var _rpc_SnapshotIModelRpcInterface__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./rpc/SnapshotIModelRpcInterface */ "../../core/common/lib/esm/rpc/SnapshotIModelRpcInterface.js");
79794
+ /* harmony import */ var _rpc_TestRpcManager__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./rpc/TestRpcManager */ "../../core/common/lib/esm/rpc/TestRpcManager.js");
79795
+ /* harmony import */ var _rpc_WipRpcInterface__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./rpc/WipRpcInterface */ "../../core/common/lib/esm/rpc/WipRpcInterface.js");
79796
+ /* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
79797
+ /* harmony import */ var _RpcManager__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./RpcManager */ "../../core/common/lib/esm/RpcManager.js");
79798
+ /* harmony import */ var _SessionProps__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./SessionProps */ "../../core/common/lib/esm/SessionProps.js");
79799
+ /* harmony import */ var _SkyBox__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./SkyBox */ "../../core/common/lib/esm/SkyBox.js");
79800
+ /* harmony import */ var _Snapping__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./Snapping */ "../../core/common/lib/esm/Snapping.js");
79801
+ /* harmony import */ var _SolarCalculate__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./SolarCalculate */ "../../core/common/lib/esm/SolarCalculate.js");
79802
+ /* harmony import */ var _SolarShadows__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./SolarShadows */ "../../core/common/lib/esm/SolarShadows.js");
79803
+ /* harmony import */ var _SpatialClassification__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./SpatialClassification */ "../../core/common/lib/esm/SpatialClassification.js");
79804
+ /* harmony import */ var _SubCategoryAppearance__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./SubCategoryAppearance */ "../../core/common/lib/esm/SubCategoryAppearance.js");
79805
+ /* harmony import */ var _SubCategoryOverride__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./SubCategoryOverride */ "../../core/common/lib/esm/SubCategoryOverride.js");
79806
+ /* harmony import */ var _TerrainSettings__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./TerrainSettings */ "../../core/common/lib/esm/TerrainSettings.js");
79807
+ /* harmony import */ var _TextureMapping__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./TextureMapping */ "../../core/common/lib/esm/TextureMapping.js");
79808
+ /* harmony import */ var _TextureProps__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./TextureProps */ "../../core/common/lib/esm/TextureProps.js");
79809
+ /* harmony import */ var _ThematicDisplay__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./ThematicDisplay */ "../../core/common/lib/esm/ThematicDisplay.js");
79810
+ /* harmony import */ var _Thumbnail__WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./Thumbnail */ "../../core/common/lib/esm/Thumbnail.js");
79811
+ /* harmony import */ var _TileProps__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./TileProps */ "../../core/common/lib/esm/TileProps.js");
79812
+ /* harmony import */ var _Tween__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./Tween */ "../../core/common/lib/esm/Tween.js");
79813
+ /* harmony import */ var _TxnAction__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./TxnAction */ "../../core/common/lib/esm/TxnAction.js");
79814
+ /* harmony import */ var _ViewDetails__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./ViewDetails */ "../../core/common/lib/esm/ViewDetails.js");
79815
+ /* harmony import */ var _ViewFlags__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./ViewFlags */ "../../core/common/lib/esm/ViewFlags.js");
79816
+ /* harmony import */ var _ViewProps__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./ViewProps */ "../../core/common/lib/esm/ViewProps.js");
79817
+ /* harmony import */ var _rpc_core_RpcConstants__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./rpc/core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
79818
+ /* harmony import */ var _rpc_core_RpcControl__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./rpc/core/RpcControl */ "../../core/common/lib/esm/rpc/core/RpcControl.js");
79819
+ /* harmony import */ var _rpc_core_RpcInvocation__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./rpc/core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
79820
+ /* harmony import */ var _rpc_core_RpcSessionInvocation__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./rpc/core/RpcSessionInvocation */ "../../core/common/lib/esm/rpc/core/RpcSessionInvocation.js");
79821
+ /* harmony import */ var _rpc_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./rpc/core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
79822
+ /* harmony import */ var _rpc_core_RpcOperation__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./rpc/core/RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
79823
+ /* harmony import */ var _rpc_core_RpcPendingQueue__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./rpc/core/RpcPendingQueue */ "../../core/common/lib/esm/rpc/core/RpcPendingQueue.js");
79824
+ /* harmony import */ var _rpc_core_RpcProtocol__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./rpc/core/RpcProtocol */ "../../core/common/lib/esm/rpc/core/RpcProtocol.js");
79825
+ /* harmony import */ var _rpc_core_RpcRegistry__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./rpc/core/RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
79826
+ /* harmony import */ var _rpc_core_RpcRequest__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./rpc/core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
79827
+ /* harmony import */ var _rpc_core_RpcRequestContext__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./rpc/core/RpcRequestContext */ "../../core/common/lib/esm/rpc/core/RpcRequestContext.js");
79828
+ /* harmony import */ var _rpc_core_RpcRoutingToken__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./rpc/core/RpcRoutingToken */ "../../core/common/lib/esm/rpc/core/RpcRoutingToken.js");
79829
+ /* harmony import */ var _rpc_core_RpcPush__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./rpc/core/RpcPush */ "../../core/common/lib/esm/rpc/core/RpcPush.js");
79830
+ /* harmony import */ var _rpc_web_BentleyCloudRpcManager__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcManager */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcManager.js");
79831
+ /* harmony import */ var _rpc_web_BentleyCloudRpcProtocol__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./rpc/web/BentleyCloudRpcProtocol */ "../../core/common/lib/esm/rpc/web/BentleyCloudRpcProtocol.js");
79832
+ /* harmony import */ var _rpc_web_OpenAPI__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./rpc/web/OpenAPI */ "../../core/common/lib/esm/rpc/web/OpenAPI.js");
79833
+ /* harmony import */ var _rpc_web_RpcMultipart__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./rpc/web/RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
79834
+ /* harmony import */ var _rpc_web_WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./rpc/web/WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
79835
+ /* harmony import */ var _rpc_web_WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./rpc/web/WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
79836
+ /* harmony import */ var _rpc_web_WebAppRpcLogging__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./rpc/web/WebAppRpcLogging */ "../../core/common/lib/esm/rpc/web/WebAppRpcLogging.js");
79837
+ /* harmony import */ var _tile_B3dmTileIO__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./tile/B3dmTileIO */ "../../core/common/lib/esm/tile/B3dmTileIO.js");
79838
+ /* harmony import */ var _tile_CompositeTileIO__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./tile/CompositeTileIO */ "../../core/common/lib/esm/tile/CompositeTileIO.js");
79839
+ /* harmony import */ var _tile_ElementGraphics__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./tile/ElementGraphics */ "../../core/common/lib/esm/tile/ElementGraphics.js");
79840
+ /* harmony import */ var _tile_GltfTileIO__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./tile/GltfTileIO */ "../../core/common/lib/esm/tile/GltfTileIO.js");
79841
+ /* harmony import */ var _tile_I3dmTileIO__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./tile/I3dmTileIO */ "../../core/common/lib/esm/tile/I3dmTileIO.js");
79842
+ /* harmony import */ var _tile_IModelTileIO__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./tile/IModelTileIO */ "../../core/common/lib/esm/tile/IModelTileIO.js");
79843
+ /* harmony import */ var _tile_PntsTileIO__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./tile/PntsTileIO */ "../../core/common/lib/esm/tile/PntsTileIO.js");
79844
+ /* harmony import */ var _tile_TileIO__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./tile/TileIO */ "../../core/common/lib/esm/tile/TileIO.js");
79845
+ /* harmony import */ var _tile_TileMetadata__WEBPACK_IMPORTED_MODULE_151__ = __webpack_require__(/*! ./tile/TileMetadata */ "../../core/common/lib/esm/tile/TileMetadata.js");
79846
+ /* harmony import */ var _WhiteOnWhiteReversalSettings__WEBPACK_IMPORTED_MODULE_152__ = __webpack_require__(/*! ./WhiteOnWhiteReversalSettings */ "../../core/common/lib/esm/WhiteOnWhiteReversalSettings.js");
79816
79847
  /*---------------------------------------------------------------------------------------------
79817
79848
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
79818
79849
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -79965,6 +79996,8 @@ __webpack_require__.r(__webpack_exports__);
79965
79996
 
79966
79997
 
79967
79998
 
79999
+
80000
+
79968
80001
 
79969
80002
 
79970
80003
 
@@ -88733,8 +88766,7 @@ __webpack_require__.r(__webpack_exports__);
88733
88766
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
88734
88767
  /* harmony export */ "IpcWebSocketTransport": () => (/* binding */ IpcWebSocketTransport)
88735
88768
  /* harmony export */ });
88736
- /* harmony import */ var buffer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! buffer */ "../../common/temp/node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js");
88737
- /* harmony import */ var _IpcWebSocket__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./IpcWebSocket */ "../../core/common/lib/esm/ipc/IpcWebSocket.js");
88769
+ /* harmony import */ var _IpcWebSocket__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./IpcWebSocket */ "../../core/common/lib/esm/ipc/IpcWebSocket.js");
88738
88770
  /*---------------------------------------------------------------------------------------------
88739
88771
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
88740
88772
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -88743,7 +88775,9 @@ __webpack_require__.r(__webpack_exports__);
88743
88775
  * @module IpcSocket
88744
88776
  */
88745
88777
 
88746
-
88778
+ function isBuffer(val) {
88779
+ return val && typeof (val.constructor) !== "undefined" && typeof (val.constructor.isBuffer) === "function" && val.constructor.isBuffer(val);
88780
+ }
88747
88781
  let parts = [];
88748
88782
  /** @internal */
88749
88783
  class IpcWebSocketTransport {
@@ -88770,7 +88804,7 @@ class IpcWebSocketTransport {
88770
88804
  return InSentOrder.deliver(message, connection);
88771
88805
  }
88772
88806
  else {
88773
- return _IpcWebSocket__WEBPACK_IMPORTED_MODULE_1__.IpcWebSocketMessage.internal();
88807
+ return _IpcWebSocket__WEBPACK_IMPORTED_MODULE_0__.IpcWebSocketMessage.internal();
88774
88808
  }
88775
88809
  }
88776
88810
  else {
@@ -88778,7 +88812,7 @@ class IpcWebSocketTransport {
88778
88812
  if (followers) {
88779
88813
  this._partial = serialized;
88780
88814
  this._outstanding = followers;
88781
- return _IpcWebSocket__WEBPACK_IMPORTED_MODULE_1__.IpcWebSocketMessage.internal();
88815
+ return _IpcWebSocket__WEBPACK_IMPORTED_MODULE_0__.IpcWebSocketMessage.internal();
88782
88816
  }
88783
88817
  else {
88784
88818
  const message = JSON.parse(serialized, reviver);
@@ -88799,7 +88833,7 @@ class IpcWebSocketTransport {
88799
88833
  }
88800
88834
  const types = [Uint8Array, Int8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, DataView];
88801
88835
  function identify(value) {
88802
- return buffer__WEBPACK_IMPORTED_MODULE_0__.Buffer.isBuffer(value) ? 0 : types.indexOf(value.constructor);
88836
+ return isBuffer(value) ? 0 : types.indexOf(value.constructor);
88803
88837
  }
88804
88838
  function lookup(value) {
88805
88839
  return types[value.type];
@@ -88818,7 +88852,7 @@ function reviver(_key, value) {
88818
88852
  return value;
88819
88853
  }
88820
88854
  function replaceBinary(value) {
88821
- if (ArrayBuffer.isView(value) || buffer__WEBPACK_IMPORTED_MODULE_0__.Buffer.isBuffer(value)) {
88855
+ if (ArrayBuffer.isView(value) || isBuffer(value)) {
88822
88856
  const index = parts.push(value) - 1;
88823
88857
  const type = identify(value);
88824
88858
  return { ipc: "binary", type, index };
@@ -88851,7 +88885,7 @@ class InSentOrder {
88851
88885
  const { promise, resolve } = makePromise();
88852
88886
  this.message = promise;
88853
88887
  this.release = () => {
88854
- const value = this.duplicate ? _IpcWebSocket__WEBPACK_IMPORTED_MODULE_1__.IpcWebSocketMessage.duplicate() : message;
88888
+ const value = this.duplicate ? _IpcWebSocket__WEBPACK_IMPORTED_MODULE_0__.IpcWebSocketMessage.duplicate() : message;
88855
88889
  resolve(value);
88856
88890
  };
88857
88891
  }
@@ -89474,7 +89508,6 @@ class RpcConfiguration {
89474
89508
  /** Initializes the RPC interfaces managed by the configuration. */
89475
89509
  static initializeInterfaces(configuration) {
89476
89510
  configuration.interfaces().forEach((definition) => _RpcManager__WEBPACK_IMPORTED_MODULE_0__.RpcManager.initializeInterface(definition));
89477
- configuration.controlChannel.initialize();
89478
89511
  }
89479
89512
  /** @internal */
89480
89513
  static supply(definition) {
@@ -89712,14 +89745,12 @@ __webpack_require__.r(__webpack_exports__);
89712
89745
  /* harmony export */ "RpcNotFoundResponse": () => (/* binding */ RpcNotFoundResponse),
89713
89746
  /* harmony export */ "RpcPendingResponse": () => (/* binding */ RpcPendingResponse)
89714
89747
  /* harmony export */ });
89715
- /* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
89716
- /* harmony import */ var buffer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! buffer */ "../../common/temp/node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js");
89717
- /* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
89718
- /* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
89719
- /* harmony import */ var _RpcManager__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../RpcManager */ "../../core/common/lib/esm/RpcManager.js");
89720
- /* harmony import */ var _RpcConfiguration__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
89721
- /* harmony import */ var _RpcOperation__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
89722
- /* harmony import */ var _RpcRegistry__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
89748
+ /* harmony import */ var js_base64__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! js-base64 */ "../../common/temp/node_modules/.pnpm/js-base64@3.7.2/node_modules/js-base64/base64.mjs");
89749
+ /* harmony import */ var _RpcInterface__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../RpcInterface */ "../../core/common/lib/esm/RpcInterface.js");
89750
+ /* harmony import */ var _RpcManager__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../RpcManager */ "../../core/common/lib/esm/RpcManager.js");
89751
+ /* harmony import */ var _RpcConfiguration__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./RpcConfiguration */ "../../core/common/lib/esm/rpc/core/RpcConfiguration.js");
89752
+ /* harmony import */ var _RpcOperation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./RpcOperation */ "../../core/common/lib/esm/rpc/core/RpcOperation.js");
89753
+ /* harmony import */ var _RpcRegistry__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./RpcRegistry */ "../../core/common/lib/esm/rpc/core/RpcRegistry.js");
89723
89754
  /*---------------------------------------------------------------------------------------------
89724
89755
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
89725
89756
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -89733,8 +89764,6 @@ __webpack_require__.r(__webpack_exports__);
89733
89764
 
89734
89765
 
89735
89766
 
89736
-
89737
-
89738
89767
  /** An RPC operation control response.
89739
89768
  * @public
89740
89769
  */
@@ -89771,20 +89800,20 @@ class RpcControlChannel {
89771
89800
  this._initialized = false;
89772
89801
  this._clientActive = false;
89773
89802
  this._describeEndpoints = undefined;
89774
- this._channelInterface = (_a = class extends _RpcInterface__WEBPACK_IMPORTED_MODULE_3__.RpcInterface {
89803
+ this._channelInterface = (_a = class extends _RpcInterface__WEBPACK_IMPORTED_MODULE_1__.RpcInterface {
89775
89804
  async describeEndpoints() { return this.forward(arguments); }
89776
89805
  },
89777
89806
  _a.interfaceVersion = "CONTROL",
89778
89807
  _a.interfaceName = "",
89779
89808
  _a);
89780
- this._channelImpl = class extends _RpcInterface__WEBPACK_IMPORTED_MODULE_3__.RpcInterface {
89809
+ this._channelImpl = class extends _RpcInterface__WEBPACK_IMPORTED_MODULE_1__.RpcInterface {
89781
89810
  async describeEndpoints() {
89782
89811
  const endpoints = [];
89783
89812
  this.configuration.interfaces().forEach((definition) => {
89784
- if (!_RpcRegistry__WEBPACK_IMPORTED_MODULE_7__.RpcRegistry.instance.isRpcInterfaceInitialized(definition))
89813
+ if (!_RpcRegistry__WEBPACK_IMPORTED_MODULE_5__.RpcRegistry.instance.isRpcInterfaceInitialized(definition))
89785
89814
  return;
89786
89815
  const description = { interfaceName: definition.interfaceName, interfaceVersion: definition.interfaceVersion, operationNames: [], compatible: true };
89787
- _RpcOperation__WEBPACK_IMPORTED_MODULE_6__.RpcOperation.forEach(definition, (operation) => description.operationNames.push(operation.operationName));
89816
+ _RpcOperation__WEBPACK_IMPORTED_MODULE_4__.RpcOperation.forEach(definition, (operation) => description.operationNames.push(operation.operationName));
89788
89817
  endpoints.push(description);
89789
89818
  });
89790
89819
  return endpoints;
@@ -89794,6 +89823,10 @@ class RpcControlChannel {
89794
89823
  RpcControlChannel.channels.push(this);
89795
89824
  }
89796
89825
  /** @internal */
89826
+ static ensureInitialized() {
89827
+ this.channels.forEach((channel) => channel.initialize());
89828
+ }
89829
+ /** @internal */
89797
89830
  async describeEndpoints() {
89798
89831
  this.activateClient();
89799
89832
  if (!this._channelInterface.interfaceName) {
@@ -89814,41 +89847,34 @@ class RpcControlChannel {
89814
89847
  const interfaces = [];
89815
89848
  this._configuration.interfaces().forEach((definition) => interfaces.push(`${definition.interfaceName}@${definition.interfaceVersion}`));
89816
89849
  const id = interfaces.sort().join(",");
89817
- if (typeof (btoa) !== "undefined") // eslint-disable-line deprecation/deprecation
89818
- return btoa(id); // eslint-disable-line deprecation/deprecation
89819
- else if (typeof (buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer) !== "undefined")
89820
- return buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.from(id, "binary").toString("base64");
89821
- else
89822
- return id;
89850
+ return js_base64__WEBPACK_IMPORTED_MODULE_0__.Base64.encode(id);
89823
89851
  }
89824
89852
  activateClient() {
89825
89853
  if (this._clientActive)
89826
89854
  return;
89827
- if (!this._initialized) {
89828
- if (this._configuration.interfaces().length)
89829
- throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Invalid state.`);
89830
- this.initialize();
89831
- }
89832
- this._clientActive = true;
89855
+ this.initialize();
89833
89856
  const token = { key: "none", iTwinId: "none", iModelId: "none", changeset: { id: "none" } };
89834
- _RpcOperation__WEBPACK_IMPORTED_MODULE_6__.RpcOperation.forEach(this._channelInterface, (operation) => operation.policy.token = (_request) => { var _a; return (_a = _RpcOperation__WEBPACK_IMPORTED_MODULE_6__.RpcOperation.fallbackToken) !== null && _a !== void 0 ? _a : token; });
89835
- const client = _RpcManager__WEBPACK_IMPORTED_MODULE_4__.RpcManager.getClientForInterface(this._channelInterface);
89857
+ _RpcOperation__WEBPACK_IMPORTED_MODULE_4__.RpcOperation.forEach(this._channelInterface, (operation) => operation.policy.token = (_request) => { var _a; return (_a = _RpcOperation__WEBPACK_IMPORTED_MODULE_4__.RpcOperation.fallbackToken) !== null && _a !== void 0 ? _a : token; });
89858
+ const client = _RpcManager__WEBPACK_IMPORTED_MODULE_2__.RpcManager.getClientForInterface(this._channelInterface);
89836
89859
  this._describeEndpoints = async () => client.describeEndpoints();
89860
+ this._clientActive = true;
89837
89861
  }
89838
89862
  /** @internal */
89839
89863
  initialize() {
89840
- if (this._initialized)
89841
- throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Already initialized.`);
89842
- this._initialized = true;
89864
+ if (this._initialized) {
89865
+ return;
89866
+ }
89843
89867
  const id = this.computeId();
89844
89868
  Object.defineProperty(this._channelInterface, "interfaceName", { value: id });
89845
89869
  Object.defineProperty(this._channelImpl, "interfaceName", { value: id });
89846
- _RpcConfiguration__WEBPACK_IMPORTED_MODULE_5__.RpcConfiguration.assign(this._channelInterface, () => this._configuration.constructor);
89847
- _RpcManager__WEBPACK_IMPORTED_MODULE_4__.RpcManager.registerImpl(this._channelInterface, this._channelImpl);
89848
- _RpcManager__WEBPACK_IMPORTED_MODULE_4__.RpcManager.initializeInterface(this._channelInterface);
89870
+ _RpcConfiguration__WEBPACK_IMPORTED_MODULE_3__.RpcConfiguration.assign(this._channelInterface, () => this._configuration.constructor);
89871
+ _RpcManager__WEBPACK_IMPORTED_MODULE_2__.RpcManager.registerImpl(this._channelInterface, this._channelImpl);
89872
+ _RpcManager__WEBPACK_IMPORTED_MODULE_2__.RpcManager.initializeInterface(this._channelInterface);
89873
+ this._initialized = true;
89849
89874
  }
89850
89875
  /** @internal */
89851
89876
  handleUnknownOperation(invocation, _error) {
89877
+ this.initialize();
89852
89878
  const op = invocation.request.operation;
89853
89879
  if (op.interfaceVersion === "CONTROL" && op.operationName === "describeEndpoints") {
89854
89880
  if (this._channelInterface.interfaceName) {
@@ -89968,6 +89994,7 @@ class RpcInvocation {
89968
89994
  return rpcImpl[_RpcRegistry__WEBPACK_IMPORTED_MODULE_10__.CURRENT_INVOCATION];
89969
89995
  }
89970
89996
  handleUnknownOperation(error) {
89997
+ _RpcControl__WEBPACK_IMPORTED_MODULE_6__.RpcControlChannel.ensureInitialized();
89971
89998
  return this.protocol.configuration.controlChannel.handleUnknownOperation(this, error);
89972
89999
  }
89973
90000
  static sanitizeForLog(activity) {
@@ -90158,8 +90185,7 @@ __webpack_require__.r(__webpack_exports__);
90158
90185
  /* harmony export */ "RpcMarshaling": () => (/* binding */ RpcMarshaling),
90159
90186
  /* harmony export */ "RpcSerializedValue": () => (/* binding */ RpcSerializedValue)
90160
90187
  /* harmony export */ });
90161
- /* harmony import */ var buffer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! buffer */ "../../common/temp/node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js");
90162
- /* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
90188
+ /* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
90163
90189
  /*---------------------------------------------------------------------------------------------
90164
90190
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
90165
90191
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -90168,8 +90194,11 @@ __webpack_require__.r(__webpack_exports__);
90168
90194
  * @module RpcInterface
90169
90195
  */
90170
90196
 
90171
-
90172
90197
  // cspell:ignore unmarshal
90198
+ /* eslint-disable deprecation/deprecation */
90199
+ function isBuffer(val) {
90200
+ return val && typeof (val.constructor) !== "undefined" && typeof (val.constructor.isBuffer) === "function" && val.constructor.isBuffer(val);
90201
+ }
90173
90202
  let marshalingTarget;
90174
90203
  let chunkThreshold = 0;
90175
90204
  /** @internal */
@@ -90217,7 +90246,7 @@ class RpcMarshaling {
90217
90246
  }
90218
90247
  catch (error) {
90219
90248
  if (error instanceof SyntaxError)
90220
- throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_1__.BentleyStatus.ERROR, `Invalid JSON: "${value.objects}"`);
90249
+ throw new _IModelError__WEBPACK_IMPORTED_MODULE_0__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Invalid JSON: "${value.objects}"`);
90221
90250
  throw error;
90222
90251
  }
90223
90252
  marshalingTarget = undefined;
@@ -90246,7 +90275,7 @@ class WireFormat {
90246
90275
  return value;
90247
90276
  }
90248
90277
  static marshalBinary(value) {
90249
- if (value instanceof Uint8Array || buffer__WEBPACK_IMPORTED_MODULE_0__.Buffer.isBuffer(value)) {
90278
+ if (value instanceof Uint8Array || isBuffer(value)) {
90250
90279
  const marker = { isBinary: true, index: -1, size: value.byteLength, chunks: 1 };
90251
90280
  if (chunkThreshold && value.byteLength > chunkThreshold) {
90252
90281
  marker.index = marshalingTarget.data.length;
@@ -90277,7 +90306,7 @@ class WireFormat {
90277
90306
  }
90278
90307
  static unmarshalBinary(value) {
90279
90308
  if (value.index >= marshalingTarget.data.length) {
90280
- throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_1__.BentleyStatus.ERROR, `Cannot unmarshal missing binary value.`);
90309
+ throw new _IModelError__WEBPACK_IMPORTED_MODULE_0__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Cannot unmarshal missing binary value.`);
90281
90310
  }
90282
90311
  if (value.chunks === 0) {
90283
90312
  return new Uint8Array();
@@ -92029,8 +92058,7 @@ __webpack_require__.r(__webpack_exports__);
92029
92058
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
92030
92059
  /* harmony export */ "RpcMultipart": () => (/* binding */ RpcMultipart)
92031
92060
  /* harmony export */ });
92032
- /* harmony import */ var buffer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! buffer */ "../../common/temp/node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js");
92033
- /* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
92061
+ /* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
92034
92062
  /*---------------------------------------------------------------------------------------------
92035
92063
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
92036
92064
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -92039,7 +92067,6 @@ __webpack_require__.r(__webpack_exports__);
92039
92067
  * @module RpcInterface
92040
92068
  */
92041
92069
 
92042
-
92043
92070
  /** Support for transporting RPC values using the HTTP multipart content type.
92044
92071
  * @internal
92045
92072
  */
@@ -92051,27 +92078,33 @@ class RpcMultipart {
92051
92078
  return form;
92052
92079
  }
92053
92080
  /** Creates a multipart stream for an RPC value. */
92054
- static createStream(_value) {
92055
- throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_1__.BentleyStatus.ERROR, "Not implemented.");
92081
+ static createStream(value) {
92082
+ return this.platform.createStream(value);
92056
92083
  }
92057
92084
  /** Obtains the RPC value from a multipart HTTP request. */
92058
- static async parseRequest(_req) {
92059
- throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_1__.BentleyStatus.ERROR, "Not implemented.");
92085
+ static async parseRequest(req) {
92086
+ return this.platform.parseRequest(req);
92060
92087
  }
92061
92088
  /** @internal */
92062
92089
  static writeValueToForm(form, value) {
92063
92090
  form.append("objects", value.objects);
92064
92091
  for (let i = 0; i !== value.data.length; ++i) {
92065
- if (typeof (Blob) !== "undefined") {
92066
- form.append(`data-${i}`, new Blob([value.data[i]], { type: "application/octet-stream" }));
92067
- }
92068
- else {
92069
- const buf = value.data[i];
92070
- form.append(`data-${i}`, buffer__WEBPACK_IMPORTED_MODULE_0__.Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength));
92071
- }
92092
+ this.platform.appendToForm(i, form, value);
92072
92093
  }
92073
92094
  }
92074
92095
  }
92096
+ /** @internal */
92097
+ RpcMultipart.platform = {
92098
+ createStream(_value) {
92099
+ throw new _IModelError__WEBPACK_IMPORTED_MODULE_0__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Not bound.");
92100
+ },
92101
+ async parseRequest(_req) {
92102
+ throw new _IModelError__WEBPACK_IMPORTED_MODULE_0__.IModelError(_IModelError__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Not bound.");
92103
+ },
92104
+ appendToForm(i, form, value) {
92105
+ form.append(`data-${i}`, new Blob([value.data[i]], { type: "application/octet-stream" }));
92106
+ },
92107
+ };
92075
92108
 
92076
92109
 
92077
92110
  /***/ }),
@@ -92089,9 +92122,10 @@ __webpack_require__.r(__webpack_exports__);
92089
92122
  /* harmony export */ });
92090
92123
  /* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
92091
92124
  /* harmony import */ var _CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../CommonLoggerCategory */ "../../core/common/lib/esm/CommonLoggerCategory.js");
92092
- /* harmony import */ var _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
92093
- /* harmony import */ var _core_RpcInvocation__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
92094
- /* harmony import */ var _WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
92125
+ /* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
92126
+ /* harmony import */ var _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
92127
+ /* harmony import */ var _core_RpcInvocation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../core/RpcInvocation */ "../../core/common/lib/esm/rpc/core/RpcInvocation.js");
92128
+ /* harmony import */ var _WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./WebAppRpcRequest */ "../../core/common/lib/esm/rpc/web/WebAppRpcRequest.js");
92095
92129
  /*---------------------------------------------------------------------------------------------
92096
92130
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
92097
92131
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -92104,48 +92138,44 @@ __webpack_require__.r(__webpack_exports__);
92104
92138
 
92105
92139
 
92106
92140
 
92107
- let hostname = "";
92108
- function getHostname() {
92109
- if (!hostname) {
92110
- try {
92111
- // eslint-disable-next-line @typescript-eslint/no-var-requires
92112
- const os = __webpack_require__(Object(function webpackMissingModule() { var e = new Error("Cannot find module 'os'"); e.code = 'MODULE_NOT_FOUND'; throw e; }()));
92113
- hostname = os.hostname();
92141
+
92142
+ /** @internal */
92143
+ const BACKEND = Symbol.for("@itwin.WebAppRpcLogging.Backend");
92144
+ const FRONTEND = Symbol.for("@itwin.WebAppRpcLogging.Frontend");
92145
+ /** @internal */
92146
+ class WebAppRpcLogging {
92147
+ static initializeBackend(instance) {
92148
+ globalThis[BACKEND] = instance;
92149
+ }
92150
+ static initializeFrontend(instance) {
92151
+ globalThis[FRONTEND] = instance;
92152
+ }
92153
+ static get backend() {
92154
+ const instance = globalThis[BACKEND];
92155
+ if (typeof (instance) === "undefined") {
92156
+ throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Backend logging is not initialized.");
92114
92157
  }
92115
- catch (_) {
92116
- if (globalThis.window) {
92117
- hostname = globalThis.window.location.host;
92118
- }
92119
- else {
92120
- hostname = "imodeljs-mobile";
92121
- }
92158
+ return instance;
92159
+ }
92160
+ static get frontend() {
92161
+ const instance = globalThis[FRONTEND];
92162
+ if (typeof (instance) === "undefined") {
92163
+ throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Frontend logging is not initialized.");
92122
92164
  }
92165
+ return instance;
92123
92166
  }
92124
- return hostname;
92125
- }
92126
- /** @internal */
92127
- class WebAppRpcLogging {
92128
92167
  static async logProtocolEvent(event, object) {
92129
- if (object instanceof _WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_4__.WebAppRpcRequest) {
92130
- switch (event) {
92131
- case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.RequestCreated: return WebAppRpcLogging.logRequest(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, "RpcInterface.frontend.request", object);
92132
- case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.ResponseLoaded: return WebAppRpcLogging.logResponse(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, "RpcInterface.frontend.response", object, object.metadata.status, object.elapsed);
92133
- case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.ConnectionErrorReceived: return WebAppRpcLogging.logErrorFrontend("RpcInterface.frontend.connectionError", object);
92134
- case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.ConnectionAborted: return WebAppRpcLogging.logErrorFrontend("RpcInterface.frontend.connectionAborted", object);
92135
- }
92168
+ if (object instanceof _WebAppRpcRequest__WEBPACK_IMPORTED_MODULE_5__.WebAppRpcRequest) {
92169
+ await WebAppRpcLogging.frontend.logProtocolEvent(event, object);
92136
92170
  }
92137
- else if (object instanceof _core_RpcInvocation__WEBPACK_IMPORTED_MODULE_3__.RpcInvocation) {
92138
- switch (event) {
92139
- case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.RequestReceived: return WebAppRpcLogging.logRequest(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceBackend, "RpcInterface.backend.request", object.request);
92140
- case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.BackendErrorOccurred: return WebAppRpcLogging.logErrorBackend("RpcInterface.backend.error", object);
92141
- case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.BackendResponseCreated: return WebAppRpcLogging.logResponse(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceBackend, "RpcInterface.backend.response", object.request, object.status, object.elapsed);
92142
- }
92171
+ else if (object instanceof _core_RpcInvocation__WEBPACK_IMPORTED_MODULE_4__.RpcInvocation) {
92172
+ await WebAppRpcLogging.backend.logProtocolEvent(event, object);
92143
92173
  }
92144
92174
  }
92145
- static getRpcInterfaceName(g) {
92175
+ getRpcInterfaceName(g) {
92146
92176
  return (typeof g === "string") ? g : g.interfaceName;
92147
92177
  }
92148
- static findPathIds(path) {
92178
+ findPathIds(path) {
92149
92179
  let iTwinId = "";
92150
92180
  let iModelId = "";
92151
92181
  const tokens = path.split("/");
@@ -92160,7 +92190,7 @@ class WebAppRpcLogging {
92160
92190
  }
92161
92191
  return { iTwinId, iModelId };
92162
92192
  }
92163
- static buildOperationDescriptor(operation) {
92193
+ buildOperationDescriptor(operation) {
92164
92194
  if (!operation) {
92165
92195
  return "unknown.unknown";
92166
92196
  }
@@ -92168,66 +92198,69 @@ class WebAppRpcLogging {
92168
92198
  const operationName = operation.operationName;
92169
92199
  return `${interfaceName}.${operationName}`;
92170
92200
  }
92171
- static logRequest(loggerCategory, message, object) {
92172
- const operationDescriptor = WebAppRpcLogging.buildOperationDescriptor(object.operation);
92173
- const pathIds = WebAppRpcLogging.findPathIds(object.path);
92201
+ logRequest(loggerCategory, message, object) {
92202
+ const operationDescriptor = this.buildOperationDescriptor(object.operation);
92203
+ const pathIds = this.findPathIds(object.path);
92174
92204
  _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logTrace(loggerCategory, `${message}.${operationDescriptor}`, () => ({
92175
92205
  method: object.method,
92176
92206
  path: object.path,
92177
92207
  operation: object.operation.operationName,
92178
- rpcInterface: WebAppRpcLogging.getRpcInterfaceName(object.operation.interfaceDefinition),
92208
+ rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
92179
92209
  // Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
92180
92210
  ActivityId: object.id,
92181
92211
  TimeElapsed: ("elapsed" in object) ? object.elapsed : 0,
92182
- MachineName: getHostname(),
92212
+ MachineName: this.getHostname(),
92183
92213
  ...pathIds,
92184
92214
  }));
92185
92215
  }
92186
- static logResponse(loggerCategory, message, object, status, elapsed) {
92187
- const operationDescriptor = WebAppRpcLogging.buildOperationDescriptor(object.operation);
92188
- const pathIds = WebAppRpcLogging.findPathIds(object.path);
92216
+ logResponse(loggerCategory, message, object, status, elapsed) {
92217
+ const operationDescriptor = this.buildOperationDescriptor(object.operation);
92218
+ const pathIds = this.findPathIds(object.path);
92189
92219
  _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logTrace(loggerCategory, `${message}.${operationDescriptor}`, () => ({
92190
92220
  method: object.method,
92191
92221
  path: object.path,
92192
92222
  operation: object.operation.operationName,
92193
- rpcInterface: WebAppRpcLogging.getRpcInterfaceName(object.operation.interfaceDefinition),
92223
+ rpcInterface: this.getRpcInterfaceName(object.operation.interfaceDefinition),
92194
92224
  status,
92195
92225
  // Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
92196
92226
  ActivityId: object.id,
92197
92227
  TimeElapsed: elapsed,
92198
- MachineName: getHostname(),
92228
+ MachineName: this.getHostname(),
92199
92229
  ...pathIds,
92200
92230
  }));
92201
92231
  }
92202
- static logErrorFrontend(message, request) {
92203
- const operationDescriptor = WebAppRpcLogging.buildOperationDescriptor(request.operation);
92204
- const pathIds = WebAppRpcLogging.findPathIds(request.path);
92232
+ }
92233
+ class WebAppRpcLoggingFrontend extends WebAppRpcLogging {
92234
+ async logProtocolEvent(event, object) {
92235
+ switch (event) {
92236
+ case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.RequestCreated: return this.logRequest(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, "RpcInterface.frontend.request", object);
92237
+ case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.ResponseLoaded: return this.logResponse(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, "RpcInterface.frontend.response", object, object.metadata.status, object.elapsed);
92238
+ case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.ConnectionErrorReceived: return this.logErrorFrontend("RpcInterface.frontend.connectionError", object);
92239
+ case _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.ConnectionAborted: return this.logErrorFrontend("RpcInterface.frontend.connectionAborted", object);
92240
+ }
92241
+ }
92242
+ getHostname() {
92243
+ if (globalThis.window) {
92244
+ return globalThis.window.location.host;
92245
+ }
92246
+ else {
92247
+ return "imodeljs-mobile";
92248
+ }
92249
+ }
92250
+ logErrorFrontend(message, request) {
92251
+ const operationDescriptor = this.buildOperationDescriptor(request.operation);
92252
+ const pathIds = this.findPathIds(request.path);
92205
92253
  _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logInfo(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceFrontend, `${message}.${operationDescriptor}`, () => ({
92206
92254
  method: request.method,
92207
92255
  path: request.path,
92208
92256
  // Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
92209
92257
  ActivityId: request.id,
92210
- MachineName: getHostname(),
92211
- ...pathIds,
92212
- }));
92213
- }
92214
- static async logErrorBackend(message, invocation) {
92215
- const operationDescriptor = WebAppRpcLogging.buildOperationDescriptor(invocation.operation);
92216
- const pathIds = WebAppRpcLogging.findPathIds(invocation.request.path);
92217
- const result = await invocation.result;
92218
- const errorMessage = result.message ? result.message : result.objects; // Can be an error or an RpcSerializedValue
92219
- _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logInfo(_CommonLoggerCategory__WEBPACK_IMPORTED_MODULE_1__.CommonLoggerCategory.RpcInterfaceBackend, `${message}.${operationDescriptor}`, () => ({
92220
- method: invocation.request.method,
92221
- path: invocation.request.path,
92222
- status: invocation.status,
92223
- errorMessage,
92224
- // Alert! The following properties are required by Bentley DevOps standards. Do not change their names!
92225
- ActivityId: invocation.request.id,
92226
- MachineName: getHostname(),
92258
+ MachineName: this.getHostname(),
92227
92259
  ...pathIds,
92228
92260
  }));
92229
92261
  }
92230
92262
  }
92263
+ WebAppRpcLogging.initializeFrontend(new WebAppRpcLoggingFrontend());
92231
92264
 
92232
92265
 
92233
92266
  /***/ }),
@@ -92378,15 +92411,13 @@ __webpack_require__.r(__webpack_exports__);
92378
92411
  /* harmony export */ "WebAppRpcRequest": () => (/* binding */ WebAppRpcRequest)
92379
92412
  /* harmony export */ });
92380
92413
  /* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
92381
- /* harmony import */ var buffer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! buffer */ "../../common/temp/node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js");
92382
- /* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
92383
- /* harmony import */ var _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
92384
- /* harmony import */ var _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
92385
- /* harmony import */ var _core_RpcProtocol__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../core/RpcProtocol */ "../../core/common/lib/esm/rpc/core/RpcProtocol.js");
92386
- /* harmony import */ var _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
92387
- /* harmony import */ var _multipart_RpcMultipartParser__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./multipart/RpcMultipartParser */ "../../core/common/lib/esm/rpc/web/multipart/RpcMultipartParser.js");
92388
- /* harmony import */ var _RpcMultipart__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
92389
- /* harmony import */ var _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
92414
+ /* harmony import */ var _IModelError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../IModelError */ "../../core/common/lib/esm/IModelError.js");
92415
+ /* harmony import */ var _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../core/RpcConstants */ "../../core/common/lib/esm/rpc/core/RpcConstants.js");
92416
+ /* harmony import */ var _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
92417
+ /* harmony import */ var _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../core/RpcRequest */ "../../core/common/lib/esm/rpc/core/RpcRequest.js");
92418
+ /* harmony import */ var _multipart_RpcMultipartParser__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./multipart/RpcMultipartParser */ "../../core/common/lib/esm/rpc/web/multipart/RpcMultipartParser.js");
92419
+ /* harmony import */ var _RpcMultipart__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./RpcMultipart */ "../../core/common/lib/esm/rpc/web/RpcMultipart.js");
92420
+ /* harmony import */ var _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./WebAppRpcProtocol */ "../../core/common/lib/esm/rpc/web/WebAppRpcProtocol.js");
92390
92421
  /*---------------------------------------------------------------------------------------------
92391
92422
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
92392
92423
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -92394,8 +92425,7 @@ __webpack_require__.r(__webpack_exports__);
92394
92425
  /** @packageDocumentation
92395
92426
  * @module RpcInterface
92396
92427
  */
92397
-
92398
-
92428
+ var _a;
92399
92429
 
92400
92430
 
92401
92431
 
@@ -92407,7 +92437,7 @@ __webpack_require__.r(__webpack_exports__);
92407
92437
  /** A web application RPC request.
92408
92438
  * @internal
92409
92439
  */
92410
- class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.RpcRequest {
92440
+ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_4__.RpcRequest {
92411
92441
  /** Constructs a web application request. */
92412
92442
  constructor(client, operation, parameters) {
92413
92443
  super(client, operation, parameters);
@@ -92423,101 +92453,27 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92423
92453
  this._request.headers = {};
92424
92454
  }
92425
92455
  get _headers() { return this._request.headers; }
92426
- /** Parse headers */
92427
- static parseHeaders(protocol, req) {
92428
- var _a;
92429
- const headerNames = protocol.serializedClientRequestContextHeaderNames;
92430
- const parsedHeaders = {
92431
- id: req.header(headerNames.id) || "",
92432
- applicationId: req.header(headerNames.applicationId) || "",
92433
- applicationVersion: req.header(headerNames.applicationVersion) || "",
92434
- sessionId: req.header(headerNames.sessionId) || "",
92435
- authorization: (_a = (headerNames.authorization ? req.header(headerNames.authorization) : "")) !== null && _a !== void 0 ? _a : "",
92436
- };
92437
- return parsedHeaders;
92438
- }
92439
92456
  /** Parses a request. */
92440
92457
  static async parseRequest(protocol, req) {
92441
- const operation = protocol.getOperationFromPath(req.url);
92442
- const parsedHeaders = this.parseHeaders(protocol, req);
92443
- const request = {
92444
- ...parsedHeaders,
92445
- operation: {
92446
- interfaceDefinition: operation.interfaceDefinition,
92447
- operationName: operation.operationName,
92448
- interfaceVersion: operation.interfaceVersion,
92449
- },
92450
- method: req.method,
92451
- path: req.url,
92452
- parameters: operation.encodedRequest ? WebAppRpcRequest.parseFromPath(operation) : await WebAppRpcRequest.parseFromBody(req),
92453
- caching: operation.encodedRequest ? _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcResponseCacheControl.Immutable : _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcResponseCacheControl.None,
92454
- };
92455
- request.ip = req.ip;
92456
- request.protocolVersion = 0;
92457
- if (protocol.protocolVersionHeaderName) {
92458
- const version = req.header(protocol.protocolVersionHeaderName);
92459
- if (version) {
92460
- request.protocolVersion = parseInt(version, 10);
92461
- }
92462
- }
92463
- if (!request.id) {
92464
- throw new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Invalid request: Missing required activity ID.`);
92465
- }
92466
- return request;
92458
+ return this.backend.parseRequest(protocol, req);
92467
92459
  }
92468
92460
  /** Sends the response for a web request. */
92469
92461
  static async sendResponse(protocol, request, fulfillment, req, res) {
92470
- var _a;
92471
- const versionHeader = protocol.protocolVersionHeaderName;
92472
- if (versionHeader && _core_RpcProtocol__WEBPACK_IMPORTED_MODULE_5__.RpcProtocol.protocolVersion) {
92473
- res.set(versionHeader, _core_RpcProtocol__WEBPACK_IMPORTED_MODULE_5__.RpcProtocol.protocolVersion.toString());
92474
- }
92475
- // eslint-disable-next-line @typescript-eslint/naming-convention
92476
- const { Readable, Stream } = await import(/* webpackIgnore: true */ "stream");
92477
- const { createGzip } = await import(/* webpackIgnore: true */ "zlib");
92478
- const transportType = WebAppRpcRequest.computeTransportType(fulfillment.result, fulfillment.rawResult);
92479
- let responseBody;
92480
- if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Binary) {
92481
- responseBody = WebAppRpcRequest.configureBinary(fulfillment, res);
92482
- }
92483
- else if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Multipart) {
92484
- responseBody = WebAppRpcRequest.configureMultipart(fulfillment, res);
92485
- }
92486
- else if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Stream) {
92487
- responseBody = WebAppRpcRequest.configureStream(fulfillment);
92488
- }
92489
- else {
92490
- responseBody = WebAppRpcRequest.configureText(fulfillment, res);
92491
- }
92492
- WebAppRpcRequest.configureResponse(protocol, request, fulfillment, res);
92493
- res.status(fulfillment.status);
92494
- if (fulfillment.allowCompression && ((_a = req.header("Accept-Encoding")) === null || _a === void 0 ? void 0 : _a.includes("gzip"))) {
92495
- res.set("Content-Encoding", "gzip");
92496
- const readableResponseBody = (responseBody instanceof Stream) ? responseBody : Readable.from(responseBody);
92497
- responseBody = readableResponseBody.pipe(createGzip());
92498
- }
92499
- // This check should in theory look for instances of Readable, but that would break backend implementation at
92500
- // core/backend/src/RpcBackend.ts
92501
- if (responseBody instanceof Stream) {
92502
- responseBody.pipe(res);
92503
- }
92504
- else {
92505
- res.send(responseBody);
92506
- }
92462
+ return this.backend.sendResponse(protocol, request, fulfillment, req, res);
92507
92463
  }
92508
92464
  /** Determines the most efficient transport type for an RPC value. */
92509
92465
  static computeTransportType(value, source) {
92510
92466
  if (source instanceof Uint8Array || (Array.isArray(source) && source[0] instanceof Uint8Array)) {
92511
- return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Binary;
92467
+ return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary;
92512
92468
  }
92513
92469
  else if (value.data.length > 0) {
92514
- return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Multipart;
92470
+ return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Multipart;
92515
92471
  }
92516
92472
  else if (value.stream) {
92517
- return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Stream;
92473
+ return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Stream;
92518
92474
  }
92519
92475
  else {
92520
- return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Text;
92476
+ return _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Text;
92521
92477
  }
92522
92478
  }
92523
92479
  /** Sets request header values. */
@@ -92533,7 +92489,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92533
92489
  resolve(await this.performFetch());
92534
92490
  }
92535
92491
  catch (reason) {
92536
- reject(new _IModelError__WEBPACK_IMPORTED_MODULE_2__.ServerError(-1, typeof (reason) === "string" ? reason : "Server connection error."));
92492
+ reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.ServerError(-1, typeof (reason) === "string" ? reason : "Server connection error."));
92537
92493
  }
92538
92494
  });
92539
92495
  }
@@ -92557,10 +92513,10 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92557
92513
  }
92558
92514
  handleUnknownResponse(code) {
92559
92515
  if (this.protocol.isTimeout(code)) {
92560
- this.reject(new _IModelError__WEBPACK_IMPORTED_MODULE_2__.ServerTimeoutError("Request timeout."));
92516
+ this.reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.ServerTimeoutError("Request timeout."));
92561
92517
  }
92562
92518
  else {
92563
- this.reject(new _IModelError__WEBPACK_IMPORTED_MODULE_2__.ServerError(code, "Unknown server response code."));
92519
+ this.reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.ServerError(code, "Unknown server response code."));
92564
92520
  }
92565
92521
  }
92566
92522
  async load() {
@@ -92570,7 +92526,7 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92570
92526
  return;
92571
92527
  const response = this._response;
92572
92528
  if (!response) {
92573
- reject(new _IModelError__WEBPACK_IMPORTED_MODULE_2__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Invalid state."));
92529
+ reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Invalid state."));
92574
92530
  return;
92575
92531
  }
92576
92532
  if (this.protocol.protocolVersionHeaderName) {
@@ -92579,12 +92535,12 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92579
92535
  this.responseProtocolVersion = parseInt(version, 10);
92580
92536
  }
92581
92537
  }
92582
- const contentType = response.headers.get(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT);
92583
- const responseType = _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_9__.WebAppRpcProtocol.computeContentType(contentType);
92584
- if (responseType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Binary) {
92538
+ const contentType = response.headers.get(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT);
92539
+ const responseType = _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_7__.WebAppRpcProtocol.computeContentType(contentType);
92540
+ if (responseType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary) {
92585
92541
  resolve(await this.loadBinary(response));
92586
92542
  }
92587
- else if (responseType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Multipart) {
92543
+ else if (responseType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Multipart) {
92588
92544
  resolve(await this.loadMultipart(response, contentType));
92589
92545
  }
92590
92546
  else {
@@ -92592,13 +92548,13 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92592
92548
  }
92593
92549
  this._loading = false;
92594
92550
  this.setLastUpdatedTime();
92595
- this.protocol.events.raiseEvent(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcProtocolEvent.ResponseLoaded, this);
92551
+ this.protocol.events.raiseEvent(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcProtocolEvent.ResponseLoaded, this);
92596
92552
  }
92597
92553
  catch (reason) {
92598
92554
  if (!this._loading)
92599
92555
  return;
92600
92556
  this._loading = false;
92601
- reject(new _IModelError__WEBPACK_IMPORTED_MODULE_2__.ServerError(this.metadata.status, typeof (reason) === "string" ? reason : "Unknown server response error."));
92557
+ reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.ServerError(this.metadata.status, typeof (reason) === "string" ? reason : "Unknown server response error."));
92602
92558
  }
92603
92559
  });
92604
92560
  }
@@ -92610,76 +92566,6 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92610
92566
  supplyRequest() {
92611
92567
  return Request;
92612
92568
  }
92613
- static configureResponse(protocol, request, fulfillment, res) {
92614
- const success = protocol.getStatus(fulfillment.status) === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcRequestStatus.Resolved;
92615
- // TODO: Use stale-while-revalidate in cache headers. This needs to be tested, and does not currently have support in the router/caching-service.
92616
- // This will allow browsers to use stale cached responses while also revalidating with the router, allowing us to start up a backend if necessary.
92617
- // RPC Caching Service uses the s-maxage header to determine the TTL for the redis cache.
92618
- const oneHourInSeconds = 3600;
92619
- if (success && request.caching === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcResponseCacheControl.Immutable) {
92620
- // If response size is > 50 MB, do not cache it.
92621
- if (fulfillment.result.objects.length > (50 * 10 ** 7)) {
92622
- res.set("Cache-Control", "no-store");
92623
- }
92624
- else if (request.operation.operationName === "generateTileContent") {
92625
- res.set("Cache-Control", "no-store");
92626
- }
92627
- else if (request.operation.operationName === "getConnectionProps") {
92628
- // GetConnectionprops can't be cached on the browser longer than the lifespan of the backend. The lifespan of backend may shrink too. Keep it at 1 second to be safe.
92629
- res.set("Cache-Control", `s-maxage=${oneHourInSeconds * 24}, max-age=1, immutable`);
92630
- }
92631
- else if (request.operation.operationName === "getTileCacheContainerUrl") {
92632
- // getTileCacheContainerUrl returns a SAS with an expiry of 23:59:59. We can't exceed that time when setting the max-age.
92633
- res.set("Cache-Control", `s-maxage=${oneHourInSeconds * 23}, max-age=${oneHourInSeconds * 23}, immutable`);
92634
- }
92635
- else {
92636
- res.set("Cache-Control", `s-maxage=${oneHourInSeconds * 24}, max-age=${oneHourInSeconds * 48}, immutable`);
92637
- }
92638
- }
92639
- if (fulfillment.retry) {
92640
- res.set("Retry-After", fulfillment.retry);
92641
- }
92642
- }
92643
- static configureText(fulfillment, res) {
92644
- res.set(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT, _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.TEXT);
92645
- return (fulfillment.status === 204) ? "" : fulfillment.result.objects;
92646
- }
92647
- static configureBinary(fulfillment, res) {
92648
- res.set(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT, _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.BINARY);
92649
- const data = fulfillment.result.data[0];
92650
- return buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.isBuffer(data) ? data : buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.from(data);
92651
- }
92652
- static configureMultipart(fulfillment, res) {
92653
- const response = _RpcMultipart__WEBPACK_IMPORTED_MODULE_8__.RpcMultipart.createStream(fulfillment.result);
92654
- const headers = response.getHeaders();
92655
- for (const header in headers) {
92656
- if (headers.hasOwnProperty(header)) {
92657
- res.set(header, headers[header]);
92658
- }
92659
- }
92660
- return response;
92661
- }
92662
- static configureStream(fulfillment) {
92663
- return fulfillment.result.stream;
92664
- }
92665
- static parseFromPath(operation) {
92666
- const decoded = operation.encodedRequest ? buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.from(operation.encodedRequest, "base64").toString("binary") : "";
92667
- return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcSerializedValue.create(decoded);
92668
- }
92669
- static async parseFromBody(req) {
92670
- const contentType = _WebAppRpcProtocol__WEBPACK_IMPORTED_MODULE_9__.WebAppRpcProtocol.computeContentType(req.header(_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT));
92671
- if (contentType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Binary) {
92672
- const objects = JSON.stringify([_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.MarshalingBinaryMarker.createDefault()]);
92673
- const data = [req.body];
92674
- return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcSerializedValue.create(objects, data);
92675
- }
92676
- else if (contentType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Multipart) {
92677
- return _RpcMultipart__WEBPACK_IMPORTED_MODULE_8__.RpcMultipart.parseRequest(req);
92678
- }
92679
- else {
92680
- return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcSerializedValue.create(req.body);
92681
- }
92682
- }
92683
92569
  async performFetch() {
92684
92570
  const requestClass = this.supplyRequest();
92685
92571
  const fetchFunction = this.supplyFetch();
@@ -92698,25 +92584,25 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92698
92584
  async loadText(response) {
92699
92585
  const value = await response.text();
92700
92586
  this.metadata.message = value;
92701
- return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcSerializedValue.create(value);
92587
+ return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_3__.RpcSerializedValue.create(value);
92702
92588
  }
92703
92589
  async loadBinary(response) {
92704
92590
  const value = new Uint8Array(await response.arrayBuffer());
92705
- const objects = JSON.stringify(_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.MarshalingBinaryMarker.createDefault());
92706
- return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcSerializedValue.create(objects, [value]);
92591
+ const objects = JSON.stringify(_core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_3__.MarshalingBinaryMarker.createDefault());
92592
+ return _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_3__.RpcSerializedValue.create(objects, [value]);
92707
92593
  }
92708
92594
  async loadMultipart(response, contentType) {
92709
92595
  const data = await response.arrayBuffer();
92710
- const value = new _multipart_RpcMultipartParser__WEBPACK_IMPORTED_MODULE_7__.RpcMultipartParser(contentType, buffer__WEBPACK_IMPORTED_MODULE_1__.Buffer.from(data)).parse();
92596
+ const value = new _multipart_RpcMultipartParser__WEBPACK_IMPORTED_MODULE_5__.RpcMultipartParser(contentType, new Uint8Array(data)).parse();
92711
92597
  return value;
92712
92598
  }
92713
92599
  async setupTransport() {
92714
92600
  const parameters = (await this.protocol.serialize(this)).parameters;
92715
92601
  const transportType = WebAppRpcRequest.computeTransportType(parameters, this.parameters);
92716
- if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Binary) {
92602
+ if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Binary) {
92717
92603
  this.setupBinaryTransport(parameters);
92718
92604
  }
92719
- else if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.RpcContentType.Multipart) {
92605
+ else if (transportType === _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.RpcContentType.Multipart) {
92720
92606
  this.setupMultipartTransport(parameters);
92721
92607
  }
92722
92608
  else {
@@ -92724,15 +92610,15 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92724
92610
  }
92725
92611
  }
92726
92612
  setupBinaryTransport(parameters) {
92727
- this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT] = _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.BINARY;
92613
+ this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT] = _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.BINARY;
92728
92614
  this._request.method = "post";
92729
92615
  this._request.body = parameters.data[0];
92730
92616
  }
92731
92617
  setupMultipartTransport(parameters) {
92732
92618
  // IMPORTANT: do not set a multipart Content-Type header value. The browser does this automatically!
92733
- delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT];
92619
+ delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT];
92734
92620
  this._request.method = "post";
92735
- this._request.body = _RpcMultipart__WEBPACK_IMPORTED_MODULE_8__.RpcMultipart.createForm(parameters);
92621
+ this._request.body = _RpcMultipart__WEBPACK_IMPORTED_MODULE_6__.RpcMultipart.createForm(parameters);
92736
92622
  }
92737
92623
  setupTextTransport(parameters) {
92738
92624
  if (this.operation.policy.allowResponseCaching(this)) {
@@ -92740,23 +92626,33 @@ class WebAppRpcRequest extends _core_RpcRequest__WEBPACK_IMPORTED_MODULE_6__.Rpc
92740
92626
  if (encodedBody.length <= WebAppRpcRequest.maxUrlComponentSize) {
92741
92627
  this._request.method = "get";
92742
92628
  this._request.body = undefined;
92743
- delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT];
92629
+ delete this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT];
92744
92630
  this._pathSuffix = encodedBody;
92745
92631
  return;
92746
92632
  }
92747
92633
  }
92748
92634
  this._pathSuffix = "";
92749
- this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.CONTENT] = _core_RpcConstants__WEBPACK_IMPORTED_MODULE_3__.WEB_RPC_CONSTANTS.TEXT;
92635
+ this._headers[_core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.CONTENT] = _core_RpcConstants__WEBPACK_IMPORTED_MODULE_2__.WEB_RPC_CONSTANTS.TEXT;
92750
92636
  this._request.method = "post";
92751
92637
  this._request.body = parameters.objects;
92752
92638
  }
92753
92639
  }
92640
+ _a = WebAppRpcRequest;
92754
92641
  /** The maximum size permitted for an encoded component in a URL.
92755
92642
  * Note that some backends limit the total cumulative request size. Our current node backends accept requests with a max size of 16 kb.
92756
92643
  * In addition to the url size, an authorization header may also add considerably to the request size.
92757
92644
  * @note This is used for features like encoding the payload of a cacheable request in the URL.
92758
92645
  */
92759
92646
  WebAppRpcRequest.maxUrlComponentSize = 1024 * 8;
92647
+ /** @internal */
92648
+ WebAppRpcRequest.backend = {
92649
+ sendResponse: async (_protocol, _request, _fulfillment, _req, _res) => {
92650
+ throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Not bound.");
92651
+ },
92652
+ parseRequest: async (_protocol, _req) => {
92653
+ throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, "Not bound.");
92654
+ },
92655
+ };
92760
92656
 
92761
92657
 
92762
92658
  /***/ }),
@@ -92772,9 +92668,7 @@ __webpack_require__.r(__webpack_exports__);
92772
92668
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
92773
92669
  /* harmony export */ "RpcMultipartParser": () => (/* binding */ RpcMultipartParser)
92774
92670
  /* harmony export */ });
92775
- /* harmony import */ var buffer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! buffer */ "../../common/temp/node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js");
92776
- /* harmony import */ var string_decoder__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! string_decoder */ "../../common/temp/node_modules/.pnpm/string_decoder@1.3.0/node_modules/string_decoder/lib/string_decoder.js");
92777
- /* harmony import */ var _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
92671
+ /* harmony import */ var _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../core/RpcMarshaling */ "../../core/common/lib/esm/rpc/core/RpcMarshaling.js");
92778
92672
  /*---------------------------------------------------------------------------------------------
92779
92673
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
92780
92674
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -92810,8 +92704,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
92810
92704
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
92811
92705
  */
92812
92706
 
92813
-
92814
-
92815
92707
  const START = 0;
92816
92708
  const START_BOUNDARY = 1;
92817
92709
  const HEADER_FIELD_START = 2;
@@ -92864,7 +92756,7 @@ class RpcMultipartParser {
92864
92756
  this._partBoundaryFlag = false;
92865
92757
  this._boundary = boundary;
92866
92758
  this._buffer = buffer;
92867
- this._value = _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_2__.RpcSerializedValue.create();
92759
+ this._value = _core_RpcMarshaling__WEBPACK_IMPORTED_MODULE_0__.RpcSerializedValue.create();
92868
92760
  }
92869
92761
  parse() {
92870
92762
  let i = 0;
@@ -92872,9 +92764,10 @@ class RpcMultipartParser {
92872
92764
  let prevIndex = 0;
92873
92765
  let index = 0;
92874
92766
  let state = START;
92875
- const boundary = buffer__WEBPACK_IMPORTED_MODULE_0__.Buffer.alloc(this._boundary.length + 4);
92876
- boundary.write("\r\n--", 0, this._boundary.length + 4, "ascii");
92877
- boundary.write(this._boundary, 4, this._boundary.length, "ascii");
92767
+ const boundary = new Uint8Array(this._boundary.length + 4);
92768
+ const boundaryEncoder = new TextEncoder(); // encodes utf8 only
92769
+ boundaryEncoder.encodeInto("\r\n--", boundary.subarray(0));
92770
+ boundaryEncoder.encodeInto(this._boundary, boundary.subarray(4));
92878
92771
  const boundaryChars = {};
92879
92772
  for (const char of boundary) {
92880
92773
  boundaryChars[char] = true;
@@ -92882,7 +92775,7 @@ class RpcMultipartParser {
92882
92775
  const boundaryLength = boundary.length;
92883
92776
  const boundaryEnd = boundaryLength - 1;
92884
92777
  const bufferLength = this._buffer.length;
92885
- const lookbehind = buffer__WEBPACK_IMPORTED_MODULE_0__.Buffer.alloc(boundaryLength + 8);
92778
+ const lookbehind = new Uint8Array(boundaryLength + 8);
92886
92779
  let c;
92887
92780
  let cl;
92888
92781
  for (i = 0; i < len; i++) {
@@ -92936,7 +92829,7 @@ class RpcMultipartParser {
92936
92829
  // empty header field
92937
92830
  throw new Error("Empty header field");
92938
92831
  }
92939
- this._onParseHeaderField(this._buffer.slice(this._headerFieldMark, i));
92832
+ this._onParseHeaderField(this._buffer.subarray(this._headerFieldMark, i));
92940
92833
  this._headerFieldMark = null;
92941
92834
  state = HEADER_VALUE_START;
92942
92835
  break;
@@ -92954,7 +92847,7 @@ class RpcMultipartParser {
92954
92847
  /* falls through */
92955
92848
  case HEADER_VALUE:
92956
92849
  if (c === CR) {
92957
- this._onParseHeaderValue(this._buffer.slice(this._headerValueMark, i));
92850
+ this._onParseHeaderValue(this._buffer.subarray(this._headerValueMark, i));
92958
92851
  this._headerValueMark = null;
92959
92852
  this._onParseHeaderEnd();
92960
92853
  state = HEADER_VALUE_ALMOST_DONE;
@@ -92991,7 +92884,7 @@ class RpcMultipartParser {
92991
92884
  if (index < boundaryLength) {
92992
92885
  if (boundary[index] === c) {
92993
92886
  if (index === 0) {
92994
- this._onParsePartData(this._buffer.slice(this._partDataMark, i));
92887
+ this._onParsePartData(this._buffer.subarray(this._partDataMark, i));
92995
92888
  this._partDataMark = null;
92996
92889
  }
92997
92890
  index++;
@@ -93038,7 +92931,7 @@ class RpcMultipartParser {
93038
92931
  else if (prevIndex > 0) {
93039
92932
  // if our boundary turned out to be rubbish, the captured lookbehind
93040
92933
  // belongs to partData
93041
- this._onParsePartData(lookbehind.slice(0, prevIndex));
92934
+ this._onParsePartData(lookbehind.subarray(0, prevIndex));
93042
92935
  prevIndex = 0;
93043
92936
  this._partDataMark = i;
93044
92937
  // reconsider the current character even so it interrupted the sequence
@@ -93065,15 +92958,15 @@ class RpcMultipartParser {
93065
92958
  }
93066
92959
  }
93067
92960
  if (this._headerFieldMark != null) {
93068
- this._onParseHeaderField(this._buffer.slice(this._headerFieldMark));
92961
+ this._onParseHeaderField(this._buffer.subarray(this._headerFieldMark));
93069
92962
  this._headerFieldMark = 0;
93070
92963
  }
93071
92964
  if (this._headerValueMark != null) {
93072
- this._onParseHeaderValue(this._buffer.slice(this._headerValueMark));
92965
+ this._onParseHeaderValue(this._buffer.subarray(this._headerValueMark));
93073
92966
  this._headerValueMark = 0;
93074
92967
  }
93075
92968
  if (this._partDataMark != null) {
93076
- this._onParsePartData(this._buffer.slice(this._partDataMark));
92969
+ this._onParsePartData(this._buffer.subarray(this._partDataMark));
93077
92970
  this._partDataMark = 0;
93078
92971
  }
93079
92972
  return this._value;
@@ -93085,16 +92978,16 @@ class RpcMultipartParser {
93085
92978
  this._partHeaders = {};
93086
92979
  this._partName = null;
93087
92980
  this._partChunks.length = 0;
93088
- this._headerFieldDecoder = new string_decoder__WEBPACK_IMPORTED_MODULE_1__.StringDecoder("utf8");
92981
+ this._headerFieldDecoder = new TextDecoder("utf8");
93089
92982
  this._headerField = "";
93090
- this._headerValueDecoder = new string_decoder__WEBPACK_IMPORTED_MODULE_1__.StringDecoder("utf8");
92983
+ this._headerValueDecoder = new TextDecoder("utf8");
93091
92984
  this._headerValue = "";
93092
92985
  }
93093
92986
  _onParseHeaderField(b) {
93094
- this._headerField += this._headerFieldDecoder.write(b);
92987
+ this._headerField += this._headerFieldDecoder.decode(b);
93095
92988
  }
93096
92989
  _onParseHeaderValue(b) {
93097
- this._headerValue += this._headerValueDecoder.write(b);
92990
+ this._headerValue += this._headerValueDecoder.decode(b);
93098
92991
  }
93099
92992
  _onParseHeaderEnd() {
93100
92993
  this._headerField = this._headerField.toLowerCase();
@@ -93109,18 +93002,32 @@ class RpcMultipartParser {
93109
93002
  else if (this._headerField === "content-transfer-encoding") {
93110
93003
  // this._partTransferEncoding = this._headerValue.toLowerCase();
93111
93004
  }
93112
- this._headerFieldDecoder = new string_decoder__WEBPACK_IMPORTED_MODULE_1__.StringDecoder("utf8");
93005
+ this._headerFieldDecoder = new TextDecoder("utf8");
93113
93006
  this._headerField = "";
93114
- this._headerValueDecoder = new string_decoder__WEBPACK_IMPORTED_MODULE_1__.StringDecoder("utf8");
93007
+ this._headerValueDecoder = new TextDecoder("utf8");
93115
93008
  this._headerValue = "";
93116
93009
  }
93117
93010
  _onParsePartData(b) {
93118
93011
  this._partChunks.push(b);
93119
93012
  }
93013
+ _concatParts() {
93014
+ let totalSize = 0;
93015
+ for (const chunk of this._partChunks) {
93016
+ totalSize += chunk.length;
93017
+ }
93018
+ const combined = new Uint8Array(totalSize);
93019
+ let offset = 0;
93020
+ for (const chunk of this._partChunks) {
93021
+ combined.set(chunk, offset);
93022
+ offset += chunk.length;
93023
+ }
93024
+ return combined;
93025
+ }
93120
93026
  _onParsePartEnd() {
93121
- const partValue = this._partChunks.length === 1 ? this._partChunks[0] : buffer__WEBPACK_IMPORTED_MODULE_0__.Buffer.concat(this._partChunks);
93027
+ const partValue = this._partChunks.length === 1 ? this._partChunks[0] : this._concatParts();
93122
93028
  if (this._partName === "objects") {
93123
- this._value.objects = partValue.toString();
93029
+ const partDecoder = new TextDecoder();
93030
+ this._value.objects = partDecoder.decode(partValue);
93124
93031
  }
93125
93032
  else {
93126
93033
  this._value.data.push(partValue);
@@ -160325,7 +160232,7 @@ class GltfReader {
160325
160232
  if (dracoMeshes.length === 0)
160326
160233
  return;
160327
160234
  try {
160328
- const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_11_node_modules_loaders_gl_draco_d-403021"), __webpack_require__.e("_ea7b")]).then(__webpack_require__.bind(__webpack_require__, /*! @loaders.gl/draco */ "../../common/temp/node_modules/.pnpm/@loaders.gl+draco@3.2.11/node_modules/@loaders.gl/draco/dist/esm/index.js"))).DracoLoader;
160235
+ const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_10_node_modules_loaders_gl_draco_d-13469a"), __webpack_require__.e("_554f")]).then(__webpack_require__.bind(__webpack_require__, /*! @loaders.gl/draco */ "../../common/temp/node_modules/.pnpm/@loaders.gl+draco@3.2.10/node_modules/@loaders.gl/draco/dist/esm/index.js"))).DracoLoader;
160329
160236
  await Promise.all(dracoMeshes.map(async (x) => this.decodeDracoMesh(x, dracoLoader)));
160330
160237
  }
160331
160238
  catch (err) {
@@ -163470,7 +163377,7 @@ function readPnts(stream, dataOffset, pnts) {
163470
163377
  async function decodeDracoPointCloud(buf) {
163471
163378
  var _a, _b, _c, _d, _e, _f;
163472
163379
  try {
163473
- const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_11_node_modules_loaders_gl_draco_d-403021"), __webpack_require__.e("_ea7b")]).then(__webpack_require__.bind(__webpack_require__, /*! @loaders.gl/draco */ "../../common/temp/node_modules/.pnpm/@loaders.gl+draco@3.2.11/node_modules/@loaders.gl/draco/dist/esm/index.js"))).DracoLoader;
163380
+ const dracoLoader = (await Promise.all(/*! import() */[__webpack_require__.e("vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_10_node_modules_loaders_gl_draco_d-13469a"), __webpack_require__.e("_554f")]).then(__webpack_require__.bind(__webpack_require__, /*! @loaders.gl/draco */ "../../common/temp/node_modules/.pnpm/@loaders.gl+draco@3.2.10/node_modules/@loaders.gl/draco/dist/esm/index.js"))).DracoLoader;
163474
163381
  const mesh = await dracoLoader.parse(buf, {});
163475
163382
  if (mesh.topology !== "point-list")
163476
163383
  return undefined;
@@ -291843,7 +291750,7 @@ class TestContext {
291843
291750
  this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
291844
291751
  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` } });
291845
291752
  await core_frontend_1.NoRenderApp.startup({
291846
- applicationVersion: "3.5.0-dev.41",
291753
+ applicationVersion: "3.5.0-dev.45",
291847
291754
  applicationId: this.settings.gprid,
291848
291755
  authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
291849
291756
  hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
@@ -307263,9 +307170,9 @@ const gBase64 = {
307263
307170
 
307264
307171
  /***/ }),
307265
307172
 
307266
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js":
307173
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js":
307267
307174
  /*!******************************************************************************************************************************!*\
307268
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
307175
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
307269
307176
  \******************************************************************************************************************************/
307270
307177
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307271
307178
 
@@ -307284,9 +307191,9 @@ function _arrayLikeToArray(arr, len) {
307284
307191
 
307285
307192
  /***/ }),
307286
307193
 
307287
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js":
307194
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js":
307288
307195
  /*!****************************************************************************************************************************!*\
307289
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
307196
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
307290
307197
  \****************************************************************************************************************************/
307291
307198
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307292
307199
 
@@ -307301,9 +307208,9 @@ function _arrayWithHoles(arr) {
307301
307208
 
307302
307209
  /***/ }),
307303
307210
 
307304
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":
307211
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":
307305
307212
  /*!***********************************************************************************************************************************!*\
307306
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js ***!
307213
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js ***!
307307
307214
  \***********************************************************************************************************************************/
307308
307215
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307309
307216
 
@@ -307321,9 +307228,9 @@ function _assertThisInitialized(self) {
307321
307228
 
307322
307229
  /***/ }),
307323
307230
 
307324
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.js":
307231
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.js":
307325
307232
  /*!****************************************************************************************************************************!*\
307326
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.js ***!
307233
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.js ***!
307327
307234
  \****************************************************************************************************************************/
307328
307235
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307329
307236
 
@@ -307340,9 +307247,9 @@ function _classCallCheck(instance, Constructor) {
307340
307247
 
307341
307248
  /***/ }),
307342
307249
 
307343
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/createClass.js":
307250
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/createClass.js":
307344
307251
  /*!*************************************************************************************************************************!*\
307345
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/createClass.js ***!
307252
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/createClass.js ***!
307346
307253
  \*************************************************************************************************************************/
307347
307254
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307348
307255
 
@@ -307371,9 +307278,9 @@ function _createClass(Constructor, protoProps, staticProps) {
307371
307278
 
307372
307279
  /***/ }),
307373
307280
 
307374
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js":
307281
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/defineProperty.js":
307375
307282
  /*!****************************************************************************************************************************!*\
307376
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
307283
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
307377
307284
  \****************************************************************************************************************************/
307378
307285
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307379
307286
 
@@ -307398,9 +307305,9 @@ function _defineProperty(obj, key, value) {
307398
307305
 
307399
307306
  /***/ }),
307400
307307
 
307401
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js":
307308
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js":
307402
307309
  /*!****************************************************************************************************************************!*\
307403
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js ***!
307310
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js ***!
307404
307311
  \****************************************************************************************************************************/
307405
307312
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307406
307313
 
@@ -307418,9 +307325,9 @@ function _getPrototypeOf(o) {
307418
307325
 
307419
307326
  /***/ }),
307420
307327
 
307421
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/inherits.js":
307328
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/inherits.js":
307422
307329
  /*!**********************************************************************************************************************!*\
307423
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/inherits.js ***!
307330
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/inherits.js ***!
307424
307331
  \**********************************************************************************************************************/
307425
307332
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307426
307333
 
@@ -307429,7 +307336,7 @@ __webpack_require__.r(__webpack_exports__);
307429
307336
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
307430
307337
  /* harmony export */ "default": () => (/* binding */ _inherits)
307431
307338
  /* harmony export */ });
307432
- /* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js");
307339
+ /* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js");
307433
307340
 
307434
307341
  function _inherits(subClass, superClass) {
307435
307342
  if (typeof superClass !== "function" && superClass !== null) {
@@ -307450,9 +307357,9 @@ function _inherits(subClass, superClass) {
307450
307357
 
307451
307358
  /***/ }),
307452
307359
 
307453
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.js":
307360
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/iterableToArray.js":
307454
307361
  /*!*****************************************************************************************************************************!*\
307455
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
307362
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
307456
307363
  \*****************************************************************************************************************************/
307457
307364
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307458
307365
 
@@ -307467,9 +307374,9 @@ function _iterableToArray(iter) {
307467
307374
 
307468
307375
  /***/ }),
307469
307376
 
307470
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js":
307377
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js":
307471
307378
  /*!*****************************************************************************************************************************!*\
307472
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
307379
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
307473
307380
  \*****************************************************************************************************************************/
307474
307381
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307475
307382
 
@@ -307484,9 +307391,9 @@ function _nonIterableRest() {
307484
307391
 
307485
307392
  /***/ }),
307486
307393
 
307487
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js":
307394
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js":
307488
307395
  /*!***************************************************************************************************************************************!*\
307489
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js ***!
307396
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js ***!
307490
307397
  \***************************************************************************************************************************************/
307491
307398
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307492
307399
 
@@ -307495,8 +307402,8 @@ __webpack_require__.r(__webpack_exports__);
307495
307402
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
307496
307403
  /* harmony export */ "default": () => (/* binding */ _possibleConstructorReturn)
307497
307404
  /* harmony export */ });
307498
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/typeof.js");
307499
- /* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
307405
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/typeof.js");
307406
+ /* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
307500
307407
 
307501
307408
 
307502
307409
  function _possibleConstructorReturn(self, call) {
@@ -307510,9 +307417,9 @@ function _possibleConstructorReturn(self, call) {
307510
307417
 
307511
307418
  /***/ }),
307512
307419
 
307513
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js":
307420
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js":
307514
307421
  /*!****************************************************************************************************************************!*\
307515
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
307422
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
307516
307423
  \****************************************************************************************************************************/
307517
307424
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307518
307425
 
@@ -307531,9 +307438,9 @@ function _setPrototypeOf(o, p) {
307531
307438
 
307532
307439
  /***/ }),
307533
307440
 
307534
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/toArray.js":
307441
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/toArray.js":
307535
307442
  /*!*********************************************************************************************************************!*\
307536
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/toArray.js ***!
307443
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/toArray.js ***!
307537
307444
  \*********************************************************************************************************************/
307538
307445
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307539
307446
 
@@ -307542,10 +307449,10 @@ __webpack_require__.r(__webpack_exports__);
307542
307449
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
307543
307450
  /* harmony export */ "default": () => (/* binding */ _toArray)
307544
307451
  /* harmony export */ });
307545
- /* harmony import */ var _arrayWithHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js");
307546
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.js");
307547
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js");
307548
- /* harmony import */ var _nonIterableRest_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js");
307452
+ /* harmony import */ var _arrayWithHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayWithHoles.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js");
307453
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/iterableToArray.js");
307454
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js");
307455
+ /* harmony import */ var _nonIterableRest_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nonIterableRest.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js");
307549
307456
 
307550
307457
 
307551
307458
 
@@ -307556,9 +307463,9 @@ function _toArray(arr) {
307556
307463
 
307557
307464
  /***/ }),
307558
307465
 
307559
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/typeof.js":
307466
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/typeof.js":
307560
307467
  /*!********************************************************************************************************************!*\
307561
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/typeof.js ***!
307468
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/typeof.js ***!
307562
307469
  \********************************************************************************************************************/
307563
307470
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307564
307471
 
@@ -307579,9 +307486,9 @@ function _typeof(obj) {
307579
307486
 
307580
307487
  /***/ }),
307581
307488
 
307582
- /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js":
307489
+ /***/ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js":
307583
307490
  /*!****************************************************************************************************************************************!*\
307584
- !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
307491
+ !*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
307585
307492
  \****************************************************************************************************************************************/
307586
307493
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
307587
307494
 
@@ -307590,7 +307497,7 @@ __webpack_require__.r(__webpack_exports__);
307590
307497
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
307591
307498
  /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
307592
307499
  /* harmony export */ });
307593
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js");
307500
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayLikeToArray.js */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js");
307594
307501
 
307595
307502
  function _unsupportedIterableToArray(o, minLen) {
307596
307503
  if (!o) return;
@@ -308024,15 +307931,15 @@ __webpack_require__.r(__webpack_exports__);
308024
307931
  /* harmony export */ "t": () => (/* binding */ t),
308025
307932
  /* harmony export */ "use": () => (/* binding */ use)
308026
307933
  /* harmony export */ });
308027
- /* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/typeof */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/typeof.js");
308028
- /* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
308029
- /* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/createClass.js");
308030
- /* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/assertThisInitialized */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
308031
- /* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/inherits.js");
308032
- /* harmony import */ var _babel_runtime_helpers_esm_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/esm/possibleConstructorReturn */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js");
308033
- /* harmony import */ var _babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/esm/getPrototypeOf */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js");
308034
- /* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js");
308035
- /* harmony import */ var _babel_runtime_helpers_esm_toArray__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toArray */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.20.0/node_modules/@babel/runtime/helpers/esm/toArray.js");
307934
+ /* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/typeof */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/typeof.js");
307935
+ /* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
307936
+ /* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/createClass.js");
307937
+ /* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/assertThisInitialized */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
307938
+ /* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/inherits.js");
307939
+ /* harmony import */ var _babel_runtime_helpers_esm_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/esm/possibleConstructorReturn */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js");
307940
+ /* harmony import */ var _babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/esm/getPrototypeOf */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js");
307941
+ /* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/defineProperty.js");
307942
+ /* harmony import */ var _babel_runtime_helpers_esm_toArray__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toArray */ "../../common/temp/node_modules/.pnpm/@babel+runtime@7.19.4/node_modules/@babel/runtime/helpers/esm/toArray.js");
308036
307943
 
308037
307944
 
308038
307945
 
@@ -310912,7 +310819,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
310912
310819
  /***/ ((module) => {
310913
310820
 
310914
310821
  "use strict";
310915
- module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.5.0-dev.41","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":"npm run -s copy:js:cjs && tsc 1>&2 --outDir lib/cjs","build:esm":"npm run -s copy:js:esm && tsc 1>&2 --module ES2020 --outDir lib/esm","clean":"rimraf lib .rush/temp/package-deps*.json","copy:public":"cpx \\"./src/public/**/*\\" ./lib/public","copy:js:cjs":"cpx \\"./src/**/*.js\\" ./lib/cjs","copy:js:esm":"cpx \\"./src/**/*.js\\" ./lib/esm","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.5.0-dev.41","@itwin/core-bentley":"workspace:^3.5.0-dev.41","@itwin/core-common":"workspace:^3.5.0-dev.41","@itwin/core-geometry":"workspace:^3.5.0-dev.41","@itwin/core-orbitgt":"workspace:^3.5.0-dev.41","@itwin/core-quantity":"workspace:^3.5.0-dev.41","@itwin/webgl-compatibility":"workspace:^3.5.0-dev.41"},"//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.3.1","@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.59","@types/qs":"^6.5.0","@types/semver":"7.3.10","@types/superagent":"^4.1.14","@types/sinon":"^9.0.0","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","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":"^4.0.0","typescript":"~4.4.0","webpack":"^5.64.4"},"//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/object-storage-azure":"~1.4.0","@itwin/cloud-agnostic-core":"~1.4.0","@itwin/object-storage-core":"~1.4.0","@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":"^7.3.5","superagent":"7.1.3","wms-capabilities":"0.4.0","xml-js":"~1.6.11","reflect-metadata":"0.1.13"},"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"}}]}}');
310822
+ module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.5.0-dev.45","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":"npm run -s copy:js:cjs && tsc 1>&2 --outDir lib/cjs","build:esm":"npm run -s copy:js:esm && tsc 1>&2 --module ES2020 --outDir lib/esm","clean":"rimraf lib .rush/temp/package-deps*.json","copy:public":"cpx \\"./src/public/**/*\\" ./lib/public","copy:js:cjs":"cpx \\"./src/**/*.js\\" ./lib/cjs","copy:js:esm":"cpx \\"./src/**/*.js\\" ./lib/esm","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.5.0-dev.45","@itwin/core-bentley":"workspace:^3.5.0-dev.45","@itwin/core-common":"workspace:^3.5.0-dev.45","@itwin/core-geometry":"workspace:^3.5.0-dev.45","@itwin/core-orbitgt":"workspace:^3.5.0-dev.45","@itwin/core-quantity":"workspace:^3.5.0-dev.45","@itwin/webgl-compatibility":"workspace:^3.5.0-dev.45"},"//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.3.1","@types/chai-as-promised":"^7","@types/deep-assign":"^0.1.0","@types/lodash":"^4.14.0","@types/mocha":"^8.2.2","@types/node":"18.11.5","@types/qs":"^6.5.0","@types/semver":"7.3.10","@types/superagent":"^4.1.14","@types/sinon":"^9.0.0","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","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":"^4.0.0","typescript":"~4.4.0","webpack":"^5.64.4"},"//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/object-storage-azure":"~1.4.0","@itwin/cloud-agnostic-core":"~1.4.0","@itwin/object-storage-core":"~1.4.0","@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":"^7.3.5","superagent":"7.1.3","wms-capabilities":"0.4.0","xml-js":"~1.6.11","reflect-metadata":"0.1.13"},"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"}}]}}');
310916
310823
 
310917
310824
  /***/ }),
310918
310825