@forge/cli-shared

8.15.1-next.4-experimental-2682d7a8.15.1-next.5
out/graphql/graphql-types.js
out/graphql/graphql-types.js
+10
Index: package/out/graphql/graphql-types.js
===================================================================
--- package/out/graphql/graphql-types.js
+++ package/out/graphql/graphql-types.js
@@ -9578,8 +9578,9 @@
     KnowledgeDiscoveryEntityType["User"] = "USER";
 })(KnowledgeDiscoveryEntityType = exports.KnowledgeDiscoveryEntityType || (exports.KnowledgeDiscoveryEntityType = {}));
 var KnowledgeDiscoveryJiraIntentDetectionModel;
 (function (KnowledgeDiscoveryJiraIntentDetectionModel) {
+    KnowledgeDiscoveryJiraIntentDetectionModel["FpsHeuristic"] = "FPS_HEURISTIC";
     KnowledgeDiscoveryJiraIntentDetectionModel["GninHeuristic"] = "GNIN_HEURISTIC";
 })(KnowledgeDiscoveryJiraIntentDetectionModel = exports.KnowledgeDiscoveryJiraIntentDetectionModel || (exports.KnowledgeDiscoveryJiraIntentDetectionModel = {}));
 var KnowledgeDiscoveryJiraSearchClassificationType;
 (function (KnowledgeDiscoveryJiraSearchClassificationType) {
@@ -13735,27 +13736,36 @@
     TrelloListType["Datasource"] = "DATASOURCE";
 })(TrelloListType = exports.TrelloListType || (exports.TrelloListType = {}));
 var TrelloPlannerCalendarColor;
 (function (TrelloPlannerCalendarColor) {
+    TrelloPlannerCalendarColor["BlueSubtle"] = "BLUE_SUBTLE";
     TrelloPlannerCalendarColor["BlueSubtler"] = "BLUE_SUBTLER";
     TrelloPlannerCalendarColor["BlueSubtlest"] = "BLUE_SUBTLEST";
+    TrelloPlannerCalendarColor["GraySubtle"] = "GRAY_SUBTLE";
     TrelloPlannerCalendarColor["GraySubtler"] = "GRAY_SUBTLER";
     TrelloPlannerCalendarColor["GraySubtlest"] = "GRAY_SUBTLEST";
+    TrelloPlannerCalendarColor["GreenSubtle"] = "GREEN_SUBTLE";
     TrelloPlannerCalendarColor["GreenSubtler"] = "GREEN_SUBTLER";
     TrelloPlannerCalendarColor["GreenSubtlest"] = "GREEN_SUBTLEST";
     TrelloPlannerCalendarColor["LimeSubtler"] = "LIME_SUBTLER";
     TrelloPlannerCalendarColor["LimeSubtlest"] = "LIME_SUBTLEST";
+    TrelloPlannerCalendarColor["MagentaSubtle"] = "MAGENTA_SUBTLE";
     TrelloPlannerCalendarColor["MagentaSubtler"] = "MAGENTA_SUBTLER";
     TrelloPlannerCalendarColor["MagentaSubtlest"] = "MAGENTA_SUBTLEST";
+    TrelloPlannerCalendarColor["OrangeSubtle"] = "ORANGE_SUBTLE";
     TrelloPlannerCalendarColor["OrangeSubtler"] = "ORANGE_SUBTLER";
     TrelloPlannerCalendarColor["OrangeSubtlest"] = "ORANGE_SUBTLEST";
     TrelloPlannerCalendarColor["PurpleSubtle"] = "PURPLE_SUBTLE";
+    TrelloPlannerCalendarColor["PurpleSubtler"] = "PURPLE_SUBTLER";
     TrelloPlannerCalendarColor["PurpleSubtlest"] = "PURPLE_SUBTLEST";
+    TrelloPlannerCalendarColor["RedSubtle"] = "RED_SUBTLE";
     TrelloPlannerCalendarColor["RedSubtler"] = "RED_SUBTLER";
     TrelloPlannerCalendarColor["RedSubtlest"] = "RED_SUBTLEST";
+    TrelloPlannerCalendarColor["TealSubtle"] = "TEAL_SUBTLE";
     TrelloPlannerCalendarColor["TealSubtler"] = "TEAL_SUBTLER";
     TrelloPlannerCalendarColor["TealSubtlest"] = "TEAL_SUBTLEST";
     TrelloPlannerCalendarColor["YellowBolder"] = "YELLOW_BOLDER";
+    TrelloPlannerCalendarColor["YellowSubtle"] = "YELLOW_SUBTLE";
     TrelloPlannerCalendarColor["YellowSubtler"] = "YELLOW_SUBTLER";
     TrelloPlannerCalendarColor["YellowSubtlest"] = "YELLOW_SUBTLEST";
 })(TrelloPlannerCalendarColor = exports.TrelloPlannerCalendarColor || (exports.TrelloPlannerCalendarColor = {}));
 var TrelloPlannerCalendarEventStatus;