@forge/cli-shared 8.8.0-next.4 → 8.8.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.
|
@@ -10614,6 +10614,10 @@ var StakeholderCommsStakeholderStatus;
|
|
|
10614
10614
|
(function (StakeholderCommsStakeholderStatus) {
|
|
10615
10615
|
StakeholderCommsStakeholderStatus["Active"] = "ACTIVE";
|
|
10616
10616
|
StakeholderCommsStakeholderStatus["Deleted"] = "DELETED";
|
|
10617
|
+
StakeholderCommsStakeholderStatus["Invited"] = "INVITED";
|
|
10618
|
+
StakeholderCommsStakeholderStatus["InvitedPendingApproval"] = "INVITED_PENDING_APPROVAL";
|
|
10619
|
+
StakeholderCommsStakeholderStatus["NotInvited"] = "NOT_INVITED";
|
|
10620
|
+
StakeholderCommsStakeholderStatus["PendingIdentitySetup"] = "PENDING_IDENTITY_SETUP";
|
|
10617
10621
|
StakeholderCommsStakeholderStatus["Quarantined"] = "QUARANTINED";
|
|
10618
10622
|
})(StakeholderCommsStakeholderStatus = exports.StakeholderCommsStakeholderStatus || (exports.StakeholderCommsStakeholderStatus = {}));
|
|
10619
10623
|
var StakeholderCommsStakeholderType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "8.8.0-next.
|
|
3
|
+
"version": "8.8.0-next.5",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "10.7.0-next.
|
|
15
|
+
"@forge/manifest": "10.7.0-next.3",
|
|
16
16
|
"@forge/util": "2.0.0",
|
|
17
17
|
"@forge/i18n": "0.0.7",
|
|
18
18
|
"@sentry/node": "7.106.0",
|