@forge/cli-shared 3.1.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) {
@@ -1148,6 +1149,7 @@ var MarketplaceBillingCycle;
1148
1149
  })(MarketplaceBillingCycle = exports.MarketplaceBillingCycle || (exports.MarketplaceBillingCycle = {}));
1149
1150
  var MarketplaceCloudFortifiedStatus;
1150
1151
  (function (MarketplaceCloudFortifiedStatus) {
1152
+ MarketplaceCloudFortifiedStatus["Applied"] = "APPLIED";
1151
1153
  MarketplaceCloudFortifiedStatus["Approved"] = "APPROVED";
1152
1154
  MarketplaceCloudFortifiedStatus["Rejected"] = "REJECTED";
1153
1155
  MarketplaceCloudFortifiedStatus["NotAParticipant"] = "NOT_A_PARTICIPANT";
@@ -1208,6 +1210,7 @@ var MarketplacePricingTierType;
1208
1210
  })(MarketplacePricingTierType = exports.MarketplacePricingTierType || (exports.MarketplacePricingTierType = {}));
1209
1211
  var MarketplaceProgramStatus;
1210
1212
  (function (MarketplaceProgramStatus) {
1213
+ MarketplaceProgramStatus["Applied"] = "APPLIED";
1211
1214
  MarketplaceProgramStatus["Approved"] = "APPROVED";
1212
1215
  MarketplaceProgramStatus["Rejected"] = "REJECTED";
1213
1216
  MarketplaceProgramStatus["NotAParticipant"] = "NOT_A_PARTICIPANT";
@@ -1250,6 +1253,8 @@ var PolarisFieldType;
1250
1253
  PolarisFieldType["PolarisIdeaOptionsField"] = "PolarisIdeaOptionsField";
1251
1254
  PolarisFieldType["PolarisIdeaLabelsField"] = "PolarisIdeaLabelsField";
1252
1255
  PolarisFieldType["PolarisIdeaNumberField"] = "PolarisIdeaNumberField";
1256
+ PolarisFieldType["PolarisIdeaExternalReferenceField"] = "PolarisIdeaExternalReferenceField";
1257
+ PolarisFieldType["PolarisIdeaIntervalField"] = "PolarisIdeaIntervalField";
1253
1258
  PolarisFieldType["PolarisIdeaPlayField"] = "PolarisIdeaPlayField";
1254
1259
  })(PolarisFieldType = exports.PolarisFieldType || (exports.PolarisFieldType = {}));
1255
1260
  var PolarisPlayKind;
@@ -1797,15 +1802,21 @@ var ShepherdAlertStatus;
1797
1802
  var ShepherdAlertTemplateType;
1798
1803
  (function (ShepherdAlertTemplateType) {
1799
1804
  ShepherdAlertTemplateType["AddedOrgadmin"] = "ADDED_ORGADMIN";
1805
+ ShepherdAlertTemplateType["AdminPasswordReset"] = "ADMIN_PASSWORD_RESET";
1800
1806
  ShepherdAlertTemplateType["ConfluencePageCrawling"] = "CONFLUENCE_PAGE_CRAWLING";
1801
1807
  ShepherdAlertTemplateType["CreatedAuthPolicy"] = "CREATED_AUTH_POLICY";
1802
1808
  ShepherdAlertTemplateType["CreatedSamlConfig"] = "CREATED_SAML_CONFIG";
1803
1809
  ShepherdAlertTemplateType["Default"] = "DEFAULT";
1804
1810
  ShepherdAlertTemplateType["DeletedAuthPolicy"] = "DELETED_AUTH_POLICY";
1805
- ShepherdAlertTemplateType["EnabledGsyncSso"] = "ENABLED_GSYNC_SSO";
1806
1811
  ShepherdAlertTemplateType["EnableScimSync"] = "ENABLE_SCIM_SYNC";
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";
1807
1817
  ShepherdAlertTemplateType["TokenCreated"] = "TOKEN_CREATED";
1808
1818
  ShepherdAlertTemplateType["UpdatedAuthPolicy"] = "UPDATED_AUTH_POLICY";
1819
+ ShepherdAlertTemplateType["UpdatedSamlConfig"] = "UPDATED_SAML_CONFIG";
1809
1820
  ShepherdAlertTemplateType["UserGrantedRole"] = "USER_GRANTED_ROLE";
1810
1821
  ShepherdAlertTemplateType["UserRevokedRole"] = "USER_REVOKED_ROLE";
1811
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.0",
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.0",
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",