@forge/manifest 4.20.2-next.3 → 4.20.2-next.4
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
|
@@ -3433,7 +3433,7 @@ export interface Modules {
|
|
|
3433
3433
|
{
|
|
3434
3434
|
name: string;
|
|
3435
3435
|
description: string;
|
|
3436
|
-
anonymousAllowed:
|
|
3436
|
+
anonymousAllowed: boolean;
|
|
3437
3437
|
defaultGrants?: ('all' | 'jira-administrators' | 'none')[];
|
|
3438
3438
|
key: ModuleKeySchema;
|
|
3439
3439
|
[k: string]: unknown;
|
|
@@ -3441,7 +3441,7 @@ export interface Modules {
|
|
|
3441
3441
|
...{
|
|
3442
3442
|
name: string;
|
|
3443
3443
|
description: string;
|
|
3444
|
-
anonymousAllowed:
|
|
3444
|
+
anonymousAllowed: boolean;
|
|
3445
3445
|
defaultGrants?: ('all' | 'jira-administrators' | 'none')[];
|
|
3446
3446
|
key: ModuleKeySchema;
|
|
3447
3447
|
[k: string]: unknown;
|