@forge/cli-shared 8.11.1-next.2-experimental-2969aa0 → 8.11.1-next.3
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.
|
@@ -8038,7 +8038,10 @@ var JsmConversationMessageSource;
|
|
|
8038
8038
|
var JsmConversationStatus;
|
|
8039
8039
|
(function (JsmConversationStatus) {
|
|
8040
8040
|
JsmConversationStatus["Closed"] = "CLOSED";
|
|
8041
|
+
JsmConversationStatus["InProgress"] = "IN_PROGRESS";
|
|
8042
|
+
JsmConversationStatus["Missed"] = "MISSED";
|
|
8041
8043
|
JsmConversationStatus["Requested"] = "REQUESTED";
|
|
8044
|
+
JsmConversationStatus["Timeout"] = "TIMEOUT";
|
|
8042
8045
|
JsmConversationStatus["Unassigned"] = "UNASSIGNED";
|
|
8043
8046
|
})(JsmConversationStatus = exports.JsmConversationStatus || (exports.JsmConversationStatus = {}));
|
|
8044
8047
|
var KnowledgeBaseArticleSearchSortByKey;
|
|
@@ -9706,6 +9709,7 @@ var RateLimitingCurrency;
|
|
|
9706
9709
|
RateLimitingCurrency["TeamSearchV2Currency"] = "TEAM_SEARCH_V2_CURRENCY";
|
|
9707
9710
|
RateLimitingCurrency["TeamV2Currency"] = "TEAM_V2_CURRENCY";
|
|
9708
9711
|
RateLimitingCurrency["TestingService"] = "TESTING_SERVICE";
|
|
9712
|
+
RateLimitingCurrency["TrelloAiCurrency"] = "TRELLO_AI_CURRENCY";
|
|
9709
9713
|
RateLimitingCurrency["TrelloCurrency"] = "TRELLO_CURRENCY";
|
|
9710
9714
|
RateLimitingCurrency["TrelloMutationCurrency"] = "TRELLO_MUTATION_CURRENCY";
|
|
9711
9715
|
})(RateLimitingCurrency = exports.RateLimitingCurrency || (exports.RateLimitingCurrency = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "8.11.1-next.
|
|
3
|
+
"version": "8.11.1-next.3",
|
|
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": "11.3.0-next.
|
|
15
|
+
"@forge/manifest": "11.3.0-next.2",
|
|
16
16
|
"@forge/util": "2.0.1",
|
|
17
17
|
"@forge/i18n": "0.0.7",
|
|
18
18
|
"@sentry/node": "7.106.0",
|