@itwin/ecschema-rpcinterface-tests 4.7.0-dev.9 → 4.8.0-dev.1

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.
@@ -65,9 +65,9 @@ exports.executeBackendCallback = executeBackendCallback;
65
65
 
66
66
  /***/ }),
67
67
 
68
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/AccessTokenAdapter.js":
68
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/AccessTokenAdapter.js":
69
69
  /*!******************************************************************************************************************************************************************************!*\
70
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/AccessTokenAdapter.js ***!
70
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/AccessTokenAdapter.js ***!
71
71
  \******************************************************************************************************************************************************************************/
72
72
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
73
73
 
@@ -101,9 +101,9 @@ exports.AccessTokenAdapter = AccessTokenAdapter;
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ChangesetFunctions.js":
104
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ChangesetFunctions.js":
105
105
  /*!******************************************************************************************************************************************************************************!*\
106
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ChangesetFunctions.js ***!
106
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ChangesetFunctions.js ***!
107
107
  \******************************************************************************************************************************************************************************/
108
108
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
109
109
 
@@ -117,8 +117,8 @@ exports.getNamedVersionChangeset = exports.getLatestMinimalChangesetIfExists = e
117
117
  *--------------------------------------------------------------------------------------------*/
118
118
  const core_bentley_1 = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
119
119
  const core_common_1 = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
120
- const imodels_client_management_1 = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
121
- const ErrorHandlingFunctions_1 = __webpack_require__(/*! ./ErrorHandlingFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorHandlingFunctions.js");
120
+ const imodels_client_management_1 = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
121
+ const ErrorHandlingFunctions_1 = __webpack_require__(/*! ./ErrorHandlingFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorHandlingFunctions.js");
122
122
  async function getLatestFullChangesetIfExists(iModelsClient, iModelScopedOperationParams) {
123
123
  return getLatestChangeset((getChangesetListParams) => iModelsClient.changesets.getRepresentationList(getChangesetListParams), iModelScopedOperationParams);
124
124
  }
@@ -162,9 +162,9 @@ async function getLatestChangeset(changesetQueryFunc, iModelScopedOperationParam
162
162
 
163
163
  /***/ }),
164
164
 
165
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/Constants.js":
165
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/Constants.js":
166
166
  /*!*********************************************************************************************************************************************************************!*\
167
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/Constants.js ***!
167
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/Constants.js ***!
168
168
  \*********************************************************************************************************************************************************************/
169
169
  /***/ ((__unused_webpack_module, exports) => {
170
170
 
@@ -184,9 +184,9 @@ Constants.ChangeSet0 = { id: "", changesType: 0, description: "initialChangeset"
184
184
 
185
185
  /***/ }),
186
186
 
187
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorAdapter.js":
187
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorAdapter.js":
188
188
  /*!************************************************************************************************************************************************************************!*\
189
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorAdapter.js ***!
189
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorAdapter.js ***!
190
190
  \************************************************************************************************************************************************************************/
191
191
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
192
192
 
@@ -200,7 +200,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
200
200
  exports.ErrorAdapter = void 0;
201
201
  const core_bentley_1 = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
202
202
  const core_common_1 = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
203
- const imodels_client_management_1 = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
203
+ const imodels_client_management_1 = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
204
204
  class ErrorAdapter {
205
205
  static toIModelError(error, operationName) {
206
206
  if (!(0, imodels_client_management_1.isIModelsApiError)(error))
@@ -238,6 +238,7 @@ class ErrorAdapter {
238
238
  case imodels_client_management_1.IModelsErrorCode.InvalidRequestBody:
239
239
  case imodels_client_management_1.IModelsErrorCode.InvalidThumbnailFormat:
240
240
  case imodels_client_management_1.IModelsErrorCode.MutuallyExclusivePropertiesProvided:
241
+ case imodels_client_management_1.IModelsErrorCode.MutuallyExclusiveParametersProvided:
241
242
  case imodels_client_management_1.IModelsErrorCode.MissingRequestBody:
242
243
  case imodels_client_management_1.IModelsErrorCode.MissingRequiredProperty:
243
244
  case imodels_client_management_1.IModelsErrorCode.MissingRequiredParameter:
@@ -278,6 +279,12 @@ class ErrorAdapter {
278
279
  return core_bentley_1.IModelHubStatus.MaximumNumberOfBriefcasesPerUserPerMinute;
279
280
  if (apiErrorCode === imodels_client_management_1.IModelsErrorCode.DownloadAborted && operationName === "downloadChangesets")
280
281
  return core_bentley_1.ChangeSetStatus.DownloadCancelled;
282
+ if (apiErrorCode === imodels_client_management_1.IModelsErrorCode.ConflictWithAnotherUser) {
283
+ if (operationName === "createChangeset")
284
+ return core_bentley_1.IModelHubStatus.AnotherUserPushing;
285
+ else if (operationName === "updateLocks")
286
+ return core_bentley_1.IModelHubStatus.LockOwnedByAnotherBriefcase;
287
+ }
281
288
  return undefined;
282
289
  }
283
290
  static mapErrorCode(apiErrorCode) {
@@ -306,8 +313,6 @@ class ErrorAdapter {
306
313
  return core_bentley_1.IModelHubStatus.ChangeSetAlreadyExists;
307
314
  case imodels_client_management_1.IModelsErrorCode.NamedVersionOnChangesetExists:
308
315
  return core_bentley_1.IModelHubStatus.ChangeSetAlreadyHasVersion;
309
- case imodels_client_management_1.IModelsErrorCode.ConflictWithAnotherUser:
310
- return core_bentley_1.IModelHubStatus.AnotherUserPushing;
311
316
  case imodels_client_management_1.IModelsErrorCode.NewerChangesExist:
312
317
  return core_bentley_1.IModelHubStatus.PullIsRequired;
313
318
  case imodels_client_management_1.IModelsErrorCode.BaselineFileInitializationTimedOut:
@@ -324,9 +329,9 @@ exports.ErrorAdapter = ErrorAdapter;
324
329
 
325
330
  /***/ }),
326
331
 
327
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorHandlingFunctions.js":
332
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorHandlingFunctions.js":
328
333
  /*!**********************************************************************************************************************************************************************************!*\
329
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorHandlingFunctions.js ***!
334
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorHandlingFunctions.js ***!
330
335
  \**********************************************************************************************************************************************************************************/
331
336
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
332
337
 
@@ -338,7 +343,7 @@ exports.handleAPIErrors = void 0;
338
343
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
339
344
  * See LICENSE.md in the project root for license terms and full copyright notice.
340
345
  *--------------------------------------------------------------------------------------------*/
341
- const ErrorAdapter_1 = __webpack_require__(/*! ./ErrorAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorAdapter.js");
346
+ const ErrorAdapter_1 = __webpack_require__(/*! ./ErrorAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorAdapter.js");
342
347
  async function handleAPIErrors(func, operationName) {
343
348
  try {
344
349
  const result = await func();
@@ -353,9 +358,9 @@ exports.handleAPIErrors = handleAPIErrors;
353
358
 
354
359
  /***/ }),
355
360
 
356
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.0.1_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/FrontendIModelsAccess.js":
361
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.1.2_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/FrontendIModelsAccess.js":
357
362
  /*!*****************************************************************************************************************************************************************************************!*\
358
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.0.1_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/FrontendIModelsAccess.js ***!
363
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.1.2_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/FrontendIModelsAccess.js ***!
359
364
  \*****************************************************************************************************************************************************************************************/
360
365
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
361
366
 
@@ -367,11 +372,11 @@ __webpack_require__.r(__webpack_exports__);
367
372
  /* harmony import */ var _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/core-bentley */ "../../core/bentley/lib/esm/core-bentley.js");
368
373
  /* harmony import */ var _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
369
374
  /* harmony import */ var _itwin_core_frontend__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @itwin/core-frontend */ "../../core/frontend/lib/esm/core-frontend.js");
370
- /* harmony import */ var _itwin_imodels_access_common_lib_AccessTokenAdapter__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/AccessTokenAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/AccessTokenAdapter.js");
371
- /* harmony import */ var _itwin_imodels_access_common_lib_ChangesetFunctions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/ChangesetFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ChangesetFunctions.js");
372
- /* harmony import */ var _itwin_imodels_access_common_lib_Constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/Constants.js");
373
- /* harmony import */ var _itwin_imodels_access_common_lib_ErrorHandlingFunctions__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/ErrorHandlingFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorHandlingFunctions.js");
374
- /* harmony import */ var _itwin_imodels_client_management__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
375
+ /* harmony import */ var _itwin_imodels_access_common_lib_AccessTokenAdapter__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/AccessTokenAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/AccessTokenAdapter.js");
376
+ /* harmony import */ var _itwin_imodels_access_common_lib_ChangesetFunctions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/ChangesetFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ChangesetFunctions.js");
377
+ /* harmony import */ var _itwin_imodels_access_common_lib_Constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/Constants.js");
378
+ /* harmony import */ var _itwin_imodels_access_common_lib_ErrorHandlingFunctions__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/ErrorHandlingFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/ErrorHandlingFunctions.js");
379
+ /* harmony import */ var _itwin_imodels_client_management__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
375
380
  /*---------------------------------------------------------------------------------------------
376
381
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
377
382
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -459,9 +464,9 @@ class FrontendIModelsAccess {
459
464
 
460
465
  /***/ }),
461
466
 
462
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.0.1_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/index.js":
467
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.1.2_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/index.js":
463
468
  /*!*************************************************************************************************************************************************************************!*\
464
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.0.1_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/index.js ***!
469
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.1.2_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/index.js ***!
465
470
  \*************************************************************************************************************************************************************************/
466
471
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
467
472
 
@@ -472,8 +477,8 @@ __webpack_require__.r(__webpack_exports__);
472
477
  /* harmony export */ "FrontendIModelsAccess": () => (/* reexport safe */ _FrontendIModelsAccess__WEBPACK_IMPORTED_MODULE_1__.FrontendIModelsAccess),
473
478
  /* harmony export */ "__esModule": () => (/* reexport safe */ _itwin_imodels_access_common_lib_AccessTokenAdapter__WEBPACK_IMPORTED_MODULE_0__.__esModule)
474
479
  /* harmony export */ });
475
- /* harmony import */ var _itwin_imodels_access_common_lib_AccessTokenAdapter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/AccessTokenAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.0.1_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/AccessTokenAdapter.js");
476
- /* harmony import */ var _FrontendIModelsAccess__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./FrontendIModelsAccess */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.0.1_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/FrontendIModelsAccess.js");
480
+ /* harmony import */ var _itwin_imodels_access_common_lib_AccessTokenAdapter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @itwin/imodels-access-common/lib/AccessTokenAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-common@5.1.2_mzyk4ayjeukc3ktflsb4gz56li/node_modules/@itwin/imodels-access-common/lib/AccessTokenAdapter.js");
481
+ /* harmony import */ var _FrontendIModelsAccess__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./FrontendIModelsAccess */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.1.2_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/FrontendIModelsAccess.js");
477
482
  /*---------------------------------------------------------------------------------------------
478
483
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
479
484
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -484,9 +489,9 @@ __webpack_require__.r(__webpack_exports__);
484
489
 
485
490
  /***/ }),
486
491
 
487
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js":
492
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js":
488
493
  /*!******************************************************************************************************************************************************!*\
489
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js ***!
494
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js ***!
490
495
  \******************************************************************************************************************************************************/
491
496
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
492
497
 
@@ -520,9 +525,9 @@ Constants.time = {
520
525
 
521
526
  /***/ }),
522
527
 
523
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/IModelsClient.js":
528
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/IModelsClient.js":
524
529
  /*!**********************************************************************************************************************************************************!*\
525
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/IModelsClient.js ***!
530
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/IModelsClient.js ***!
526
531
  \**********************************************************************************************************************************************************/
527
532
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
528
533
 
@@ -531,12 +536,13 @@ __webpack_require__.r(__webpack_exports__);
531
536
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
532
537
  /* harmony export */ "IModelsClient": () => (/* binding */ IModelsClient)
533
538
  /* harmony export */ });
534
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
535
- /* harmony import */ var _Constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js");
536
- /* harmony import */ var _operations__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./operations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/index.js");
537
- /* harmony import */ var _operations_changeset_group_ChangesetGroupOperations__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./operations/changeset-group/ChangesetGroupOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperations.js");
538
- /* harmony import */ var _operations_checkpoint_CheckpointOperations__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./operations/checkpoint/CheckpointOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperations.js");
539
- /* harmony import */ var _operations_IModelsApiUrlFormatter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./operations/IModelsApiUrlFormatter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/IModelsApiUrlFormatter.js");
539
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
540
+ /* harmony import */ var _Constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js");
541
+ /* harmony import */ var _operations__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./operations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/index.js");
542
+ /* harmony import */ var _operations_changeset_extended_data_ChangesetExtendedDataOperations__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./operations/changeset-extended-data/ChangesetExtendedDataOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-extended-data/ChangesetExtendedDataOperations.js");
543
+ /* harmony import */ var _operations_changeset_group_ChangesetGroupOperations__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./operations/changeset-group/ChangesetGroupOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperations.js");
544
+ /* harmony import */ var _operations_checkpoint_CheckpointOperations__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./operations/checkpoint/CheckpointOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperations.js");
545
+ /* harmony import */ var _operations_IModelsApiUrlFormatter__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./operations/IModelsApiUrlFormatter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/IModelsApiUrlFormatter.js");
540
546
  /*---------------------------------------------------------------------------------------------
541
547
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
542
548
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -547,6 +553,7 @@ __webpack_require__.r(__webpack_exports__);
547
553
 
548
554
 
549
555
 
556
+
550
557
  /**
551
558
  * iModels API client for iModel management workflows. For more information on the API visit the
552
559
  * {@link https://developer.bentley.com/apis/imodels-v2/ iModels API documentation page}.
@@ -561,7 +568,7 @@ class IModelsClient {
561
568
  const filledIModelsClientOptions = IModelsClient.fillManagementClientConfiguration(options);
562
569
  this._operationsOptions = {
563
570
  ...filledIModelsClientOptions,
564
- urlFormatter: new _operations_IModelsApiUrlFormatter__WEBPACK_IMPORTED_MODULE_5__.IModelsApiUrlFormatter(filledIModelsClientOptions.api.baseUrl)
571
+ urlFormatter: new _operations_IModelsApiUrlFormatter__WEBPACK_IMPORTED_MODULE_6__.IModelsApiUrlFormatter(filledIModelsClientOptions.api.baseUrl)
565
572
  };
566
573
  }
567
574
  /** iModel operations. See {@link iModelOperations}. */
@@ -576,9 +583,13 @@ class IModelsClient {
576
583
  get changesets() {
577
584
  return new _operations__WEBPACK_IMPORTED_MODULE_2__.ChangesetOperations(this._operationsOptions, this);
578
585
  }
586
+ /** Changeset Extended Data operations. See {@link ChangesetExtendedDataOperations}. */
587
+ get changesetExtendedData() {
588
+ return new _operations_changeset_extended_data_ChangesetExtendedDataOperations__WEBPACK_IMPORTED_MODULE_3__.ChangesetExtendedDataOperations(this._operationsOptions);
589
+ }
579
590
  /** Changeset Group operations. See {@link ChangesetGroupOperations}. */
580
591
  get changesetGroups() {
581
- return new _operations_changeset_group_ChangesetGroupOperations__WEBPACK_IMPORTED_MODULE_3__.ChangesetGroupOperations(this._operationsOptions, this);
592
+ return new _operations_changeset_group_ChangesetGroupOperations__WEBPACK_IMPORTED_MODULE_4__.ChangesetGroupOperations(this._operationsOptions, this);
582
593
  }
583
594
  /** Named version operations. See {@link NamedVersionOperations}. */
584
595
  get namedVersions() {
@@ -586,7 +597,7 @@ class IModelsClient {
586
597
  }
587
598
  /** Checkpoint operations. See {@link CheckpointOperations}. */
588
599
  get checkpoints() {
589
- return new _operations_checkpoint_CheckpointOperations__WEBPACK_IMPORTED_MODULE_4__.CheckpointOperations(this._operationsOptions);
600
+ return new _operations_checkpoint_CheckpointOperations__WEBPACK_IMPORTED_MODULE_5__.CheckpointOperations(this._operationsOptions);
590
601
  }
591
602
  /** Thumbnail operations. See {@link ThumbnailOperations}. */
592
603
  get thumbnails() {
@@ -622,9 +633,9 @@ class IModelsClient {
622
633
 
623
634
  /***/ }),
624
635
 
625
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/ApiResponseInterfaces.js":
636
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/ApiResponseInterfaces.js":
626
637
  /*!********************************************************************************************************************************************************************************!*\
627
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/ApiResponseInterfaces.js ***!
638
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/ApiResponseInterfaces.js ***!
628
639
  \********************************************************************************************************************************************************************************/
629
640
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
630
641
 
@@ -635,9 +646,9 @@ __webpack_require__.r(__webpack_exports__);
635
646
 
636
647
  /***/ }),
637
648
 
638
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosResponseHeadersAdapter.js":
649
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosResponseHeadersAdapter.js":
639
650
  /*!**************************************************************************************************************************************************************************************!*\
640
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosResponseHeadersAdapter.js ***!
651
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosResponseHeadersAdapter.js ***!
641
652
  \**************************************************************************************************************************************************************************************/
642
653
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
643
654
 
@@ -668,9 +679,9 @@ class AxiosResponseHeadersAdapter {
668
679
 
669
680
  /***/ }),
670
681
 
671
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosRestClient.js":
682
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosRestClient.js":
672
683
  /*!**************************************************************************************************************************************************************************!*\
673
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosRestClient.js ***!
684
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosRestClient.js ***!
674
685
  \**************************************************************************************************************************************************************************/
675
686
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
676
687
 
@@ -680,8 +691,8 @@ __webpack_require__.r(__webpack_exports__);
680
691
  /* harmony export */ "AxiosRestClient": () => (/* binding */ AxiosRestClient)
681
692
  /* harmony export */ });
682
693
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! axios */ "../../common/temp/node_modules/.pnpm/axios@1.6.5/node_modules/axios/lib/axios.js");
683
- /* harmony import */ var _types_RestClient__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../types/RestClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js");
684
- /* harmony import */ var _AxiosResponseHeadersAdapter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AxiosResponseHeadersAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosResponseHeadersAdapter.js");
694
+ /* harmony import */ var _types_RestClient__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../types/RestClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js");
695
+ /* harmony import */ var _AxiosResponseHeadersAdapter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./AxiosResponseHeadersAdapter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosResponseHeadersAdapter.js");
685
696
  /*---------------------------------------------------------------------------------------------
686
697
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
687
698
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -753,9 +764,9 @@ class AxiosRestClient {
753
764
 
754
765
  /***/ }),
755
766
 
756
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/IModelsErrorParser.js":
767
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/IModelsErrorParser.js":
757
768
  /*!*****************************************************************************************************************************************************************************!*\
758
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/IModelsErrorParser.js ***!
769
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/IModelsErrorParser.js ***!
759
770
  \*****************************************************************************************************************************************************************************/
760
771
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
761
772
 
@@ -766,7 +777,7 @@ __webpack_require__.r(__webpack_exports__);
766
777
  /* harmony export */ "IModelsErrorImpl": () => (/* binding */ IModelsErrorImpl),
767
778
  /* harmony export */ "IModelsErrorParser": () => (/* binding */ IModelsErrorParser)
768
779
  /* harmony export */ });
769
- /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
780
+ /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
770
781
  /*---------------------------------------------------------------------------------------------
771
782
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
772
783
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -783,6 +794,7 @@ class IModelsErrorImpl extends IModelsErrorBaseImpl {
783
794
  constructor(params) {
784
795
  super(params);
785
796
  this.details = params.details;
797
+ this.statusCode = params.statusCode;
786
798
  }
787
799
  }
788
800
  class IModelsErrorParser {
@@ -799,6 +811,7 @@ class IModelsErrorParser {
799
811
  const errorMessage = IModelsErrorParser.parseAndFormatMessage(errorFromApi?.error?.message, errorDetails);
800
812
  return new IModelsErrorImpl({
801
813
  code: errorCode,
814
+ statusCode: response.statusCode,
802
815
  message: errorMessage,
803
816
  details: errorDetails
804
817
  });
@@ -838,11 +851,13 @@ class IModelsErrorParser {
838
851
  static createUnrecognizedError(response, originalError) {
839
852
  return new IModelsErrorImpl({
840
853
  code: _types__WEBPACK_IMPORTED_MODULE_0__.IModelsErrorCode.Unrecognized,
854
+ statusCode: response.statusCode,
841
855
  message: `${IModelsErrorParser._defaultErrorMessage}.\n` +
842
856
  `Original error message: ${originalError.message},\n` +
843
857
  `original error code: ${originalError.code},\n` +
844
858
  `response status code: ${response.statusCode},\n` +
845
- `response body: ${JSON.stringify(response.body)}`
859
+ `response body: ${JSON.stringify(response.body)}`,
860
+ details: undefined
846
861
  });
847
862
  }
848
863
  static createUnauthorizedError(response) {
@@ -851,7 +866,9 @@ class IModelsErrorParser {
851
866
  ?? IModelsErrorParser._defaultUnauthorizedMessage;
852
867
  return new IModelsErrorImpl({
853
868
  code: _types__WEBPACK_IMPORTED_MODULE_0__.IModelsErrorCode.Unauthorized,
854
- message: errorMessage
869
+ statusCode: response.statusCode,
870
+ message: errorMessage,
871
+ details: undefined
855
872
  });
856
873
  }
857
874
  }
@@ -861,9 +878,9 @@ IModelsErrorParser._defaultUnauthorizedMessage = "Authorization failed";
861
878
 
862
879
  /***/ }),
