@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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.19.1-next.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ed9ecfda]
|
|
8
|
+
- @forge/manifest@4.20.2-next.4
|
|
9
|
+
|
|
10
|
+
## 3.19.1-next.11
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [b70e132d]
|
|
15
|
+
- @forge/manifest@4.20.2-next.3
|
|
16
|
+
|
|
3
17
|
## 3.19.1-next.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -20228,6 +20228,7 @@ export type JiraServiceManagementPeopleFieldUsersArgs = {
|
|
|
20228
20228
|
};
|
|
20229
20229
|
export declare enum JiraServiceManagementPractice {
|
|
20230
20230
|
ChangeManagement = "CHANGE_MANAGEMENT",
|
|
20231
|
+
DeveloperEscalation = "DEVELOPER_ESCALATION",
|
|
20231
20232
|
IncidentManagement = "INCIDENT_MANAGEMENT",
|
|
20232
20233
|
PostIncidentReview = "POST_INCIDENT_REVIEW",
|
|
20233
20234
|
ProblemManagement = "PROBLEM_MANAGEMENT",
|
|
@@ -27671,9 +27672,11 @@ export declare enum ShepherdActionType {
|
|
|
27671
27672
|
Create = "CREATE",
|
|
27672
27673
|
Delete = "DELETE",
|
|
27673
27674
|
Export = "EXPORT",
|
|
27675
|
+
Install = "INSTALL",
|
|
27674
27676
|
Login = "LOGIN",
|
|
27675
27677
|
Read = "READ",
|
|
27676
27678
|
Search = "SEARCH",
|
|
27679
|
+
Uninstall = "UNINSTALL",
|
|
27677
27680
|
Update = "UPDATE"
|
|
27678
27681
|
}
|
|
27679
27682
|
export type ShepherdActivity = ShepherdActorActivity | ShepherdLoginActivity | ShepherdResourceActivity;
|