@forge/manifest 4.18.0-next.7 → 4.18.0-next.9
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 +13 -0
- package/out/mapping/product-event-to-scope-mapping.json +22 -0
- package/out/schema/manifest-schema.json +0 -9
- package/out/schema/manifest.d.ts +0 -6
- package/out/types/module-types.d.ts +1 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 4.18.0-next.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f42e94b: THEIA-262 | Add PE scope mapping for project events softdelete and restored
|
|
8
|
+
|
|
9
|
+
## 4.18.0-next.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 35638fcc: add bitbucket:repoPullRequestAction module
|
|
14
|
+
- d8a23797: Update manifest definitions
|
|
15
|
+
|
|
3
16
|
## 4.18.0-next.7
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -1106,6 +1106,28 @@
|
|
|
1106
1106
|
"read:jira-work"
|
|
1107
1107
|
]
|
|
1108
1108
|
}
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"productEvent": "avi:jira:softdeleted:project",
|
|
1112
|
+
"oAuthScopes": {
|
|
1113
|
+
"beta": [
|
|
1114
|
+
"read:project:jira"
|
|
1115
|
+
],
|
|
1116
|
+
"current": [
|
|
1117
|
+
"read:jira-work"
|
|
1118
|
+
]
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"productEvent": "avi:jira:restored:project",
|
|
1123
|
+
"oAuthScopes": {
|
|
1124
|
+
"beta": [
|
|
1125
|
+
"read:project:jira"
|
|
1126
|
+
],
|
|
1127
|
+
"current": [
|
|
1128
|
+
"read:jira-work"
|
|
1129
|
+
]
|
|
1130
|
+
}
|
|
1109
1131
|
}
|
|
1110
1132
|
]
|
|
1111
1133
|
}
|
|
@@ -8814,9 +8814,6 @@
|
|
|
8814
8814
|
"maxLength": 23,
|
|
8815
8815
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
8816
8816
|
},
|
|
8817
|
-
"height": {
|
|
8818
|
-
"type": "integer"
|
|
8819
|
-
},
|
|
8820
8817
|
"function": {
|
|
8821
8818
|
"type": "string",
|
|
8822
8819
|
"minLength": 1,
|
|
@@ -8905,9 +8902,6 @@
|
|
|
8905
8902
|
"maxLength": 23,
|
|
8906
8903
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
8907
8904
|
},
|
|
8908
|
-
"height": {
|
|
8909
|
-
"type": "integer"
|
|
8910
|
-
},
|
|
8911
8905
|
"function": {
|
|
8912
8906
|
"type": "string",
|
|
8913
8907
|
"minLength": 1,
|
|
@@ -8996,9 +8990,6 @@
|
|
|
8996
8990
|
"maxLength": 23,
|
|
8997
8991
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
8998
8992
|
},
|
|
8999
|
-
"height": {
|
|
9000
|
-
"type": "integer"
|
|
9001
|
-
},
|
|
9002
8993
|
"function": {
|
|
9003
8994
|
"type": "string",
|
|
9004
8995
|
"minLength": 1,
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -4461,7 +4461,6 @@ export interface Modules {
|
|
|
4461
4461
|
title: string;
|
|
4462
4462
|
iconUrl?: string;
|
|
4463
4463
|
resource?: string;
|
|
4464
|
-
height?: number;
|
|
4465
4464
|
function: string;
|
|
4466
4465
|
key: ModuleKeySchema;
|
|
4467
4466
|
[k: string]: unknown;
|
|
@@ -4481,7 +4480,6 @@ export interface Modules {
|
|
|
4481
4480
|
title: string;
|
|
4482
4481
|
iconUrl?: string;
|
|
4483
4482
|
resource?: string;
|
|
4484
|
-
height?: number;
|
|
4485
4483
|
function: string;
|
|
4486
4484
|
key: ModuleKeySchema;
|
|
4487
4485
|
[k: string]: unknown;
|
|
@@ -4503,7 +4501,6 @@ export interface Modules {
|
|
|
4503
4501
|
title: string;
|
|
4504
4502
|
iconUrl?: string;
|
|
4505
4503
|
resource?: string;
|
|
4506
|
-
height?: number;
|
|
4507
4504
|
function: string;
|
|
4508
4505
|
key: ModuleKeySchema;
|
|
4509
4506
|
[k: string]: unknown;
|
|
@@ -4523,7 +4520,6 @@ export interface Modules {
|
|
|
4523
4520
|
title: string;
|
|
4524
4521
|
iconUrl?: string;
|
|
4525
4522
|
resource?: string;
|
|
4526
|
-
height?: number;
|
|
4527
4523
|
function: string;
|
|
4528
4524
|
key: ModuleKeySchema;
|
|
4529
4525
|
[k: string]: unknown;
|
|
@@ -4545,7 +4541,6 @@ export interface Modules {
|
|
|
4545
4541
|
title: string;
|
|
4546
4542
|
iconUrl?: string;
|
|
4547
4543
|
resource?: string;
|
|
4548
|
-
height?: number;
|
|
4549
4544
|
function: string;
|
|
4550
4545
|
key: ModuleKeySchema;
|
|
4551
4546
|
[k: string]: unknown;
|
|
@@ -4565,7 +4560,6 @@ export interface Modules {
|
|
|
4565
4560
|
title: string;
|
|
4566
4561
|
iconUrl?: string;
|
|
4567
4562
|
resource?: string;
|
|
4568
|
-
height?: number;
|
|
4569
4563
|
function: string;
|
|
4570
4564
|
key: ModuleKeySchema;
|
|
4571
4565
|
[k: string]: unknown;
|
|
@@ -57,6 +57,7 @@ export declare enum AllModuleTypes {
|
|
|
57
57
|
BitbucketRepoCodeOverviewCard = "bitbucket:repoCodeOverviewCard",
|
|
58
58
|
BitbucketRepoCodeOverviewAction = "bitbucket:repoCodeOverviewAction",
|
|
59
59
|
BitbucketRepoPullRequestCard = "bitbucket:repoPullRequestCard",
|
|
60
|
+
BitbucketRepoPullRequestAction = "bitbucket:repoPullRequestAction",
|
|
60
61
|
ConnectJiraAdminPages = "connect-jira:adminPages",
|
|
61
62
|
ConnectJiraJiraBackgroundScripts = "connect-jira:jiraBackgroundScripts",
|
|
62
63
|
ConnectJiraGeneralPages = "connect-jira:generalPages",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,oBAAoB,0BAA0B;IAC9C,YAAY,kBAAkB;IAC9B,QAAQ,cAAc;IACtB,uBAAuB,6BAA6B;IACpD,2BAA2B,iCAAiC;IAC5D,qBAAqB,2BAA2B;IAChD,uBAAuB,6BAA6B;IACpD,wBAAwB,8BAA8B;IACtD,oBAAoB,0BAA0B;IAC9C,sBAAsB,4BAA4B;IAClD,mBAAmB,yBAAyB;IAC5C,uBAAuB,6BAA6B;IACpD,kBAAkB,wBAAwB;IAC1C,qBAAqB,2BAA2B;IAChD,qBAAqB,2BAA2B;IAChD,wBAAwB,8BAA8B;IACtD,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,iBAAiB,uBAAuB;IACxC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,gBAAgB,sBAAsB;IACtC,cAAc,oBAAoB;IAClC,aAAa,mBAAmB;IAChC,eAAe,qBAAqB;IACpC,uBAAuB,6BAA6B;IACpD,cAAc,oBAAoB;IAClC,mBAAmB,yBAAyB;IAC5C,6BAA6B,mCAAmC;IAChE,6BAA6B,mCAAmC;IAChE,oBAAoB,0BAA0B;IAC9C,qBAAqB,2BAA2B;IAChD,eAAe,qBAAqB;IAEpC,gBAAgB,sBAAsB;IACtC,oBAAoB,0BAA0B;IAC9C,iBAAiB,uBAAuB;IACxC,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAE5C,qCAAqC,2CAA2C;IAChF,8BAA8B,oCAAoC;IAClE,wCAAwC,8CAA8C;IACtF,6CAA6C,mDAAmD;IAChG,sCAAsC,4CAA4C;IAClF,iCAAiC,uCAAuC;IACxE,oCAAoC,0CAA0C;IAC9E,iCAAiC,uCAAuC;IACxE,uCAAuC,6CAA6C;IACpF,4CAA4C,kDAAkD;IAC9F,yCAAyC,+CAA+C;IACxF,qDAAqD,2DAA2D;IAEhH,6BAA6B,mCAAmC;IAChE,+BAA+B,qCAAqC;IACpE,4BAA4B,kCAAkC;
|
|
1
|
+
{"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"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"}
|
|
@@ -61,6 +61,7 @@ var AllModuleTypes;
|
|
|
61
61
|
AllModuleTypes["BitbucketRepoCodeOverviewCard"] = "bitbucket:repoCodeOverviewCard";
|
|
62
62
|
AllModuleTypes["BitbucketRepoCodeOverviewAction"] = "bitbucket:repoCodeOverviewAction";
|
|
63
63
|
AllModuleTypes["BitbucketRepoPullRequestCard"] = "bitbucket:repoPullRequestCard";
|
|
64
|
+
AllModuleTypes["BitbucketRepoPullRequestAction"] = "bitbucket:repoPullRequestAction";
|
|
64
65
|
AllModuleTypes["ConnectJiraAdminPages"] = "connect-jira:adminPages";
|
|
65
66
|
AllModuleTypes["ConnectJiraJiraBackgroundScripts"] = "connect-jira:jiraBackgroundScripts";
|
|
66
67
|
AllModuleTypes["ConnectJiraGeneralPages"] = "connect-jira:generalPages";
|