@itwin/rpcinterface-full-stack-tests 3.3.0-dev.35 → 3.3.0-dev.38

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.
@@ -188553,7 +188553,7 @@ SetupWalkCameraTool.iconSpec = "icon-camera-location";
188553
188553
  /*! exports provided: name, version, description, main, module, typings, license, scripts, repository, keywords, author, peerDependencies, //devDependencies, devDependencies, //dependencies, dependencies, nyc, eslintConfig, default */
188554
188554
  /***/ (function(module) {
188555
188555
 
188556
- module.exports = JSON.parse("{\"name\":\"@itwin/core-frontend\",\"version\":\"3.3.0-dev.35\",\"description\":\"iTwin.js frontend components\",\"main\":\"lib/cjs/core-frontend.js\",\"module\":\"lib/esm/core-frontend.js\",\"typings\":\"lib/cjs/core-frontend\",\"license\":\"MIT\",\"scripts\":{\"build\":\"npm run -s copy:public && npm run -s build:cjs\",\"build:ci\":\"npm run -s build && npm run -s build:esm\",\"build:cjs\":\"tsc 1>&2 --outDir lib/cjs\",\"build:esm\":\"tsc 1>&2 --module ES2020 --outDir lib/esm\",\"clean\":\"rimraf lib .rush/temp/package-deps*.json\",\"copy:public\":\"cpx \\\"./src/public/**/*\\\" ./lib/public\",\"docs\":\"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/primitives,**/map/*.d.ts,**/tile/*.d.ts,**/*-css.ts\",\"extract-api\":\"betools extract-api --entry=core-frontend && npm run extract-extension-api\",\"extract-extension-api\":\"eslint --no-eslintrc -c \\\"../../tools/eslint-plugin/dist/configs/extension-exports-config.js\\\" \\\"./src/**/*.ts\\\" 1>&2\",\"lint\":\"eslint -f visualstudio \\\"./src/**/*.ts\\\" 1>&2\",\"pseudolocalize\":\"betools pseudolocalize --englishDir ./src/public/locales/en --out ./public/locales/en-PSEUDO\",\"test\":\"npm run -s webpackTests && certa -r chrome\",\"cover\":\"npm -s test\",\"test:debug\":\"certa -r chrome --debug\",\"webpackTests\":\"webpack --config ./src/test/utils/webpack.config.js 1>&2\"},\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/iTwin/itwinjs-core/tree/master/core/frontend\"},\"keywords\":[\"Bentley\",\"BIM\",\"iModel\",\"digital-twin\",\"iTwin\"],\"author\":{\"name\":\"Bentley Systems, Inc.\",\"url\":\"http://www.bentley.com\"},\"peerDependencies\":{\"@itwin/appui-abstract\":\"workspace:^3.3.0-dev.35\",\"@itwin/core-bentley\":\"workspace:^3.3.0-dev.35\",\"@itwin/core-common\":\"workspace:^3.3.0-dev.35\",\"@itwin/core-geometry\":\"workspace:^3.3.0-dev.35\",\"@itwin/core-orbitgt\":\"workspace:^3.3.0-dev.35\",\"@itwin/core-quantity\":\"workspace:^3.3.0-dev.35\",\"@itwin/webgl-compatibility\":\"workspace:^3.3.0-dev.35\"},\"//devDependencies\":[\"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install\",\"NOTE: All tools used by scripts in this package must be listed as devDependencies\"],\"devDependencies\":{\"@itwin/appui-abstract\":\"workspace:*\",\"@itwin/build-tools\":\"workspace:*\",\"@itwin/core-bentley\":\"workspace:*\",\"@itwin/core-common\":\"workspace:*\",\"@itwin/core-geometry\":\"workspace:*\",\"@itwin/core-orbitgt\":\"workspace:*\",\"@itwin/core-quantity\":\"workspace:*\",\"@itwin/certa\":\"workspace:*\",\"@itwin/eslint-plugin\":\"workspace:*\",\"@itwin/webgl-compatibility\":\"workspace:*\",\"@types/chai\":\"^4.1.4\",\"@types/chai-as-promised\":\"^7\",\"@types/deep-assign\":\"^0.1.0\",\"@types/lodash\":\"^4.14.0\",\"@types/mocha\":\"^8.2.2\",\"@types/node\":\"16.11.7\",\"@types/qs\":\"^6.5.0\",\"@types/semver\":\"^5.5.0\",\"@types/superagent\":\"^4.1.14\",\"@types/sinon\":\"^9.0.0\",\"chai\":\"^4.1.2\",\"chai-as-promised\":\"^7\",\"cpx2\":\"^3.0.0\",\"eslint\":\"^7.11.0\",\"glob\":\"^7.1.2\",\"mocha\":\"^10.0.0\",\"nyc\":\"^15.1.0\",\"rimraf\":\"^3.0.2\",\"sinon\":\"^9.0.2\",\"source-map-loader\":\"^1.0.0\",\"typescript\":\"~4.4.0\",\"webpack\":\"4.42.0\"},\"//dependencies\":[\"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API\",\"NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed\"],\"dependencies\":{\"@itwin/core-i18n\":\"workspace:*\",\"@itwin/core-telemetry\":\"workspace:*\",\"@loaders.gl/core\":\"^3.1.6\",\"@loaders.gl/draco\":\"^3.1.6\",\"deep-assign\":\"^2.0.0\",\"fuse.js\":\"^3.3.0\",\"lodash\":\"^4.17.10\",\"qs\":\"^6.5.1\",\"semver\":\"^5.5.0\",\"superagent\":\"^7.0.1\",\"wms-capabilities\":\"0.4.0\",\"xml-js\":\"~1.6.11\"},\"nyc\":{\"extends\":\"./node_modules/@itwin/build-tools/.nycrc\"},\"eslintConfig\":{\"plugins\":[\"@itwin\"],\"extends\":\"plugin:@itwin/itwinjs-recommended\",\"rules\":{\"@itwin/no-internal-barrel-imports\":[\"error\",{\"required-barrel-modules\":[\"./src/tile/internal.ts\"]}],\"@itwin/public-extension-exports\":[\"error\",{\"releaseTags\":[\"public\",\"preview\"],\"outputApiFile\":false}]},\"overrides\":[{\"files\":[\"*.test.ts\",\"*.test.tsx\",\"**/test/**/*.ts\"],\"rules\":{\"@itwin/no-internal-barrel-imports\":\"off\"}}]}}");
188556
+ module.exports = JSON.parse("{\"name\":\"@itwin/core-frontend\",\"version\":\"3.3.0-dev.38\",\"description\":\"iTwin.js frontend components\",\"main\":\"lib/cjs/core-frontend.js\",\"module\":\"lib/esm/core-frontend.js\",\"typings\":\"lib/cjs/core-frontend\",\"license\":\"MIT\",\"scripts\":{\"build\":\"npm run -s copy:public && npm run -s build:cjs\",\"build:ci\":\"npm run -s build && npm run -s build:esm\",\"build:cjs\":\"tsc 1>&2 --outDir lib/cjs\",\"build:esm\":\"tsc 1>&2 --module ES2020 --outDir lib/esm\",\"clean\":\"rimraf lib .rush/temp/package-deps*.json\",\"copy:public\":\"cpx \\\"./src/public/**/*\\\" ./lib/public\",\"docs\":\"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/primitives,**/map/*.d.ts,**/tile/*.d.ts,**/*-css.ts\",\"extract-api\":\"betools extract-api --entry=core-frontend && npm run extract-extension-api\",\"extract-extension-api\":\"eslint --no-eslintrc -c \\\"../../tools/eslint-plugin/dist/configs/extension-exports-config.js\\\" \\\"./src/**/*.ts\\\" 1>&2\",\"lint\":\"eslint -f visualstudio \\\"./src/**/*.ts\\\" 1>&2\",\"pseudolocalize\":\"betools pseudolocalize --englishDir ./src/public/locales/en --out ./public/locales/en-PSEUDO\",\"test\":\"npm run -s webpackTests && certa -r chrome\",\"cover\":\"npm -s test\",\"test:debug\":\"certa -r chrome --debug\",\"webpackTests\":\"webpack --config ./src/test/utils/webpack.config.js 1>&2\"},\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/iTwin/itwinjs-core/tree/master/core/frontend\"},\"keywords\":[\"Bentley\",\"BIM\",\"iModel\",\"digital-twin\",\"iTwin\"],\"author\":{\"name\":\"Bentley Systems, Inc.\",\"url\":\"http://www.bentley.com\"},\"peerDependencies\":{\"@itwin/appui-abstract\":\"workspace:^3.3.0-dev.38\",\"@itwin/core-bentley\":\"workspace:^3.3.0-dev.38\",\"@itwin/core-common\":\"workspace:^3.3.0-dev.38\",\"@itwin/core-geometry\":\"workspace:^3.3.0-dev.38\",\"@itwin/core-orbitgt\":\"workspace:^3.3.0-dev.38\",\"@itwin/core-quantity\":\"workspace:^3.3.0-dev.38\",\"@itwin/webgl-compatibility\":\"workspace:^3.3.0-dev.38\"},\"//devDependencies\":[\"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install\",\"NOTE: All tools used by scripts in this package must be listed as devDependencies\"],\"devDependencies\":{\"@itwin/appui-abstract\":\"workspace:*\",\"@itwin/build-tools\":\"workspace:*\",\"@itwin/core-bentley\":\"workspace:*\",\"@itwin/core-common\":\"workspace:*\",\"@itwin/core-geometry\":\"workspace:*\",\"@itwin/core-orbitgt\":\"workspace:*\",\"@itwin/core-quantity\":\"workspace:*\",\"@itwin/certa\":\"workspace:*\",\"@itwin/eslint-plugin\":\"workspace:*\",\"@itwin/webgl-compatibility\":\"workspace:*\",\"@types/chai\":\"^4.1.4\",\"@types/chai-as-promised\":\"^7\",\"@types/deep-assign\":\"^0.1.0\",\"@types/lodash\":\"^4.14.0\",\"@types/mocha\":\"^8.2.2\",\"@types/node\":\"16.11.7\",\"@types/qs\":\"^6.5.0\",\"@types/semver\":\"^5.5.0\",\"@types/superagent\":\"^4.1.14\",\"@types/sinon\":\"^9.0.0\",\"chai\":\"^4.1.2\",\"chai-as-promised\":\"^7\",\"cpx2\":\"^3.0.0\",\"eslint\":\"^7.11.0\",\"glob\":\"^7.1.2\",\"mocha\":\"^10.0.0\",\"nyc\":\"^15.1.0\",\"rimraf\":\"^3.0.2\",\"sinon\":\"^9.0.2\",\"source-map-loader\":\"^1.0.0\",\"typescript\":\"~4.4.0\",\"webpack\":\"4.42.0\"},\"//dependencies\":[\"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API\",\"NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed\"],\"dependencies\":{\"@itwin/core-i18n\":\"workspace:*\",\"@itwin/core-telemetry\":\"workspace:*\",\"@loaders.gl/core\":\"^3.1.6\",\"@loaders.gl/draco\":\"^3.1.6\",\"deep-assign\":\"^2.0.0\",\"fuse.js\":\"^3.3.0\",\"lodash\":\"^4.17.10\",\"qs\":\"^6.5.1\",\"semver\":\"^5.5.0\",\"superagent\":\"^7.0.1\",\"wms-capabilities\":\"0.4.0\",\"xml-js\":\"~1.6.11\"},\"nyc\":{\"extends\":\"./node_modules/@itwin/build-tools/.nycrc\"},\"eslintConfig\":{\"plugins\":[\"@itwin\"],\"extends\":\"plugin:@itwin/itwinjs-recommended\",\"rules\":{\"@itwin/no-internal-barrel-imports\":[\"error\",{\"required-barrel-modules\":[\"./src/tile/internal.ts\"]}],\"@itwin/public-extension-exports\":[\"error\",{\"releaseTags\":[\"public\",\"preview\"],\"outputApiFile\":false}]},\"overrides\":[{\"files\":[\"*.test.ts\",\"*.test.tsx\",\"**/test/**/*.ts\"],\"rules\":{\"@itwin/no-internal-barrel-imports\":\"off\"}}]}}");
188557
188557
 
188558
188558
  /***/ }),
