@forge/cli-shared 9.0.1-next.3 → 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
|
@@ -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",
|
|
@@ -52179,9 +52180,12 @@ export type GraphInferenceJiraEntityContextCandidate = {
|
|
|
52179
52180
|
entity?: Maybe<GraphInferenceJiraEntityContextEntityUnion>;
|
|
52180
52181
|
evidence?: Maybe<Array<GraphInferenceJiraEntityContextEvidence>>;
|
|
52181
52182
|
nodeType: Scalars['String']['output'];
|
|
52183
|
+
properties?: Maybe<Array<GraphInferenceJiraEntityContextProperty>>;
|
|
52182
52184
|
reasonCodes: Array<Scalars['String']['output']>;
|
|
52183
52185
|
score: Scalars['Float']['output'];
|
|
52184
52186
|
scoreMl?: Maybe<Scalars['Float']['output']>;
|
|
52187
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
52188
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
52185
52189
|
};
|
|
52186
52190
|
export type GraphInferenceJiraEntityContextCuratedBy = {
|
|
52187
52191
|
__typename?: 'GraphInferenceJiraEntityContextCuratedBy';
|
|
@@ -52206,6 +52210,11 @@ export type GraphInferenceJiraEntityContextMeta = {
|
|
|
52206
52210
|
traceId?: Maybe<Scalars['String']['output']>;
|
|
52207
52211
|
warnings: Array<Scalars['String']['output']>;
|
|
52208
52212
|
};
|
|
52213
|
+
export type GraphInferenceJiraEntityContextProperty = {
|
|
52214
|
+
__typename?: 'GraphInferenceJiraEntityContextProperty';
|
|
52215
|
+
name: Scalars['String']['output'];
|
|
52216
|
+
value: Scalars['String']['output'];
|
|
52217
|
+
};
|
|
52209
52218
|
export type GraphInferenceJiraEntityContextRoot = {
|
|
52210
52219
|
__typename?: 'GraphInferenceJiraEntityContextRoot';
|
|
52211
52220
|
ari: Scalars['String']['output'];
|
|
@@ -68517,6 +68526,7 @@ export type GraphStoreCreateJcsIssueAssociatedSupportEscalationRelationshipMetad
|
|
|
68517
68526
|
};
|
|
68518
68527
|
export type GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityInput = {
|
|
68519
68528
|
relationships: Array<GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityRelationshipInput>;
|
|
68529
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68520
68530
|
};
|
|
68521
68531
|
export type GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityPayload = Payload & {
|
|
68522
68532
|
__typename?: 'GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityPayload';
|
|
@@ -68535,6 +68545,7 @@ export type GraphStoreCreateJiraEntityDismissedKnowledgeBaseEntityRelationshipMe
|
|
|
68535
68545
|
};
|
|
68536
68546
|
export type GraphStoreCreateJiraEntityHasLinkedKnowledgeBaseEntityInput = {
|
|
68537
68547
|
relationships: Array<GraphStoreCreateJiraEntityHasLinkedKnowledgeBaseEntityRelationshipInput>;
|
|
68548
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68538
68549
|
};
|
|
68539
68550
|
export declare enum GraphStoreCreateJiraEntityHasLinkedKnowledgeBaseEntityLinkSourceInput {
|
|
68540
68551
|
Accepted = "ACCEPTED",
|
|
@@ -68563,6 +68574,7 @@ export type GraphStoreCreateJiraEntityHasLinkedKnowledgeBaseEntityRelationshipOb
|
|
|
68563
68574
|
};
|
|
68564
68575
|
export type GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityInput = {
|
|
68565
68576
|
relationships: Array<GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityRelationshipInput>;
|
|
68577
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68566
68578
|
};
|
|
68567
68579
|
export type GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityPayload = Payload & {
|
|
68568
68580
|
__typename?: 'GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityPayload';
|
|
@@ -68581,6 +68593,7 @@ export type GraphStoreCreateJiraSpaceDismissedKnowledgeBaseEntityRelationshipMet
|
|
|
68581
68593
|
};
|
|
68582
68594
|
export type GraphStoreCreateJiraSpaceHasLinkedKnowledgeBaseEntityInput = {
|
|
68583
68595
|
relationships: Array<GraphStoreCreateJiraSpaceHasLinkedKnowledgeBaseEntityRelationshipInput>;
|
|
68596
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68584
68597
|
};
|
|
68585
68598
|
export declare enum GraphStoreCreateJiraSpaceHasLinkedKnowledgeBaseEntityLinkSourceInput {
|
|
68586
68599
|
Accepted = "ACCEPTED",
|
|
@@ -97081,6 +97094,7 @@ export type GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityAliasInput =
|
|
|
97081
97094
|
};
|
|
97082
97095
|
export type GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityInput = {
|
|
97083
97096
|
aliases: Array<GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityAliasInput>;
|
|
97097
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97084
97098
|
};
|
|
97085
97099
|
export type GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityPayload = {
|
|
97086
97100
|
__typename?: 'GraphStoreV2CreateJiraSpaceDismissedKnowledgeBaseEntityPayload';
|
|
@@ -97114,6 +97128,7 @@ export type GraphStoreV2CreateJiraSpaceHasLinkedKnowledgeBaseEntityAliasInput =
|
|
|
97114
97128
|
};
|
|
97115
97129
|
export type GraphStoreV2CreateJiraSpaceHasLinkedKnowledgeBaseEntityInput = {
|
|
97116
97130
|
aliases: Array<GraphStoreV2CreateJiraSpaceHasLinkedKnowledgeBaseEntityAliasInput>;
|
|
97131
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97117
97132
|
};
|
|
97118
97133
|
export declare enum GraphStoreV2CreateJiraSpaceHasLinkedKnowledgeBaseEntityLinkSourceInput {
|
|
97119
97134
|
Accepted = "ACCEPTED",
|
|
@@ -97267,6 +97282,7 @@ export type GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityAliasInput
|
|
|
97267
97282
|
};
|
|
97268
97283
|
export type GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityInput = {
|
|
97269
97284
|
aliases: Array<GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityAliasInput>;
|
|
97285
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97270
97286
|
};
|
|
97271
97287
|
export type GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityPayload = {
|
|
97272
97288
|
__typename?: 'GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityPayload';
|
|
@@ -97286,6 +97302,7 @@ export type GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityAliasInput
|
|
|
97286
97302
|
};
|
|
97287
97303
|
export type GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityInput = {
|
|
97288
97304
|
aliases: Array<GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityAliasInput>;
|
|
97305
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97289
97306
|
};
|
|
97290
97307
|
export declare enum GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityLinkSourceInput {
|
|
97291
97308
|
Accepted = "ACCEPTED",
|
|
@@ -97724,6 +97741,7 @@ export type GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityAliasInput =
|
|
|
97724
97741
|
};
|
|
97725
97742
|
export type GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityInput = {
|
|
97726
97743
|
aliases: Array<GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityAliasInput>;
|
|
97744
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97727
97745
|
};
|
|
97728
97746
|
export type GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityPayload = {
|
|
97729
97747
|
__typename?: 'GraphStoreV2DeleteJiraSpaceDismissedKnowledgeBaseEntityPayload';
|
|
@@ -97748,6 +97766,7 @@ export type GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityAliasInput =
|
|
|
97748
97766
|
};
|
|
97749
97767
|
export type GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityInput = {
|
|
97750
97768
|
aliases: Array<GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityAliasInput>;
|
|
97769
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97751
97770
|
};
|
|
97752
97771
|
export type GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityPayload = {
|
|
97753
97772
|
__typename?: 'GraphStoreV2DeleteJiraSpaceHasLinkedKnowledgeBaseEntityPayload';
|
|
@@ -97868,6 +97887,7 @@ export type GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityAliasInput
|
|
|
97868
97887
|
};
|
|
97869
97888
|
export type GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityInput = {
|
|
97870
97889
|
aliases: Array<GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityAliasInput>;
|
|
97890
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97871
97891
|
};
|
|
97872
97892
|
export type GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityPayload = {
|
|
97873
97893
|
__typename?: 'GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityPayload';
|
|
@@ -97880,6 +97900,7 @@ export type GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityAliasInput
|
|
|
97880
97900
|
};
|
|
97881
97901
|
export type GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityInput = {
|
|
97882
97902
|
aliases: Array<GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityAliasInput>;
|
|
97903
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97883
97904
|
};
|
|
97884
97905
|
export type GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityPayload = {
|
|
97885
97906
|
__typename?: 'GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityPayload';
|
|
@@ -202950,6 +202971,7 @@ export type SearchFirstPartyMetadata = {
|
|
|
202950
202971
|
export type SearchGitFilters = {
|
|
202951
202972
|
pullRequestStatus?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
202952
202973
|
repoName?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
202974
|
+
reviewer?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
202953
202975
|
};
|
|
202954
202976
|
export type SearchGraphQlConfigurationResponse = {
|
|
202955
202977
|
__typename?: 'SearchGraphQLConfigurationResponse';
|