863
880
 
864
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/OperationsBase.js":
881
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/OperationsBase.js":
865
882
  /*!*************************************************************************************************************************************************************************!*\
866
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/OperationsBase.js ***!
883
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/OperationsBase.js ***!
867
884
  \*************************************************************************************************************************************************************************/
868
885
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
869
886
 
@@ -872,8 +889,8 @@ __webpack_require__.r(__webpack_exports__);
872
889
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
873
890
  /* harmony export */ "OperationsBase": () => (/* binding */ OperationsBase)
874
891
  /* harmony export */ });
875
- /* harmony import */ var _Constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js");
876
- /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
892
+ /* harmony import */ var _Constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js");
893
+ /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
877
894
  /*---------------------------------------------------------------------------------------------
878
895
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
879
896
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -980,9 +997,9 @@ class OperationsBase {
980
997
 
981
998
  /***/ }),
982
999
 
983
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityFunctions.js":
1000
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityFunctions.js":
984
1001
  /*!***************************************************************************************************************************************************************************!*\
985
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityFunctions.js ***!
1002
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityFunctions.js ***!
986
1003
  \***************************************************************************************************************************************************************************/
987
1004
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
988
1005
 
@@ -992,7 +1009,7 @@ __webpack_require__.r(__webpack_exports__);
992
1009
  /* harmony export */ "sleep": () => (/* binding */ sleep),
993
1010
  /* harmony export */ "waitForCondition": () => (/* binding */ waitForCondition)
994
1011
  /* harmony export */ });
995
- /* harmony import */ var _Constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js");
1012
+ /* harmony import */ var _Constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js");
996
1013
  /*---------------------------------------------------------------------------------------------
997
1014
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
998
1015
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -1017,9 +1034,9 @@ async function waitForCondition(params) {
1017
1034
 
1018
1035
  /***/ }),
1019
1036
 
1020
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityTypes.js":
1037
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityTypes.js":
1021
1038
  /*!***********************************************************************************************************************************************************************!*\
1022
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityTypes.js ***!
1039
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityTypes.js ***!
1023
1040
  \***********************************************************************************************************************************************************************/
1024
1041
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1025
1042
 
@@ -1034,9 +1051,9 @@ __webpack_require__.r(__webpack_exports__);
1034
1051
 
1035
1052
  /***/ }),
1036
1053
 
1037
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js":
1054
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js":
1038
1055
  /*!****************************************************************************************************************************************************************!*\
1039
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js ***!
1056
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js ***!
1040
1057
  \****************************************************************************************************************************************************************/
1041
1058
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1042
1059
 
@@ -1053,14 +1070,14 @@ __webpack_require__.r(__webpack_exports__);
1053
1070
  /* harmony export */ "sleep": () => (/* reexport safe */ _UtilityFunctions__WEBPACK_IMPORTED_MODULE_7__.sleep),
1054
1071
  /* harmony export */ "waitForCondition": () => (/* reexport safe */ _UtilityFunctions__WEBPACK_IMPORTED_MODULE_7__.waitForCondition)
1055
1072
  /* harmony export */ });
1056
- /* harmony import */ var _iterators_EntityListIteratorImpl__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./iterators/EntityListIteratorImpl */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityListIteratorImpl.js");
1057
- /* harmony import */ var _iterators_EntityPageListIterator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterators/EntityPageListIterator */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityPageListIterator.js");
1058
- /* harmony import */ var _ApiResponseInterfaces__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ApiResponseInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/ApiResponseInterfaces.js");
1059
- /* harmony import */ var _AxiosRestClient__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./AxiosRestClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosRestClient.js");
1060
- /* harmony import */ var _IModelsErrorParser__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./IModelsErrorParser */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/IModelsErrorParser.js");
1061
- /* harmony import */ var _OperationsBase__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./OperationsBase */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/OperationsBase.js");
1062
- /* harmony import */ var _UtilityTypes__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./UtilityTypes */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityTypes.js");
1063
- /* harmony import */ var _UtilityFunctions__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./UtilityFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityFunctions.js");
1073
+ /* harmony import */ var _iterators_EntityListIteratorImpl__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./iterators/EntityListIteratorImpl */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityListIteratorImpl.js");
1074
+ /* harmony import */ var _iterators_EntityPageListIterator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./iterators/EntityPageListIterator */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityPageListIterator.js");
1075
+ /* harmony import */ var _ApiResponseInterfaces__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ApiResponseInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/ApiResponseInterfaces.js");
1076
+ /* harmony import */ var _AxiosRestClient__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./AxiosRestClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/AxiosRestClient.js");
1077
+ /* harmony import */ var _IModelsErrorParser__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./IModelsErrorParser */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/IModelsErrorParser.js");
1078
+ /* harmony import */ var _OperationsBase__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./OperationsBase */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/OperationsBase.js");
1079
+ /* harmony import */ var _UtilityTypes__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./UtilityTypes */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityTypes.js");
1080
+ /* harmony import */ var _UtilityFunctions__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./UtilityFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/UtilityFunctions.js");
1064
1081
  /*---------------------------------------------------------------------------------------------
1065
1082
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
1066
1083
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -1077,9 +1094,9 @@ __webpack_require__.r(__webpack_exports__);
1077
1094
 
1078
1095
  /***/ }),
1079
1096
 
1080
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityListIteratorImpl.js":
1097
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityListIteratorImpl.js":
1081
1098
  /*!*******************************************************************************************************************************************************************************************!*\
1082
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityListIteratorImpl.js ***!
1099
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityListIteratorImpl.js ***!
1083
1100
  \*******************************************************************************************************************************************************************************************/
1084
1101
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1085
1102
 
@@ -1088,8 +1105,8 @@ __webpack_require__.r(__webpack_exports__);
1088
1105
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1089
1106
  /* harmony export */ "EntityListIteratorImpl": () => (/* binding */ EntityListIteratorImpl)
1090
1107
  /* harmony export */ });
1091
- /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
1092
- /* harmony import */ var _EntityPageListIterator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./EntityPageListIterator */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityPageListIterator.js");
1108
+ /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
1109
+ /* harmony import */ var _EntityPageListIterator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./EntityPageListIterator */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityPageListIterator.js");
1093
1110
  /*---------------------------------------------------------------------------------------------
1094
1111
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
1095
1112
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -1115,9 +1132,9 @@ class EntityListIteratorImpl {
1115
1132
 
1116
1133
  /***/ }),
1117
1134
 
1118
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityPageListIterator.js":
1135
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityPageListIterator.js":
1119
1136
  /*!*******************************************************************************************************************************************************************************************!*\
1120
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityPageListIterator.js ***!
1137
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/iterators/EntityPageListIterator.js ***!
1121
1138
  \*******************************************************************************************************************************************************************************************/
1122
1139
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1123
1140
 
@@ -1149,9 +1166,9 @@ class EntityPageListIterator {
1149
1166
 
1150
1167
  /***/ }),
1151
1168
 
1152
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/CommonInterfaces.js":
1169
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/CommonInterfaces.js":
1153
1170
  /*!************************************************************************************************************************************************************************!*\
1154
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/CommonInterfaces.js ***!
1171
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/CommonInterfaces.js ***!
1155
1172
  \************************************************************************************************************************************************************************/
1156
1173
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1157
1174
 
@@ -1188,9 +1205,9 @@ var PreferReturn;
1188
1205
 
1189
1206
  /***/ }),
1190
1207
 
1191
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/IModelsErrorInterfaces.js":
1208
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/IModelsErrorInterfaces.js":
1192
1209
  /*!******************************************************************************************************************************************************************************!*\
1193
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/IModelsErrorInterfaces.js ***!
1210
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/IModelsErrorInterfaces.js ***!
1194
1211
  \******************************************************************************************************************************************************************************/
1195
1212
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1196
1213
 
@@ -1207,52 +1224,57 @@ __webpack_require__.r(__webpack_exports__);
1207
1224
  /** Possible error codes. */
1208
1225
  var IModelsErrorCode;
1209
1226
  (function (IModelsErrorCode) {
1210
- IModelsErrorCode["Unrecognized"] = "Unrecognized";
1211
- IModelsErrorCode["Unknown"] = "Unknown";
1212
- IModelsErrorCode["Unauthorized"] = "Unauthorized";
1213
- IModelsErrorCode["InsufficientPermissions"] = "InsufficientPermissions";
1214
- IModelsErrorCode["RateLimitExceeded"] = "RateLimitExceeded";
1215
- IModelsErrorCode["TooManyRequests"] = "TooManyRequests";
1216
- IModelsErrorCode["InvalidIModelsRequest"] = "InvalidiModelsRequest";
1217
- IModelsErrorCode["RequestTooLarge"] = "RequestTooLarge";
1218
- IModelsErrorCode["ResourceQuotaExceeded"] = "ResourceQuotaExceeded";
1219
- IModelsErrorCode["DataConflict"] = "DataConflict";
1220
- IModelsErrorCode["MutuallyExclusivePropertiesProvided"] = "MutuallyExclusivePropertiesProvided";
1221
- IModelsErrorCode["MissingRequiredProperty"] = "MissingRequiredProperty";
1222
- IModelsErrorCode["MissingRequiredParameter"] = "MissingRequiredParameter";
1223
- IModelsErrorCode["MissingRequiredHeader"] = "MissingRequiredHeader";
1224
- IModelsErrorCode["InvalidValue"] = "InvalidValue";
1225
- IModelsErrorCode["InvalidHeaderValue"] = "InvalidHeaderValue";
1226
- IModelsErrorCode["InvalidRequestBody"] = "InvalidRequestBody";
1227
- IModelsErrorCode["MissingRequestBody"] = "MissingRequestBody";
1228
- IModelsErrorCode["ConflictWithAnotherUser"] = "ConflictWithAnotherUser";
1229
- IModelsErrorCode["InvalidChange"] = "InvalidChange";
1230
- IModelsErrorCode["IModelExists"] = "iModelExists";
1231
- IModelsErrorCode["VersionExists"] = "NamedVersionExists";
1227
+ IModelsErrorCode["BaselineFileInitializationFailed"] = "BaselineFileInitializationFailed";
1228
+ IModelsErrorCode["BaselineFileInitializationTimedOut"] = "BaselineFileInitializationTimedOut";
1229
+ IModelsErrorCode["BaselineFileNotFound"] = "BaselineFileNotFound";
1230
+ IModelsErrorCode["BriefcaseNotFound"] = "BriefcaseNotFound";
1231
+ IModelsErrorCode["ChangesetDownloadFailed"] = "ChangesetDownloadFailed";
1232
1232
  IModelsErrorCode["ChangesetExists"] = "ChangesetExists";
1233
- IModelsErrorCode["NamedVersionOnChangesetExists"] = "NamedVersionOnChangesetExists";
1234
- IModelsErrorCode["ITwinNotFound"] = "iTwinNotFound";
1235
- IModelsErrorCode["IModelNotFound"] = "iModelNotFound";
1236
- IModelsErrorCode["NamedVersionNotFound"] = "NamedVersionNotFound";
1237
- IModelsErrorCode["ChangesetNotFound"] = "ChangesetNotFound";
1233
+ IModelsErrorCode["ChangesetExtendedDataNotFound"] = "ChangesetExtendedDataNotFound";
1238
1234
  IModelsErrorCode["ChangesetGroupNotFound"] = "ChangesetGroupNotFound";
1239
- IModelsErrorCode["UserNotFound"] = "UserNotFound";
1240
- IModelsErrorCode["BriefcaseNotFound"] = "BriefcaseNotFound";
1241
- IModelsErrorCode["MaximumNumberOfBriefcasesPerUser"] = "MaximumNumberOfBriefcasesPerUser";
1242
- IModelsErrorCode["FileNotFound"] = "FileNotFound";
1243
- IModelsErrorCode["BaselineFileNotFound"] = "BaselineFileNotFound";
1235
+ IModelsErrorCode["ChangesetNotFound"] = "ChangesetNotFound";
1244
1236
  IModelsErrorCode["CheckpointNotFound"] = "CheckpointNotFound";
1245
- IModelsErrorCode["LockNotFound"] = "LockNotFound";
1246
- IModelsErrorCode["NewerChangesExist"] = "NewerChangesExist";
1247
- IModelsErrorCode["InvalidThumbnailFormat"] = "InvalidThumbnailFormat";
1248
- IModelsErrorCode["BaselineFileInitializationFailed"] = "BaselineFileInitializationFailed";
1249
- IModelsErrorCode["BaselineFileInitializationTimedOut"] = "BaselineFileInitializationTimedOut";
1250
- IModelsErrorCode["IModelFromTemplateInitializationFailed"] = "IModelFromTemplateInitializationFailed";
1251
- IModelsErrorCode["IModelFromTemplateInitializationTimedOut"] = "IModelFromTemplateInitializationTimedOut";
1252
1237
  IModelsErrorCode["ClonedIModelInitializationFailed"] = "ClonedIModelInitializationFailed";
1253
1238
  IModelsErrorCode["ClonedIModelInitializationTimedOut"] = "ClonedIModelInitializationTimedOut";
1254
- IModelsErrorCode["ChangesetDownloadFailed"] = "ChangesetDownloadFailed";
1239
+ IModelsErrorCode["ConflictWithAnotherUser"] = "ConflictWithAnotherUser";
1240
+ IModelsErrorCode["DataConflict"] = "DataConflict";
1255
1241
  IModelsErrorCode["DownloadAborted"] = "DownloadAborted";
1242
+ IModelsErrorCode["FileNotFound"] = "FileNotFound";
1243
+ IModelsErrorCode["IModelExists"] = "iModelExists";
1244
+ IModelsErrorCode["IModelForkInitializationFailed"] = "IModelForkInitializationFailed";
1245
+ IModelsErrorCode["IModelForkInitializationTimedOut"] = "IModelForkInitializationTimedOut";
1246
+ IModelsErrorCode["IModelFromTemplateInitializationFailed"] = "IModelFromTemplateInitializationFailed";
1247
+ IModelsErrorCode["IModelFromTemplateInitializationTimedOut"] = "IModelFromTemplateInitializationTimedOut";
1248
+ IModelsErrorCode["IModelNotFound"] = "iModelNotFound";
1249
+ IModelsErrorCode["InsufficientPermissions"] = "InsufficientPermissions";
1250
+ IModelsErrorCode["InvalidChange"] = "InvalidChange";
1251
+ IModelsErrorCode["InvalidHeaderValue"] = "InvalidHeaderValue";
1252
+ IModelsErrorCode["InvalidIModelsRequest"] = "InvalidiModelsRequest";
1253
+ IModelsErrorCode["InvalidRequestBody"] = "InvalidRequestBody";
1254
+ IModelsErrorCode["InvalidThumbnailFormat"] = "InvalidThumbnailFormat";
1255
+ IModelsErrorCode["InvalidValue"] = "InvalidValue";
1256
+ IModelsErrorCode["ITwinNotFound"] = "iTwinNotFound";
1257
+ IModelsErrorCode["LockNotFound"] = "LockNotFound";
1258
+ IModelsErrorCode["MainIModelIsMissingFederationGuids"] = "MainIModelIsMissingFederationGuids";
1259
+ IModelsErrorCode["MaximumNumberOfBriefcasesPerUser"] = "MaximumNumberOfBriefcasesPerUser";
1260
+ IModelsErrorCode["MissingRequestBody"] = "MissingRequestBody";
1261
+ IModelsErrorCode["MissingRequiredHeader"] = "MissingRequiredHeader";
1262
+ IModelsErrorCode["MissingRequiredParameter"] = "MissingRequiredParameter";
1263
+ IModelsErrorCode["MissingRequiredProperty"] = "MissingRequiredProperty";
1264
+ IModelsErrorCode["MutuallyExclusiveParametersProvided"] = "MutuallyExclusiveParametersProvided";
1265
+ IModelsErrorCode["MutuallyExclusivePropertiesProvided"] = "MutuallyExclusivePropertiesProvided";
1266
+ IModelsErrorCode["NamedVersionNotFound"] = "NamedVersionNotFound";
1267
+ IModelsErrorCode["NamedVersionOnChangesetExists"] = "NamedVersionOnChangesetExists";
1268
+ IModelsErrorCode["NewerChangesExist"] = "NewerChangesExist";
1269
+ IModelsErrorCode["RateLimitExceeded"] = "RateLimitExceeded";
1270
+ IModelsErrorCode["RequestTooLarge"] = "RequestTooLarge";
1271
+ IModelsErrorCode["ResourceQuotaExceeded"] = "ResourceQuotaExceeded";
1272
+ IModelsErrorCode["TooManyRequests"] = "TooManyRequests";
1273
+ IModelsErrorCode["Unauthorized"] = "Unauthorized";
1274
+ IModelsErrorCode["Unknown"] = "Unknown";
1275
+ IModelsErrorCode["Unrecognized"] = "Unrecognized";
1276
+ IModelsErrorCode["UserNotFound"] = "UserNotFound";
1277
+ IModelsErrorCode["VersionExists"] = "NamedVersionExists";
1256
1278
  })(IModelsErrorCode || (IModelsErrorCode = {}));
1257
1279
  function isIModelsApiError(error) {
1258
1280
  const errorCode = error?.code;
@@ -1262,9 +1284,9 @@ function isIModelsApiError(error) {
1262
1284
 
1263
1285
  /***/ }),
1264
1286
 
1265
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js":
1287
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js":
1266
1288
  /*!******************************************************************************************************************************************************************!*\
1267
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js ***!
1289
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js ***!
1268
1290
  \******************************************************************************************************************************************************************/
1269
1291
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1270
1292
 
@@ -1286,9 +1308,9 @@ var ContentType;
1286
1308
 
1287
1309
  /***/ }),
1288
1310
 
1289
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/UtilityTypes.js":
1311
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/UtilityTypes.js":
1290
1312
  /*!********************************************************************************************************************************************************************!*\
1291
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/UtilityTypes.js ***!
1313
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/UtilityTypes.js ***!
1292
1314
  \********************************************************************************************************************************************************************/
1293
1315
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1294
1316
 
@@ -1303,9 +1325,9 @@ __webpack_require__.r(__webpack_exports__);
1303
1325
 
1304
1326
  /***/ }),
1305
1327
 
1306
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/BriefcaseInterfaces.js":
1328
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/BriefcaseInterfaces.js":
1307
1329
  /*!***************************************************************************************************************************************************************************************!*\
1308
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/BriefcaseInterfaces.js ***!
1330
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/BriefcaseInterfaces.js ***!
1309
1331
  \***************************************************************************************************************************************************************************************/
1310
1332
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1311
1333
 
@@ -1316,9 +1338,26 @@ __webpack_require__.r(__webpack_exports__);
1316
1338
 
1317
1339
  /***/ }),
1318
1340
 
1319
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetGroupInterfaces.js":
1341
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetExtendedDataInterfaces.js":
1342
+ /*!***************************************************************************************************************************************************************************************************!*\
1343
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetExtendedDataInterfaces.js ***!
1344
+ \***************************************************************************************************************************************************************************************************/
1345
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1346
+
1347
+ "use strict";
1348
+ __webpack_require__.r(__webpack_exports__);
1349
+ /*---------------------------------------------------------------------------------------------
1350
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
1351
+ * See LICENSE.md in the project root for license terms and full copyright notice.
1352
+ *--------------------------------------------------------------------------------------------*/
1353
+
1354
+
1355
+
1356
+ /***/ }),
1357
+
1358
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetGroupInterfaces.js":
1320
1359
  /*!********************************************************************************************************************************************************************************************!*\
1321
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetGroupInterfaces.js ***!
1360
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetGroupInterfaces.js ***!
1322
1361
  \********************************************************************************************************************************************************************************************/
1323
1362
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1324
1363
 
@@ -1343,9 +1382,9 @@ var ChangesetGroupState;
1343
1382
 
