npm package diff
Package: @forge/cli-shared
Versions: 6.6.1-next.9 - 6.6.1-next.10
File: package/out/graphql/graphql-types.js
Index: package/out/graphql/graphql-types.js
===================================================================
--- package/out/graphql/graphql-types.js
+++ package/out/graphql/graphql-types.js
@@ -5700,8 +5700,9 @@
JiraNotificationCategoryType["IssueChanges"] = "ISSUE_CHANGES";
JiraNotificationCategoryType["IssueMentioned"] = "ISSUE_MENTIONED";
JiraNotificationCategoryType["IssueMiscellaneous"] = "ISSUE_MISCELLANEOUS";
JiraNotificationCategoryType["IssueWorklogChanges"] = "ISSUE_WORKLOG_CHANGES";
+ JiraNotificationCategoryType["Recurring"] = "RECURRING";
})(JiraNotificationCategoryType = exports.JiraNotificationCategoryType || (exports.JiraNotificationCategoryType = {}));
var JiraNotificationChannelType;
(function (JiraNotificationChannelType) {
JiraNotificationChannelType["Email"] = "EMAIL";
@@ -5712,8 +5713,9 @@
(function (JiraNotificationType) {
JiraNotificationType["CommentCreated"] = "COMMENT_CREATED";
JiraNotificationType["CommentDeleted"] = "COMMENT_DELETED";
JiraNotificationType["CommentEdited"] = "COMMENT_EDITED";
+ JiraNotificationType["DailyDueDateNotification"] = "DAILY_DUE_DATE_NOTIFICATION";
JiraNotificationType["IssueAssigned"] = "ISSUE_ASSIGNED";
JiraNotificationType["IssueCreated"] = "ISSUE_CREATED";
JiraNotificationType["IssueDeleted"] = "ISSUE_DELETED";
JiraNotificationType["IssueMoved"] = "ISSUE_MOVED";
@@ -8981,8 +8983,9 @@
})(TrelloCardCoverSize = exports.TrelloCardCoverSize || (exports.TrelloCardCoverSize = {}));
var TrelloCardExternalSource;
(function (TrelloCardExternalSource) {
TrelloCardExternalSource["Email"] = "EMAIL";
+ TrelloCardExternalSource["Siri"] = "SIRI";
TrelloCardExternalSource["Slack"] = "SLACK";
})(TrelloCardExternalSource = exports.TrelloCardExternalSource || (exports.TrelloCardExternalSource = {}));
var TrelloCardRole;
(function (TrelloCardRole) {