@forge/manifest 11.0.0-next.4 → 11.0.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/out/schema/manifest.d.ts
CHANGED
|
@@ -1100,7 +1100,7 @@ export interface Modules {
|
|
|
1100
1100
|
/**
|
|
1101
1101
|
* List of scopes required to access this API route
|
|
1102
1102
|
*/
|
|
1103
|
-
scopes
|
|
1103
|
+
scopes:
|
|
1104
1104
|
| [string]
|
|
1105
1105
|
| [string, string]
|
|
1106
1106
|
| [string, string, string]
|
|
@@ -1266,7 +1266,7 @@ export interface Modules {
|
|
|
1266
1266
|
/**
|
|
1267
1267
|
* List of scopes required to access this API route
|
|
1268
1268
|
*/
|
|
1269
|
-
scopes
|
|
1269
|
+
scopes:
|
|
1270
1270
|
| [string]
|
|
1271
1271
|
| [string, string]
|
|
1272
1272
|
| [string, string, string]
|