1344
1383
  /***/ }),
1345
1384
 
1346
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetInterfaces.js":
1385
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetInterfaces.js":
1347
1386
  /*!***************************************************************************************************************************************************************************************!*\
1348
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetInterfaces.js ***!
1387
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetInterfaces.js ***!
1349
1388
  \***************************************************************************************************************************************************************************************/
1350
1389
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1351
1390
 
@@ -1373,14 +1412,15 @@ var ContainingChanges;
1373
1412
  ContainingChanges[ContainingChanges["SheetsAndDrawings"] = 8] = "SheetsAndDrawings";
1374
1413
  ContainingChanges[ContainingChanges["ViewsAndModels"] = 16] = "ViewsAndModels";
1375
1414
  ContainingChanges[ContainingChanges["GlobalProperties"] = 32] = "GlobalProperties";
1415
+ ContainingChanges[ContainingChanges["SchemaSync"] = 64] = "SchemaSync";
1376
1416
  })(ContainingChanges || (ContainingChanges = {}));
1377
1417
 
1378
1418
 
1379
1419
  /***/ }),
1380
1420
 
1381
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/CheckpointInterfaces.js":
1421
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/CheckpointInterfaces.js":
1382
1422
  /*!****************************************************************************************************************************************************************************************!*\
1383
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/CheckpointInterfaces.js ***!
1423
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/CheckpointInterfaces.js ***!
1384
1424
  \****************************************************************************************************************************************************************************************/
1385
1425
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1386
1426
 
@@ -1405,15 +1445,16 @@ var CheckpointState;
1405
1445
 
1406
1446
  /***/ }),
1407
1447
 
1408
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/IModelInterfaces.js":
1448
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/IModelInterfaces.js":
1409
1449
  /*!************************************************************************************************************************************************************************************!*\
1410
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/IModelInterfaces.js ***!
1450
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/IModelInterfaces.js ***!
1411
1451
  \************************************************************************************************************************************************************************************/
1412
1452
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1413
1453
 
1414
1454
  "use strict";
1415
1455
  __webpack_require__.r(__webpack_exports__);
1416
1456
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1457
+ /* harmony export */ "ContainerTypes": () => (/* binding */ ContainerTypes),
1417
1458
  /* harmony export */ "IModelState": () => (/* binding */ IModelState)
1418
1459
  /* harmony export */ });
1419
1460
  /** Possible iModel states. */
@@ -1427,13 +1468,21 @@ var IModelState;
1427
1468
  /** Initialized iModel. It means that iModel initialization has completed and iModel is ready to use. */
1428
1469
  IModelState["Initialized"] = "initialized";
1429
1470
  })(IModelState || (IModelState = {}));
1471
+ /** A flag enum used to specify which containers are enabled for the iModel. */
1472
+ var ContainerTypes;
1473
+ (function (ContainerTypes) {
1474
+ ContainerTypes[ContainerTypes["None"] = 0] = "None";
1475
+ ContainerTypes[ContainerTypes["SchemaSync"] = 1] = "SchemaSync";
1476
+ ContainerTypes[ContainerTypes["CodeStore"] = 2] = "CodeStore";
1477
+ ContainerTypes[ContainerTypes["ViewStore"] = 4] = "ViewStore";
1478
+ })(ContainerTypes || (ContainerTypes = {}));
1430
1479
 
1431
1480
 
1432
1481
  /***/ }),
1433
1482
 
1434
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/NamedVersionInterfaces.js":
1483
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/NamedVersionInterfaces.js":
1435
1484
  /*!******************************************************************************************************************************************************************************************!*\
1436
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/NamedVersionInterfaces.js ***!
1485
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/NamedVersionInterfaces.js ***!
1437
1486
  \******************************************************************************************************************************************************************************************/
1438
1487
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1439
1488
 
@@ -1454,9 +1503,9 @@ var NamedVersionState;
1454
1503
 
1455
1504
  /***/ }),
1456
1505
 
1457
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/OperationInterfaces.js":
1506
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/OperationInterfaces.js":
1458
1507
  /*!***************************************************************************************************************************************************************************************!*\
1459
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/OperationInterfaces.js ***!
1508
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/OperationInterfaces.js ***!
1460
1509
  \***************************************************************************************************************************************************************************************/
1461
1510
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1462
1511
 
@@ -1480,14 +1529,16 @@ var IModelCreationState;
1480
1529
  IModelCreationState["Scheduled"] = "scheduled";
1481
1530
  /** iModel creation process failed. */
1482
1531
  IModelCreationState["Failed"] = "failed";
1532
+ /** iModel fork creation failed because some elements in the main iModel do not have FederationGuid property set. */
1533
+ IModelCreationState["MainIModelIsMissingFederationGuids"] = "mainIModelIsMissingFederationGuids";
1483
1534
  })(IModelCreationState || (IModelCreationState = {}));
1484
1535
 
1485
1536
 
1486
1537
  /***/ }),
1487
1538
 
1488
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ThumbnailInterfaces.js":
1539
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ThumbnailInterfaces.js":
1489
1540
  /*!***************************************************************************************************************************************************************************************!*\
1490
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ThumbnailInterfaces.js ***!
1541
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ThumbnailInterfaces.js ***!
1491
1542
  \***************************************************************************************************************************************************************************************/
1492
1543
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1493
1544
 
@@ -1508,9 +1559,9 @@ var ThumbnailSize;
1508
1559
 
1509
1560
  /***/ }),
1510
1561
 
1511
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserInterfaces.js":
1562
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserInterfaces.js":
1512
1563
  /*!**********************************************************************************************************************************************************************************!*\
1513
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserInterfaces.js ***!
1564
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserInterfaces.js ***!
1514
1565
  \**********************************************************************************************************************************************************************************/
1515
1566
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1516
1567
 
@@ -1521,9 +1572,9 @@ __webpack_require__.r(__webpack_exports__);
1521
1572
 
1522
1573
  /***/ }),
1523
1574
 
1524
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserPermissionInterfaces.js":
1575
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserPermissionInterfaces.js":
1525
1576
  /*!********************************************************************************************************************************************************************************************!*\
1526
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserPermissionInterfaces.js ***!
1577
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserPermissionInterfaces.js ***!
1527
1578
  \********************************************************************************************************************************************************************************************/
1528
1579
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1529
1580
 
@@ -1566,50 +1617,52 @@ var IModelPermission;
1566
1617
 
1567
1618
  /***/ }),
1568
1619
 
1569
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js":
1620
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js":
1570
1621
  /*!*************************************************************************************************************************************************************!*\
1571
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js ***!
1622
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js ***!
1572
1623
  \*************************************************************************************************************************************************************/
1573
1624
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1574
1625
 
1575
1626
  "use strict";
1576
1627
  __webpack_require__.r(__webpack_exports__);
1577
1628
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1578
- /* harmony export */ "ChangesetGroupState": () => (/* reexport safe */ _apiEntities_ChangesetGroupInterfaces__WEBPACK_IMPORTED_MODULE_3__.ChangesetGroupState),
1629
+ /* harmony export */ "ChangesetGroupState": () => (/* reexport safe */ _apiEntities_ChangesetGroupInterfaces__WEBPACK_IMPORTED_MODULE_4__.ChangesetGroupState),
1579
1630
  /* harmony export */ "ChangesetState": () => (/* reexport safe */ _apiEntities_ChangesetInterfaces__WEBPACK_IMPORTED_MODULE_2__.ChangesetState),
1580
- /* harmony export */ "CheckpointState": () => (/* reexport safe */ _apiEntities_CheckpointInterfaces__WEBPACK_IMPORTED_MODULE_5__.CheckpointState),
1631
+ /* harmony export */ "CheckpointState": () => (/* reexport safe */ _apiEntities_CheckpointInterfaces__WEBPACK_IMPORTED_MODULE_6__.CheckpointState),
1632
+ /* harmony export */ "ContainerTypes": () => (/* reexport safe */ _apiEntities_IModelInterfaces__WEBPACK_IMPORTED_MODULE_0__.ContainerTypes),
1581
1633
  /* harmony export */ "ContainingChanges": () => (/* reexport safe */ _apiEntities_ChangesetInterfaces__WEBPACK_IMPORTED_MODULE_2__.ContainingChanges),
1582
- /* harmony export */ "ContentType": () => (/* reexport safe */ _RestClient__WEBPACK_IMPORTED_MODULE_12__.ContentType),
1583
- /* harmony export */ "IModelCreationState": () => (/* reexport safe */ _apiEntities_OperationInterfaces__WEBPACK_IMPORTED_MODULE_9__.IModelCreationState),
1584
- /* harmony export */ "IModelPermission": () => (/* reexport safe */ _apiEntities_UserPermissionInterfaces__WEBPACK_IMPORTED_MODULE_8__.IModelPermission),
1634
+ /* harmony export */ "ContentType": () => (/* reexport safe */ _RestClient__WEBPACK_IMPORTED_MODULE_13__.ContentType),
1635
+ /* harmony export */ "IModelCreationState": () => (/* reexport safe */ _apiEntities_OperationInterfaces__WEBPACK_IMPORTED_MODULE_10__.IModelCreationState),
1636
+ /* harmony export */ "IModelPermission": () => (/* reexport safe */ _apiEntities_UserPermissionInterfaces__WEBPACK_IMPORTED_MODULE_9__.IModelPermission),
1585
1637
  /* harmony export */ "IModelState": () => (/* reexport safe */ _apiEntities_IModelInterfaces__WEBPACK_IMPORTED_MODULE_0__.IModelState),
1586
- /* harmony export */ "IModelsErrorCode": () => (/* reexport safe */ _IModelsErrorInterfaces__WEBPACK_IMPORTED_MODULE_15__.IModelsErrorCode),
1587
- /* harmony export */ "NamedVersionState": () => (/* reexport safe */ _apiEntities_NamedVersionInterfaces__WEBPACK_IMPORTED_MODULE_4__.NamedVersionState),
1588
- /* harmony export */ "OrderByOperator": () => (/* reexport safe */ _CommonInterfaces__WEBPACK_IMPORTED_MODULE_13__.OrderByOperator),
1589
- /* harmony export */ "PreferReturn": () => (/* reexport safe */ _CommonInterfaces__WEBPACK_IMPORTED_MODULE_13__.PreferReturn),
1590
- /* harmony export */ "ThumbnailSize": () => (/* reexport safe */ _apiEntities_ThumbnailInterfaces__WEBPACK_IMPORTED_MODULE_6__.ThumbnailSize),
1591
- /* harmony export */ "flatten": () => (/* reexport safe */ _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_11__.flatten),
1592
- /* harmony export */ "isIModelsApiError": () => (/* reexport safe */ _IModelsErrorInterfaces__WEBPACK_IMPORTED_MODULE_15__.isIModelsApiError),
1593
- /* harmony export */ "map": () => (/* reexport safe */ _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_11__.map),
1594
- /* harmony export */ "take": () => (/* reexport safe */ _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_11__.take),
1595
- /* harmony export */ "toArray": () => (/* reexport safe */ _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_11__.toArray)
1596
- /* harmony export */ });
1597
- /* harmony import */ var _apiEntities_IModelInterfaces__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./apiEntities/IModelInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/IModelInterfaces.js");
1598
- /* harmony import */ var _apiEntities_BriefcaseInterfaces__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./apiEntities/BriefcaseInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/BriefcaseInterfaces.js");
1599
- /* harmony import */ var _apiEntities_ChangesetInterfaces__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./apiEntities/ChangesetInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetInterfaces.js");
1600
- /* harmony import */ var _apiEntities_ChangesetGroupInterfaces__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./apiEntities/ChangesetGroupInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetGroupInterfaces.js");
1601
- /* harmony import */ var _apiEntities_NamedVersionInterfaces__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./apiEntities/NamedVersionInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/NamedVersionInterfaces.js");
1602
- /* harmony import */ var _apiEntities_CheckpointInterfaces__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./apiEntities/CheckpointInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/CheckpointInterfaces.js");
1603
- /* harmony import */ var _apiEntities_ThumbnailInterfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./apiEntities/ThumbnailInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ThumbnailInterfaces.js");
1604
- /* harmony import */ var _apiEntities_UserInterfaces__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./apiEntities/UserInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserInterfaces.js");
1605
- /* harmony import */ var _apiEntities_UserPermissionInterfaces__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./apiEntities/UserPermissionInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserPermissionInterfaces.js");
1606
- /* harmony import */ var _apiEntities_OperationInterfaces__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./apiEntities/OperationInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/OperationInterfaces.js");
1607
- /* harmony import */ var _iterators_EntityListIterator__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./iterators/EntityListIterator */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/EntityListIterator.js");
1608
- /* harmony import */ var _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./iterators/IteratorUtilFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/IteratorUtilFunctions.js");
1609
- /* harmony import */ var _RestClient__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./RestClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js");
1610
- /* harmony import */ var _CommonInterfaces__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./CommonInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/CommonInterfaces.js");
1611
- /* harmony import */ var _UtilityTypes__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./UtilityTypes */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/UtilityTypes.js");
1612
- /* harmony import */ var _IModelsErrorInterfaces__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./IModelsErrorInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/IModelsErrorInterfaces.js");
1638
+ /* harmony export */ "IModelsErrorCode": () => (/* reexport safe */ _IModelsErrorInterfaces__WEBPACK_IMPORTED_MODULE_16__.IModelsErrorCode),
1639
+ /* harmony export */ "NamedVersionState": () => (/* reexport safe */ _apiEntities_NamedVersionInterfaces__WEBPACK_IMPORTED_MODULE_5__.NamedVersionState),
1640
+ /* harmony export */ "OrderByOperator": () => (/* reexport safe */ _CommonInterfaces__WEBPACK_IMPORTED_MODULE_14__.OrderByOperator),
1641
+ /* harmony export */ "PreferReturn": () => (/* reexport safe */ _CommonInterfaces__WEBPACK_IMPORTED_MODULE_14__.PreferReturn),
1642
+ /* harmony export */ "ThumbnailSize": () => (/* reexport safe */ _apiEntities_ThumbnailInterfaces__WEBPACK_IMPORTED_MODULE_7__.ThumbnailSize),
1643
+ /* harmony export */ "flatten": () => (/* reexport safe */ _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_12__.flatten),
1644
+ /* harmony export */ "isIModelsApiError": () => (/* reexport safe */ _IModelsErrorInterfaces__WEBPACK_IMPORTED_MODULE_16__.isIModelsApiError),
1645
+ /* harmony export */ "map": () => (/* reexport safe */ _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_12__.map),
1646
+ /* harmony export */ "take": () => (/* reexport safe */ _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_12__.take),
1647
+ /* harmony export */ "toArray": () => (/* reexport safe */ _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_12__.toArray)
1648
+ /* harmony export */ });
1649
+ /* harmony import */ var _apiEntities_IModelInterfaces__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./apiEntities/IModelInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/IModelInterfaces.js");
1650
+ /* harmony import */ var _apiEntities_BriefcaseInterfaces__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./apiEntities/BriefcaseInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/BriefcaseInterfaces.js");
1651
+ /* harmony import */ var _apiEntities_ChangesetInterfaces__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./apiEntities/ChangesetInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetInterfaces.js");
1652
+ /* harmony import */ var _apiEntities_ChangesetExtendedDataInterfaces__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./apiEntities/ChangesetExtendedDataInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetExtendedDataInterfaces.js");
1653
+ /* harmony import */ var _apiEntities_ChangesetGroupInterfaces__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./apiEntities/ChangesetGroupInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ChangesetGroupInterfaces.js");
1654
+ /* harmony import */ var _apiEntities_NamedVersionInterfaces__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./apiEntities/NamedVersionInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/NamedVersionInterfaces.js");
1655
+ /* harmony import */ var _apiEntities_CheckpointInterfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./apiEntities/CheckpointInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/CheckpointInterfaces.js");
1656
+ /* harmony import */ var _apiEntities_ThumbnailInterfaces__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./apiEntities/ThumbnailInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/ThumbnailInterfaces.js");
1657
+ /* harmony import */ var _apiEntities_UserInterfaces__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./apiEntities/UserInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserInterfaces.js");
1658
+ /* harmony import */ var _apiEntities_UserPermissionInterfaces__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./apiEntities/UserPermissionInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/UserPermissionInterfaces.js");
1659
+ /* harmony import */ var _apiEntities_OperationInterfaces__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./apiEntities/OperationInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/apiEntities/OperationInterfaces.js");
1660
+ /* harmony import */ var _iterators_EntityListIterator__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./iterators/EntityListIterator */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/EntityListIterator.js");
1661
+ /* harmony import */ var _iterators_IteratorUtilFunctions__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./iterators/IteratorUtilFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/IteratorUtilFunctions.js");
1662
+ /* harmony import */ var _RestClient__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./RestClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/RestClient.js");
1663
+ /* harmony import */ var _CommonInterfaces__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./CommonInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/CommonInterfaces.js");
1664
+ /* harmony import */ var _UtilityTypes__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./UtilityTypes */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/UtilityTypes.js");
1665
+ /* harmony import */ var _IModelsErrorInterfaces__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./IModelsErrorInterfaces */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/IModelsErrorInterfaces.js");
1613
1666
  /*---------------------------------------------------------------------------------------------
1614
1667
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
1615
1668
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -1632,11 +1685,12 @@ __webpack_require__.r(__webpack_exports__);
1632
1685
 
1633
1686
 
1634
1687
 
1688
+
1635
1689
  /***/ }),
1636
1690
 
1637
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/EntityListIterator.js":
1691
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/EntityListIterator.js":
1638
1692
  /*!************************************************************************************************************************************************************************************!*\
1639
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/EntityListIterator.js ***!
1693
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/EntityListIterator.js ***!
1640
1694
  \************************************************************************************************************************************************************************************/
1641
1695
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1642
1696
 
@@ -1651,9 +1705,9 @@ __webpack_require__.r(__webpack_exports__);
1651
1705
 
1652
1706
  /***/ }),
1653
1707
 
1654
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/IteratorUtilFunctions.js":
1708
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/IteratorUtilFunctions.js":
1655
1709
  /*!***************************************************************************************************************************************************************************************!*\
1656
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/IteratorUtilFunctions.js ***!
1710
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/iterators/IteratorUtilFunctions.js ***!
1657
1711
  \***************************************************************************************************************************************************************************************/
1658
1712
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1659
1713
 
@@ -1721,19 +1775,21 @@ async function take(iterator, entityCount) {
1721
1775
 
1722
1776
  /***/ }),
1723
1777
 
1724
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js":
1778
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js":
1725
1779
  /*!**************************************************************************************************************************************************!*\
1726
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js ***!
1780
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js ***!
1727
1781
  \**************************************************************************************************************************************************/
1728
1782
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1729
1783
 
1730
1784
  "use strict";
1731
1785
  __webpack_require__.r(__webpack_exports__);
1732
1786
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1787
+ /* harmony export */ "BriefcaseOrderByProperty": () => (/* reexport safe */ _operations_OperationParamExports__WEBPACK_IMPORTED_MODULE_1__.BriefcaseOrderByProperty),
1733
1788
  /* harmony export */ "ChangesetGroupState": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.ChangesetGroupState),
1734
1789
  /* harmony export */ "ChangesetOrderByProperty": () => (/* reexport safe */ _operations_OperationParamExports__WEBPACK_IMPORTED_MODULE_1__.ChangesetOrderByProperty),
1735
1790
  /* harmony export */ "ChangesetState": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.ChangesetState),
1736
1791
  /* harmony export */ "CheckpointState": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.CheckpointState),
1792
+ /* harmony export */ "ContainerTypes": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.ContainerTypes),
1737
1793
  /* harmony export */ "ContainingChanges": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.ContainingChanges),
1738
1794
  /* harmony export */ "ContentType": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.ContentType),
1739
1795
  /* harmony export */ "IModelCreationState": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.IModelCreationState),
@@ -1754,9 +1810,9 @@ __webpack_require__.r(__webpack_exports__);
1754
1810
  /* harmony export */ "take": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.take),
1755
1811
  /* harmony export */ "toArray": () => (/* reexport safe */ _base_types__WEBPACK_IMPORTED_MODULE_0__.toArray)
1756
1812
  /* harmony export */ });
1757
- /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
1758
- /* harmony import */ var _operations_OperationParamExports__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./operations/OperationParamExports */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationParamExports.js");
1759
- /* harmony import */ var _IModelsClient__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./IModelsClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/IModelsClient.js");
1813
+ /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
1814
+ /* harmony import */ var _operations_OperationParamExports__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./operations/OperationParamExports */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationParamExports.js");
1815
+ /* harmony import */ var _IModelsClient__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./IModelsClient */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/IModelsClient.js");
1760
1816
  /*---------------------------------------------------------------------------------------------
1761
1817
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
1762
1818
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -1768,9 +1824,9 @@ __webpack_require__.r(__webpack_exports__);
1768
1824
 
1769
1825
  /***/ }),
