@forge/cli-shared 6.10.1-next.0 → 6.10.1-next.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.10.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8bd52d6]
8
+ - @forge/manifest@9.3.0-next.1
9
+
3
10
  ## 6.10.1-next.0
4
11
 
5
12
  ### Patch Changes
@@ -804,11 +804,21 @@ export declare type AgentStudioAgent = {
804
804
  knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
805
805
  name?: Maybe<Scalars['String']['output']>;
806
806
  };
807
+ export declare type AgentStudioAgentEdge = {
808
+ __typename?: 'AgentStudioAgentEdge';
809
+ cursor?: Maybe<Scalars['String']['output']>;
810
+ node?: Maybe<AgentStudioAssistant>;
811
+ };
807
812
  export declare type AgentStudioAgentResult = AgentStudioAssistant | AgentStudioServiceAgent | QueryError;
808
813
  export declare enum AgentStudioAgentType {
809
814
  Assistant = "ASSISTANT",
810
815
  ServiceAgent = "SERVICE_AGENT"
811
816
  }
817
+ export declare type AgentStudioAgentsConnection = {
818
+ __typename?: 'AgentStudioAgentsConnection';
819
+ edges: Array<AgentStudioAgentEdge>;
820
+ pageInfo: PageInfo;
821
+ };
812
822
  export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
813
823
  __typename?: 'AgentStudioAssistant';
814
824
  actions?: Maybe<AgentStudioActionConfiguration>;
@@ -9810,7 +9820,7 @@ export declare type ConfluenceAdminReportStatus = {
9810
9820
  reports?: Maybe<Array<Maybe<ConfluenceAdminReport>>>;
9811
9821
  };
9812
9822
  export declare type ConfluenceAncestor = ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluencePage | ConfluenceWhiteboard;
