@trackunit/iris-app-runtime-core 0.3.156 → 0.3.157

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -339,6 +339,10 @@ const NavigationRuntime = {
339
339
  const api = yield getHostConnector();
340
340
  return api.gotoCustomer(customerId);
341
341
  }),
342
+ gotoAdmin: () => __awaiter(void 0, void 0, void 0, function* () {
343
+ const api = yield getHostConnector();
344
+ return api.gotoAdmin();
345
+ }),
342
346
  hasAccessTo: (options) => __awaiter(void 0, void 0, void 0, function* () {
343
347
  const api = yield getHostConnector();
344
348
  return api.hasAccessTo(options);
package/index.esm.js CHANGED
@@ -335,6 +335,10 @@ const NavigationRuntime = {
335
335
  const api = yield getHostConnector();
336
336
  return api.gotoCustomer(customerId);
337
337
  }),
338
+ gotoAdmin: () => __awaiter(void 0, void 0, void 0, function* () {
339
+ const api = yield getHostConnector();
340
+ return api.gotoAdmin();
341
+ }),
338
342
  hasAccessTo: (options) => __awaiter(void 0, void 0, void 0, function* () {
339
343
  const api = yield getHostConnector();
340
344
  return api.hasAccessTo(options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-runtime-core",
3
- "version": "0.3.156",
3
+ "version": "0.3.157",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {