@forge/cli-shared 3.1.0-next.0 → 3.1.0-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.1.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [151c4d8]
8
+ - @forge/manifest@4.2.0-next.0
9
+
3
10
  ## 3.1.0-next.0
4
11
 
5
12
  ### Minor Changes
@@ -6987,15 +6987,19 @@ export declare type FortifiedMetricsSuccessRateSeries = {
6987
6987
  };
6988
6988
  export declare type FortifiedSuccessRateMetricQuery = {
6989
6989
  __typename?: 'FortifiedSuccessRateMetricQuery';
6990
- serviceLevelObjectiveSuccessRate?: Maybe<FortifiedMetricsSuccessRateResult>;
6990
+ successRate?: Maybe<FortifiedMetricsSuccessRateResult>;
6991
6991
  alertConditionSuccessRate?: Maybe<FortifiedMetricsSuccessRateResult>;
6992
+ serviceLevelObjectiveSuccessRate?: Maybe<FortifiedMetricsSuccessRateResult>;
6992
6993
  };
6993
- export declare type FortifiedSuccessRateMetricQueryServiceLevelObjectiveSuccessRateArgs = {
6994
+ export declare type FortifiedSuccessRateMetricQuerySuccessRateArgs = {
6994
6995
  query: FortifiedMetricsQueryInput;
6995
6996
  };
6996
6997
  export declare type FortifiedSuccessRateMetricQueryAlertConditionSuccessRateArgs = {
6997
6998
  query: FortifiedMetricsQueryInput;
6998
6999
  };
7000
+ export declare type FortifiedSuccessRateMetricQueryServiceLevelObjectiveSuccessRateArgs = {
7001
+ query: FortifiedMetricsQueryInput;
7002
+ };
6999
7003
  export declare type FunctionDescription = {
7000
7004
  __typename?: 'FunctionDescription';
7001
7005
  key: Scalars['String'];
@@ -9408,8 +9412,7 @@ export declare type JiraIssueItemTabContainerItemEdge = {
9408
9412
  };
9409
9413
  export declare enum JiraIssueLifecycleState {
9410
9414
  Active = "ACTIVE",
9411
- Archived = "ARCHIVED",
9412
- HardDeleted = "HARD_DELETED"
9415
+ Archived = "ARCHIVED"
9413
9416
  }
9414
9417
  export declare type JiraIssueLink = {
9415
9418
  __typename?: 'JiraIssueLink';