@forge/cli-shared 3.16.0-next.20 → 3.16.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
|
@@ -1268,7 +1268,7 @@ export declare type AriGraphRelationshipNode = {
|
|
|
1268
1268
|
id: Scalars['ID'];
|
|
1269
1269
|
data?: Maybe<AriGraphRelationshipNodeData>;
|
|
1270
1270
|
};
|
|
1271
|
-
export declare type AriGraphRelationshipNodeData = DeploymentSummary | ConfluencePage | ConfluenceSpace | ThirdPartySecurityWorkspace | ThirdPartySecurityContainer | DevOpsDocument | DevOpsFeatureFlag | DevOpsPullRequestDetails | DevOpsSecurityVulnerabilityDetails | JiraIssue | JiraProject | JiraVersion | OpsgenieTeam | TownsquareGoal | TownsquareProject | TownsquareComment;
|
|
1271
|
+
export declare type AriGraphRelationshipNodeData = DeploymentSummary | ConfluencePage | ConfluenceSpace | ThirdPartySecurityWorkspace | ThirdPartySecurityContainer | DevOpsDocument | DevOpsFeatureFlag | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | JiraIssue | JiraProject | JiraVersion | OpsgenieTeam | TownsquareGoal | TownsquareProject | TownsquareComment;
|
|
1272
1272
|
export declare type AriGraphRelationshipsErrorReference = {
|
|
1273
1273
|
__typename?: 'AriGraphRelationshipsErrorReference';
|
|
1274
1274
|
from?: Maybe<Scalars['ID']>;
|
|
@@ -16551,12 +16551,20 @@ export declare type JiraServiceManagementWorkflowAndIssueSummary = {
|
|
|
16551
16551
|
issueTypeId?: Maybe<Scalars['String']>;
|
|
16552
16552
|
issueTypeName?: Maybe<Scalars['String']>;
|
|
16553
16553
|
};
|
|
16554
|
+
export declare type JiraServiceManagementWorkflowTemplateGroup = {
|
|
16555
|
+
__typename?: 'JiraServiceManagementWorkflowTemplateGroup';
|
|
16556
|
+
groupKey: Scalars['String'];
|
|
16557
|
+
name?: Maybe<Scalars['String']>;
|
|
16558
|
+
};
|
|
16554
16559
|
export declare type JiraServiceManagementWorkflowTemplateMetadata = {
|
|
16555
16560
|
__typename?: 'JiraServiceManagementWorkflowTemplateMetadata';
|
|
16556
16561
|
templateId?: Maybe<Scalars['String']>;
|
|
16557
16562
|
name?: Maybe<Scalars['String']>;
|
|
16558
16563
|
description?: Maybe<Scalars['String']>;
|
|
16559
16564
|
tags?: Maybe<Array<Scalars['String']>>;
|
|
16565
|
+
groups?: Maybe<Array<Maybe<JiraServiceManagementWorkflowTemplateGroup>>>;
|
|
16566
|
+
defaultIssueTypeName?: Maybe<Scalars['String']>;
|
|
16567
|
+
defaultWorkflowName?: Maybe<Scalars['String']>;
|
|
16560
16568
|
thumbnail?: Maybe<Scalars['String']>;
|
|
16561
16569
|
};
|
|
16562
16570
|
export declare type JiraSetApplicationPropertiesPayload = Payload & {
|