@forge/cli-shared 8.15.1-next.4-experimental-2682d7a → 8.15.1-next.4-experimental-d997307
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.
|
@@ -9579,6 +9579,7 @@ var KnowledgeDiscoveryEntityType;
|
|
|
9579
9579
|
})(KnowledgeDiscoveryEntityType = exports.KnowledgeDiscoveryEntityType || (exports.KnowledgeDiscoveryEntityType = {}));
|
|
9580
9580
|
var KnowledgeDiscoveryJiraIntentDetectionModel;
|
|
9581
9581
|
(function (KnowledgeDiscoveryJiraIntentDetectionModel) {
|
|
9582
|
+
KnowledgeDiscoveryJiraIntentDetectionModel["FpsHeuristic"] = "FPS_HEURISTIC";
|
|
9582
9583
|
KnowledgeDiscoveryJiraIntentDetectionModel["GninHeuristic"] = "GNIN_HEURISTIC";
|
|
9583
9584
|
})(KnowledgeDiscoveryJiraIntentDetectionModel = exports.KnowledgeDiscoveryJiraIntentDetectionModel || (exports.KnowledgeDiscoveryJiraIntentDetectionModel = {}));
|
|
9584
9585
|
var KnowledgeDiscoveryJiraSearchClassificationType;
|
|
@@ -13736,25 +13737,34 @@ var TrelloListType;
|
|
|
13736
13737
|
})(TrelloListType = exports.TrelloListType || (exports.TrelloListType = {}));
|
|
13737
13738
|
var TrelloPlannerCalendarColor;
|
|
13738
13739
|
(function (TrelloPlannerCalendarColor) {
|
|
13740
|
+
TrelloPlannerCalendarColor["BlueSubtle"] = "BLUE_SUBTLE";
|
|
13739
13741
|
TrelloPlannerCalendarColor["BlueSubtler"] = "BLUE_SUBTLER";
|
|
13740
13742
|
TrelloPlannerCalendarColor["BlueSubtlest"] = "BLUE_SUBTLEST";
|
|
13743
|
+
TrelloPlannerCalendarColor["GraySubtle"] = "GRAY_SUBTLE";
|
|
13741
13744
|
TrelloPlannerCalendarColor["GraySubtler"] = "GRAY_SUBTLER";
|
|
13742
13745
|
TrelloPlannerCalendarColor["GraySubtlest"] = "GRAY_SUBTLEST";
|
|
13746
|
+
TrelloPlannerCalendarColor["GreenSubtle"] = "GREEN_SUBTLE";
|
|
13743
13747
|
TrelloPlannerCalendarColor["GreenSubtler"] = "GREEN_SUBTLER";
|
|
13744
13748
|
TrelloPlannerCalendarColor["GreenSubtlest"] = "GREEN_SUBTLEST";
|
|
13745
13749
|
TrelloPlannerCalendarColor["LimeSubtler"] = "LIME_SUBTLER";
|
|
13746
13750
|
TrelloPlannerCalendarColor["LimeSubtlest"] = "LIME_SUBTLEST";
|
|
13751
|
+
TrelloPlannerCalendarColor["MagentaSubtle"] = "MAGENTA_SUBTLE";
|
|
13747
13752
|
TrelloPlannerCalendarColor["MagentaSubtler"] = "MAGENTA_SUBTLER";
|
|
13748
13753
|
TrelloPlannerCalendarColor["MagentaSubtlest"] = "MAGENTA_SUBTLEST";
|
|
13754
|
+
TrelloPlannerCalendarColor["OrangeSubtle"] = "ORANGE_SUBTLE";
|
|
13749
13755
|
TrelloPlannerCalendarColor["OrangeSubtler"] = "ORANGE_SUBTLER";
|
|
13750
13756
|
TrelloPlannerCalendarColor["OrangeSubtlest"] = "ORANGE_SUBTLEST";
|
|
13751
13757
|
TrelloPlannerCalendarColor["PurpleSubtle"] = "PURPLE_SUBTLE";
|
|
13758
|
+
TrelloPlannerCalendarColor["PurpleSubtler"] = "PURPLE_SUBTLER";
|
|
13752
13759
|
TrelloPlannerCalendarColor["PurpleSubtlest"] = "PURPLE_SUBTLEST";
|
|
13760
|
+
TrelloPlannerCalendarColor["RedSubtle"] = "RED_SUBTLE";
|
|
13753
13761
|
TrelloPlannerCalendarColor["RedSubtler"] = "RED_SUBTLER";
|
|
13754
13762
|
TrelloPlannerCalendarColor["RedSubtlest"] = "RED_SUBTLEST";
|
|
13763
|
+
TrelloPlannerCalendarColor["TealSubtle"] = "TEAL_SUBTLE";
|
|
13755
13764
|
TrelloPlannerCalendarColor["TealSubtler"] = "TEAL_SUBTLER";
|
|
13756
13765
|
TrelloPlannerCalendarColor["TealSubtlest"] = "TEAL_SUBTLEST";
|
|
13757
13766
|
TrelloPlannerCalendarColor["YellowBolder"] = "YELLOW_BOLDER";
|
|
13767
|
+
TrelloPlannerCalendarColor["YellowSubtle"] = "YELLOW_SUBTLE";
|
|
13758
13768
|
TrelloPlannerCalendarColor["YellowSubtler"] = "YELLOW_SUBTLER";
|
|
13759
13769
|
TrelloPlannerCalendarColor["YellowSubtlest"] = "YELLOW_SUBTLEST";
|
|
13760
13770
|
})(TrelloPlannerCalendarColor = exports.TrelloPlannerCalendarColor || (exports.TrelloPlannerCalendarColor = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "8.15.1-next.4-experimental-
|
|
3
|
+
"version": "8.15.1-next.4-experimental-d997307",
|
|
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": "12.1.0-next.2-experimental-
|
|
15
|
+
"@forge/manifest": "12.1.0-next.2-experimental-d997307",
|
|
16
16
|
"@forge/util": "2.0.1",
|
|
17
17
|
"@forge/i18n": "0.0.7",
|
|
18
18
|
"@sentry/node": "7.106.0",
|