@forge/cli-shared 4.2.0-next.1 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 4.2.0-next.1-experimental-a59129c
4
+
5
+ ### Minor Changes
6
+
7
+ - 35b01cd: Move tunnel to Cloudflare
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [6f17340]
12
+ - @forge/manifest@7.2.2-next.0-experimental-a59129c
13
+
3
14
  ## 4.2.0-next.1
4
15
 
5
16
  ### Patch Changes
@@ -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']>;
@@ -9790,6 +9813,7 @@ export declare type DevOpsBuildProvider = DevOpsDataProvider & {
9790
9813
  id: Scalars['ID']['output'];
9791
9814
  logoUrl?: Maybe<Scalars['URL']['output']>;
9792
9815
  name?: Maybe<Scalars['String']['output']>;
9816
+ namespace?: Maybe<DevOpsProviderNamespace>;
9793
9817
  providerType?: Maybe<DevOpsProviderType>;
9794
9818
  supportedActions?: Maybe<DevOpsSupportedActions>;
9795
9819
  };
@@ -9839,6 +9863,7 @@ export declare type DevOpsComponentsProvider = DevOpsDataProvider & {
9839
9863
  linkedContainers?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
9840
9864
  logoUrl?: Maybe<Scalars['URL']['output']>;
9841
9865
  name?: Maybe<Scalars['String']['output']>;
9866
+ namespace?: Maybe<DevOpsProviderNamespace>;
9842
9867
  providerType?: Maybe<DevOpsProviderType>;
9843
9868
  supportedActions?: Maybe<DevOpsSupportedActions>;
9844
9869
  };
@@ -9862,6 +9887,7 @@ export declare type DevOpsDataProvider = {
9862
9887
  id: Scalars['ID']['output'];
9863
9888
  logoUrl?: Maybe<Scalars['URL']['output']>;
9864
9889
  name?: Maybe<Scalars['String']['output']>;
9890
+ namespace?: Maybe<DevOpsProviderNamespace>;
9865
9891
  providerType?: Maybe<DevOpsProviderType>;
9866
9892
  supportedActions?: Maybe<DevOpsSupportedActions>;
9867
9893
  };
@@ -9877,6 +9903,7 @@ export declare type DevOpsDeploymentProvider = DevOpsDataProvider & {
9877
9903
  id: Scalars['ID']['output'];
9878
9904
  logoUrl?: Maybe<Scalars['URL']['output']>;
9879
9905
  name?: Maybe<Scalars['String']['output']>;
9906
+ namespace?: Maybe<DevOpsProviderNamespace>;
9880
9907
  providerType?: Maybe<DevOpsProviderType>;
9881
9908
  supportedActions?: Maybe<DevOpsSupportedActions>;
9882
9909
  };
@@ -9915,6 +9942,7 @@ export declare type DevOpsDesignProvider = DevOpsDataProvider & {
9915
9942
  id: Scalars['ID']['output'];
9916
9943
  logoUrl?: Maybe<Scalars['URL']['output']>;
9917
9944
  name?: Maybe<Scalars['String']['output']>;
9945
+ namespace?: Maybe<DevOpsProviderNamespace>;
9918
9946
  providerType?: Maybe<DevOpsProviderType>;
9919
9947
  supportedActions?: Maybe<DevOpsSupportedActions>;
9920
9948
  };
