@forge/cli-shared 4.2.0-next.0 → 4.2.0-next.1-experimental-a59129c

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.
@@ -7041,6 +7041,7 @@ export declare type ContentPlatformAnchorContentSearchConnection = {
7041
7041
  export declare type ContentPlatformAnchorHeadline = {
7042
7042
  __typename?: 'ContentPlatformAnchorHeadline';
7043
7043
  anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
7044
+ animatedTour?: Maybe<ContentPlatformAnimatedTour>;
7044
7045
  createdAt?: Maybe<Scalars['String']['output']>;
7045
7046
  id: Scalars['String']['output'];
7046
7047
  name?: Maybe<Scalars['String']['output']>;
@@ -7089,6 +7090,23 @@ export declare type ContentPlatformAnchorSocialProof = {
7089
7090
  product?: Maybe<Array<ContentPlatformProduct>>;
7090
7091
  updatedAt?: Maybe<Scalars['String']['output']>;
7091
7092
  };
7093
+ export declare type ContentPlatformAnimatedTour = {
7094
+ __typename?: 'ContentPlatformAnimatedTour';
7095
+ cardOverride?: Maybe<ContentPlatformAnimatedTourCard>;
7096
+ createdAt?: Maybe<Scalars['String']['output']>;
7097
+ doneCardsOverride?: Maybe<Array<ContentPlatformAnimatedTourCard>>;
7098
+ inProgressCardsOverride?: Maybe<Array<ContentPlatformAnimatedTourCard>>;
7099
+ updatedAt?: Maybe<Scalars['String']['output']>;
7100
+ };
7101
+ export declare type ContentPlatformAnimatedTourCard = {
7102
+ __typename?: 'ContentPlatformAnimatedTourCard';
7103
+ createdAt?: Maybe<Scalars['String']['output']>;
7104
+ epicName?: Maybe<Scalars['String']['output']>;
7105
+ issueTypeName?: Maybe<Scalars['String']['output']>;
7106
+ priority?: Maybe<Scalars['String']['output']>;
7107
+ summary: Scalars['String']['output'];
7108
+ updatedAt?: Maybe<Scalars['String']['output']>;
7109
+ };
7092
7110
  export declare type ContentPlatformAnyContext = ContentPlatformContextApp | ContentPlatformContextProduct | ContentPlatformContextTheme;
7093
7111
  export declare type ContentPlatformAssetComponent = {
7094
7112
  __typename?: 'ContentPlatformAssetComponent';
@@ -9205,7 +9223,7 @@ export declare type CustomerServiceUpdateCustomDetailValuePayload = Payload & {
9205
9223
  };
9206
9224
  export declare type CustomerServiceUserDetailValue = {
9207
9225
  __typename?: 'CustomerServiceUserDetailValue';
9208
- accountId: Scalars['ID']['output'];
9226
+ accountId?: Maybe<Scalars['ID']['output']>;
9209
9227
  avatarUrl?: Maybe<Scalars['String']['output']>;
9210
9228
  name?: Maybe<Scalars['String']['output']>;
9211
9229
  };
@@ -9608,6 +9626,7 @@ export declare type DetachEventSourcePayload = Payload & {
9608
9626
  export declare type DevAi = {
9609
9627
  __typename?: 'DevAi';
9610
9628
  autofixConfigurations?: Maybe<DevAiAutofixConfigurationConnection>;
9629
+ getSupportedRepos?: Maybe<Array<Maybe<Scalars['URL']['output']>>>;
9611
9630
  };
9612
9631
  export declare type DevAiAutofixConfigurationsArgs = {
9613
9632
  after?: InputMaybe<Scalars['String']['input']>;
@@ -9617,6 +9636,10 @@ export declare type DevAiAutofixConfigurationsArgs = {
9617
9636
  repositoryUrls: Array<Scalars['URL']['input']>;
9618
9637
  workspaceId: Scalars['ID']['input'];
9619
9638
  };
9639
+ export declare type DevAiGetSupportedReposArgs = {
9640
+ repoUrls?: InputMaybe<Array<Scalars['URL']['input']>>;
9641
+ workspaceId: Scalars['ID']['input'];
9642
+ };
9620
9643
  export declare type DevAiAutofixConfiguration = {
9621
9644
  __typename?: 'DevAiAutofixConfiguration';
9622
9645
  canEdit?: Maybe<Scalars['Boolean']['output']>;
@@ -9713,7 +9736,9 @@ export declare type DevOps = {
9713
9736
  providers?: Maybe<DevOpsProviders>;
9714
9737
  providersByDomain?: Maybe<Array<Maybe<DevOpsDataProvider>>>;
9715
9738
  providersByIds?: Maybe<Array<Maybe<DevOpsDataProvider>>>;
9739
+ summarisedBuildsByAgsIssues?: Maybe<Array<Maybe<DevOpsSummarisedBuilds>>>;
9716
9740
  summarisedDeployments?: Maybe<Array<Maybe<DevOpsSummarisedDeployments>>>;
9741
+ summarisedDeploymentsByAgsIssues?: Maybe<Array<Maybe<DevOpsSummarisedDeployments>>>;
9717
9742
  summarisedEntities?: Maybe<Array<Maybe<DevOpsSummarisedEntities>>>;
9718
9743
  toolchain?: Maybe<Toolchain>;
9719
9744
  };
@@ -9743,9 +9768,15 @@ export declare type DevOpsProvidersByIdsArgs = {
9743
9768
  providerIds?: InputMaybe<Array<Scalars['String']['input']>>;
9744
9769
  providerTypes?: InputMaybe<Array<DevOpsProviderType>>;
9745
9770
  };
9771
+ export declare type DevOpsSummarisedBuildsByAgsIssuesArgs = {
9772
+ ids: Array<Scalars['ID']['input']>;
9773
+ };
9746
9774
  export declare type DevOpsSummarisedDeploymentsArgs = {
9747
9775
  ids: Array<Scalars['ID']['input']>;
9748
9776
  };
9777
+ export declare type DevOpsSummarisedDeploymentsByAgsIssuesArgs = {
9778
+ ids: Array<Scalars['ID']['input']>;
9779
+ };
9749
9780
  export declare type DevOpsSummarisedEntitiesArgs = {
9750
9781
  ids: Array<Scalars['ID']['input']>;
9751
9782
  };
@@ -9782,6 +9813,7 @@ export declare type DevOpsBuildProvider = DevOpsDataProvider & {
9782
9813
  id: Scalars['ID']['output'];
9783
9814
  logoUrl?: Maybe<Scalars['URL']['output']>;
9784
9815
  name?: Maybe<Scalars['String']['output']>;
9816
+ namespace?: Maybe<DevOpsProviderNamespace>;
9785
9817
  providerType?: Maybe<DevOpsProviderType>;
9786
9818
  supportedActions?: Maybe<DevOpsSupportedActions>;
9787
9819
  };
@@ -9831,6 +9863,7 @@ export declare type DevOpsComponentsProvider = DevOpsDataProvider & {
9831
9863
  linkedContainers?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
9832
9864
  logoUrl?: Maybe<Scalars['URL']['output']>;
9833
9865
  name?: Maybe<Scalars['String']['output']>;
9866
+ namespace?: Maybe<DevOpsProviderNamespace>;
9834
9867
  providerType?: Maybe<DevOpsProviderType>;
9835
9868
  supportedActions?: Maybe<DevOpsSupportedActions>;
9836
9869
  };
@@ -9854,6 +9887,7 @@ export declare type DevOpsDataProvider = {
9854
9887
  id: Scalars['ID']['output'];
9855
9888
  logoUrl?: Maybe<Scalars['URL']['output']>;
9856
9889
  name?: Maybe<Scalars['String']['output']>;
9890
+ namespace?: Maybe<DevOpsProviderNamespace>;
9857
9891
  providerType?: Maybe<DevOpsProviderType>;
9858
9892
  supportedActions?: Maybe<DevOpsSupportedActions>;
9859
9893
  };
@@ -9869,6 +9903,7 @@ export declare type DevOpsDeploymentProvider = DevOpsDataProvider & {
9869
9903
  id: Scalars['ID']['output'];
9870
9904
  logoUrl?: Maybe<Scalars['URL']['output']>;
9871
9905
  name?: Maybe<Scalars['String']['output']>;
9906
+ namespace?: Maybe<DevOpsProviderNamespace>;
9872
9907
  providerType?: Maybe<DevOpsProviderType>;
9873
9908
  supportedActions?: Maybe<DevOpsSupportedActions>;
9874
9909
  };
@@ -9907,6 +9942,7 @@ export declare type DevOpsDesignProvider = DevOpsDataProvider & {
9907
9942
  id: Scalars['ID']['output'];
9908
9943
  logoUrl?: Maybe<Scalars['URL']['output']>;
9909
9944
  name?: Maybe<Scalars['String']['output']>;
9945
+ namespace?: Maybe<DevOpsProviderNamespace>;
9910
9946
  providerType?: Maybe<DevOpsProviderType>;
9911
9947
  supportedActions?: Maybe<DevOpsSupportedActions>;
9912
9948
  };
@@ -9935,6 +9971,7 @@ export declare type DevOpsDevInfoProvider = DevOpsDataProvider & {
9935
9971
  id: Scalars['ID']['output'];
9936
9972
  logoUrl?: Maybe<Scalars['URL']['output']>;
9937
9973
  name?: Maybe<Scalars['String']['output']>;
9974
+ namespace?: Maybe<DevOpsProviderNamespace>;
9938
9975
  providerType?: Maybe<DevOpsProviderType>;
9939
9976
  supportedActions?: Maybe<DevOpsSupportedActions>;
9940
9977
  workspaces?: Maybe<ToolchainWorkspaceConnection>;
@@ -10000,6 +10037,7 @@ export declare type DevOpsDocumentationProvider = DevOpsDataProvider & {
10000
10037
  linkedContainers?: Maybe<AriGraphRelationshipConnection>;
10001
10038
  logoUrl?: Maybe<Scalars['URL']['output']>;
10002
10039
  name?: Maybe<Scalars['String']['output']>;
10040
+ namespace?: Maybe<DevOpsProviderNamespace>;
10003
10041
  providerType?: Maybe<DevOpsProviderType>;
10004
10042
  supportedActions?: Maybe<DevOpsSupportedActions>;
10005
10043
  };
@@ -10092,6 +10130,7 @@ export declare type DevOpsFeatureFlagProvider = DevOpsDataProvider & {
10092
10130
  id: Scalars['ID']['output'];
10093
10131
  logoUrl?: Maybe<Scalars['URL']['output']>;
10094
10132
  name?: Maybe<Scalars['String']['output']>;
10133
+ namespace?: Maybe<DevOpsProviderNamespace>;
10095
10134
  providerType?: Maybe<DevOpsProviderType>;
10096
10135
  supportedActions?: Maybe<DevOpsSupportedActions>;
10097
10136
  };
@@ -10375,6 +10414,7 @@ export declare type DevOpsOperationsProvider = DevOpsDataProvider & {
10375
10414
  linkedContainers?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
10376
10415
  logoUrl?: Maybe<Scalars['URL']['output']>;
10377
10416
  name?: Maybe<Scalars['String']['output']>;
10417
+ namespace?: Maybe<DevOpsProviderNamespace>;
10378
10418
  providerType?: Maybe<DevOpsProviderType>;
10379
10419
  supportedActions?: Maybe<DevOpsSupportedActions>;
10380
10420
  };
@@ -10403,6 +10443,12 @@ export declare type DevOpsProviderLinks = {
10403
10443
  home?: Maybe<Scalars['URL']['output']>;
10404
10444
  listDeploymentsTemplate?: Maybe<Scalars['URL']['output']>;
10405
10445
  };
10446
+ export declare enum DevOpsProviderNamespace {
10447
+ Asap = "ASAP",
10448
+ Classic = "CLASSIC",
10449
+ Forge = "FORGE",
10450
+ Oauth = "OAUTH"
10451
+ }
10406
10452
  export declare enum DevOpsProviderType {
10407
10453
  Build = "BUILD",
10408
10454
  Deployment = "DEPLOYMENT",
@@ -10482,6 +10528,7 @@ export declare type DevOpsRemoteLinksProvider = DevOpsDataProvider & {
10482
10528
  id: Scalars['ID']['output'];
10483
10529
  logoUrl?: Maybe<Scalars['URL']['output']>;
10484
10530
  name?: Maybe<Scalars['String']['output']>;
10531
+ namespace?: Maybe<DevOpsProviderNamespace>;
10485
10532
  providerType?: Maybe<DevOpsProviderType>;
10486
10533
  supportedActions?: Maybe<DevOpsSupportedActions>;
10487
10534
  };
@@ -10520,6 +10567,7 @@ export declare type DevOpsSecurityProvider = DevOpsDataProvider & {
10520
10567
  linkedWorkspaces?: Maybe<AriGraphRelationshipConnection>;
10521
10568
  logoUrl?: Maybe<Scalars['URL']['output']>;
10522
10569
  name?: Maybe<Scalars['String']['output']>;
10570
+ namespace?: Maybe<DevOpsProviderNamespace>;
10523
10571
  providerType?: Maybe<DevOpsProviderType>;
10524
10572
  supportedActions?: Maybe<DevOpsSupportedActions>;
10525
10573
  workspaces?: Maybe<ToolchainWorkspaceConnection>;
@@ -10845,6 +10893,7 @@ export declare type DevOpsSummarisedBuilds = {
10845
10893
  __typename?: 'DevOpsSummarisedBuilds';
10846
10894
  buildStates?: Maybe<Array<Maybe<DevOpsSummarisedBuildState>>>;
10847
10895
  count?: Maybe<Scalars['Int']['output']>;
10896
+ id: Scalars['ID']['output'];
10848
10897
  lastUpdated?: Maybe<Scalars['DateTime']['output']>;
10849
10898
  mostRelevantCount?: Maybe<Scalars['Int']['output']>;
10850
10899
  singleClickUrl?: Maybe<Scalars['URL']['output']>;
@@ -10856,6 +10905,7 @@ export declare type DevOpsSummarisedDeployments = {
10856
10905
  deploymentEnvironment?: Maybe<DevOpsEnvironment>;
10857
10906
  deploymentState?: Maybe<DeploymentState>;
10858
10907
  entityId: Scalars['ID']['output'];
10908
+ id: Scalars['ID']['output'];
10859
10909
  lastUpdated?: Maybe<Scalars['DateTime']['output']>;
10860
10910
  mostRelevantCount?: Maybe<Scalars['Int']['output']>;
10861
10911
  mostRelevantLastUpdated?: Maybe<Scalars['DateTime']['output']>;
@@ -26296,8 +26346,8 @@ export declare type HelpCenterQueryApiMediaConfigArgs = {
26296
26346
  export declare type HelpCenterQueryResult = HelpCenter | QueryError;
26297
26347
  export declare type HelpCenterQueryResultConnection = {
26298
26348
  __typename?: 'HelpCenterQueryResultConnection';
26299
- edges?: Maybe<Array<Maybe<HelpCenterQueryResultEdge>>>;
26300
- nodes?: Maybe<Array<Maybe<HelpCenterQueryResult>>>;
26349
+ edges?: Maybe<Array<HelpCenterQueryResultEdge>>;
26350
+ nodes?: Maybe<Array<HelpCenterQueryResult>>;
26301
26351
  pageInfo: PageInfo;
26302
26352
  };
26303
26353
  export declare type HelpCenterQueryResultEdge = {
@@ -27343,9 +27393,15 @@ export declare type InfluentsNotificationEntityModel = {
27343
27393
  };
27344
27394
  export declare type InfluentsNotificationFeedConnection = {
27345
27395
  __typename?: 'InfluentsNotificationFeedConnection';
27396
+ edges: Array<InfluentsNotificationFeedEdge>;
27346
27397
  nodes: Array<InfluentsNotificationHeadItem>;
27347
27398
  pageInfo: InfluentsNotificationPageInfo;
27348
27399
  };
27400
+ export declare type InfluentsNotificationFeedEdge = {
27401
+ __typename?: 'InfluentsNotificationFeedEdge';
27402
+ cursor?: Maybe<Scalars['String']['output']>;
27403
+ node: InfluentsNotificationHeadItem;
27404
+ };
27349
27405
  export declare type InfluentsNotificationFilter = {
27350
27406
  categoryFilter?: InputMaybe<InfluentsNotificationCategory>;
27351
27407
  productFilter?: InputMaybe<Scalars['String']['input']>;
@@ -27354,9 +27410,15 @@ export declare type InfluentsNotificationFilter = {
27354
27410
  };
27355
27411
  export declare type InfluentsNotificationGroupConnection = {
27356
27412
  __typename?: 'InfluentsNotificationGroupConnection';
27413
+ edges: Array<InfluentsNotificationGroupEdge>;
27357
27414
  nodes: Array<InfluentsNotificationItem>;
27358
27415
  pageInfo: InfluentsNotificationPageInfo;
27359
27416
  };
27417
+ export declare type InfluentsNotificationGroupEdge = {
27418
+ __typename?: 'InfluentsNotificationGroupEdge';
27419
+ cursor?: Maybe<Scalars['String']['output']>;
27420
+ node: InfluentsNotificationItem;
27421
+ };
27360
27422
  export declare type InfluentsNotificationHeadItem = {
27361
27423
  __typename?: 'InfluentsNotificationHeadItem';
27362
27424
  additionalActors: Array<InfluentsNotificationActor>;
@@ -27495,6 +27557,7 @@ export declare type Insights = {
27495
27557
  };
27496
27558
  export declare type InsightsGithubOnboardingDetailsArgs = {
27497
27559
  cloudId: Scalars['ID']['input'];
27560
+ projectAri?: InputMaybe<Scalars['ID']['input']>;
27498
27561
  };
27499
27562
  export declare type InsightsNextBestTasksByContextAriArgs = {
27500
27563
  contextAri: InsightsContextAri;
@@ -29070,6 +29133,13 @@ export declare type JiraBulkTransitionScreenInput = {
29070
29133
  issueIds: Array<Scalars['ID']['input']>;
29071
29134
  transitionId: Scalars['Long']['input'];
29072
29135
  };
29136
+ export declare type JiraBulkTransitionScreenLayout = Node & {
29137
+ __typename?: 'JiraBulkTransitionScreenLayout';
29138
+ content?: Maybe<JiraScreenTabLayout>;
29139
+ id: Scalars['ID']['output'];
29140
+ issues: Array<JiraIssue>;
29141
+ transition: JiraTransition;
29142
+ };
29073
29143
  export declare type JiraBulkTransitionScreenResponse = {
29074
29144
  __typename?: 'JiraBulkTransitionScreenResponse';
29075
29145
  bulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenConnection>;
@@ -29114,6 +29184,7 @@ export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
29114
29184
  export declare type JiraCalendar = {
29115
29185
  __typename?: 'JiraCalendar';
29116
29186
  issues?: Maybe<JiraIssueConnection>;
29187
+ projects?: Maybe<JiraProjectConnection>;
29117
29188
  sprints?: Maybe<JiraSprintConnection>;
29118
29189
  unscheduledIssues?: Maybe<JiraIssueConnection>;
29119
29190
  versions?: Maybe<JiraVersionConnection>;
@@ -29125,6 +29196,12 @@ export declare type JiraCalendarIssuesArgs = {
29125
29196
  input?: InputMaybe<JiraCalendarIssuesInput>;
29126
29197
  last?: InputMaybe<Scalars['Int']['input']>;
29127
29198
  };
29199
+ export declare type JiraCalendarProjectsArgs = {
29200
+ after?: InputMaybe<Scalars['String']['input']>;
29201
+ before?: InputMaybe<Scalars['String']['input']>;
29202
+ first?: InputMaybe<Scalars['Int']['input']>;
29203
+ last?: InputMaybe<Scalars['Int']['input']>;
29204
+ };
29128
29205
  export declare type JiraCalendarSprintsArgs = {
29129
29206
  after?: InputMaybe<Scalars['String']['input']>;
29130
29207
  before?: InputMaybe<Scalars['String']['input']>;
@@ -30017,6 +30094,12 @@ export declare type JiraCreateApproverListFieldPayload = Payload & {
30017
30094
  fieldId?: Maybe<Scalars['String']['output']>;
30018
30095
  success: Scalars['Boolean']['output'];
30019
30096
  };
30097
+ export declare type JiraCreateCalendarIssuePayload = Payload & {
30098
+ __typename?: 'JiraCreateCalendarIssuePayload';
30099
+ errors?: Maybe<Array<MutationError>>;
30100
+ issue?: Maybe<JiraIssue>;
30101
+ success: Scalars['Boolean']['output'];
30102
+ };
30020
30103
  export declare type JiraCreateCustomFilterInput = {
30021
30104
  description?: InputMaybe<Scalars['String']['input']>;
30022
30105
  editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
@@ -33582,6 +33665,7 @@ export declare type JiraMutation = {
33582
33665
  createAgileReleaseTrain?: Maybe<JiraCreateAgileReleaseTrainPayload>;
33583
33666
  createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
33584
33667
  createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
33668
+ createCalendarIssue?: Maybe<JiraCreateCalendarIssuePayload>;
33585
33669
  createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
33586
33670
  createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
33587
33671
  createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
@@ -33671,6 +33755,7 @@ export declare type JiraMutation = {
33671
33755
  updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
33672
33756
  updateNumberField?: Maybe<JiraNumberFieldPayload>;
33673
33757
  updateParentField?: Maybe<JiraParentFieldPayload>;
33758
+ updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
33674
33759
  updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
33675
33760
  updateProjectField?: Maybe<JiraProjectFieldPayload>;
33676
33761
  updateProjectNotificationPreferences?: Maybe<JiraUpdateProjectNotificationPreferencesPayload>;
@@ -33739,6 +33824,14 @@ export declare type JiraMutationCreateApproverListFieldArgs = {
33739
33824
  cloudId: Scalars['ID']['input'];
33740
33825
  input: JiraCreateApproverListFieldInput;
33741
33826
  };
33827
+ export declare type JiraMutationCreateCalendarIssueArgs = {
33828
+ configuration: JiraCalendarViewConfigurationInput;
33829
+ endDateInput?: InputMaybe<Scalars['DateTime']['input']>;
33830
+ issueTypeId: Scalars['ID']['input'];
33831
+ scope?: InputMaybe<JiraViewScopeInput>;
33832
+ startDateInput?: InputMaybe<Scalars['DateTime']['input']>;
33833
+ summary?: InputMaybe<Scalars['String']['input']>;
33834
+ };
33742
33835
  export declare type JiraMutationCreateIssueLinksArgs = {
33743
33836
  cloudId: Scalars['ID']['input'];
33744
33837
  input: JiraBulkCreateIssueLinksInput;
@@ -34018,6 +34111,9 @@ export declare type JiraMutationUpdateNumberFieldArgs = {
34018
34111
  export declare type JiraMutationUpdateParentFieldArgs = {
34019
34112
  input: JiraUpdateParentFieldInput;
34020
34113
  };
34114
+ export declare type JiraMutationUpdatePeopleFieldArgs = {
34115
+ input: JiraUpdatePeopleFieldInput;
34116
+ };
34021
34117
  export declare type JiraMutationUpdatePriorityFieldArgs = {
34022
34118
  input: JiraUpdatePriorityFieldInput;
34023
34119
  };
@@ -34677,6 +34773,7 @@ export declare type JiraPeopleFieldSelectedUsersConnectionArgs = {
34677
34773
  export declare type JiraPeopleFieldUsersArgs = {
34678
34774
  after?: InputMaybe<Scalars['String']['input']>;
34679
34775
  before?: InputMaybe<Scalars['String']['input']>;
34776
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
34680
34777
  first?: InputMaybe<Scalars['Int']['input']>;
34681
34778
  last?: InputMaybe<Scalars['Int']['input']>;
34682
34779
  searchBy?: InputMaybe<Scalars['String']['input']>;
@@ -35695,6 +35792,7 @@ export declare type JiraQuery = {
35695
35792
  issueSearchViewByNamespaceAndViewId?: Maybe<JiraIssueSearchView>;
35696
35793
  issuesByKey?: Maybe<Array<Maybe<JiraIssue>>>;
35697
35794
  jiraBulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenResponse>;
35795
+ jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
35698
35796
  jiraCalendar?: Maybe<JiraCalendar>;
35699
35797
  jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
35700
35798
  jiraProject?: Maybe<JiraProject>;
@@ -36080,6 +36178,10 @@ export declare type JiraQueryIssuesByKeyArgs = {
36080
36178
  export declare type JiraQueryJiraBulkTransitionsScreenArgs = {
36081
36179
  input: Array<JiraBulkTransitionScreenInput>;
36082
36180
  };
36181
+ export declare type JiraQueryJiraBulkTransitionsScreenDetailsArgs = {
36182
+ issueIds: Array<Scalars['ID']['input']>;
36183
+ transitionId: Scalars['Int']['input'];
36184
+ };
36083
36185
  export declare type JiraQueryJiraCalendarArgs = {
36084
36186
  configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
36085
36187
  scope?: InputMaybe<JiraViewScopeInput>;
@@ -39456,8 +39558,9 @@ export declare type JiraUserMetadata = {
39456
39558
  info?: Maybe<User>;
39457
39559
  status?: Maybe<JiraProjectRoleActorUserStatus>;
39458
39560
  };
39459
- export declare type JiraUserNavigationConfiguration = {
39561
+ export declare type JiraUserNavigationConfiguration = Node & {
39460
39562
  __typename?: 'JiraUserNavigationConfiguration';
39563
+ id: Scalars['ID']['output'];
39461
39564
  navItems: Array<JiraConfigurableNavigationItem>;
39462
39565
  navKey: Scalars['String']['output'];
39463
39566
  };
@@ -40608,8 +40711,7 @@ export declare type JsmChatChannelRequestTypeMapping = {
40608
40711
  channelUrl?: Maybe<Scalars['String']['output']>;
40609
40712
  isPrivate?: Maybe<Scalars['Boolean']['output']>;
40610
40713
  projectId?: Maybe<Scalars['String']['output']>;
40611
- requestTypeId?: Maybe<Scalars['String']['output']>;
40612
- requestTypeName?: Maybe<Scalars['String']['output']>;
40714
+ requestTypes?: Maybe<Array<Maybe<JsmChatRequestTypesMappedResponse>>>;
40613
40715
  settings?: Maybe<JsmChatChannelSettings>;
40614
40716
  };
40615
40717
  export declare type JsmChatChannelSettings = {
@@ -40623,12 +40725,11 @@ export declare enum JsmChatChannelType {
40623
40725
  Request = "REQUEST"
40624
40726
  }
40625
40727
  export declare type JsmChatCreateChannelInput = {
40626
- aaid: Scalars['String']['input'];
40627
40728
  channelName: Scalars['String']['input'];
40628
40729
  channelType: JsmChatChannelType;
40629
- isVirtualAgent?: InputMaybe<Scalars['Boolean']['input']>;
40730
+ isVirtualAgentChannel?: InputMaybe<Scalars['Boolean']['input']>;
40630
40731
  isVirtualAgentTestChannel?: InputMaybe<Scalars['Boolean']['input']>;
40631
- requestTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
40732
+ requestTypeIds: Array<Scalars['String']['input']>;
40632
40733
  };
40633
40734
  export declare type JsmChatCreateChannelOutput = {
40634
40735
  __typename?: 'JsmChatCreateChannelOutput';
@@ -40636,9 +40737,9 @@ export declare type JsmChatCreateChannelOutput = {
40636
40737
  status: Scalars['Boolean']['output'];
40637
40738
  };
40638
40739
  export declare type JsmChatCreateCommentInput = {
40639
- jiraIssueAri: Scalars['ID']['input'];
40640
- message: Scalars['String']['input'];
40641
- messageSource: Scalars['String']['input'];
40740
+ message: Scalars['JSON']['input'];
40741
+ messageSource: JsmChatMessageSource;
40742
+ messageType: JsmChatMessageType;
40642
40743
  };
40643
40744
  export declare type JsmChatCreateCommentOutput = {
40644
40745
  __typename?: 'JsmChatCreateCommentOutput';
@@ -40669,6 +40770,12 @@ export declare type JsmChatInitializeNativeConfigResponse = {
40669
40770
  __typename?: 'JsmChatInitializeNativeConfigResponse';
40670
40771
  nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
40671
40772
  };
40773
+ export declare enum JsmChatMessageSource {
40774
+ Email = "EMAIL"
40775
+ }
40776
+ export declare enum JsmChatMessageType {
40777
+ Adf = "ADF"
40778
+ }
40672
40779
  export declare type JsmChatMutation = {
40673
40780
  __typename?: 'JsmChatMutation';
40674
40781
  createChannel: JsmChatCreateChannelOutput;
@@ -40683,6 +40790,8 @@ export declare type JsmChatMutationCreateChannelArgs = {
40683
40790
  };
40684
40791
  export declare type JsmChatMutationCreateCommentArgs = {
40685
40792
  input: JsmChatCreateCommentInput;
40793
+ jiraIssueAri: Scalars['ID']['input'];
40794
+ workspaceAri: Scalars['ID']['input'];
40686
40795
  };
40687
40796
  export declare type JsmChatMutationDisconnectJiraProjectArgs = {
40688
40797
  input: JsmChatDisconnectJiraProjectInput;
@@ -40728,10 +40837,16 @@ export declare type JsmChatQueryInitializeConfigArgs = {
40728
40837
  export declare type JsmChatQueryInitializeNativeConfigArgs = {
40729
40838
  jiraProjectAri: Scalars['ID']['input'];
40730
40839
  };
40840
+ export declare type JsmChatRequestTypesMappedResponse = {
40841
+ __typename?: 'JsmChatRequestTypesMappedResponse';
40842
+ requestTypeId?: Maybe<Scalars['String']['output']>;
40843
+ requestTypeName?: Maybe<Scalars['String']['output']>;
40844
+ };
40731
40845
  export declare type JsmChatSlackConfig = {
40732
40846
  __typename?: 'JsmChatSlackConfig';
40733
40847
  botUserId?: Maybe<Scalars['String']['output']>;
40734
40848
  channelRequestTypeMapping: Array<JsmChatChannelRequestTypeMapping>;
40849
+ projectKey?: Maybe<Scalars['String']['output']>;
40735
40850
  projectSettings?: Maybe<JsmChatProjectSettingsSlack>;
40736
40851
  siteId: Scalars['ID']['output'];
40737
40852
  slackTeamDomain?: Maybe<Scalars['String']['output']>;
@@ -40785,7 +40900,64 @@ export declare type JswQuery = {
40785
40900
  export declare type JswQueryBoardScopeArgs = {
40786
40901
  boardId: Scalars['ID']['input'];
40787
40902
  };
40903
+ export declare type KnowledgeBaseMutationApi = {
40904
+ __typename?: 'KnowledgeBaseMutationApi';
40905
+ linkKnowledgeBaseSource?: Maybe<KnowledgeBaseMutationResponse>;
40906
+ unlinkKnowledgeBaseSource?: Maybe<KnowledgeBaseMutationResponse>;
40907
+ };
40908
+ export declare type KnowledgeBaseMutationApiLinkKnowledgeBaseSourceArgs = {
40909
+ container: Scalars['ID']['input'];
40910
+ url: Scalars['String']['input'];
40911
+ };
40912
+ export declare type KnowledgeBaseMutationApiUnlinkKnowledgeBaseSourceArgs = {
40913
+ id: Scalars['ID']['input'];
40914
+ };
40915
+ export declare type KnowledgeBaseMutationResponse = {
40916
+ __typename?: 'KnowledgeBaseMutationResponse';
40917
+ mutationError: MutationError;
40918
+ success: Scalars['Boolean']['output'];
40919
+ };
40920
+ export declare type KnowledgeBaseQueryApi = {
40921
+ __typename?: 'KnowledgeBaseQueryApi';
40922
+ knowledgeBase?: Maybe<KnowledgeBaseResponse>;
40923
+ };
40924
+ export declare type KnowledgeBaseQueryApiKnowledgeBaseArgs = {
40925
+ after?: InputMaybe<Scalars['String']['input']>;
40926
+ container: Scalars['ID']['input'];
40927
+ first?: InputMaybe<Scalars['Int']['input']>;
40928
+ };
40929
+ export declare type KnowledgeBaseResponse = KnowledgeBaseSources | QueryError;
40930
+ export declare type KnowledgeBaseSource = {
40931
+ __typename?: 'KnowledgeBaseSource';
40932
+ containerAri: Scalars['ID']['output'];
40933
+ entityReference: Scalars['String']['output'];
40934
+ id: Scalars['ID']['output'];
40935
+ name: Scalars['String']['output'];
40936
+ url: Scalars['String']['output'];
40937
+ };
40938
+ export declare type KnowledgeBaseSourceEdge = {
40939
+ __typename?: 'KnowledgeBaseSourceEdge';
40940
+ cursor?: Maybe<Scalars['String']['output']>;
40941
+ node: KnowledgeBaseSource;
40942
+ };
40943
+ export declare type KnowledgeBaseSources = {
40944
+ __typename?: 'KnowledgeBaseSources';
40945
+ edge: Array<Maybe<KnowledgeBaseSourceEdge>>;
40946
+ totalCount: Scalars['Int']['output'];
40947
+ };
40948
+ export declare type KnowledgeDiscoveryConfluenceBlogpost = KnowledgeDiscoveryEntity & {
40949
+ __typename?: 'KnowledgeDiscoveryConfluenceBlogpost';
40950
+ id: Scalars['ID']['output'];
40951
+ };
40788
40952
  export declare type KnowledgeDiscoveryConfluenceEntity = ConfluenceBlogPost | ConfluencePage;
40953
+ export declare type KnowledgeDiscoveryConfluencePage = KnowledgeDiscoveryEntity & {
40954
+ __typename?: 'KnowledgeDiscoveryConfluencePage';
40955
+ id: Scalars['ID']['output'];
40956
+ };
40957
+ export declare type KnowledgeDiscoveryConfluenceSpace = KnowledgeDiscoveryEntity & {
40958
+ __typename?: 'KnowledgeDiscoveryConfluenceSpace';
40959
+ id: Scalars['ID']['output'];
40960
+ };
40789
40961
  export declare type KnowledgeDiscoveryCreateDefinitionInput = {
40790
40962
  definition: Scalars['String']['input'];
40791
40963
  keyPhrase: Scalars['String']['input'];
@@ -40828,6 +41000,10 @@ export declare enum KnowledgeDiscoveryEntityType {
40828
41000
  Topic = "TOPIC",
40829
41001
  User = "USER"
40830
41002
  }
41003
+ export declare type KnowledgeDiscoveryJiraProject = KnowledgeDiscoveryEntity & {
41004
+ __typename?: 'KnowledgeDiscoveryJiraProject';
41005
+ id: Scalars['ID']['output'];
41006
+ };
40831
41007
  export declare type KnowledgeDiscoveryKeyPhrase = {
40832
41008
  __typename?: 'KnowledgeDiscoveryKeyPhrase';
40833
41009
  keyPhrase: Scalars['String']['output'];
@@ -40941,6 +41117,10 @@ export declare enum KnowledgeDiscoveryTopicType {
40941
41117
  Program = "PROGRAM",
40942
41118
  Team = "TEAM"
40943
41119
  }
41120
+ export declare type KnowledgeDiscoveryUser = KnowledgeDiscoveryEntity & {
41121
+ __typename?: 'KnowledgeDiscoveryUser';
41122
+ id: Scalars['ID']['output'];
41123
+ };
40944
41124
  export declare type LabelUsage = {
40945
41125
  __typename?: 'LabelUsage';
40946
41126
  count: Scalars['Int']['output'];
@@ -41535,10 +41715,21 @@ export declare type MarketplaceStoreLoggedInUser = {
41535
41715
  __typename?: 'MarketplaceStoreLoggedInUser';
41536
41716
  email: Scalars['String']['output'];
41537
41717
  id: Scalars['ID']['output'];
41538
- links?: Maybe<MarketplaceStoreLoggedInUserLinks>;
41718
+ lastVisitedDeveloperSpace?: Maybe<MarketplaceStoreLoggedInUserDeveloperSpace>;
41719
+ links: MarketplaceStoreLoggedInUserLinks;
41539
41720
  name: Scalars['String']['output'];
41540
41721
  picture: Scalars['String']['output'];
41541
41722
  };
41723
+ export declare type MarketplaceStoreLoggedInUserLastVisitedDeveloperSpaceArgs = {
41724
+ developerId?: InputMaybe<Scalars['ID']['input']>;
41725
+ vendorId?: InputMaybe<Scalars['ID']['input']>;
41726
+ };
41727
+ export declare type MarketplaceStoreLoggedInUserDeveloperSpace = {
41728
+ __typename?: 'MarketplaceStoreLoggedInUserDeveloperSpace';
41729
+ id: Scalars['ID']['output'];
41730
+ name: Scalars['String']['output'];
41731
+ vendorId: Scalars['ID']['output'];
41732
+ };
41542
41733
  export declare type MarketplaceStoreLoggedInUserLinks = {
41543
41734
  __typename?: 'MarketplaceStoreLoggedInUserLinks';
41544
41735
  addons: Scalars['String']['output'];
@@ -41546,9 +41737,14 @@ export declare type MarketplaceStoreLoggedInUserLinks = {
41546
41737
  createAddon: Scalars['String']['output'];
41547
41738
  logout: Scalars['String']['output'];
41548
41739
  manageAccount: Scalars['String']['output'];
41740
+ manageDeveloperSpace?: Maybe<Scalars['String']['output']>;
41549
41741
  profile: Scalars['String']['output'];
41550
41742
  switchAccount: Scalars['String']['output'];
41551
41743
  };
41744
+ export declare type MarketplaceStoreLoggedInUserLinksManageDeveloperSpaceArgs = {
41745
+ developerId?: InputMaybe<Scalars['ID']['input']>;
41746
+ vendorId: Scalars['ID']['input'];
41747
+ };
41552
41748
  export declare type MarketplaceStoreMutationApi = {
41553
41749
  __typename?: 'MarketplaceStoreMutationApi';
41554
41750
  installApp: MarketplaceStoreInstallAppResponse;
@@ -42137,6 +42333,7 @@ export declare type Mutation = {
42137
42333
  jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
42138
42334
  jsmChat?: Maybe<JsmChatMutation>;
42139
42335
  jsw?: Maybe<JswMutation>;
42336
+ knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
42140
42337
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
42141
42338
  marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
42142
42339
  mercuryGoal?: Maybe<MercuryGoalMutationApi>;
@@ -42438,6 +42635,9 @@ export declare type MutationInvokeExtensionArgs = {
42438
42635
  export declare type MutationInvokePolarisObjectArgs = {
42439
42636
  input: InvokePolarisObjectInput;
42440
42637
  };
42638
+ export declare type MutationKnowledgeBaseArgs = {
42639
+ cloudId: Scalars['ID']['input'];
42640
+ };
42441
42641
  export declare type MutationMoveSprintDownArgs = {
42442
42642
  input?: InputMaybe<MoveSprintDownInput>;
42443
42643
  };
@@ -44873,6 +45073,7 @@ export declare type Query = {
44873
45073
  jiraReleases?: Maybe<JiraReleases>;
44874
45074
  jsmChat?: Maybe<JsmChatQuery>;
44875
45075
  jsw?: Maybe<JswQuery>;
45076
+ knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
44876
45077
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
44877
45078
  marketplaceApp?: Maybe<MarketplaceApp>;
44878
45079
  marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
@@ -45210,6 +45411,9 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
45210
45411
  first?: InputMaybe<Scalars['Int']['input']>;
45211
45412
  id: Scalars['ID']['input'];
45212
45413
  };
45414
+ export declare type QueryKnowledgeBaseArgs = {
45415
+ cloudId: Scalars['ID']['input'];
45416
+ };
45213
45417
  export declare type QueryMarketplaceAppArgs = {
45214
45418
  appId: Scalars['ID']['input'];
45215
45419
  };
@@ -45448,6 +45652,7 @@ export declare enum RateLimitingCurrency {
45448
45652
  HelpCenterCurrency = "HELP_CENTER_CURRENCY",
45449
45653
  HelpLayoutCurrency = "HELP_LAYOUT_CURRENCY",
45450
45654
  HelpObjectStoreCurrency = "HELP_OBJECT_STORE_CURRENCY",
45655
+ KnowledgeBaseCurrency = "KNOWLEDGE_BASE_CURRENCY",
45451
45656
  PolarisBetaUserCurrency = "POLARIS_BETA_USER_CURRENCY",
45452
45657
  PolarisCollabTokenQueryCurrency = "POLARIS_COLLAB_TOKEN_QUERY_CURRENCY",
45453
45658
  PolarisCommentCurrency = "POLARIS_COMMENT_CURRENCY",
@@ -47118,6 +47323,7 @@ export declare enum SearchSortOrder {
47118
47323
  }
47119
47324
  export declare type SearchThirdPartyFilter = {
47120
47325
  range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
47326
+ thirdPartyTypes?: InputMaybe<Array<Scalars['String']['input']>>;
47121
47327
  titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
47122
47328
  };
47123
47329
  export declare enum SearchThirdPartyRangeField {
@@ -47476,6 +47682,7 @@ export declare enum ShepherdAlertStatus {
47476
47682
  }
47477
47683
  export declare type ShepherdAlertSupportingData = {
47478
47684
  __typename?: 'ShepherdAlertSupportingData';
47685
+ bitbucketDetectionHighlight?: Maybe<ShepherdBitbucketDetectionHighlight>;
47479
47686
  customDetectionHighlight?: Maybe<ShepherdCustomDetectionHighlight>;
47480
47687
  highlight: ShepherdHighlight;
47481
47688
  marketplaceAppHighlight?: Maybe<ShepherdMarketplaceAppHighlight>;
@@ -47587,12 +47794,27 @@ export declare type ShepherdAuditLogContext = {
47587
47794
  attributes: Array<ShepherdAuditLogAttribute>;
47588
47795
  id: Scalars['String']['output'];
47589
47796
  };
47797
+ export declare type ShepherdBitbucketDetectionHighlight = {
47798
+ __typename?: 'ShepherdBitbucketDetectionHighlight';
47799
+ repository?: Maybe<ShepherdBitbucketRepositoryInfo>;
47800
+ workspace?: Maybe<ShepherdBitbucketWorkspaceInfo>;
47801
+ };
47802
+ export declare type ShepherdBitbucketRepositoryInfo = {
47803
+ __typename?: 'ShepherdBitbucketRepositoryInfo';
47804
+ name: Scalars['String']['output'];
47805
+ url: Scalars['URL']['output'];
47806
+ };
47590
47807
  export declare type ShepherdBitbucketWorkspace = {
47591
47808
  __typename?: 'ShepherdBitbucketWorkspace';
47592
47809
  ari: Scalars['ID']['output'];
47593
47810
  slug?: Maybe<Scalars['String']['output']>;
47594
47811
  url?: Maybe<Scalars['String']['output']>;
47595
47812
  };
47813
+ export declare type ShepherdBitbucketWorkspaceInfo = {
47814
+ __typename?: 'ShepherdBitbucketWorkspaceInfo';
47815
+ name: Scalars['String']['output'];
47816
+ url: Scalars['URL']['output'];
47817
+ };
47596
47818
  export declare type ShepherdCategorizedAlertMetadata = {
47597
47819
  __typename?: 'ShepherdCategorizedAlertMetadata';
47598
47820
  category: Scalars['String']['output'];
@@ -47748,6 +47970,7 @@ export declare type ShepherdCustomDetectionMutationPayload = Payload & {
47748
47970
  };
47749
47971
  export declare type ShepherdCustomDetectionValueType = ShepherdCustomContentScanningDetection;
47750
47972
  export declare enum ShepherdCustomScanningMatchType {
47973
+ Regex = "REGEX",
47751
47974
  String = "STRING",
47752
47975
  Word = "WORD"
47753
47976
  }
@@ -49683,6 +49906,7 @@ export declare type ToolchainDisassociateEntitiesInput = {
49683
49906
  };
49684
49907
  export declare type ToolchainDisassociateEntitiesPayload = Payload & {
49685
49908
  __typename?: 'ToolchainDisassociateEntitiesPayload';
49909
+ entities?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
49686
49910
  errors?: Maybe<Array<MutationError>>;
49687
49911
  fromEntities?: Maybe<Array<Maybe<JiraIssue>>>;
49688
49912
  success: Scalars['Boolean']['output'];
@@ -51447,8 +51671,8 @@ export declare type UnifiedMutation = {
51447
51671
  __typename?: 'UnifiedMutation';
51448
51672
  createLinkedAccount: UnifiedLinkedCreateAccountUnion;
51449
51673
  createParentAccount: UnifiedCreateAccountUnion;
51450
- createUnifiedProfile: UnifiedCreateProfileUnion;
51451
51674
  createUnifiedSystem: UnifiedSystemCreateAccountUnion;
51675
+ updateUnifiedProfile: UnifiedCreateProfileUnion;
51452
51676
  };
51453
51677
  export declare type UnifiedMutationCreateLinkedAccountArgs = {
51454
51678
  input: UnifiedLinkedAccountInput;
@@ -51456,12 +51680,12 @@ export declare type UnifiedMutationCreateLinkedAccountArgs = {
51456
51680
  export declare type UnifiedMutationCreateParentAccountArgs = {
51457
51681
  input: UnifiedParentAccountInput;
51458
51682
  };
51459
- export declare type UnifiedMutationCreateUnifiedProfileArgs = {
51460
- input: UnifiedProfileInput;
51461
- };
51462
51683
  export declare type UnifiedMutationCreateUnifiedSystemArgs = {
51463
51684
  input: UnifiedSystemInput;
51464
51685
  };
51686
+ export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
51687
+ input: UnifiedProfileInput;
51688
+ };
51465
51689
  export declare type UnifiedParentAccount = {
51466
51690
  __typename?: 'UnifiedParentAccount';
51467
51691
  parentAccountEmailId?: Maybe<Scalars['String']['output']>;
@@ -51480,11 +51704,14 @@ export declare type UnifiedProfile = {
51480
51704
  location?: Maybe<Scalars['String']['output']>;
51481
51705
  parentAccountInternalId?: Maybe<Scalars['String']['output']>;
51482
51706
  photoUrl?: Maybe<Scalars['String']['output']>;
51707
+ products?: Maybe<Scalars['String']['output']>;
51483
51708
  publicName?: Maybe<Scalars['String']['output']>;
51484
51709
  role?: Maybe<Scalars['String']['output']>;
51485
- unifiedProfleInternalId: Scalars['ID']['output'];
51486
- unifiedProfleUsername?: Maybe<Scalars['String']['output']>;
51710
+ unifiedProfileInternalId?: Maybe<Scalars['ID']['output']>;
51711
+ unifiedProfileUsername?: Maybe<Scalars['String']['output']>;
51487
51712
  websiteUrl?: Maybe<Scalars['String']['output']>;
51713
+ xUrl?: Maybe<Scalars['String']['output']>;
51714
+ youtubeUrl?: Maybe<Scalars['String']['output']>;
51488
51715
  };
51489
51716
  export declare type UnifiedProfileInput = {
51490
51717
  bio?: InputMaybe<Scalars['String']['input']>;
@@ -51495,11 +51722,15 @@ export declare type UnifiedProfileInput = {
51495
51722
  location?: InputMaybe<Scalars['String']['input']>;
51496
51723
  parentAccountInternalId?: InputMaybe<Scalars['String']['input']>;
51497
51724
  photoUrl?: InputMaybe<Scalars['String']['input']>;
51725
+ products?: InputMaybe<Scalars['String']['input']>;
51498
51726
  publicName?: InputMaybe<Scalars['String']['input']>;
51499
51727
  role?: InputMaybe<Scalars['String']['input']>;
51500
- unifiedProfleUsername?: InputMaybe<Scalars['String']['input']>;
51728
+ unifiedProfileInternalId?: InputMaybe<Scalars['String']['input']>;
51729
+ unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
51501
51730
  updatedAt?: InputMaybe<Scalars['String']['input']>;
51502
51731
  websiteUrl?: InputMaybe<Scalars['String']['input']>;
51732
+ xUrl?: InputMaybe<Scalars['String']['input']>;
51733
+ youtubeUrl?: InputMaybe<Scalars['String']['input']>;
51503
51734
  };
51504
51735
  export declare type UnifiedQuery = {
51505
51736
  __typename?: 'UnifiedQuery';
@@ -51514,13 +51745,15 @@ export declare type UnifiedQueryForumSnapshotArgs = {
51514
51745
  aaid: Scalars['String']['input'];
51515
51746
  };
51516
51747
  export declare type UnifiedQueryLearningCertificationArgs = {
51517
- aaid: Scalars['String']['input'];
51748
+ aaid?: InputMaybe<Scalars['String']['input']>;
51749
+ unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
51518
51750
  };
51519
51751
  export declare type UnifiedQueryUnifiedAccountArgs = {
51520
51752
  aaid: Scalars['String']['input'];
51521
51753
  };
51522
51754
  export declare type UnifiedQueryUnifiedProfileArgs = {
51523
- aaid: Scalars['String']['input'];
51755
+ aaid?: InputMaybe<Scalars['String']['input']>;
51756
+ unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
51524
51757
  };
51525
51758
  export declare type UnifiedQueryAccountSuccess = {
51526
51759
  __typename?: 'UnifiedQueryAccountSuccess';
@@ -51554,8 +51787,9 @@ export declare type UnifiedSystemCreateAccountSuccess = {
51554
51787
  export declare type UnifiedSystemCreateAccountUnion = UnifiedError | UnifiedSystemCreateAccountSuccess;
51555
51788
  export declare type UnifiedSystemInput = {
51556
51789
  aaid: Scalars['String']['input'];
51790
+ name?: InputMaybe<Scalars['String']['input']>;
51557
51791
  parentAccountEmailId: Scalars['String']['input'];
51558
- unifiedProfileUsername: Scalars['String']['input'];
51792
+ unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
51559
51793
  };
51560
51794
  export declare type UnifiedUserCertificateDataRes = {
51561
51795
  __typename?: 'UnifiedUserCertificateDataRes';
@@ -52199,7 +52433,6 @@ export declare type VirtualAgentConfiguration = Node & {
52199
52433
  intentRuleProjection?: Maybe<VirtualAgentIntentRuleProjectionResult>;
52200
52434
  intentRuleProjections?: Maybe<VirtualAgentIntentRuleProjectionsConnection>;
52201
52435
  isAiResponsesEnabled?: Maybe<Scalars['Boolean']['output']>;
52202
- isEnabledOnJsmPortal?: Maybe<Scalars['Boolean']['output']>;
52203
52436
  respondToQueries: Scalars['Boolean']['output'];
52204
52437
  standardFlowEditors?: Maybe<VirtualAgentFlowEditorsConnection>;
52205
52438
  virtualAgentChannelConfig?: Maybe<VirtualAgentChannelConfig>;
@@ -52488,7 +52721,6 @@ export declare type VirtualAgentMutationApi = {
52488
52721
  updateFlowEditorFlow?: Maybe<VirtualAgentFlowEditorPayload>;
52489
52722
  updateIntentRuleProjection?: Maybe<VirtualAgentUpdateIntentRuleProjectionPayload>;
52490
52723
  updateIntentRuleProjectionQuestions?: Maybe<VirtualAgentUpdateIntentRuleProjectionQuestionsPayload>;
52491
- updateJsmPortalConfiguration?: Maybe<VirtualAgentUpdateConfigurationPayload>;
52492
52724
  updateVirtualAgentConfiguration?: Maybe<VirtualAgentUpdateConfigurationPayload>;
52493
52725
  };
52494
52726
  export declare type VirtualAgentMutationApiCreateChatChannelArgs = {
@@ -52526,10 +52758,6 @@ export declare type VirtualAgentMutationApiUpdateIntentRuleProjectionQuestionsAr
52526
52758
  input: VirtualAgentUpdateIntentRuleProjectionQuestionsInput;
52527
52759
  virtualAgentIntentRuleProjectionId: Scalars['ID']['input'];
52528
52760
  };
52529
- export declare type VirtualAgentMutationApiUpdateJsmPortalConfigurationArgs = {
52530
- input: VirtualAgentUpdateJsmPortalSettingsInput;
52531
- virtualAgentConfigurationId: Scalars['ID']['input'];
52532
- };
52533
52761
  export declare type VirtualAgentMutationApiUpdateVirtualAgentConfigurationArgs = {
52534
52762
  input: VirtualAgentUpdateConfigurationInput;
52535
52763
  virtualAgentConfigurationId: Scalars['ID']['input'];
@@ -52634,15 +52862,6 @@ export declare type VirtualAgentUpdateIntentRuleProjectionQuestionsPayload = Pay
52634
52862
  intentRuleProjection?: Maybe<VirtualAgentIntentRuleProjection>;
52635
52863
  success: Scalars['Boolean']['output'];
52636
52864
  };
52637
- export declare type VirtualAgentUpdateJsmPortalSettingsInput = {
52638
- isEnabledOnJsmPortal: Scalars['Boolean']['input'];
52639
- };
52640
- export declare type VirtualAgentUpdateJsmPortalSettingsPayload = Payload & {
52641
- __typename?: 'VirtualAgentUpdateJsmPortalSettingsPayload';
52642
- errors?: Maybe<Array<MutationError>>;
52643
- success: Scalars['Boolean']['output'];
52644
- virtualAgentConfiguration?: Maybe<VirtualAgentConfiguration>;
52645
- };
52646
52865
  export declare type VirtualAgentUpdatedQuestionInput = {
52647
52866
  id: Scalars['ID']['input'];
52648
52867
  question: Scalars['String']['input'];