@forge/cli-shared 3.21.1-next.8 → 3.21.1-next.9
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
|
@@ -8136,11 +8136,12 @@ export type DevOpsBuildDetails = {
|
|
|
8136
8136
|
description?: Maybe<Scalars['String']['output']>;
|
|
8137
8137
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
8138
8138
|
id: Scalars['ID']['output'];
|
|
8139
|
+
lastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
8139
8140
|
pipelineId?: Maybe<Scalars['String']['output']>;
|
|
8140
8141
|
providerId?: Maybe<Scalars['String']['output']>;
|
|
8141
8142
|
state?: Maybe<DevOpsBuildState>;
|
|
8142
8143
|
testInfo?: Maybe<DevOpsBuildTestInfo>;
|
|
8143
|
-
url?: Maybe<Scalars['
|
|
8144
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
8144
8145
|
};
|
|
8145
8146
|
export type DevOpsBuildProvider = DevOpsDataProvider & {
|
|
8146
8147
|
__typename?: 'DevOpsBuildProvider';
|
|
@@ -8764,6 +8765,7 @@ export type DevOpsSecurityVulnerabilityDetails = {
|
|
|
8764
8765
|
identifiers: Array<DevOpsSecurityVulnerabilityIdentifier>;
|
|
8765
8766
|
introducedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
8766
8767
|
linkedJiraIssues?: Maybe<AriGraphRelationshipConnection>;
|
|
8768
|
+
providerVulnerabilityId?: Maybe<Scalars['ID']['output']>;
|
|
8767
8769
|
securityContainer?: Maybe<ThirdPartySecurityContainer>;
|
|
8768
8770
|
severity?: Maybe<DevOpsSecurityVulnerabilitySeverity>;
|
|
8769
8771
|
status?: Maybe<DevOpsSecurityVulnerabilityStatus>;
|
|
@@ -17612,6 +17614,7 @@ export type HelpObjectStoreIcon = {
|
|
|
17612
17614
|
export declare enum HelpObjectStoreJsmEntityType {
|
|
17613
17615
|
Article = "ARTICLE",
|
|
17614
17616
|
Channel = "CHANNEL",
|
|
17617
|
+
Portal = "PORTAL",
|
|
17615
17618
|
RequestForm = "REQUEST_FORM"
|
|
17616
17619
|
}
|
|
17617
17620
|
export type HelpObjectStoreMutationApi = {
|
|
@@ -22594,6 +22597,7 @@ export type JiraMutation = {
|
|
|
22594
22597
|
grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
|
|
22595
22598
|
jiraFilterMutation?: Maybe<JiraFilterMutation>;
|
|
22596
22599
|
jwmCreateIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
22600
|
+
jwmDeleteAttachment?: Maybe<JiraWorkManagementDeleteAttachmentPayload>;
|
|
22597
22601
|
linkIssueToVersionRelatedWork?: Maybe<JiraLinkIssueToVersionRelatedWorkPayload>;
|
|
22598
22602
|
linkIssuesToIncident?: Maybe<JiraLinkIssuesToIncidentMutationPayload>;
|
|
22599
22603
|
makeTransition?: Maybe<JiraIssueTransitionResponse>;
|
|
@@ -22726,6 +22730,9 @@ export type JiraMutationGrantGlobalPermissionArgs = {
|
|
|
22726
22730
|
export type JiraMutationJwmCreateIssueArgs = {
|
|
22727
22731
|
input: JiraWorkManagementCreateIssueInput;
|
|
22728
22732
|
};
|
|
22733
|
+
export type JiraMutationJwmDeleteAttachmentArgs = {
|
|
22734
|
+
input: JiraWorkManagementDeleteAttachmentInput;
|
|
22735
|
+
};
|
|
22729
22736
|
export type JiraMutationLinkIssueToVersionRelatedWorkArgs = {
|
|
22730
22737
|
input: JiraLinkIssueToVersionRelatedWorkInput;
|
|
22731
22738
|
};
|
|
@@ -24713,6 +24720,7 @@ export type JiraQueryRequestTypeTemplateDefaultConfigurationDependenciesArgs = {
|
|
|
24713
24720
|
};
|
|
24714
24721
|
export type JiraQueryRequestTypeTemplatesArgs = {
|
|
24715
24722
|
cloudId: Scalars['ID']['input'];
|
|
24723
|
+
projectStyle?: InputMaybe<JiraProjectStyle>;
|
|
24716
24724
|
};
|
|
24717
24725
|
export type JiraQueryResourceUsageCustomFieldRecommendationsArgs = {
|
|
24718
24726
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25557,11 +25565,12 @@ export type JiraServiceManagementCreateRequestTypeFromTemplateInput = {
|
|
|
25557
25565
|
clientMutationId: Scalars['String']['input'];
|
|
25558
25566
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
25559
25567
|
name: Scalars['String']['input'];
|
|
25568
|
+
portalInstructions?: InputMaybe<Scalars['String']['input']>;
|
|
25560
25569
|
practice?: InputMaybe<JiraServiceManagementPractice>;
|
|
25561
25570
|
requestForm: JiraServiceManagementCreateRequestTypeFromTemplateRequestFormInput;
|
|
25562
25571
|
requestTypeGroup?: InputMaybe<JiraServiceManagementCreateRequestTypeFromTemplateRequestTypeGroupInput>;
|
|
25563
25572
|
requestTypeIconInternalId?: InputMaybe<Scalars['String']['input']>;
|
|
25564
|
-
workflow
|
|
25573
|
+
workflow?: InputMaybe<JiraServiceManagementCreateRequestTypeFromTemplateWorkflowInput>;
|
|
25565
25574
|
};
|
|
25566
25575
|
export type JiraServiceManagementCreateRequestTypeFromTemplatePayload = Payload & {
|
|
25567
25576
|
__typename?: 'JiraServiceManagementCreateRequestTypeFromTemplatePayload';
|
|
@@ -27869,6 +27878,15 @@ export type JiraWorkManagementCreateOverviewPayload = Payload & {
|
|
|
27869
27878
|
jwmOverview?: Maybe<JiraWorkManagementOverview>;
|
|
27870
27879
|
success: Scalars['Boolean']['output'];
|
|
27871
27880
|
};
|
|
27881
|
+
export type JiraWorkManagementDeleteAttachmentInput = {
|
|
27882
|
+
id: Scalars['ID']['input'];
|
|
27883
|
+
};
|
|
27884
|
+
export type JiraWorkManagementDeleteAttachmentPayload = Payload & {
|
|
27885
|
+
__typename?: 'JiraWorkManagementDeleteAttachmentPayload';
|
|
27886
|
+
deletedAttachmentId?: Maybe<Scalars['ID']['output']>;
|
|
27887
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27888
|
+
success: Scalars['Boolean']['output'];
|
|
27889
|
+
};
|
|
27872
27890
|
export type JiraWorkManagementDeleteOverviewInput = {
|
|
27873
27891
|
id: Scalars['ID']['input'];
|
|
27874
27892
|
};
|