@@ -9943,6 +9971,7 @@ export declare type DevOpsDevInfoProvider = DevOpsDataProvider & {
9943
9971
  id: Scalars['ID']['output'];
9944
9972
  logoUrl?: Maybe<Scalars['URL']['output']>;
9945
9973
  name?: Maybe<Scalars['String']['output']>;
9974
+ namespace?: Maybe<DevOpsProviderNamespace>;
9946
9975
  providerType?: Maybe<DevOpsProviderType>;
9947
9976
  supportedActions?: Maybe<DevOpsSupportedActions>;
9948
9977
  workspaces?: Maybe<ToolchainWorkspaceConnection>;
@@ -10008,6 +10037,7 @@ export declare type DevOpsDocumentationProvider = DevOpsDataProvider & {
10008
10037
  linkedContainers?: Maybe<AriGraphRelationshipConnection>;
10009
10038
  logoUrl?: Maybe<Scalars['URL']['output']>;
10010
10039
  name?: Maybe<Scalars['String']['output']>;
10040
+ namespace?: Maybe<DevOpsProviderNamespace>;
10011
10041
  providerType?: Maybe<DevOpsProviderType>;
10012
10042
  supportedActions?: Maybe<DevOpsSupportedActions>;
10013
10043
  };
@@ -10100,6 +10130,7 @@ export declare type DevOpsFeatureFlagProvider = DevOpsDataProvider & {
10100
10130
  id: Scalars['ID']['output'];
10101
10131
  logoUrl?: Maybe<Scalars['URL']['output']>;
10102
10132
  name?: Maybe<Scalars['String']['output']>;
10133
+ namespace?: Maybe<DevOpsProviderNamespace>;
10103
10134
  providerType?: Maybe<DevOpsProviderType>;
10104
10135
  supportedActions?: Maybe<DevOpsSupportedActions>;
10105
10136
  };
@@ -10383,6 +10414,7 @@ export declare type DevOpsOperationsProvider = DevOpsDataProvider & {
10383
10414
  linkedContainers?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
10384
10415
  logoUrl?: Maybe<Scalars['URL']['output']>;
10385
10416
  name?: Maybe<Scalars['String']['output']>;
10417
+ namespace?: Maybe<DevOpsProviderNamespace>;
10386
10418
  providerType?: Maybe<DevOpsProviderType>;
10387
10419
  supportedActions?: Maybe<DevOpsSupportedActions>;
10388
10420
  };
@@ -10411,6 +10443,12 @@ export declare type DevOpsProviderLinks = {
10411
10443
  home?: Maybe<Scalars['URL']['output']>;
10412
10444
  listDeploymentsTemplate?: Maybe<Scalars['URL']['output']>;
10413
10445
  };
10446
+ export declare enum DevOpsProviderNamespace {
10447
+ Asap = "ASAP",
10448
+ Classic = "CLASSIC",
10449
+ Forge = "FORGE",
10450
+ Oauth = "OAUTH"
10451
+ }
10414
10452
  export declare enum DevOpsProviderType {
10415
10453
  Build = "BUILD",
10416
10454
  Deployment = "DEPLOYMENT",
@@ -10490,6 +10528,7 @@ export declare type DevOpsRemoteLinksProvider = DevOpsDataProvider & {
10490
10528
  id: Scalars['ID']['output'];
10491
10529
  logoUrl?: Maybe<Scalars['URL']['output']>;
10492
10530
  name?: Maybe<Scalars['String']['output']>;
10531
+ namespace?: Maybe<DevOpsProviderNamespace>;
10493
10532
  providerType?: Maybe<DevOpsProviderType>;
10494
10533
  supportedActions?: Maybe<DevOpsSupportedActions>;
10495
10534
  };
@@ -10528,6 +10567,7 @@ export declare type DevOpsSecurityProvider = DevOpsDataProvider & {
10528
10567
  linkedWorkspaces?: Maybe<AriGraphRelationshipConnection>;
10529
10568
  logoUrl?: Maybe<Scalars['URL']['output']>;
10530
10569
  name?: Maybe<Scalars['String']['output']>;
10570
+ namespace?: Maybe<DevOpsProviderNamespace>;
10531
10571
  providerType?: Maybe<DevOpsProviderType>;
10532
10572
  supportedActions?: Maybe<DevOpsSupportedActions>;
10533
10573
  workspaces?: Maybe<ToolchainWorkspaceConnection>;
@@ -26306,8 +26346,8 @@ export declare type HelpCenterQueryApiMediaConfigArgs = {
26306
26346
  export declare type HelpCenterQueryResult = HelpCenter | QueryError;
26307
26347
  export declare type HelpCenterQueryResultConnection = {
26308
26348
  __typename?: 'HelpCenterQueryResultConnection';
26309
- edges?: Maybe<Array<Maybe<HelpCenterQueryResultEdge>>>;
26310
- nodes?: Maybe<Array<Maybe<HelpCenterQueryResult>>>;
26349
+ edges?: Maybe<Array<HelpCenterQueryResultEdge>>;
26350
+ nodes?: Maybe<Array<HelpCenterQueryResult>>;
26311
26351
  pageInfo: PageInfo;
26312
26352
  };
26313
26353
  export declare type HelpCenterQueryResultEdge = {
@@ -27353,9 +27393,15 @@ export declare type InfluentsNotificationEntityModel = {
27353
27393
  };
27354
27394
  export declare type InfluentsNotificationFeedConnection = {
27355
27395
  __typename?: 'InfluentsNotificationFeedConnection';
27396
+ edges: Array<InfluentsNotificationFeedEdge>;
27356
27397
  nodes: Array<InfluentsNotificationHeadItem>;
27357
27398
  pageInfo: InfluentsNotificationPageInfo;
27358
27399
  };
27400
+ export declare type InfluentsNotificationFeedEdge = {
27401
+ __typename?: 'InfluentsNotificationFeedEdge';
27402
+ cursor?: Maybe<Scalars['String']['output']>;
27403
+ node: InfluentsNotificationHeadItem;
27404
+ };
27359
27405
  export declare type InfluentsNotificationFilter = {
27360
27406
  categoryFilter?: InputMaybe<InfluentsNotificationCategory>;
27361
27407
  productFilter?: InputMaybe<Scalars['String']['input']>;
@@ -27364,9 +27410,15 @@ export declare type InfluentsNotificationFilter = {
27364
27410
  };
27365
27411
  export declare type InfluentsNotificationGroupConnection = {
27366
27412
  __typename?: 'InfluentsNotificationGroupConnection';
27413
+ edges: Array<InfluentsNotificationGroupEdge>;
27367
27414
  nodes: Array<InfluentsNotificationItem>;
27368
27415
  pageInfo: InfluentsNotificationPageInfo;
27369
27416
  };
27417
+ export declare type InfluentsNotificationGroupEdge = {
27418
+ __typename?: 'InfluentsNotificationGroupEdge';
27419
+ cursor?: Maybe<Scalars['String']['output']>;
27420
+ node: InfluentsNotificationItem;
27421
+ };
27370
27422
  export declare type InfluentsNotificationHeadItem = {
27371
27423
  __typename?: 'InfluentsNotificationHeadItem';
27372
27424
  additionalActors: Array<InfluentsNotificationActor>;
@@ -27505,6 +27557,7 @@ export declare type Insights = {
27505
27557
  };
27506
27558
  export declare type InsightsGithubOnboardingDetailsArgs = {
27507
27559
  cloudId: Scalars['ID']['input'];
27560
+ projectAri?: InputMaybe<Scalars['ID']['input']>;
27508
27561
  };
27509
27562
  export declare type InsightsNextBestTasksByContextAriArgs = {
27510
27563
  contextAri: InsightsContextAri;
@@ -29080,6 +29133,13 @@ export declare type JiraBulkTransitionScreenInput = {
29080
29133
  issueIds: Array<Scalars['ID']['input']>;
29081
29134
  transitionId: Scalars['Long']['input'];
29082
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
+ };
29083
29143
  export declare type JiraBulkTransitionScreenResponse = {
29084
29144
  __typename?: 'JiraBulkTransitionScreenResponse';
29085
29145
  bulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenConnection>;
@@ -29124,6 +29184,7 @@ export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
29124
29184
  export declare type JiraCalendar = {
29125
29185
  __typename?: 'JiraCalendar';
29126
29186
  issues?: Maybe<JiraIssueConnection>;
29187
+ projects?: Maybe<JiraProjectConnection>;
29127
29188
  sprints?: Maybe<JiraSprintConnection>;
29128
29189
  unscheduledIssues?: Maybe<JiraIssueConnection>;
29129
29190
  versions?: Maybe<JiraVersionConnection>;
@@ -29135,6 +29196,12 @@ export declare type JiraCalendarIssuesArgs = {
29135
29196
  input?: InputMaybe<JiraCalendarIssuesInput>;
29136
29197
  last?: InputMaybe<Scalars['Int']['input']>;
29137
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
+ };
29138
29205
  export declare type JiraCalendarSprintsArgs = {
29139
29206
  after?: InputMaybe<Scalars['String']['input']>;
29140
29207
  before?: InputMaybe<Scalars['String']['input']>;
@@ -30027,6 +30094,12 @@ export declare type JiraCreateApproverListFieldPayload = Payload & {
30027
30094
  fieldId?: Maybe<Scalars['String']['output']>;
30028
30095
  success: Scalars['Boolean']['output'];
30029
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
+ };
30030
30103
  export declare type JiraCreateCustomFilterInput = {
30031
30104
  description?: InputMaybe<Scalars['String']['input']>;
30032
30105
  editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
@@ -33592,6 +33665,7 @@ export declare type JiraMutation = {
33592
33665
  createAgileReleaseTrain?: Maybe<JiraCreateAgileReleaseTrainPayload>;
33593
33666
  createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
33594
33667
  createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
33668
+ createCalendarIssue?: Maybe<JiraCreateCalendarIssuePayload>;
33595
33669
  createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
33596
33670
  createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
33597
33671
  createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
@@ -33681,6 +33755,7 @@ export declare type JiraMutation = {
33681
33755
  updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
33682
33756
  updateNumberField?: Maybe<JiraNumberFieldPayload>;
33683
33757
  updateParentField?: Maybe<JiraParentFieldPayload>;
33758
+ updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
33684
33759
  updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
33685
33760
  updateProjectField?: Maybe<JiraProjectFieldPayload>;
33686
33761
  updateProjectNotificationPreferences?: Maybe<JiraUpdateProjectNotificationPreferencesPayload>;
@@ -33749,6 +33824,14 @@ export declare type JiraMutationCreateApproverListFieldArgs = {
33749
33824
  cloudId: Scalars['ID']['input'];
33750
33825
  input: JiraCreateApproverListFieldInput;
33751
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
+ };
33752
33835
  export declare type JiraMutationCreateIssueLinksArgs = {
33753
33836
  cloudId: Scalars['ID']['input'];
33754
33837
  input: JiraBulkCreateIssueLinksInput;
@@ -34028,6 +34111,9 @@ export declare type JiraMutationUpdateNumberFieldArgs = {
34028
34111
  export declare type JiraMutationUpdateParentFieldArgs = {
34029
34112
  input: JiraUpdateParentFieldInput;
34030
34113
  };
34114
+ export declare type JiraMutationUpdatePeopleFieldArgs = {
34115
+ input: JiraUpdatePeopleFieldInput;
34116
+ };
34031
34117
  export declare type JiraMutationUpdatePriorityFieldArgs = {
34032
34118
  input: JiraUpdatePriorityFieldInput;
34033
34119
  };
@@ -34687,6 +34773,7 @@ export declare type JiraPeopleFieldSelectedUsersConnectionArgs = {
34687
34773
  export declare type JiraPeopleFieldUsersArgs = {
34688
34774
  after?: InputMaybe<Scalars['String']['input']>;
34689
34775
  before?: InputMaybe<Scalars['String']['input']>;
34776
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
34690
34777
  first?: InputMaybe<Scalars['Int']['input']>;
34691
34778
  last?: InputMaybe<Scalars['Int']['input']>;
34692
34779
  searchBy?: InputMaybe<Scalars['String']['input']>;
@@ -35705,6 +35792,7 @@ export declare type JiraQuery = {
35705
35792
  issueSearchViewByNamespaceAndViewId?: Maybe<JiraIssueSearchView>;
35706
35793
  issuesByKey?: Maybe<Array<Maybe<JiraIssue>>>;
35707
35794
  jiraBulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenResponse>;
35795
+ jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
35708
35796
  jiraCalendar?: Maybe<JiraCalendar>;
35709
35797
  jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
35710
35798
  jiraProject?: Maybe<JiraProject>;
@@ -36090,6 +36178,10 @@ export declare type JiraQueryIssuesByKeyArgs = {
36090
36178
  export declare type JiraQueryJiraBulkTransitionsScreenArgs = {
36091
36179
  input: Array<JiraBulkTransitionScreenInput>;
36092
36180
  };
36181
+ export declare type JiraQueryJiraBulkTransitionsScreenDetailsArgs = {
36182
+ issueIds: Array<Scalars['ID']['input']>;
36183
+ transitionId: Scalars['Int']['input'];
36184
+ };
36093
36185
  export declare type JiraQueryJiraCalendarArgs = {
36094
36186
  configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
36095
36187
  scope?: InputMaybe<JiraViewScopeInput>;
@@ -39466,8 +39558,9 @@ export declare type JiraUserMetadata = {
39466
39558
  info?: Maybe<User>;
39467
39559
  status?: Maybe<JiraProjectRoleActorUserStatus>;
39468
39560
  };
39469
- export declare type JiraUserNavigationConfiguration = {
39561
+ export declare type JiraUserNavigationConfiguration = Node & {
39470
39562
  __typename?: 'JiraUserNavigationConfiguration';
39563
+ id: Scalars['ID']['output'];
39471
39564
  navItems: Array<JiraConfigurableNavigationItem>;
39472
39565
  navKey: Scalars['String']['output'];
39473
39566
  };
@@ -40644,9 +40737,9 @@ export declare type JsmChatCreateChannelOutput = {
40644
40737
  status: Scalars['Boolean']['output'];
40645
40738
  };
40646
40739
  export declare type JsmChatCreateCommentInput = {
40647
- jiraIssueAri: Scalars['ID']['input'];
40648
- message: Scalars['String']['input'];
40649
- messageSource: Scalars['String']['input'];
40740
+ message: Scalars['JSON']['input'];
40741
+ messageSource: JsmChatMessageSource;
40742
+ messageType: JsmChatMessageType;
40650
40743
  };
40651
40744
  export declare type JsmChatCreateCommentOutput = {
40652
40745
  __typename?: 'JsmChatCreateCommentOutput';
@@ -40677,6 +40770,12 @@ export declare type JsmChatInitializeNativeConfigResponse = {
40677
40770
  __typename?: 'JsmChatInitializeNativeConfigResponse';
40678
40771
  nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
40679
40772
  };
40773
+ export declare enum JsmChatMessageSource {
40774
+ Email = "EMAIL"
40775
+ }
40776
+ export declare enum JsmChatMessageType {
40777
+ Adf = "ADF"
40778
+ }
40680
40779
  export declare type JsmChatMutation = {
40681
40780
  __typename?: 'JsmChatMutation';
40682
40781
  createChannel: JsmChatCreateChannelOutput;
@@ -40691,6 +40790,8 @@ export declare type JsmChatMutationCreateChannelArgs = {
40691
40790
  };
40692
40791
  export declare type JsmChatMutationCreateCommentArgs = {
40693
40792
  input: JsmChatCreateCommentInput;
40793
+ jiraIssueAri: Scalars['ID']['input'];
40794
+ workspaceAri: Scalars['ID']['input'];
40694
40795
  };
40695
40796
  export declare type JsmChatMutationDisconnectJiraProjectArgs = {
40696
40797
  input: JsmChatDisconnectJiraProjectInput;
@@ -40799,7 +40900,64 @@ export declare type JswQuery = {
40799
40900
  export declare type JswQueryBoardScopeArgs = {
40800
40901
  boardId: Scalars['ID']['input'];
40801
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
+ };
40802
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
+ };
40803
40961
  export declare type KnowledgeDiscoveryCreateDefinitionInput = {
40804
40962
  definition: Scalars['String']['input'];
40805
40963
  keyPhrase: Scalars['String']['input'];
@@ -40842,6 +41000,10 @@ export declare enum KnowledgeDiscoveryEntityType {
40842
41000
  Topic = "TOPIC",
40843
41001
  User = "USER"
40844
41002
  }
41003
+ export declare type KnowledgeDiscoveryJiraProject = KnowledgeDiscoveryEntity & {
41004
+ __typename?: 'KnowledgeDiscoveryJiraProject';
41005
+ id: Scalars['ID']['output'];
41006
+ };
40845
41007
  export declare type KnowledgeDiscoveryKeyPhrase = {
40846
41008
  __typename?: 'KnowledgeDiscoveryKeyPhrase';
40847
41009
  keyPhrase: Scalars['String']['output'];
@@ -40955,6 +41117,10 @@ export declare enum KnowledgeDiscoveryTopicType {
40955
41117
  Program = "PROGRAM",
40956
41118
  Team = "TEAM"
40957
41119
  }
41120
+ export declare type KnowledgeDiscoveryUser = KnowledgeDiscoveryEntity & {
41121
+ __typename?: 'KnowledgeDiscoveryUser';
41122
+ id: Scalars['ID']['output'];
41123
+ };
40958
41124
  export declare type LabelUsage = {
40959
41125
  __typename?: 'LabelUsage';
40960
41126
  count: Scalars['Int']['output'];
@@ -41549,10 +41715,21 @@ export declare type MarketplaceStoreLoggedInUser = {
41549
41715
  __typename?: 'MarketplaceStoreLoggedInUser';
41550
41716
  email: Scalars['String']['output'];
41551
41717
  id: Scalars['ID']['output'];
41552
- links?: Maybe<MarketplaceStoreLoggedInUserLinks>;
41718
+ lastVisitedDeveloperSpace?: Maybe<MarketplaceStoreLoggedInUserDeveloperSpace>;
41719
+ links: MarketplaceStoreLoggedInUserLinks;
41553
41720
  name: Scalars['String']['output'];
41554
41721
  picture: Scalars['String']['output'];
41555
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
+ };
41556
41733
  export declare type MarketplaceStoreLoggedInUserLinks = {
41557
41734
  __typename?: 'MarketplaceStoreLoggedInUserLinks';
41558
41735
  addons: Scalars['String']['output'];
@@ -41560,9 +41737,14 @@ export declare type MarketplaceStoreLoggedInUserLinks = {
41560
41737
  createAddon: Scalars['String']['output'];
41561
41738
  logout: Scalars['String']['output'];
41562
41739
  manageAccount: Scalars['String']['output'];
41740
+ manageDeveloperSpace?: Maybe<Scalars['String']['output']>;
41563
41741
  profile: Scalars['String']['output'];
41564
41742
  switchAccount: Scalars['String']['output'];
41565
41743
  };
41744
+ export declare type MarketplaceStoreLoggedInUserLinksManageDeveloperSpaceArgs = {
41745
+ developerId?: InputMaybe<Scalars['ID']['input']>;
41746
+ vendorId: Scalars['ID']['input'];
41747
+ };
41566
41748
  export declare type MarketplaceStoreMutationApi = {
41567
41749
  __typename?: 'MarketplaceStoreMutationApi';
41568
41750
  installApp: MarketplaceStoreInstallAppResponse;
@@ -42151,6 +42333,7 @@ export declare type Mutation = {
42151
42333
  jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
42152
42334
  jsmChat?: Maybe<JsmChatMutation>;
42153
42335
  jsw?: Maybe<JswMutation>;
42336
+ knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
42154
42337
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
42155
42338
  marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
42156
42339
  mercuryGoal?: Maybe<MercuryGoalMutationApi>;
@@ -42452,6 +42635,9 @@ export declare type MutationInvokeExtensionArgs = {
42452
42635
  export declare type MutationInvokePolarisObjectArgs = {
42453
42636
  input: InvokePolarisObjectInput;
42454
42637
  };
42638
+ export declare type MutationKnowledgeBaseArgs = {
42639
+ cloudId: Scalars['ID']['input'];
42640
+ };
42455
42641
  export declare type MutationMoveSprintDownArgs = {
42456
42642
  input?: InputMaybe<MoveSprintDownInput>;
42457
42643
  };
@@ -44887,6 +45073,7 @@ export declare type Query = {
44887
45073
  jiraReleases?: Maybe<JiraReleases>;
44888
45074
  jsmChat?: Maybe<JsmChatQuery>;
44889
45075
  jsw?: Maybe<JswQuery>;
45076
+ knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
44890
45077
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
44891
45078
  marketplaceApp?: Maybe<MarketplaceApp>;
44892
45079
  marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
@@ -45224,6 +45411,9 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
45224
45411
  first?: InputMaybe<Scalars['Int']['input']>;
45225
45412
  id: Scalars['ID']['input'];
45226
45413
  };
45414
+ export declare type QueryKnowledgeBaseArgs = {
45415
+ cloudId: Scalars['ID']['input'];
45416
+ };
45227
45417
  export declare type QueryMarketplaceAppArgs = {
45228
45418
  appId: Scalars['ID']['input'];
45229
45419
  };
@@ -45462,6 +45652,7 @@ export declare enum RateLimitingCurrency {
45462
45652
  HelpCenterCurrency = "HELP_CENTER_CURRENCY",
45463
45653
  HelpLayoutCurrency = "HELP_LAYOUT_CURRENCY",
45464
45654
  HelpObjectStoreCurrency = "HELP_OBJECT_STORE_CURRENCY",
45655
+ KnowledgeBaseCurrency = "KNOWLEDGE_BASE_CURRENCY",
45465
45656
  PolarisBetaUserCurrency = "POLARIS_BETA_USER_CURRENCY",
45466
45657
  PolarisCollabTokenQueryCurrency = "POLARIS_COLLAB_TOKEN_QUERY_CURRENCY",
45467
45658
  PolarisCommentCurrency = "POLARIS_COMMENT_CURRENCY",
@@ -47132,6 +47323,7 @@ export declare enum SearchSortOrder {
47132
47323
  }
47133
47324
  export declare type SearchThirdPartyFilter = {
47134
47325
  range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
47326
+ thirdPartyTypes?: InputMaybe<Array<Scalars['String']['input']>>;
47135
47327
  titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
47136
47328
  };
47137
47329
  export declare enum SearchThirdPartyRangeField {
@@ -47778,6 +47970,7 @@ export declare type ShepherdCustomDetectionMutationPayload = Payload & {
47778
47970
  };
47779
47971
  export declare type ShepherdCustomDetectionValueType = ShepherdCustomContentScanningDetection;
47780
47972
  export declare enum ShepherdCustomScanningMatchType {
47973
+ Regex = "REGEX",
47781
47974
  String = "STRING",
47782
47975
  Word = "WORD"
47783
47976
  }
@@ -49713,6 +49906,7 @@ export declare type ToolchainDisassociateEntitiesInput = {
49713
49906
  };
49714
49907
  export declare type ToolchainDisassociateEntitiesPayload = Payload & {
49715
49908
  __typename?: 'ToolchainDisassociateEntitiesPayload';
49909
+ entities?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
49716
49910
  errors?: Maybe<Array<MutationError>>;
49717
49911
  fromEntities?: Maybe<Array<Maybe<JiraIssue>>>;
49718
49912
  success: Scalars['Boolean']['output'];