@forge/manifest
12.6.0-next.0-experimental-5b726e612.6.0-next.1
~
Modified (7 files)
Index: package/out/schema/basic-manifest-schema.json
===================================================================
--- package/out/schema/basic-manifest-schema.json
+++ package/out/schema/basic-manifest-schema.json
@@ -54,10 +54,9 @@
"installationTarget": {
"type": "string",
"enum": [
"site",
- "unit",
- "user"
+ "unit"
],
"description": "The target of the app installation."
},
"compatibility": { File too large for inline diff
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/manifest",
- "version": "12.6.0-next.0-experimental-5b726e6",
+ "version": "12.6.0-next.1",
"description": "Definitions and validations of the Forge manifest",
"main": "out/index.js",
"scripts": {
"build": "yarn run compile", Index: package/out/scopes/shipyard-scopes.json
===================================================================
--- package/out/scopes/shipyard-scopes.json
+++ package/out/scopes/shipyard-scopes.json
@@ -133,9 +133,8 @@
"read:airtrack-object:jira",
"read:analytics.content:confluence",
"read:app-data:confluence",
"read:app-data:jira",
- "read:app-global-channel:realtime",
"read:app-notification:confluence",
"read:app-notification:jira",
"read:app-system-token",
"read:app-user-token",
@@ -387,9 +386,8 @@
"view:team:teams",
"write:airtrack-object:jira",
"write:app-data:confluence",
"write:app-data:jira",
- "write:app-global-channel:realtime",
"write:attachment:confluence",
"write:attachment:jira",
"write:audit-log:confluence",
"write:avatar:jira", File too large for inline diff
Index: package/out/schema/basic-manifest.d.ts
===================================================================
--- package/out/schema/basic-manifest.d.ts
+++ package/out/schema/basic-manifest.d.ts
@@ -60,9 +60,9 @@
runtime: Runtime;
/**
* The target of the app installation.
*/
- installationTarget?: 'site' | 'unit' | 'user';
+ installationTarget?: 'site' | 'unit';
compatibility?: Compatibility;
access?: Access;
licensing?: Licensing;
features?: Features; File too large for inline diff