1770
1826
 
1771
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/IModelsApiUrlFormatter.js":
1827
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/IModelsApiUrlFormatter.js":
1772
1828
  /*!******************************************************************************************************************************************************************************!*\
1773
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/IModelsApiUrlFormatter.js ***!
1829
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/IModelsApiUrlFormatter.js ***!
1774
1830
  \******************************************************************************************************************************************************************************/
1775
1831
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1776
1832
 
@@ -1802,6 +1858,9 @@ class IModelsApiUrlFormatter {
1802
1858
  getCloneIModelUrl(params) {
1803
1859
  return `${this.baseUrl}/${params.iModelId}/clone`;
1804
1860
  }
1861
+ getForkIModelUrl(params) {
1862
+ return `${this.baseUrl}/${params.iModelId}/fork`;
1863
+ }
1805
1864
  getSingleIModelUrl(params) {
1806
1865
  return `${this.baseUrl}/${params.iModelId}`;
1807
1866
  }
@@ -1820,6 +1879,12 @@ class IModelsApiUrlFormatter {
1820
1879
  getChangesetListUrl(params) {
1821
1880
  return `${this.baseUrl}/${params.iModelId}/changesets${this.formQueryString({ ...params.urlParams })}`;
1822
1881
  }
1882
+ getSingleChangesetExtendedDataUrl(params) {
1883
+ return `${this.baseUrl}/${params.iModelId}/changesets/${params.changesetId ?? params.changesetIndex}/extendeddata`;
1884
+ }
1885
+ getChangesetExtendedDataListUrl(params) {
1886
+ return `${this.baseUrl}/${params.iModelId}/changesets/extendeddata${this.formQueryString({ ...params.urlParams })}`;
1887
+ }
1823
1888
  getSingleChangesetGroupUrl(params) {
1824
1889
  return `${this.baseUrl}/${params.iModelId}/changesetgroups/${params.changesetGroupId}`;
1825
1890
  }
@@ -1942,9 +2007,9 @@ class IModelsApiUrlFormatter {
1942
2007
 
1943
2008
  /***/ }),
1944
2009
 
1945
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationExports.js":
2010
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationExports.js":
1946
2011
  /*!************************************************************************************************************************************************************************!*\
1947
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationExports.js ***!
2012
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationExports.js ***!
1948
2013
  \************************************************************************************************************************************************************************/
1949
2014
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1950
2015
 
@@ -1952,26 +2017,28 @@ class IModelsApiUrlFormatter {
1952
2017
  __webpack_require__.r(__webpack_exports__);
1953
2018
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1954
2019
  /* harmony export */ "BriefcaseOperations": () => (/* reexport safe */ _briefcase_BriefcaseOperations__WEBPACK_IMPORTED_MODULE_1__.BriefcaseOperations),
1955
- /* harmony export */ "ChangesetGroupOperations": () => (/* reexport safe */ _changeset_group_ChangesetGroupOperations__WEBPACK_IMPORTED_MODULE_3__.ChangesetGroupOperations),
2020
+ /* harmony export */ "ChangesetExtendedDataOperations": () => (/* reexport safe */ _changeset_extended_data_ChangesetExtendedDataOperations__WEBPACK_IMPORTED_MODULE_3__.ChangesetExtendedDataOperations),
2021
+ /* harmony export */ "ChangesetGroupOperations": () => (/* reexport safe */ _changeset_group_ChangesetGroupOperations__WEBPACK_IMPORTED_MODULE_4__.ChangesetGroupOperations),
1956
2022
  /* harmony export */ "ChangesetOperations": () => (/* reexport safe */ _changeset_ChangesetOperations__WEBPACK_IMPORTED_MODULE_2__.ChangesetOperations),
1957
- /* harmony export */ "CheckpointOperations": () => (/* reexport safe */ _checkpoint_CheckpointOperations__WEBPACK_IMPORTED_MODULE_5__.CheckpointOperations),
2023
+ /* harmony export */ "CheckpointOperations": () => (/* reexport safe */ _checkpoint_CheckpointOperations__WEBPACK_IMPORTED_MODULE_6__.CheckpointOperations),
1958
2024
  /* harmony export */ "IModelOperations": () => (/* reexport safe */ _imodel_IModelOperations__WEBPACK_IMPORTED_MODULE_0__.IModelOperations),
1959
- /* harmony export */ "NamedVersionOperations": () => (/* reexport safe */ _named_version_NamedVersionOperations__WEBPACK_IMPORTED_MODULE_4__.NamedVersionOperations),
1960
- /* harmony export */ "OperationOperations": () => (/* reexport safe */ _operation_OperationOperations__WEBPACK_IMPORTED_MODULE_9__.OperationOperations),
1961
- /* harmony export */ "ThumbnailOperations": () => (/* reexport safe */ _thumbnail_ThumbnailOperations__WEBPACK_IMPORTED_MODULE_6__.ThumbnailOperations),
1962
- /* harmony export */ "UserOperations": () => (/* reexport safe */ _user_UserOperations__WEBPACK_IMPORTED_MODULE_7__.UserOperations),
1963
- /* harmony export */ "UserPermissionOperations": () => (/* reexport safe */ _user_permission_UserPermissionOperations__WEBPACK_IMPORTED_MODULE_8__.UserPermissionOperations)
1964
- /* harmony export */ });
1965
- /* harmony import */ var _imodel_IModelOperations__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./imodel/IModelOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperations.js");
1966
- /* harmony import */ var _briefcase_BriefcaseOperations__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./briefcase/BriefcaseOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperations.js");
1967
- /* harmony import */ var _changeset_ChangesetOperations__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./changeset/ChangesetOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperations.js");
1968
- /* harmony import */ var _changeset_group_ChangesetGroupOperations__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./changeset-group/ChangesetGroupOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperations.js");
1969
- /* harmony import */ var _named_version_NamedVersionOperations__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./named-version/NamedVersionOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperations.js");
1970
- /* harmony import */ var _checkpoint_CheckpointOperations__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./checkpoint/CheckpointOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperations.js");
1971
- /* harmony import */ var _thumbnail_ThumbnailOperations__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./thumbnail/ThumbnailOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperations.js");
1972
- /* harmony import */ var _user_UserOperations__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./user/UserOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperations.js");
1973
- /* harmony import */ var _user_permission_UserPermissionOperations__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./user-permission/UserPermissionOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperations.js");
1974
- /* harmony import */ var _operation_OperationOperations__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./operation/OperationOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationOperations.js");
2025
+ /* harmony export */ "NamedVersionOperations": () => (/* reexport safe */ _named_version_NamedVersionOperations__WEBPACK_IMPORTED_MODULE_5__.NamedVersionOperations),
2026
+ /* harmony export */ "OperationOperations": () => (/* reexport safe */ _operation_OperationOperations__WEBPACK_IMPORTED_MODULE_10__.OperationOperations),
2027
+ /* harmony export */ "ThumbnailOperations": () => (/* reexport safe */ _thumbnail_ThumbnailOperations__WEBPACK_IMPORTED_MODULE_7__.ThumbnailOperations),
2028
+ /* harmony export */ "UserOperations": () => (/* reexport safe */ _user_UserOperations__WEBPACK_IMPORTED_MODULE_8__.UserOperations),
2029
+ /* harmony export */ "UserPermissionOperations": () => (/* reexport safe */ _user_permission_UserPermissionOperations__WEBPACK_IMPORTED_MODULE_9__.UserPermissionOperations)
2030
+ /* harmony export */ });
2031
+ /* harmony import */ var _imodel_IModelOperations__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./imodel/IModelOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperations.js");
2032
+ /* harmony import */ var _briefcase_BriefcaseOperations__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./briefcase/BriefcaseOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperations.js");
2033
+ /* harmony import */ var _changeset_ChangesetOperations__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./changeset/ChangesetOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperations.js");
2034
+ /* harmony import */ var _changeset_extended_data_ChangesetExtendedDataOperations__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./changeset-extended-data/ChangesetExtendedDataOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-extended-data/ChangesetExtendedDataOperations.js");
2035
+ /* harmony import */ var _changeset_group_ChangesetGroupOperations__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./changeset-group/ChangesetGroupOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperations.js");
2036
+ /* harmony import */ var _named_version_NamedVersionOperations__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./named-version/NamedVersionOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperations.js");
2037
+ /* harmony import */ var _checkpoint_CheckpointOperations__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./checkpoint/CheckpointOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperations.js");
2038
+ /* harmony import */ var _thumbnail_ThumbnailOperations__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./thumbnail/ThumbnailOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperations.js");
2039
+ /* harmony import */ var _user_UserOperations__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./user/UserOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperations.js");
2040
+ /* harmony import */ var _user_permission_UserPermissionOperations__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./user-permission/UserPermissionOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperations.js");
2041
+ /* harmony import */ var _operation_OperationOperations__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./operation/OperationOperations */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationOperations.js");
1975
2042
  /*---------------------------------------------------------------------------------------------
1976
2043
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
1977
2044
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -1988,11 +2055,12 @@ __webpack_require__.r(__webpack_exports__);
1988
2055
 
1989
2056
 
1990
2057
 
2058
+
1991
2059
  /***/ }),
1992
2060
 
1993
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationOptions.js":
2061
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationOptions.js":
1994
2062
  /*!************************************************************************************************************************************************************************!*\
1995
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationOptions.js ***!
2063
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationOptions.js ***!
1996
2064
  \************************************************************************************************************************************************************************/
1997
2065
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1998
2066
 
@@ -2003,30 +2071,32 @@ __webpack_require__.r(__webpack_exports__);
2003
2071
 
2004
2072
  /***/ }),
2005
2073
 
2006
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationParamExports.js":
2074
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationParamExports.js":
2007
2075
  /*!*****************************************************************************************************************************************************************************!*\
2008
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationParamExports.js ***!
2076
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationParamExports.js ***!
2009
2077
  \*****************************************************************************************************************************************************************************/
2010
2078
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2011
2079
 
2012
2080
  "use strict";
2013
2081
  __webpack_require__.r(__webpack_exports__);
2014
2082
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2083
+ /* harmony export */ "BriefcaseOrderByProperty": () => (/* reexport safe */ _briefcase_BriefcaseOperationParams__WEBPACK_IMPORTED_MODULE_1__.BriefcaseOrderByProperty),
2015
2084
  /* harmony export */ "ChangesetOrderByProperty": () => (/* reexport safe */ _changeset_ChangesetOperationParams__WEBPACK_IMPORTED_MODULE_2__.ChangesetOrderByProperty),
2016
2085
  /* harmony export */ "IModelOrderByProperty": () => (/* reexport safe */ _imodel_IModelOperationParams__WEBPACK_IMPORTED_MODULE_0__.IModelOrderByProperty),
2017
- /* harmony export */ "NamedVersionOrderByProperty": () => (/* reexport safe */ _named_version_NamedVersionOperationParams__WEBPACK_IMPORTED_MODULE_4__.NamedVersionOrderByProperty),
2086
+ /* harmony export */ "NamedVersionOrderByProperty": () => (/* reexport safe */ _named_version_NamedVersionOperationParams__WEBPACK_IMPORTED_MODULE_5__.NamedVersionOrderByProperty),
2018
2087
  /* harmony export */ "SPECIAL_VALUES_ME": () => (/* reexport safe */ _briefcase_BriefcaseOperationParams__WEBPACK_IMPORTED_MODULE_1__.SPECIAL_VALUES_ME)
2019
2088
  /* harmony export */ });
2020
- /* harmony import */ var _imodel_IModelOperationParams__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./imodel/IModelOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperationParams.js");
2021
- /* harmony import */ var _briefcase_BriefcaseOperationParams__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./briefcase/BriefcaseOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperationParams.js");
2022
- /* harmony import */ var _changeset_ChangesetOperationParams__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./changeset/ChangesetOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperationParams.js");
2023
- /* harmony import */ var _changeset_group_ChangesetGroupOperationParams__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./changeset-group/ChangesetGroupOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperationParams.js");
2024
- /* harmony import */ var _named_version_NamedVersionOperationParams__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./named-version/NamedVersionOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperationParams.js");
2025
- /* harmony import */ var _checkpoint_CheckpointOperationParams__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./checkpoint/CheckpointOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperationParams.js");
2026
- /* harmony import */ var _thumbnail_ThumbnailOperationParams__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./thumbnail/ThumbnailOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperationParams.js");
2027
- /* harmony import */ var _user_UserOperationParams__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./user/UserOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperationParams.js");
2028
- /* harmony import */ var _user_permission_UserPermissionOperationParams__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./user-permission/UserPermissionOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperationParams.js");
2029
- /* harmony import */ var _operation_OperationParams__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./operation/OperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationParams.js");
2089
+ /* harmony import */ var _imodel_IModelOperationParams__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./imodel/IModelOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperationParams.js");
2090
+ /* harmony import */ var _briefcase_BriefcaseOperationParams__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./briefcase/BriefcaseOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperationParams.js");
2091
+ /* harmony import */ var _changeset_ChangesetOperationParams__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./changeset/ChangesetOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperationParams.js");
2092
+ /* harmony import */ var _changeset_extended_data_ChangesetExtendedDataOperationParams__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./changeset-extended-data/ChangesetExtendedDataOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-extended-data/ChangesetExtendedDataOperationParams.js");
2093
+ /* harmony import */ var _changeset_group_ChangesetGroupOperationParams__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./changeset-group/ChangesetGroupOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperationParams.js");
2094
+ /* harmony import */ var _named_version_NamedVersionOperationParams__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./named-version/NamedVersionOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperationParams.js");
2095
+ /* harmony import */ var _checkpoint_CheckpointOperationParams__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./checkpoint/CheckpointOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperationParams.js");
2096
+ /* harmony import */ var _thumbnail_ThumbnailOperationParams__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./thumbnail/ThumbnailOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperationParams.js");
2097
+ /* harmony import */ var _user_UserOperationParams__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./user/UserOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperationParams.js");
2098
+ /* harmony import */ var _user_permission_UserPermissionOperationParams__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./user-permission/UserPermissionOperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperationParams.js");
2099
+ /* harmony import */ var _operation_OperationParams__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./operation/OperationParams */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationParams.js");
2030
2100
  /*---------------------------------------------------------------------------------------------
2031
2101
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2032
2102
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -2043,11 +2113,12 @@ __webpack_require__.r(__webpack_exports__);
2043
2113
 
2044
2114
 
2045
2115
 
2116
+
2046
2117
  /***/ }),
2047
2118
 
2048
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js":
2119
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js":
2049
2120
  /*!***********************************************************************************************************************************************************************!*\
2050
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js ***!
2121
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js ***!
2051
2122
  \***********************************************************************************************************************************************************************/
2052
2123
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2053
2124
 
@@ -2077,26 +2148,35 @@ function assertStringHeaderValue(headerName, headerValue) {
2077
2148
 
2078
2149
  /***/ }),
2079
2150
 
2080
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperationParams.js":
2151
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperationParams.js":
2081
2152
  /*!******************************************************************************************************************************************************************************************!*\
2082
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperationParams.js ***!
2153
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperationParams.js ***!
2083
2154
  \******************************************************************************************************************************************************************************************/
2084
2155
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2085
2156
 
2086
2157
  "use strict";
2087
2158
  __webpack_require__.r(__webpack_exports__);
2088
2159
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2160
+ /* harmony export */ "BriefcaseOrderByProperty": () => (/* binding */ BriefcaseOrderByProperty),
2089
2161
  /* harmony export */ "SPECIAL_VALUES_ME": () => (/* binding */ SPECIAL_VALUES_ME)
2090
2162
  /* harmony export */ });
2091
2163
  /** Special value to indicate the id of current user who is making the request. */
2092
2164
  const SPECIAL_VALUES_ME = "me";
2165
+ /**
2166
+ * Briefcase entity properties that are supported in $orderBy url parameter which specifies by what property
2167
+ * entities are ordered in a collection.
2168
+ */
2169
+ var BriefcaseOrderByProperty;
2170
+ (function (BriefcaseOrderByProperty) {
2171
+ BriefcaseOrderByProperty["AcquiredDateTime"] = "acquiredDateTime";
2172
+ })(BriefcaseOrderByProperty || (BriefcaseOrderByProperty = {}));
2093
2173
 
2094
2174
 
2095
2175
  /***/ }),
2096
2176
 
2097
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperations.js":
2177
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperations.js":
2098
2178
  /*!*************************************************************************************************************************************************************************************!*\
2099
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperations.js ***!
2179
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/briefcase/BriefcaseOperations.js ***!
2100
2180
  \*************************************************************************************************************************************************************************************/
2101
2181
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2102
2182
 
@@ -2105,9 +2185,9 @@ __webpack_require__.r(__webpack_exports__);
2105
2185
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2106
2186
  /* harmony export */ "BriefcaseOperations": () => (/* binding */ BriefcaseOperations)
2107
2187
  /* harmony export */ });
2108
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2109
- /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
2110
- /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2188
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2189
+ /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
2190
+ /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2111
2191
  /*---------------------------------------------------------------------------------------------
2112
2192
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2113
2193
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -2189,9 +2269,102 @@ class BriefcaseOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Op
2189
2269
 
2190
2270
  /***/ }),
2191
2271
 
2192
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperationParams.js":
2272
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-extended-data/ChangesetExtendedDataOperationParams.js":
2273
+ /*!********************************************************************************************************************************************************************************************************************!*\
2274
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-extended-data/ChangesetExtendedDataOperationParams.js ***!
2275
+ \********************************************************************************************************************************************************************************************************************/
2276
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2277
+
2278
+ "use strict";
2279
+ __webpack_require__.r(__webpack_exports__);
2280
+
2281
+
2282
+
2283
+ /***/ }),
2284
+
2285
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-extended-data/ChangesetExtendedDataOperations.js":
2286
+ /*!***************************************************************************************************************************************************************************************************************!*\
2287
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-extended-data/ChangesetExtendedDataOperations.js ***!
2288
+ \***************************************************************************************************************************************************************************************************************/
2289
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2290
+
2291
+ "use strict";
2292
+ __webpack_require__.r(__webpack_exports__);
2293
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2294
+ /* harmony export */ "ChangesetExtendedDataOperations": () => (/* binding */ ChangesetExtendedDataOperations)
2295
+ /* harmony export */ });
2296
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2297
+ /*---------------------------------------------------------------------------------------------
2298
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2299
+ * See LICENSE.md in the project root for license terms and full copyright notice.
2300
+ *--------------------------------------------------------------------------------------------*/
2301
+
2302
+ class ChangesetExtendedDataOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.OperationsBase {
2303
+ constructor(options) {
2304
+ super(options);
2305
+ }
2306
+ /**
2307
+ * Gets Changesets Extended Data for a specific iModel. Wraps the
2308
+ * {@link https://developer.bentley.com/apis/imodels-v2/operations/get-imodel-changesets-extended-data/ Get iModel Changesets Extended Data}
2309
+ * operation from iModels API.
2310
+ * @param {GetChangesetExtendedDataListParams} params parameters for this operation. See {@link GetChangesetExtendedDataListParams}.
2311
+ * @returns {EntityListIterator<ChangesetExtendedData>} iterator for Changeset Extended Data list. See {@link EntityListIterator}.
2312
+ */
2313
+ getList(params) {
2314
+ const entityCollectionAccessor = (response) => {
2315
+ const apiResponse = response.body.extendedData;
2316
+ const mappedChangesetExtendedData = apiResponse.map((extendedData) => this.convertToChangesetExtendedData(extendedData));
2317
+ return mappedChangesetExtendedData;
2318
+ };
2319
+ return new _base_internal__WEBPACK_IMPORTED_MODULE_0__.EntityListIteratorImpl(async () => this.getEntityCollectionPage({
2320
+ authorization: params.authorization,
2321
+ url: this._options.urlFormatter.getChangesetExtendedDataListUrl({ iModelId: params.iModelId, urlParams: params.urlParams }),
2322
+ entityCollectionAccessor,
2323
+ headers: params.headers
2324
+ }));
2325
+ }
2326
+ /**
2327
+ * Gets a single Changeset Extended Data identified by either Changeset index or id. Wraps the
2328
+ * {@link https://developer.bentley.com/apis/imodels-v2/operations/get-imodel-changeset-extended-data-details/ Get iModel Changeset Extended Data}
2329
+ * operation from iModels API.
2330
+ * @param {GetSingleChangesetExtendedDataParams} params parameters for this operation. See {@link GetSingleChangesetExtendedDataParams}.
2331
+ * @returns {Promise<ChangesetExtendedData>} a Changeset Extended Data with the specified changeset id or index. See {@link ChangesetExtendedData}.
2332
+ */
2333
+ async getSingle(params) {
2334
+ const { authorization, iModelId, headers, ...changesetIdOrIndex } = params;
2335
+ const response = await this.sendGetRequest({
2336
+ authorization,
2337
+ url: this._options.urlFormatter.getSingleChangesetExtendedDataUrl({ iModelId, ...changesetIdOrIndex }),
2338
+ headers
2339
+ });
2340
+ return this.convertToChangesetExtendedData(response.body.extendedData);
2341
+ }
2342
+ convertToChangesetExtendedData(changesetExtendedDataApiResponse) {
2343
+ return {
2344
+ changesetId: changesetExtendedDataApiResponse.changesetId,
2345
+ changesetIndex: changesetExtendedDataApiResponse.changesetIndex,
2346
+ data: this.convertBase64StringToObject(changesetExtendedDataApiResponse.data)
2347
+ };
2348
+ }
2349
+ convertBase64StringToObject(input) {
2350
+ if (typeof window !== "undefined") {
2351
+ const binString = atob(input);
2352
+ const bytes = Uint8Array.from(binString, (m) => m.charCodeAt(0));
2353
+ return JSON.parse(new TextDecoder().decode(bytes));
2354
+ }
2355
+ else {
2356
+ const decodedString = Buffer.from(input, "base64").toString("utf8");
2357
+ return JSON.parse(decodedString);
2358
+ }
2359
+ }
2360
+ }
2361
+
2362
+
2363
+ /***/ }),
2364
+
2365
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperationParams.js":
2193
2366
  /*!*****************************************************************************************************************************************************************************************************!*\
2194
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperationParams.js ***!
2367
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperationParams.js ***!
2195
2368
  \*****************************************************************************************************************************************************************************************************/