9813
- export declare type ConfluenceBlogPost = {
9823
+ export declare type ConfluenceBlogPost = Node & {
9814
9824
  __typename?: 'ConfluenceBlogPost';
9815
9825
  author?: Maybe<ConfluenceUserInfo>;
9816
9826
  blogPostId: Scalars['ID']['output'];
@@ -10326,7 +10336,7 @@ export declare type ConfluenceCurrentContentNativeProperties = {
10326
10336
  __typename?: 'ConfluenceCurrentContentNativeProperties';
10327
10337
  contentState?: Maybe<ConfluenceContentState>;
10328
10338
  };
10329
- export declare type ConfluenceDatabase = {
10339
+ export declare type ConfluenceDatabase = Node & {
10330
10340
  __typename?: 'ConfluenceDatabase';
10331
10341
  allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
10332
10342
  author?: Maybe<ConfluenceUserInfo>;
@@ -10474,7 +10484,7 @@ export declare type ConfluenceEditorSettings = {
10474
10484
  export declare type ConfluenceEditorSettingsInput = {
10475
10485
  toolbarDockingInitialPosition?: InputMaybe<Scalars['String']['input']>;
10476
10486
  };
10477
- export declare type ConfluenceEmbed = {
10487
+ export declare type ConfluenceEmbed = Node & {
10478
10488
  __typename?: 'ConfluenceEmbed';
10479
10489
  allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
10480
10490
  author?: Maybe<ConfluenceUserInfo>;
@@ -10506,7 +10516,7 @@ export declare type ConfluenceFavoritedSummary = {
10506
10516
  favoritedAt?: Maybe<Scalars['String']['output']>;
10507
10517
  isFavorite: Scalars['Boolean']['output'];
10508
10518
  };
10509
- export declare type ConfluenceFolder = {
10519
+ export declare type ConfluenceFolder = Node & {
10510
10520
  __typename?: 'ConfluenceFolder';
10511
10521
  allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
10512
10522
  author?: Maybe<ConfluenceUserInfo>;
@@ -10527,7 +10537,7 @@ export declare type ConfluenceFolderLinks = {
10527
10537
  base?: Maybe<Scalars['String']['output']>;
10528
10538
  webUi?: Maybe<Scalars['String']['output']>;
10529
10539
  };
10530
- export declare type ConfluenceFooterComment = ConfluenceComment & {
10540
+ export declare type ConfluenceFooterComment = ConfluenceComment & Node & {
10531
10541
  __typename?: 'ConfluenceFooterComment';
10532
10542
  author?: Maybe<ConfluenceUserInfo>;
10533
10543
  body?: Maybe<ConfluenceBodies>;
@@ -10538,7 +10548,7 @@ export declare type ConfluenceFooterComment = ConfluenceComment & {
10538
10548
  name?: Maybe<Scalars['String']['output']>;
10539
10549
  status?: Maybe<ConfluenceCommentStatus>;
10540
10550
  };
10541
- export declare type ConfluenceInlineComment = ConfluenceComment & {
10551
+ export declare type ConfluenceInlineComment = ConfluenceComment & Node & {
10542
10552
  __typename?: 'ConfluenceInlineComment';
10543
10553
  author?: Maybe<ConfluenceUserInfo>;
10544
10554
  body?: Maybe<ConfluenceBodies>;
@@ -10610,7 +10620,7 @@ export declare type ConfluenceInlineCommentUpdated = {
10610
10620
  commentId?: Maybe<Scalars['ID']['output']>;
10611
10621
  markerRef?: Maybe<Scalars['String']['output']>;
10612
10622
  };
10613
- export declare type ConfluenceInlineTask = {
10623
+ export declare type ConfluenceInlineTask = Node & {
10614
10624
  __typename?: 'ConfluenceInlineTask';
10615
10625
  assignedTo?: Maybe<ConfluenceUserInfo>;
10616
10626
  body?: Maybe<ConfluenceContentBody>;
@@ -16474,7 +16484,7 @@ export declare enum ConfluenceOperationTarget {
16474
16484
  Space = "SPACE",
16475
16485
  UserProfile = "USER_PROFILE"
16476
16486
  }
16477
- export declare type ConfluencePage = {
16487
+ export declare type ConfluencePage = Node & {
16478
16488
  __typename?: 'ConfluencePage';
16479
16489
  allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
16480
16490
  ancestors?: Maybe<Array<Maybe<ConfluencePage>>>;
@@ -16890,7 +16900,7 @@ export declare type ConfluenceSetSubCalendarReminderPayload = {
16890
16900
  subCalendarReminder?: Maybe<ConfluenceSubCalendarReminder>;
16891
16901
  success: Scalars['Boolean']['output'];
16892
16902
  };
16893
- export declare type ConfluenceSpace = {
16903
+ export declare type ConfluenceSpace = Node & {
16894
16904
  __typename?: 'ConfluenceSpace';
16895
16905
  alias?: Maybe<Scalars['String']['output']>;
16896
16906
  createdBy?: Maybe<ConfluenceUserInfo>;
@@ -17817,7 +17827,7 @@ export declare type ConfluenceWatchSubCalendarPayload = {
17817
17827
  errors?: Maybe<Array<MutationError>>;
17818
17828
  success: Scalars['Boolean']['output'];
17819
17829
  };
17820
- export declare type ConfluenceWhiteboard = {
17830
+ export declare type ConfluenceWhiteboard = Node & {
17821
17831
  __typename?: 'ConfluenceWhiteboard';
17822
17832
  allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
17823
17833
  author?: Maybe<ConfluenceUserInfo>;
@@ -32013,11 +32023,13 @@ export declare type GraphStore = {
32013
32023
  componentAssociatedDocumentInverse?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection>;
32014
32024
  componentAssociatedDocumentInverseRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
32015
32025
  componentAssociatedDocumentRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
32026
+ componentHasComponentLinkInverse?: Maybe<GraphStoreSimplifiedComponentHasComponentLinkInverseConnection>;
32016
32027
  componentImpactedByIncident?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentConnection>;
32017
32028
  componentImpactedByIncidentInverse?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseConnection>;
32018
32029
  componentImpactedByIncidentInverseRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
32019
32030
  componentImpactedByIncidentRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
32020
32031
  componentLinkIsJiraProject?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectConnection>;
32032
+ componentLinkIsProviderRepo?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoConnection>;
32021
32033
  componentLinkedJswIssue?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueConnection>;
32022
32034
  componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
32023
32035
  componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
@@ -32214,6 +32226,8 @@ export declare type GraphStore = {
32214
32226
  jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
32215
32227
  jiraProjectAssociatedAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraProjectAssociatedAtlasGoalConnection>;
32216
32228
  jiraProjectAssociatedAtlasGoalRelationship?: Maybe<GraphStoreFullJiraProjectAssociatedAtlasGoalConnection>;
32229
+ jiraRepoIsProviderRepo?: Maybe<GraphStoreSimplifiedJiraRepoIsProviderRepoConnection>;
32230
+ jiraRepoIsProviderRepoInverse?: Maybe<GraphStoreSimplifiedJiraRepoIsProviderRepoInverseConnection>;
32217
32231
  jsmProjectAssociatedService?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceConnection>;
32218
32232
  jsmProjectAssociatedServiceBatch?: Maybe<GraphStoreBatchJsmProjectAssociatedServiceConnection>;
32219
32233
  jsmProjectAssociatedServiceInverse?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceInverseConnection>;
@@ -33042,6 +33056,13 @@ export declare type GraphStoreComponentAssociatedDocumentRelationshipArgs = {
33042
33056
  first?: InputMaybe<Scalars['Int']['input']>;
33043
33057
  id: Scalars['ID']['input'];
33044
33058
  };
33059
+ export declare type GraphStoreComponentHasComponentLinkInverseArgs = {
33060
+ after?: InputMaybe<Scalars['String']['input']>;
33061
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
33062
+ first?: InputMaybe<Scalars['Int']['input']>;
33063
+ id: Scalars['ID']['input'];
33064
+ sort?: InputMaybe<GraphStoreComponentHasComponentLinkSortInput>;
33065
+ };
33045
33066
  export declare type GraphStoreComponentImpactedByIncidentArgs = {
33046
33067
  after?: InputMaybe<Scalars['String']['input']>;
33047
33068
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -33073,6 +33094,13 @@ export declare type GraphStoreComponentLinkIsJiraProjectArgs = {
33073
33094
  id: Scalars['ID']['input'];
33074
33095
  sort?: InputMaybe<GraphStoreComponentLinkIsJiraProjectSortInput>;
33075
33096
  };
33097
+ export declare type GraphStoreComponentLinkIsProviderRepoArgs = {
33098
+ after?: InputMaybe<Scalars['String']['input']>;
33099
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
33100
+ first?: InputMaybe<Scalars['Int']['input']>;
33101
+ id: Scalars['ID']['input'];
33102
+ sort?: InputMaybe<GraphStoreComponentLinkIsProviderRepoSortInput>;
33103
+ };
33076
33104
  export declare type GraphStoreComponentLinkedJswIssueArgs = {
33077
33105
  after?: InputMaybe<Scalars['String']['input']>;
33078
33106
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -34347,6 +34375,20 @@ export declare type GraphStoreJiraProjectAssociatedAtlasGoalRelationshipArgs = {
34347
34375
  first?: InputMaybe<Scalars['Int']['input']>;
34348
34376
  id: Scalars['ID']['input'];
34349
34377
  };
34378
+ export declare type GraphStoreJiraRepoIsProviderRepoArgs = {
34379
+ after?: InputMaybe<Scalars['String']['input']>;
34380
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
34381
+ first?: InputMaybe<Scalars['Int']['input']>;
34382
+ id: Scalars['ID']['input'];
34383
+ sort?: InputMaybe<GraphStoreJiraRepoIsProviderRepoSortInput>;
34384
+ };
34385
+ export declare type GraphStoreJiraRepoIsProviderRepoInverseArgs = {
34386
+ after?: InputMaybe<Scalars['String']['input']>;
34387
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
34388
+ first?: InputMaybe<Scalars['Int']['input']>;
34389
+ id: Scalars['ID']['input'];
34390
+ sort?: InputMaybe<GraphStoreJiraRepoIsProviderRepoSortInput>;
34391
+ };
34350
34392
  export declare type GraphStoreJsmProjectAssociatedServiceArgs = {
34351
34393
  after?: InputMaybe<Scalars['String']['input']>;
34352
34394
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -38509,12 +38551,18 @@ export declare type GraphStoreCommitInRepoSortInput = {
38509
38551
  export declare type GraphStoreComponentAssociatedDocumentSortInput = {
38510
38552
  lastModified?: InputMaybe<GraphStoreSortInput>;
38511
38553
  };
38554
+ export declare type GraphStoreComponentHasComponentLinkSortInput = {
38555
+ lastModified?: InputMaybe<GraphStoreSortInput>;
38556
+ };
38512
38557
  export declare type GraphStoreComponentImpactedByIncidentSortInput = {
38513
38558
  lastModified?: InputMaybe<GraphStoreSortInput>;
38514
38559
  };
38515
38560
  export declare type GraphStoreComponentLinkIsJiraProjectSortInput = {
38516
38561
  lastModified?: InputMaybe<GraphStoreSortInput>;
38517
38562
  };
38563
+ export declare type GraphStoreComponentLinkIsProviderRepoSortInput = {
38564
+ lastModified?: InputMaybe<GraphStoreSortInput>;
38565
+ };
38518
38566
  export declare type GraphStoreComponentLinkedJswIssueSortInput = {
38519
38567
  createdAt?: InputMaybe<GraphStoreSortInput>;
38520
38568
  fromAti?: InputMaybe<GraphStoreSortInput>;
@@ -43255,6 +43303,9 @@ export declare type GraphStoreJiraProjectAssociatedAtlasGoalSortInput = {
43255
43303
  lastModified?: InputMaybe<GraphStoreSortInput>;
43256
43304
  toAti?: InputMaybe<GraphStoreSortInput>;
43257
43305
  };
43306
+ export declare type GraphStoreJiraRepoIsProviderRepoSortInput = {
43307
+ lastModified?: InputMaybe<GraphStoreSortInput>;
43308
+ };
43258
43309
  export declare type GraphStoreJsmProjectAssociatedServiceSortInput = {
43259
43310
  createdAt?: InputMaybe<GraphStoreSortInput>;
43260
43311
  fromAti?: InputMaybe<GraphStoreSortInput>;
@@ -44840,6 +44891,20 @@ export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge =
44840
44891
  };
44841
44892
  export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseUnion = CompassComponent;
44842
44893
  export declare type GraphStoreSimplifiedComponentAssociatedDocumentUnion = DevOpsDocument | ExternalDocument;
44894
+ export declare type GraphStoreSimplifiedComponentHasComponentLinkInverseConnection = HasPageInfo & {
44895
+ __typename?: 'GraphStoreSimplifiedComponentHasComponentLinkInverseConnection';
44896
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentHasComponentLinkInverseEdge>>>;
44897
+ pageInfo: PageInfo;
44898
+ };
44899
+ export declare type GraphStoreSimplifiedComponentHasComponentLinkInverseEdge = {
44900
+ __typename?: 'GraphStoreSimplifiedComponentHasComponentLinkInverseEdge';
44901
+ createdAt: Scalars['DateTime']['output'];
44902
+ cursor?: Maybe<Scalars['String']['output']>;
44903
+ id: Scalars['ID']['output'];
44904
+ lastUpdated: Scalars['DateTime']['output'];
44905
+ node?: Maybe<GraphStoreSimplifiedComponentHasComponentLinkInverseUnion>;
44906
+ };
44907
+ export declare type GraphStoreSimplifiedComponentHasComponentLinkInverseUnion = CompassComponent;
44843
44908
  export declare type GraphStoreSimplifiedComponentImpactedByIncidentConnection = HasPageInfo & {
44844
44909
  __typename?: 'GraphStoreSimplifiedComponentImpactedByIncidentConnection';
44845
44910
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentImpactedByIncidentEdge>>>;
@@ -44882,6 +44947,20 @@ export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectEdge = {
44882
44947
  node?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectUnion>;
44883
44948
  };
44884
44949
  export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectUnion = JiraProject;
44950
+ export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoConnection = HasPageInfo & {
44951
+ __typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoConnection';
44952
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoEdge>>>;
44953
+ pageInfo: PageInfo;
44954
+ };
44955
+ export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoEdge = {
44956
+ __typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoEdge';
44957
+ createdAt: Scalars['DateTime']['output'];
44958
+ cursor?: Maybe<Scalars['String']['output']>;
44959
+ id: Scalars['ID']['output'];
44960
+ lastUpdated: Scalars['DateTime']['output'];
44961
+ node?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoUnion>;
44962
+ };
44963
+ export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoUnion = BitbucketRepository;
44885
44964
  export declare type GraphStoreSimplifiedComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
44886
44965
  __typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueConnection';
44887
44966
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkedJswIssueEdge>>>;
@@ -46720,6 +46799,34 @@ export declare type GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseEdg
46720
46799
  };
46721
46800
  export declare type GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseUnion = JiraProject;
46722
46801
  export declare type GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalUnion = TownsquareGoal;
46802
+ export declare type GraphStoreSimplifiedJiraRepoIsProviderRepoConnection = HasPageInfo & {
46803
+ __typename?: 'GraphStoreSimplifiedJiraRepoIsProviderRepoConnection';
46804
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraRepoIsProviderRepoEdge>>>;
46805
+ pageInfo: PageInfo;
46806
+ };
46807
+ export declare type GraphStoreSimplifiedJiraRepoIsProviderRepoEdge = {
46808
+ __typename?: 'GraphStoreSimplifiedJiraRepoIsProviderRepoEdge';
46809
+ createdAt: Scalars['DateTime']['output'];
46810
+ cursor?: Maybe<Scalars['String']['output']>;
46811
+ id: Scalars['ID']['output'];
46812
+ lastUpdated: Scalars['DateTime']['output'];
46813
+ node?: Maybe<GraphStoreSimplifiedJiraRepoIsProviderRepoUnion>;
46814
+ };
46815
+ export declare type GraphStoreSimplifiedJiraRepoIsProviderRepoInverseConnection = HasPageInfo & {
46816
+ __typename?: 'GraphStoreSimplifiedJiraRepoIsProviderRepoInverseConnection';
46817
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraRepoIsProviderRepoInverseEdge>>>;
46818
+ pageInfo: PageInfo;
46819
+ };
46820
+ export declare type GraphStoreSimplifiedJiraRepoIsProviderRepoInverseEdge = {
46821
+ __typename?: 'GraphStoreSimplifiedJiraRepoIsProviderRepoInverseEdge';
46822
+ createdAt: Scalars['DateTime']['output'];
46823
+ cursor?: Maybe<Scalars['String']['output']>;
46824
+ id: Scalars['ID']['output'];
46825
+ lastUpdated: Scalars['DateTime']['output'];
46826
+ node?: Maybe<GraphStoreSimplifiedJiraRepoIsProviderRepoInverseUnion>;
46827
+ };
46828
+ export declare type GraphStoreSimplifiedJiraRepoIsProviderRepoInverseUnion = DevOpsRepository | ExternalRepository;
46829
+ export declare type GraphStoreSimplifiedJiraRepoIsProviderRepoUnion = BitbucketRepository;
46723
46830
  export declare type GraphStoreSimplifiedJsmProjectAssociatedServiceConnection = HasPageInfo & HasTotal & {
46724
46831
  __typename?: 'GraphStoreSimplifiedJsmProjectAssociatedServiceConnection';
46725
46832
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceEdge>>>;
@@ -65081,6 +65188,7 @@ export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfigurati
65081
65188
  fieldConfig?: Maybe<JiraFieldConfig>;
65082
65189
  fieldId: Scalars['String']['output'];
65083
65190
  fieldOperations?: Maybe<JiraFieldOperation>;
65191
+ formatConfig?: Maybe<JiraNumberFieldFormatConfig>;
65084
65192
  id: Scalars['ID']['output'];
65085
65193
  isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
65086
65194
  isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
@@ -65091,6 +65199,18 @@ export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfigurati
65091
65199
  type: Scalars['String']['output'];
65092
65200
  userFieldConfig?: Maybe<JiraUserFieldConfig>;
65093
65201
  };
65202
+ export declare type JiraNumberFieldFormatConfig = {
65203
+ __typename?: 'JiraNumberFieldFormatConfig';
65204
+ formatDecimals?: Maybe<Scalars['Int']['output']>;
65205
+ formatStyle?: Maybe<JiraNumberFieldFormatStyle>;
65206
+ formatUnit?: Maybe<Scalars['String']['output']>;
65207
+ };
65208
+ export declare enum JiraNumberFieldFormatStyle {
65209
+ Currency = "CURRENCY",
65210
+ Decimal = "DECIMAL",
65211
+ Percentage = "PERCENTAGE",
65212
+ Unit = "UNIT"
65213
+ }
65094
65214
  export declare type JiraNumberFieldInput = {
65095
65215
  fieldId: Scalars['ID']['input'];
65096
65216
  value: Scalars['Float']['input'];
@@ -75129,6 +75249,10 @@ export declare type KnowledgeDiscoveryUsers = {
75129
75249
  __typename?: 'KnowledgeDiscoveryUsers';
75130
75250
  users?: Maybe<Array<Maybe<KnowledgeDiscoverySearchUser>>>;
75131
75251
  };
75252
+ export declare enum KnowledgeGraphContentType {
75253
+ Blogpost = "BLOGPOST",
75254
+ Page = "PAGE"
75255
+ }
75132
75256
  export declare type KnowledgeGraphObjectResponse = {
75133
75257
  __typename?: 'KnowledgeGraphObjectResponse';
75134
75258
  contentId: Scalars['ID']['output'];
@@ -75136,6 +75260,13 @@ export declare type KnowledgeGraphObjectResponse = {
75136
75260
  createdAt: Scalars['String']['output'];
75137
75261
  objectData: Scalars['String']['output'];
75138
75262
  };
75263
+ export declare type KnowledgeGraphObjectResponseV2 = {
75264
+ __typename?: 'KnowledgeGraphObjectResponseV2';
75265
+ contentId: Scalars['ID']['output'];
75266
+ contentType: KnowledgeGraphContentType;
75267
+ createdAt: Scalars['String']['output'];
75268
+ objectData: Scalars['String']['output'];
75269
+ };
75139
75270
  export declare enum KnowledgeGraphObjectType {
75140
75271
  SnippetV1 = "snippet_v1",
75141
75272
  SnippetV2 = "snippet_v2"
@@ -77529,6 +77660,24 @@ export declare type MarketplaceStoreCurrentUserReviewResponse = {
77529
77660
  totalVotes?: Maybe<Scalars['Int']['output']>;
77530
77661
  userHasComplianceConsent?: Maybe<Scalars['Boolean']['output']>;
77531
77662
  };
77663
+ export declare type MarketplaceStoreDeleteReviewInput = {
77664
+ appKey: Scalars['String']['input'];
77665
+ reviewId: Scalars['ID']['input'];
77666
+ };
77667
+ export declare type MarketplaceStoreDeleteReviewResponse = {
77668
+ __typename?: 'MarketplaceStoreDeleteReviewResponse';
77669
+ id: Scalars['ID']['output'];
77670
+ status?: Maybe<Scalars['String']['output']>;
77671
+ };
77672
+ export declare type MarketplaceStoreDeleteReviewResponseInput = {
77673
+ appKey: Scalars['String']['input'];
77674
+ reviewId: Scalars['ID']['input'];
77675
+ };
77676
+ export declare type MarketplaceStoreDeleteReviewResponseResponse = {
77677
+ __typename?: 'MarketplaceStoreDeleteReviewResponseResponse';
77678
+ id: Scalars['ID']['output'];
77679
+ status?: Maybe<Scalars['String']['output']>;
77680
+ };
77532
77681
  export declare type MarketplaceStoreDeveloperSpace = {
77533
77682
  __typename?: 'MarketplaceStoreDeveloperSpace';
77534
77683
  name: Scalars['String']['output'];
@@ -77763,6 +77912,8 @@ export declare type MarketplaceStoreMutationApi = {
77763
77912
  __typename?: 'MarketplaceStoreMutationApi';
77764
77913
  createOrUpdateReview: MarketplaceStoreCreateOrUpdateReviewResponse;
77765
77914
  createOrUpdateReviewResponse: MarketplaceStoreCreateOrUpdateReviewResponseResponse;
77915
+ deleteReview: MarketplaceStoreDeleteReviewResponse;
77916
+ deleteReviewResponse: MarketplaceStoreDeleteReviewResponseResponse;
77766
77917
  installApp: MarketplaceStoreInstallAppResponse;
77767
77918
  updateReviewDownvote: MarketplaceStoreUpdateReviewVoteResponse;
77768
77919
  updateReviewFlag: MarketplaceStoreUpdateReviewFlagResponse;
@@ -77774,6 +77925,12 @@ export declare type MarketplaceStoreMutationApiCreateOrUpdateReviewArgs = {
77774
77925
  export declare type MarketplaceStoreMutationApiCreateOrUpdateReviewResponseArgs = {
77775
77926
  input: MarketplaceStoreCreateOrUpdateReviewResponseInput;
77776
77927
  };
77928
+ export declare type MarketplaceStoreMutationApiDeleteReviewArgs = {
77929
+ input: MarketplaceStoreDeleteReviewInput;
77930
+ };
77931
+ export declare type MarketplaceStoreMutationApiDeleteReviewResponseArgs = {
77932
+ input: MarketplaceStoreDeleteReviewResponseInput;
77933
+ };
77777
77934
  export declare type MarketplaceStoreMutationApiInstallAppArgs = {
77778
77935
  input: MarketplaceStoreInstallAppInput;
77779
77936
  };
@@ -78329,8 +78486,7 @@ export declare type MercuryChangeProposalComment = {
78329
78486
  createdBy?: Maybe<User>;
78330
78487
  createdDate: Scalars['String']['output'];
78331
78488
  id: Scalars['ID']['output'];
78332
- updatedBy?: Maybe<User>;
78333
- updatedDate?: Maybe<Scalars['String']['output']>;
78489
+ updatedDate: Scalars['String']['output'];
78334
78490
  };
78335
78491
  export declare type MercuryChangeProposalCommentConnection = {
78336
78492
  __typename?: 'MercuryChangeProposalCommentConnection';
@@ -79920,6 +80076,7 @@ export declare type MercuryStrategicEventComment = {
79920
80076
  createdBy?: Maybe<User>;
79921
80077
  createdDate: Scalars['String']['output'];
79922
80078
  id: Scalars['ID']['output'];
80079
+ updatedDate: Scalars['String']['output'];
79923
80080
  };
79924
80081
  export declare type MercuryStrategicEventCommentConnection = {
79925
80082
  __typename?: 'MercuryStrategicEventCommentConnection';
@@ -85683,6 +85840,7 @@ export declare type Query = {
85683
85840
  agentAI_contextPanel?: Maybe<AgentAiContextPanelResult>;
85684
85841
  agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
85685
85842
  agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
85843
+ agentStudio_getAgents?: Maybe<AgentStudioAgentsConnection>;
85686
85844
  agentStudio_suggestConversationStarters?: Maybe<AgentStudioSuggestConversationStartersResult>;
85687
85845
  aiCoreApi_vsaQuestionsByProject?: Maybe<AiCoreApiVsaQuestionsResult>;
85688
85846
  aiCoreApi_vsaReportingByProject?: Maybe<AiCoreApiVsaReportingResult>;
@@ -85970,6 +86128,7 @@ export declare type Query = {
85970
86128
  confluence_externalCollaboratorsByCriteria?: Maybe<ConfluencePersonConnection>;
85971
86129
  confluence_hasClearPermissionForSpace?: Maybe<Scalars['Boolean']['output']>;
85972
86130
  confluence_hasDivergedFromDefaultSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
86131
+ confluence_latestKnowledgeGraphObjectV2?: Maybe<KnowledgeGraphObjectResponseV2>;
85973
86132
  confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
85974
86133
  confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
85975
86134
  confluence_pdfExportDownloadLink?: Maybe<ConfluencePdfExportDownloadLink>;
@@ -86172,6 +86331,7 @@ export declare type Query = {
86172
86331
  jiraReleases?: Maybe<JiraReleases>;
86173
86332
  jiraServers?: Maybe<JiraServersResult>;
86174
86333
  jira_associatedFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
86334
+ jira_associatedFieldConfigSchemesCount?: Maybe<Scalars['Int']['output']>;
86175
86335
  jira_availableFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
86176
86336
  jira_boardView?: Maybe<JiraBoardView>;
86177
86337
  jira_categoryField?: Maybe<JiraJqlField>;
@@ -86356,6 +86516,8 @@ export declare type Query = {
86356
86516
  stalePages?: Maybe<PaginatedStalePagePayloadList>;
86357
86517
  suggest?: Maybe<QuerySuggestionApi>;
86358
86518
  suggestedSpaces?: Maybe<PaginatedSpaceList>;
86519
+ supportInquiry_channelsIdentityHash?: Maybe<Scalars['String']['output']>;
86520
+ supportInquiry_userContext?: Maybe<SupportInquiryUserContext>;
86359
86521
  team?: Maybe<TeamQuery>;
86360
86522
  teamCalendarSettings?: Maybe<TeamCalendarSettings>;
86361
86523
  teamLabels?: Maybe<PaginatedLabelList>;
@@ -86386,7 +86548,6 @@ export declare type Query = {
86386
86548
  user?: Maybe<User>;
86387
86549
  userAccessStatus?: Maybe<AccessStatus>;
86388
86550
  userCanCreateContent?: Maybe<Scalars['Boolean']['output']>;
86389
- userContext?: Maybe<SupportInquiryUserContext>;
86390
86551
  userDna?: Maybe<UserFingerprintQuery>;
86391
86552
  userGroupSearch?: Maybe<GraphQlUserAndGroupSearchResults>;
86392
86553
  userLocale?: Maybe<Scalars['String']['output']>;
@@ -86427,6 +86588,11 @@ export declare type QueryAgentAi_SummarizeIssueArgs = {
86427
86588
  export declare type QueryAgentStudio_AgentByIdArgs = {
86428
86589
  id: Scalars['ID']['input'];
86429
86590
  };
86591
+ export declare type QueryAgentStudio_GetAgentsArgs = {
86592
+ after?: InputMaybe<Scalars['String']['input']>;
86593
+ cloudId: Scalars['String']['input'];
86594
+ first?: InputMaybe<Scalars['Int']['input']>;
86595
+ };
86430
86596
  export declare type QueryAgentStudio_SuggestConversationStartersArgs = {
86431
86597
  cloudId: Scalars['String']['input'];
86432
86598
  input: AgentStudioSuggestConversationStartersInput;
@@ -87662,6 +87828,12 @@ export declare type QueryConfluence_HasDivergedFromDefaultSpacePermissionsArgs =
87662
87828
  cloudId: Scalars['ID']['input'];
87663
87829
  spaceKey: Scalars['String']['input'];
87664
87830
  };
87831
+ export declare type QueryConfluence_LatestKnowledgeGraphObjectV2Args = {
87832
+ cloudId: Scalars['String']['input'];
87833
+ contentId: Scalars['ID']['input'];
87834
+ contentType: KnowledgeGraphContentType;
87835
+ objectType: KnowledgeGraphObjectType;
87836
+ };
87665
87837
  export declare type QueryConfluence_MacrosByIdsArgs = {
87666
87838
  cloudId: Scalars['ID']['input'];
87667
87839
  contentId: Scalars['ID']['input'];
@@ -88469,6 +88641,10 @@ export declare type QueryJira_AssociatedFieldConfigSchemesArgs = {
88469
88641
  first?: InputMaybe<Scalars['Int']['input']>;
88470
88642
  input?: InputMaybe<JiraAssociatedFieldConfigSchemesInput>;
88471
88643
  };
88644
+ export declare type QueryJira_AssociatedFieldConfigSchemesCountArgs = {
88645
+ cloudId: Scalars['ID']['input'];
88646
+ fieldId: Scalars['ID']['input'];
88647
+ };
88472
88648
  export declare type QueryJira_AvailableFieldConfigSchemesArgs = {
88473
88649
  after?: InputMaybe<Scalars['String']['input']>;
88474
88650
  cloudId: Scalars['ID']['input'];
@@ -89532,10 +89708,14 @@ export declare enum RadarFilterOperators {
89532
89708
  Equals = "EQUALS",
89533
89709
  GreaterThan = "GREATER_THAN",
89534
89710
  GreaterThanOrEqual = "GREATER_THAN_OR_EQUAL",
89711
+ In = "IN",
89712
+ Is = "IS",
89713
+ IsNot = "IS_NOT",
89535
89714
  LessThan = "LESS_THAN",
89536
89715
  LessThanOrEqual = "LESS_THAN_OR_EQUAL",
89537
89716
  Like = "LIKE",
89538
89717
  NotEquals = "NOT_EQUALS",
89718
+ NotIn = "NOT_IN",
89539
89719
  NotLike = "NOT_LIKE"
89540
89720
  }
89541
89721
  export declare type RadarFilterOptions = {
@@ -99412,6 +99592,7 @@ export declare type TrelloPlannerCalendarConnectionUpdated = {
99412
99592
  export declare type TrelloPlannerCalendarDeleted = {
99413
99593
  __typename?: 'TrelloPlannerCalendarDeleted';
99414
99594
  id: Scalars['ID']['output'];
99595
+ objectId?: Maybe<Scalars['ID']['output']>;
99415
99596
  };
99416
99597
  export declare type TrelloPlannerCalendarEdge = {
99417
99598
  __typename?: 'TrelloPlannerCalendarEdge';
@@ -99454,7 +99635,9 @@ export declare type TrelloPlannerCalendarEventCard = Node & {
99454
99635
  __typename?: 'TrelloPlannerCalendarEventCard';
99455
99636
  card?: Maybe<TrelloCard>;
99456
99637
  cardId?: Maybe<Scalars['ID']['output']>;
99638
+ cardObjectId?: Maybe<Scalars['ID']['output']>;
99457
99639
  id: Scalars['ID']['output'];
99640
+ objectId?: Maybe<Scalars['ID']['output']>;
99458
99641
  position?: Maybe<Scalars['Float']['output']>;
99459
99642
  };
99460
99643
  export declare type TrelloPlannerCalendarEventCardConnection = {
@@ -99470,6 +99653,7 @@ export declare type TrelloPlannerCalendarEventCardConnectionUpdated = {
99470
99653
  export declare type TrelloPlannerCalendarEventCardDeleted = {
99471
99654
  __typename?: 'TrelloPlannerCalendarEventCardDeleted';
99472
99655
  id: Scalars['ID']['output'];
99656
+ objectId?: Maybe<Scalars['ID']['output']>;
99473
99657
  };
99474
99658
  export declare type TrelloPlannerCalendarEventCardEdge = {
99475
99659
  __typename?: 'TrelloPlannerCalendarEventCardEdge';
@@ -99485,7 +99669,9 @@ export declare type TrelloPlannerCalendarEventCardUpdated = {
99485
99669
  boardId?: Maybe<Scalars['ID']['output']>;
99486
99670
  card?: Maybe<TrelloPlannerCardUpdated>;
99487
99671
  cardId?: Maybe<Scalars['ID']['output']>;
99672
+ cardObjectId?: Maybe<Scalars['ID']['output']>;
99488
99673
  id: Scalars['ID']['output'];
99674
+ objectId?: Maybe<Scalars['ID']['output']>;
99489
99675
  position?: Maybe<Scalars['Float']['output']>;
99490
99676
  };
99491
99677
  export declare type TrelloPlannerCalendarEventConferencing = {
@@ -99588,16 +99774,19 @@ export declare type TrelloPlannerCalendarUpdatedEventsArgs = {
99588
99774
  export declare type TrelloPlannerCardBoardUpdated = {
99589
99775
  __typename?: 'TrelloPlannerCardBoardUpdated';
99590
99776
  id: Scalars['ID']['output'];
99777
+ objectId?: Maybe<Scalars['ID']['output']>;
99591
99778
  };
99592
99779
  export declare type TrelloPlannerCardListUpdated = {
99593
99780
  __typename?: 'TrelloPlannerCardListUpdated';
99594
99781
  board?: Maybe<TrelloPlannerCardBoardUpdated>;
99595
99782
  id: Scalars['ID']['output'];
99783
+ objectId?: Maybe<Scalars['ID']['output']>;
99596
99784
  };
99597
99785
  export declare type TrelloPlannerCardUpdated = {
99598
99786
  __typename?: 'TrelloPlannerCardUpdated';
99599
99787
  id: Scalars['ID']['output'];
99600
99788
  list?: Maybe<TrelloPlannerCardListUpdated>;
99789
+ objectId?: Maybe<Scalars['ID']['output']>;
99601
99790
  };
99602
99791
  export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
99603
99792
  __typename?: 'TrelloPlannerProviderCalendar';