@forge/cli-shared 6.8.0-next.14 → 6.8.0-next.15

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.
@@ -5746,6 +5746,7 @@ var JiraJourneyStatus;
5746
5746
  JiraJourneyStatus["Disabled"] = "DISABLED";
5747
5747
  JiraJourneyStatus["Draft"] = "DRAFT";
5748
5748
  JiraJourneyStatus["Published"] = "PUBLISHED";
5749
+ JiraJourneyStatus["Superseded"] = "SUPERSEDED";
5749
5750
  })(JiraJourneyStatus = exports.JiraJourneyStatus || (exports.JiraJourneyStatus = {}));
5750
5751
  var JiraJourneyStatusDependencyType;
5751
5752
  (function (JiraJourneyStatusDependencyType) {
@@ -5890,6 +5891,7 @@ var JiraNavigationItemTypeKey;
5890
5891
  JiraNavigationItemTypeKey["Forms"] = "FORMS";
5891
5892
  JiraNavigationItemTypeKey["GetStarted"] = "GET_STARTED";
5892
5893
  JiraNavigationItemTypeKey["Goals"] = "GOALS";
5894
+ JiraNavigationItemTypeKey["Inbox"] = "INBOX";
5893
5895
  JiraNavigationItemTypeKey["Incidents"] = "INCIDENTS";
5894
5896
  JiraNavigationItemTypeKey["Issues"] = "ISSUES";
5895
5897
  JiraNavigationItemTypeKey["List"] = "LIST";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.8.0-next.14",
3
+ "version": "6.8.0-next.15",
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": "8.9.0-next.7",
15
+ "@forge/manifest": "8.9.0-next.8",
16
16
  "@forge/util": "1.4.8",
17
17
  "@forge/i18n": "0.0.5-next.0",
18
18
  "@sentry/node": "7.106.0",