@forge/cli-shared 3.23.1-next.2-experimental-6dbd271 → 3.23.1-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,6 +1,6 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 3.23.1-next.
|
|
3
|
+
## 3.23.1-next.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,13 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
- @sentry/node
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
- @sentry/node
|
|
14
|
-
|
|
15
|
-
- c1d7f59: Consistent formatting of forge command suggestions in output
|
|
16
|
-
- Updated dependencies [ea1e909]
|
|
17
|
-
- @forge/manifest@5.5.1-next.0-experimental-6dbd271
|
|
11
|
+
- 751ebde: Downgrade Sentry to work around a bug
|
|
18
12
|
|
|
19
13
|
## 3.23.1-next.2
|
|
20
14
|
|
|
@@ -6470,10 +6470,17 @@ export declare type ConfluenceWhiteboard = {
|
|
|
6470
6470
|
__typename?: 'ConfluenceWhiteboard';
|
|
6471
6471
|
author?: Maybe<ConfluenceUserInfo>;
|
|
6472
6472
|
id: Scalars['ID']['output'];
|
|
6473
|
+
links?: Maybe<ConfluenceWhiteboardLinks>;
|
|
6473
6474
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
6475
|
+
space?: Maybe<ConfluenceSpace>;
|
|
6474
6476
|
title?: Maybe<Scalars['String']['output']>;
|
|
6475
6477
|
whiteboardId: Scalars['ID']['output'];
|
|
6476
6478
|
};
|
|
6479
|
+
export declare type ConfluenceWhiteboardLinks = {
|
|
6480
|
+
__typename?: 'ConfluenceWhiteboardLinks';
|
|
6481
|
+
base?: Maybe<Scalars['String']['output']>;
|
|
6482
|
+
webUi?: Maybe<Scalars['String']['output']>;
|
|
6483
|
+
};
|
|
6477
6484
|
export declare type ConnectAppScope = {
|
|
6478
6485
|
__typename?: 'ConnectAppScope';
|
|
6479
6486
|
atlassianProductName: Scalars['String']['output'];
|
|
@@ -6517,8 +6524,10 @@ export declare enum ContentPlatformBooleanOperators {
|
|
|
6517
6524
|
export declare type ContentPlatformCategory = {
|
|
6518
6525
|
__typename?: 'ContentPlatformCategory';
|
|
6519
6526
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6520
|
-
|
|
6521
|
-
|
|
6527
|
+
description?: Maybe<Scalars['JSON']['output']>;
|
|
6528
|
+
id: Scalars['String']['output'];
|
|
6529
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6530
|
+
shortDescriptionOneLiner?: Maybe<Scalars['String']['output']>;
|
|
6522
6531
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6523
6532
|
};
|
|
6524
6533
|
export declare type ContentPlatformContentClause = {
|
|
@@ -6655,7 +6664,7 @@ export declare type ContentPlatformOrganization = {
|
|
|
6655
6664
|
__typename?: 'ContentPlatformOrganization';
|
|
6656
6665
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6657
6666
|
industry?: Maybe<Array<ContentPlatformTaxonomyIndustry>>;
|
|
6658
|
-
logo?: Maybe<ContentPlatformTemplateImageAsset
|
|
6667
|
+
logo?: Maybe<Array<ContentPlatformTemplateImageAsset>>;
|
|
6659
6668
|
name: Scalars['String']['output'];
|
|
6660
6669
|
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
6661
6670
|
tagline?: Maybe<Scalars['String']['output']>;
|
|
@@ -6796,17 +6805,16 @@ export declare type ContentPlatformTaxonomyChangeCategory = {
|
|
|
6796
6805
|
};
|
|
6797
6806
|
export declare type ContentPlatformTaxonomyCompanySize = {
|
|
6798
6807
|
__typename?: 'ContentPlatformTaxonomyCompanySize';
|
|
6799
|
-
companySizeNameExternal: Scalars['String']['output'];
|
|
6800
|
-
companySizeNameInternal: Scalars['String']['output'];
|
|
6801
6808
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6809
|
+
name: Scalars['String']['output'];
|
|
6802
6810
|
shortDescription: Scalars['String']['output'];
|
|
6803
6811
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6804
6812
|
};
|
|
6805
6813
|
export declare type ContentPlatformTaxonomyIndustry = {
|
|
6806
6814
|
__typename?: 'ContentPlatformTaxonomyIndustry';
|
|
6807
6815
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6808
|
-
name
|
|
6809
|
-
shortDescription
|
|
6816
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6817
|
+
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
6810
6818
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6811
6819
|
};
|
|
6812
6820
|
export declare type ContentPlatformTaxonomyUserRole = {
|
|
@@ -6828,7 +6836,7 @@ export declare type ContentPlatformTemplate = {
|
|
|
6828
6836
|
category?: Maybe<Array<ContentPlatformCategory>>;
|
|
6829
6837
|
contributor?: Maybe<ContentPlatformOrganizationAndAuthorUnion>;
|
|
6830
6838
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6831
|
-
howToUseThisTemplate: ContentPlatformTemplateGuide
|
|
6839
|
+
howToUseThisTemplate: Array<ContentPlatformTemplateGuide>;
|
|
6832
6840
|
name?: Maybe<Scalars['String']['output']>;
|
|
6833
6841
|
oneLinerHeadline?: Maybe<Scalars['String']['output']>;
|
|
6834
6842
|
previewBlurb?: Maybe<Scalars['String']['output']>;
|
|
@@ -26443,6 +26451,15 @@ export declare enum JiraDevInfoConfigErrorType {
|
|
|
26443
26451
|
Unauthorized = "UNAUTHORIZED",
|
|
26444
26452
|
UnknownConfigError = "UNKNOWN_CONFIG_ERROR"
|
|
26445
26453
|
}
|
|
26454
|
+
export declare type JiraDevOpsAssociationInput = {
|
|
26455
|
+
associationType: Scalars['String']['input'];
|
|
26456
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
26457
|
+
};
|
|
26458
|
+
export declare type JiraDevOpsAssociationPayload = {
|
|
26459
|
+
__typename?: 'JiraDevOpsAssociationPayload';
|
|
26460
|
+
entityId: Scalars['String']['output'];
|
|
26461
|
+
values?: Maybe<Array<Scalars['String']['output']>>;
|
|
26462
|
+
};
|
|
26446
26463
|
export declare type JiraDevOpsBranchDetails = {
|
|
26447
26464
|
__typename?: 'JiraDevOpsBranchDetails';
|
|
26448
26465
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -26470,6 +26487,11 @@ export declare type JiraDevOpsCommitDetails = {
|
|
|
26470
26487
|
providerCommitId?: Maybe<Scalars['String']['output']>;
|
|
26471
26488
|
scmRepository?: Maybe<JiraScmRepository>;
|
|
26472
26489
|
};
|
|
26490
|
+
export declare type JiraDevOpsEntityAssociationsInput = {
|
|
26491
|
+
addAssociations?: InputMaybe<Array<JiraDevOpsAssociationInput>>;
|
|
26492
|
+
entityId: Scalars['ID']['input'];
|
|
26493
|
+
removeAssociations?: InputMaybe<Array<JiraDevOpsAssociationInput>>;
|
|
26494
|
+
};
|
|
26473
26495
|
export declare type JiraDevOpsEntityAuthor = {
|
|
26474
26496
|
__typename?: 'JiraDevOpsEntityAuthor';
|
|
26475
26497
|
avatar?: Maybe<JiraAvatar>;
|
|
@@ -26504,6 +26526,7 @@ export declare type JiraDevOpsMutation = {
|
|
|
26504
26526
|
optoutOfDevOpsIssuePanelNotConnectedState?: Maybe<JiraOptoutDevOpsIssuePanelNotConnectedPayload>;
|
|
26505
26527
|
removeJiraBitbucketWorkspaceConnection?: Maybe<JiraRemoveJiraBitbucketWorkspaceConnectionPayload>;
|
|
26506
26528
|
setProjectSelectedDeploymentAppsProperty?: Maybe<JiraSetProjectSelectedDeploymentAppsPropertyPayload>;
|
|
26529
|
+
updateAssociations?: Maybe<JiraDevOpsUpdateAssociationsPayload>;
|
|
26507
26530
|
};
|
|
26508
26531
|
export declare type JiraDevOpsMutationApproveJiraBitbucketWorkspaceAccessRequestArgs = {
|
|
26509
26532
|
cloudId: Scalars['ID']['input'];
|
|
@@ -26530,6 +26553,10 @@ export declare type JiraDevOpsMutationRemoveJiraBitbucketWorkspaceConnectionArgs
|
|
|
26530
26553
|
export declare type JiraDevOpsMutationSetProjectSelectedDeploymentAppsPropertyArgs = {
|
|
26531
26554
|
input: JiraSetProjectSelectedDeploymentAppsPropertyInput;
|
|
26532
26555
|
};
|
|
26556
|
+
export declare type JiraDevOpsMutationUpdateAssociationsArgs = {
|
|
26557
|
+
cloudId: Scalars['ID']['input'];
|
|
26558
|
+
input: JiraDevOpsUpdateAssociationsInput;
|
|
26559
|
+
};
|
|
26533
26560
|
export declare type JiraDevOpsProvider = {
|
|
26534
26561
|
capabilities?: Maybe<Array<Maybe<JiraDevOpsCapability>>>;
|
|
26535
26562
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -26576,6 +26603,21 @@ export declare type JiraDevOpsQueryIsInContextConfigPromptDismissedArgs = {
|
|
|
26576
26603
|
export declare type JiraDevOpsQueryToolchainArgs = {
|
|
26577
26604
|
cloudId: Scalars['ID']['input'];
|
|
26578
26605
|
};
|
|
26606
|
+
export declare enum JiraDevOpsUpdateAssociationsEntityType {
|
|
26607
|
+
Vulnerability = "VULNERABILITY"
|
|
26608
|
+
}
|
|
26609
|
+
export declare type JiraDevOpsUpdateAssociationsInput = {
|
|
26610
|
+
entityAssociations: Array<JiraDevOpsEntityAssociationsInput>;
|
|
26611
|
+
entityType: JiraDevOpsUpdateAssociationsEntityType;
|
|
26612
|
+
providerId: Scalars['String']['input'];
|
|
26613
|
+
};
|
|
26614
|
+
export declare type JiraDevOpsUpdateAssociationsPayload = Payload & {
|
|
26615
|
+
__typename?: 'JiraDevOpsUpdateAssociationsPayload';
|
|
26616
|
+
acceptedAssociations?: Maybe<Array<Maybe<JiraDevOpsAssociationPayload>>>;
|
|
26617
|
+
errors?: Maybe<Array<MutationError>>;
|
|
26618
|
+
rejectedAssociations?: Maybe<Array<Maybe<JiraDevOpsAssociationPayload>>>;
|
|
26619
|
+
success: Scalars['Boolean']['output'];
|
|
26620
|
+
};
|
|
26579
26621
|
export declare type JiraDevSummaryField = JiraIssueField & Node & {
|
|
26580
26622
|
__typename?: 'JiraDevSummaryField';
|
|
26581
26623
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -27253,6 +27295,7 @@ export declare type JiraIssue = Node & {
|
|
|
27253
27295
|
issueColorField?: Maybe<JiraColorField>;
|
|
27254
27296
|
issueId: Scalars['String']['output'];
|
|
27255
27297
|
issueLinks?: Maybe<JiraIssueLinkConnection>;
|
|
27298
|
+
issuePropertyByKey?: Maybe<Scalars['JSON']['output']>;
|
|
27256
27299
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
27257
27300
|
issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
|
|
27258
27301
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
@@ -27262,6 +27305,7 @@ export declare type JiraIssue = Node & {
|
|
|
27262
27305
|
postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
27263
27306
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
27264
27307
|
shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
27308
|
+
smartSummary?: Maybe<JiraAdf>;
|
|
27265
27309
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
27266
27310
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
27267
27311
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -27323,6 +27367,9 @@ export declare type JiraIssueIssueLinksArgs = {
|
|
|
27323
27367
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27324
27368
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
27325
27369
|
};
|
|
27370
|
+
export declare type JiraIssueIssuePropertyByKeyArgs = {
|
|
27371
|
+
key: Scalars['String']['input'];
|
|
27372
|
+
};
|
|
27326
27373
|
export declare type JiraIssueLinkedDesignsArgs = {
|
|
27327
27374
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27328
27375
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -28098,6 +28145,7 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
28098
28145
|
};
|
|
28099
28146
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
28100
28147
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
28148
|
+
JiraDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
28101
28149
|
JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
|
|
28102
28150
|
JiraMultipleSelectField?: InputMaybe<Array<JiraUpdateMultipleSelectFieldInput>>;
|
|
28103
28151
|
JiraParentField?: InputMaybe<Array<JiraUpdateParentFieldInput>>;
|
|
@@ -30217,6 +30265,7 @@ export declare type JiraProject = Node & {
|
|
|
30217
30265
|
totalLinkedSecurityContainerCount?: Maybe<Scalars['Int']['output']>;
|
|
30218
30266
|
totalLinkedSecurityVulnerabilityCount?: Maybe<Scalars['Int']['output']>;
|
|
30219
30267
|
uuid?: Maybe<Scalars['ID']['output']>;
|
|
30268
|
+
versions?: Maybe<JiraVersionConnection>;
|
|
30220
30269
|
virtualAgentConfiguration?: Maybe<VirtualAgentConfigurationResult>;
|
|
30221
30270
|
};
|
|
30222
30271
|
export declare type JiraProjectActionArgs = {
|
|
@@ -30317,6 +30366,17 @@ export declare type JiraProjectSuggestedDriversForJiraVersionArgs = {
|
|
|
30317
30366
|
export declare type JiraProjectTotalLinkedSecurityVulnerabilityCountArgs = {
|
|
30318
30367
|
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedVulnerabilityInput>;
|
|
30319
30368
|
};
|
|
30369
|
+
export declare type JiraProjectVersionsArgs = {
|
|
30370
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30371
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
30372
|
+
filter?: InputMaybe<Array<InputMaybe<JiraVersionStatus>>>;
|
|
30373
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30374
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30375
|
+
releaseDateAfter?: InputMaybe<Scalars['Date']['input']>;
|
|
30376
|
+
releaseDateBefore?: InputMaybe<Scalars['Date']['input']>;
|
|
30377
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
30378
|
+
sortBy?: InputMaybe<JiraVersionSortInput>;
|
|
30379
|
+
};
|
|
30320
30380
|
export declare type JiraProjectAction = {
|
|
30321
30381
|
__typename?: 'JiraProjectAction';
|
|
30322
30382
|
canPerform: Scalars['Boolean']['output'];
|
|
@@ -30644,6 +30704,7 @@ export declare type JiraProjectRoleActorRecommendation = Node & {
|
|
|
30644
30704
|
id: Scalars['ID']['output'];
|
|
30645
30705
|
project?: Maybe<JiraProject>;
|
|
30646
30706
|
projectRoleActorAction?: Maybe<JiraProjectRoleActorRecommendationAction>;
|
|
30707
|
+
projectRoles?: Maybe<Array<Maybe<JiraRole>>>;
|
|
30647
30708
|
recommendationId?: Maybe<Scalars['Long']['output']>;
|
|
30648
30709
|
status?: Maybe<JiraResourceUsageRecommendationStatus>;
|
|
30649
30710
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -36207,6 +36268,14 @@ export declare type NlpFollowUpResult = {
|
|
|
36207
36268
|
followUp?: Maybe<Scalars['String']['output']>;
|
|
36208
36269
|
followUpAnswers?: Maybe<Array<NlpSearchResult>>;
|
|
36209
36270
|
};
|
|
36271
|
+
export declare enum NlpGetKeywordsTextFormat {
|
|
36272
|
+
Adf = "ADF",
|
|
36273
|
+
PlainText = "PLAIN_TEXT"
|
|
36274
|
+
}
|
|
36275
|
+
export declare type NlpGetKeywordsTextInput = {
|
|
36276
|
+
format: NlpGetKeywordsTextFormat;
|
|
36277
|
+
text: Scalars['String']['input'];
|
|
36278
|
+
};
|
|
36210
36279
|
export declare type NlpSearchResponse = {
|
|
36211
36280
|
__typename?: 'NlpSearchResponse';
|
|
36212
36281
|
disclaimer?: Maybe<NlpDisclaimer>;
|
|
@@ -38180,6 +38249,7 @@ export declare type Query = {
|
|
|
38180
38249
|
extensionContexts?: Maybe<Array<ExtensionContext>>;
|
|
38181
38250
|
extensionsEcho?: Maybe<Scalars['String']['output']>;
|
|
38182
38251
|
featureRelease?: Maybe<FeatureRelease>;
|
|
38252
|
+
getKeywords?: Maybe<Array<Scalars['String']['output']>>;
|
|
38183
38253
|
graphStore?: Maybe<GraphStore>;
|
|
38184
38254
|
growthRecommendations?: Maybe<GrowthRecQuery>;
|
|
38185
38255
|
helpCenter?: Maybe<HelpCenterQueryApi>;
|
|
@@ -38459,6 +38529,10 @@ export declare type QueryExtensionContextsArgs = {
|
|
|
38459
38529
|
export declare type QueryExtensionsEchoArgs = {
|
|
38460
38530
|
text: Scalars['String']['input'];
|
|
38461
38531
|
};
|
|
38532
|
+
export declare type QueryGetKeywordsArgs = {
|
|
38533
|
+
entityAri?: InputMaybe<Scalars['String']['input']>;
|
|
38534
|
+
textInput?: InputMaybe<NlpGetKeywordsTextInput>;
|
|
38535
|
+
};
|
|
38462
38536
|
export declare type QueryHelpCenterArgs = {
|
|
38463
38537
|
cloudId: Scalars['ID']['input'];
|
|
38464
38538
|
};
|
|
@@ -38548,6 +38622,7 @@ export declare type QueryMyMarketplaceAppsArgs = {
|
|
|
38548
38622
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38549
38623
|
};
|
|
38550
38624
|
export declare type QueryNlpSearchArgs = {
|
|
38625
|
+
additionalContext?: InputMaybe<Scalars['String']['input']>;
|
|
38551
38626
|
experience?: InputMaybe<Scalars['String']['input']>;
|
|
38552
38627
|
followups_enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38553
38628
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -39994,6 +40069,7 @@ export declare enum SearchConfluenceDocumentStatus {
|
|
|
39994
40069
|
export declare type SearchConfluenceEntity = ConfluenceBlogPost | ConfluencePage | ConfluenceWhiteboard;
|
|
39995
40070
|
export declare type SearchConfluenceFilter = {
|
|
39996
40071
|
ancestorIdsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
40072
|
+
containerARIs?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
39997
40073
|
containerStatus?: InputMaybe<Array<InputMaybe<SearchContainerStatus>>>;
|
|
39998
40074
|
contentStatuses?: InputMaybe<Array<SearchConfluenceDocumentStatus>>;
|
|
39999
40075
|
contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -40067,6 +40143,23 @@ export declare type SearchDefaultResult = SearchResult & {
|
|
|
40067
40143
|
type: SearchResultType;
|
|
40068
40144
|
url: Scalars['URL']['output'];
|
|
40069
40145
|
};
|
|
40146
|
+
export declare type SearchExternalContainerFilter = {
|
|
40147
|
+
type: Scalars['String']['input'];
|
|
40148
|
+
values: Array<Scalars['String']['input']>;
|
|
40149
|
+
};
|
|
40150
|
+
export declare type SearchExternalContentFormatFilter = {
|
|
40151
|
+
type: Scalars['String']['input'];
|
|
40152
|
+
values: Array<Scalars['String']['input']>;
|
|
40153
|
+
};
|
|
40154
|
+
export declare type SearchExternalDepthFilter = {
|
|
40155
|
+
depth: Scalars['Int']['input'];
|
|
40156
|
+
type: Scalars['String']['input'];
|
|
40157
|
+
};
|
|
40158
|
+
export declare type SearchExternalFilter = {
|
|
40159
|
+
containers?: InputMaybe<Array<InputMaybe<SearchExternalContainerFilter>>>;
|
|
40160
|
+
contentFormats?: InputMaybe<Array<InputMaybe<SearchExternalContentFormatFilter>>>;
|
|
40161
|
+
depth?: InputMaybe<Array<InputMaybe<SearchExternalDepthFilter>>>;
|
|
40162
|
+
};
|
|
40070
40163
|
export declare type SearchFilterInput = {
|
|
40071
40164
|
confluenceFilters?: InputMaybe<SearchConfluenceFilter>;
|
|
40072
40165
|
entities: Array<Scalars['String']['input']>;
|
|
@@ -42390,6 +42483,7 @@ export declare type ToolchainAssociateEntitiesPayload = Payload & {
|
|
|
42390
42483
|
associatedEntities?: Maybe<Array<ToolchainAssociatedEntity>>;
|
|
42391
42484
|
entities?: Maybe<Array<ToolchainAssociatedEntity>>;
|
|
42392
42485
|
errors?: Maybe<Array<MutationError>>;
|
|
42486
|
+
fromEntities?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
42393
42487
|
success: Scalars['Boolean']['output'];
|
|
42394
42488
|
};
|
|
42395
42489
|
export declare type ToolchainAssociateEntityInput = {
|
|
@@ -42474,6 +42568,7 @@ export declare type ToolchainDisassociateEntitiesInput = {
|
|
|
42474
42568
|
export declare type ToolchainDisassociateEntitiesPayload = Payload & {
|
|
42475
42569
|
__typename?: 'ToolchainDisassociateEntitiesPayload';
|
|
42476
42570
|
errors?: Maybe<Array<MutationError>>;
|
|
42571
|
+
fromEntities?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
42477
42572
|
success: Scalars['Boolean']['output'];
|
|
42478
42573
|
};
|
|
42479
42574
|
export declare type ToolchainDisassociateEntityInput = {
|
|
@@ -42563,6 +42658,8 @@ export declare type TownsquareCommentEdge = {
|
|
|
42563
42658
|
export declare type TownsquareGoal = Node & {
|
|
42564
42659
|
__typename?: 'TownsquareGoal';
|
|
42565
42660
|
archived: Scalars['Boolean']['output'];
|
|
42661
|
+
creationDate: Scalars['DateTime']['output'];
|
|
42662
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
42566
42663
|
dueDate?: Maybe<TownsquareTargetDate>;
|
|
42567
42664
|
iconData?: Maybe<Scalars['String']['output']>;
|
|
42568
42665
|
id: Scalars['ID']['output'];
|
|
@@ -42570,6 +42667,8 @@ export declare type TownsquareGoal = Node & {
|
|
|
42570
42667
|
name: Scalars['String']['output'];
|
|
42571
42668
|
owner?: Maybe<User>;
|
|
42572
42669
|
state?: Maybe<TownsquareGoalState>;
|
|
42670
|
+
status?: Maybe<TownsquareStatus>;
|
|
42671
|
+
targetDate?: Maybe<TownsquareTargetDate>;
|
|
42573
42672
|
url?: Maybe<Scalars['String']['output']>;
|
|
42574
42673
|
uuid: Scalars['String']['output'];
|
|
42575
42674
|
};
|
|
@@ -42621,6 +42720,10 @@ export declare enum TownsquareGoalStateValue {
|
|
|
42621
42720
|
Paused = "paused",
|
|
42622
42721
|
Pending = "pending"
|
|
42623
42722
|
}
|
|
42723
|
+
export declare type TownsquareLocalizationField = {
|
|
42724
|
+
__typename?: 'TownsquareLocalizationField';
|
|
42725
|
+
messageId?: Maybe<Scalars['String']['output']>;
|
|
42726
|
+
};
|
|
42624
42727
|
export declare type TownsquareProject = Node & {
|
|
42625
42728
|
__typename?: 'TownsquareProject';
|
|
42626
42729
|
archived: Scalars['Boolean']['output'];
|
|
@@ -42740,6 +42843,12 @@ export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
|
42740
42843
|
export declare type TownsquareQueryApiProjectsByAriArgs = {
|
|
42741
42844
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
42742
42845
|
};
|
|
42846
|
+
export declare type TownsquareStatus = {
|
|
42847
|
+
__typename?: 'TownsquareStatus';
|
|
42848
|
+
localizedLabel?: Maybe<TownsquareLocalizationField>;
|
|
42849
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
42850
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
42851
|
+
};
|
|
42743
42852
|
export declare type TownsquareTag = Node & {
|
|
42744
42853
|
__typename?: 'TownsquareTag';
|
|
42745
42854
|
description?: Maybe<Scalars['String']['output']>;
|