npm package diff
Package: @forge/manifest
Versions: 8.1.0-next.4 - 8.1.0-next.5
File: package/out/types/display-condition-types.js
Index: package/out/types/display-condition-types.js
===================================================================
--- package/out/types/display-condition-types.js
+++ package/out/types/display-condition-types.js
@@ -3,5 +3,10 @@
var EntityType;
(function (EntityType) {
EntityType["Space"] = "space";
EntityType["Content"] = "content";
+ EntityType["Issue"] = "issue";
+ EntityType["IssueType"] = "issueType";
+ EntityType["Project"] = "project";
+ EntityType["App"] = "app";
+ EntityType["User"] = "user";
})(EntityType || (EntityType = {}));