@forge/cli-shared 9.0.1-next.2-experimental-9423de1 → 9.0.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
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 9.0.1-next.
|
|
3
|
+
## 9.0.1-next.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
- Updated dependencies [e744c59]
|
|
8
|
+
- @forge/manifest@13.1.0-next.3
|
|
9
|
+
|
|
10
|
+
## 9.0.1-next.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 5d2cd6c: Add tslib dependency
|
|
11
15
|
|
|
12
16
|
## 9.0.1-next.2
|
|
13
17
|
|
|
@@ -15186,6 +15186,7 @@ export type AssetsVerticalRoleAssignmentError = {
|
|
|
15186
15186
|
message: Scalars['String']['output'];
|
|
15187
15187
|
};
|
|
15188
15188
|
export declare enum AssetsVerticalRoleAssignmentErrorCode {
|
|
15189
|
+
NotFound = "NOT_FOUND",
|
|
15189
15190
|
PermissionDenied = "PERMISSION_DENIED",
|
|
15190
15191
|
RoleAssignmentFailed = "ROLE_ASSIGNMENT_FAILED",
|
|
15191
15192
|
Timeout = "TIMEOUT",
|
|
@@ -37957,6 +37958,26 @@ export type ConvoAiJiraConfluencePageSuggestion = {
|
|
|
37957
37958
|
suggestionSources: Array<Scalars['String']['output']>;
|
|
37958
37959
|
url: Scalars['String']['output'];
|
|
37959
37960
|
};
|
|
37961
|
+
export type ConvoAiJiraDuplicateWorkItemsConnection = {
|
|
37962
|
+
__typename?: 'ConvoAiJiraDuplicateWorkItemsConnection';
|
|
37963
|
+
edges?: Maybe<Array<ConvoAiJiraDuplicateWorkItemsEdge>>;
|
|
37964
|
+
errors?: Maybe<Array<QueryError>>;
|
|
37965
|
+
pageInfo: PageInfo;
|
|
37966
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
37967
|
+
};
|
|
37968
|
+
export type ConvoAiJiraDuplicateWorkItemsEdge = {
|
|
37969
|
+
__typename?: 'ConvoAiJiraDuplicateWorkItemsEdge';
|
|
37970
|
+
cursor: Scalars['String']['output'];
|
|
37971
|
+
node?: Maybe<ConvoAiJiraSimilarWorkItemSuggestion>;
|
|
37972
|
+
};
|
|
37973
|
+
export type ConvoAiJiraDuplicateWorkItemsInput = {
|
|
37974
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
37975
|
+
excludeWorkItemIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
37976
|
+
projectId: Scalars['String']['input'];
|
|
37977
|
+
similarityConfig?: InputMaybe<ConvoAiJiraSimilarWorkItemsSimilarityConfig>;
|
|
37978
|
+
summary: Scalars['String']['input'];
|
|
37979
|
+
workItemId?: InputMaybe<Scalars['String']['input']>;
|
|
37980
|
+
};
|
|
37960
37981
|
export type ConvoAiJiraIssueRelatedResourcesResult = {
|
|
37961
37982
|
__typename?: 'ConvoAiJiraIssueRelatedResourcesResult';
|
|
37962
37983
|
edges?: Maybe<Array<ConvoAiJiraRelatedResourcesEdge>>;
|
|
@@ -52159,9 +52180,12 @@ export type GraphInferenceJiraEntityContextCandidate = {
|
|
|
52159
52180
|
entity?: Maybe<GraphInferenceJiraEntityContextEntityUnion>;
|
|
52160
52181
|
evidence?: Maybe<Array<GraphInferenceJiraEntityContextEvidence>>;
|
|
52161
52182
|
nodeType: Scalars['String']['output'];
|
|
52183
|
+
properties?: Maybe<Array<GraphInferenceJiraEntityContextProperty>>;
|
|
52162
52184
|
reasonCodes: Array<Scalars['String']['output']>;
|
|
52163
52185
|
score: Scalars['Float']['output'];
|
|
52164
52186
|
scoreMl?: Maybe<Scalars['Float']['output']>;
|
|
52187
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
52188
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
52165
52189
|
};
|
|
52166
52190
|
export type GraphInferenceJiraEntityContextCuratedBy = {
|
|
52167
52191
|
__typename?: 'GraphInferenceJiraEntityContextCuratedBy';
|
|
@@ -52186,6 +52210,11 @@ export type GraphInferenceJiraEntityContextMeta = {
|
|
|
52186
52210
|
traceId?: Maybe<Scalars['String']['output']>;
|
|
52187
52211
|
warnings: Array<Scalars['String']['output']>;
|
|
52188
52212
|
};
|
|
52213
|
+
export type GraphInferenceJiraEntityContextProperty = {
|
|
52214
|
+
__typename?: 'GraphInferenceJiraEntityContextProperty';
|
|
52215
|
+
name: Scalars['String']['output'];
|
|
52216
|
+
value: Scalars['String']['output'];
|
|
52217
|
+
};
|
|
52189
52218
|
export type GraphInferenceJiraEntityContextRoot = {
|
|
52190
52219
|
__typename?: 'GraphInferenceJiraEntityContextRoot';
|
|
52191
52220
|
ari: Scalars['String']['output'];
|
|
@@ -68497,6 +68526,7 @@ export type GraphStoreCreateJcsIssueAssociatedSupportEscalationRelationshipMetad
|
|
|
68497
68526
|
};
|
|
68498
68527
|
export type GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityInput = {
|
|
68499
68528
|
relationships: Array<GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityRelationshipInput>;
|
|
68529
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68500
68530
|
};
|
|
68501
68531
|
export type GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityPayload = Payload & {
|
|
68502
68532
|
__typename?: 'GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityPayload';
|
|
@@ -68515,6 +68545,7 @@ export type GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityRelationshipMe
|
|
|
68515
68545
|
};
|
|
68516
68546
|
export type GraphStoreCreateJiraEntityHasLinkedKnowledgeBaseEntityInput = {
|
|
68517
68547
|
relationships: Array<GraphStoreCreateJiraEntityHasLinkedKnowledgeBaseEntityRelationshipInput>;
|
|
68548
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68518
68549
|
};
|
|
68519
68550
|
export declare enum GraphStoreCreateJiraEntityHasLinkedKnowledgeBaseEntityLinkSourceInput {
|
|
68520
68551
|
Accepted = "ACCEPTED",
|
|
@@ -68543,6 +68574,7 @@ export type GraphStoreCreateJiraEntityHasLinkedKnowledgeBaseEntityRelationshipOb
|
|
|
68543
68574
|
};
|
|
68544
68575
|
export type GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityInput = {
|
|
68545
68576
|
relationships: Array<GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityRelationshipInput>;
|
|
68577
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68546
68578
|
};
|
|
68547
68579
|
export type GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityPayload = Payload & {
|
|
68548
68580
|
__typename?: 'GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityPayload';
|
|
@@ -68561,6 +68593,7 @@ export type GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityRelationshipMet
|
|
|
68561
68593
|
};
|
|
68562
68594
|
export type GraphStoreCreateJiraSpaceHasLinkedKnowledgeBaseEntityInput = {
|
|
68563
68595
|
relationships: Array<GraphStoreCreateJiraSpaceHasLinkedKnowledgeBaseEntityRelationshipInput>;
|
|
68596
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68564
68597
|
};
|
|
68565
68598
|
export declare enum GraphStoreCreateJiraSpaceHasLinkedKnowledgeBaseEntityLinkSourceInput {
|
|
68566
68599
|
Accepted = "ACCEPTED",
|
|
@@ -97061,6 +97094,7 @@ export type GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityAliasInput =
|
|
|
97061
97094
|
};
|
|
97062
97095
|
export type GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityInput = {
|
|
97063
97096
|
aliases: Array<GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityAliasInput>;
|
|
97097
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97064
97098
|
};
|
|
97065
97099
|
export type GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityPayload = {
|
|
97066
97100
|
__typename?: 'GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityPayload';
|
|
@@ -97094,6 +97128,7 @@ export type GraphStoreV2CreateJiraSpaceHasLinkedKnowledgeBaseEntityAliasInput =
|
|
|
97094
97128
|
};
|
|
97095
97129
|
export type GraphStoreV2CreateJiraSpaceHasLinkedKnowledgeBaseEntityInput = {
|
|
97096
97130
|
aliases: Array<GraphStoreV2CreateJiraSpaceHasLinkedKnowledgeBaseEntityAliasInput>;
|
|
97131
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97097
97132
|
};
|
|
97098
97133
|
export declare enum GraphStoreV2CreateJiraSpaceHasLinkedKnowledgeBaseEntityLinkSourceInput {
|
|
97099
97134
|
Accepted = "ACCEPTED",
|
|
@@ -97247,6 +97282,7 @@ export type GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityAliasInput
|
|
|
97247
97282
|
};
|
|
97248
97283
|
export type GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityInput = {
|
|
97249
97284
|
aliases: Array<GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityAliasInput>;
|
|
97285
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97250
97286
|
};
|
|
97251
97287
|
export type GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityPayload = {
|
|
97252
97288
|
__typename?: 'GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityPayload';
|
|
@@ -97266,6 +97302,7 @@ export type GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityAliasInput
|
|
|
97266
97302
|
};
|
|
97267
97303
|
export type GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityInput = {
|
|
97268
97304
|
aliases: Array<GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityAliasInput>;
|
|
97305
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97269
97306
|
};
|
|
97270
97307
|
export declare enum GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityLinkSourceInput {
|
|
97271
97308
|
Accepted = "ACCEPTED",
|
|
@@ -97704,6 +97741,7 @@ export type GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityAliasInput =
|
|
|
97704
97741
|
};
|
|
97705
97742
|
export type GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityInput = {
|
|
97706
97743
|
aliases: Array<GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityAliasInput>;
|
|
97744
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97707
97745
|
};
|
|
97708
97746
|
export type GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityPayload = {
|
|
97709
97747
|
__typename?: 'GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityPayload';
|
|
@@ -97728,6 +97766,7 @@ export type GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityAliasInput =
|
|
|
97728
97766
|
};
|
|
97729
97767
|
export type GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityInput = {
|
|
97730
97768
|
aliases: Array<GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityAliasInput>;
|
|
97769
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97731
97770
|
};
|
|
97732
97771
|
export type GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityPayload = {
|
|
97733
97772
|
__typename?: 'GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityPayload';
|
|
@@ -97848,6 +97887,7 @@ export type GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityAliasInput
|
|
|
97848
97887
|
};
|
|
97849
97888
|
export type GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityInput = {
|
|
97850
97889
|
aliases: Array<GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityAliasInput>;
|
|
97890
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97851
97891
|
};
|
|
97852
97892
|
export type GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityPayload = {
|
|
97853
97893
|
__typename?: 'GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityPayload';
|
|
@@ -97860,6 +97900,7 @@ export type GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityAliasInput
|
|
|
97860
97900
|
};
|
|
97861
97901
|
export type GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityInput = {
|
|
97862
97902
|
aliases: Array<GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityAliasInput>;
|
|
97903
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97863
97904
|
};
|
|
97864
97905
|
export type GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityPayload = {
|
|
97865
97906
|
__typename?: 'GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityPayload';
|
|
@@ -146546,6 +146587,7 @@ export type JsmChannelsTicketServiceAgentResolutionState = {
|
|
|
146546
146587
|
message?: Maybe<Scalars['String']['output']>;
|
|
146547
146588
|
plan?: Maybe<JsmChannelsServiceAgentResolutionPlan>;
|
|
146548
146589
|
reasoningEvent?: Maybe<JsmChannelsReasoningEvent>;
|
|
146590
|
+
reasoningEvents?: Maybe<Array<JsmChannelsReasoningEvent>>;
|
|
146549
146591
|
};
|
|
146550
146592
|
export type JsmChannelsTicketServiceAgentResolutionStateResult = JsmChannelsTicketServiceAgentResolutionState | QueryError;
|
|
146551
146593
|
export type JsmChannelsUpdateRovoServiceSkillsInput = {
|
|
@@ -174768,6 +174810,7 @@ export type Query = {
|
|
|
174768
174810
|
convoai_availableSkills?: Maybe<ConvoAiAvailableSkillsResult>;
|
|
174769
174811
|
convoai_confluenceSpaceRecommendations?: Maybe<Array<ConvoAiConfluenceSpaceRecommendation>>;
|
|
174770
174812
|
convoai_homeThreads?: Maybe<ConvoAiHomeThreadsResult>;
|
|
174813
|
+
convoai_jiraDuplicateWorkItems?: Maybe<ConvoAiJiraDuplicateWorkItemsConnection>;
|
|
174771
174814
|
convoai_jiraEchoAiFeature?: Maybe<Scalars['String']['output']>;
|
|
174772
174815
|
convoai_jiraRelated1p3pLinksSuggestionsByIssueId?: Maybe<ConvoAiJira1p3pRelatedLinksResult>;
|
|
174773
174816
|
convoai_jiraRelated3pLinksSuggestionsByIssueId?: Maybe<ConvoAiJira3pRelatedLinksResult>;
|
|
@@ -180948,6 +180991,15 @@ export type QueryConvoai_HomeThreadsArgs = {
|
|
|
180948
180991
|
homeThreadsInput?: InputMaybe<ConvoAiHomeThreadsInput>;
|
|
180949
180992
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
180950
180993
|
};
|
|
180994
|
+
export type QueryConvoai_JiraDuplicateWorkItemsArgs = {
|
|
180995
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
180996
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
180997
|
+
cloudId: Scalars['ID']['input'];
|
|
180998
|
+
experience: Scalars['String']['input'];
|
|
180999
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
181000
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
181001
|
+
workItemInput: ConvoAiJiraDuplicateWorkItemsInput;
|
|
181002
|
+
};
|
|
180951
181003
|
export type QueryConvoai_JiraEchoAiFeatureArgs = {
|
|
180952
181004
|
cloudId: Scalars['ID']['input'];
|
|
180953
181005
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -202919,6 +202971,7 @@ export type SearchFirstPartyMetadata = {
|
|
|
202919
202971
|
export type SearchGitFilters = {
|
|
202920
202972
|
pullRequestStatus?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
202921
202973
|
repoName?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
202974
|
+
reviewer?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
202922
202975
|
};
|
|
202923
202976
|
export type SearchGraphQlConfigurationResponse = {
|
|
202924
202977
|
__typename?: 'SearchGraphQLConfigurationResponse';
|
|
@@ -203973,6 +204026,7 @@ export type SearchTeamsFilters = {
|
|
|
203973
204026
|
hasAttachment?: InputMaybe<Scalars['Boolean']['input']>;
|
|
203974
204027
|
hasLink?: InputMaybe<Scalars['Boolean']['input']>;
|
|
203975
204028
|
messageType?: InputMaybe<Scalars['String']['input']>;
|
|
204029
|
+
workspaceName?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
203976
204030
|
};
|
|
203977
204031
|
export type SearchThirdPartyDynamicFilter = {
|
|
203978
204032
|
__typename?: 'SearchThirdPartyDynamicFilter';
|
|
@@ -228941,6 +228995,7 @@ export type TeamQueryTeamV3Args = {
|
|
|
228941
228995
|
};
|
|
228942
228996
|
export type TeamQueryTeamsTqlArgs = {
|
|
228943
228997
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
228998
|
+
enablePagination?: InputMaybe<Scalars['Boolean']['input']>;
|
|
228944
228999
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
228945
229000
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
228946
229001
|
scopeId: Scalars['ID']['input'];
|
|
@@ -229269,6 +229324,7 @@ export type TeamV2 = Node & {
|
|
|
229269
229324
|
largeHeaderImageUrl?: Maybe<Scalars['String']['output']>;
|
|
229270
229325
|
memberCount?: Maybe<Scalars['Int']['output']>;
|
|
229271
229326
|
members?: Maybe<TeamMemberConnectionV2>;
|
|
229327
|
+
membersPreview?: Maybe<Array<Maybe<TeamMemberV2>>>;
|
|
229272
229328
|
membershipSettings?: Maybe<TeamMembershipSettings>;
|
|
229273
229329
|
organizationId?: Maybe<Scalars['ID']['output']>;
|
|
229274
229330
|
permission?: Maybe<TeamPermission>;
|