@forge/cli-shared 8.1.1-next.1 → 8.2.0-next.3
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,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.2.0-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a26c603: revert package upgrades
|
|
8
|
+
|
|
9
|
+
## 8.2.0-next.2
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 05d33ea: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
14
|
+
|
|
3
15
|
## 8.1.1-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -6221,6 +6221,22 @@ export declare type CollabTokenResponse = {
|
|
|
6221
6221
|
__typename?: 'CollabTokenResponse';
|
|
6222
6222
|
token: Scalars['String']['output'];
|
|
6223
6223
|
};
|
|
6224
|
+
export declare type CollaborationGraphRecommendationResult = {
|
|
6225
|
+
__typename?: 'CollaborationGraphRecommendationResult';
|
|
6226
|
+
id: Scalars['ID']['output'];
|
|
6227
|
+
score: Scalars['Float']['output'];
|
|
6228
|
+
};
|
|
6229
|
+
export declare type CollaborationGraphRecommendationResults = {
|
|
6230
|
+
__typename?: 'CollaborationGraphRecommendationResults';
|
|
6231
|
+
nodes: Array<CollaborationGraphRecommendationResult>;
|
|
6232
|
+
totalCount: Scalars['Int']['output'];
|
|
6233
|
+
};
|
|
6234
|
+
export declare type CollaborationGraphRequestContext = {
|
|
6235
|
+
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
6236
|
+
objectId?: InputMaybe<Scalars['String']['input']>;
|
|
6237
|
+
product?: InputMaybe<Scalars['String']['input']>;
|
|
6238
|
+
toPrivacySafeString?: InputMaybe<Scalars['String']['input']>;
|
|
6239
|
+
};
|
|
6224
6240
|
export declare type Column = {
|
|
6225
6241
|
__typename?: 'Column';
|
|
6226
6242
|
cards: Array<Maybe<SoftwareCard>>;
|
|
@@ -34224,7 +34240,7 @@ export declare type GraphStoreBatchContentReferencedEntityEndNode = {
|
|
|
34224
34240
|
data?: Maybe<GraphStoreBatchContentReferencedEntityEndUnion>;
|
|
34225
34241
|
id: Scalars['ID']['output'];
|
|
34226
34242
|
};
|
|
34227
|
-
export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
34243
|
+
export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomSpace | LoomVideo;
|
|
34228
34244
|
export declare type GraphStoreBatchContentReferencedEntityInnerConnection = {
|
|
34229
34245
|
__typename?: 'GraphStoreBatchContentReferencedEntityInnerConnection';
|
|
34230
34246
|
edges: Array<Maybe<GraphStoreBatchContentReferencedEntityInnerEdge>>;
|
|
@@ -36372,7 +36388,7 @@ export declare type GraphStoreFullContentReferencedEntityEndNode = {
|
|
|
36372
36388
|
data?: Maybe<GraphStoreFullContentReferencedEntityEndUnion>;
|
|
36373
36389
|
id: Scalars['ID']['output'];
|
|
36374
36390
|
};
|
|
36375
|
-
export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
36391
|
+
export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomSpace | LoomVideo;
|
|
36376
36392
|
export declare type GraphStoreFullContentReferencedEntityNode = Node & {
|
|
36377
36393
|
__typename?: 'GraphStoreFullContentReferencedEntityNode';
|
|
36378
36394
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -41840,7 +41856,7 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
41840
41856
|
node?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseUnion>;
|
|
41841
41857
|
};
|
|
41842
41858
|
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluenceBlogPost | ConfluencePage | DeploymentSummary | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | ExternalBranch | ExternalBuildInfo | ExternalComment | ExternalCommit | ExternalDeployment | ExternalPullRequest | ExternalRepository | ExternalVulnerability | JiraIssue | JiraPlatformComment | JiraServiceManagementComment;
|
|
41843
|
-
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
41859
|
+
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomSpace | LoomVideo;
|
|
41844
41860
|
export declare type GraphStoreSimplifiedConversationHasMessageConnection = HasPageInfo & {
|
|
41845
41861
|
__typename?: 'GraphStoreSimplifiedConversationHasMessageConnection';
|
|
41846
41862
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConversationHasMessageEdge>>>;
|
|
@@ -50649,7 +50665,7 @@ export declare type HelpCenterPageUpdatePayload = Payload & {
|
|
|
50649
50665
|
success: Scalars['Boolean']['output'];
|
|
50650
50666
|
};
|
|
50651
50667
|
export declare type HelpCenterPagesFilter = {
|
|
50652
|
-
ids
|
|
50668
|
+
ids: Array<Scalars['ID']['input']>;
|
|
50653
50669
|
};
|
|
50654
50670
|
export declare type HelpCenterPermissionSettings = {
|
|
50655
50671
|
__typename?: 'HelpCenterPermissionSettings';
|
|
@@ -51441,15 +51457,11 @@ export declare type HelpLayoutMediaConfig = {
|
|
|
51441
51457
|
export declare type HelpLayoutMutationApi = {
|
|
51442
51458
|
__typename?: 'HelpLayoutMutationApi';
|
|
51443
51459
|
createLayout: HelpLayoutCreatePayload;
|
|
51444
|
-
deleteLayout?: Maybe<Payload>;
|
|
51445
51460
|
updateLayout: HelpLayoutUpdatePayload;
|
|
51446
51461
|
};
|
|
51447
51462
|
export declare type HelpLayoutMutationApiCreateLayoutArgs = {
|
|
51448
51463
|
input: HelpLayoutCreationInput;
|
|
51449
51464
|
};
|
|
51450
|
-
export declare type HelpLayoutMutationApiDeleteLayoutArgs = {
|
|
51451
|
-
layoutId: Scalars['ID']['input'];
|
|
51452
|
-
};
|
|
51453
51465
|
export declare type HelpLayoutMutationApiUpdateLayoutArgs = {
|
|
51454
51466
|
input: HelpLayoutUpdateInput;
|
|
51455
51467
|
};
|
|
@@ -56646,12 +56658,14 @@ export declare enum JiraDeploymentsFeaturePrecondition {
|
|
|
56646
56658
|
}
|
|
56647
56659
|
export declare type JiraDetailedView = JiraIssueSearchViewMetadata & JiraView & Node & {
|
|
56648
56660
|
__typename?: 'JiraDetailedView';
|
|
56661
|
+
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
56649
56662
|
error?: Maybe<QueryError>;
|
|
56650
56663
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
56651
56664
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
56652
56665
|
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
56653
56666
|
id: Scalars['ID']['output'];
|
|
56654
56667
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
56668
|
+
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
56655
56669
|
issues?: Maybe<JiraIssueConnection>;
|
|
56656
56670
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
56657
56671
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -56668,6 +56682,9 @@ export declare type JiraDetailedViewFieldSetsArgs = {
|
|
|
56668
56682
|
export declare type JiraDetailedViewHasDefaultFieldSetsArgs = {
|
|
56669
56683
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
56670
56684
|
};
|
|
56685
|
+
export declare type JiraDetailedViewIsViewConfigModifiedArgs = {
|
|
56686
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
56687
|
+
};
|
|
56671
56688
|
export declare type JiraDetailedViewIssuesArgs = {
|
|
56672
56689
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
56673
56690
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -58415,6 +58432,7 @@ export declare type JiraGroupInput = {
|
|
|
58415
58432
|
};
|
|
58416
58433
|
export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
|
|
58417
58434
|
__typename?: 'JiraGroupedListView';
|
|
58435
|
+
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
58418
58436
|
error?: Maybe<QueryError>;
|
|
58419
58437
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
58420
58438
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
@@ -58422,6 +58440,7 @@ export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpre
|
|
|
58422
58440
|
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
58423
58441
|
id: Scalars['ID']['output'];
|
|
58424
58442
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
58443
|
+
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
58425
58444
|
jql?: Maybe<Scalars['String']['output']>;
|
|
58426
58445
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
58427
58446
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -58451,6 +58470,9 @@ export declare type JiraGroupedListViewGroupsArgs = {
|
|
|
58451
58470
|
export declare type JiraGroupedListViewHasDefaultFieldSetsArgs = {
|
|
58452
58471
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
58453
58472
|
};
|
|
58473
|
+
export declare type JiraGroupedListViewIsViewConfigModifiedArgs = {
|
|
58474
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
58475
|
+
};
|
|
58454
58476
|
export declare type JiraGroupedListViewViewSettingsArgs = {
|
|
58455
58477
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
58456
58478
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -58601,6 +58623,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
58601
58623
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
58602
58624
|
legacyContentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
58603
58625
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
58626
|
+
linkedCommits?: Maybe<JiraIssueCommits>;
|
|
58604
58627
|
linkedPullRequests?: Maybe<JiraIssuePullRequests>;
|
|
58605
58628
|
matchesIssueSearch?: Maybe<Scalars['Boolean']['output']>;
|
|
58606
58629
|
mediaReadToken?: Maybe<JiraMediaReadToken>;
|
|
@@ -58788,6 +58811,9 @@ export declare type JiraIssueLegacyContentPanelsArgs = {
|
|
|
58788
58811
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58789
58812
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
58790
58813
|
};
|
|
58814
|
+
export declare type JiraIssueLinkedCommitsArgs = {
|
|
58815
|
+
input?: InputMaybe<JiraIssueCommitsInput>;
|
|
58816
|
+
};
|
|
58791
58817
|
export declare type JiraIssueLinkedPullRequestsArgs = {
|
|
58792
58818
|
input?: InputMaybe<JiraIssuePullRequestsInput>;
|
|
58793
58819
|
};
|
|
@@ -58980,6 +59006,9 @@ export declare type JiraIssueCommits = {
|
|
|
58980
59006
|
configErrors?: Maybe<Array<JiraDevInfoConfigError>>;
|
|
58981
59007
|
details?: Maybe<Array<JiraDevOpsCommitDetails>>;
|
|
58982
59008
|
};
|
|
59009
|
+
export declare type JiraIssueCommitsInput = {
|
|
59010
|
+
filterLegacy?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59011
|
+
};
|
|
58983
59012
|
export declare type JiraIssueConnection = {
|
|
58984
59013
|
__typename?: 'JiraIssueConnection';
|
|
58985
59014
|
edges?: Maybe<Array<Maybe<JiraIssueEdge>>>;
|
|
@@ -60042,12 +60071,15 @@ export declare type JiraIssueSearchStatus = {
|
|
|
60042
60071
|
};
|
|
60043
60072
|
export declare type JiraIssueSearchView = JiraIssueSearchViewMetadata & Node & {
|
|
60044
60073
|
__typename?: 'JiraIssueSearchView';
|
|
60074
|
+
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
60045
60075
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
60046
60076
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
60047
60077
|
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
60048
60078
|
id: Scalars['ID']['output'];
|
|
60049
60079
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60080
|
+
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
60050
60081
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
60082
|
+
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
60051
60083
|
viewConfigSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
60052
60084
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
60053
60085
|
};
|
|
@@ -60062,6 +60094,9 @@ export declare type JiraIssueSearchViewFieldSetsArgs = {
|
|
|
60062
60094
|
export declare type JiraIssueSearchViewHasDefaultFieldSetsArgs = {
|
|
60063
60095
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
60064
60096
|
};
|
|
60097
|
+
export declare type JiraIssueSearchViewIsViewConfigModifiedArgs = {
|
|
60098
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
60099
|
+
};
|
|
60065
60100
|
export declare type JiraIssueSearchViewViewConfigSettingsArgs = {
|
|
60066
60101
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
60067
60102
|
};
|
|
@@ -60133,12 +60168,15 @@ export declare enum JiraIssueSearchViewLayout {
|
|
|
60133
60168
|
List = "LIST"
|
|
60134
60169
|
}
|
|
60135
60170
|
export declare type JiraIssueSearchViewMetadata = {
|
|
60171
|
+
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
60136
60172
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
60137
60173
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
60138
60174
|
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
60139
60175
|
id: Scalars['ID']['output'];
|
|
60140
60176
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60177
|
+
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
60141
60178
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
60179
|
+
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
60142
60180
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
60143
60181
|
};
|
|
60144
60182
|
export declare type JiraIssueSearchViewMetadataFieldSetsArgs = {
|
|
@@ -60152,6 +60190,9 @@ export declare type JiraIssueSearchViewMetadataFieldSetsArgs = {
|
|
|
60152
60190
|
export declare type JiraIssueSearchViewMetadataHasDefaultFieldSetsArgs = {
|
|
60153
60191
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
60154
60192
|
};
|
|
60193
|
+
export declare type JiraIssueSearchViewMetadataIsViewConfigModifiedArgs = {
|
|
60194
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
60195
|
+
};
|
|
60155
60196
|
export declare type JiraIssueSearchViewPayload = Payload & {
|
|
60156
60197
|
__typename?: 'JiraIssueSearchViewPayload';
|
|
60157
60198
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -61379,12 +61420,14 @@ export declare type JiraLinkedIssuesInput = {
|
|
|
61379
61420
|
};
|
|
61380
61421
|
export declare type JiraListView = JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
|
|
61381
61422
|
__typename?: 'JiraListView';
|
|
61423
|
+
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
61382
61424
|
error?: Maybe<QueryError>;
|
|
61383
61425
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
61384
61426
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
61385
61427
|
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
61386
61428
|
id: Scalars['ID']['output'];
|
|
61387
61429
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61430
|
+
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
61388
61431
|
issues?: Maybe<JiraIssueConnection>;
|
|
61389
61432
|
jql?: Maybe<Scalars['String']['output']>;
|
|
61390
61433
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
@@ -61404,6 +61447,9 @@ export declare type JiraListViewFieldSetsArgs = {
|
|
|
61404
61447
|
export declare type JiraListViewHasDefaultFieldSetsArgs = {
|
|
61405
61448
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61406
61449
|
};
|
|
61450
|
+
export declare type JiraListViewIsViewConfigModifiedArgs = {
|
|
61451
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
61452
|
+
};
|
|
61407
61453
|
export declare type JiraListViewIssuesArgs = {
|
|
61408
61454
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61409
61455
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -68968,14 +69014,17 @@ export declare type JiraSpreadsheetGroupEdge = {
|
|
|
68968
69014
|
};
|
|
68969
69015
|
export declare type JiraSpreadsheetGroupFieldValue = JiraGoal | JiraOption | JiraPriority | JiraStatus | JiraStoryPoint;
|
|
68970
69016
|
export declare type JiraSpreadsheetView = {
|
|
69017
|
+
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
68971
69018
|
error?: Maybe<QueryError>;
|
|
68972
69019
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
68973
69020
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
68974
69021
|
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
68975
69022
|
id: Scalars['ID']['output'];
|
|
68976
69023
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
69024
|
+
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
68977
69025
|
jql?: Maybe<Scalars['String']['output']>;
|
|
68978
69026
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
69027
|
+
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
68979
69028
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
68980
69029
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
68981
69030
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -68991,6 +69040,9 @@ export declare type JiraSpreadsheetViewFieldSetsArgs = {
|
|
|
68991
69040
|
export declare type JiraSpreadsheetViewHasDefaultFieldSetsArgs = {
|
|
68992
69041
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
68993
69042
|
};
|
|
69043
|
+
export declare type JiraSpreadsheetViewIsViewConfigModifiedArgs = {
|
|
69044
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
69045
|
+
};
|
|
68994
69046
|
export declare type JiraSpreadsheetViewViewSettingsArgs = {
|
|
68995
69047
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
68996
69048
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -79216,6 +79268,10 @@ export declare enum MobilePlatform {
|
|
|
79216
79268
|
Android = "ANDROID",
|
|
79217
79269
|
Ios = "IOS"
|
|
79218
79270
|
}
|
|
79271
|
+
export declare type ModelRequestParams = {
|
|
79272
|
+
caller: Scalars['String']['input'];
|
|
79273
|
+
experience: Scalars['String']['input'];
|
|
79274
|
+
};
|
|
79219
79275
|
export declare type ModuleCompleteKey = {
|
|
79220
79276
|
__typename?: 'ModuleCompleteKey';
|
|
79221
79277
|
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -84457,6 +84513,7 @@ export declare type Query = {
|
|
|
84457
84513
|
devai_flowSessionResume?: Maybe<DevAiFlowPipeline>;
|
|
84458
84514
|
devai_flowSessionsByCreatorAndCloudId?: Maybe<Array<Maybe<DevAiFlowSession>>>;
|
|
84459
84515
|
devai_flowSessionsByIssueKeyAndCloudId?: Maybe<DevAiFlowSessionConnection>;
|
|
84516
|
+
devai_getPrefillRepoUrlForFlow?: Maybe<DevAiFlowRepository>;
|
|
84460
84517
|
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
|
|
84461
84518
|
devai_rovoDevAgentsWorkspace?: Maybe<DevAiWorkspace>;
|
|
84462
84519
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
@@ -84534,6 +84591,7 @@ export declare type Query = {
|
|
|
84534
84591
|
helpObjectStore_searchPortals?: Maybe<HelpObjectStorePortalSearchResponse>;
|
|
84535
84592
|
helpObjectStore_searchRequestTypes?: Maybe<HelpObjectStoreRequestTypeSearchResponse>;
|
|
84536
84593
|
homeUserSettings?: Maybe<HomeUserSettings>;
|
|
84594
|
+
home_tagSearch?: Maybe<TownsquareTagConnection>;
|
|
84537
84595
|
identity_groupsByIds?: Maybe<Array<IdentityGroup>>;
|
|
84538
84596
|
incomingLinksCount?: Maybe<IncomingLinksCount>;
|
|
84539
84597
|
inlineTasks?: Maybe<InlineTasksQueryResult>;
|
|
@@ -84637,6 +84695,7 @@ export declare type Query = {
|
|
|
84637
84695
|
notesByCreator?: Maybe<NoteConnection>;
|
|
84638
84696
|
notifications?: Maybe<InfluentsNotificationQuery>;
|
|
84639
84697
|
oauthClients?: Maybe<OAuthClientsQuery>;
|
|
84698
|
+
objectRecommendations?: Maybe<CollaborationGraphRecommendationResults>;
|
|
84640
84699
|
onboardingState?: Maybe<Array<OnboardingState>>;
|
|
84641
84700
|
opsgenie?: Maybe<OpsgenieQuery>;
|
|
84642
84701
|
opsgenieTeamRelationshipForDevOpsService?: Maybe<DevOpsServiceAndOpsgenieTeamRelationship>;
|
|
@@ -85864,6 +85923,10 @@ export declare type QueryDevai_FlowSessionsByIssueKeyAndCloudIdArgs = {
|
|
|
85864
85923
|
issueKey: Scalars['String']['input'];
|
|
85865
85924
|
statusFilter?: InputMaybe<DevAiFlowSessionsStatus>;
|
|
85866
85925
|
};
|
|
85926
|
+
export declare type QueryDevai_GetPrefillRepoUrlForFlowArgs = {
|
|
85927
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
85928
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
85929
|
+
};
|
|
85867
85930
|
export declare type QueryDevai_RovoDevAgentsUserArgs = {
|
|
85868
85931
|
atlassianAccountId?: InputMaybe<Scalars['ID']['input']>;
|
|
85869
85932
|
cloudId: Scalars['ID']['input'];
|
|
@@ -86132,6 +86195,13 @@ export declare type QueryHelpObjectStore_SearchRequestTypesArgs = {
|
|
|
86132
86195
|
portalId?: InputMaybe<Scalars['String']['input']>;
|
|
86133
86196
|
queryTerm: Scalars['String']['input'];
|
|
86134
86197
|
};
|
|
86198
|
+
export declare type QueryHome_TagSearchArgs = {
|
|
86199
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
86200
|
+
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
86201
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86202
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
86203
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareTagSortEnum>>>;
|
|
86204
|
+
};
|
|
86135
86205
|
export declare type QueryIdentity_GroupsByIdsArgs = {
|
|
86136
86206
|
ids: Array<Scalars['ID']['input']>;
|
|
86137
86207
|
};
|
|
@@ -86418,6 +86488,11 @@ export declare type QueryNodeArgs = {
|
|
|
86418
86488
|
export declare type QueryNotesByCreatorArgs = {
|
|
86419
86489
|
input?: InputMaybe<NotesByCreatorInput>;
|
|
86420
86490
|
};
|
|
86491
|
+
export declare type QueryObjectRecommendationsArgs = {
|
|
86492
|
+
context: CollaborationGraphRequestContext;
|
|
86493
|
+
maxNumberOfResults?: InputMaybe<Scalars['Int']['input']>;
|
|
86494
|
+
modelRequestParams: ModelRequestParams;
|
|
86495
|
+
};
|
|
86421
86496
|
export declare type QueryOnboardingStateArgs = {
|
|
86422
86497
|
key?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
86423
86498
|
};
|
|
@@ -87433,7 +87508,6 @@ export declare type RadarFunction = {
|
|
|
87433
87508
|
operators: Array<RadarFilterOperators>;
|
|
87434
87509
|
};
|
|
87435
87510
|
export declare enum RadarFunctionId {
|
|
87436
|
-
Haschild = "HASCHILD",
|
|
87437
87511
|
Under = "UNDER"
|
|
87438
87512
|
}
|
|
87439
87513
|
export declare type RadarGroupMetrics = {
|
|
@@ -90135,6 +90209,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
90135
90209
|
assignees?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
90136
90210
|
containerAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
90137
90211
|
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
90212
|
+
containerTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
90138
90213
|
createdBy?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
90139
90214
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
90140
90215
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -93151,6 +93226,7 @@ export declare type SpfAskLink = {
|
|
|
93151
93226
|
attachedByUserId?: Maybe<Scalars['String']['output']>;
|
|
93152
93227
|
attachedDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
93153
93228
|
id: Scalars['ID']['output'];
|
|
93229
|
+
linkText?: Maybe<Scalars['String']['output']>;
|
|
93154
93230
|
url: Scalars['URL']['output'];
|
|
93155
93231
|
};
|
|
93156
93232
|
export declare type SpfAskLinkConnection = {
|
|
@@ -93204,6 +93280,7 @@ export declare type SpfAskTransition = {
|
|
|
93204
93280
|
};
|
|
93205
93281
|
export declare type SpfAttachAskLinkInput = {
|
|
93206
93282
|
askId: Scalars['ID']['input'];
|
|
93283
|
+
linkText?: InputMaybe<Scalars['String']['input']>;
|
|
93207
93284
|
url: Scalars['URL']['input'];
|
|
93208
93285
|
};
|
|
93209
93286
|
export declare type SpfAttachAskLinkPayload = Payload & {
|
|
@@ -95978,6 +96055,17 @@ export declare type TownsquareTagEdge = {
|
|
|
95978
96055
|
cursor: Scalars['String']['output'];
|
|
95979
96056
|
node?: Maybe<TownsquareTag>;
|
|
95980
96057
|
};
|
|
96058
|
+
export declare enum TownsquareTagSortEnum {
|
|
96059
|
+
EntityCountDesc = "ENTITY_COUNT_DESC",
|
|
96060
|
+
IdAsc = "ID_ASC",
|
|
96061
|
+
IdDesc = "ID_DESC",
|
|
96062
|
+
NameAsc = "NAME_ASC",
|
|
96063
|
+
NameDesc = "NAME_DESC",
|
|
96064
|
+
UsageAsc = "USAGE_ASC",
|
|
96065
|
+
UsageDesc = "USAGE_DESC",
|
|
96066
|
+
WatcherAsc = "WATCHER_ASC",
|
|
96067
|
+
WatcherDesc = "WATCHER_DESC"
|
|
96068
|
+
}
|
|
95981
96069
|
export declare type TownsquareTargetDate = {
|
|
95982
96070
|
__typename?: 'TownsquareTargetDate';
|
|
95983
96071
|
confidence?: Maybe<TownsquareTargetDateType>;
|
|
@@ -96710,6 +96798,7 @@ export declare type TrelloCard = Node & {
|
|
|
96710
96798
|
customFieldItems?: Maybe<TrelloCustomFieldItemConnection>;
|
|
96711
96799
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
96712
96800
|
due?: Maybe<TrelloCardDueInfo>;
|
|
96801
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
96713
96802
|
id: Scalars['ID']['output'];
|
|
96714
96803
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
96715
96804
|
labels?: Maybe<TrelloLabelConnection>;
|
|
@@ -97041,6 +97130,7 @@ export declare type TrelloCardUpdated = {
|
|
|
97041
97130
|
customFieldItems?: Maybe<TrelloCustomFieldItemUpdatedConnection>;
|
|
97042
97131
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
97043
97132
|
due?: Maybe<TrelloCardDueInfo>;
|
|
97133
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
97044
97134
|
id: Scalars['ID']['output'];
|
|
97045
97135
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
97046
97136
|
labels?: Maybe<TrelloLabelUpdatedConnection>;
|
|
@@ -97350,6 +97440,7 @@ export declare type TrelloCreateOAuth2ApplicationInput = {
|
|
|
97350
97440
|
author: Scalars['String']['input'];
|
|
97351
97441
|
email: Scalars['String']['input'];
|
|
97352
97442
|
iframeUrl?: InputMaybe<Scalars['URL']['input']>;
|
|
97443
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
97353
97444
|
name: Scalars['String']['input'];
|
|
97354
97445
|
supportContact: Scalars['String']['input'];
|
|
97355
97446
|
workspaceId: Scalars['ID']['input'];
|