188559
188559
 
@@ -201223,9 +201223,9 @@ class Arc3d extends _CurvePrimitive__WEBPACK_IMPORTED_MODULE_11__["CurvePrimitiv
201223
201223
  * * `arc` is the (bounded) arc
201224
201224
  * * `fraction10` is the tangency point's position as an interpolating fraction of the line segment from `point1` (backwards) to `point0`
201225
201225
  * * `fraction12` is the tangency point's position as an interpolating fraction of the line segment from `point1` (forward) to `point2`
201226
- * * `point1` is the `point1` input.
201226
+ * * `point` is the `point1` input.
201227
201227
  * * If unable to construct the arc:
201228
- * * `point` is the `point` input.
201228
+ * * `point` is the `point1` input.
201229
201229
  * * both fractions are zero
201230
201230
  * * `arc` is undefined.
201231
201231
  * @param point0 first point of path. (the point before the point of inflection)
@@ -247302,14 +247302,18 @@ class PolyfaceQuery {
247302
247302
  if (data.pointIndex[i] === vertexIndex)
247303
247303
  data.edgeVisible[i] = value;
247304
247304
  }
247305
- /** Load all half edges from a mesh to an IndexedEdgeMatcher */
247306
- static createIndexedEdges(visitor) {
247305
+ /** Load all half edges from a mesh to an IndexedEdgeMatcher.
247306
+ * @param polyface a mesh, or a visitor assumed to have numWrap === 1
247307
+ */
247308
+ static createIndexedEdges(polyface) {
247309
+ if (polyface instanceof _Polyface__WEBPACK_IMPORTED_MODULE_20__["Polyface"])
247310
+ return this.createIndexedEdges(polyface.createVisitor(1));
247307
247311
  const edges = new _IndexedEdgeMatcher__WEBPACK_IMPORTED_MODULE_15__["IndexedEdgeMatcher"]();
247308
- visitor.reset();
247309
- while (visitor.moveToNextFacet()) {
247310
- const numEdges = visitor.pointCount - 1;
247312
+ polyface.reset();
247313
+ while (polyface.moveToNextFacet()) {
247314
+ const numEdges = polyface.pointCount - 1;
247311
247315
  for (let i = 0; i < numEdges; i++) {
247312
- edges.addEdge(visitor.clientPointIndex(i), visitor.clientPointIndex(i + 1), visitor.currentReadIndex());
247316
+ edges.addEdge(polyface.clientPointIndex(i), polyface.clientPointIndex(i + 1), polyface.currentReadIndex());
247313
247317
  }
247314
247318
  }
247315
247319
  return edges;
@@ -265200,8 +265204,8 @@ class HalfEdgeGraphOps {
265200
265204
  * @internal
265201
265205
  */
265202
265206
  class HalfEdgeGraphMerge {
265203
- // return k2 <= kB such that stored angles (at extra data index 0 !) kA<=k<kC match.
265204
- // * Note that the usual case (when angle at k0 is not repeated) is k0+1 === kC
265207
+ // return kC <= kB such that stored angles (at extra data index 0 !) kA<=k<kC match.
265208
+ // * Note that the usual case (when angle at kA is not repeated) is kA+1 === kC
265205
265209
  static getCommonThetaEndIndex(clusters, order, kA, kB) {
265206
265210
  let kC = kA + 1;
265207
265211
  const thetaA = clusters.getExtraData(order[kA], 0);
@@ -265364,7 +265368,7 @@ class HalfEdgeGraphMerge {
265364
265368
  thetaA = thetaB;
265365
265369
  }
265366
265370
  else if (nodeB.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_6__["HalfEdgeMask"].NULL_FACE)) {
265367
- const j = unmatchedNullFaceNodes.findIndex((node) => nodeA === node);
265371
+ const j = unmatchedNullFaceNodes.findIndex((node) => nodeB === node);
265368
265372
  if (j >= 0) {
265369
265373
  unmatchedNullFaceNodes[j] = unmatchedNullFaceNodes[unmatchedNullFaceNodes.length - 1];
265370
265374
  unmatchedNullFaceNodes.pop();
@@ -266055,10 +266059,15 @@ class Triangulator {
266055
266059
  * * Return true if clearly positive
266056
266060
  * * Return false if clearly negative or almost zero.
266057
266061
  * @param nodeA node on the diagonal edge of candidate for edge flip.
266058
- * @param if true, divide the determinant by the sum of absolute values of the cubic terms of the determinant.
266059
- * @return the determinant as modified per comment (but undefined if the faces are not triangles as expected.)
266060
266062
  */
266061
266063
  static computeInCircleDeterminantIsStrongPositive(nodeA) {
266064
+ // Assume triangle A1,A2,B2 is ccw.
266065
+ // Shift the triangle to the origin (by negated A coords).
266066
+ // The Delaunay condition is computed by projecting the origin and the shifted triangle
266067
+ // points up to the paraboloid z = x*x + y*y. Due to the radially symmetric convexity of
266068
+ // this surface and the ccw orientation of this triangle, "A is inside triangle A1,A2,B2"
266069
+ // is equivalent to "the volume of the parallelepiped formed by the projected points is
266070
+ // negative, as computed by the triple product."
266062
266071
  const nodeA1 = nodeA.faceSuccessor;
266063
266072
  const nodeA2 = nodeA1.faceSuccessor;
266064
266073
  if (nodeA2.faceSuccessor !== nodeA)
@@ -266083,7 +266092,7 @@ class Triangulator {
266083
266092
  const q = _Geometry__WEBPACK_IMPORTED_MODULE_1__["Geometry"].tripleProduct(wx, wy, tx, vx, vy, ty, ux, uy, tz);
266084
266093
  if (q < 0)
266085
266094
  return false;
266086
- const denom = Math.abs(wx * vy * tz) + Math.abs(wx * ty * ux) + Math.abs(tx * vx * uy)
266095
+ const denom = Math.abs(wx * vy * tz) + Math.abs(wy * ty * ux) + Math.abs(tx * vx * uy)
266087
266096
  + Math.abs(wx * ty * uy) + Math.abs(wy * vx * tz) + Math.abs(tx * vy * ux);
266088
266097
  return q > 1.0e-12 * denom;
266089
266098
  }
@@ -266271,7 +266280,7 @@ class Triangulator {
266271
266280
  x = q.x;
266272
266281
  if (q.hasOwnProperty("y"))
266273
266282
  y = q.y;
266274
- if (q.hasOwnProperty("y"))
266283
+ if (q.hasOwnProperty("z"))
266275
266284
  z = q.z;
266276
266285
  }
266277
266286
  if (!baseNode)
@@ -266384,18 +266393,18 @@ class Triangulator {
266384
266393
  ear.setMaskAroundFace(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].TRIANGULATED_FACE);
266385
266394
  }
266386
266395
  static isInteriorTriangle(a) {
266387
- if (!a.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].TRIANGULATED_FACE))
266396
+ if (!a.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].TRIANGULATED_FACE) || a.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].EXTERIOR))
266388
266397
  return false;
266389
266398
  const b = a.faceSuccessor;
266390
- if (!b.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].TRIANGULATED_FACE))
266399
+ if (!b.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].TRIANGULATED_FACE) || b.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].EXTERIOR))
266391
266400
  return false;
