@forge/manifest

12.2.0-next.212.2.0-next.3
~

Modified (3 files)

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/manifest",
-  "version": "12.2.0-next.2",
+  "version": "12.2.0-next.3",
   "description": "Definitions and validations of the Forge manifest",
   "main": "out/index.js",
   "scripts": {
     "build": "yarn run compile",
Index: package/out/mapping/product-event-to-scope-mapping.json
===================================================================
--- package/out/mapping/product-event-to-scope-mapping.json
+++ package/out/mapping/product-event-to-scope-mapping.json
@@ -1473,8 +1473,32 @@
                 ]
             }
         },
         {
+            "productEvent": "avi:bitbucket:pending:deployment",
+            "oAuthScopes": {
+                "current": [
+                    "read:pipeline:bitbucket"
+                ]
+            }
+        },
+        {
+            "productEvent": "avi:bitbucket:started:deployment",
+            "oAuthScopes": {
+                "current": [
+                    "read:pipeline:bitbucket"
+                ]
+            }
+        },
+        {
+            "productEvent": "avi:bitbucket:completed:deployment",
+            "oAuthScopes": {
+                "current": [
+                    "read:pipeline:bitbucket"
+                ]
+            }
+        },
+        {
             "productEvent": "avi:jira-software:created:sprint",
             "oAuthScopes": {
                 "beta": [
                     "read:sprint:jira-software"
File too large for inline diff