@forge/cli-shared 3.10.2-next.1 → 3.10.3-next.0
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.
|
@@ -2114,6 +2114,7 @@ var Scope;
|
|
|
2114
2114
|
Scope["MigrateConfluence"] = "MIGRATE_CONFLUENCE";
|
|
2115
2115
|
Scope["ReadTeam"] = "READ_TEAM";
|
|
2116
2116
|
Scope["ReadTeamMembers"] = "READ_TEAM_MEMBERS";
|
|
2117
|
+
Scope["TrelloAtlassianExternal"] = "TRELLO_ATLASSIAN_EXTERNAL";
|
|
2117
2118
|
})(Scope = exports.Scope || (exports.Scope = {}));
|
|
2118
2119
|
var SearchBoardProductType;
|
|
2119
2120
|
(function (SearchBoardProductType) {
|
|
@@ -2177,6 +2178,7 @@ var ShepherdAlertTemplateType;
|
|
|
2177
2178
|
(function (ShepherdAlertTemplateType) {
|
|
2178
2179
|
ShepherdAlertTemplateType["AddedConfluenceGlobalPermission"] = "ADDED_CONFLUENCE_GLOBAL_PERMISSION";
|
|
2179
2180
|
ShepherdAlertTemplateType["AddedConfluenceSpacePermission"] = "ADDED_CONFLUENCE_SPACE_PERMISSION";
|
|
2181
|
+
ShepherdAlertTemplateType["AddedJiraGlobalPermission"] = "ADDED_JIRA_GLOBAL_PERMISSION";
|
|
2180
2182
|
ShepherdAlertTemplateType["AddedOrgadmin"] = "ADDED_ORGADMIN";
|
|
2181
2183
|
ShepherdAlertTemplateType["ConfluencePageCrawling"] = "CONFLUENCE_PAGE_CRAWLING";
|
|
2182
2184
|
ShepherdAlertTemplateType["ConfluencePageExports"] = "CONFLUENCE_PAGE_EXPORTS";
|
|
@@ -2197,6 +2199,7 @@ var ShepherdAlertTemplateType;
|
|
|
2197
2199
|
ShepherdAlertTemplateType["EcosystemAuditLogUserGrantCreated"] = "ECOSYSTEM_AUDIT_LOG_USER_GRANT_CREATED";
|
|
2198
2200
|
ShepherdAlertTemplateType["EnableScimSync"] = "ENABLE_SCIM_SYNC";
|
|
2199
2201
|
ShepherdAlertTemplateType["ExportedOrgeventscsv"] = "EXPORTED_ORGEVENTSCSV";
|
|
2202
|
+
ShepherdAlertTemplateType["GrantAssignedJiraPermissionScheme"] = "GRANT_ASSIGNED_JIRA_PERMISSION_SCHEME";
|
|
2200
2203
|
ShepherdAlertTemplateType["IdentityPasswordResetCompletedUser"] = "IDENTITY_PASSWORD_RESET_COMPLETED_USER";
|
|
2201
2204
|
ShepherdAlertTemplateType["InitiatedGsyncConnection"] = "INITIATED_GSYNC_CONNECTION";
|
|
2202
2205
|
ShepherdAlertTemplateType["JiraIssueCrawling"] = "JIRA_ISSUE_CRAWLING";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.3-next.0",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "4.9.
|
|
16
|
-
"@forge/util": "1.2.3
|
|
15
|
+
"@forge/manifest": "4.9.3-next.0",
|
|
16
|
+
"@forge/util": "1.2.3",
|
|
17
17
|
"@sentry/node": "^7.29.0",
|
|
18
18
|
"array.prototype.flatmap": "^1.2.3",
|
|
19
19
|
"case": "^1.6.3",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"yaml": "^1.10.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
+
"@atlassian/xen-test-util": "^1.1.1",
|
|
48
49
|
"@graphql-codegen/add": "^2.0.1",
|
|
49
50
|
"@graphql-codegen/cli": "^1.21.6",
|
|
50
51
|
"@graphql-codegen/typescript": "^1.17.10",
|