@forge/cli-shared 8.15.0-next.1-experimental-919607a → 8.15.0-next.2

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.
@@ -2475,6 +2475,7 @@ var ConfluenceNbmVerificationResultOrder;
2475
2475
  (function (ConfluenceNbmVerificationResultOrder) {
2476
2476
  ConfluenceNbmVerificationResultOrder["AiState"] = "AI_STATE";
2477
2477
  ConfluenceNbmVerificationResultOrder["ManualState"] = "MANUAL_STATE";
2478
+ ConfluenceNbmVerificationResultOrder["Status"] = "STATUS";
2478
2479
  })(ConfluenceNbmVerificationResultOrder = exports.ConfluenceNbmVerificationResultOrder || (exports.ConfluenceNbmVerificationResultOrder = {}));
2479
2480
  var ConfluenceNbmVerificationStatus;
2480
2481
  (function (ConfluenceNbmVerificationStatus) {
@@ -3271,6 +3272,7 @@ var DataSecurityPolicyAction;
3271
3272
  DataSecurityPolicyAction["AnonymousAccess"] = "ANONYMOUS_ACCESS";
3272
3273
  DataSecurityPolicyAction["AppAccess"] = "APP_ACCESS";
3273
3274
  DataSecurityPolicyAction["AppAccessConfigured"] = "APP_ACCESS_CONFIGURED";
3275
+ DataSecurityPolicyAction["AttachmentDownload"] = "ATTACHMENT_DOWNLOAD";
3274
3276
  DataSecurityPolicyAction["PageExport"] = "PAGE_EXPORT";
3275
3277
  DataSecurityPolicyAction["PublicLinks"] = "PUBLIC_LINKS";
3276
3278
  })(DataSecurityPolicyAction = exports.DataSecurityPolicyAction || (exports.DataSecurityPolicyAction = {}));
@@ -4006,6 +4008,7 @@ var ExternalPullRequestStatus;
4006
4008
  var ExternalSpaceSubtype;
4007
4009
  (function (ExternalSpaceSubtype) {
4008
4010
  ExternalSpaceSubtype["Business"] = "BUSINESS";
4011
+ ExternalSpaceSubtype["Drive"] = "DRIVE";
4009
4012
  ExternalSpaceSubtype["Project"] = "PROJECT";
4010
4013
  ExternalSpaceSubtype["ServiceDesk"] = "SERVICE_DESK";
4011
4014
  ExternalSpaceSubtype["Site"] = "SITE";
@@ -10261,6 +10264,7 @@ var RadarEntityType;
10261
10264
  RadarEntityType["Proposal"] = "proposal";
10262
10265
  RadarEntityType["ProposedMovement"] = "proposedMovement";
10263
10266
  RadarEntityType["Team"] = "team";
10267
+ RadarEntityType["View"] = "view";
10264
10268
  RadarEntityType["Worker"] = "worker";
10265
10269
  })(RadarEntityType = exports.RadarEntityType || (exports.RadarEntityType = {}));
10266
10270
  var RadarFieldType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "8.15.0-next.1-experimental-919607a",
3
+ "version": "8.15.0-next.2",
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": "11.4.0-next.1-experimental-919607a",
15
+ "@forge/manifest": "11.4.0-next.2",
16
16
  "@forge/util": "2.0.1",
17
17
  "@forge/i18n": "0.0.7",
18
18
  "@sentry/node": "7.106.0",