@forge/cli-shared 2.2.0-next.20 → 2.2.0-next.21

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,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.2.0-next.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [271b98a]
8
+ - Updated dependencies [2bca1c0]
9
+ - @forge/manifest@2.6.0-next.20
10
+
3
11
  ## 2.2.0-next.20
4
12
 
5
13
  ### Patch Changes
@@ -4481,6 +4481,7 @@ export declare type DevOpsToolContainer = Node & {
4481
4481
  displayName: Scalars['String'];
4482
4482
  productKey: Scalars['String'];
4483
4483
  url: Scalars['String'];
4484
+ underlyingId: Scalars['String'];
4484
4485
  };
4485
4486
  export declare type DevOpsToolContainerConnection = {
4486
4487
  __typename?: 'DevOpsToolContainerConnection';
@@ -4514,6 +4515,7 @@ export declare type DevOpsToolNamespace = Node & {
4514
4515
  displayName: Scalars['String'];
4515
4516
  productKey: Scalars['String'];
4516
4517
  canCreateContainer: Scalars['Boolean'];
4518
+ underlyingId: Scalars['String'];
4517
4519
  containers?: Maybe<DevOpsToolContainerConnection>;
4518
4520
  };
4519
4521
  export declare type DevOpsToolNamespaceContainersArgs = {
@@ -4684,8 +4686,10 @@ export declare type EstimationBoardFeatureView = Node & {
4684
4686
  id: Scalars['ID'];
4685
4687
  title?: Maybe<Scalars['String']>;
4686
4688
  description?: Maybe<Scalars['String']>;
4687
- isEnabled?: Maybe<Scalars['Boolean']>;
4689
+ status?: Maybe<Scalars['String']>;
4688
4690
  canEnable?: Maybe<Scalars['Boolean']>;
4691
+ learnMoreLink?: Maybe<Scalars['String']>;
4692
+ imageUri?: Maybe<Scalars['String']>;
4689
4693
  permissibleEstimationTypes?: Maybe<Array<Maybe<PermissibleEstimationType>>>;
4690
4694
  selectedEstimationType?: Maybe<PermissibleEstimationType>;
4691
4695
  };
@@ -6994,8 +6998,8 @@ export declare type JiraIssueTypeFieldIssueTypesArgs = {
6994
6998
  };
6995
6999
  export declare type JiraIssueTypeHierarchyLevel = {
6996
7000
  __typename?: 'JiraIssueTypeHierarchyLevel';
6997
- level: Scalars['Int'];
6998
- name: Scalars['String'];
7001
+ level?: Maybe<Scalars['Int']>;
7002
+ name?: Maybe<Scalars['String']>;
6999
7003
  };
7000
7004
  export declare enum JiraJqlAutocompleteType {
7001
7005
  None = "NONE",