Skip to content

Commit

Permalink
Some files were missed
Browse files Browse the repository at this point in the history
  • Loading branch information
sedoski-duna committed May 29, 2024
1 parent 53b7231 commit a8d0b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ export declare enum EntityType {
Image = "images",
BIM = "bim",
Photogrammetry = "photogrammerty",
CAD = "cad",
Unknown = "unknown"
}
1 change: 1 addition & 0 deletions build/interfaces.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ var EntityType;
EntityType["Image"] = "images";
EntityType["BIM"] = "bim";
EntityType["Photogrammetry"] = "photogrammerty";
EntityType["CAD"] = "cad";
EntityType["Unknown"] = "unknown";
})(EntityType || (exports.EntityType = EntityType = {}));

0 comments on commit a8d0b72

Please sign in to comment.