2196
2369
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2197
2370
 
@@ -2202,9 +2375,9 @@ __webpack_require__.r(__webpack_exports__);
2202
2375
 
2203
2376
  /***/ }),
2204
2377
 
2205
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperations.js":
2378
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperations.js":
2206
2379
  /*!************************************************************************************************************************************************************************************************!*\
2207
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperations.js ***!
2380
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset-group/ChangesetGroupOperations.js ***!
2208
2381
  \************************************************************************************************************************************************************************************************/
2209
2382
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2210
2383
 
@@ -2213,8 +2386,8 @@ __webpack_require__.r(__webpack_exports__);
2213
2386
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2214
2387
  /* harmony export */ "ChangesetGroupOperations": () => (/* binding */ ChangesetGroupOperations)
2215
2388
  /* harmony export */ });
2216
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2217
- /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2389
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2390
+ /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2218
2391
  /*---------------------------------------------------------------------------------------------
2219
2392
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2220
2393
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -2276,9 +2449,9 @@ class ChangesetGroupOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0
2276
2449
 
2277
2450
  /***/ }),
2278
2451
 
2279
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperationParams.js":
2452
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperationParams.js":
2280
2453
  /*!******************************************************************************************************************************************************************************************!*\
2281
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperationParams.js ***!
2454
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperationParams.js ***!
2282
2455
  \******************************************************************************************************************************************************************************************/
2283
2456
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2284
2457
 
@@ -2299,9 +2472,9 @@ var ChangesetOrderByProperty;
2299
2472
 
2300
2473
  /***/ }),
2301
2474
 
2302
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperations.js":
2475
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperations.js":
2303
2476
  /*!*************************************************************************************************************************************************************************************!*\
2304
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperations.js ***!
2477
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/changeset/ChangesetOperations.js ***!
2305
2478
  \*************************************************************************************************************************************************************************************/
2306
2479
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2307
2480
 
@@ -2310,9 +2483,9 @@ __webpack_require__.r(__webpack_exports__);
2310
2483
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2311
2484
  /* harmony export */ "ChangesetOperations": () => (/* binding */ ChangesetOperations)
2312
2485
  /* harmony export */ });
2313
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2314
- /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
2315
- /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2486
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2487
+ /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
2488
+ /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2316
2489
  /*---------------------------------------------------------------------------------------------
2317
2490
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2318
2491
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -2438,9 +2611,9 @@ class ChangesetOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Op
2438
2611
 
2439
2612
  /***/ }),
2440
2613
 
2441
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperationParams.js":
2614
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperationParams.js":
2442
2615
  /*!********************************************************************************************************************************************************************************************!*\
2443
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperationParams.js ***!
2616
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperationParams.js ***!
2444
2617
  \********************************************************************************************************************************************************************************************/
2445
2618
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2446
2619
 
@@ -2451,9 +2624,9 @@ __webpack_require__.r(__webpack_exports__);
2451
2624
 
2452
2625
  /***/ }),
2453
2626
 
2454
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperations.js":
2627
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperations.js":
2455
2628
  /*!***************************************************************************************************************************************************************************************!*\
2456
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperations.js ***!
2629
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/checkpoint/CheckpointOperations.js ***!
2457
2630
  \***************************************************************************************************************************************************************************************/
2458
2631
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2459
2632
 
@@ -2462,7 +2635,7 @@ __webpack_require__.r(__webpack_exports__);
2462
2635
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2463
2636
  /* harmony export */ "CheckpointOperations": () => (/* binding */ CheckpointOperations)
2464
2637
  /* harmony export */ });
2465
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2638
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2466
2639
  /*---------------------------------------------------------------------------------------------
2467
2640
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2468
2641
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -2492,9 +2665,9 @@ class CheckpointOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.O
2492
2665
 
2493
2666
  /***/ }),
2494
2667
 
2495
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperationParams.js":
2668
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperationParams.js":
2496
2669
  /*!************************************************************************************************************************************************************************************!*\
2497
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperationParams.js ***!
2670
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperationParams.js ***!
2498
2671
  \************************************************************************************************************************************************************************************/
2499
2672
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2500
2673
 
@@ -2516,9 +2689,9 @@ var IModelOrderByProperty;
2516
2689
 
2517
2690
  /***/ }),
2518
2691
 
2519
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperations.js":
2692
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperations.js":
2520
2693
  /*!*******************************************************************************************************************************************************************************!*\
2521
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperations.js ***!
2694
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/imodel/IModelOperations.js ***!
2522
2695
  \*******************************************************************************************************************************************************************************/
2523
2696
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2524
2697
 
@@ -2527,10 +2700,10 @@ __webpack_require__.r(__webpack_exports__);
2527
2700
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2528
2701
  /* harmony export */ "IModelOperations": () => (/* binding */ IModelOperations)
2529
2702
  /* harmony export */ });
2530
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2531
- /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
2532
- /* harmony import */ var _Constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js");
2533
- /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2703
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2704
+ /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
2705
+ /* harmony import */ var _Constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../Constants */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/Constants.js");
2706
+ /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2534
2707
  /*---------------------------------------------------------------------------------------------
2535
2708
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2536
2709
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -2625,8 +2798,8 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2625
2798
  await this.waitForTemplatedIModelInitialization({
2626
2799
  authorization: params.authorization,
2627
2800
  iModelId: createdIModel.id,
2628
- timeOutInMs: params.timeOutInMs,
2629
- headers: params.headers
2801
+ headers: params.headers,
2802
+ timeOutInMs: params.timeOutInMs
2630
2803
  });
2631
2804
  return this.getSingle({
2632
2805
  authorization: params.authorization,
@@ -2658,13 +2831,50 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2658
2831
  const { iModelId: clonedIModelId } = this._options.urlFormatter.parseIModelUrl(locationHeaderValue);
2659
2832
  await this.waitForClonedIModelInitialization({
2660
2833
  authorization: params.authorization,
2661
- iModelId: clonedIModelId
2834
+ iModelId: clonedIModelId,
2835
+ headers: params.headers,
2836
+ timeOutInMs: params.timeOutInMs
2662
2837
  });
2663
2838
  return this.getSingle({
2664
2839
  authorization: params.authorization,
2665
2840
  iModelId: clonedIModelId
2666
2841
  });
2667
2842
  }
2843
+ /**
2844
+ * Forks the specified iModel. Wraps the
2845
+ * {@link https://developer.bentley.com/apis/imodels-v2/operations/fork-imodel/ Fork iModel} operation from iModels API.
2846
+ * Internally this method forks the iModel and then repeatedly queries the new iModel's creation state until it is succeeded.
2847
+ * The execution of this method can take up to several minutes due to waiting for initialization to complete.
2848
+ * @param {ForkIModelParams} params parameters for this operation. See {@link ForkIModelParams}.
2849
+ * @returns {Promise<IModel>} newly created iModel. See {@link IModel}.
2850
+ * @throws an error that implements `iModelsError` interface with code {@link IModelsErrorCode.IModelForkInitializationFailed} if
2851
+ * iModel initialization failed, {@link IModelsErrorCode.IModelForkInitializationTimedOut} if operation did not complete in time or
2852
+ * {@link IModelsErrorCode.MainIModelIsMissingFederationGuids} if the iModel from which user is attempting to create a fork does not
2853
+ * have {@link https://www.itwinjs.org/bis/guide/fundamentals/federationguids/ FederationGuid} property set on all its elements.
2854
+ * See {@link IModelsErrorCode}.
2855
+ */
2856
+ async fork(params) {
2857
+ const forkIModelBody = this.getForkIModelRequestBody(params.iModelProperties);
2858
+ const forkIModelResponse = await this.sendPostRequest({
2859
+ authorization: params.authorization,
2860
+ url: this._options.urlFormatter.getForkIModelUrl({ iModelId: params.iModelId }),
2861
+ body: forkIModelBody,
2862
+ headers: params.headers
2863
+ });
2864
+ const locationHeaderValue = forkIModelResponse.headers.get(_Constants__WEBPACK_IMPORTED_MODULE_2__.Constants.headers.location);
2865
+ (0,_SharedFunctions__WEBPACK_IMPORTED_MODULE_3__.assertStringHeaderValue)(_Constants__WEBPACK_IMPORTED_MODULE_2__.Constants.headers.location, locationHeaderValue);
2866
+ const { iModelId: forkIModelId } = this._options.urlFormatter.parseIModelUrl(locationHeaderValue);
2867
+ await this.waitForIModelForkInitialization({
2868
+ authorization: params.authorization,
2869
+ iModelId: forkIModelId,
2870
+ headers: params.headers,
2871
+ timeOutInMs: params.timeOutInMs
2872
+ });
2873
+ return this.getSingle({
2874
+ authorization: params.authorization,
2875
+ iModelId: forkIModelId
2876
+ });
2877
+ }
2668
2878
  /**
2669
2879
  * Updates iModel properties. Wraps the
2670
2880
  * {@link https://developer.bentley.com/apis/imodels-v2/operations/update-imodel/ Update iModel} operation from iModels API.
@@ -2708,7 +2918,8 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2708
2918
  iTwinId: iModelProperties.iTwinId,
2709
2919
  name: iModelProperties.name,
2710
2920
  description: iModelProperties.description,
2711
- extent: iModelProperties.extent
2921
+ extent: iModelProperties.extent,
2922
+ containersEnabled: iModelProperties.containersEnabled
2712
2923
  };
2713
2924
  }
2714
2925
  async sendIModelPostRequest(authorization, createIModelBody, headers) {
@@ -2746,7 +2957,19 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2746
2957
  name: iModelProperties.name,
2747
2958
  description: iModelProperties.description,
2748
2959
  changesetId: iModelProperties.changesetId,
2749
- changesetIndex: iModelProperties.changesetIndex
2960
+ changesetIndex: iModelProperties.changesetIndex,
2961
+ containersEnabled: iModelProperties.containersEnabled
2962
+ };
2963
+ }
2964
+ getForkIModelRequestBody(iModelProperties) {
2965
+ return {
2966
+ iTwinId: iModelProperties.iTwinId,
2967
+ name: iModelProperties.name,
2968
+ description: iModelProperties.description,
2969
+ changesetId: iModelProperties.changesetId,
2970
+ changesetIndex: iModelProperties.changesetIndex,
2971
+ preserveHistory: iModelProperties.preserveHistory,
2972
+ containersEnabled: iModelProperties.containersEnabled
2750
2973
  };
2751
2974
  }
2752
2975
  getUpdateIModelRequestBody(iModelProperties) {
@@ -2767,7 +2990,33 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2767
2990
  state !== _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelCreationState.Successful)
2768
2991
  throw new _base_internal__WEBPACK_IMPORTED_MODULE_0__.IModelsErrorImpl({
2769
2992
  code: params.errorCodeOnFailure,
2770
- message: `iModel initialization failed with state '${state}'`
2993
+ message: `iModel initialization failed with state '${state}'`,
2994
+ statusCode: undefined,
2995
+ details: undefined
2996
+ });
2997
+ return state === _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelCreationState.Successful;
2998
+ }
2999
+ async isIModelForkInitialized(params) {
3000
+ const { state } = await this._iModelsClient.operations.getCreateIModelDetails({
3001
+ authorization: params.authorization,
3002
+ iModelId: params.iModelId,
3003
+ headers: params.headers
3004
+ });
3005
+ if (state === _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelCreationState.MainIModelIsMissingFederationGuids)
3006
+ throw new _base_internal__WEBPACK_IMPORTED_MODULE_0__.IModelsErrorImpl({
3007
+ code: _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelsErrorCode.MainIModelIsMissingFederationGuids,
3008
+ message: "iModel fork initialization failed because some elements in the main iModel do not have FederationGuid property set.",
3009
+ statusCode: undefined,
3010
+ details: undefined
3011
+ });
3012
+ if (state !== _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelCreationState.Scheduled &&
3013
+ state !== _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelCreationState.WaitingForFile &&
3014
+ state !== _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelCreationState.Successful)
3015
+ throw new _base_internal__WEBPACK_IMPORTED_MODULE_0__.IModelsErrorImpl({
3016
+ code: _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelsErrorCode.IModelForkInitializationFailed,
3017
+ message: `iModel fork initialization failed with state '${state}'`,
3018
+ statusCode: undefined,
3019
+ details: undefined
2771
3020
  });
2772
3021
  return state === _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelCreationState.Successful;
2773
3022
  }
@@ -2781,7 +3030,9 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2781
3030
  }),
2782
3031
  timeoutErrorFactory: () => new _base_internal__WEBPACK_IMPORTED_MODULE_0__.IModelsErrorImpl({
2783
3032
  code: _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelsErrorCode.IModelFromTemplateInitializationTimedOut,
2784
- message: "Timed out waiting for Baseline File initialization."
3033
+ message: "Timed out waiting for Baseline File initialization.",
3034
+ statusCode: undefined,
3035
+ details: undefined
2785
3036
  }),
2786
3037
  timeOutInMs: params.timeOutInMs
2787
3038
  });
@@ -2796,7 +3047,25 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2796
3047
  }),
2797
3048
  timeoutErrorFactory: () => new _base_internal__WEBPACK_IMPORTED_MODULE_0__.IModelsErrorImpl({
2798
3049
  code: _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelsErrorCode.ClonedIModelInitializationTimedOut,
2799
- message: "Timed out waiting for Cloned iModel initialization."
3050
+ message: "Timed out waiting for Cloned iModel initialization.",
3051
+ statusCode: undefined,
3052
+ details: undefined
3053
+ }),
3054
+ timeOutInMs: params.timeOutInMs
3055
+ });
3056
+ }
3057
+ async waitForIModelForkInitialization(params) {
3058
+ return (0,_base_internal__WEBPACK_IMPORTED_MODULE_0__.waitForCondition)({
3059
+ conditionToSatisfy: async () => this.isIModelForkInitialized({
3060
+ authorization: params.authorization,
3061
+ iModelId: params.iModelId,
3062
+ headers: params.headers
3063
+ }),
3064
+ timeoutErrorFactory: () => new _base_internal__WEBPACK_IMPORTED_MODULE_0__.IModelsErrorImpl({
3065
+ code: _base_types__WEBPACK_IMPORTED_MODULE_1__.IModelsErrorCode.IModelForkInitializationTimedOut,
3066
+ message: "Timed out waiting for iModel fork initialization.",
3067
+ statusCode: undefined,
3068
+ details: undefined
2800
3069
  }),
2801
3070
  timeOutInMs: params.timeOutInMs
2802
3071
  });
@@ -2806,9 +3075,9 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2806
3075
 
2807
3076
  /***/ }),
2808
3077
 
2809
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/index.js":
3078
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/index.js":
2810
3079
  /*!*************************************************************************************************************************************************************!*\
2811
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/index.js ***!
3080
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/index.js ***!
2812
3081
  \*************************************************************************************************************************************************************/
2813
3082
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2814
3083
 
@@ -2816,6 +3085,8 @@ class IModelOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Opera
2816
3085
  __webpack_require__.r(__webpack_exports__);
2817
3086
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2818
3087
  /* harmony export */ "BriefcaseOperations": () => (/* reexport safe */ _OperationExports__WEBPACK_IMPORTED_MODULE_0__.BriefcaseOperations),
3088
+ /* harmony export */ "BriefcaseOrderByProperty": () => (/* reexport safe */ _OperationParamExports__WEBPACK_IMPORTED_MODULE_1__.BriefcaseOrderByProperty),
3089
+ /* harmony export */ "ChangesetExtendedDataOperations": () => (/* reexport safe */ _OperationExports__WEBPACK_IMPORTED_MODULE_0__.ChangesetExtendedDataOperations),
2819
3090
  /* harmony export */ "ChangesetGroupOperations": () => (/* reexport safe */ _OperationExports__WEBPACK_IMPORTED_MODULE_0__.ChangesetGroupOperations),
2820
3091
  /* harmony export */ "ChangesetOperations": () => (/* reexport safe */ _OperationExports__WEBPACK_IMPORTED_MODULE_0__.ChangesetOperations),
2821
3092
  /* harmony export */ "ChangesetOrderByProperty": () => (/* reexport safe */ _OperationParamExports__WEBPACK_IMPORTED_MODULE_1__.ChangesetOrderByProperty),
@@ -2833,11 +3104,11 @@ __webpack_require__.r(__webpack_exports__);
2833
3104
  /* harmony export */ "assertStringHeaderValue": () => (/* reexport safe */ _SharedFunctions__WEBPACK_IMPORTED_MODULE_4__.assertStringHeaderValue),
2834
3105
  /* harmony export */ "getUser": () => (/* reexport safe */ _SharedFunctions__WEBPACK_IMPORTED_MODULE_4__.getUser)
2835
3106
  /* harmony export */ });
2836
- /* harmony import */ var _OperationExports__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./OperationExports */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationExports.js");
2837
- /* harmony import */ var _OperationParamExports__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./OperationParamExports */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationParamExports.js");
2838
- /* harmony import */ var _OperationOptions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./OperationOptions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationOptions.js");
2839
- /* harmony import */ var _IModelsApiUrlFormatter__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./IModelsApiUrlFormatter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/IModelsApiUrlFormatter.js");
2840
- /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
3107
+ /* harmony import */ var _OperationExports__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./OperationExports */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationExports.js");
3108
+ /* harmony import */ var _OperationParamExports__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./OperationParamExports */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationParamExports.js");
3109
+ /* harmony import */ var _OperationOptions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./OperationOptions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/OperationOptions.js");
3110
+ /* harmony import */ var _IModelsApiUrlFormatter__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./IModelsApiUrlFormatter */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/IModelsApiUrlFormatter.js");
3111
+ /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2841
3112
  /*---------------------------------------------------------------------------------------------
2842
3113
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2843
3114
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -2851,9 +3122,9 @@ __webpack_require__.r(__webpack_exports__);
2851
3122
 
2852
3123
  /***/ }),
2853
3124
 
2854
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperationParams.js":
3125
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperationParams.js":
2855
3126
  /*!*************************************************************************************************************************************************************************************************!*\
2856
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperationParams.js ***!
3127
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperationParams.js ***!
2857
3128
  \*************************************************************************************************************************************************************************************************/
2858
3129
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2859
3130
 
@@ -2869,14 +3140,15 @@ __webpack_require__.r(__webpack_exports__);
2869
3140
  var NamedVersionOrderByProperty;
2870
3141
  (function (NamedVersionOrderByProperty) {
2871
3142
  NamedVersionOrderByProperty["ChangesetIndex"] = "changesetIndex";
3143
+ NamedVersionOrderByProperty["CreatedDateTime"] = "createdDateTime";
2872
3144
  })(NamedVersionOrderByProperty || (NamedVersionOrderByProperty = {}));
2873
3145
 
2874
3146
 
2875
3147
  /***/ }),
2876
3148
 
2877
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperations.js":
3149
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperations.js":
2878
3150
  /*!********************************************************************************************************************************************************************************************!*\
2879
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperations.js ***!
3151
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/named-version/NamedVersionOperations.js ***!
2880
3152
  \********************************************************************************************************************************************************************************************/
2881
3153
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2882
3154
 
