@forge/cli-shared 3.23.1-next.2-experimental-6dbd271 → 3.23.1-next.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 +7 -7
- package/out/graphql/graphql-types.d.ts +128 -15
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +14 -5
- package/out/ui/text.d.ts +4 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 3.23.1-next.
|
|
3
|
+
## 3.23.1-next.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 217762c: Use absolute paths for ngrok config
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
## 3.23.1-next.3
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- d7c1db6: Bumping dependencies via Renovate:
|
|
12
14
|
|
|
13
15
|
- @sentry/node
|
|
14
16
|
|
|
15
|
-
-
|
|
16
|
-
- Updated dependencies [ea1e909]
|
|
17
|
-
- @forge/manifest@5.5.1-next.0-experimental-6dbd271
|
|
17
|
+
- 751ebde: Downgrade Sentry to work around a bug
|
|
18
18
|
|
|
19
19
|
## 3.23.1-next.2
|
|
20
20
|
|
|
@@ -4842,6 +4842,9 @@ export declare type CompassScorecardCriteriaScoreStatisticsHistoriesArgs = {
|
|
|
4842
4842
|
export declare type CompassScorecardScorecardScoreArgs = {
|
|
4843
4843
|
query?: InputMaybe<CompassScorecardScoreQuery>;
|
|
4844
4844
|
};
|
|
4845
|
+
export declare type CompassScorecardScorecardScoreDurationStatisticsArgs = {
|
|
4846
|
+
query?: InputMaybe<CompassScorecardScoreDurationStatisticsQuery>;
|
|
4847
|
+
};
|
|
4845
4848
|
export declare type CompassScorecardScorecardScoreStatisticsHistoriesArgs = {
|
|
4846
4849
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
4847
4850
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -5033,6 +5036,13 @@ export declare type CompassScorecardScoreDurationStatistics = {
|
|
|
5033
5036
|
__typename?: 'CompassScorecardScoreDurationStatistics';
|
|
5034
5037
|
durationStatistics?: Maybe<Array<CompassScorecardScoreDurationStatistic>>;
|
|
5035
5038
|
};
|
|
5039
|
+
export declare type CompassScorecardScoreDurationStatisticsQuery = {
|
|
5040
|
+
filter?: InputMaybe<CompassScorecardScoreDurationStatisticsQueryFilter>;
|
|
5041
|
+
};
|
|
5042
|
+
export declare type CompassScorecardScoreDurationStatisticsQueryFilter = {
|
|
5043
|
+
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
5044
|
+
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
5045
|
+
};
|
|
5036
5046
|
export declare type CompassScorecardScoreDurationStatisticsResult = CompassScorecardScoreDurationStatistics | QueryError;
|
|
5037
5047
|
export declare type CompassScorecardScoreHistory = {
|
|
5038
5048
|
__typename?: 'CompassScorecardScoreHistory';
|
|
@@ -6470,10 +6480,17 @@ export declare type ConfluenceWhiteboard = {
|
|
|
6470
6480
|
__typename?: 'ConfluenceWhiteboard';
|
|
6471
6481
|
author?: Maybe<ConfluenceUserInfo>;
|
|
6472
6482
|
id: Scalars['ID']['output'];
|
|
6483
|
+
links?: Maybe<ConfluenceWhiteboardLinks>;
|
|
6473
6484
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
6485
|
+
space?: Maybe<ConfluenceSpace>;
|
|
6474
6486
|
title?: Maybe<Scalars['String']['output']>;
|
|
6475
6487
|
whiteboardId: Scalars['ID']['output'];
|
|
6476
6488
|
};
|
|
6489
|
+
export declare type ConfluenceWhiteboardLinks = {
|
|
6490
|
+
__typename?: 'ConfluenceWhiteboardLinks';
|
|
6491
|
+
base?: Maybe<Scalars['String']['output']>;
|
|
6492
|
+
webUi?: Maybe<Scalars['String']['output']>;
|
|
6493
|
+
};
|
|
6477
6494
|
export declare type ConnectAppScope = {
|
|
6478
6495
|
__typename?: 'ConnectAppScope';
|
|
6479
6496
|
atlassianProductName: Scalars['String']['output'];
|
|
@@ -6517,9 +6534,12 @@ export declare enum ContentPlatformBooleanOperators {
|
|
|
6517
6534
|
export declare type ContentPlatformCategory = {
|
|
6518
6535
|
__typename?: 'ContentPlatformCategory';
|
|
6519
6536
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6520
|
-
|
|
6521
|
-
|
|
6537
|
+
description?: Maybe<Scalars['JSON']['output']>;
|
|
6538
|
+
id: Scalars['String']['output'];
|
|
6539
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6540
|
+
shortDescriptionOneLiner?: Maybe<Scalars['String']['output']>;
|
|
6522
6541
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6542
|
+
urlSlug?: Maybe<Scalars['String']['output']>;
|
|
6523
6543
|
};
|
|
6524
6544
|
export declare type ContentPlatformContentClause = {
|
|
6525
6545
|
and?: InputMaybe<Array<ContentPlatformContentClause>>;
|
|
@@ -6655,7 +6675,7 @@ export declare type ContentPlatformOrganization = {
|
|
|
6655
6675
|
__typename?: 'ContentPlatformOrganization';
|
|
6656
6676
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6657
6677
|
industry?: Maybe<Array<ContentPlatformTaxonomyIndustry>>;
|
|
6658
|
-
logo?: Maybe<ContentPlatformTemplateImageAsset
|
|
6678
|
+
logo?: Maybe<Array<ContentPlatformTemplateImageAsset>>;
|
|
6659
6679
|
name: Scalars['String']['output'];
|
|
6660
6680
|
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
6661
6681
|
tagline?: Maybe<Scalars['String']['output']>;
|
|
@@ -6796,17 +6816,16 @@ export declare type ContentPlatformTaxonomyChangeCategory = {
|
|
|
6796
6816
|
};
|
|
6797
6817
|
export declare type ContentPlatformTaxonomyCompanySize = {
|
|
6798
6818
|
__typename?: 'ContentPlatformTaxonomyCompanySize';
|
|
6799
|
-
companySizeNameExternal: Scalars['String']['output'];
|
|
6800
|
-
companySizeNameInternal: Scalars['String']['output'];
|
|
6801
6819
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6820
|
+
name: Scalars['String']['output'];
|
|
6802
6821
|
shortDescription: Scalars['String']['output'];
|
|
6803
6822
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6804
6823
|
};
|
|
6805
6824
|
export declare type ContentPlatformTaxonomyIndustry = {
|
|
6806
6825
|
__typename?: 'ContentPlatformTaxonomyIndustry';
|
|
6807
6826
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6808
|
-
name
|
|
6809
|
-
shortDescription
|
|
6827
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6828
|
+
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
6810
6829
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6811
6830
|
};
|
|
6812
6831
|
export declare type ContentPlatformTaxonomyUserRole = {
|
|
@@ -6828,7 +6847,7 @@ export declare type ContentPlatformTemplate = {
|
|
|
6828
6847
|
category?: Maybe<Array<ContentPlatformCategory>>;
|
|
6829
6848
|
contributor?: Maybe<ContentPlatformOrganizationAndAuthorUnion>;
|
|
6830
6849
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6831
|
-
howToUseThisTemplate: ContentPlatformTemplateGuide
|
|
6850
|
+
howToUseThisTemplate: Array<ContentPlatformTemplateGuide>;
|
|
6832
6851
|
name?: Maybe<Scalars['String']['output']>;
|
|
6833
6852
|
oneLinerHeadline?: Maybe<Scalars['String']['output']>;
|
|
6834
6853
|
previewBlurb?: Maybe<Scalars['String']['output']>;
|
|
@@ -26443,6 +26462,15 @@ export declare enum JiraDevInfoConfigErrorType {
|
|
|
26443
26462
|
Unauthorized = "UNAUTHORIZED",
|
|
26444
26463
|
UnknownConfigError = "UNKNOWN_CONFIG_ERROR"
|
|
26445
26464
|
}
|
|
26465
|
+
export declare type JiraDevOpsAssociationInput = {
|
|
26466
|
+
associationType: Scalars['String']['input'];
|
|
26467
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
26468
|
+
};
|
|
26469
|
+
export declare type JiraDevOpsAssociationPayload = {
|
|
26470
|
+
__typename?: 'JiraDevOpsAssociationPayload';
|
|
26471
|
+
entityId: Scalars['String']['output'];
|
|
26472
|
+
values?: Maybe<Array<Scalars['String']['output']>>;
|
|
26473
|
+
};
|
|
26446
26474
|
export declare type JiraDevOpsBranchDetails = {
|
|
26447
26475
|
__typename?: 'JiraDevOpsBranchDetails';
|
|
26448
26476
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -26470,6 +26498,11 @@ export declare type JiraDevOpsCommitDetails = {
|
|
|
26470
26498
|
providerCommitId?: Maybe<Scalars['String']['output']>;
|
|
26471
26499
|
scmRepository?: Maybe<JiraScmRepository>;
|
|
26472
26500
|
};
|
|
26501
|
+
export declare type JiraDevOpsEntityAssociationsInput = {
|
|
26502
|
+
addAssociations?: InputMaybe<Array<JiraDevOpsAssociationInput>>;
|
|
26503
|
+
entityId: Scalars['ID']['input'];
|
|
26504
|
+
removeAssociations?: InputMaybe<Array<JiraDevOpsAssociationInput>>;
|
|
26505
|
+
};
|
|
26473
26506
|
export declare type JiraDevOpsEntityAuthor = {
|
|
26474
26507
|
__typename?: 'JiraDevOpsEntityAuthor';
|
|
26475
26508
|
avatar?: Maybe<JiraAvatar>;
|
|
@@ -26504,6 +26537,7 @@ export declare type JiraDevOpsMutation = {
|
|
|
26504
26537
|
optoutOfDevOpsIssuePanelNotConnectedState?: Maybe<JiraOptoutDevOpsIssuePanelNotConnectedPayload>;
|
|
26505
26538
|
removeJiraBitbucketWorkspaceConnection?: Maybe<JiraRemoveJiraBitbucketWorkspaceConnectionPayload>;
|
|
26506
26539
|
setProjectSelectedDeploymentAppsProperty?: Maybe<JiraSetProjectSelectedDeploymentAppsPropertyPayload>;
|
|
26540
|
+
updateAssociations?: Maybe<JiraDevOpsUpdateAssociationsPayload>;
|
|
26507
26541
|
};
|
|
26508
26542
|
export declare type JiraDevOpsMutationApproveJiraBitbucketWorkspaceAccessRequestArgs = {
|
|
26509
26543
|
cloudId: Scalars['ID']['input'];
|
|
@@ -26530,6 +26564,10 @@ export declare type JiraDevOpsMutationRemoveJiraBitbucketWorkspaceConnectionArgs
|
|
|
26530
26564
|
export declare type JiraDevOpsMutationSetProjectSelectedDeploymentAppsPropertyArgs = {
|
|
26531
26565
|
input: JiraSetProjectSelectedDeploymentAppsPropertyInput;
|
|
26532
26566
|
};
|
|
26567
|
+
export declare type JiraDevOpsMutationUpdateAssociationsArgs = {
|
|
26568
|
+
cloudId: Scalars['ID']['input'];
|
|
26569
|
+
input: JiraDevOpsUpdateAssociationsInput;
|
|
26570
|
+
};
|
|
26533
26571
|
export declare type JiraDevOpsProvider = {
|
|
26534
26572
|
capabilities?: Maybe<Array<Maybe<JiraDevOpsCapability>>>;
|
|
26535
26573
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -26576,6 +26614,21 @@ export declare type JiraDevOpsQueryIsInContextConfigPromptDismissedArgs = {
|
|
|
26576
26614
|
export declare type JiraDevOpsQueryToolchainArgs = {
|
|
26577
26615
|
cloudId: Scalars['ID']['input'];
|
|
26578
26616
|
};
|
|
26617
|
+
export declare enum JiraDevOpsUpdateAssociationsEntityType {
|
|
26618
|
+
Vulnerability = "VULNERABILITY"
|
|
26619
|
+
}
|
|
26620
|
+
export declare type JiraDevOpsUpdateAssociationsInput = {
|
|
26621
|
+
entityAssociations: Array<JiraDevOpsEntityAssociationsInput>;
|
|
26622
|
+
entityType: JiraDevOpsUpdateAssociationsEntityType;
|
|
26623
|
+
providerId: Scalars['String']['input'];
|
|
26624
|
+
};
|
|
26625
|
+
export declare type JiraDevOpsUpdateAssociationsPayload = Payload & {
|
|
26626
|
+
__typename?: 'JiraDevOpsUpdateAssociationsPayload';
|
|
26627
|
+
acceptedAssociations?: Maybe<Array<Maybe<JiraDevOpsAssociationPayload>>>;
|
|
26628
|
+
errors?: Maybe<Array<MutationError>>;
|
|
26629
|
+
rejectedAssociations?: Maybe<Array<Maybe<JiraDevOpsAssociationPayload>>>;
|
|
26630
|
+
success: Scalars['Boolean']['output'];
|
|
26631
|
+
};
|
|
26579
26632
|
export declare type JiraDevSummaryField = JiraIssueField & Node & {
|
|
26580
26633
|
__typename?: 'JiraDevSummaryField';
|
|
26581
26634
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -27253,6 +27306,7 @@ export declare type JiraIssue = Node & {
|
|
|
27253
27306
|
issueColorField?: Maybe<JiraColorField>;
|
|
27254
27307
|
issueId: Scalars['String']['output'];
|
|
27255
27308
|
issueLinks?: Maybe<JiraIssueLinkConnection>;
|
|
27309
|
+
issuePropertyByKey?: Maybe<Scalars['JSON']['output']>;
|
|
27256
27310
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
27257
27311
|
issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
|
|
27258
27312
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
@@ -27262,6 +27316,7 @@ export declare type JiraIssue = Node & {
|
|
|
27262
27316
|
postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
27263
27317
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
27264
27318
|
shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
27319
|
+
smartSummary?: Maybe<JiraAdf>;
|
|
27265
27320
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
27266
27321
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
27267
27322
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -27323,6 +27378,9 @@ export declare type JiraIssueIssueLinksArgs = {
|
|
|
27323
27378
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27324
27379
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
27325
27380
|
};
|
|
27381
|
+
export declare type JiraIssueIssuePropertyByKeyArgs = {
|
|
27382
|
+
key: Scalars['String']['input'];
|
|
27383
|
+
};
|
|
27326
27384
|
export declare type JiraIssueLinkedDesignsArgs = {
|
|
27327
27385
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27328
27386
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -28098,6 +28156,7 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
28098
28156
|
};
|
|
28099
28157
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
28100
28158
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
28159
|
+
JiraDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
28101
28160
|
JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
|
|
28102
28161
|
JiraMultipleSelectField?: InputMaybe<Array<JiraUpdateMultipleSelectFieldInput>>;
|
|
28103
28162
|
JiraParentField?: InputMaybe<Array<JiraUpdateParentFieldInput>>;
|
|
@@ -30196,7 +30255,6 @@ export declare type JiraProject = Node & {
|
|
|
30196
30255
|
leadId?: Maybe<Scalars['ID']['output']>;
|
|
30197
30256
|
linkedDocumentationContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
30198
30257
|
linkedSecurityContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
30199
|
-
linkedSecurityVulnerabilities?: Maybe<AriGraphRelationshipConnection>;
|
|
30200
30258
|
linkedSecurityVulnerabilitiesByProject?: Maybe<GraphJiraVulnerabilityConnection>;
|
|
30201
30259
|
name: Scalars['String']['output'];
|
|
30202
30260
|
navigationMetadata?: Maybe<JiraProjectNavigationMetadata>;
|
|
@@ -30217,6 +30275,7 @@ export declare type JiraProject = Node & {
|
|
|
30217
30275
|
totalLinkedSecurityContainerCount?: Maybe<Scalars['Int']['output']>;
|
|
30218
30276
|
totalLinkedSecurityVulnerabilityCount?: Maybe<Scalars['Int']['output']>;
|
|
30219
30277
|
uuid?: Maybe<Scalars['ID']['output']>;
|
|
30278
|
+
versions?: Maybe<JiraVersionConnection>;
|
|
30220
30279
|
virtualAgentConfiguration?: Maybe<VirtualAgentConfigurationResult>;
|
|
30221
30280
|
};
|
|
30222
30281
|
export declare type JiraProjectActionArgs = {
|
|
@@ -30277,12 +30336,6 @@ export declare type JiraProjectLinkedSecurityContainersArgs = {
|
|
|
30277
30336
|
sort?: InputMaybe<AriGraphRelationshipsSort>;
|
|
30278
30337
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
30279
30338
|
};
|
|
30280
|
-
export declare type JiraProjectLinkedSecurityVulnerabilitiesArgs = {
|
|
30281
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
30282
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30283
|
-
sort?: InputMaybe<AriGraphRelationshipsSort>;
|
|
30284
|
-
type?: InputMaybe<Scalars['String']['input']>;
|
|
30285
|
-
};
|
|
30286
30339
|
export declare type JiraProjectLinkedSecurityVulnerabilitiesByProjectArgs = {
|
|
30287
30340
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30288
30341
|
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedVulnerabilityInput>;
|
|
@@ -30317,6 +30370,17 @@ export declare type JiraProjectSuggestedDriversForJiraVersionArgs = {
|
|
|
30317
30370
|
export declare type JiraProjectTotalLinkedSecurityVulnerabilityCountArgs = {
|
|
30318
30371
|
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedVulnerabilityInput>;
|
|
30319
30372
|
};
|
|
30373
|
+
export declare type JiraProjectVersionsArgs = {
|
|
30374
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30375
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
30376
|
+
filter?: InputMaybe<Array<InputMaybe<JiraVersionStatus>>>;
|
|
30377
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30378
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30379
|
+
releaseDateAfter?: InputMaybe<Scalars['Date']['input']>;
|
|
30380
|
+
releaseDateBefore?: InputMaybe<Scalars['Date']['input']>;
|
|
30381
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
30382
|
+
sortBy?: InputMaybe<JiraVersionSortInput>;
|
|
30383
|
+
};
|
|
30320
30384
|
export declare type JiraProjectAction = {
|
|
30321
30385
|
__typename?: 'JiraProjectAction';
|
|
30322
30386
|
canPerform: Scalars['Boolean']['output'];
|
|
@@ -30644,6 +30708,7 @@ export declare type JiraProjectRoleActorRecommendation = Node & {
|
|
|
30644
30708
|
id: Scalars['ID']['output'];
|
|
30645
30709
|
project?: Maybe<JiraProject>;
|
|
30646
30710
|
projectRoleActorAction?: Maybe<JiraProjectRoleActorRecommendationAction>;
|
|
30711
|
+
projectRoles?: Maybe<Array<Maybe<JiraRole>>>;
|
|
30647
30712
|
recommendationId?: Maybe<Scalars['Long']['output']>;
|
|
30648
30713
|
status?: Maybe<JiraResourceUsageRecommendationStatus>;
|
|
30649
30714
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -36207,6 +36272,14 @@ export declare type NlpFollowUpResult = {
|
|
|
36207
36272
|
followUp?: Maybe<Scalars['String']['output']>;
|
|
36208
36273
|
followUpAnswers?: Maybe<Array<NlpSearchResult>>;
|
|
36209
36274
|
};
|
|
36275
|
+
export declare enum NlpGetKeywordsTextFormat {
|
|
36276
|
+
Adf = "ADF",
|
|
36277
|
+
PlainText = "PLAIN_TEXT"
|
|
36278
|
+
}
|
|
36279
|
+
export declare type NlpGetKeywordsTextInput = {
|
|
36280
|
+
format: NlpGetKeywordsTextFormat;
|
|
36281
|
+
text: Scalars['String']['input'];
|
|
36282
|
+
};
|
|
36210
36283
|
export declare type NlpSearchResponse = {
|
|
36211
36284
|
__typename?: 'NlpSearchResponse';
|
|
36212
36285
|
disclaimer?: Maybe<NlpDisclaimer>;
|
|
@@ -38180,6 +38253,7 @@ export declare type Query = {
|
|
|
38180
38253
|
extensionContexts?: Maybe<Array<ExtensionContext>>;
|
|
38181
38254
|
extensionsEcho?: Maybe<Scalars['String']['output']>;
|
|
38182
38255
|
featureRelease?: Maybe<FeatureRelease>;
|
|
38256
|
+
getKeywords?: Maybe<Array<Scalars['String']['output']>>;
|
|
38183
38257
|
graphStore?: Maybe<GraphStore>;
|
|
38184
38258
|
growthRecommendations?: Maybe<GrowthRecQuery>;
|
|
38185
38259
|
helpCenter?: Maybe<HelpCenterQueryApi>;
|
|
@@ -38459,6 +38533,10 @@ export declare type QueryExtensionContextsArgs = {
|
|
|
38459
38533
|
export declare type QueryExtensionsEchoArgs = {
|
|
38460
38534
|
text: Scalars['String']['input'];
|
|
38461
38535
|
};
|
|
38536
|
+
export declare type QueryGetKeywordsArgs = {
|
|
38537
|
+
entityAri?: InputMaybe<Scalars['String']['input']>;
|
|
38538
|
+
textInput?: InputMaybe<NlpGetKeywordsTextInput>;
|
|
38539
|
+
};
|
|
38462
38540
|
export declare type QueryHelpCenterArgs = {
|
|
38463
38541
|
cloudId: Scalars['ID']['input'];
|
|
38464
38542
|
};
|
|
@@ -38548,6 +38626,7 @@ export declare type QueryMyMarketplaceAppsArgs = {
|
|
|
38548
38626
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38549
38627
|
};
|
|
38550
38628
|
export declare type QueryNlpSearchArgs = {
|
|
38629
|
+
additionalContext?: InputMaybe<Scalars['String']['input']>;
|
|
38551
38630
|
experience?: InputMaybe<Scalars['String']['input']>;
|
|
38552
38631
|
followups_enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38553
38632
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -39994,6 +40073,7 @@ export declare enum SearchConfluenceDocumentStatus {
|
|
|
39994
40073
|
export declare type SearchConfluenceEntity = ConfluenceBlogPost | ConfluencePage | ConfluenceWhiteboard;
|
|
39995
40074
|
export declare type SearchConfluenceFilter = {
|
|
39996
40075
|
ancestorIdsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
40076
|
+
containerARIs?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
39997
40077
|
containerStatus?: InputMaybe<Array<InputMaybe<SearchContainerStatus>>>;
|
|
39998
40078
|
contentStatuses?: InputMaybe<Array<SearchConfluenceDocumentStatus>>;
|
|
39999
40079
|
contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -40067,6 +40147,23 @@ export declare type SearchDefaultResult = SearchResult & {
|
|
|
40067
40147
|
type: SearchResultType;
|
|
40068
40148
|
url: Scalars['URL']['output'];
|
|
40069
40149
|
};
|
|
40150
|
+
export declare type SearchExternalContainerFilter = {
|
|
40151
|
+
type: Scalars['String']['input'];
|
|
40152
|
+
values: Array<Scalars['String']['input']>;
|
|
40153
|
+
};
|
|
40154
|
+
export declare type SearchExternalContentFormatFilter = {
|
|
40155
|
+
type: Scalars['String']['input'];
|
|
40156
|
+
values: Array<Scalars['String']['input']>;
|
|
40157
|
+
};
|
|
40158
|
+
export declare type SearchExternalDepthFilter = {
|
|
40159
|
+
depth: Scalars['Int']['input'];
|
|
40160
|
+
type: Scalars['String']['input'];
|
|
40161
|
+
};
|
|
40162
|
+
export declare type SearchExternalFilter = {
|
|
40163
|
+
containers?: InputMaybe<Array<InputMaybe<SearchExternalContainerFilter>>>;
|
|
40164
|
+
contentFormats?: InputMaybe<Array<InputMaybe<SearchExternalContentFormatFilter>>>;
|
|
40165
|
+
depth?: InputMaybe<Array<InputMaybe<SearchExternalDepthFilter>>>;
|
|
40166
|
+
};
|
|
40070
40167
|
export declare type SearchFilterInput = {
|
|
40071
40168
|
confluenceFilters?: InputMaybe<SearchConfluenceFilter>;
|
|
40072
40169
|
entities: Array<Scalars['String']['input']>;
|
|
@@ -42390,6 +42487,7 @@ export declare type ToolchainAssociateEntitiesPayload = Payload & {
|
|
|
42390
42487
|
associatedEntities?: Maybe<Array<ToolchainAssociatedEntity>>;
|
|
42391
42488
|
entities?: Maybe<Array<ToolchainAssociatedEntity>>;
|
|
42392
42489
|
errors?: Maybe<Array<MutationError>>;
|
|
42490
|
+
fromEntities?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
42393
42491
|
success: Scalars['Boolean']['output'];
|
|
42394
42492
|
};
|
|
42395
42493
|
export declare type ToolchainAssociateEntityInput = {
|
|
@@ -42474,6 +42572,7 @@ export declare type ToolchainDisassociateEntitiesInput = {
|
|
|
42474
42572
|
export declare type ToolchainDisassociateEntitiesPayload = Payload & {
|
|
42475
42573
|
__typename?: 'ToolchainDisassociateEntitiesPayload';
|
|
42476
42574
|
errors?: Maybe<Array<MutationError>>;
|
|
42575
|
+
fromEntities?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
42477
42576
|
success: Scalars['Boolean']['output'];
|
|
42478
42577
|
};
|
|
42479
42578
|
export declare type ToolchainDisassociateEntityInput = {
|
|
@@ -42563,6 +42662,8 @@ export declare type TownsquareCommentEdge = {
|
|
|
42563
42662
|
export declare type TownsquareGoal = Node & {
|
|
42564
42663
|
__typename?: 'TownsquareGoal';
|
|
42565
42664
|
archived: Scalars['Boolean']['output'];
|
|
42665
|
+
creationDate: Scalars['DateTime']['output'];
|
|
42666
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
42566
42667
|
dueDate?: Maybe<TownsquareTargetDate>;
|
|
42567
42668
|
iconData?: Maybe<Scalars['String']['output']>;
|
|
42568
42669
|
id: Scalars['ID']['output'];
|
|
@@ -42570,6 +42671,8 @@ export declare type TownsquareGoal = Node & {
|
|
|
42570
42671
|
name: Scalars['String']['output'];
|
|
42571
42672
|
owner?: Maybe<User>;
|
|
42572
42673
|
state?: Maybe<TownsquareGoalState>;
|
|
42674
|
+
status?: Maybe<TownsquareStatus>;
|
|
42675
|
+
targetDate?: Maybe<TownsquareTargetDate>;
|
|
42573
42676
|
url?: Maybe<Scalars['String']['output']>;
|
|
42574
42677
|
uuid: Scalars['String']['output'];
|
|
42575
42678
|
};
|
|
@@ -42621,6 +42724,10 @@ export declare enum TownsquareGoalStateValue {
|
|
|
42621
42724
|
Paused = "paused",
|
|
42622
42725
|
Pending = "pending"
|
|
42623
42726
|
}
|
|
42727
|
+
export declare type TownsquareLocalizationField = {
|
|
42728
|
+
__typename?: 'TownsquareLocalizationField';
|
|
42729
|
+
messageId?: Maybe<Scalars['String']['output']>;
|
|
42730
|
+
};
|
|
42624
42731
|
export declare type TownsquareProject = Node & {
|
|
42625
42732
|
__typename?: 'TownsquareProject';
|
|
42626
42733
|
archived: Scalars['Boolean']['output'];
|
|
@@ -42740,6 +42847,12 @@ export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
|
42740
42847
|
export declare type TownsquareQueryApiProjectsByAriArgs = {
|
|
42741
42848
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
42742
42849
|
};
|
|
42850
|
+
export declare type TownsquareStatus = {
|
|
42851
|
+
__typename?: 'TownsquareStatus';
|
|
42852
|
+
localizedLabel?: Maybe<TownsquareLocalizationField>;
|
|
42853
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
42854
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
42855
|
+
};
|
|
42743
42856
|
export declare type TownsquareTag = Node & {
|
|
42744
42857
|
__typename?: 'TownsquareTag';
|
|
42745
42858
|
description?: Maybe<Scalars['String']['output']>;
|