@forge/cli-shared 2.2.0-next.16 → 2.2.0-next.17
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
|
@@ -1008,34 +1008,6 @@ export declare type BoardFeature = {
|
|
|
1008
1008
|
category: Scalars['String'];
|
|
1009
1009
|
prerequisites?: Maybe<Array<Maybe<BoardFeature>>>;
|
|
1010
1010
|
};
|
|
1011
|
-
export declare type BoardFeatureConnection = {
|
|
1012
|
-
__typename?: 'BoardFeatureConnection';
|
|
1013
|
-
pageInfo?: Maybe<PageInfo>;
|
|
1014
|
-
edges?: Maybe<Array<Maybe<BoardFeatureEdge>>>;
|
|
1015
|
-
};
|
|
1016
|
-
export declare type BoardFeatureEdge = {
|
|
1017
|
-
__typename?: 'BoardFeatureEdge';
|
|
1018
|
-
order?: Maybe<Scalars['Int']>;
|
|
1019
|
-
cursor?: Maybe<Scalars['String']>;
|
|
1020
|
-
node?: Maybe<BoardFeatureView>;
|
|
1021
|
-
};
|
|
1022
|
-
export declare type BoardFeatureGroup = Node & {
|
|
1023
|
-
__typename?: 'BoardFeatureGroup';
|
|
1024
|
-
id: Scalars['ID'];
|
|
1025
|
-
name?: Maybe<Scalars['String']>;
|
|
1026
|
-
features?: Maybe<BoardFeatureConnection>;
|
|
1027
|
-
};
|
|
1028
|
-
export declare type BoardFeatureGroupConnection = {
|
|
1029
|
-
__typename?: 'BoardFeatureGroupConnection';
|
|
1030
|
-
pageInfo?: Maybe<PageInfo>;
|
|
1031
|
-
edges?: Maybe<Array<Maybe<BoardFeatureGroupEdge>>>;
|
|
1032
|
-
};
|
|
1033
|
-
export declare type BoardFeatureGroupEdge = {
|
|
1034
|
-
__typename?: 'BoardFeatureGroupEdge';
|
|
1035
|
-
order?: Maybe<Scalars['Int']>;
|
|
1036
|
-
cursor?: Maybe<Scalars['String']>;
|
|
1037
|
-
node?: Maybe<BoardFeatureGroup>;
|
|
1038
|
-
};
|
|
1039
1011
|
export declare enum BoardFeatureStatus {
|
|
1040
1012
|
Enabled = "ENABLED",
|
|
1041
1013
|
Disabled = "DISABLED",
|
|
@@ -1045,14 +1017,6 @@ export declare enum BoardFeatureToggleStatus {
|
|
|
1045
1017
|
Enabled = "ENABLED",
|
|
1046
1018
|
Disabled = "DISABLED"
|
|
1047
1019
|
}
|
|
1048
|
-
export declare type BoardFeatureView = Node & {
|
|
1049
|
-
__typename?: 'BoardFeatureView';
|
|
1050
|
-
id: Scalars['ID'];
|
|
1051
|
-
title?: Maybe<Scalars['String']>;
|
|
1052
|
-
description?: Maybe<Scalars['String']>;
|
|
1053
|
-
isEnabled?: Maybe<Scalars['Boolean']>;
|
|
1054
|
-
canEnable?: Maybe<Scalars['Boolean']>;
|
|
1055
|
-
};
|
|
1056
1020
|
export declare type BoardScope = {
|
|
1057
1021
|
__typename?: 'BoardScope';
|
|
1058
1022
|
board?: Maybe<SoftwareBoard>;
|
|
@@ -1062,7 +1026,6 @@ export declare type BoardScope = {
|
|
|
1062
1026
|
projectLocation: SoftwareProject;
|
|
1063
1027
|
cardParents: Array<Maybe<CardParent>>;
|
|
1064
1028
|
features: Array<Maybe<BoardFeature>>;
|
|
1065
|
-
featureGroups?: Maybe<BoardFeatureGroupConnection>;
|
|
1066
1029
|
reports?: Maybe<SoftwareReports>;
|
|
1067
1030
|
cards: Array<Maybe<SoftwareCard>>;
|
|
1068
1031
|
estimation?: Maybe<EstimationConfig>;
|