@@ -2885,9 +3157,9 @@ __webpack_require__.r(__webpack_exports__);
2885
3157
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2886
3158
  /* harmony export */ "NamedVersionOperations": () => (/* binding */ NamedVersionOperations)
2887
3159
  /* harmony export */ });
2888
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
2889
- /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
2890
- /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
3160
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3161
+ /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
3162
+ /* harmony import */ var _SharedFunctions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../SharedFunctions */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/SharedFunctions.js");
2891
3163
  /*---------------------------------------------------------------------------------------------
2892
3164
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
2893
3165
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -3032,9 +3304,9 @@ class NamedVersionOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__
3032
3304
 
3033
3305
  /***/ }),
3034
3306
 
3035
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationOperations.js":
3307
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationOperations.js":
3036
3308
  /*!*************************************************************************************************************************************************************************************!*\
3037
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationOperations.js ***!
3309
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationOperations.js ***!
3038
3310
  \*************************************************************************************************************************************************************************************/
3039
3311
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3040
3312
 
@@ -3043,7 +3315,7 @@ __webpack_require__.r(__webpack_exports__);
3043
3315
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3044
3316
  /* harmony export */ "OperationOperations": () => (/* binding */ OperationOperations)
3045
3317
  /* harmony export */ });
3046
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3318
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3047
3319
  /*---------------------------------------------------------------------------------------------
3048
3320
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3049
3321
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -3073,9 +3345,9 @@ class OperationOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Op
3073
3345
 
3074
3346
  /***/ }),
3075
3347
 
3076
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationParams.js":
3348
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationParams.js":
3077
3349
  /*!*********************************************************************************************************************************************************************************!*\
3078
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationParams.js ***!
3350
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/operation/OperationParams.js ***!
3079
3351
  \*********************************************************************************************************************************************************************************/
3080
3352
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3081
3353
 
@@ -3086,9 +3358,9 @@ __webpack_require__.r(__webpack_exports__);
3086
3358
 
3087
3359
  /***/ }),
3088
3360
 
3089
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperationParams.js":
3361
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperationParams.js":
3090
3362
  /*!******************************************************************************************************************************************************************************************!*\
3091
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperationParams.js ***!
3363
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperationParams.js ***!
3092
3364
  \******************************************************************************************************************************************************************************************/
3093
3365
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3094
3366
 
@@ -3099,9 +3371,9 @@ __webpack_require__.r(__webpack_exports__);
3099
3371
 
3100
3372
  /***/ }),
3101
3373
 
3102
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperations.js":
3374
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperations.js":
3103
3375
  /*!*************************************************************************************************************************************************************************************!*\
3104
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperations.js ***!
3376
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/thumbnail/ThumbnailOperations.js ***!
3105
3377
  \*************************************************************************************************************************************************************************************/
3106
3378
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3107
3379
 
@@ -3110,8 +3382,8 @@ __webpack_require__.r(__webpack_exports__);
3110
3382
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3111
3383
  /* harmony export */ "ThumbnailOperations": () => (/* binding */ ThumbnailOperations)
3112
3384
  /* harmony export */ });
3113
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3114
- /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
3385
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3386
+ /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
3115
3387
  /*---------------------------------------------------------------------------------------------
3116
3388
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3117
3389
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -3176,9 +3448,9 @@ class ThumbnailOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0__.Op
3176
3448
 
3177
3449
  /***/ }),
3178
3450
 
3179
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperationParams.js":
3451
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperationParams.js":
3180
3452
  /*!*****************************************************************************************************************************************************************************************************!*\
3181
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperationParams.js ***!
3453
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperationParams.js ***!
3182
3454
  \*****************************************************************************************************************************************************************************************************/
3183
3455
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3184
3456
 
@@ -3189,9 +3461,9 @@ __webpack_require__.r(__webpack_exports__);
3189
3461
 
3190
3462
  /***/ }),
3191
3463
 
3192
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperations.js":
3464
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperations.js":
3193
3465
  /*!************************************************************************************************************************************************************************************************!*\
3194
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperations.js ***!
3466
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user-permission/UserPermissionOperations.js ***!
3195
3467
  \************************************************************************************************************************************************************************************************/
3196
3468
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3197
3469
 
@@ -3200,7 +3472,7 @@ __webpack_require__.r(__webpack_exports__);
3200
3472
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3201
3473
  /* harmony export */ "UserPermissionOperations": () => (/* binding */ UserPermissionOperations)
3202
3474
  /* harmony export */ });
3203
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3475
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3204
3476
  /*---------------------------------------------------------------------------------------------
3205
3477
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3206
3478
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -3230,9 +3502,9 @@ class UserPermissionOperations extends _base_internal__WEBPACK_IMPORTED_MODULE_0
3230
3502
 
3231
3503
  /***/ }),
3232
3504
 
3233
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperationParams.js":
3505
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperationParams.js":
3234
3506
  /*!********************************************************************************************************************************************************************************!*\
3235
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperationParams.js ***!
3507
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperationParams.js ***!
3236
3508
  \********************************************************************************************************************************************************************************/
3237
3509
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3238
3510
 
@@ -3243,9 +3515,9 @@ __webpack_require__.r(__webpack_exports__);
3243
3515
 
3244
3516
  /***/ }),
3245
3517
 
3246
- /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperations.js":
3518
+ /***/ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperations.js":
3247
3519
  /*!***************************************************************************************************************************************************************************!*\
3248
- !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperations.js ***!
3520
+ !*** ../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/operations/user/UserOperations.js ***!
3249
3521
  \***************************************************************************************************************************************************************************/
3250
3522
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3251
3523
 
@@ -3254,8 +3526,8 @@ __webpack_require__.r(__webpack_exports__);
3254
3526
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3255
3527
  /* harmony export */ "UserOperations": () => (/* binding */ UserOperations)
3256
3528
  /* harmony export */ });
3257
- /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3258
- /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
3529
+ /* harmony import */ var _base_internal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../base/internal */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/internal/index.js");
3530
+ /* harmony import */ var _base_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../base/types */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/base/types/index.js");
3259
3531
  /*---------------------------------------------------------------------------------------------
3260
3532
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3261
3533
  * See LICENSE.md in the project root for license terms and full copyright notice.
@@ -28230,6 +28502,8 @@ var ChangesetType;
28230
28502
  ChangesetType[ChangesetType["Regular"] = 0] = "Regular";
28231
28503
  /** changeset *does* contain schema changes. */
28232
28504
  ChangesetType[ChangesetType["Schema"] = 1] = "Schema";
28505
+ /** Schema changeset pushed by iModel with SchemaSync enabled */
28506
+ ChangesetType[ChangesetType["SchemaSync"] = 65] = "SchemaSync";
28233
28507
  })(ChangesetType || (ChangesetType = {}));
28234
28508
 
28235
28509
 
@@ -57054,6 +57328,8 @@ class RpcRequest {
57054
57328
  return this.reject(new _IModelError__WEBPACK_IMPORTED_MODULE_1__.NoContentError());
57055
57329
  }
57056
57330
  handleNotFound(status, value) {
57331
+ if (RpcRequest.notFoundHandlers.numberOfListeners === 0)
57332
+ this.handleRejected(value);
57057
57333
  const response = _RpcMarshaling__WEBPACK_IMPORTED_MODULE_4__.RpcMarshaling.deserialize(this.protocol, value);
57058
57334
  this.setStatus(status);
57059
57335
  let resubmitted = false;
@@ -57061,8 +57337,8 @@ class RpcRequest {
57061
57337
  if (resubmitted)
57062
57338
  throw new _IModelError__WEBPACK_IMPORTED_MODULE_1__.IModelError(_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BentleyStatus.ERROR, `Already resubmitted using this handler.`);
57063
57339
  resubmitted = true;
57064
- this.submit(); // eslint-disable-line @typescript-eslint/no-floating-promises
57065
- }, (reason) => this.reject(reason));
57340
+ void this.submit();
57341
+ }, (reason) => reason ? this.reject(reason) : this.handleRejected(value));
57066
57342
  return;
57067
57343
  }
