npm package diff
Package: @forge/bridge
Versions: 5.7.0-next.11 - 5.7.0-next.12
File: package/out/realtime/productContext.d.ts
Index: package/out/realtime/productContext.d.ts
===================================================================
--- package/out/realtime/productContext.d.ts
+++ package/out/realtime/productContext.d.ts
@@ -2,6 +2,14 @@
     Board = "board",
     Issue = "issue",
     Project = "project"
 }
-export declare type ProductContext = Jira;
+export declare enum Confluence {
+    Content = "content",
+    Space = "space"
+}
+export declare enum Bitbucket {
+    Repository = "repository",
+    PullRequest = "pullRequest"
+}
+export declare type ProductContext = Jira | Confluence | Bitbucket;
 //# sourceMappingURL=productContext.d.ts.map
\ No newline at end of file