@forge/cli-shared 9.0.1-next.3 → 9.0.1-next.4

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.
@@ -2074,6 +2074,7 @@ var AssetsVerticalObjectsOrderDirection;
2074
2074
  })(AssetsVerticalObjectsOrderDirection || (exports.AssetsVerticalObjectsOrderDirection = AssetsVerticalObjectsOrderDirection = {}));
2075
2075
  var AssetsVerticalRoleAssignmentErrorCode;
2076
2076
  (function (AssetsVerticalRoleAssignmentErrorCode) {
2077
+ AssetsVerticalRoleAssignmentErrorCode["NotFound"] = "NOT_FOUND";
2077
2078
  AssetsVerticalRoleAssignmentErrorCode["PermissionDenied"] = "PERMISSION_DENIED";
2078
2079
  AssetsVerticalRoleAssignmentErrorCode["RoleAssignmentFailed"] = "ROLE_ASSIGNMENT_FAILED";
2079
2080
  AssetsVerticalRoleAssignmentErrorCode["Timeout"] = "TIMEOUT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "9.0.1-next.3",
3
+ "version": "9.0.1-next.4",
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": "13.1.0-next.2",
15
+ "@forge/manifest": "13.1.0-next.3",
16
16
  "@forge/util": "3.0.0",
17
17
  "@forge/i18n": "1.0.0",
18
18
  "@sentry/node": "7.106.0",