266392
266401
  const c = b.faceSuccessor;
266393
- if (!c.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].TRIANGULATED_FACE))
266402
+ if (!c.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].TRIANGULATED_FACE) || c.isMaskSet(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].EXTERIOR))
266394
266403
  return false;
266395
266404
  return c.faceSuccessor === a;
266396
266405
  }
266397
266406
  /**
266398
- * Perform 0, 1, or more edge flips to improve aspect ratio just behind an that was just cut.
266407
+ * Perform 0, 1, or more edge flips to improve aspect ratio just behind an ear that was just cut.
266399
266408
  * @param ear the triangle corner which just served as the ear node.
266400
266409
  * @returns the node at the back corner after flipping."appropriately positioned" node for the usual advance to ear.faceSuccessor.edgeMate.faceSuccessor.
266401
266410
  */
@@ -266410,18 +266419,18 @@ class Triangulator {
266410
266419
  // after flip, node A moves to the vertex of D, and is the effective "ear", with the cap edge C A1
266411
266420
  // after flip, consider the A1 D (whose nodes are A1 and flipped A!!!)
266412
266421
  //
266413
- //
266414
- // . C0|
266415
- // . |
266416
- // . |
266417
- // . ^|
266418
- // . A0 ----> B0|
266419
- // *=======================*
266420
- // \ A1 <---- B1/
266421
- // \ /
266422
- // \ /
266423
- // \ D1 /
266424
- // *
266422
+ // * *
266423
+ // . C0| . / |
266424
+ // . | . C0 /B1|
266425
+ // . | . /v |
266426
+ // . ^| . / |
266427
+ // . A0 ----> B0| . / ^|
266428
+ // *=======================* --> * A1 / B0*
266429
+ // \ A1 <---- B1/ \ / /
266430
+ // \ / \ / /
266431
+ // \ / \ ^/ D1/
266432
+ // \ D1 / \A0/ /
266433
+ // * *
266425
266434
  let b0 = ear;
266426
266435
  let a0 = b0.facePredecessor;
266427
266436
  let b1 = a0.edgeMate;
@@ -266462,8 +266471,13 @@ class Triangulator {
266462
266471
  pred = ear === null || ear === void 0 ? void 0 : ear.facePredecessor;
266463
266472
  next = ear.faceSuccessor;
266464
266473
  next2 = next.faceSuccessor;
266465
- if (next === ear || next2 === ear || next2.faceSuccessor === ear)
266474
+ if (next === ear || next2 === ear)
266466
266475
  return true;
266476
+ if (next2.faceSuccessor === ear) {
266477
+ // if triangle, mask it so that its edges can potentially be flipped by doPostCutFlips()
266478
+ ear.setMaskAroundFace(_Graph__WEBPACK_IMPORTED_MODULE_8__["HalfEdgeMask"].TRIANGULATED_FACE);
266479
+ return true;
266480
+ }
266467
266481
  // earcut does not support self intersections.
266468
266482
  // BUT .. maybe if we watch from the simplest case of next2 returning to pred it will catch some . . .
266469
266483
  // (no need to do flips -- we know it's already a triangle)
@@ -302064,7 +302078,7 @@ class TestContext {
302064
302078
  this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
302065
302079
  const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${(_a = process.env.IMJS_URL_PREFIX) !== null && _a !== void 0 ? _a : ""}api.bentley.com/imodels` } });
302066
302080
  await core_frontend_1.NoRenderApp.startup({
302067
- applicationVersion: "3.3.0-dev.35",
302081
+ applicationVersion: "3.3.0-dev.38",
302068
302082
  applicationId: this.settings.gprid,
302069
302083
  authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
302070
302084
  hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),