@forge/cli-shared 6.8.0 → 6.8.1-next.0
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.
|
@@ -143,6 +143,7 @@ var AdminAnnouncementBannerSettingsByCriteriaOrder;
|
|
|
143
143
|
var AgentStudioAgentType;
|
|
144
144
|
(function (AgentStudioAgentType) {
|
|
145
145
|
AgentStudioAgentType["Assistant"] = "ASSISTANT";
|
|
146
|
+
AgentStudioAgentType["ServiceAgent"] = "SERVICE_AGENT";
|
|
146
147
|
})(AgentStudioAgentType = exports.AgentStudioAgentType || (exports.AgentStudioAgentType = {}));
|
|
147
148
|
var AlertEventStatus;
|
|
148
149
|
(function (AlertEventStatus) {
|
|
@@ -6056,9 +6057,18 @@ var JiraPlaybookStateField;
|
|
|
6056
6057
|
})(JiraPlaybookStateField = exports.JiraPlaybookStateField || (exports.JiraPlaybookStateField = {}));
|
|
6057
6058
|
var JiraPlaybookStepRunStatus;
|
|
6058
6059
|
(function (JiraPlaybookStepRunStatus) {
|
|
6060
|
+
JiraPlaybookStepRunStatus["Aborted"] = "ABORTED";
|
|
6061
|
+
JiraPlaybookStepRunStatus["ConfigChange"] = "CONFIG_CHANGE";
|
|
6059
6062
|
JiraPlaybookStepRunStatus["Failed"] = "FAILED";
|
|
6063
|
+
JiraPlaybookStepRunStatus["Failure"] = "FAILURE";
|
|
6060
6064
|
JiraPlaybookStepRunStatus["InProgress"] = "IN_PROGRESS";
|
|
6065
|
+
JiraPlaybookStepRunStatus["Loop"] = "LOOP";
|
|
6066
|
+
JiraPlaybookStepRunStatus["NoActionsPerformed"] = "NO_ACTIONS_PERFORMED";
|
|
6067
|
+
JiraPlaybookStepRunStatus["QueuedForRetry"] = "QUEUED_FOR_RETRY";
|
|
6068
|
+
JiraPlaybookStepRunStatus["SomeErrors"] = "SOME_ERRORS";
|
|
6061
6069
|
JiraPlaybookStepRunStatus["Success"] = "SUCCESS";
|
|
6070
|
+
JiraPlaybookStepRunStatus["Throttled"] = "THROTTLED";
|
|
6071
|
+
JiraPlaybookStepRunStatus["Waiting"] = "WAITING";
|
|
6062
6072
|
})(JiraPlaybookStepRunStatus = exports.JiraPlaybookStepRunStatus || (exports.JiraPlaybookStepRunStatus = {}));
|
|
6063
6073
|
var JiraPlaybookStepType;
|
|
6064
6074
|
(function (JiraPlaybookStepType) {
|
|
@@ -6700,6 +6710,7 @@ var KnowledgeDiscoveryBookmarkState;
|
|
|
6700
6710
|
var KnowledgeDiscoveryDefinitionScope;
|
|
6701
6711
|
(function (KnowledgeDiscoveryDefinitionScope) {
|
|
6702
6712
|
KnowledgeDiscoveryDefinitionScope["Blogpost"] = "BLOGPOST";
|
|
6713
|
+
KnowledgeDiscoveryDefinitionScope["Goal"] = "GOAL";
|
|
6703
6714
|
KnowledgeDiscoveryDefinitionScope["Organization"] = "ORGANIZATION";
|
|
6704
6715
|
KnowledgeDiscoveryDefinitionScope["Page"] = "PAGE";
|
|
6705
6716
|
KnowledgeDiscoveryDefinitionScope["Project"] = "PROJECT";
|
|
@@ -7249,8 +7260,13 @@ var MercuryChangeSortField;
|
|
|
7249
7260
|
})(MercuryChangeSortField = exports.MercuryChangeSortField || (exports.MercuryChangeSortField = {}));
|
|
7250
7261
|
var MercuryChangeType;
|
|
7251
7262
|
(function (MercuryChangeType) {
|
|
7263
|
+
MercuryChangeType["ArchiveFocusArea"] = "ARCHIVE_FOCUS_AREA";
|
|
7252
7264
|
MercuryChangeType["CreateFocusArea"] = "CREATE_FOCUS_AREA";
|
|
7265
|
+
MercuryChangeType["MoveFunds"] = "MOVE_FUNDS";
|
|
7266
|
+
MercuryChangeType["MovePositions"] = "MOVE_POSITIONS";
|
|
7253
7267
|
MercuryChangeType["PositionAllocation"] = "POSITION_ALLOCATION";
|
|
7268
|
+
MercuryChangeType["RequestFunds"] = "REQUEST_FUNDS";
|
|
7269
|
+
MercuryChangeType["RequestPositions"] = "REQUEST_POSITIONS";
|
|
7254
7270
|
})(MercuryChangeType = exports.MercuryChangeType || (exports.MercuryChangeType = {}));
|
|
7255
7271
|
var MercuryEntityType;
|
|
7256
7272
|
(function (MercuryEntityType) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "6.8.0",
|
|
3
|
+
"version": "6.8.1-next.0",
|
|
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": "9.0.0",
|
|
15
|
+
"@forge/manifest": "9.1.0-next.0",
|
|
16
16
|
"@forge/util": "1.4.8",
|
|
17
17
|
"@forge/i18n": "0.0.5",
|
|
18
18
|
"@sentry/node": "7.106.0",
|