@forge/cli-shared 6.9.0-next.5 → 6.9.0-next.6
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.
|
@@ -9475,11 +9475,15 @@ var TrelloCardActionType;
|
|
|
9475
9475
|
TrelloCardActionType["AddChecklist"] = "ADD_CHECKLIST";
|
|
9476
9476
|
TrelloCardActionType["AddMember"] = "ADD_MEMBER";
|
|
9477
9477
|
TrelloCardActionType["Comment"] = "COMMENT";
|
|
9478
|
+
TrelloCardActionType["CommentFromCopiedCard"] = "COMMENT_FROM_COPIED_CARD";
|
|
9479
|
+
TrelloCardActionType["CreateCardFromEmail"] = "CREATE_CARD_FROM_EMAIL";
|
|
9478
9480
|
TrelloCardActionType["MoveCard"] = "MOVE_CARD";
|
|
9479
9481
|
TrelloCardActionType["MoveCardToBoard"] = "MOVE_CARD_TO_BOARD";
|
|
9480
9482
|
TrelloCardActionType["MoveInboxCardToBoard"] = "MOVE_INBOX_CARD_TO_BOARD";
|
|
9481
9483
|
TrelloCardActionType["RemoveChecklist"] = "REMOVE_CHECKLIST";
|
|
9482
9484
|
TrelloCardActionType["RemoveMember"] = "REMOVE_MEMBER";
|
|
9485
|
+
TrelloCardActionType["UpdateCardClosed"] = "UPDATE_CARD_CLOSED";
|
|
9486
|
+
TrelloCardActionType["UpdateCardComplete"] = "UPDATE_CARD_COMPLETE";
|
|
9483
9487
|
TrelloCardActionType["UpdateCardDue"] = "UPDATE_CARD_DUE";
|
|
9484
9488
|
})(TrelloCardActionType = exports.TrelloCardActionType || (exports.TrelloCardActionType = {}));
|
|
9485
9489
|
var TrelloCardCoverBrightness;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "6.9.0-next.
|
|
3
|
+
"version": "6.9.0-next.6",
|
|
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.1.0-next.
|
|
15
|
+
"@forge/manifest": "9.1.0-next.5",
|
|
16
16
|
"@forge/util": "1.4.8",
|
|
17
17
|
"@forge/i18n": "0.0.5",
|
|
18
18
|
"@sentry/node": "7.106.0",
|