@mappedin/viewer 0.30.3 → 0.30.4

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.
@@ -101,9 +101,10 @@ declare class RootStore {
101
101
  get isAccessible(): boolean;
102
102
  get isOutdoorsVisible(): boolean;
103
103
  get exteriorDoors(): {
104
- "__#12@#private": any;
104
+ "__#13@#private": any;
105
105
  readonly __type: "door";
106
106
  readonly name: string;
107
+ readonly externalId: string;
107
108
  readonly description: string;
108
109
  readonly images: import("@mappedin/mvf").Image[];
109
110
  readonly floor: Floor;
@@ -122,7 +123,7 @@ declare class RootStore {
122
123
  destroy(): void;
123
124
  readonly id: string;
124
125
  links: {
125
- "__#19@#private": any;
126
+ "__#20@#private": any;
126
127
  readonly url: string;
127
128
  readonly name: string | undefined;
128
129
  toJSON(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.30.3",
3
+ "version": "0.30.4",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@ladle/react": "^2.17.2",
21
- "@mappedin/mappedin-js": "6.0.1-canary-9f72d8a.219",
21
+ "@mappedin/mappedin-js": "6.0.1-canary-v6-b12c4c9.276",
22
22
  "@mappedin/mvf": "2.0.1-b2558fc.0",
23
23
  "@mappedin/self-serve-icons": "1.57.0-beta.1729531824",
24
24
  "@testing-library/jest-dom": "^6.6.2",