@forge/cli-shared 6.3.0-next.10 → 6.3.0-next.11
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
|
@@ -5319,6 +5319,7 @@ export declare type CompassFreeformUserDefinedParameter = CompassUserDefinedPara
|
|
|
5319
5319
|
};
|
|
5320
5320
|
export declare type CompassGlobalPermissions = {
|
|
5321
5321
|
__typename?: 'CompassGlobalPermissions';
|
|
5322
|
+
createComponents?: Maybe<CompassPermissionResult>;
|
|
5322
5323
|
createIncomingWebhooks?: Maybe<CompassPermissionResult>;
|
|
5323
5324
|
createMetricDefinitions?: Maybe<CompassPermissionResult>;
|
|
5324
5325
|
createScorecards?: Maybe<CompassPermissionResult>;
|
|
@@ -25185,6 +25186,7 @@ export declare type GraphStore = {
|
|
|
25185
25186
|
atlasProjectContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullAtlasProjectContributesToAtlasGoalConnection>;
|
|
25186
25187
|
atlasProjectDependsOnAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection>;
|
|
25187
25188
|
atlasProjectDependsOnAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection>;
|
|
25189
|
+
atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
|
|
25188
25190
|
atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
|
|
25189
25191
|
atlasProjectIsRelatedToAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection>;
|
|
25190
25192
|
atlasProjectIsTrackedOnJiraEpic?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
@@ -25639,6 +25641,13 @@ export declare type GraphStoreAtlasProjectDependsOnAtlasProjectInverseArgs = {
|
|
|
25639
25641
|
id: Scalars['ID']['input'];
|
|
25640
25642
|
sort?: InputMaybe<GraphStoreAtlasProjectDependsOnAtlasProjectSortInput>;
|
|
25641
25643
|
};
|
|
25644
|
+
export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
|
|
25645
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25646
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25647
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25648
|
+
id: Scalars['ID']['input'];
|
|
25649
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasFollowerSortInput>;
|
|
25650
|
+
};
|
|
25642
25651
|
export declare type GraphStoreAtlasProjectIsRelatedToAtlasProjectArgs = {
|
|
25643
25652
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25644
25653
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -28021,6 +28030,9 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
|
28021
28030
|
export declare type GraphStoreAtlasProjectDependsOnAtlasProjectSortInput = {
|
|
28022
28031
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28023
28032
|
};
|
|
28033
|
+
export declare type GraphStoreAtlasProjectHasFollowerSortInput = {
|
|
28034
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28035
|
+
};
|
|
28024
28036
|
export declare type GraphStoreAtlasProjectIsRelatedToAtlasProjectSortInput = {
|
|
28025
28037
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28026
28038
|
};
|
|
@@ -29056,14 +29068,28 @@ export declare enum GraphStoreCreateVulnerabilityAssociatedIssueVulnerabilityTyp
|
|
|
29056
29068
|
}
|
|
29057
29069
|
export declare type GraphStoreCypherQueryConnection = {
|
|
29058
29070
|
__typename?: 'GraphStoreCypherQueryConnection';
|
|
29059
|
-
edges: Array<
|
|
29071
|
+
edges: Array<GraphStoreCypherQueryEdge>;
|
|
29060
29072
|
pageInfo: PageInfo;
|
|
29061
29073
|
};
|
|
29074
|
+
export declare type GraphStoreCypherQueryEdge = {
|
|
29075
|
+
__typename?: 'GraphStoreCypherQueryEdge';
|
|
29076
|
+
node: GraphStoreCypherQueryNode;
|
|
29077
|
+
};
|
|
29078
|
+
export declare type GraphStoreCypherQueryFromNode = {
|
|
29079
|
+
__typename?: 'GraphStoreCypherQueryFromNode';
|
|
29080
|
+
id: Scalars['ID']['output'];
|
|
29081
|
+
};
|
|
29062
29082
|
export declare type GraphStoreCypherQueryNode = {
|
|
29063
29083
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
29084
|
+
from: GraphStoreCypherQueryFromNode;
|
|
29085
|
+
to: GraphStoreCypherQueryToNode;
|
|
29086
|
+
};
|
|
29087
|
+
export declare type GraphStoreCypherQueryToNode = {
|
|
29088
|
+
__typename?: 'GraphStoreCypherQueryToNode';
|
|
29089
|
+
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
29064
29090
|
id: Scalars['ID']['output'];
|
|
29065
|
-
issues: Array<Scalars['ID']['output']>;
|
|
29066
29091
|
};
|
|
29092
|
+
export declare type GraphStoreCypherQueryToNodeUnion = JiraIssue;
|
|
29067
29093
|
export declare type GraphStoreDateFilterInput = {
|
|
29068
29094
|
after?: InputMaybe<Scalars['DateTime']['input']>;
|
|
29069
29095
|
before?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -33798,6 +33824,20 @@ export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverse
|
|
|
33798
33824
|
};
|
|
33799
33825
|
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseUnion = TownsquareProject;
|
|
33800
33826
|
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectUnion = TownsquareProject;
|
|
33827
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection = HasPageInfo & {
|
|
33828
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection';
|
|
33829
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge>>>;
|
|
33830
|
+
pageInfo: PageInfo;
|
|
33831
|
+
};
|
|
33832
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge = {
|
|
33833
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge';
|
|
33834
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33835
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33836
|
+
id: Scalars['ID']['output'];
|
|
33837
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33838
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion>;
|
|
33839
|
+
};
|
|
33840
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion = TownsquareProject;
|
|
33801
33841
|
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection = HasPageInfo & {
|
|
33802
33842
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection';
|
|
33803
33843
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectEdge>>>;
|
|
@@ -64385,9 +64425,17 @@ export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
|
|
|
64385
64425
|
type: RadarFilterInputType;
|
|
64386
64426
|
values?: Maybe<Array<Maybe<RadarFieldValue>>>;
|
|
64387
64427
|
};
|
|
64428
|
+
export declare enum RadarStatusAppearance {
|
|
64429
|
+
Default = "default",
|
|
64430
|
+
InProgress = "inProgress",
|
|
64431
|
+
Moved = "moved",
|
|
64432
|
+
New = "new",
|
|
64433
|
+
Removed = "removed",
|
|
64434
|
+
Success = "success"
|
|
64435
|
+
}
|
|
64388
64436
|
export declare type RadarStatusFieldValue = {
|
|
64389
64437
|
__typename?: 'RadarStatusFieldValue';
|
|
64390
|
-
|
|
64438
|
+
appearance?: Maybe<RadarStatusAppearance>;
|
|
64391
64439
|
displayValue?: Maybe<Scalars['String']['output']>;
|
|
64392
64440
|
value?: Maybe<Scalars['String']['output']>;
|
|
64393
64441
|
};
|
|
@@ -64404,8 +64452,8 @@ export declare type RadarUrlFieldValue = {
|
|
|
64404
64452
|
};
|
|
64405
64453
|
export declare type RadarWorkspace = {
|
|
64406
64454
|
__typename?: 'RadarWorkspace';
|
|
64407
|
-
cloudId: Scalars['ID']['output'];
|
|
64408
64455
|
focusAreaFields: Array<RadarFieldDefinition>;
|
|
64456
|
+
id: Scalars['ID']['output'];
|
|
64409
64457
|
positionFields: Array<RadarFieldDefinition>;
|
|
64410
64458
|
};
|
|
64411
64459
|
export declare type RankColumnInput = {
|