@forge/cli-shared 6.8.0-next.14 → 6.8.0-next.15
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
|
@@ -56841,6 +56841,10 @@ export declare type JiraDisableJourneyConfigurationInput = {
|
|
|
56841
56841
|
id: Scalars['ID']['input'];
|
|
56842
56842
|
version: Scalars['Long']['input'];
|
|
56843
56843
|
};
|
|
56844
|
+
export declare type JiraDiscardUnpublishedChangesJourneyConfigurationInput = {
|
|
56845
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
56846
|
+
id: Scalars['ID']['input'];
|
|
56847
|
+
};
|
|
56844
56848
|
export declare type JiraDiscardUserBoardViewConfigInput = {
|
|
56845
56849
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
56846
56850
|
viewId: Scalars['ID']['input'];
|
|
@@ -59946,7 +59950,8 @@ export declare enum JiraJourneyStatus {
|
|
|
59946
59950
|
Archived = "ARCHIVED",
|
|
59947
59951
|
Disabled = "DISABLED",
|
|
59948
59952
|
Draft = "DRAFT",
|
|
59949
|
-
Published = "PUBLISHED"
|
|
59953
|
+
Published = "PUBLISHED",
|
|
59954
|
+
Superseded = "SUPERSEDED"
|
|
59950
59955
|
}
|
|
59951
59956
|
export declare type JiraJourneyStatusDependency = JiraJourneyItemCommon & {
|
|
59952
59957
|
__typename?: 'JiraJourneyStatusDependency';
|
|
@@ -61175,6 +61180,7 @@ export declare type JiraMutation = {
|
|
|
61175
61180
|
deleteProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
61176
61181
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
61177
61182
|
disableJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
61183
|
+
discardUnpublishedChangesJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
61178
61184
|
duplicateJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
61179
61185
|
editCustomField?: Maybe<JiraEditCustomFieldPayload>;
|
|
61180
61186
|
grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
|
|
@@ -61497,6 +61503,10 @@ export declare type JiraMutationDisableJiraJourneyConfigurationArgs = {
|
|
|
61497
61503
|
cloudId: Scalars['ID']['input'];
|
|
61498
61504
|
input: JiraDisableJourneyConfigurationInput;
|
|
61499
61505
|
};
|
|
61506
|
+
export declare type JiraMutationDiscardUnpublishedChangesJiraJourneyConfigurationArgs = {
|
|
61507
|
+
cloudId: Scalars['ID']['input'];
|
|
61508
|
+
input: JiraDiscardUnpublishedChangesJourneyConfigurationInput;
|
|
61509
|
+
};
|
|
61500
61510
|
export declare type JiraMutationDuplicateJiraJourneyConfigurationArgs = {
|
|
61501
61511
|
cloudId: Scalars['ID']['input'];
|
|
61502
61512
|
input: JiraDuplicateJourneyConfigurationInput;
|
|
@@ -62055,6 +62065,7 @@ export declare enum JiraNavigationItemTypeKey {
|
|
|
62055
62065
|
Forms = "FORMS",
|
|
62056
62066
|
GetStarted = "GET_STARTED",
|
|
62057
62067
|
Goals = "GOALS",
|
|
62068
|
+
Inbox = "INBOX",
|
|
62058
62069
|
Incidents = "INCIDENTS",
|
|
62059
62070
|
Issues = "ISSUES",
|
|
62060
62071
|
List = "LIST",
|