@forge/manifest 10.8.0-next.2 → 10.8.0-next.3
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
|
@@ -1776,7 +1776,7 @@
|
|
|
1776
1776
|
"enum": [
|
|
1777
1777
|
"standard"
|
|
1778
1778
|
],
|
|
1779
|
-
"description": "The storage class
|
|
1779
|
+
"description": "The storage class to be used for object storage"
|
|
1780
1780
|
},
|
|
1781
1781
|
"key": {
|
|
1782
1782
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
@@ -4821,12 +4821,6 @@
|
|
|
4821
4821
|
"type": "object",
|
|
4822
4822
|
"additionalProperties": false,
|
|
4823
4823
|
"properties": {
|
|
4824
|
-
"route": {
|
|
4825
|
-
"type": "string",
|
|
4826
|
-
"minLength": 1,
|
|
4827
|
-
"maxLength": 255,
|
|
4828
|
-
"pattern": "(?!.*//)/([a-zA-Z0-9._~!$&?'\"()/*+,;=:@-]*)"
|
|
4829
|
-
},
|
|
4830
4824
|
"resolver": {
|
|
4831
4825
|
"anyOf": [
|
|
4832
4826
|
{
|
|
@@ -4887,12 +4881,7 @@
|
|
|
4887
4881
|
"required": [
|
|
4888
4882
|
"resource",
|
|
4889
4883
|
"key"
|
|
4890
|
-
]
|
|
4891
|
-
"not": {
|
|
4892
|
-
"required": [
|
|
4893
|
-
"unlicensedAccess"
|
|
4894
|
-
]
|
|
4895
|
-
}
|
|
4884
|
+
]
|
|
4896
4885
|
},
|
|
4897
4886
|
"minItems": 1
|
|
4898
4887
|
},
|
|
@@ -6347,6 +6336,10 @@
|
|
|
6347
6336
|
"type": "object",
|
|
6348
6337
|
"properties": {}
|
|
6349
6338
|
},
|
|
6339
|
+
"migratedFromConnect": {
|
|
6340
|
+
"default": false,
|
|
6341
|
+
"type": "boolean"
|
|
6342
|
+
},
|
|
6350
6343
|
"key": {
|
|
6351
6344
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
6352
6345
|
}
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -1757,14 +1757,14 @@ export interface Modules {
|
|
|
1757
1757
|
objectStore?: [
|
|
1758
1758
|
{
|
|
1759
1759
|
/**
|
|
1760
|
-
* The storage class
|
|
1760
|
+
* The storage class to be used for object storage
|
|
1761
1761
|
*/
|
|
1762
1762
|
storageClass: 'standard';
|
|
1763
1763
|
key: ModuleKeySchema;
|
|
1764
1764
|
},
|
|
1765
1765
|
...{
|
|
1766
1766
|
/**
|
|
1767
|
-
* The storage class
|
|
1767
|
+
* The storage class to be used for object storage
|
|
1768
1768
|
*/
|
|
1769
1769
|
storageClass: 'standard';
|
|
1770
1770
|
key: ModuleKeySchema;
|
|
@@ -13544,7 +13544,6 @@ export interface Modules {
|
|
|
13544
13544
|
];
|
|
13545
13545
|
'confluence:fullPage'?: [
|
|
13546
13546
|
{
|
|
13547
|
-
route?: string;
|
|
13548
13547
|
resolver?:
|
|
13549
13548
|
| {
|
|
13550
13549
|
function: string;
|
|
@@ -13558,7 +13557,6 @@ export interface Modules {
|
|
|
13558
13557
|
key: ModuleKeySchema;
|
|
13559
13558
|
},
|
|
13560
13559
|
...{
|
|
13561
|
-
route?: string;
|
|
13562
13560
|
resolver?:
|
|
13563
13561
|
| {
|
|
13564
13562
|
function: string;
|
|
@@ -14119,6 +14117,7 @@ export interface Modules {
|
|
|
14119
14117
|
displayConditions?: {
|
|
14120
14118
|
[k: string]: unknown;
|
|
14121
14119
|
};
|
|
14120
|
+
migratedFromConnect?: boolean;
|
|
14122
14121
|
key: ModuleKeySchema;
|
|
14123
14122
|
[k: string]: unknown;
|
|
14124
14123
|
}
|
|
@@ -14441,6 +14440,7 @@ export interface Modules {
|
|
|
14441
14440
|
displayConditions?: {
|
|
14442
14441
|
[k: string]: unknown;
|
|
14443
14442
|
};
|
|
14443
|
+
migratedFromConnect?: boolean;
|
|
14444
14444
|
key: ModuleKeySchema;
|
|
14445
14445
|
[k: string]: unknown;
|
|
14446
14446
|
}
|
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"read:analytics.content:confluence",
|
|
133
133
|
"read:app-data:confluence",
|
|
134
134
|
"read:app-data:jira",
|
|
135
|
+
"read:app-global-channel:realtime",
|
|
135
136
|
"read:app-system-token",
|
|
136
137
|
"read:app-user-token",
|
|
137
138
|
"read:application-role:jira",
|
|
@@ -375,6 +376,7 @@
|
|
|
375
376
|
"write:airtrack-object:jira",
|
|
376
377
|
"write:app-data:confluence",
|
|
377
378
|
"write:app-data:jira",
|
|
379
|
+
"write:app-global-channel:realtime",
|
|
378
380
|
"write:attachment:confluence",
|
|
379
381
|
"write:attachment:jira",
|
|
380
382
|
"write:audit-log:confluence",
|