@forge/cli-shared 6.4.1-next.1 → 6.4.1
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 +11 -0
- package/out/graphql/graphql-types.d.ts +99 -15
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [df04fc6]
|
|
8
|
+
- Updated dependencies [08e248c]
|
|
9
|
+
- Updated dependencies [39aaa43]
|
|
10
|
+
- Updated dependencies [94c1eda]
|
|
11
|
+
- Updated dependencies [c01ab1f]
|
|
12
|
+
- @forge/manifest@8.2.0
|
|
13
|
+
|
|
3
14
|
## 6.4.1-next.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -1984,21 +1984,9 @@ export declare type BasicBoardFeatureView = Node & {
|
|
|
1984
1984
|
status?: Maybe<Scalars['String']['output']>;
|
|
1985
1985
|
title?: Maybe<Scalars['String']['output']>;
|
|
1986
1986
|
};
|
|
1987
|
-
export declare type BitbucketPrAuthor = {
|
|
1988
|
-
__typename?: 'BitbucketPRAuthor';
|
|
1989
|
-
authorAccountId?: Maybe<Scalars['String']['output']>;
|
|
1990
|
-
};
|
|
1991
1987
|
export declare enum BitbucketPermission {
|
|
1992
1988
|
Admin = "ADMIN"
|
|
1993
1989
|
}
|
|
1994
|
-
export declare type BitbucketPullRequest = Node & {
|
|
1995
|
-
__typename?: 'BitbucketPullRequest';
|
|
1996
|
-
author?: Maybe<BitbucketPrAuthor>;
|
|
1997
|
-
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
1998
|
-
id: Scalars['ID']['output'];
|
|
1999
|
-
state?: Maybe<Scalars['String']['output']>;
|
|
2000
|
-
title: Scalars['String']['output'];
|
|
2001
|
-
};
|
|
2002
1990
|
export declare type BitbucketQuery = {
|
|
2003
1991
|
__typename?: 'BitbucketQuery';
|
|
2004
1992
|
bitbucketRepositories?: Maybe<Array<Maybe<BitbucketRepository>>>;
|
|
@@ -5056,7 +5044,7 @@ export declare type CompassCustomSingleSelectFieldFilter = CompassCustomFieldFil
|
|
|
5056
5044
|
export declare type CompassCustomSingleSelectFieldFilterInput = {
|
|
5057
5045
|
comparator?: InputMaybe<CustomSingleSelectFieldInputComparators>;
|
|
5058
5046
|
customFieldId: Scalars['String']['input'];
|
|
5059
|
-
|
|
5047
|
+
values: Array<Scalars['ID']['input']>;
|
|
5060
5048
|
};
|
|
5061
5049
|
export declare type CompassCustomSingleSelectFieldInput = {
|
|
5062
5050
|
annotations?: InputMaybe<Array<CompassCustomFieldAnnotationInput>>;
|
|
@@ -5101,6 +5089,7 @@ export declare type CompassCustomUserFieldFilter = CompassCustomFieldFilter & {
|
|
|
5101
5089
|
__typename?: 'CompassCustomUserFieldFilter';
|
|
5102
5090
|
comparator: Scalars['String']['output'];
|
|
5103
5091
|
customFieldId: Scalars['String']['output'];
|
|
5092
|
+
users?: Maybe<Array<User>>;
|
|
5104
5093
|
values: Array<Scalars['String']['output']>;
|
|
5105
5094
|
};
|
|
5106
5095
|
export declare type CompassCustomUserFieldFilterInput = {
|
|
@@ -6411,6 +6400,7 @@ export declare type CompassScorecardCriteriaScore = {
|
|
|
6411
6400
|
maxScore: Scalars['Int']['output'];
|
|
6412
6401
|
score: Scalars['Int']['output'];
|
|
6413
6402
|
status?: Maybe<Scalars['String']['output']>;
|
|
6403
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
6414
6404
|
};
|
|
6415
6405
|
export declare type CompassScorecardCriteriaScoreHistory = {
|
|
6416
6406
|
__typename?: 'CompassScorecardCriteriaScoreHistory';
|
|
@@ -6580,9 +6570,11 @@ export declare type CompassScorecardScore = {
|
|
|
6580
6570
|
__typename?: 'CompassScorecardScore';
|
|
6581
6571
|
criteriaScores?: Maybe<Array<CompassScorecardCriteriaScore>>;
|
|
6582
6572
|
maxTotalScore: Scalars['Int']['output'];
|
|
6573
|
+
points?: Maybe<CompassScorecardScorePoints>;
|
|
6583
6574
|
status?: Maybe<CompassScorecardScoreStatus>;
|
|
6584
6575
|
statusDuration?: Maybe<CompassScorecardScoreStatusDuration>;
|
|
6585
6576
|
totalScore: Scalars['Int']['output'];
|
|
6577
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
6586
6578
|
};
|
|
6587
6579
|
export declare type CompassScorecardScoreDurationRange = {
|
|
6588
6580
|
__typename?: 'CompassScorecardScoreDurationRange';
|
|
@@ -6634,6 +6626,11 @@ export declare type CompassScorecardScoreHistoryQueryFilter = {
|
|
|
6634
6626
|
periodicity?: InputMaybe<CompassScorecardScoreHistoryPeriodicity>;
|
|
6635
6627
|
startFrom?: InputMaybe<Scalars['DateTime']['input']>;
|
|
6636
6628
|
};
|
|
6629
|
+
export declare type CompassScorecardScorePoints = {
|
|
6630
|
+
__typename?: 'CompassScorecardScorePoints';
|
|
6631
|
+
maxTotalPoints?: Maybe<Scalars['Int']['output']>;
|
|
6632
|
+
totalPoints?: Maybe<Scalars['Int']['output']>;
|
|
6633
|
+
};
|
|
6637
6634
|
export declare type CompassScorecardScoreQuery = {
|
|
6638
6635
|
componentId: Scalars['ID']['input'];
|
|
6639
6636
|
};
|
|
@@ -19997,6 +19994,7 @@ export declare type EcosystemMutation = {
|
|
|
19997
19994
|
updateAppHostServiceScopes?: Maybe<UpdateAppHostServiceScopesResponsePayload>;
|
|
19998
19995
|
updateAppOAuthClient: EcosystemUpdateAppOAuthClientResult;
|
|
19999
19996
|
updateAppOwnership?: Maybe<UpdateAppOwnershipResponsePayload>;
|
|
19997
|
+
updateInstallationRemoteRegion?: Maybe<EcosystemUpdateInstallationRemoteRegionResponse>;
|
|
20000
19998
|
updateUserInstallationRules?: Maybe<UserInstallationRulesPayload>;
|
|
20001
19999
|
};
|
|
20002
20000
|
export declare type EcosystemMutationAddAppContributorArgs = {
|
|
@@ -20041,6 +20039,9 @@ export declare type EcosystemMutationUpdateAppOAuthClientArgs = {
|
|
|
20041
20039
|
export declare type EcosystemMutationUpdateAppOwnershipArgs = {
|
|
20042
20040
|
input: UpdateAppOwnershipInput;
|
|
20043
20041
|
};
|
|
20042
|
+
export declare type EcosystemMutationUpdateInstallationRemoteRegionArgs = {
|
|
20043
|
+
input: EcosystemUpdateInstallationRemoteRegionInput;
|
|
20044
|
+
};
|
|
20044
20045
|
export declare type EcosystemMutationUpdateUserInstallationRulesArgs = {
|
|
20045
20046
|
input: UpdateUserInstallationRulesInput;
|
|
20046
20047
|
};
|
|
@@ -20155,6 +20156,16 @@ export declare type EcosystemUpdateAppOAuthClientResult = Payload & {
|
|
|
20155
20156
|
errors?: Maybe<Array<MutationError>>;
|
|
20156
20157
|
success: Scalars['Boolean']['output'];
|
|
20157
20158
|
};
|
|
20159
|
+
export declare type EcosystemUpdateInstallationRemoteRegionInput = {
|
|
20160
|
+
allowCleanRegion?: InputMaybe<Scalars['Boolean']['input']>;
|
|
20161
|
+
installationId: Scalars['ID']['input'];
|
|
20162
|
+
remoteInstallationRegion?: InputMaybe<Scalars['String']['input']>;
|
|
20163
|
+
};
|
|
20164
|
+
export declare type EcosystemUpdateInstallationRemoteRegionResponse = Payload & {
|
|
20165
|
+
__typename?: 'EcosystemUpdateInstallationRemoteRegionResponse';
|
|
20166
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20167
|
+
success: Scalars['Boolean']['output'];
|
|
20168
|
+
};
|
|
20158
20169
|
export declare type EditSprintInput = {
|
|
20159
20170
|
boardId: Scalars['ID']['input'];
|
|
20160
20171
|
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -20254,7 +20265,7 @@ export declare type Extension = {
|
|
|
20254
20265
|
scopes: Array<Scalars['String']['output']>;
|
|
20255
20266
|
securityPolicies?: Maybe<Array<AppSecurityPoliciesPermissionExtension>>;
|
|
20256
20267
|
type: Scalars['String']['output'];
|
|
20257
|
-
userAccess
|
|
20268
|
+
userAccess?: Maybe<UserAccess>;
|
|
20258
20269
|
versionId: Scalars['ID']['output'];
|
|
20259
20270
|
};
|
|
20260
20271
|
export declare type ExtensionDataClassificationPolicyDecisionArgs = {
|
|
@@ -38766,6 +38777,7 @@ export declare type HelpCenter = Node & {
|
|
|
38766
38777
|
announcements?: Maybe<HelpCenterAnnouncements>;
|
|
38767
38778
|
helpCenterBranding?: Maybe<HelpCenterBranding>;
|
|
38768
38779
|
hoistedProjectId?: Maybe<Scalars['ID']['output']>;
|
|
38780
|
+
hoistedProjectKey?: Maybe<Scalars['String']['output']>;
|
|
38769
38781
|
homePageLayout?: Maybe<HelpCenterHomePageLayout>;
|
|
38770
38782
|
id: Scalars['ID']['output'];
|
|
38771
38783
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
@@ -41376,6 +41388,27 @@ export declare type JiraAiEnablementIssueInput = {
|
|
|
41376
41388
|
issueId?: InputMaybe<Scalars['ID']['input']>;
|
|
41377
41389
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
41378
41390
|
};
|
|
41391
|
+
export declare type JiraAlignAggMercuryProjectStatusDto = MercuryProjectStatus & {
|
|
41392
|
+
__typename?: 'JiraAlignAggMercuryProjectStatusDto';
|
|
41393
|
+
mercuryColor?: Maybe<MercuryProjectStatusColor>;
|
|
41394
|
+
mercuryName?: Maybe<Scalars['String']['output']>;
|
|
41395
|
+
};
|
|
41396
|
+
export declare type JiraAlignAggProject = HasMercuryProjectFields & Node & {
|
|
41397
|
+
__typename?: 'JiraAlignAggProject';
|
|
41398
|
+
id: Scalars['ID']['output'];
|
|
41399
|
+
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
41400
|
+
mercuryProjectKey?: Maybe<Scalars['String']['output']>;
|
|
41401
|
+
mercuryProjectName?: Maybe<Scalars['String']['output']>;
|
|
41402
|
+
mercuryProjectOwner?: Maybe<User>;
|
|
41403
|
+
mercuryProjectOwnerId?: Maybe<Scalars['String']['output']>;
|
|
41404
|
+
mercuryProjectProviderName?: Maybe<Scalars['String']['output']>;
|
|
41405
|
+
mercuryProjectStatus?: Maybe<MercuryProjectStatus>;
|
|
41406
|
+
mercuryProjectUrl?: Maybe<Scalars['URL']['output']>;
|
|
41407
|
+
mercuryTargetDate?: Maybe<Scalars['String']['output']>;
|
|
41408
|
+
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
41409
|
+
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
41410
|
+
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
41411
|
+
};
|
|
41379
41412
|
export declare type JiraAnnouncementBanner = Node & {
|
|
41380
41413
|
__typename?: 'JiraAnnouncementBanner';
|
|
41381
41414
|
id: Scalars['ID']['output'];
|
|
@@ -45532,6 +45565,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
45532
45565
|
attachments?: Maybe<JiraAttachmentConnection>;
|
|
45533
45566
|
autodevIssueScopingResult?: Maybe<DevAiIssueScopingResult>;
|
|
45534
45567
|
canBeExported?: Maybe<Scalars['Boolean']['output']>;
|
|
45568
|
+
canHaveChildIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
45535
45569
|
childIssues?: Maybe<JiraChildIssues>;
|
|
45536
45570
|
commandPaletteActions?: Maybe<JiraIssueCommandPaletteActionConnection>;
|
|
45537
45571
|
commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
|
|
@@ -45630,6 +45664,9 @@ export declare type JiraIssueAttachmentsArgs = {
|
|
|
45630
45664
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
45631
45665
|
sortBy?: InputMaybe<JiraAttachmentSortInput>;
|
|
45632
45666
|
};
|
|
45667
|
+
export declare type JiraIssueCanHaveChildIssuesArgs = {
|
|
45668
|
+
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
45669
|
+
};
|
|
45633
45670
|
export declare type JiraIssueCommandPaletteActionsArgs = {
|
|
45634
45671
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
45635
45672
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -45649,6 +45686,7 @@ export declare type JiraIssueCommentsArgs = {
|
|
|
45649
45686
|
beforeTarget?: InputMaybe<Scalars['Int']['input']>;
|
|
45650
45687
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
45651
45688
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
45689
|
+
rootCommentsOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
45652
45690
|
sortBy?: InputMaybe<JiraCommentSortInput>;
|
|
45653
45691
|
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
45654
45692
|
};
|
|
@@ -48306,6 +48344,7 @@ export declare type JiraMutation = {
|
|
|
48306
48344
|
removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
|
|
48307
48345
|
renameNavigationItem?: Maybe<JiraRenameNavigationItemPayload>;
|
|
48308
48346
|
replaceIssueSearchViewFieldSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
48347
|
+
replaceSpreadsheetViewFieldSets?: Maybe<JiraSpreadsheetViewPayload>;
|
|
48309
48348
|
saveBusinessBoardSettings?: Maybe<JiraWorkManagementBoardSettingsPayload>;
|
|
48310
48349
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
48311
48350
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
@@ -48343,6 +48382,8 @@ export declare type JiraMutation = {
|
|
|
48343
48382
|
updateIssueTypeField?: Maybe<JiraIssueTypeFieldPayload>;
|
|
48344
48383
|
updateJiraJourneyActivityConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
48345
48384
|
updateJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
48385
|
+
updateJiraJourneyName?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
48386
|
+
updateJiraJourneyParentIssueConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
48346
48387
|
updateJiraJourneyTriggerConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
48347
48388
|
updateJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
48348
48389
|
updateJiraVersionApproverDeclineReason?: Maybe<JiraVersionUpdateApproverDeclineReasonPayload>;
|
|
@@ -48655,6 +48696,10 @@ export declare type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
|
|
|
48655
48696
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
48656
48697
|
id: Scalars['ID']['input'];
|
|
48657
48698
|
};
|
|
48699
|
+
export declare type JiraMutationReplaceSpreadsheetViewFieldSetsArgs = {
|
|
48700
|
+
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
48701
|
+
id: Scalars['ID']['input'];
|
|
48702
|
+
};
|
|
48658
48703
|
export declare type JiraMutationSaveBusinessBoardSettingsArgs = {
|
|
48659
48704
|
input: JiraWorkManagementBoardSettingsInput;
|
|
48660
48705
|
};
|
|
@@ -48785,6 +48830,14 @@ export declare type JiraMutationUpdateJiraJourneyConfigurationArgs = {
|
|
|
48785
48830
|
cloudId: Scalars['ID']['input'];
|
|
48786
48831
|
input: JiraUpdateJourneyConfigurationInput;
|
|
48787
48832
|
};
|
|
48833
|
+
export declare type JiraMutationUpdateJiraJourneyNameArgs = {
|
|
48834
|
+
cloudId: Scalars['ID']['input'];
|
|
48835
|
+
input: JiraUpdateJourneyNameInput;
|
|
48836
|
+
};
|
|
48837
|
+
export declare type JiraMutationUpdateJiraJourneyParentIssueConfigurationArgs = {
|
|
48838
|
+
cloudId: Scalars['ID']['input'];
|
|
48839
|
+
input: JiraUpdateJourneyParentIssueConfigurationInput;
|
|
48840
|
+
};
|
|
48788
48841
|
export declare type JiraMutationUpdateJiraJourneyTriggerConfigurationArgs = {
|
|
48789
48842
|
cloudId: Scalars['ID']['input'];
|
|
48790
48843
|
input: JiraUpdateJourneyTriggerConfigurationInput;
|
|
@@ -49795,16 +49848,25 @@ export declare type JiraPlatformAttachmentSearchViewContextArgs = {
|
|
|
49795
49848
|
export declare type JiraPlatformComment = JiraComment & Node & {
|
|
49796
49849
|
__typename?: 'JiraPlatformComment';
|
|
49797
49850
|
author?: Maybe<User>;
|
|
49851
|
+
childComments?: Maybe<JiraCommentConnection>;
|
|
49798
49852
|
commentId: Scalars['ID']['output'];
|
|
49799
49853
|
created: Scalars['DateTime']['output'];
|
|
49800
49854
|
id: Scalars['ID']['output'];
|
|
49855
|
+
isDeleted?: Maybe<Scalars['Boolean']['output']>;
|
|
49801
49856
|
issue?: Maybe<JiraIssue>;
|
|
49802
49857
|
permissionLevel?: Maybe<JiraPermissionLevel>;
|
|
49803
49858
|
richText?: Maybe<JiraRichText>;
|
|
49859
|
+
threadParentId?: Maybe<Scalars['ID']['output']>;
|
|
49804
49860
|
updateAuthor?: Maybe<User>;
|
|
49805
49861
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
49806
49862
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
49807
49863
|
};
|
|
49864
|
+
export declare type JiraPlatformCommentChildCommentsArgs = {
|
|
49865
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49866
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49867
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49868
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49869
|
+
};
|
|
49808
49870
|
export declare type JiraPlaybook = Node & {
|
|
49809
49871
|
__typename?: 'JiraPlaybook';
|
|
49810
49872
|
filters?: Maybe<Array<JiraPlaybookIssueFilter>>;
|
|
@@ -49859,6 +49921,7 @@ export declare type JiraPlaybookInstanceStep = Node & {
|
|
|
49859
49921
|
id: Scalars['ID']['output'];
|
|
49860
49922
|
lastRun?: Maybe<JiraPlaybookStepRun>;
|
|
49861
49923
|
name?: Maybe<Scalars['String']['output']>;
|
|
49924
|
+
ruleId?: Maybe<Scalars['String']['output']>;
|
|
49862
49925
|
type?: Maybe<JiraPlaybookStepType>;
|
|
49863
49926
|
};
|
|
49864
49927
|
export declare type JiraPlaybookIssueFilter = {
|
|
@@ -54142,6 +54205,12 @@ export declare type JiraSpreadsheetViewFieldSetsArgs = {
|
|
|
54142
54205
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54143
54206
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
54144
54207
|
};
|
|
54208
|
+
export declare type JiraSpreadsheetViewPayload = Payload & {
|
|
54209
|
+
__typename?: 'JiraSpreadsheetViewPayload';
|
|
54210
|
+
errors?: Maybe<Array<MutationError>>;
|
|
54211
|
+
success: Scalars['Boolean']['output'];
|
|
54212
|
+
view?: Maybe<JiraSpreadsheetView>;
|
|
54213
|
+
};
|
|
54145
54214
|
export declare type JiraSpreadsheetViewSettings = {
|
|
54146
54215
|
__typename?: 'JiraSpreadsheetViewSettings';
|
|
54147
54216
|
groupByConfig?: Maybe<JiraSpreadsheetGroupByConfig>;
|
|
@@ -55030,6 +55099,16 @@ export declare type JiraUpdateJourneyConfigurationPayload = Payload & {
|
|
|
55030
55099
|
jiraJourneyConfigurationEdge?: Maybe<JiraJourneyConfigurationEdge>;
|
|
55031
55100
|
success: Scalars['Boolean']['output'];
|
|
55032
55101
|
};
|
|
55102
|
+
export declare type JiraUpdateJourneyNameInput = {
|
|
55103
|
+
id: Scalars['ID']['input'];
|
|
55104
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
55105
|
+
version: Scalars['Long']['input'];
|
|
55106
|
+
};
|
|
55107
|
+
export declare type JiraUpdateJourneyParentIssueConfigurationInput = {
|
|
55108
|
+
id: Scalars['ID']['input'];
|
|
55109
|
+
parentIssue?: InputMaybe<JiraJourneyParentIssueInput>;
|
|
55110
|
+
version: Scalars['Long']['input'];
|
|
55111
|
+
};
|
|
55033
55112
|
export declare type JiraUpdateJourneyTriggerConfigurationInput = {
|
|
55034
55113
|
id: Scalars['ID']['input'];
|
|
55035
55114
|
triggerConfiguration?: InputMaybe<JiraJourneyTriggerConfigurationInput>;
|
|
@@ -64637,6 +64716,7 @@ export declare type Query = {
|
|
|
64637
64716
|
ipmMultiSteps: ContentPlatformIpmMultiStepSearchConnection;
|
|
64638
64717
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
64639
64718
|
jira?: Maybe<JiraQuery>;
|
|
64719
|
+
jiraAlignAgg_projectsByAris?: Maybe<Array<JiraAlignAggProject>>;
|
|
64640
64720
|
jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
|
|
64641
64721
|
jiraOAuthApps?: Maybe<JiraOAuthAppsApps>;
|
|
64642
64722
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
@@ -65994,6 +66074,9 @@ export declare type QueryIpmMultiStepsArgs = {
|
|
|
65994
66074
|
export declare type QueryIsSainSearchEnabledArgs = {
|
|
65995
66075
|
cloudId: Scalars['String']['input'];
|
|
65996
66076
|
};
|
|
66077
|
+
export declare type QueryJiraAlignAgg_ProjectsByArisArgs = {
|
|
66078
|
+
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
66079
|
+
};
|
|
65997
66080
|
export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
65998
66081
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65999
66082
|
filter?: InputMaybe<DevOpsServiceAndJiraProjectRelationshipFilter>;
|
|
@@ -66319,8 +66402,9 @@ export declare type QuotaInfo = {
|
|
|
66319
66402
|
};
|
|
66320
66403
|
export declare type RadarAriFieldValue = {
|
|
66321
66404
|
__typename?: 'RadarAriFieldValue';
|
|
66322
|
-
value?: Maybe<
|
|
66405
|
+
value?: Maybe<RadarAriObject>;
|
|
66323
66406
|
};
|
|
66407
|
+
export declare type RadarAriObject = MercuryFocusArea | RadarPosition;
|
|
66324
66408
|
export declare type RadarBooleanFieldValue = {
|
|
66325
66409
|
__typename?: 'RadarBooleanFieldValue';
|
|
66326
66410
|
value?: Maybe<Scalars['Boolean']['output']>;
|