@forge/cli-shared 6.3.0-next.15 → 6.3.0
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 +29 -0
- package/out/graphql/graphql-types.d.ts +151 -1
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +31 -15
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0e30430: Evergreen runtime using loader script
|
|
8
|
+
- 34bd8b6: Added new target to build dialogs for jira command palette
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- c24af3f: Fix activationIdMissing error message
|
|
13
|
+
- Updated dependencies [7c74795]
|
|
14
|
+
- Updated dependencies [9dc2ad3]
|
|
15
|
+
- Updated dependencies [cd7008b]
|
|
16
|
+
- Updated dependencies [49c8f18]
|
|
17
|
+
- Updated dependencies [da32dcc]
|
|
18
|
+
- Updated dependencies [47501f7]
|
|
19
|
+
- Updated dependencies [5d4af6e]
|
|
20
|
+
- Updated dependencies [a9c6303]
|
|
21
|
+
- Updated dependencies [c84549a]
|
|
22
|
+
- Updated dependencies [eb1bb6e]
|
|
23
|
+
- Updated dependencies [3b3e56e]
|
|
24
|
+
- Updated dependencies [0e1b960]
|
|
25
|
+
- Updated dependencies [9f77b20]
|
|
26
|
+
- Updated dependencies [8ca9a19]
|
|
27
|
+
- Updated dependencies [ffa1464]
|
|
28
|
+
- @forge/manifest@8.0.0
|
|
29
|
+
- @forge/i18n@0.0.2
|
|
30
|
+
- @forge/util@1.4.5
|
|
31
|
+
|
|
3
32
|
## 6.3.0-next.15
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
|
@@ -484,7 +484,7 @@ export declare type ActivityObject = {
|
|
|
484
484
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
485
485
|
type: Scalars['String']['output'];
|
|
486
486
|
};
|
|
487
|
-
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | MercuryFocusArea | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
487
|
+
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
488
488
|
export declare enum ActivityObjectType {
|
|
489
489
|
Blogpost = "BLOGPOST",
|
|
490
490
|
Comment = "COMMENT",
|
|
@@ -4961,6 +4961,7 @@ export declare type CompassDeactivatedScorecard = {
|
|
|
4961
4961
|
id: Scalars['ID']['output'];
|
|
4962
4962
|
name: Scalars['String']['output'];
|
|
4963
4963
|
ownerId?: Maybe<Scalars['ID']['output']>;
|
|
4964
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
4964
4965
|
type: Scalars['String']['output'];
|
|
4965
4966
|
};
|
|
4966
4967
|
export declare type CompassDeactivatedScorecardActiveIssuesArgs = {
|
|
@@ -6099,6 +6100,7 @@ export declare type CompassScorecard = Node & {
|
|
|
6099
6100
|
scorecardScoreDurationStatistics?: Maybe<CompassScorecardScoreDurationStatisticsResult>;
|
|
6100
6101
|
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
6101
6102
|
scoringStrategyType?: Maybe<Scalars['String']['output']>;
|
|
6103
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
6102
6104
|
type: Scalars['String']['output'];
|
|
6103
6105
|
viewerPermissions?: Maybe<CompassScorecardInstancePermissions>;
|
|
6104
6106
|
};
|
|
@@ -15922,6 +15924,7 @@ export declare type CreateCompassScorecardInput = {
|
|
|
15922
15924
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
15923
15925
|
repositoryValues?: InputMaybe<CompassRepositoryValueInput>;
|
|
15924
15926
|
scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
|
|
15927
|
+
state?: InputMaybe<Scalars['String']['input']>;
|
|
15925
15928
|
};
|
|
15926
15929
|
export declare type CreateCompassScorecardPayload = Payload & {
|
|
15927
15930
|
__typename?: 'CreateCompassScorecardPayload';
|
|
@@ -17488,6 +17491,7 @@ export declare type DevAiGetSupportedReposArgs = {
|
|
|
17488
17491
|
export declare type DevAiAutodevLog = {
|
|
17489
17492
|
id: Scalars['ID']['output'];
|
|
17490
17493
|
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17494
|
+
priority?: Maybe<DevAiAutodevLogPriority>;
|
|
17491
17495
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17492
17496
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17493
17497
|
};
|
|
@@ -17544,6 +17548,10 @@ export declare enum DevAiAutodevLogPhase {
|
|
|
17544
17548
|
PlanReview = "PLAN_REVIEW",
|
|
17545
17549
|
PlanReGenerating = "PLAN_RE_GENERATING"
|
|
17546
17550
|
}
|
|
17551
|
+
export declare enum DevAiAutodevLogPriority {
|
|
17552
|
+
Lowest = "LOWEST",
|
|
17553
|
+
Medium = "MEDIUM"
|
|
17554
|
+
}
|
|
17547
17555
|
export declare enum DevAiAutodevLogStatus {
|
|
17548
17556
|
Completed = "COMPLETED",
|
|
17549
17557
|
Failed = "FAILED",
|
|
@@ -17698,6 +17706,7 @@ export declare type DevAiGenericAutodevLog = DevAiAutodevLog & {
|
|
|
17698
17706
|
id: Scalars['ID']['output'];
|
|
17699
17707
|
kind?: Maybe<Scalars['String']['output']>;
|
|
17700
17708
|
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17709
|
+
priority?: Maybe<DevAiAutodevLogPriority>;
|
|
17701
17710
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17702
17711
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17703
17712
|
};
|
|
@@ -17706,6 +17715,20 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
|
|
|
17706
17715
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
17707
17716
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
17708
17717
|
};
|
|
17718
|
+
export declare enum DevAiIssueScopingLabel {
|
|
17719
|
+
Complex = "COMPLEX",
|
|
17720
|
+
InScope = "IN_SCOPE",
|
|
17721
|
+
Recoverable = "RECOVERABLE",
|
|
17722
|
+
Unsolvable = "UNSOLVABLE"
|
|
17723
|
+
}
|
|
17724
|
+
export declare type DevAiIssueScopingResult = {
|
|
17725
|
+
__typename?: 'DevAiIssueScopingResult';
|
|
17726
|
+
isAddingCodeFilePathSuggested?: Maybe<Scalars['Boolean']['output']>;
|
|
17727
|
+
isAddingCodeSnippetSuggested?: Maybe<Scalars['Boolean']['output']>;
|
|
17728
|
+
isAddingCodingTermsSuggested?: Maybe<Scalars['Boolean']['output']>;
|
|
17729
|
+
issueId: Scalars['ID']['output'];
|
|
17730
|
+
label?: Maybe<DevAiIssueScopingLabel>;
|
|
17731
|
+
};
|
|
17709
17732
|
export declare type DevAiMutations = {
|
|
17710
17733
|
__typename?: 'DevAiMutations';
|
|
17711
17734
|
cancelAutofixScan?: Maybe<DevAiCancelAutofixScanPayload>;
|
|
@@ -17733,6 +17756,7 @@ export declare type DevAiPhaseEndedAutodevLog = DevAiAutodevLog & {
|
|
|
17733
17756
|
__typename?: 'DevAiPhaseEndedAutodevLog';
|
|
17734
17757
|
id: Scalars['ID']['output'];
|
|
17735
17758
|
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17759
|
+
priority?: Maybe<DevAiAutodevLogPriority>;
|
|
17736
17760
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17737
17761
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17738
17762
|
};
|
|
@@ -17740,6 +17764,7 @@ export declare type DevAiPhaseStartedAutodevLog = DevAiAutodevLog & {
|
|
|
17740
17764
|
__typename?: 'DevAiPhaseStartedAutodevLog';
|
|
17741
17765
|
id: Scalars['ID']['output'];
|
|
17742
17766
|
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17767
|
+
priority?: Maybe<DevAiAutodevLogPriority>;
|
|
17743
17768
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17744
17769
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17745
17770
|
};
|
|
@@ -17749,6 +17774,7 @@ export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
|
|
|
17749
17774
|
id: Scalars['ID']['output'];
|
|
17750
17775
|
message?: Maybe<Scalars['String']['output']>;
|
|
17751
17776
|
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17777
|
+
priority?: Maybe<DevAiAutodevLogPriority>;
|
|
17752
17778
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17753
17779
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17754
17780
|
};
|
|
@@ -25179,7 +25205,9 @@ export declare type GraphStore = {
|
|
|
25179
25205
|
appInstallationAssociatedToOperationsWorkspaceRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection>;
|
|
25180
25206
|
appInstallationAssociatedToSecurityWorkspaceInverseRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
|
|
25181
25207
|
appInstallationAssociatedToSecurityWorkspaceRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
|
|
25208
|
+
atlasGoalHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection>;
|
|
25182
25209
|
atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
|
|
25210
|
+
atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
|
|
25183
25211
|
atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
|
|
25184
25212
|
atlasGoalHasSubAtlasGoalInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalInverseConnection>;
|
|
25185
25213
|
atlasProjectContributesToAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalConnection>;
|
|
@@ -25190,6 +25218,7 @@ export declare type GraphStore = {
|
|
|
25190
25218
|
atlasProjectDependsOnAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection>;
|
|
25191
25219
|
atlasProjectHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection>;
|
|
25192
25220
|
atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
|
|
25221
|
+
atlasProjectHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection>;
|
|
25193
25222
|
atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
|
|
25194
25223
|
atlasProjectIsRelatedToAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection>;
|
|
25195
25224
|
atlasProjectIsTrackedOnJiraEpic?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
@@ -25588,6 +25617,13 @@ export declare type GraphStoreAppInstallationAssociatedToSecurityWorkspaceRelati
|
|
|
25588
25617
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25589
25618
|
id: Scalars['ID']['input'];
|
|
25590
25619
|
};
|
|
25620
|
+
export declare type GraphStoreAtlasGoalHasContributorInverseArgs = {
|
|
25621
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25622
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25623
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25624
|
+
id: Scalars['ID']['input'];
|
|
25625
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasContributorSortInput>;
|
|
25626
|
+
};
|
|
25591
25627
|
export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
25592
25628
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25593
25629
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25595,6 +25631,13 @@ export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
|
25595
25631
|
id: Scalars['ID']['input'];
|
|
25596
25632
|
sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
|
|
25597
25633
|
};
|
|
25634
|
+
export declare type GraphStoreAtlasGoalHasOwnerInverseArgs = {
|
|
25635
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25636
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25637
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25638
|
+
id: Scalars['ID']['input'];
|
|
25639
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasOwnerSortInput>;
|
|
25640
|
+
};
|
|
25598
25641
|
export declare type GraphStoreAtlasGoalHasSubAtlasGoalArgs = {
|
|
25599
25642
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25600
25643
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25661,6 +25704,13 @@ export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
|
|
|
25661
25704
|
id: Scalars['ID']['input'];
|
|
25662
25705
|
sort?: InputMaybe<GraphStoreAtlasProjectHasFollowerSortInput>;
|
|
25663
25706
|
};
|
|
25707
|
+
export declare type GraphStoreAtlasProjectHasOwnerInverseArgs = {
|
|
25708
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25709
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25710
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25711
|
+
id: Scalars['ID']['input'];
|
|
25712
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasOwnerSortInput>;
|
|
25713
|
+
};
|
|
25664
25714
|
export declare type GraphStoreAtlasProjectIsRelatedToAtlasProjectArgs = {
|
|
25665
25715
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25666
25716
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -28052,9 +28102,15 @@ export declare type GraphStoreAtiFilterInput = {
|
|
|
28052
28102
|
is?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
28053
28103
|
isNot?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
28054
28104
|
};
|
|
28105
|
+
export declare type GraphStoreAtlasGoalHasContributorSortInput = {
|
|
28106
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28107
|
+
};
|
|
28055
28108
|
export declare type GraphStoreAtlasGoalHasFollowerSortInput = {
|
|
28056
28109
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28057
28110
|
};
|
|
28111
|
+
export declare type GraphStoreAtlasGoalHasOwnerSortInput = {
|
|
28112
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28113
|
+
};
|
|
28058
28114
|
export declare type GraphStoreAtlasGoalHasSubAtlasGoalSortInput = {
|
|
28059
28115
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28060
28116
|
};
|
|
@@ -28070,6 +28126,9 @@ export declare type GraphStoreAtlasProjectHasContributorSortInput = {
|
|
|
28070
28126
|
export declare type GraphStoreAtlasProjectHasFollowerSortInput = {
|
|
28071
28127
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28072
28128
|
};
|
|
28129
|
+
export declare type GraphStoreAtlasProjectHasOwnerSortInput = {
|
|
28130
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28131
|
+
};
|
|
28073
28132
|
export declare type GraphStoreAtlasProjectIsRelatedToAtlasProjectSortInput = {
|
|
28074
28133
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28075
28134
|
};
|
|
@@ -33763,6 +33822,20 @@ export declare type GraphStoreShipit57IssueRecursiveLinksToPageSortInput = {
|
|
|
33763
33822
|
export declare type GraphStoreShipit57PullRequestLinksToPageSortInput = {
|
|
33764
33823
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33765
33824
|
};
|
|
33825
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection = HasPageInfo & {
|
|
33826
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection';
|
|
33827
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseEdge>>>;
|
|
33828
|
+
pageInfo: PageInfo;
|
|
33829
|
+
};
|
|
33830
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasContributorInverseEdge = {
|
|
33831
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasContributorInverseEdge';
|
|
33832
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33833
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33834
|
+
id: Scalars['ID']['output'];
|
|
33835
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33836
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseUnion>;
|
|
33837
|
+
};
|
|
33838
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasContributorInverseUnion = TownsquareGoal;
|
|
33766
33839
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection = HasPageInfo & {
|
|
33767
33840
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection';
|
|
33768
33841
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge>>>;
|
|
@@ -33777,6 +33850,20 @@ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge = {
|
|
|
33777
33850
|
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion>;
|
|
33778
33851
|
};
|
|
33779
33852
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion = TownsquareGoal;
|
|
33853
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection = HasPageInfo & {
|
|
33854
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection';
|
|
33855
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge>>>;
|
|
33856
|
+
pageInfo: PageInfo;
|
|
33857
|
+
};
|
|
33858
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge = {
|
|
33859
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge';
|
|
33860
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33861
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33862
|
+
id: Scalars['ID']['output'];
|
|
33863
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33864
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseUnion>;
|
|
33865
|
+
};
|
|
33866
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseUnion = TownsquareGoal;
|
|
33780
33867
|
export declare type GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection = HasPageInfo & {
|
|
33781
33868
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection';
|
|
33782
33869
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalEdge>>>;
|
|
@@ -33889,6 +33976,20 @@ export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge = {
|
|
|
33889
33976
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion>;
|
|
33890
33977
|
};
|
|
33891
33978
|
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion = TownsquareProject;
|
|
33979
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection = HasPageInfo & {
|
|
33980
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection';
|
|
33981
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge>>>;
|
|
33982
|
+
pageInfo: PageInfo;
|
|
33983
|
+
};
|
|
33984
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge = {
|
|
33985
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge';
|
|
33986
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33987
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33988
|
+
id: Scalars['ID']['output'];
|
|
33989
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33990
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion>;
|
|
33991
|
+
};
|
|
33992
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion = TownsquareProject;
|
|
33892
33993
|
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection = HasPageInfo & {
|
|
33893
33994
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection';
|
|
33894
33995
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectEdge>>>;
|
|
@@ -40673,7 +40774,10 @@ export declare type JiraAutodevJob = {
|
|
|
40673
40774
|
statusHistory?: Maybe<JiraAutodevStatusHistoryItemConnection>;
|
|
40674
40775
|
};
|
|
40675
40776
|
export declare type JiraAutodevJobJobLogsArgs = {
|
|
40777
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40676
40778
|
cloudId: Scalars['ID']['input'];
|
|
40779
|
+
excludePriorities?: InputMaybe<Array<InputMaybe<DevAiAutodevLogPriority>>>;
|
|
40780
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40677
40781
|
};
|
|
40678
40782
|
export declare type JiraAutodevJobConnection = {
|
|
40679
40783
|
__typename?: 'JiraAutodevJobConnection';
|
|
@@ -42748,6 +42852,7 @@ export declare enum JiraDeploymentsFeaturePrecondition {
|
|
|
42748
42852
|
}
|
|
42749
42853
|
export declare type JiraDetailedView = JiraIssueSearchViewType & JiraView & Node & {
|
|
42750
42854
|
__typename?: 'JiraDetailedView';
|
|
42855
|
+
error?: Maybe<QueryError>;
|
|
42751
42856
|
id: Scalars['ID']['output'];
|
|
42752
42857
|
issues?: Maybe<JiraIssueConnection>;
|
|
42753
42858
|
};
|
|
@@ -43101,6 +43206,9 @@ export declare type JiraDismissInContextConfigPromptPayload = Payload & {
|
|
|
43101
43206
|
errors?: Maybe<Array<MutationError>>;
|
|
43102
43207
|
success: Scalars['Boolean']['output'];
|
|
43103
43208
|
};
|
|
43209
|
+
export declare type JiraDuplicateJourneyConfigurationInput = {
|
|
43210
|
+
id: Scalars['ID']['input'];
|
|
43211
|
+
};
|
|
43104
43212
|
export declare type JiraDurationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
43105
43213
|
__typename?: 'JiraDurationField';
|
|
43106
43214
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -44109,6 +44217,7 @@ export declare type JiraGroupInput = {
|
|
|
44109
44217
|
};
|
|
44110
44218
|
export declare type JiraGroupedListView = JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
|
|
44111
44219
|
__typename?: 'JiraGroupedListView';
|
|
44220
|
+
error?: Maybe<QueryError>;
|
|
44112
44221
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
44113
44222
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
44114
44223
|
groups?: Maybe<JiraSpreadsheetGroupConnection>;
|
|
@@ -44224,6 +44333,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
44224
44333
|
archivedOn?: Maybe<Scalars['DateTime']['output']>;
|
|
44225
44334
|
assigneeField?: Maybe<JiraSingleSelectUserPickerField>;
|
|
44226
44335
|
attachments?: Maybe<JiraAttachmentConnection>;
|
|
44336
|
+
autodevIssueScopingResult?: Maybe<DevAiIssueScopingResult>;
|
|
44227
44337
|
canBeExported?: Maybe<Scalars['Boolean']['output']>;
|
|
44228
44338
|
childIssues?: Maybe<JiraChildIssues>;
|
|
44229
44339
|
commandPaletteActions?: Maybe<JiraIssueCommandPaletteActionConnection>;
|
|
@@ -45509,6 +45619,7 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
45509
45619
|
};
|
|
45510
45620
|
export declare type JiraIssueSearchViewResult = JiraIssueSearchView | QueryError;
|
|
45511
45621
|
export declare type JiraIssueSearchViewType = {
|
|
45622
|
+
error?: Maybe<QueryError>;
|
|
45512
45623
|
id: Scalars['ID']['output'];
|
|
45513
45624
|
};
|
|
45514
45625
|
export declare type JiraIssueTransitionComment = {
|
|
@@ -46465,6 +46576,7 @@ export declare type JiraLinkedIssuesInput = {
|
|
|
46465
46576
|
};
|
|
46466
46577
|
export declare type JiraListView = JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
|
|
46467
46578
|
__typename?: 'JiraListView';
|
|
46579
|
+
error?: Maybe<QueryError>;
|
|
46468
46580
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
46469
46581
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
46470
46582
|
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -46900,6 +47012,7 @@ export declare type JiraMutation = {
|
|
|
46900
47012
|
deleteProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
46901
47013
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
46902
47014
|
disableJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
47015
|
+
duplicateJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
46903
47016
|
grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
|
|
46904
47017
|
initializeProjectNotificationPreferences?: Maybe<JiraInitializeProjectNotificationPreferencesPayload>;
|
|
46905
47018
|
jiraFilterMutation?: Maybe<JiraFilterMutation>;
|
|
@@ -47172,6 +47285,10 @@ export declare type JiraMutationDisableJiraJourneyConfigurationArgs = {
|
|
|
47172
47285
|
cloudId: Scalars['ID']['input'];
|
|
47173
47286
|
input: JiraDisableJourneyConfigurationInput;
|
|
47174
47287
|
};
|
|
47288
|
+
export declare type JiraMutationDuplicateJiraJourneyConfigurationArgs = {
|
|
47289
|
+
cloudId: Scalars['ID']['input'];
|
|
47290
|
+
input: JiraDuplicateJourneyConfigurationInput;
|
|
47291
|
+
};
|
|
47175
47292
|
export declare type JiraMutationGrantGlobalPermissionArgs = {
|
|
47176
47293
|
cloudId: Scalars['ID']['input'];
|
|
47177
47294
|
input: JiraGlobalPermissionAddGroupGrantInput;
|
|
@@ -52539,6 +52656,7 @@ export declare type JiraSpreadsheetGroupEdge = {
|
|
|
52539
52656
|
};
|
|
52540
52657
|
export declare type JiraSpreadsheetGroupFieldValue = JiraGoal | JiraOption | JiraPriority | JiraStatus | JiraStoryPoint;
|
|
52541
52658
|
export declare type JiraSpreadsheetView = {
|
|
52659
|
+
error?: Maybe<QueryError>;
|
|
52542
52660
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
52543
52661
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
52544
52662
|
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -54399,6 +54517,7 @@ export declare enum JiraVersionWarningConfigState {
|
|
|
54399
54517
|
NotApplicable = "NOT_APPLICABLE"
|
|
54400
54518
|
}
|
|
54401
54519
|
export declare type JiraView = {
|
|
54520
|
+
error?: Maybe<QueryError>;
|
|
54402
54521
|
id: Scalars['ID']['output'];
|
|
54403
54522
|
};
|
|
54404
54523
|
export declare type JiraViewScopeInput = {
|
|
@@ -56194,6 +56313,8 @@ export declare type KnowledgeDiscoveryQueryApiKeyPhrasesArgs = {
|
|
|
56194
56313
|
entityAri?: InputMaybe<Scalars['String']['input']>;
|
|
56195
56314
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56196
56315
|
inputText?: InputMaybe<KnowledgeDiscoveryKeyPhraseInputText>;
|
|
56316
|
+
jiraAssigneeAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
56317
|
+
jiraReporterAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
56197
56318
|
limited?: InputMaybe<Scalars['Boolean']['input']>;
|
|
56198
56319
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
56199
56320
|
};
|
|
@@ -58505,7 +58626,11 @@ export declare enum MercuryEntityType {
|
|
|
58505
58626
|
}
|
|
58506
58627
|
export declare enum MercuryEventType {
|
|
58507
58628
|
Create = "CREATE",
|
|
58629
|
+
CreateUpdate = "CREATE_UPDATE",
|
|
58508
58630
|
Delete = "DELETE",
|
|
58631
|
+
DeleteUpdate = "DELETE_UPDATE",
|
|
58632
|
+
EditUpdate = "EDIT_UPDATE",
|
|
58633
|
+
Export = "EXPORT",
|
|
58509
58634
|
Import = "IMPORT",
|
|
58510
58635
|
Link = "LINK",
|
|
58511
58636
|
Unlink = "UNLINK",
|
|
@@ -62841,6 +62966,7 @@ export declare type Query = {
|
|
|
62841
62966
|
devOpsServices?: Maybe<DevOpsServiceConnection>;
|
|
62842
62967
|
devOpsServicesById?: Maybe<Array<DevOpsService>>;
|
|
62843
62968
|
devOpsTools?: Maybe<DevOpsTools>;
|
|
62969
|
+
devai_autodevIssueScoping?: Maybe<DevAiIssueScopingResult>;
|
|
62844
62970
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
62845
62971
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
62846
62972
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -62975,6 +63101,7 @@ export declare type Query = {
|
|
|
62975
63101
|
};
|
|
62976
63102
|
export declare type QueryAnchorArgs = {
|
|
62977
63103
|
id: Scalars['String']['input'];
|
|
63104
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
62978
63105
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62979
63106
|
};
|
|
62980
63107
|
export declare type QueryAnchorsArgs = {
|
|
@@ -64035,6 +64162,7 @@ export declare type QueryCustomerStoriesArgs = {
|
|
|
64035
64162
|
};
|
|
64036
64163
|
export declare type QueryCustomerStoryArgs = {
|
|
64037
64164
|
id: Scalars['String']['input'];
|
|
64165
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64038
64166
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64039
64167
|
};
|
|
64040
64168
|
export declare type QueryDemoMercury_GetByIdArgs = {
|
|
@@ -64089,6 +64217,11 @@ export declare type QueryDevOpsServicesArgs = {
|
|
|
64089
64217
|
export declare type QueryDevOpsServicesByIdArgs = {
|
|
64090
64218
|
ids: Array<Scalars['ID']['input']>;
|
|
64091
64219
|
};
|
|
64220
|
+
export declare type QueryDevai_AutodevIssueScopingArgs = {
|
|
64221
|
+
issueDescription: Scalars['String']['input'];
|
|
64222
|
+
issueId: Scalars['ID']['input'];
|
|
64223
|
+
issueSummary: Scalars['String']['input'];
|
|
64224
|
+
};
|
|
64092
64225
|
export declare type QueryDevai_AutodevJobFileContentsArgs = {
|
|
64093
64226
|
cloudId: Scalars['ID']['input'];
|
|
64094
64227
|
endLine?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -64105,6 +64238,7 @@ export declare type QueryDevai_AutodevJobLogGroupsArgs = {
|
|
|
64105
64238
|
export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
64106
64239
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64107
64240
|
cloudId: Scalars['ID']['input'];
|
|
64241
|
+
excludePriorities?: InputMaybe<Array<InputMaybe<DevAiAutodevLogPriority>>>;
|
|
64108
64242
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64109
64243
|
jobId: Scalars['ID']['input'];
|
|
64110
64244
|
};
|
|
@@ -64136,6 +64270,7 @@ export declare type QueryExternal_EntitiesArgs = {
|
|
|
64136
64270
|
};
|
|
64137
64271
|
export declare type QueryFullHubArticleArgs = {
|
|
64138
64272
|
id: Scalars['String']['input'];
|
|
64273
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64139
64274
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64140
64275
|
};
|
|
64141
64276
|
export declare type QueryFullHubArticlesArgs = {
|
|
@@ -64143,6 +64278,7 @@ export declare type QueryFullHubArticlesArgs = {
|
|
|
64143
64278
|
};
|
|
64144
64279
|
export declare type QueryFullTutorialArgs = {
|
|
64145
64280
|
id: Scalars['String']['input'];
|
|
64281
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64146
64282
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64147
64283
|
};
|
|
64148
64284
|
export declare type QueryFullTutorialsArgs = {
|
|
@@ -64174,6 +64310,7 @@ export declare type QueryInstallationContextsWithLogAccessArgs = {
|
|
|
64174
64310
|
};
|
|
64175
64311
|
export declare type QueryIpmFlagArgs = {
|
|
64176
64312
|
id: Scalars['String']['input'];
|
|
64313
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64177
64314
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64178
64315
|
};
|
|
64179
64316
|
export declare type QueryIpmFlagsArgs = {
|
|
@@ -64181,6 +64318,7 @@ export declare type QueryIpmFlagsArgs = {
|
|
|
64181
64318
|
};
|
|
64182
64319
|
export declare type QueryIpmImageModalArgs = {
|
|
64183
64320
|
id: Scalars['String']['input'];
|
|
64321
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64184
64322
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64185
64323
|
};
|
|
64186
64324
|
export declare type QueryIpmImageModalsArgs = {
|
|
@@ -64188,6 +64326,7 @@ export declare type QueryIpmImageModalsArgs = {
|
|
|
64188
64326
|
};
|
|
64189
64327
|
export declare type QueryIpmInlineDialogArgs = {
|
|
64190
64328
|
id: Scalars['String']['input'];
|
|
64329
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64191
64330
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64192
64331
|
};
|
|
64193
64332
|
export declare type QueryIpmInlineDialogsArgs = {
|
|
@@ -64195,6 +64334,7 @@ export declare type QueryIpmInlineDialogsArgs = {
|
|
|
64195
64334
|
};
|
|
64196
64335
|
export declare type QueryIpmMultiStepArgs = {
|
|
64197
64336
|
id: Scalars['String']['input'];
|
|
64337
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64198
64338
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64199
64339
|
};
|
|
64200
64340
|
export declare type QueryIpmMultiStepsArgs = {
|
|
@@ -64307,6 +64447,7 @@ export declare type QueryPolarisViewArrangementInfoArgs = {
|
|
|
64307
64447
|
};
|
|
64308
64448
|
export declare type QueryPricingArgs = {
|
|
64309
64449
|
id: Scalars['String']['input'];
|
|
64450
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64310
64451
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64311
64452
|
};
|
|
64312
64453
|
export declare type QueryPricingsArgs = {
|
|
@@ -64343,6 +64484,7 @@ export declare type QueryRadar_WorkspaceArgs = {
|
|
|
64343
64484
|
};
|
|
64344
64485
|
export declare type QueryReleaseNoteArgs = {
|
|
64345
64486
|
id: Scalars['String']['input'];
|
|
64487
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64346
64488
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64347
64489
|
};
|
|
64348
64490
|
export declare type QueryReleaseNotesArgs = {
|
|
@@ -64374,10 +64516,12 @@ export declare type QuerySoftwareBoardsArgs = {
|
|
|
64374
64516
|
};
|
|
64375
64517
|
export declare type QueryTemplateArgs = {
|
|
64376
64518
|
id: Scalars['String']['input'];
|
|
64519
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64377
64520
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64378
64521
|
};
|
|
64379
64522
|
export declare type QueryTemplateCollectionArgs = {
|
|
64380
64523
|
id: Scalars['String']['input'];
|
|
64524
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64381
64525
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64382
64526
|
};
|
|
64383
64527
|
export declare type QueryTemplateCollectionsArgs = {
|
|
@@ -64392,6 +64536,7 @@ export declare type QueryTenantContextsArgs = {
|
|
|
64392
64536
|
};
|
|
64393
64537
|
export declare type QueryTopicOverviewArgs = {
|
|
64394
64538
|
id: Scalars['String']['input'];
|
|
64539
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
64395
64540
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64396
64541
|
};
|
|
64397
64542
|
export declare type QueryTopicOverviewsArgs = {
|
|
@@ -72614,6 +72759,7 @@ export declare type UpdateCompassScorecardInput = {
|
|
|
72614
72759
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
72615
72760
|
repositoryValues?: InputMaybe<CompassRepositoryValueInput>;
|
|
72616
72761
|
scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
|
|
72762
|
+
state?: InputMaybe<Scalars['String']['input']>;
|
|
72617
72763
|
updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
|
|
72618
72764
|
};
|
|
72619
72765
|
export declare type UpdateCompassScorecardPayload = Payload & {
|
|
@@ -73255,6 +73401,8 @@ export declare type VirtualAgentGlobalStatisticsProjection = {
|
|
|
73255
73401
|
assistanceRate?: Maybe<Scalars['Float']['output']>;
|
|
73256
73402
|
averageCsat?: Maybe<Scalars['Float']['output']>;
|
|
73257
73403
|
resolutionRate?: Maybe<Scalars['Float']['output']>;
|
|
73404
|
+
totalAiResolved?: Maybe<Scalars['Float']['output']>;
|
|
73405
|
+
totalMatched?: Maybe<Scalars['Float']['output']>;
|
|
73258
73406
|
totalTraffic?: Maybe<Scalars['Int']['output']>;
|
|
73259
73407
|
};
|
|
73260
73408
|
export declare type VirtualAgentIntentProjection = Node & {
|
|
@@ -73469,8 +73617,10 @@ export declare type VirtualAgentSlackChannel = {
|
|
|
73469
73617
|
};
|
|
73470
73618
|
export declare type VirtualAgentStatisticsPercentageChangeProjection = {
|
|
73471
73619
|
__typename?: 'VirtualAgentStatisticsPercentageChangeProjection';
|
|
73620
|
+
aiResolution?: Maybe<Scalars['Float']['output']>;
|
|
73472
73621
|
assistance?: Maybe<Scalars['Float']['output']>;
|
|
73473
73622
|
csat?: Maybe<Scalars['Float']['output']>;
|
|
73623
|
+
match?: Maybe<Scalars['Float']['output']>;
|
|
73474
73624
|
resolution?: Maybe<Scalars['Float']['output']>;
|
|
73475
73625
|
traffic?: Maybe<Scalars['Float']['output']>;
|
|
73476
73626
|
};
|