@forge/cli-shared 3.19.1-next.10 → 3.19.1-next.12
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.
|
@@ -1950,6 +1950,7 @@ var JiraServiceManagementMajorIncident;
|
|
|
1950
1950
|
var JiraServiceManagementPractice;
|
|
1951
1951
|
(function (JiraServiceManagementPractice) {
|
|
1952
1952
|
JiraServiceManagementPractice["ChangeManagement"] = "CHANGE_MANAGEMENT";
|
|
1953
|
+
JiraServiceManagementPractice["DeveloperEscalation"] = "DEVELOPER_ESCALATION";
|
|
1953
1954
|
JiraServiceManagementPractice["IncidentManagement"] = "INCIDENT_MANAGEMENT";
|
|
1954
1955
|
JiraServiceManagementPractice["PostIncidentReview"] = "POST_INCIDENT_REVIEW";
|
|
1955
1956
|
JiraServiceManagementPractice["ProblemManagement"] = "PROBLEM_MANAGEMENT";
|
|
@@ -2976,9 +2977,11 @@ var ShepherdActionType;
|
|
|
2976
2977
|
ShepherdActionType["Create"] = "CREATE";
|
|
2977
2978
|
ShepherdActionType["Delete"] = "DELETE";
|
|
2978
2979
|
ShepherdActionType["Export"] = "EXPORT";
|
|
2980
|
+
ShepherdActionType["Install"] = "INSTALL";
|
|
2979
2981
|
ShepherdActionType["Login"] = "LOGIN";
|
|
2980
2982
|
ShepherdActionType["Read"] = "READ";
|
|
2981
2983
|
ShepherdActionType["Search"] = "SEARCH";
|
|
2984
|
+
ShepherdActionType["Uninstall"] = "UNINSTALL";
|
|
2982
2985
|
ShepherdActionType["Update"] = "UPDATE";
|
|
2983
2986
|
})(ShepherdActionType = exports.ShepherdActionType || (exports.ShepherdActionType = {}));
|
|
2984
2987
|
var ShepherdAlertDetectionCategory;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.19.1-next.
|
|
3
|
+
"version": "3.19.1-next.12",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "4.20.2-next.
|
|
15
|
+
"@forge/manifest": "4.20.2-next.4",
|
|
16
16
|
"@forge/util": "1.3.1",
|
|
17
17
|
"@sentry/node": "^7.72.0",
|
|
18
18
|
"adm-zip": "^0.5.10",
|