57068
57344
  resolve(result) {
@@ -68317,7 +68593,8 @@ class SchemaJsonLocater {
68317
68593
  * @throws [ECObjectsError]($ecschema-metadata) if the schema exists, but cannot be loaded.
68318
68594
  */
68319
68595
  async getSchema(schemaKey, matchType, context) {
68320
- return this.getSchemaSync(schemaKey, matchType, context);
68596
+ await this.getSchemaInfo(schemaKey, matchType, context);
68597
+ return await context.getCachedSchema(schemaKey, matchType);
68321
68598
  }
68322
68599
  /**
68323
68600
  * Gets the schema info which matches the provided SchemaKey. The schema info may be returned before the schema is fully loaded.
@@ -68325,7 +68602,13 @@ class SchemaJsonLocater {
68325
68602
  * @param matchType The match type to use when locating the schema
68326
68603
  */
68327
68604
  async getSchemaInfo(schemaKey, matchType, context) {
68328
- return this.getSchema(schemaKey, matchType, context);
68605
+ const schemaProps = this._getSchema(schemaKey.name);
68606
+ if (!schemaProps)
68607
+ return undefined;
68608
+ const schemaInfo = await Schema_1.Schema.startLoadingFromJson(schemaProps, context);
68609
+ if (schemaInfo !== undefined && schemaInfo.schemaKey.matches(schemaKey, matchType))
68610
+ return schemaInfo;
68611
+ return undefined;
68329
68612
  }
68330
68613
  /** Get a schema by [SchemaKey] synchronously.
68331
68614
  * @param schemaKey The [SchemaKey] that identifies the schema.
@@ -75396,6 +75679,8 @@ class BriefcaseConnection extends _IModelConnection__WEBPACK_IMPORTED_MODULE_5__
75396
75679
  this._openMode = openMode;
75397
75680
  this.txns = new _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.BriefcaseTxns(this);
75398
75681
  this._modelsMonitor = new ModelChangeMonitor(this);
75682
+ if (_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.OpenMode.ReadWrite === this._openMode)
75683
+ this.txns.onAfterUndoRedo.addListener(async () => { await _IModelApp__WEBPACK_IMPORTED_MODULE_4__.IModelApp.toolAdmin.restartPrimitiveTool(); });
75399
75684
  }
75400
75685
  /** Open a BriefcaseConnection to a [BriefcaseDb]($backend). */
75401
75686
  static async openFile(briefcaseProps) {
@@ -76067,10 +76352,10 @@ class CheckpointConnection extends _IModelConnection__WEBPACK_IMPORTED_MODULE_4_
76067
76352
  super(props);
76068
76353
  this._reopenConnectionHandler = async (request, response, resubmit, reject) => {
76069
76354
  if (!response.hasOwnProperty("isIModelNotFoundResponse"))
76070
- return;
76355
+ reject();
76071
76356
  const iModelRpcProps = request.parameters[0];
76072
76357
  if (this._fileKey !== iModelRpcProps.key)
76073
- return; // The handler is called for a different connection than this
76358
+ reject(); // The handler is called for a different connection than this
76074
76359
  _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Logger.logTrace(loggerCategory, "Attempting to reopen connection", () => iModelRpcProps);
76075
76360
  try {
76076
76361
  const openResponse = await CheckpointConnection.callOpen(iModelRpcProps, this.routingContext);
@@ -87507,7 +87792,7 @@ class SubCategoriesCache {
87507
87792
  (function (SubCategoriesCache) {
87508
87793
  class Request {
87509
87794
  get wasCanceled() { return this._canceled || this._imodel.isClosed; }
87510
- constructor(categoryIds, imodel, maxCategoriesPerQuery = 200) {
87795
+ constructor(categoryIds, imodel, maxCategoriesPerQuery = 2500) {
87511
87796
  this._categoryIds = [];
87512
87797
  this._result = [];
87513
87798
  this._canceled = false;
@@ -166239,7 +166524,9 @@ class ToolAdmin {
166239
166524
  */
166240
166525
  this.manipulatorToolEvent = new _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.BeEvent();
166241
166526
  }
166242
- /** The name of the [[PrimitiveTool]] to use as the default tool. Defaults to "Select", referring to [[SelectionTool]].
166527
+ /** The name of the [[PrimitiveTool]] to use as the default tool.
166528
+ * Defaults to "Select", referring to [[SelectionTool]].
166529
+ * @note An empty string signifies no default tool allowing more events to be handled by [[idleTool]].
166243
166530
  * @see [[startDefaultTool]] to activate the default tool.
166244
166531
  * @see [[defaultToolArgs]] to supply arguments when starting the tool.
166245
166532
  */
@@ -167076,12 +167363,7 @@ class ToolAdmin {
167076
167363
  const imodel = _IModelApp__WEBPACK_IMPORTED_MODULE_5__.IModelApp.viewManager.selectedView?.view.iModel;
167077
167364
  if (undefined === imodel || imodel.isReadonly || !imodel.isBriefcaseConnection())
167078
167365
  return false;
167079
- if (_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.IModelStatus.Success !== await imodel.txns.reverseSingleTxn())
167080
- return false;
167081
- // ### TODO Restart of primitive tool should be handled by Txn event listener...needs to happen even if not the active tool...
167082
- if (undefined !== this._primitiveTool)
167083
- await this._primitiveTool.onRestartTool();
167084
- return true;
167366
+ return (_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.IModelStatus.Success === await imodel.txns.reverseSingleTxn() ? true : false);
167085
167367
  }
167086
167368
  /** Called to redo previous data button for primitive tools or undo last write operation. */
167087
167369
  async doRedoOperation() {
@@ -167094,12 +167376,7 @@ class ToolAdmin {
167094
167376
  const imodel = _IModelApp__WEBPACK_IMPORTED_MODULE_5__.IModelApp.viewManager.selectedView?.view.iModel;
167095
167377
  if (undefined === imodel || imodel.isReadonly || !imodel.isBriefcaseConnection())
167096
167378
  return false;
167097
- if (_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.IModelStatus.Success !== await imodel.txns.reinstateTxn())
167098
- return false;
167099
- // ### TODO Restart of primitive tool should be handled by Txn event listener...needs to happen even if not the active tool...
167100
- if (undefined !== this._primitiveTool)
167101
- await this._primitiveTool.onRestartTool();
167102
- return true;
167379
+ return (_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.IModelStatus.Success === await imodel.txns.reinstateTxn() ? true : false);
167103
167380
  }
167104
167381
  onActiveToolChanged(tool, start) {
167105
167382
  this.clearMotionPromises();
@@ -167205,9 +167482,15 @@ class ToolAdmin {
167205
167482
  this.onActiveToolChanged(newTool, StartOrResume.Start);
167206
167483
  }
167207
167484
  /** @internal */
167485
+ setEditCommandHandler(handler) {
167486
+ this._editCommandHandler = handler;
167487
+ }
167488
+ /** @internal */
167208
167489
  async setPrimitiveTool(newTool) {
167209
167490
  if (undefined !== this._primitiveTool) {
167210
167491
  await this._primitiveTool.onCleanup();
167492
+ if (undefined !== this._editCommandHandler)
167493
+ await this._editCommandHandler.finishCommand();
167211
167494
  this._primitiveTool = undefined;
167212
167495
  }
167213
167496
  this._primitiveTool = newTool;
@@ -167291,15 +167574,25 @@ class ToolAdmin {
167291
167574
  }
167292
167575
  }
167293
167576
  /**
167294
- * Starts the default [[Tool]], if any. Generally invoked automatically when other tools exit, so shouldn't be called directly.
167295
- * @note The default tool is expected to be a subclass of [[PrimitiveTool]]. A call to startDefaultTool is required to terminate
167296
- * an active [[ViewTool]] or [[InputCollector]] and replace or clear the current [[PrimitiveTool]].
167577
+ * Starts the default [[PrimitiveTool]], if any. Generally invoked automatically when other tools exit, so shouldn't be called directly.
167578
+ * @note The default tool, when specified, must be a subclass of [[PrimitiveTool]]. A call to startDefaultTool is required to terminate
167579
+ * an active [[ViewTool]] or [[InputCollector]] and replace or clear the current [[PrimitiveTool]]. The default tool can not be
167580
+ * a subclass of [[ViewTool]] as view tools replace each other and aren't suspended. This means [[ViewTool.exitTool]] would
167581
+ * result in the active tool being undefined instead of making the default tool active.
167297
167582
  * The tool's [[Tool.run]] method is invoked with arguments specified by [[defaultToolArgs]].
167298
167583
  * @see [[defaultToolId]] to configure the default tool.
167299
167584
  */
167300
167585
  async startDefaultTool() {
167301
- if (!await _IModelApp__WEBPACK_IMPORTED_MODULE_5__.IModelApp.tools.run(this.defaultToolId, this.defaultToolArgs))
167302
- return this.startPrimitiveTool(undefined);
167586
+ const tool = _IModelApp__WEBPACK_IMPORTED_MODULE_5__.IModelApp.tools.create(this.defaultToolId, this.defaultToolArgs);
167587
+ if (tool instanceof _PrimitiveTool__WEBPACK_IMPORTED_MODULE_12__.PrimitiveTool) {
167588
+ if (!await tool.run(this.defaultToolArgs))
167589
+ return this.startPrimitiveTool(undefined);
167590
+ }
167591
+ else {
167592
+ await this.startPrimitiveTool(undefined); // Ensure active primitive tool is terminated...
167593
+ if (undefined !== tool)
167594
+ throw new Error("Default tool must be a subclass of PrimitiveTool");
167595
+ }
167303
167596
  }
167304
167597
  /**
167305
167598
  * Call from external events or immediate tools that may have invalidated the current primitive tool's state.
@@ -184643,6 +184936,35 @@ class Arc3d extends _CurvePrimitive__WEBPACK_IMPORTED_MODULE_0__.CurvePrimitive
184643
184936
  const matrix = _geometry3d_Matrix3d__WEBPACK_IMPORTED_MODULE_2__.Matrix3d.createColumns(vector0, vector90, normal);
184644
184937
  return Arc3d.createRefs(center !== undefined ? center.clone() : _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_3__.Point3d.create(0, 0, 0), matrix, sweep ? sweep.clone() : _geometry3d_AngleSweep__WEBPACK_IMPORTED_MODULE_1__.AngleSweep.create360(), result);
184645
184938
  }
184939
+ /**
184940
+ * Create an arc from three points on the ellipse: two points on an axis and one in between.
184941
+ * @param point0 start of arc, on an axis
184942
+ * @param point1 point on arc somewhere between `point0` and `point2`
184943
+ * @param point2 point on arc directly opposite `point0`
184944
+ * @param sweep angular sweep, measured from `point0` in the direction of `point1`.
184945
+ * For a semicircle from `point0` to `point2` passing through `point1`, pass `AngleSweep.createStartEndDegrees(0,180)`.
184946
+ * Default value is full sweep to create the entire ellipse.
184947
+ * @param result optional preallocated result
184948
+ * @returns elliptical arc, or undefined if construction impossible.
184949
+ */
184950
+ static createStartMiddleEnd(point0, point1, point2, sweep, result) {
184951
+ const center = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_3__.Point3d.createAdd2Scaled(point0, 0.5, point2, 0.5);
184952
+ const vector0 = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_3__.Vector3d.createStartEnd(center, point0);
184953
+ const vector1 = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_3__.Vector3d.createStartEnd(center, point1);
184954
+ const v0DotV1 = vector0.dotProduct(vector1);
184955
+ const v0Len2 = vector0.magnitudeSquared();
184956
+ if (Math.abs(v0DotV1) >= v0Len2)
184957
+ return undefined; // middle point projects to end of axis or beyond (rules out negative under the radical below)
184958
+ const normal = vector0.crossProduct(vector1);
184959
+ const vector90 = normal.unitCrossProductWithDefault(vector0, 0, 0, 0);
184960
+ const v1DotV90 = vector1.dotProduct(vector90);
184961
+ // Solve the standard ellipse equation for the unknown axis length, given local coords of point1 (v0.v1/||v0||, v90.v1)
184962
+ const v90Len = _Geometry__WEBPACK_IMPORTED_MODULE_4__.Geometry.safeDivideFraction(v0Len2 * v1DotV90, Math.sqrt(v0Len2 * v0Len2 - v0DotV1 * v0DotV1), 0);
184963
+ if (_Geometry__WEBPACK_IMPORTED_MODULE_4__.Geometry.isSmallMetricDistanceSquared(v90Len))
184964
+ return undefined;
184965
+ vector90.scaleInPlace(v90Len);
184966
+ return Arc3d.create(center, vector0, vector90, sweep, result);
184967
+ }
184646
184968
  /**
184647
184969
  * Return a clone of this arc, projected to given z value.
184648
184970
  * * If `z` is omitted, the clone is at the z of the center.
@@ -203532,11 +203854,12 @@ class Angle {
203532
203854
  && dotUV * dotUV <= _Geometry__WEBPACK_IMPORTED_MODULE_0__.Geometry.smallAngleRadiansSquared * dotUU * dotVV;
203533
203855
  }
203534
203856
  /**
203535
- * Return cosine, sine, and radians for the half angle of a "cosine,sine" pair.
203536
- * * This function assumes the input arguments are related to an angle between -PI and PI
203537
- * * This function returns an angle between -PI and PI
203538
- * @param rCos2A cosine value (scaled by radius) for initial angle.
203539
- * @param rSin2A sine value (scaled by radius) for final angle.
203857
+ * Compute the angle A given r*cos(2A) and r*sin(2A) for some nonnegative scalar r.
203858
+ * * This function assumes the input arguments are related to an angle between -PI and PI.
203859
+ * * This function returns an angle between -PI and PI.
203860
+ * @param rCos2A scaled cosine value of twice the angle A.
203861
+ * @param rSin2A scaled sine value of twice the angle A.
203862
+ * @return cos(A), sin(A) and A in radians
203540
203863
  */
203541
203864
  static trigValuesToHalfAngleTrigValues(rCos2A, rSin2A) {
203542
203865
  const r = _Geometry__WEBPACK_IMPORTED_MODULE_0__.Geometry.hypotenuseXY(rCos2A, rSin2A);
@@ -203546,41 +203869,25 @@ class Angle {
203546
203869
  else {
203547
203870
  /* If the caller really gave you sine and cosine values, r should be 1. However,
203548
203871
  * to allow scaled values -- e.g. the x and y components of any vector -- we normalize
203549
- * right here. This adds an extra sqrt and 2 divides to the whole process, but improves
203872
+ * right here. This adds an extra sqrt and two divisions, but improves
203550
203873
  * both the usefulness and robustness of the computation.
203551
203874
  */
203552
203875
  let cosA;
203553
203876
  let sinA = 0.0;
203554
203877
  const cos2A = rCos2A / r;
203555
203878
  const sin2A = rSin2A / r;
203556
- // Original angle in NE and SE quadrants. Half angle in same quadrant
203557
- if (cos2A >= 0.0) {
203558
- /*
203559
- * We know cos2A = (cosA)^2 - (sinA)^2 and 1 = (cosA)^2 + (sinA)^2
203560
- * so 1 + cos2A = 2(cosA)^2 and therefore, cosA = sqrt((1+cos2A)/2)
203561
- * cosine is positive in NE and SE quadrants so we use +sqrt
203562
- */
203563
- cosA = Math.sqrt(0.5 * (1.0 + cos2A));
203564
- // We know sin2A = 2 sinA cosA so sinA = sin2A/(2*cosA)
203565
- sinA = sin2A / (2.0 * cosA);
203879
+ if (cos2A >= 0.0) { // 2A is in NE and SE quadrants, A in same quadrant
203880
+ cosA = Math.sqrt(0.5 * (1.0 + cos2A)); // half angle formula. Use +root since cosA >= 0
203881
+ sinA = sin2A / (2.0 * cosA); // double angle formula
203566
203882
  }
203567
203883
  else {
203568
- // Original angle in NW quadrant. Half angle in NE quadrant
203569
- if (sin2A > 0.0) {
203570
- /*
203571
- * We know cos2A = (cosA)^2 - (sinA)^2 and 1 = (cosA)^2 + (sinA)^2
203572
- * so 1 - cos2A = 2(sinA)^2 and therefore, sinA = sqrt((1-cos2A)/2)
203573
- * sine is positive in NE quadrant so we use +sqrt
203574
- */
203575
- sinA = Math.sqrt(0.5 * (1.0 - cos2A));
203576
- // Original angle in SW quadrant. Half angle in SE quadrant
203884
+ if (sin2A > 0.0) { // 2A in NW quadrant. A in NE quadrant
203885
+ sinA = Math.sqrt(0.5 * (1.0 - cos2A)); // half angle formula. Use +root since sinA > 0
203577
203886
  }
203578
- else {
203579
- // sine is negative in SE quadrant so we use -sqrt
203580
- sinA = -Math.sqrt(0.5 * (1.0 - cos2A));
203887
+ else { // 2A in SW quadrant. A in SE quadrant
203888
+ sinA = -Math.sqrt(0.5 * (1.0 - cos2A)); // half angle formula. Use -root since sinA <= 0
203581
203889
  }
203582
- // We know sin2A = 2 sinA cosA so cosA = sin2A/(2*sinA)
203583
- cosA = sin2A / (2.0 * sinA); // always positive
203890
+ cosA = sin2A / (2.0 * sinA); // double angle formula
203584
203891
  }
203585
203892
  return { c: cosA, s: sinA, radians: Math.atan2(sinA, cosA) };
203586
203893
  }
@@ -203599,18 +203906,19 @@ class Angle {
203599
203906
  return value;
203600
203907
  }
203601
203908
  /**
203602
- * Return the half angle cosine, sine, and radians for given dot products between vectors. The vectors define
203603
- * an ellipse using x(t) = c + U cos(t) + V sin(t) so U and V are at angle t=0 degree and t=90 degree. The
203604
- * half angle t0 is an angle such that x(t0) is one of the ellipse semi-axis.
203605
- * * This construction arises e.g. in `Arc3d.toScaledMatrix3d`.
203606
- * * Given ellipse x(t) = c + U cos(t) + V sin(t), find t0 such that radial vector W(t0) = x(t0) - c is
203607
- * perpendicular to the ellipse.
203909
+ * Return the half angle cosine, sine, and radians for the given vector dot products.
203910
+ * * These values arise e.g. in the computation performed in `Arc3d.toScaledMatrix3d`.
203911
+ * * Let vectors U and V define the ellipse x(t) = c + U cos(t) + V sin(t). We seek an angle t0
203912
+ * such that the radial vector W(t0) := x(t0) - c is perpendicular to the ellipse.
203608
203913
  * * Then 0 = W(t0).x'(t0) = (U cos(t0) + V sin(t0)).(V cos(t0) - U sin(t0)) = U.V cos(2t0) + 0.5 (V.V - U.U) sin(2t0)
203609
- * implies sin(2t0) / cos(2t0) = 2 U.V / (U.U - V.V), i.e., t0 can be computed given the three dot products on the RHS.
203610
- * math details can be found at docs/learning/geometry/Angle.md
203914
+ * implies tan(2t0) = sin(2t0) / cos(2t0) = 2 U.V / (U.U - V.V), i.e., t0 can be computed given the input dot products.
203915
+ * Math details can be found at docs/learning/geometry/Angle.md
203611
203916
  * @param dotUU dot product of vectorU with itself
203612
203917
  * @param dotVV dot product of vectorV with itself
203613
203918
  * @param dotUV dot product of vectorU with vectorV
203919
+ * @param favorZero whether to allow a tight tolerance for returning t0 = 0 (default true).
203920
+ * When dotUV is near zero, U and V are nearly perpendicular, and the returned angle is near zero.
203921
+ * @return the angle t0 and its cosine and sine.
203614
203922
  */
203615
203923
  static dotProductsToHalfAngleTrigValues(dotUU, dotVV, dotUV, favorZero = true) {
203616
203924
  const cos2t0 = dotUU - dotVV;
@@ -233789,6 +234097,10 @@ __webpack_require__.r(__webpack_exports__);
233789
234097
  /* harmony export */ "IndexedPolyfaceVisitor": () => (/* binding */ IndexedPolyfaceVisitor)
233790
234098
  /* harmony export */ });
233791
234099
  /* harmony import */ var _Geometry__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Geometry */ "../../core/geometry/lib/esm/Geometry.js");
234100
+ /* harmony import */ var _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../geometry3d/Angle */ "../../core/geometry/lib/esm/geometry3d/Angle.js");
234101
+ /* harmony import */ var _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../geometry3d/Point3dVector3d */ "../../core/geometry/lib/esm/geometry3d/Point3dVector3d.js");
234102
+ /* harmony import */ var _geometry3d_PolygonOps__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../geometry3d/PolygonOps */ "../../core/geometry/lib/esm/geometry3d/PolygonOps.js");
234103
+ /* harmony import */ var _Polyface__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./Polyface */ "../../core/geometry/lib/esm/polyface/Polyface.js");
233792
234104
  /* harmony import */ var _PolyfaceData__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./PolyfaceData */ "../../core/geometry/lib/esm/polyface/PolyfaceData.js");
233793
234105
  /*---------------------------------------------------------------------------------------------
233794
234106
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
@@ -233799,6 +234111,10 @@ __webpack_require__.r(__webpack_exports__);
233799
234111
  */
233800
234112
 
233801
234113
 
234114
+
234115
+
234116
+
234117
+
233802
234118
  /* eslint-disable @itwin/prefer-get */
233803
234119
  /**
233804
234120
  * An `IndexedPolyfaceVisitor` is an iterator-like object that "visits" facets of a mesh.
@@ -233822,6 +234138,10 @@ class IndexedPolyfaceVisitor extends _PolyfaceData__WEBPACK_IMPORTED_MODULE_0__.
233822
234138
  clientPolyface() {
233823
234139
  return this._polyface;
233824
234140
  }
234141
+ /** Return the number of facets this visitor is able to visit. */
234142
+ getVisitableFacetCount() {
234143
+ return this._polyface.facetCount;
234144
+ }
233825
234145
  /**
233826
234146
  * Set the number of vertices replicated in visitor arrays (both data and index arrays).
233827
234147
  * * 0,1,2 are the most common as numWrap.
@@ -233966,53 +234286,99 @@ class IndexedPolyfaceVisitor extends _PolyfaceData__WEBPACK_IMPORTED_MODULE_0__.
233966
234286
  /**
233967
234287
  * An `IndexedPolyfaceSubsetVisitor` is an `IndexedPolyfaceVisitor` which only visits a subset of facets in the polyface.
233968
234288
  * * The subset is defined by an array of facet indices provided when this visitor is created.
233969
- * * Within the subset visitor, `facetIndex` is understood as index within the subset array:
233970
- * * `moveToNextFacet` moves only within the subset.
233971
- * * `moveToReadIndex(i)` moves underlying visitor's `parentFacetIndex(i)`.
234289
+ * * Input indices (e.g., for `moveToReadIndex`) are understood to be indices into the subset array.
233972
234290
  * @public
233973
234291
  */
233974
234292
  class IndexedPolyfaceSubsetVisitor extends IndexedPolyfaceVisitor {
233975
234293
  constructor(polyface, activeFacetIndices, numWrap) {
233976
234294
  super(polyface, numWrap);
233977
234295
  this._parentFacetIndices = activeFacetIndices.slice();
234296
+ this._currentActiveIndex = -1;
233978
234297
  this._nextActiveIndex = 0;
233979
234298
  }
234299
+ isValidSubsetIndex(index) {
234300
+ return (undefined !== this._parentFacetIndices) && index >= 0 && index < this._parentFacetIndices.length;
234301
+ }
233980
234302
  /**
233981
234303
  * Create a visitor for iterating a subset of the facets of `polyface`.
233982
- * * The `activeFacetIndices` array indicates all facets to be visited.
234304
+ * @param polyface reference to the client polyface, supplying facets
234305
+ * @param activeFacetIndices array of indices of facets in the client polyface to visit. This array is cloned.
234306
+ * @param numWrap number of vertices replicated in the visitor arrays to facilitate simpler caller code. Default is zero.
233983
234307
  */
233984
- static createSubsetVisitor(polyface, activeFacetIndices, numWrap) {
234308
+ static createSubsetVisitor(polyface, activeFacetIndices, numWrap = 0) {
233985
234309
  return new IndexedPolyfaceSubsetVisitor(polyface, activeFacetIndices, numWrap);
233986
234310
  }
233987
- /** Advance the iterator to a particular facet in the client polyface. */
234311
+ /**
234312
+ * Advance the iterator to a particular facet in the subset of client polyface facets.
234313
+ * @param activeIndex the index of the facet within the subset, not to be confused with the index of the facet within the client polyface.
234314
+ * @return whether the iterator was successfully moved.
234315
+ */
233988
234316
  moveToReadIndex(activeIndex) {
233989
- if (activeIndex >= 0 && activeIndex <= this._parentFacetIndices.length) {
233990
- this._nextActiveIndex = activeIndex;
233991
- return super.moveToReadIndex(this._parentFacetIndices[activeIndex++]);
234317
+ if (this.isValidSubsetIndex(activeIndex)) {
234318
+ this._currentActiveIndex = activeIndex;
234319
+ this._nextActiveIndex = activeIndex + 1;
234320
+ return super.moveToReadIndex(this._parentFacetIndices[activeIndex]);
233992
234321
  }
233993
234322
  return false;
233994
234323
  }
233995
- /** Advance the iterator to the next facet in the client polyface. */
234324
+ /**
234325
+ * Advance the iterator to the next facet in the subset of client polyface facets.
234326
+ * @return whether the iterator was successfully moved.
234327
+ */
233996
234328
  moveToNextFacet() {
233997
- if (this._nextActiveIndex < this._parentFacetIndices.length) {
233998
- const result = this.moveToReadIndex(this._nextActiveIndex);
233999
- if (result) {
234000
- this._nextActiveIndex++;
234001
- return true;
234002
- }
234003
- }
234004
- return false;
234329
+ if (this._nextActiveIndex !== this._currentActiveIndex)
234330
+ return this.moveToReadIndex(this._nextActiveIndex);
234331
+ this._nextActiveIndex++;
234332
+ return true;
234005
234333
  }
234006
- /** Reset the iterator to start at the first active facet in the polyface. */
234334
+ /** Reset the iterator to start at the first active facet in the subset of client polyface facets. */
234007
234335
  reset() {
234008
- this._nextActiveIndex = 0;
234336
+ this.moveToReadIndex(0);
234337
+ this._nextActiveIndex = 0; // so immediate moveToNextFacet stays here.
234009
234338
  }
234010
- /** Return the parent facet index of the indicated index within the active facets. */
234339
+ /**
234340
+ * Return the parent facet index of the indicated index within the subset of client polyface facets.
234341
+ * @param activeIndex index of the facet within the subset. Default is the active facet.
234342
+ * @return valid client polyface facet index, or `undefined` if invalid input index.
234343
+ */
234011
234344
  parentFacetIndex(activeIndex) {
234012
- if (activeIndex >= 0 && activeIndex <= this._nextActiveIndex) {
234013
- return this._parentFacetIndices[activeIndex];
234345
+ if (undefined === activeIndex)
234346
+ activeIndex = this._currentActiveIndex;
234347
+ return this.isValidSubsetIndex(activeIndex) ? this._parentFacetIndices[activeIndex] : undefined;
234348
+ }
234349
+ /** Return the number of facets this visitor is able to visit. */
234350
+ getVisitableFacetCount() {
234351
+ return this._parentFacetIndices ? this._parentFacetIndices.length : 0;
234352
+ }
234353
+ /**
234354
+ * Create a visitor for those mesh facets with normal in the same half-space as the given vector.
234355
+ * * For example, to visit the top facets of a tiled terrain mesh but skip the "skirt" facets, pass
234356
+ * `compareVector = Vector3d.unitZ()` and a suitable `sideAngle` tolerance. Note that this will also
234357
+ * filter out *interior* facets that are nearly vertical, not just the "skirt" facets on the boundary.
234358
+ * @param mesh the mesh from which to select facets
234359
+ * @param compareVector vector to which to compare facet normals. The visitor will visit only those facets
234360
+ * with normals in the same half-space as this vector. Default is 001.
234361
+ * @param sideAngle optional angular tolerance to filter the facets near the border between half-spaces.
234362
+ * The visitor will *not* visit facets whose normals are nearly perpendicular to `compareVector`.
234363
+ * Default is [[Geometry.smallAngleRadians]].
234364
+ * @param numWrap optional number of entries replicated in visitor arrays. Default is 0.
234365
+ */
234366
+ static createNormalComparison(mesh, compareVector = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_2__.Vector3d.unitZ(), sideAngle = _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__.Angle.createSmallAngle(), numWrap = 0) {
234367
+ if (mesh instanceof _Polyface__WEBPACK_IMPORTED_MODULE_4__.IndexedPolyface)
234368
+ return this.createNormalComparison(mesh.createVisitor(), compareVector, sideAngle, numWrap);
234369
+ const visitor = mesh;
234370
+ const facets = [];
234371
+ const facetNormal = _geometry3d_Point3dVector3d__WEBPACK_IMPORTED_MODULE_2__.Vector3d.createZero();
234372
+ for (visitor.reset(); visitor.moveToNextFacet();) {
234373
+ if (!_geometry3d_PolygonOps__WEBPACK_IMPORTED_MODULE_5__.PolygonOps.unitNormal(visitor.point, facetNormal))
234374
+ continue; // degenerate facet
234375
+ if (facetNormal.dotProduct(compareVector) < 0.0)
234376
+ continue; // ignore facet facing other half-space
234377
+ if (facetNormal.angleFromPerpendicular(compareVector).isMagnitudeLessThanOrEqual(sideAngle))
234378
+ continue; // ignore side facet
234379
+ facets.push(visitor.currentReadIndex());
234014
234380
  }
234015
- return undefined;
234381
+ return IndexedPolyfaceSubsetVisitor.createSubsetVisitor(visitor.clientPolyface(), facets, numWrap);
234016
234382
  }
234017
234383
  }
234018
234384
 
@@ -238996,13 +239362,17 @@ class PolyfaceQuery {
238996
239362
  }
238997
239363
  return builder.claimPolyface(true);
238998
239364
  }
238999
- /** Return the point count of the `source`. */
239365
+ /**
239366
+ * Return the point count of the `source`.
239367
+ * * If `source` is a visitor, this is an upper bound on the number of addressed mesh vertices.
239368
+ */
239000
239369
  static visitorClientPointCount(source) {
239001
239370
  if (source instanceof _Polyface__WEBPACK_IMPORTED_MODULE_6__.Polyface)
239002
239371
  return source.data.point.length;
239003
239372
  const polyface = source.clientPolyface();
239004
239373
  if (polyface !== undefined)
239005
239374
  return polyface.data.point.length;
239375
+ const saveReadIndex = source.currentReadIndex();
239006
239376
  source.reset();
239007
239377
  let maxIndex = -1;
239008
239378
  while (source.moveToNextFacet()) {
@@ -239010,22 +239380,30 @@ class PolyfaceQuery {
239010
239380
  if (pointIndex > maxIndex)
239011
239381
  maxIndex = pointIndex;
239012
239382
  }
239383
+ source.moveToReadIndex(saveReadIndex);
239013
239384
  return maxIndex + 1;
239014
239385
  }
239015
- /** Return the facet count of the `source`. */
239386
+ /**
239387
+ * Return the facet count of the `source`.
239388
+ * * If `source` is a visitor, this is the number of facets it can visit.
239389
+ */
239016
239390
  static visitorClientFacetCount(source) {
239017
239391
  if (source instanceof _Polyface__WEBPACK_IMPORTED_MODULE_6__.Polyface) {
239018
239392
  if (source.facetCount !== undefined)
239019
239393
  return source.facetCount;
239020
239394
  source = source.createVisitor(0);
239021
239395
  }
239396
+ if (source.getVisitableFacetCount)
239397
+ return source.getVisitableFacetCount();
239022
239398
  const polyface = source.clientPolyface();
239023
239399
  if (polyface !== undefined && polyface.facetCount !== undefined)
239024
239400
  return polyface.facetCount;
239401
+ const saveReadIndex = source.currentReadIndex();
239025
239402
  let facetCount = 0;
239026
239403
  source.reset();
239027
239404
  while (source.moveToNextFacet())
239028
239405
  ++facetCount;
239406
+ source.moveToReadIndex(saveReadIndex);
239029
239407
  return facetCount;
239030
239408
  }
239031
239409
  /**
@@ -239393,10 +239771,10 @@ class PolyfaceQuery {
239393
239771
  return result;
239394
239772
  }
239395
239773
  /**
239396
- * Return a new facet set with a subset of facets in polyface.
239774
+ * Return a new facet set from the source facets, specifying how to copy duplicate facets.
239397
239775
  * @param source the polyface.
239398
239776
  * @param includeSingletons true to copy facets that only appear once
239399
- * @param clusterSelector indicates whether duplicate clusters are to have 0, 1, or all facets included.
239777
+ * @param clusterSelector indicates whether to copy 0, 1, or all facets in each cluster of duplicate facets.
239400
239778
  */
239401
239779
  static cloneByFacetDuplication(source, includeSingletons, clusterSelector) {
239402
239780
  const builder = _PolyfaceBuilder__WEBPACK_IMPORTED_MODULE_16__.PolyfaceBuilder.create();
@@ -257034,8 +257412,8 @@ __webpack_require__.r(__webpack_exports__);
257034
257412
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
257035
257413
  /* harmony export */ "TorusPipe": () => (/* binding */ TorusPipe)
257036
257414
  /* harmony export */ });
257037
- /* harmony import */ var _curve_Arc3d__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../curve/Arc3d */ "../../core/geometry/lib/esm/curve/Arc3d.js");
257038
- /* harmony import */ var _curve_Loop__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../curve/Loop */ "../../core/geometry/lib/esm/curve/Loop.js");
257415
+ /* harmony import */ var _curve_Arc3d__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../curve/Arc3d */ "../../core/geometry/lib/esm/curve/Arc3d.js");
257416
+ /* harmony import */ var _curve_Loop__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../curve/Loop */ "../../core/geometry/lib/esm/curve/Loop.js");
257039
257417
  /* harmony import */ var _curve_Path__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../curve/Path */ "../../core/geometry/lib/esm/curve/Path.js");
257040
257418
  /* harmony import */ var _Geometry__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Geometry */ "../../core/geometry/lib/esm/Geometry.js");
257041
257419
  /* harmony import */ var _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../geometry3d/Angle */ "../../core/geometry/lib/esm/geometry3d/Angle.js");
@@ -257062,23 +257440,27 @@ __webpack_require__.r(__webpack_exports__);
257062
257440
 
257063
257441
 
257064
257442
  /**
257065
- * A torus pipe is a partial torus (donut). In a local coordinate system
257066
- * * The z axis passes through the hole.
257067
- * * The "major hoop" arc has
257068
- * * vectorTheta0 = (radiusA, 0, 0)
257069
- * * vectorTheta90 = (0, radiusA, 0)
257070
- * * The major arc point at angle theta is `C(theta) = vectorTheta0 * cos(theta) + vectorTheta90 * sin(theta)
257071
- * * The minor hoop at theta various with phi "around the minor hoop"
257072
- * * (x,y,z) = C(theta) + (radiusB * cos(theta), radiusB * sin(theta), 0) * cos(phi) + (0, 0, radiusB) * sin(phi)
257443
+ * A torus pipe is a partial torus (donut).
257444
+ * * In its local coordinate system, the z-axis passes through the donut hole.
257445
+ * * The "major hoop" circular arc is defined for theta in the angular sweep. Its formula in local coordinates:
257446
+ * * `vectorTheta0 = (radiusA, 0, 0)`
257447
+ * * `vectorTheta90 = (0, radiusA, 0)`
257448
+ * * `M(theta) = vectorTheta0 * cos(theta) + vectorTheta90 * sin(theta)`
257449
+ * * The "minor hoop" circular arc is defined for phi in [0,2pi]. Its formula, centered at the origin:
257450
+ * * `vectorPhi0 = (radiusB * cos(theta), radiusB * sin(theta), 0)`
257451
+ * * `vectorPhi90 = (0, 0, radiusB)`
257452
+ * * `m(phi) = vectorPhi0 * cos(phi) + vectorPhi90 * sin(phi)`
257453
+ * * Thus the torus pipe in local coordinates has the formula:
257454
+ * * `T(theta, phi) = M(theta) + m(phi)`
257073
257455
  * * The stored form of the torus pipe is oriented for positive volume:
257074
257456
  * * Both radii are positive, with radiusA >= radiusB > 0
257075
257457
  * * The sweep is positive
257076
257458
  * * The coordinate system has positive determinant.
257077
257459
  * * For uv parameterization,
257078
- * * u is around the minor hoop, with (0..1) mapping to phi of (0 degrees ..360 degrees)
257079
- * * v is along the major hoop with (0..1) mapping to theta of (0 .. sweep)
257460
+ * * u is around the minor hoop, with u in [0,1] mapping to phi in [0, 2pi]
257461
+ * * v is along the major hoop, with v in [0,1] mapping to theta in the angular sweep
257080
257462
  * * a constant v section is a full circle
257081
- * * a constant u section is an arc with sweep angle matching the torusPipe sweep angle.
257463
+ * * a constant u section is an arc with the same angular sweep as the torusPipe
257082
257464
  * @public
257083
257465
  */
257084
257466
  class TorusPipe extends _SolidPrimitive__WEBPACK_IMPORTED_MODULE_0__.SolidPrimitive {
@@ -257157,14 +257539,22 @@ class TorusPipe extends _SolidPrimitive__WEBPACK_IMPORTED_MODULE_0__.SolidPrimit
257157
257539
  const frame = _geometry3d_Transform__WEBPACK_IMPORTED_MODULE_2__.Transform.createOriginAndMatrixColumns(center, vectorX, vectorY, vectorZ);
257158
257540
  return TorusPipe.createInFrame(frame, majorRadius, minorRadius, sweep, capped);
257159
257541
  }
257160
- /** Create a TorusPipe from its primary arc and minor radius */
257542
+ /**
257543
+ * Create a TorusPipe from major arc and minor radius.
257544
+ * For best results, `arc` should be circular; otherwise, circularity is coerced.
257545
+ */
257161
257546
  static createAlongArc(arc, minorRadius, capped) {
257162
257547
  if (!_geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__.Angle.isAlmostEqualRadiansAllowPeriodShift(0.0, arc.sweep.startRadians))
257163
257548
  arc = arc.cloneInRotatedBasis(arc.sweep.startAngle);
257164
- const sweepRadians = arc.sweep.sweepRadians;
257549
+ if (!arc.isCircular) { // ensure circularity by squaring the axes and equating their lengths
257550
+ const perpVector90 = arc.perpendicularVector.sizedCrossProduct(arc.vector0, arc.matrixRef.columnXMagnitude());
257551
+ if (!perpVector90)
257552
+ return undefined;
257553
+ arc = _curve_Arc3d__WEBPACK_IMPORTED_MODULE_4__.Arc3d.create(arc.center, arc.vector0, perpVector90, arc.sweep);
257554
+ }
257165
257555
  const data = arc.toScaledMatrix3d();
257166
- const frame = _geometry3d_Transform__WEBPACK_IMPORTED_MODULE_2__.Transform.createOriginAndMatrix(data.center, data.axes);
257167
- return TorusPipe.createInFrame(frame, data.r0, minorRadius, _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__.Angle.createRadians(sweepRadians), capped);
257556
+ const rigidFrame = _geometry3d_Transform__WEBPACK_IMPORTED_MODULE_2__.Transform.createOriginAndMatrix(arc.center, data.axes);
257557
+ return TorusPipe.createInFrame(rigidFrame, data.r0, minorRadius, _geometry3d_Angle__WEBPACK_IMPORTED_MODULE_3__.Angle.createRadians(arc.sweep.sweepRadians), capped);
257168
257558
  }
257169
257559
  /** Return a coordinate frame (right handed, unit axes)
257170
257560
  * * origin at center of major circle
@@ -257251,7 +257641,7 @@ class TorusPipe extends _SolidPrimitive__WEBPACK_IMPORTED_MODULE_0__.SolidPrimit
257251
257641
  const center = this._localToWorld.multiplyXYZ(majorRadius * c0, majorRadius * s0, 0);
257252
257642
  const vector0 = this._localToWorld.multiplyVectorXYZ(minorRadius * c0, minorRadius * s0, 0);
257253
257643
  const vector90 = this._localToWorld.multiplyVectorXYZ(0, 0, minorRadius);
257254
- return _curve_Loop__WEBPACK_IMPORTED_MODULE_4__.Loop.create(_curve_Arc3d__WEBPACK_IMPORTED_MODULE_5__.Arc3d.create(center, vector0, vector90));
257644
+ return _curve_Loop__WEBPACK_IMPORTED_MODULE_5__.Loop.create(_curve_Arc3d__WEBPACK_IMPORTED_MODULE_4__.Arc3d.create(center, vector0, vector90));
257255
257645
  }
257256
257646
  /** Return an arc at constant u, and arc sweep matching this TorusPipe sweep. */
257257
257647
  constantUSection(uFraction) {
@@ -257265,7 +257655,7 @@ class TorusPipe extends _SolidPrimitive__WEBPACK_IMPORTED_MODULE_0__.SolidPrimit
257265
257655
  const rxy = majorRadius + minorRadius * Math.cos(phiRadians);
257266
257656
  const vector0 = axes.multiplyXYZ(rxy, 0, 0);
257267
257657
  const vector90 = axes.multiplyXYZ(0, rxy, 0);
257268
- return _curve_Path__WEBPACK_IMPORTED_MODULE_6__.Path.create(_curve_Arc3d__WEBPACK_IMPORTED_MODULE_5__.Arc3d.create(center, vector0, vector90, _geometry3d_AngleSweep__WEBPACK_IMPORTED_MODULE_7__.AngleSweep.createStartEndRadians(0.0, theta1Radians)));
257658
+ return _curve_Path__WEBPACK_IMPORTED_MODULE_6__.Path.create(_curve_Arc3d__WEBPACK_IMPORTED_MODULE_4__.Arc3d.create(center, vector0, vector90, _geometry3d_AngleSweep__WEBPACK_IMPORTED_MODULE_7__.AngleSweep.createStartEndRadians(0.0, theta1Radians)));
257269
257659
  }
257270
257660
  /** extend `rangeToExtend` to include this `TorusPipe` */
257271
257661
  extendRange(rangeToExtend, transform) {
@@ -282543,6 +282933,10 @@ class Parser {
282543
282933
  }
282544
282934
  // common case where single value and single label are supplied
282545
282935
  if (tokens.length === 2) {
282936
+ // unit specification comes before value (like currency)
282937
+ if (tokens[1].isNumber && tokens[0].isString) {
282938
+ tokens = [tokens[1], tokens[0]];
282939
+ }
282546
282940
  if (tokens[0].isNumber && tokens[1].isString) {
282547
282941
  const unit = await this.lookupUnitByLabel(tokens[1].value, format, unitsProvider, altUnitLabelsProvider);
282548
282942
  if (undefined === defaultUnit)
@@ -282556,21 +282950,6 @@ class Parser {
282556
282950
  return new _Quantity__WEBPACK_IMPORTED_MODULE_2__.Quantity(defaultUnit, mag);
282557
282951
  }
282558
282952
  }
282559
- else { // unit specification comes before value (like currency)
282560
- if (tokens[1].isNumber && tokens[0].isString) {
282561
- const unit = await this.lookupUnitByLabel(tokens[0].value, format, unitsProvider, altUnitLabelsProvider);
282562
- if (undefined === defaultUnit)
282563
- defaultUnit = unit;
282564
- if (defaultUnit && defaultUnit.name === unit.name) {
282565
- return new _Quantity__WEBPACK_IMPORTED_MODULE_2__.Quantity(defaultUnit, tokens[1].value);
282566
- }
282567
- else if (defaultUnit) {
282568
- const conversion = await unitsProvider.getConversion(unit, defaultUnit);
282569
- const mag = ((tokens[1].value * conversion.factor)) + conversion.offset;
282570
- return new _Quantity__WEBPACK_IMPORTED_MODULE_2__.Quantity(defaultUnit, mag);
282571
- }
282572
- }
282573
- }
282574
282953
  }
282575
282954
  // common case where there are multiple value/label pairs
282576
282955
  if (tokens.length % 2 === 0) {
@@ -282682,8 +283061,16 @@ class Parser {
282682
283061
  }
282683
283062
  // common case where single value and single label are supplied
282684
283063
  if (tokens.length === 2) {
283064
+ // unit specification comes before value (like currency)
283065
+ if (tokens[1].isNumber && tokens[0].isString) {
283066
+ tokens = [tokens[1], tokens[0]];
283067
+ }
282685
283068
  if (tokens[0].isNumber && tokens[1].isString) {
282686
- const conversion = Parser.tryFindUnitConversion(tokens[1].value, unitsConversions, defaultUnit);
283069
+ let conversion = Parser.tryFindUnitConversion(tokens[1].value, unitsConversions, defaultUnit);
283070
+ // if no conversion, ignore value in second token. If we have defaultUnit, use it.
283071
+ if (!conversion && defaultUnit) {
283072
+ conversion = Parser.tryFindUnitConversion(defaultUnit.label, unitsConversions, defaultUnit);
283073
+ }
282687
283074
  if (conversion) {
282688
283075
  const value = tokens[0].value * conversion.factor + conversion.offset;
282689
283076
  return { ok: true, value };
@@ -282691,17 +283078,6 @@ class Parser {
282691
283078
  // if no conversion, just return parsed number and ignore value in second token
282692
283079
  return { ok: true, value: tokens[0].value };
282693
283080
  }
282694
- else { // unit specification comes before value (like currency)
282695
- if (tokens[1].isNumber && tokens[0].isString) {
282696
- const conversion = Parser.tryFindUnitConversion(tokens[0].value, unitsConversions, defaultUnit);
282697
- if (conversion) {
282698
- const value = tokens[1].value * conversion.factor + conversion.offset;
282699
- return { ok: true, value };
282700
- }
282701
- // if no conversion, just return parsed number and ignore value in second token
282702
- return { ok: true, value: tokens[1].value };
282703
- }
282704
- }
282705
283081
  }
282706
283082
  // common case where there are multiple value/label pairs
282707
283083
  if (tokens.length % 2 === 0) {
@@ -283872,10 +284248,10 @@ class Settings {
283872
284248
  });
283873
284249
  }
283874
284250
  toString() {
283875
- return `Configurations:
283876
- oidc client id: ${this.oidcClientId},
283877
- oidc scopes: ${this.oidcScopes},
283878
- applicationId: ${this.gprid},
284251
+ return `Configurations:
284252
+ oidc client id: ${this.oidcClientId},
284253
+ oidc scopes: ${this.oidcScopes},
284254
+ applicationId: ${this.gprid},
283879
284255
  log level: ${this.logLevel}`;
283880
284256
  }
283881
284257
  }
@@ -283930,9 +284306,9 @@ exports.IModelSession = void 0;
283930
284306
  *--------------------------------------------------------------------------------------------*/
283931
284307
  const chai_1 = __webpack_require__(/*! chai */ "../../common/temp/node_modules/.pnpm/chai@4.3.10/node_modules/chai/index.js");
283932
284308
  const core_frontend_1 = __webpack_require__(/*! @itwin/core-frontend */ "../../core/frontend/lib/esm/core-frontend.js");
283933
- const imodels_client_management_1 = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
284309
+ const imodels_client_management_1 = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
283934
284310
  const itwins_client_1 = __webpack_require__(/*! @itwin/itwins-client */ "../../common/temp/node_modules/.pnpm/@itwin+itwins-client@1.2.0/node_modules/@itwin/itwins-client/lib/esm/itwins-client.js");
283935
- const imodels_access_frontend_1 = __webpack_require__(/*! @itwin/imodels-access-frontend */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.0.1_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/index.js");
284311
+ const imodels_access_frontend_1 = __webpack_require__(/*! @itwin/imodels-access-frontend */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.1.2_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/index.js");
283936
284312
  class IModelSession {
283937
284313
  constructor(iModelId, iTwinId, changesetId) {
283938
284314
  this.iTwinId = iTwinId;
@@ -284024,8 +284400,8 @@ const Settings_1 = __webpack_require__(/*! ../../common/Settings */ "./lib/commo
284024
284400
  const SideChannels_1 = __webpack_require__(/*! ../../common/SideChannels */ "./lib/common/SideChannels.js");
284025
284401
  const IModelSession_1 = __webpack_require__(/*! ./IModelSession */ "./lib/frontend/setup/IModelSession.js");
284026
284402
  const core_common_1 = __webpack_require__(/*! @itwin/core-common */ "../../core/common/lib/esm/core-common.js");
284027
- const imodels_access_frontend_1 = __webpack_require__(/*! @itwin/imodels-access-frontend */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.0.1_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/index.js");
284028
- const imodels_client_management_1 = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.1.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
284403
+ const imodels_access_frontend_1 = __webpack_require__(/*! @itwin/imodels-access-frontend */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-access-frontend@5.1.2_ueafa4slb6ohrhyf7kbp6egmha/node_modules/@itwin/imodels-access-frontend/lib/esm/index.js");
284404
+ const imodels_client_management_1 = __webpack_require__(/*! @itwin/imodels-client-management */ "../../common/temp/node_modules/.pnpm/@itwin+imodels-client-management@5.6.0/node_modules/@itwin/imodels-client-management/lib/esm/index.js");
284029
284405
  class TestContext {
284030
284406
  constructor(env) {
284031
284407
  this.settings = new Settings_1.Settings(env);
@@ -297375,7 +297751,7 @@ var loadLanguages = instance.loadLanguages;
297375
297751
  /***/ ((module) => {
297376
297752
 
297377
297753
  "use strict";
297378
- module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.7.0-dev.9","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 && npm run -s build:esm && npm run -s webpackWorkers && npm run -s copy:workers","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","copy:workers":"cpx \\"./lib/workers/webpack/parse-imdl-worker.js\\" ./lib/public/scripts","docs":"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/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-inline-config -c extraction.eslint.config.js \\"./src/**/*.ts\\" 1>&2","lint":"eslint -f visualstudio \\"./src/**/*.ts\\" 1>&2","lint-fix":"eslint --fix -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 && npm run -s webpackTestWorker","webpackTestWorker":"webpack --config ./src/test/worker/webpack.config.js 1>&2 && cpx \\"./lib/test/test-worker.js\\" ./lib/test","webpackWorkers":"webpack --config ./src/workers/ImdlParser/webpack.config.js 1>&2"},"repository":{"type":"git","url":"https://github.com/iTwin/itwinjs-core.git","directory":"core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^4.7.0-dev.9","@itwin/core-bentley":"workspace:^4.7.0-dev.9","@itwin/core-common":"workspace:^4.7.0-dev.9","@itwin/core-geometry":"workspace:^4.7.0-dev.9","@itwin/core-orbitgt":"workspace:^4.7.0-dev.9","@itwin/core-quantity":"workspace:^4.7.0-dev.9"},"//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":"^4.0.2","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/mocha":"^10.0.6","@types/sinon":"^17.0.2","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","chai":"^4.3.10","chai-as-promised":"^7.1.1","cpx2":"^3.0.0","eslint":"^8.56.0","glob":"^10.3.12","mocha":"^10.2.0","nyc":"^15.1.0","rimraf":"^3.0.2","sinon":"^17.0.1","source-map-loader":"^4.0.0","typescript":"~5.3.3","typemoq":"^2.1.0","webpack":"^5.76.0"},"//dependencies":["NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API","NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"],"dependencies":{"@itwin/cloud-agnostic-core":"^2.1.0","@itwin/object-storage-core":"^2.2.2","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","fuse.js":"^3.3.0","meshoptimizer":"~0.20.0","wms-capabilities":"0.4.0"},"nyc":{"extends":"./node_modules/@itwin/build-tools/.nycrc"}}');
297754
+ module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"4.8.0-dev.1","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 && npm run -s build:esm && npm run -s webpackWorkers && npm run -s copy:workers","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","copy:workers":"cpx \\"./lib/workers/webpack/parse-imdl-worker.js\\" ./lib/public/scripts","docs":"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/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-inline-config -c extraction.eslint.config.js \\"./src/**/*.ts\\" 1>&2","lint":"eslint -f visualstudio \\"./src/**/*.ts\\" 1>&2","lint-fix":"eslint --fix -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 && npm run -s webpackTestWorker","webpackTestWorker":"webpack --config ./src/test/worker/webpack.config.js 1>&2 && cpx \\"./lib/test/test-worker.js\\" ./lib/test","webpackWorkers":"webpack --config ./src/workers/ImdlParser/webpack.config.js 1>&2"},"repository":{"type":"git","url":"https://github.com/iTwin/itwinjs-core.git","directory":"core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^4.8.0-dev.1","@itwin/core-bentley":"workspace:^4.8.0-dev.1","@itwin/core-common":"workspace:^4.8.0-dev.1","@itwin/core-geometry":"workspace:^4.8.0-dev.1","@itwin/core-orbitgt":"workspace:^4.8.0-dev.1","@itwin/core-quantity":"workspace:^4.8.0-dev.1"},"//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":"^4.0.2","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/mocha":"^10.0.6","@types/sinon":"^17.0.2","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","chai":"^4.3.10","chai-as-promised":"^7.1.1","cpx2":"^3.0.0","eslint":"^8.56.0","glob":"^10.3.12","mocha":"^10.2.0","nyc":"^15.1.0","rimraf":"^3.0.2","sinon":"^17.0.1","source-map-loader":"^4.0.0","typescript":"~5.3.3","typemoq":"^2.1.0","webpack":"^5.76.0"},"//dependencies":["NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API","NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"],"dependencies":{"@itwin/cloud-agnostic-core":"^2.1.0","@itwin/object-storage-core":"^2.2.2","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","fuse.js":"^3.3.0","meshoptimizer":"~0.20.0","wms-capabilities":"0.4.0"},"nyc":{"extends":"./node_modules/@itwin/build-tools/.nycrc"}}');
297379
297755
 
297380
297756
  /***/ })
297381
297757