@forge/cli-shared 3.1.1-next.0 → 3.1.1-next.1
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.
|
@@ -278,6 +278,7 @@ var CompassEventType;
|
|
|
278
278
|
CompassEventType["Alert"] = "ALERT";
|
|
279
279
|
CompassEventType["Lifecycle"] = "LIFECYCLE";
|
|
280
280
|
CompassEventType["Custom"] = "CUSTOM";
|
|
281
|
+
CompassEventType["Push"] = "PUSH";
|
|
281
282
|
})(CompassEventType = exports.CompassEventType || (exports.CompassEventType = {}));
|
|
282
283
|
var CompassFieldType;
|
|
283
284
|
(function (CompassFieldType) {
|
|
@@ -1253,6 +1254,7 @@ var PolarisFieldType;
|
|
|
1253
1254
|
PolarisFieldType["PolarisIdeaLabelsField"] = "PolarisIdeaLabelsField";
|
|
1254
1255
|
PolarisFieldType["PolarisIdeaNumberField"] = "PolarisIdeaNumberField";
|
|
1255
1256
|
PolarisFieldType["PolarisIdeaExternalReferenceField"] = "PolarisIdeaExternalReferenceField";
|
|
1257
|
+
PolarisFieldType["PolarisIdeaIntervalField"] = "PolarisIdeaIntervalField";
|
|
1256
1258
|
PolarisFieldType["PolarisIdeaPlayField"] = "PolarisIdeaPlayField";
|
|
1257
1259
|
})(PolarisFieldType = exports.PolarisFieldType || (exports.PolarisFieldType = {}));
|
|
1258
1260
|
var PolarisPlayKind;
|
|
@@ -1808,8 +1810,13 @@ var ShepherdAlertTemplateType;
|
|
|
1808
1810
|
ShepherdAlertTemplateType["DeletedAuthPolicy"] = "DELETED_AUTH_POLICY";
|
|
1809
1811
|
ShepherdAlertTemplateType["EnableScimSync"] = "ENABLE_SCIM_SYNC";
|
|
1810
1812
|
ShepherdAlertTemplateType["InitiatedGsyncConnection"] = "INITIATED_GSYNC_CONNECTION";
|
|
1813
|
+
ShepherdAlertTemplateType["IpAllowlistPolicyCreated"] = "IP_ALLOWLIST_POLICY_CREATED";
|
|
1814
|
+
ShepherdAlertTemplateType["IpAllowlistPolicyDeleted"] = "IP_ALLOWLIST_POLICY_DELETED";
|
|
1815
|
+
ShepherdAlertTemplateType["IpAllowlistPolicyDisabled"] = "IP_ALLOWLIST_POLICY_DISABLED";
|
|
1816
|
+
ShepherdAlertTemplateType["IpAllowlistPolicyUpdated"] = "IP_ALLOWLIST_POLICY_UPDATED";
|
|
1811
1817
|
ShepherdAlertTemplateType["TokenCreated"] = "TOKEN_CREATED";
|
|
1812
1818
|
ShepherdAlertTemplateType["UpdatedAuthPolicy"] = "UPDATED_AUTH_POLICY";
|
|
1819
|
+
ShepherdAlertTemplateType["UpdatedSamlConfig"] = "UPDATED_SAML_CONFIG";
|
|
1813
1820
|
ShepherdAlertTemplateType["UserGrantedRole"] = "USER_GRANTED_ROLE";
|
|
1814
1821
|
ShepherdAlertTemplateType["UserRevokedRole"] = "USER_REVOKED_ROLE";
|
|
1815
1822
|
})(ShepherdAlertTemplateType = exports.ShepherdAlertTemplateType || (exports.ShepherdAlertTemplateType = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.1.1-next.
|
|
3
|
+
"version": "3.1.1-next.1",
|
|
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.2.1-next.
|
|
15
|
+
"@forge/manifest": "4.2.1-next.1",
|
|
16
16
|
"@forge/util": "1.2.0",
|
|
17
17
|
"array.prototype.flatmap": "^1.2.3",
|
|
18
18
|
"case": "^1.6.2",
|