@forge/cli-shared 6.8.0-next.3 → 6.8.0-next.4
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
|
@@ -25021,6 +25021,7 @@ export declare type ExternalRepository = Node & {
|
|
|
25021
25021
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
25022
25022
|
forkOfId?: Maybe<Scalars['String']['output']>;
|
|
25023
25023
|
id: Scalars['ID']['output'];
|
|
25024
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25024
25025
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25025
25026
|
name?: Maybe<Scalars['String']['output']>;
|
|
25026
25027
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
@@ -25156,6 +25157,8 @@ export declare type ExternalWorkItem = Node & {
|
|
|
25156
25157
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
25157
25158
|
attachments?: Maybe<Array<Maybe<ExternalWorkItemAttachment>>>;
|
|
25158
25159
|
collaborators?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25160
|
+
container?: Maybe<ExternalEntity>;
|
|
25161
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
25159
25162
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
25160
25163
|
createdBy?: Maybe<ExternalUser>;
|
|
25161
25164
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -25164,6 +25167,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
25164
25167
|
exceedsMaxCollaborators?: Maybe<Scalars['Boolean']['output']>;
|
|
25165
25168
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
25166
25169
|
id: Scalars['ID']['output'];
|
|
25170
|
+
largeDescription?: Maybe<ExternalLargeContent>;
|
|
25167
25171
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25168
25172
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25169
25173
|
parent?: Maybe<ExternalEntity>;
|
|
@@ -60408,6 +60412,7 @@ export declare type JiraMutation = {
|
|
|
60408
60412
|
replaceIssueSearchViewFieldSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
60409
60413
|
replaceSpreadsheetViewFieldSets?: Maybe<JiraSpreadsheetViewPayload>;
|
|
60410
60414
|
requestCancelIssueExportTask?: Maybe<JiraIssueExportTaskCancellationResult>;
|
|
60415
|
+
restoreJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
60411
60416
|
saveBusinessBoardSettings?: Maybe<JiraWorkManagementBoardSettingsPayload>;
|
|
60412
60417
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
60413
60418
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
@@ -60819,6 +60824,10 @@ export declare type JiraMutationRequestCancelIssueExportTaskArgs = {
|
|
|
60819
60824
|
cloudId: Scalars['ID']['input'];
|
|
60820
60825
|
taskId?: InputMaybe<Scalars['String']['input']>;
|
|
60821
60826
|
};
|
|
60827
|
+
export declare type JiraMutationRestoreJiraJourneyConfigurationArgs = {
|
|
60828
|
+
cloudId: Scalars['ID']['input'];
|
|
60829
|
+
input: JiraRestoreJourneyConfigurationInput;
|
|
60830
|
+
};
|
|
60822
60831
|
export declare type JiraMutationSaveBusinessBoardSettingsArgs = {
|
|
60823
60832
|
input: JiraWorkManagementBoardSettingsInput;
|
|
60824
60833
|
};
|
|
@@ -64850,6 +64859,10 @@ export declare enum JiraResourceUsageRecommendationStatus {
|
|
|
64850
64859
|
Obsolete = "OBSOLETE",
|
|
64851
64860
|
Trashed = "TRASHED"
|
|
64852
64861
|
}
|
|
64862
|
+
export declare type JiraRestoreJourneyConfigurationInput = {
|
|
64863
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
64864
|
+
id: Scalars['ID']['input'];
|
|
64865
|
+
};
|
|
64853
64866
|
export declare enum JiraReviewState {
|
|
64854
64867
|
Approval = "APPROVAL",
|
|
64855
64868
|
Closed = "CLOSED",
|