@forge/cli-shared 3.17.1-next.1 → 3.17.1-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.
@@ -2719,6 +2719,7 @@ var ShepherdAlertTemplateType;
2719
2719
  ShepherdAlertTemplateType["EcosystemAuditLogInstallationCreated"] = "ECOSYSTEM_AUDIT_LOG_INSTALLATION_CREATED";
2720
2720
  ShepherdAlertTemplateType["EcosystemAuditLogInstallationDeleted"] = "ECOSYSTEM_AUDIT_LOG_INSTALLATION_DELETED";
2721
2721
  ShepherdAlertTemplateType["EcosystemAuditLogUserGrantCreated"] = "ECOSYSTEM_AUDIT_LOG_USER_GRANT_CREATED";
2722
+ ShepherdAlertTemplateType["EducationalAlert"] = "EDUCATIONAL_ALERT";
2722
2723
  ShepherdAlertTemplateType["EnableScimSync"] = "ENABLE_SCIM_SYNC";
2723
2724
  ShepherdAlertTemplateType["ExportedOrgeventscsv"] = "EXPORTED_ORGEVENTSCSV";
2724
2725
  ShepherdAlertTemplateType["GrantAssignedJiraPermissionScheme"] = "GRANT_ASSIGNED_JIRA_PERMISSION_SCHEME";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "3.17.1-next.1",
3
+ "version": "3.17.1-next.2",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,7 +12,7 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "4.18.1-next.0",
15
+ "@forge/manifest": "4.18.1-next.1",
16
16
  "@forge/util": "1.3.1",
17
17
  "@sentry/node": "^7.61.0",
18
18
  "adm-zip": "^0.5.10",