@evercam/api 1.0.0-964e29308 → 1.0.0-9a767ebbe

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.
@@ -31,7 +31,9 @@ export declare enum IframeMessageType {
31
31
  RefreshComments = "refreshComments",
32
32
  CommentSyncFailed = "commentSyncFailed",
33
33
  Load360Gallery = "load360Gallery",
34
- Upload360 = "upload360"
34
+ Upload360 = "upload360",
35
+ FetchForgeToken = "FetchForgeToken",
36
+ ForgeTokenResponse = "ForgeTokenResponse"
35
37
  }
36
38
  export declare enum NavigationArrow {
37
39
  Previous = "previous",
@@ -167,10 +169,6 @@ export type LineConfig = {
167
169
  end: CssSelector | CssSelector[];
168
170
  options?: LeaderLineOptions;
169
171
  };
170
- export type Point = {
171
- x: number;
172
- y: number;
173
- };
174
172
  export declare enum ZohoDeskTicketStatus {
175
173
  Closed = "Closed",
176
174
  OnHold = "On Hold",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/api",
3
- "version": "1.0.0-964e29308",
3
+ "version": "1.0.0-9a767ebbe",
4
4
  "description": "Evercam API client",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  "publish-api": "cd ../.. && yarn publish-api"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/node": "^25.5.2",
39
+ "@types/node": "^25.6.0",
40
40
  "vite": "latest",
41
41
  "vite-plugin-commonjs": "^0.10.3",
42
42
  "vite-plugin-dts": "^4.5.4"