@forge/cli-shared 3.20.4-next.3-experimental-5c9420a → 3.20.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 3.20.4
|
|
3
|
+
## 3.20.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,17 +8,43 @@
|
|
|
8
8
|
|
|
9
9
|
- @sentry/node
|
|
10
10
|
|
|
11
|
+
- cde16c5: Bumping dependencies via Renovate:
|
|
12
|
+
|
|
13
|
+
- @types/jest
|
|
14
|
+
|
|
11
15
|
- b136f20: Bumping dependencies via Renovate:
|
|
12
16
|
|
|
13
17
|
- @sentry/node
|
|
14
18
|
|
|
19
|
+
- a52c60e: Bumping dependencies via Renovate:
|
|
20
|
+
|
|
21
|
+
- @types/node-fetch
|
|
22
|
+
|
|
15
23
|
- e5c1e4e: Bumping dependencies via Renovate:
|
|
16
24
|
|
|
17
25
|
- yaml
|
|
18
26
|
|
|
27
|
+
- Updated dependencies [cde16c5]
|
|
28
|
+
- Updated dependencies [a52c60e]
|
|
19
29
|
- Updated dependencies [6a30243]
|
|
20
30
|
- Updated dependencies [5fadc46]
|
|
21
|
-
- @forge/manifest@5.0.1
|
|
31
|
+
- @forge/manifest@5.0.1
|
|
32
|
+
|
|
33
|
+
## 3.20.4-next.4
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- cde16c5: Bumping dependencies via Renovate:
|
|
38
|
+
|
|
39
|
+
- @types/jest
|
|
40
|
+
|
|
41
|
+
- a52c60e: Bumping dependencies via Renovate:
|
|
42
|
+
|
|
43
|
+
- @types/node-fetch
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [cde16c5]
|
|
46
|
+
- Updated dependencies [a52c60e]
|
|
47
|
+
- @forge/manifest@5.0.1-next.2
|
|
22
48
|
|
|
23
49
|
## 3.20.4-next.3
|
|
24
50
|
|
|
@@ -2046,6 +2046,7 @@ export type BoardScope = Node & {
|
|
|
2046
2046
|
filteredCardIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
2047
2047
|
globalCardCreateAdditionalFields?: Maybe<GlobalCardCreateAdditionalFields>;
|
|
2048
2048
|
id: Scalars['ID']['output'];
|
|
2049
|
+
issues?: Maybe<HydratingJiraIssueConnection>;
|
|
2049
2050
|
jql?: Maybe<Scalars['String']['output']>;
|
|
2050
2051
|
name?: Maybe<Scalars['String']['output']>;
|
|
2051
2052
|
projectLocation: SoftwareProject;
|
|
@@ -2064,6 +2065,10 @@ export type BoardScopeFilteredCardIdsArgs = {
|
|
|
2064
2065
|
customFilterIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
2065
2066
|
issueIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
2066
2067
|
};
|
|
2068
|
+
export type BoardScopeIssuesArgs = {
|
|
2069
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
2070
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2071
|
+
};
|
|
2067
2072
|
export type BoardScopeSprintArgs = {
|
|
2068
2073
|
sprintId: Scalars['ID']['input'];
|
|
2069
2074
|
};
|
|
@@ -2749,12 +2754,17 @@ export type Column = {
|
|
|
2749
2754
|
id?: Maybe<Scalars['ID']['output']>;
|
|
2750
2755
|
isDone: Scalars['Boolean']['output'];
|
|
2751
2756
|
isInitial: Scalars['Boolean']['output'];
|
|
2757
|
+
issues?: Maybe<HydratingJiraIssueConnection>;
|
|
2752
2758
|
maxCardCount?: Maybe<Scalars['Int']['output']>;
|
|
2753
2759
|
name?: Maybe<Scalars['String']['output']>;
|
|
2754
2760
|
};
|
|
2755
2761
|
export type ColumnCardsArgs = {
|
|
2756
2762
|
customFilterIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
2757
2763
|
};
|
|
2764
|
+
export type ColumnIssuesArgs = {
|
|
2765
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
2766
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2767
|
+
};
|
|
2758
2768
|
export type ColumnConfigSwimlane = {
|
|
2759
2769
|
__typename?: 'ColumnConfigSwimlane';
|
|
2760
2770
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -7178,9 +7188,11 @@ export type CustomerServiceAttribute = Node & {
|
|
|
7178
7188
|
};
|
|
7179
7189
|
export type CustomerServiceAttributeConfigMetadata = {
|
|
7180
7190
|
__typename?: 'CustomerServiceAttributeConfigMetadata';
|
|
7191
|
+
contextConfigurations?: Maybe<Array<CustomerServiceContextConfiguration>>;
|
|
7181
7192
|
position?: Maybe<Scalars['Int']['output']>;
|
|
7182
7193
|
};
|
|
7183
7194
|
export type CustomerServiceAttributeConfigMetadataUpdateInput = {
|
|
7195
|
+
contextConfigurations?: InputMaybe<Array<InputMaybe<CustomerServiceContextConfigurationInput>>>;
|
|
7184
7196
|
id: Scalars['ID']['input'];
|
|
7185
7197
|
position?: InputMaybe<Scalars['Int']['input']>;
|
|
7186
7198
|
};
|
|
@@ -7190,6 +7202,7 @@ export type CustomerServiceAttributeConfigMetadataUpdatePayload = Payload & {
|
|
|
7190
7202
|
success: Scalars['Boolean']['output'];
|
|
7191
7203
|
};
|
|
7192
7204
|
export type CustomerServiceAttributeCreateInput = {
|
|
7205
|
+
contextConfigurations?: InputMaybe<Array<InputMaybe<CustomerServiceContextConfigurationInput>>>;
|
|
7193
7206
|
name: Scalars['String']['input'];
|
|
7194
7207
|
type?: InputMaybe<CustomerServiceAttributeCreateTypeInput>;
|
|
7195
7208
|
};
|
|
@@ -7260,6 +7273,15 @@ export type CustomerServiceAttributesQueryResult = CustomerServiceAttributes | Q
|
|
|
7260
7273
|
export type CustomerServiceContext = {
|
|
7261
7274
|
type: CustomerServiceContextType;
|
|
7262
7275
|
};
|
|
7276
|
+
export type CustomerServiceContextConfiguration = {
|
|
7277
|
+
__typename?: 'CustomerServiceContextConfiguration';
|
|
7278
|
+
context: CustomerServiceContextType;
|
|
7279
|
+
enabled: Scalars['Boolean']['output'];
|
|
7280
|
+
};
|
|
7281
|
+
export type CustomerServiceContextConfigurationInput = {
|
|
7282
|
+
contexts: CustomerServiceContextType;
|
|
7283
|
+
enabled: Scalars['Boolean']['input'];
|
|
7284
|
+
};
|
|
7263
7285
|
export declare enum CustomerServiceContextType {
|
|
7264
7286
|
Default = "DEFAULT",
|
|
7265
7287
|
Issue = "ISSUE"
|
|
@@ -10529,6 +10551,7 @@ export type Graph = {
|
|
|
10529
10551
|
issueAssociatedPrInverse?: Maybe<GraphJiraIssueConnection>;
|
|
10530
10552
|
issueAssociatedPrRelationship?: Maybe<GraphIssueAssociatedPrRelationshipConnection>;
|
|
10531
10553
|
issueAssociatedPrRelationshipInverse?: Maybe<GraphIssueAssociatedPrRelationshipConnection>;
|
|
10554
|
+
jswProjectAssociatedComponent?: Maybe<GraphGenericConnection>;
|
|
10532
10555
|
parentDocumentHasChildDocument?: Maybe<GraphJiraDocumentConnection>;
|
|
10533
10556
|
parentDocumentHasChildDocumentInverse?: Maybe<GraphJiraDocumentConnection>;
|
|
10534
10557
|
parentDocumentHasChildDocumentRelationship?: Maybe<GraphParentDocumentHasChildDocumentRelationshipConnection>;
|
|
@@ -10640,6 +10663,11 @@ export type GraphIssueAssociatedPrRelationshipInverseArgs = {
|
|
|
10640
10663
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10641
10664
|
to: Scalars['ID']['input'];
|
|
10642
10665
|
};
|
|
10666
|
+
export type GraphJswProjectAssociatedComponentArgs = {
|
|
10667
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10668
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10669
|
+
from: Scalars['ID']['input'];
|
|
10670
|
+
};
|
|
10643
10671
|
export type GraphParentDocumentHasChildDocumentArgs = {
|
|
10644
10672
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
10645
10673
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -10851,12 +10879,24 @@ export type GraphConfluencePageEdge = {
|
|
|
10851
10879
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
10852
10880
|
node: GraphConfluencePage;
|
|
10853
10881
|
};
|
|
10882
|
+
export type GraphCreateIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
10883
|
+
from: Scalars['ID']['input'];
|
|
10884
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
10885
|
+
to: Scalars['ID']['input'];
|
|
10886
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10887
|
+
};
|
|
10854
10888
|
export type GraphCreateIncidentHasActionItemInput = {
|
|
10855
10889
|
from: Scalars['ID']['input'];
|
|
10856
10890
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
10857
10891
|
to: Scalars['ID']['input'];
|
|
10858
10892
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10859
10893
|
};
|
|
10894
|
+
export type GraphCreateIncidentLinkedJswIssueInput = {
|
|
10895
|
+
from: Scalars['ID']['input'];
|
|
10896
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
10897
|
+
to: Scalars['ID']['input'];
|
|
10898
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10899
|
+
};
|
|
10860
10900
|
export type GraphCreateIssueAssociatedDesignInput = {
|
|
10861
10901
|
from: Scalars['ID']['input'];
|
|
10862
10902
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -11027,6 +11067,16 @@ export type GraphGenericFetchAllRelationshipsArgs = {
|
|
|
11027
11067
|
updatedFrom?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11028
11068
|
updatedTo?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11029
11069
|
};
|
|
11070
|
+
export type GraphGenericConnection = {
|
|
11071
|
+
__typename?: 'GraphGenericConnection';
|
|
11072
|
+
edges: Array<Maybe<GraphGenericEdge>>;
|
|
11073
|
+
pageInfo: PageInfo;
|
|
11074
|
+
};
|
|
11075
|
+
export type GraphGenericEdge = {
|
|
11076
|
+
__typename?: 'GraphGenericEdge';
|
|
11077
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
11078
|
+
node: GraphGeneric;
|
|
11079
|
+
};
|
|
11030
11080
|
export type GraphIncidentAssociatedPostIncidentReviewLinkPayload = Payload & {
|
|
11031
11081
|
__typename?: 'GraphIncidentAssociatedPostIncidentReviewLinkPayload';
|
|
11032
11082
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -11073,6 +11123,29 @@ export type GraphIncidentHasActionItemRelationshipEdge = {
|
|
|
11073
11123
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
11074
11124
|
node: GraphIncidentHasActionItemRelationship;
|
|
11075
11125
|
};
|
|
11126
|
+
export type GraphIncidentLinkedJswIssuePayload = Payload & {
|
|
11127
|
+
__typename?: 'GraphIncidentLinkedJswIssuePayload';
|
|
11128
|
+
errors?: Maybe<Array<MutationError>>;
|
|
11129
|
+
incidentLinkedJswIssueRelationship: Array<Maybe<GraphIncidentLinkedJswIssueRelationship>>;
|
|
11130
|
+
success: Scalars['Boolean']['output'];
|
|
11131
|
+
};
|
|
11132
|
+
export type GraphIncidentLinkedJswIssueRelationship = Node & {
|
|
11133
|
+
__typename?: 'GraphIncidentLinkedJswIssueRelationship';
|
|
11134
|
+
from: GraphGeneric;
|
|
11135
|
+
id: Scalars['ID']['output'];
|
|
11136
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
11137
|
+
to: GraphJiraIssue;
|
|
11138
|
+
};
|
|
11139
|
+
export type GraphIncidentLinkedJswIssueRelationshipConnection = {
|
|
11140
|
+
__typename?: 'GraphIncidentLinkedJswIssueRelationshipConnection';
|
|
11141
|
+
edges: Array<Maybe<GraphIncidentLinkedJswIssueRelationshipEdge>>;
|
|
11142
|
+
pageInfo: PageInfo;
|
|
11143
|
+
};
|
|
11144
|
+
export type GraphIncidentLinkedJswIssueRelationshipEdge = {
|
|
11145
|
+
__typename?: 'GraphIncidentLinkedJswIssueRelationshipEdge';
|
|
11146
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
11147
|
+
node: GraphIncidentLinkedJswIssueRelationship;
|
|
11148
|
+
};
|
|
11076
11149
|
export type GraphIssueAssociatedDesignPayload = Payload & {
|
|
11077
11150
|
__typename?: 'GraphIssueAssociatedDesignPayload';
|
|
11078
11151
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -11280,14 +11353,22 @@ export type GraphJiraVulnerabilityEdge = {
|
|
|
11280
11353
|
};
|
|
11281
11354
|
export type GraphMutation = {
|
|
11282
11355
|
__typename?: 'GraphMutation';
|
|
11356
|
+
createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
11283
11357
|
createIncidentHasActionItem?: Maybe<GraphIncidentHasActionItemPayload>;
|
|
11358
|
+
createIncidentLinkedJswIssue?: Maybe<GraphIncidentLinkedJswIssuePayload>;
|
|
11284
11359
|
createIssueAssociatedDesign?: Maybe<GraphIssueAssociatedDesignPayload>;
|
|
11285
11360
|
createIssueAssociatedPr?: Maybe<GraphIssueAssociatedPrPayload>;
|
|
11286
11361
|
createSprintRetrospectivePage?: Maybe<GraphSprintRetrospectivePagePayload>;
|
|
11287
11362
|
};
|
|
11363
|
+
export type GraphMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
11364
|
+
input: GraphCreateIncidentAssociatedPostIncidentReviewLinkInput;
|
|
11365
|
+
};
|
|
11288
11366
|
export type GraphMutationCreateIncidentHasActionItemArgs = {
|
|
11289
11367
|
input: GraphCreateIncidentHasActionItemInput;
|
|
11290
11368
|
};
|
|
11369
|
+
export type GraphMutationCreateIncidentLinkedJswIssueArgs = {
|
|
11370
|
+
input: GraphCreateIncidentLinkedJswIssueInput;
|
|
11371
|
+
};
|
|
11291
11372
|
export type GraphMutationCreateIssueAssociatedDesignArgs = {
|
|
11292
11373
|
input: GraphCreateIssueAssociatedDesignInput;
|
|
11293
11374
|
};
|
|
@@ -13266,6 +13347,16 @@ export type HostedStorage = {
|
|
|
13266
13347
|
classifications?: Maybe<Array<Classification>>;
|
|
13267
13348
|
locations?: Maybe<Array<Scalars['String']['output']>>;
|
|
13268
13349
|
};
|
|
13350
|
+
export type HydratingJiraIssueConnection = {
|
|
13351
|
+
__typename?: 'HydratingJiraIssueConnection';
|
|
13352
|
+
edges: Array<HydratingJiraIssueEdge>;
|
|
13353
|
+
pageInfo: PageInfo;
|
|
13354
|
+
};
|
|
13355
|
+
export type HydratingJiraIssueEdge = {
|
|
13356
|
+
__typename?: 'HydratingJiraIssueEdge';
|
|
13357
|
+
cursor: Scalars['String']['output'];
|
|
13358
|
+
node?: Maybe<JiraIssue>;
|
|
13359
|
+
};
|
|
13269
13360
|
export type Icon = {
|
|
13270
13361
|
__typename?: 'Icon';
|
|
13271
13362
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -16022,6 +16113,10 @@ export type JiraGroupGrantTypeValue = Node & {
|
|
|
16022
16113
|
export type JiraGroupInput = {
|
|
16023
16114
|
groupName: Scalars['ID']['input'];
|
|
16024
16115
|
};
|
|
16116
|
+
export declare enum JiraGroupsContext {
|
|
16117
|
+
Group = "GROUP",
|
|
16118
|
+
User = "USER"
|
|
16119
|
+
}
|
|
16025
16120
|
export type JiraHierarchyConfigError = {
|
|
16026
16121
|
__typename?: 'JiraHierarchyConfigError';
|
|
16027
16122
|
code?: Maybe<Scalars['String']['output']>;
|
|
@@ -17046,7 +17141,7 @@ export type JiraJqlFromNaturalLanguage = {
|
|
|
17046
17141
|
generatedJQL?: Maybe<Scalars['String']['output']>;
|
|
17047
17142
|
generatedJQLError?: Maybe<JiraJqlGenerationError>;
|
|
17048
17143
|
};
|
|
17049
|
-
export type JiraJqlGenerationError = JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError | JiraUiExposedError;
|
|
17144
|
+
export type JiraJqlGenerationError = JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError | JiraUiExposedError | JiraUsageLimitExceededError;
|
|
17050
17145
|
export type JiraJqlHistory = Node & {
|
|
17051
17146
|
__typename?: 'JiraJQLHistory';
|
|
17052
17147
|
id: Scalars['ID']['output'];
|
|
@@ -17167,6 +17262,7 @@ export type JiraJqlBuilderRecentlyUsedUsersArgs = {
|
|
|
17167
17262
|
export type JiraJqlBuilderSuggestedGroupsArgs = {
|
|
17168
17263
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
17169
17264
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
17265
|
+
context?: InputMaybe<JiraGroupsContext>;
|
|
17170
17266
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17171
17267
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
17172
17268
|
};
|
|
@@ -18186,6 +18282,20 @@ export type JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload = Paylo
|
|
|
18186
18282
|
export type JiraNaturalLanguageToJqlInput = {
|
|
18187
18283
|
naturalLanguageInput: Scalars['String']['input'];
|
|
18188
18284
|
};
|
|
18285
|
+
export type JiraNavigationUiStateUserProperty = JiraEntityProperty & Node & {
|
|
18286
|
+
__typename?: 'JiraNavigationUIStateUserProperty';
|
|
18287
|
+
id: Scalars['ID']['output'];
|
|
18288
|
+
isLeftSidebarCollapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
18289
|
+
leftSidebarWidth?: Maybe<Scalars['Int']['output']>;
|
|
18290
|
+
propertyKey?: Maybe<Scalars['String']['output']>;
|
|
18291
|
+
rightPanels?: Maybe<JiraRightPanelStateConnection>;
|
|
18292
|
+
};
|
|
18293
|
+
export type JiraNavigationUiStateUserPropertyRightPanelsArgs = {
|
|
18294
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
18295
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
18296
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
18297
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
18298
|
+
};
|
|
18189
18299
|
export type JiraNotificationChannel = {
|
|
18190
18300
|
__typename?: 'JiraNotificationChannel';
|
|
18191
18301
|
channel?: Maybe<JiraNotificationChannelType>;
|
|
@@ -18856,6 +18966,7 @@ export type JiraProformaFormsField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
18856
18966
|
export type JiraProject = Node & {
|
|
18857
18967
|
__typename?: 'JiraProject';
|
|
18858
18968
|
action?: Maybe<JiraProjectAction>;
|
|
18969
|
+
associatedComponents?: Maybe<GraphGenericConnection>;
|
|
18859
18970
|
associatedServices?: Maybe<GraphProjectServiceConnection>;
|
|
18860
18971
|
avatar?: Maybe<JiraAvatar>;
|
|
18861
18972
|
canSetIssueRestriction?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -18906,6 +19017,10 @@ export type JiraProject = Node & {
|
|
|
18906
19017
|
export type JiraProjectActionArgs = {
|
|
18907
19018
|
type: JiraProjectActionType;
|
|
18908
19019
|
};
|
|
19020
|
+
export type JiraProjectAssociatedComponentsArgs = {
|
|
19021
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
19022
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
19023
|
+
};
|
|
18909
19024
|
export type JiraProjectConfluenceSpaceRelationshipsArgs = {
|
|
18910
19025
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
18911
19026
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -19248,11 +19363,22 @@ export type JiraProjectInput = {
|
|
|
19248
19363
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
19249
19364
|
projectId: Scalars['ID']['input'];
|
|
19250
19365
|
};
|
|
19366
|
+
export declare enum JiraProjectListRightPanelState {
|
|
19367
|
+
Closed = "CLOSED",
|
|
19368
|
+
Open = "OPEN"
|
|
19369
|
+
}
|
|
19370
|
+
export type JiraProjectListRightPanelStateMutationPayload = Payload & {
|
|
19371
|
+
__typename?: 'JiraProjectListRightPanelStateMutationPayload';
|
|
19372
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19373
|
+
projectListRightPanelState?: Maybe<JiraProjectListRightPanelState>;
|
|
19374
|
+
success: Scalars['Boolean']['output'];
|
|
19375
|
+
};
|
|
19251
19376
|
export type JiraProjectListViewTemplateConnection = {
|
|
19252
19377
|
__typename?: 'JiraProjectListViewTemplateConnection';
|
|
19253
19378
|
edges?: Maybe<Array<Maybe<JiraProjectListViewTemplateEdge>>>;
|
|
19254
19379
|
nodes?: Maybe<Array<Maybe<JiraProjectListViewTemplateItem>>>;
|
|
19255
19380
|
pageInfo: PageInfo;
|
|
19381
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
19256
19382
|
};
|
|
19257
19383
|
export type JiraProjectListViewTemplateEdge = {
|
|
19258
19384
|
__typename?: 'JiraProjectListViewTemplateEdge';
|
|
@@ -19458,6 +19584,7 @@ export type JiraQuery = {
|
|
|
19458
19584
|
labelsFieldOptions?: Maybe<JiraLabelConnection>;
|
|
19459
19585
|
lockedIssueTypeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
19460
19586
|
naturalLanguageToJql?: Maybe<JiraJqlFromNaturalLanguage>;
|
|
19587
|
+
navigationUIState?: Maybe<JiraNavigationUiStateUserProperty>;
|
|
19461
19588
|
notificationGlobalPreference?: Maybe<JiraNotificationGlobalPreference>;
|
|
19462
19589
|
notificationProjectPreferences?: Maybe<Array<Maybe<JiraNotificationProjectPreferences>>>;
|
|
19463
19590
|
permission?: Maybe<JiraPermission>;
|
|
@@ -19821,6 +19948,9 @@ export type JiraQueryNaturalLanguageToJqlArgs = {
|
|
|
19821
19948
|
cloudId: Scalars['ID']['input'];
|
|
19822
19949
|
input: JiraNaturalLanguageToJqlInput;
|
|
19823
19950
|
};
|
|
19951
|
+
export type JiraQueryNavigationUiStateArgs = {
|
|
19952
|
+
cloudId: Scalars['ID']['input'];
|
|
19953
|
+
};
|
|
19824
19954
|
export type JiraQueryNotificationGlobalPreferenceArgs = {
|
|
19825
19955
|
cloudId: Scalars['ID']['input'];
|
|
19826
19956
|
};
|
|
@@ -20350,6 +20480,24 @@ export type JiraRichTextInput = {
|
|
|
20350
20480
|
adfValue?: InputMaybe<Scalars['JSON']['input']>;
|
|
20351
20481
|
wikiText?: InputMaybe<Scalars['String']['input']>;
|
|
20352
20482
|
};
|
|
20483
|
+
export type JiraRightPanelState = {
|
|
20484
|
+
__typename?: 'JiraRightPanelState';
|
|
20485
|
+
isCollapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
20486
|
+
isMinimised?: Maybe<Scalars['Boolean']['output']>;
|
|
20487
|
+
panelId?: Maybe<Scalars['ID']['output']>;
|
|
20488
|
+
width?: Maybe<Scalars['Int']['output']>;
|
|
20489
|
+
};
|
|
20490
|
+
export type JiraRightPanelStateConnection = {
|
|
20491
|
+
__typename?: 'JiraRightPanelStateConnection';
|
|
20492
|
+
edges?: Maybe<Array<Maybe<JiraRightPanelStateEdge>>>;
|
|
20493
|
+
pageInfo: PageInfo;
|
|
20494
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
20495
|
+
};
|
|
20496
|
+
export type JiraRightPanelStateEdge = {
|
|
20497
|
+
__typename?: 'JiraRightPanelStateEdge';
|
|
20498
|
+
cursor: Scalars['String']['output'];
|
|
20499
|
+
node?: Maybe<JiraRightPanelState>;
|
|
20500
|
+
};
|
|
20353
20501
|
export type JiraRole = Node & {
|
|
20354
20502
|
__typename?: 'JiraRole';
|
|
20355
20503
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -22221,6 +22369,10 @@ export type JiraUrlFieldPayload = Payload & {
|
|
|
22221
22369
|
field?: Maybe<JiraUrlField>;
|
|
22222
22370
|
success: Scalars['Boolean']['output'];
|
|
22223
22371
|
};
|
|
22372
|
+
export type JiraUsageLimitExceededError = {
|
|
22373
|
+
__typename?: 'JiraUsageLimitExceededError';
|
|
22374
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
22375
|
+
};
|
|
22224
22376
|
export type JiraUser = {
|
|
22225
22377
|
__typename?: 'JiraUser';
|
|
22226
22378
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -22304,6 +22456,7 @@ export type JiraUserPreferences = {
|
|
|
22304
22456
|
issueViewSidebarResizeRatio?: Maybe<Scalars['String']['output']>;
|
|
22305
22457
|
issueViewTimestampDisplayMode?: Maybe<JiraIssueViewTimestampDisplayMode>;
|
|
22306
22458
|
jqlBuilderSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
22459
|
+
projectListRightPanelState?: Maybe<JiraProjectListRightPanelState>;
|
|
22307
22460
|
};
|
|
22308
22461
|
export type JiraUserPreferencesIssueViewPinnedFieldsArgs = {
|
|
22309
22462
|
projectKey: Scalars['String']['input'];
|
|
@@ -22313,6 +22466,7 @@ export type JiraUserPreferencesMutation = {
|
|
|
22313
22466
|
setIssueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayoutMutationPayload>;
|
|
22314
22467
|
setJQLBuilderSearchMode?: Maybe<JiraJqlBuilderSearchModeMutationPayload>;
|
|
22315
22468
|
setNaturalLanguageSpotlightTourEnabled?: Maybe<JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload>;
|
|
22469
|
+
setProjectListRightPanelState?: Maybe<JiraProjectListRightPanelStateMutationPayload>;
|
|
22316
22470
|
};
|
|
22317
22471
|
export type JiraUserPreferencesMutationSetIssueNavigatorSearchLayoutArgs = {
|
|
22318
22472
|
searchLayout?: InputMaybe<JiraIssueNavigatorSearchLayout>;
|
|
@@ -22323,6 +22477,9 @@ export type JiraUserPreferencesMutationSetJqlBuilderSearchModeArgs = {
|
|
|
22323
22477
|
export type JiraUserPreferencesMutationSetNaturalLanguageSpotlightTourEnabledArgs = {
|
|
22324
22478
|
isEnabled: Scalars['Boolean']['input'];
|
|
22325
22479
|
};
|
|
22480
|
+
export type JiraUserPreferencesMutationSetProjectListRightPanelStateArgs = {
|
|
22481
|
+
state?: InputMaybe<JiraProjectListRightPanelState>;
|
|
22482
|
+
};
|
|
22326
22483
|
export type JiraUserSegmentation = {
|
|
22327
22484
|
__typename?: 'JiraUserSegmentation';
|
|
22328
22485
|
role?: Maybe<Scalars['String']['output']>;
|
|
@@ -26884,7 +27041,6 @@ export declare enum RateLimitingCurrency {
|
|
|
26884
27041
|
HelpCenterCurrency = "HELP_CENTER_CURRENCY",
|
|
26885
27042
|
HelpLayoutCurrency = "HELP_LAYOUT_CURRENCY",
|
|
26886
27043
|
HelpObjectStoreCurrency = "HELP_OBJECT_STORE_CURRENCY",
|
|
26887
|
-
NaturalLanguageToJqlCurrency = "NATURAL_LANGUAGE_TO_JQL_CURRENCY",
|
|
26888
27044
|
PolarisBetaUserCurrency = "POLARIS_BETA_USER_CURRENCY",
|
|
26889
27045
|
PolarisCollabTokenQueryCurrency = "POLARIS_COLLAB_TOKEN_QUERY_CURRENCY",
|
|
26890
27046
|
PolarisCommentCurrency = "POLARIS_COMMENT_CURRENCY",
|
|
@@ -27065,6 +27221,16 @@ export type RoadmapAddLevelOneIssueTypeHealthcheckResolution = {
|
|
|
27065
27221
|
create?: InputMaybe<RoadmapCreateLevelOneIssueType>;
|
|
27066
27222
|
promote?: InputMaybe<RoadmapPromoteLevelOneIssueType>;
|
|
27067
27223
|
};
|
|
27224
|
+
export type RoadmapAriGoalDetails = {
|
|
27225
|
+
__typename?: 'RoadmapAriGoalDetails';
|
|
27226
|
+
ari: Scalars['String']['output'];
|
|
27227
|
+
goal?: Maybe<TownsquareGoal>;
|
|
27228
|
+
issueIds: Array<Scalars['Long']['output']>;
|
|
27229
|
+
};
|
|
27230
|
+
export type RoadmapAriGoals = {
|
|
27231
|
+
__typename?: 'RoadmapAriGoals';
|
|
27232
|
+
goals?: Maybe<Array<RoadmapAriGoalDetails>>;
|
|
27233
|
+
};
|
|
27068
27234
|
export type RoadmapBoardConfiguration = {
|
|
27069
27235
|
__typename?: 'RoadmapBoardConfiguration';
|
|
27070
27236
|
childIssuePlanningMode?: Maybe<RoadmapChildIssuePlanningMode>;
|
|
@@ -27648,6 +27814,7 @@ export type RoadmapsMutationUpdateRoadmapSettingsArgs = {
|
|
|
27648
27814
|
};
|
|
27649
27815
|
export type RoadmapsQuery = {
|
|
27650
27816
|
__typename?: 'RoadmapsQuery';
|
|
27817
|
+
roadmapAriGoals?: Maybe<RoadmapAriGoals>;
|
|
27651
27818
|
roadmapDeriveFields: Array<Maybe<RoadmapField>>;
|
|
27652
27819
|
roadmapFilterConfiguration?: Maybe<RoadmapFilterConfiguration>;
|
|
27653
27820
|
roadmapFilterItems: Array<Scalars['ID']['output']>;
|
|
@@ -27656,6 +27823,9 @@ export type RoadmapsQuery = {
|
|
|
27656
27823
|
roadmapItemByIds?: Maybe<Array<Maybe<RoadmapItem>>>;
|
|
27657
27824
|
roadmapSubtasksByIds?: Maybe<RoadmapSubtasksWithStatusCategories>;
|
|
27658
27825
|
};
|
|
27826
|
+
export type RoadmapsQueryRoadmapAriGoalsArgs = {
|
|
27827
|
+
sourceARI: Scalars['ID']['input'];
|
|
27828
|
+
};
|
|
27659
27829
|
export type RoadmapsQueryRoadmapDeriveFieldsArgs = {
|
|
27660
27830
|
customFilterIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
27661
27831
|
jqlContexts?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -30350,6 +30520,7 @@ export type ToolchainAssociateEntitiesInput = {
|
|
|
30350
30520
|
};
|
|
30351
30521
|
export type ToolchainAssociateEntitiesPayload = Payload & {
|
|
30352
30522
|
__typename?: 'ToolchainAssociateEntitiesPayload';
|
|
30523
|
+
associatedEntities?: Maybe<Array<ToolchainAssociatedEntity>>;
|
|
30353
30524
|
entities?: Maybe<Array<ToolchainAssociatedEntity>>;
|
|
30354
30525
|
errors?: Maybe<Array<MutationError>>;
|
|
30355
30526
|
success: Scalars['Boolean']['output'];
|
|
@@ -31010,6 +31181,7 @@ export type TrelloBoardPrefs = {
|
|
|
31010
31181
|
cardAging?: Maybe<Scalars['String']['output']>;
|
|
31011
31182
|
cardCovers?: Maybe<Scalars['Boolean']['output']>;
|
|
31012
31183
|
comments?: Maybe<Scalars['String']['output']>;
|
|
31184
|
+
hiddenPowerUpBoardButtons?: Maybe<Array<TrelloPowerUp>>;
|
|
31013
31185
|
hideVotes?: Maybe<Scalars['Boolean']['output']>;
|
|
31014
31186
|
invitations?: Maybe<Scalars['String']['output']>;
|
|
31015
31187
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -31059,10 +31231,23 @@ export type TrelloBoardUpdatedDeltas = {
|
|
|
31059
31231
|
};
|
|
31060
31232
|
export type TrelloBoardViewer = {
|
|
31061
31233
|
__typename?: 'TrelloBoardViewer';
|
|
31234
|
+
calendarKey?: Maybe<Scalars['String']['output']>;
|
|
31235
|
+
email?: Maybe<TrelloBoardViewerEmail>;
|
|
31062
31236
|
lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
|
|
31237
|
+
sidebar?: Maybe<TrelloBoardViewerSidebar>;
|
|
31063
31238
|
starred: Scalars['Boolean']['output'];
|
|
31064
31239
|
subscribed?: Maybe<Scalars['Boolean']['output']>;
|
|
31065
31240
|
};
|
|
31241
|
+
export type TrelloBoardViewerEmail = {
|
|
31242
|
+
__typename?: 'TrelloBoardViewerEmail';
|
|
31243
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
31244
|
+
list?: Maybe<TrelloList>;
|
|
31245
|
+
position?: Maybe<Scalars['String']['output']>;
|
|
31246
|
+
};
|
|
31247
|
+
export type TrelloBoardViewerSidebar = {
|
|
31248
|
+
__typename?: 'TrelloBoardViewerSidebar';
|
|
31249
|
+
show?: Maybe<Scalars['Boolean']['output']>;
|
|
31250
|
+
};
|
|
31066
31251
|
export type TrelloCard = Node & {
|
|
31067
31252
|
__typename?: 'TrelloCard';
|
|
31068
31253
|
attachments?: Maybe<TrelloAttachmentConnection>;
|
|
@@ -31553,6 +31738,12 @@ export type TrelloMember = Node & {
|
|
|
31553
31738
|
url?: Maybe<Scalars['String']['output']>;
|
|
31554
31739
|
user?: Maybe<User>;
|
|
31555
31740
|
username?: Maybe<Scalars['String']['output']>;
|
|
31741
|
+
workspaces?: Maybe<TrelloMemberWorkspaceConnection>;
|
|
31742
|
+
};
|
|
31743
|
+
export type TrelloMemberWorkspacesArgs = {
|
|
31744
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31745
|
+
filter: TrelloMemberWorkspaceFilter;
|
|
31746
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31556
31747
|
};
|
|
31557
31748
|
export type TrelloMemberConnection = {
|
|
31558
31749
|
__typename?: 'TrelloMemberConnection';
|
|
@@ -31571,6 +31762,21 @@ export type TrelloMemberNonPublicData = {
|
|
|
31571
31762
|
fullName?: Maybe<Scalars['String']['output']>;
|
|
31572
31763
|
initials?: Maybe<Scalars['String']['output']>;
|
|
31573
31764
|
};
|
|
31765
|
+
export type TrelloMemberWorkspaceConnection = {
|
|
31766
|
+
__typename?: 'TrelloMemberWorkspaceConnection';
|
|
31767
|
+
edges?: Maybe<Array<TrelloMemberWorkspaceEdge>>;
|
|
31768
|
+
nodes?: Maybe<Array<TrelloWorkspace>>;
|
|
31769
|
+
pageInfo: PageInfo;
|
|
31770
|
+
};
|
|
31771
|
+
export type TrelloMemberWorkspaceEdge = {
|
|
31772
|
+
__typename?: 'TrelloMemberWorkspaceEdge';
|
|
31773
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
31774
|
+
node?: Maybe<TrelloWorkspace>;
|
|
31775
|
+
};
|
|
31776
|
+
export type TrelloMemberWorkspaceFilter = {
|
|
31777
|
+
membershipType: TrelloWorkspaceMembershipType;
|
|
31778
|
+
tier: TrelloWorkspaceTier;
|
|
31779
|
+
};
|
|
31574
31780
|
export type TrelloMutationApi = {
|
|
31575
31781
|
__typename?: 'TrelloMutationApi';
|
|
31576
31782
|
addHello?: Maybe<TrelloAddHelloPayload>;
|
|
@@ -31952,6 +32158,9 @@ export type TrelloWorkspacePrefs = {
|
|
|
31952
32158
|
orgInviteRestrict?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
31953
32159
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
31954
32160
|
};
|
|
32161
|
+
export declare enum TrelloWorkspaceTier {
|
|
32162
|
+
Paid = "PAID"
|
|
32163
|
+
}
|
|
31955
32164
|
export type TunnelDefinitionsInput = {
|
|
31956
32165
|
customUI?: InputMaybe<Array<InputMaybe<CustomUiTunnelDefinitionInput>>>;
|
|
31957
32166
|
faasTunnelUrl?: InputMaybe<Scalars['URL']['input']>;
|