@forge/cli-shared 3.20.3-next.0 → 3.20.3-next.2
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
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.20.3-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 07efc052: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- @sentry/node
|
|
10
|
+
|
|
11
|
+
## 3.20.3-next.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [b5342a9d]
|
|
16
|
+
- Updated dependencies [1d53ee6b]
|
|
17
|
+
- @forge/util@1.3.3-next.0
|
|
18
|
+
- @forge/manifest@4.20.4-next.1
|
|
19
|
+
|
|
3
20
|
## 3.20.3-next.0
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -1713,6 +1713,7 @@ export type ArjConfiguration = {
|
|
|
1713
1713
|
epicLinkCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
1714
1714
|
parentCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
1715
1715
|
storyPointEstimateCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
1716
|
+
storyPointsCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
1716
1717
|
};
|
|
1717
1718
|
export type ArjHierarchyConfigurationLevel = {
|
|
1718
1719
|
__typename?: 'ArjHierarchyConfigurationLevel';
|
|
@@ -10274,8 +10275,11 @@ export type Graph = {
|
|
|
10274
10275
|
__typename?: 'Graph';
|
|
10275
10276
|
fetchAllRelationships?: Maybe<GraphSimpleRelationshipConnection>;
|
|
10276
10277
|
incidentAssociatedPostIncidentReviewLinkRelationship?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
10277
|
-
incidentAssociatedPostIncidentReviewLinkRelationshipBatch?: Maybe<Array<Maybe<
|
|
10278
|
+
incidentAssociatedPostIncidentReviewLinkRelationshipBatch?: Maybe<Array<Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>>>;
|
|
10278
10279
|
incidentAssociatedPostIncidentReviewLinkRelationshipInverse?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
10280
|
+
incidentHasActionItemRelationship?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
|
|
10281
|
+
incidentHasActionItemRelationshipBatch?: Maybe<Array<Maybe<GraphIncidentHasActionItemRelationshipConnection>>>;
|
|
10282
|
+
incidentHasActionItemRelationshipInverse?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
|
|
10279
10283
|
issueAssociatedDesign?: Maybe<GraphJiraDesignConnection>;
|
|
10280
10284
|
issueAssociatedDesignInverse?: Maybe<GraphJiraIssueConnection>;
|
|
10281
10285
|
issueAssociatedDesignRelationship?: Maybe<GraphIssueAssociatedDesignRelationshipConnection>;
|
|
@@ -10341,6 +10345,19 @@ export type GraphIncidentAssociatedPostIncidentReviewLinkRelationshipInverseArgs
|
|
|
10341
10345
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10342
10346
|
to: Scalars['ID']['input'];
|
|
10343
10347
|
};
|
|
10348
|
+
export type GraphIncidentHasActionItemRelationshipArgs = {
|
|
10349
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10350
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10351
|
+
from: Scalars['ID']['input'];
|
|
10352
|
+
};
|
|
10353
|
+
export type GraphIncidentHasActionItemRelationshipBatchArgs = {
|
|
10354
|
+
from: Array<Scalars['ID']['input']>;
|
|
10355
|
+
};
|
|
10356
|
+
export type GraphIncidentHasActionItemRelationshipInverseArgs = {
|
|
10357
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10358
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10359
|
+
to: Scalars['ID']['input'];
|
|
10360
|
+
};
|
|
10344
10361
|
export type GraphIssueAssociatedDesignArgs = {
|
|
10345
10362
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
10346
10363
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -10589,6 +10606,12 @@ export type GraphConfluencePageEdge = {
|
|
|
10589
10606
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
10590
10607
|
node: GraphConfluencePage;
|
|
10591
10608
|
};
|
|
10609
|
+
export type GraphCreateIncidentHasActionItemInput = {
|
|
10610
|
+
from: Scalars['ID']['input'];
|
|
10611
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
10612
|
+
to: Scalars['ID']['input'];
|
|
10613
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10614
|
+
};
|
|
10592
10615
|
export type GraphCreateIssueAssociatedDesignInput = {
|
|
10593
10616
|
from: Scalars['ID']['input'];
|
|
10594
10617
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -10759,6 +10782,12 @@ export type GraphGenericFetchAllRelationshipsArgs = {
|
|
|
10759
10782
|
updatedFrom?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10760
10783
|
updatedTo?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10761
10784
|
};
|
|
10785
|
+
export type GraphIncidentAssociatedPostIncidentReviewLinkPayload = Payload & {
|
|
10786
|
+
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkPayload';
|
|
10787
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10788
|
+
incidentAssociatedPostIncidentReviewLinkRelationship: Array<Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationship>>;
|
|
10789
|
+
success: Scalars['Boolean']['output'];
|
|
10790
|
+
};
|
|
10762
10791
|
export type GraphIncidentAssociatedPostIncidentReviewLinkRelationship = Node & {
|
|
10763
10792
|
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkRelationship';
|
|
10764
10793
|
from: GraphGeneric;
|
|
@@ -10766,11 +10795,6 @@ export type GraphIncidentAssociatedPostIncidentReviewLinkRelationship = Node & {
|
|
|
10766
10795
|
lastUpdated: Scalars['DateTime']['output'];
|
|
10767
10796
|
to: GraphGeneric;
|
|
10768
10797
|
};
|
|
10769
|
-
export type GraphIncidentAssociatedPostIncidentReviewLinkRelationshipBatchResult = {
|
|
10770
|
-
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkRelationshipBatchResult';
|
|
10771
|
-
fromId: Scalars['ID']['output'];
|
|
10772
|
-
relationships?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
10773
|
-
};
|
|
10774
10798
|
export type GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection = {
|
|
10775
10799
|
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection';
|
|
10776
10800
|
edges: Array<Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipEdge>>;
|
|
@@ -10781,6 +10805,29 @@ export type GraphIncidentAssociatedPostIncidentReviewLinkRelationshipEdge = {
|
|
|
10781
10805
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
10782
10806
|
node: GraphIncidentAssociatedPostIncidentReviewLinkRelationship;
|
|
10783
10807
|
};
|
|
10808
|
+
export type GraphIncidentHasActionItemPayload = Payload & {
|
|
10809
|
+
__typename?: 'GraphIncidentHasActionItemPayload';
|
|
10810
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10811
|
+
incidentHasActionItemRelationship: Array<Maybe<GraphIncidentHasActionItemRelationship>>;
|
|
10812
|
+
success: Scalars['Boolean']['output'];
|
|
10813
|
+
};
|
|
10814
|
+
export type GraphIncidentHasActionItemRelationship = Node & {
|
|
10815
|
+
__typename?: 'GraphIncidentHasActionItemRelationship';
|
|
10816
|
+
from: GraphGeneric;
|
|
10817
|
+
id: Scalars['ID']['output'];
|
|
10818
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
10819
|
+
to: GraphJiraIssue;
|
|
10820
|
+
};
|
|
10821
|
+
export type GraphIncidentHasActionItemRelationshipConnection = {
|
|
10822
|
+
__typename?: 'GraphIncidentHasActionItemRelationshipConnection';
|
|
10823
|
+
edges: Array<Maybe<GraphIncidentHasActionItemRelationshipEdge>>;
|
|
10824
|
+
pageInfo: PageInfo;
|
|
10825
|
+
};
|
|
10826
|
+
export type GraphIncidentHasActionItemRelationshipEdge = {
|
|
10827
|
+
__typename?: 'GraphIncidentHasActionItemRelationshipEdge';
|
|
10828
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
10829
|
+
node: GraphIncidentHasActionItemRelationship;
|
|
10830
|
+
};
|
|
10784
10831
|
export type GraphIssueAssociatedDesignPayload = Payload & {
|
|
10785
10832
|
__typename?: 'GraphIssueAssociatedDesignPayload';
|
|
10786
10833
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -10888,6 +10935,7 @@ export type GraphJiraDocumentEdge = {
|
|
|
10888
10935
|
};
|
|
10889
10936
|
export type GraphJiraIssue = Node & {
|
|
10890
10937
|
__typename?: 'GraphJiraIssue';
|
|
10938
|
+
data?: Maybe<JiraIssue>;
|
|
10891
10939
|
id: Scalars['ID']['output'];
|
|
10892
10940
|
incident?: Maybe<JsmIncident>;
|
|
10893
10941
|
};
|
|
@@ -10973,10 +11021,14 @@ export type GraphJiraVulnerabilityEdge = {
|
|
|
10973
11021
|
};
|
|
10974
11022
|
export type GraphMutation = {
|
|
10975
11023
|
__typename?: 'GraphMutation';
|
|
11024
|
+
createIncidentHasActionItem?: Maybe<GraphIncidentHasActionItemPayload>;
|
|
10976
11025
|
createIssueAssociatedDesign?: Maybe<GraphIssueAssociatedDesignPayload>;
|
|
10977
11026
|
createIssueAssociatedPr?: Maybe<GraphIssueAssociatedPrPayload>;
|
|
10978
11027
|
createSprintRetrospectivePage?: Maybe<GraphSprintRetrospectivePagePayload>;
|
|
10979
11028
|
};
|
|
11029
|
+
export type GraphMutationCreateIncidentHasActionItemArgs = {
|
|
11030
|
+
input: GraphCreateIncidentHasActionItemInput;
|
|
11031
|
+
};
|
|
10980
11032
|
export type GraphMutationCreateIssueAssociatedDesignArgs = {
|
|
10981
11033
|
input: GraphCreateIssueAssociatedDesignInput;
|
|
10982
11034
|
};
|
|
@@ -15500,6 +15552,10 @@ export type JiraGenericIssueField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
15500
15552
|
name: Scalars['String']['output'];
|
|
15501
15553
|
type: Scalars['String']['output'];
|
|
15502
15554
|
};
|
|
15555
|
+
export declare enum JiraGlobalIssueCreateView {
|
|
15556
|
+
FullModal = "FULL_MODAL",
|
|
15557
|
+
MiniModal = "MINI_MODAL"
|
|
15558
|
+
}
|
|
15503
15559
|
export type JiraGlobalPermission = {
|
|
15504
15560
|
__typename?: 'JiraGlobalPermission';
|
|
15505
15561
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -15664,6 +15720,7 @@ export type JiraIssue = Node & {
|
|
|
15664
15720
|
hierarchyLevelAbove?: Maybe<JiraIssueTypeHierarchyLevel>;
|
|
15665
15721
|
hierarchyLevelBelow?: Maybe<JiraIssueTypeHierarchyLevel>;
|
|
15666
15722
|
id: Scalars['ID']['output'];
|
|
15723
|
+
incidentActionItems?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
|
|
15667
15724
|
isArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
15668
15725
|
isResolved?: Maybe<Scalars['Boolean']['output']>;
|
|
15669
15726
|
issueColorField?: Maybe<JiraColorField>;
|
|
@@ -15674,7 +15731,7 @@ export type JiraIssue = Node & {
|
|
|
15674
15731
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
15675
15732
|
key: Scalars['String']['output'];
|
|
15676
15733
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
15677
|
-
postIncidentReviewLinks?: Maybe<
|
|
15734
|
+
postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
15678
15735
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
15679
15736
|
shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
15680
15737
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
@@ -21748,10 +21805,13 @@ export type JiraUserIssueFieldConfiguration = {
|
|
|
21748
21805
|
export type JiraUserPreferences = {
|
|
21749
21806
|
__typename?: 'JiraUserPreferences';
|
|
21750
21807
|
colorSchemeThemeSetting?: Maybe<JiraColorSchemeThemeSetting>;
|
|
21808
|
+
globalIssueCreateView?: Maybe<JiraGlobalIssueCreateView>;
|
|
21809
|
+
isAdvancedRoadmapsSidebarLayoutEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21751
21810
|
isIssueViewAttachmentReferenceFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
21752
21811
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
21753
21812
|
isIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21754
21813
|
isIssueViewPinnedFieldsBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
21814
|
+
isMiniModalGlobalIssueCreateDiscoverabilityPushComplete?: Maybe<Scalars['Boolean']['output']>;
|
|
21755
21815
|
isNaturalLanguageSpotlightTourEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21756
21816
|
issueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayout>;
|
|
21757
21817
|
issueViewActivityFeedSortOrder?: Maybe<JiraIssueViewActivityFeedSortOrder>;
|
|
@@ -26654,6 +26714,7 @@ export type RoadmapExternalConfiguration = {
|
|
|
26654
26714
|
epicLinkField?: Maybe<Scalars['ID']['output']>;
|
|
26655
26715
|
epicNameField?: Maybe<Scalars['ID']['output']>;
|
|
26656
26716
|
externalSystem: Scalars['ID']['output'];
|
|
26717
|
+
fields: Array<RoadmapFieldConfiguration>;
|
|
26657
26718
|
rankField?: Maybe<Scalars['ID']['output']>;
|
|
26658
26719
|
sprintField?: Maybe<Scalars['ID']['output']>;
|
|
26659
26720
|
startDateField?: Maybe<Scalars['ID']['output']>;
|
|
@@ -26663,6 +26724,11 @@ export type RoadmapField = {
|
|
|
26663
26724
|
id: Scalars['String']['output'];
|
|
26664
26725
|
values: Array<Scalars['String']['output']>;
|
|
26665
26726
|
};
|
|
26727
|
+
export type RoadmapFieldConfiguration = {
|
|
26728
|
+
__typename?: 'RoadmapFieldConfiguration';
|
|
26729
|
+
id: Scalars['ID']['output'];
|
|
26730
|
+
name: Scalars['String']['output'];
|
|
26731
|
+
};
|
|
26666
26732
|
export type RoadmapFilterConfiguration = {
|
|
26667
26733
|
__typename?: 'RoadmapFilterConfiguration';
|
|
26668
26734
|
customFilters?: Maybe<Array<RoadmapCustomFilter>>;
|
|
@@ -31958,7 +32024,7 @@ export type User = {
|
|
|
31958
32024
|
picture: Scalars['URL']['output'];
|
|
31959
32025
|
};
|
|
31960
32026
|
export type UserAuthTokenForExtensionInput = {
|
|
31961
|
-
contextIds
|
|
32027
|
+
contextIds: Array<Scalars['ID']['input']>;
|
|
31962
32028
|
extensionId: Scalars['ID']['input'];
|
|
31963
32029
|
};
|
|
31964
32030
|
export type UserAuthTokenForExtensionResponse = Payload & {
|