@equinor/echo-framework 0.12.5 → 0.12.7

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.
@@ -7,9 +7,10 @@ import { TemporaryEchoHubListDto, TemporaryHubListCreatedResponse } from '../../
7
7
  * @param {string} instCode the users instCode
8
8
  * @param {TemporaryEchoHubListDto} request the request used to create the list. See type description
9
9
  * @param {(AbortSignal | undefined)} [abortSignal] the abort signal
10
+ * @param {boolean} withoutBaseUrl returns the web3dUrl without the base URL
10
11
  * @return {*} returns urls to open created list in 3D app and 3D web.
11
12
  */
12
- export declare const getTemporarilyEchoHubListFor3D: (instCode: string, request: TemporaryEchoHubListDto, abortSignal?: AbortSignal | undefined) => Promise<{
13
+ export declare const getTemporarilyEchoHubListFor3D: (instCode: string, request: TemporaryEchoHubListDto, abortSignal?: AbortSignal | undefined, withoutBaseUrl?: boolean) => Promise<{
13
14
  app3dUrl: string;
14
15
  web3dUrl: string;
15
16
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-framework",
3
- "version": "0.12.5",
3
+ "version": "0.12.7",
4
4
  "description": "Modules and components for EchoWeb, utilizing EchoCore",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -53,7 +53,7 @@
53
53
  "@babel/preset-env": "^7.20.2",
54
54
  "@babel/preset-react": "^7.18.6",
55
55
  "@equinor/echo-base": "^0.6.22",
56
- "@equinor/echo-components": ">= 0.7.0 < 0.8.0",
56
+ "@equinor/echo-components": "0.7.2",
57
57
  "@equinor/echo-core": "^0.8.0",
58
58
  "@equinor/echo-scripts": "^0.1.5",
59
59
  "@equinor/echo-search": "^0.14.0",
@@ -125,4 +125,4 @@
125
125
  "node": ">=16.8.0",
126
126
  "npm": ">=7.0.0"
127
127
  }
128
- }
128
+ }