@forge/cli-shared 3.1.0 → 3.1.1-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.
@@ -1148,6 +1148,7 @@ var MarketplaceBillingCycle;
1148
1148
  })(MarketplaceBillingCycle = exports.MarketplaceBillingCycle || (exports.MarketplaceBillingCycle = {}));
1149
1149
  var MarketplaceCloudFortifiedStatus;
1150
1150
  (function (MarketplaceCloudFortifiedStatus) {
1151
+ MarketplaceCloudFortifiedStatus["Applied"] = "APPLIED";
1151
1152
  MarketplaceCloudFortifiedStatus["Approved"] = "APPROVED";
1152
1153
  MarketplaceCloudFortifiedStatus["Rejected"] = "REJECTED";
1153
1154
  MarketplaceCloudFortifiedStatus["NotAParticipant"] = "NOT_A_PARTICIPANT";
@@ -1208,6 +1209,7 @@ var MarketplacePricingTierType;
1208
1209
  })(MarketplacePricingTierType = exports.MarketplacePricingTierType || (exports.MarketplacePricingTierType = {}));
1209
1210
  var MarketplaceProgramStatus;
1210
1211
  (function (MarketplaceProgramStatus) {
1212
+ MarketplaceProgramStatus["Applied"] = "APPLIED";
1211
1213
  MarketplaceProgramStatus["Approved"] = "APPROVED";
1212
1214
  MarketplaceProgramStatus["Rejected"] = "REJECTED";
1213
1215
  MarketplaceProgramStatus["NotAParticipant"] = "NOT_A_PARTICIPANT";
@@ -1250,6 +1252,7 @@ var PolarisFieldType;
1250
1252
  PolarisFieldType["PolarisIdeaOptionsField"] = "PolarisIdeaOptionsField";
1251
1253
  PolarisFieldType["PolarisIdeaLabelsField"] = "PolarisIdeaLabelsField";
1252
1254
  PolarisFieldType["PolarisIdeaNumberField"] = "PolarisIdeaNumberField";
1255
+ PolarisFieldType["PolarisIdeaExternalReferenceField"] = "PolarisIdeaExternalReferenceField";
1253
1256
  PolarisFieldType["PolarisIdeaPlayField"] = "PolarisIdeaPlayField";
1254
1257
  })(PolarisFieldType = exports.PolarisFieldType || (exports.PolarisFieldType = {}));
1255
1258
  var PolarisPlayKind;
@@ -1797,13 +1800,14 @@ var ShepherdAlertStatus;
1797
1800
  var ShepherdAlertTemplateType;
1798
1801
  (function (ShepherdAlertTemplateType) {
1799
1802
  ShepherdAlertTemplateType["AddedOrgadmin"] = "ADDED_ORGADMIN";
1803
+ ShepherdAlertTemplateType["AdminPasswordReset"] = "ADMIN_PASSWORD_RESET";
1800
1804
  ShepherdAlertTemplateType["ConfluencePageCrawling"] = "CONFLUENCE_PAGE_CRAWLING";
1801
1805
  ShepherdAlertTemplateType["CreatedAuthPolicy"] = "CREATED_AUTH_POLICY";
1802
1806
  ShepherdAlertTemplateType["CreatedSamlConfig"] = "CREATED_SAML_CONFIG";
1803
1807
  ShepherdAlertTemplateType["Default"] = "DEFAULT";
1804
1808
  ShepherdAlertTemplateType["DeletedAuthPolicy"] = "DELETED_AUTH_POLICY";
1805
- ShepherdAlertTemplateType["EnabledGsyncSso"] = "ENABLED_GSYNC_SSO";
1806
1809
  ShepherdAlertTemplateType["EnableScimSync"] = "ENABLE_SCIM_SYNC";
1810
+ ShepherdAlertTemplateType["InitiatedGsyncConnection"] = "INITIATED_GSYNC_CONNECTION";
1807
1811
  ShepherdAlertTemplateType["TokenCreated"] = "TOKEN_CREATED";
1808
1812
  ShepherdAlertTemplateType["UpdatedAuthPolicy"] = "UPDATED_AUTH_POLICY";
1809
1813
  ShepherdAlertTemplateType["UserGrantedRole"] = "USER_GRANTED_ROLE";
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.0",
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.0",
16
16
  "@forge/util": "1.2.0",
17
17
  "array.prototype.flatmap": "^1.2.3",
18
18
  "case": "^1.6.2",