@forge/cli-shared 4.2.0-next.1 → 4.2.0-next.3

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,18 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 4.2.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ebaf7ed]
8
+ - @forge/manifest@7.2.2-next.1
9
+
10
+ ## 4.2.0-next.2
11
+
12
+ ### Minor Changes
13
+
14
+ - 8ace637: Fix egress related error messages during deployment
15
+
3
16
  ## 4.2.0-next.1
4
17
 
5
18
  ### 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';
@@ -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 = {
@@ -29080,6 +29120,13 @@ export declare type JiraBulkTransitionScreenInput = {
29080
29120
  issueIds: Array<Scalars['ID']['input']>;
29081
29121
  transitionId: Scalars['Long']['input'];
29082
29122
  };
29123
+ export declare type JiraBulkTransitionScreenLayout = Node & {
29124
+ __typename?: 'JiraBulkTransitionScreenLayout';
29125
+ content?: Maybe<JiraScreenTabLayout>;
29126
+ id: Scalars['ID']['output'];
29127
+ issues: Array<JiraIssue>;
29128
+ transition: JiraTransition;
29129
+ };
29083
29130
  export declare type JiraBulkTransitionScreenResponse = {
29084
29131
  __typename?: 'JiraBulkTransitionScreenResponse';
29085
29132
  bulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenConnection>;
@@ -29124,6 +29171,7 @@ export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
29124
29171
  export declare type JiraCalendar = {
29125
29172
  __typename?: 'JiraCalendar';
29126
29173
  issues?: Maybe<JiraIssueConnection>;
29174
+ projects?: Maybe<JiraProjectConnection>;
29127
29175
  sprints?: Maybe<JiraSprintConnection>;
29128
29176
  unscheduledIssues?: Maybe<JiraIssueConnection>;
29129
29177
  versions?: Maybe<JiraVersionConnection>;
@@ -29135,6 +29183,12 @@ export declare type JiraCalendarIssuesArgs = {
29135
29183
  input?: InputMaybe<JiraCalendarIssuesInput>;
29136
29184
  last?: InputMaybe<Scalars['Int']['input']>;
29137
29185
  };
29186
+ export declare type JiraCalendarProjectsArgs = {
29187
+ after?: InputMaybe<Scalars['String']['input']>;
29188
+ before?: InputMaybe<Scalars['String']['input']>;
29189
+ first?: InputMaybe<Scalars['Int']['input']>;
29190
+ last?: InputMaybe<Scalars['Int']['input']>;
29191
+ };
29138
29192
  export declare type JiraCalendarSprintsArgs = {
29139
29193
  after?: InputMaybe<Scalars['String']['input']>;
29140
29194
  before?: InputMaybe<Scalars['String']['input']>;
@@ -30027,6 +30081,12 @@ export declare type JiraCreateApproverListFieldPayload = Payload & {
30027
30081
  fieldId?: Maybe<Scalars['String']['output']>;
30028
30082
  success: Scalars['Boolean']['output'];
30029
30083
  };
30084
+ export declare type JiraCreateCalendarIssuePayload = Payload & {
30085
+ __typename?: 'JiraCreateCalendarIssuePayload';
30086
+ errors?: Maybe<Array<MutationError>>;
30087
+ issue?: Maybe<JiraIssue>;
30088
+ success: Scalars['Boolean']['output'];
30089
+ };
30030
30090
  export declare type JiraCreateCustomFilterInput = {
30031
30091
  description?: InputMaybe<Scalars['String']['input']>;
30032
30092
  editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
@@ -33592,6 +33652,7 @@ export declare type JiraMutation = {
33592
33652
  createAgileReleaseTrain?: Maybe<JiraCreateAgileReleaseTrainPayload>;
33593
33653
  createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
33594
33654
  createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
33655
+ createCalendarIssue?: Maybe<JiraCreateCalendarIssuePayload>;
33595
33656
  createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
33596
33657
  createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
33597
33658
  createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
@@ -33681,6 +33742,7 @@ export declare type JiraMutation = {
33681
33742
  updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
33682
33743
  updateNumberField?: Maybe<JiraNumberFieldPayload>;
33683
33744
  updateParentField?: Maybe<JiraParentFieldPayload>;
33745
+ updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
33684
33746
  updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
33685
33747
  updateProjectField?: Maybe<JiraProjectFieldPayload>;
33686
33748
  updateProjectNotificationPreferences?: Maybe<JiraUpdateProjectNotificationPreferencesPayload>;
@@ -33749,6 +33811,14 @@ export declare type JiraMutationCreateApproverListFieldArgs = {
33749
33811
  cloudId: Scalars['ID']['input'];
33750
33812
  input: JiraCreateApproverListFieldInput;
33751
33813
  };
33814
+ export declare type JiraMutationCreateCalendarIssueArgs = {
33815
+ configuration: JiraCalendarViewConfigurationInput;
33816
+ endDateInput?: InputMaybe<Scalars['DateTime']['input']>;
33817
+ issueTypeId: Scalars['ID']['input'];
33818
+ scope?: InputMaybe<JiraViewScopeInput>;
33819
+ startDateInput?: InputMaybe<Scalars['DateTime']['input']>;
33820
+ summary?: InputMaybe<Scalars['String']['input']>;
33821
+ };
33752
33822
  export declare type JiraMutationCreateIssueLinksArgs = {
33753
33823
  cloudId: Scalars['ID']['input'];
33754
33824
  input: JiraBulkCreateIssueLinksInput;
@@ -34028,6 +34098,9 @@ export declare type JiraMutationUpdateNumberFieldArgs = {
34028
34098
  export declare type JiraMutationUpdateParentFieldArgs = {
34029
34099
  input: JiraUpdateParentFieldInput;
34030
34100
  };
34101
+ export declare type JiraMutationUpdatePeopleFieldArgs = {
34102
+ input: JiraUpdatePeopleFieldInput;
34103
+ };
34031
34104
  export declare type JiraMutationUpdatePriorityFieldArgs = {
34032
34105
  input: JiraUpdatePriorityFieldInput;
34033
34106
  };
@@ -34687,6 +34760,7 @@ export declare type JiraPeopleFieldSelectedUsersConnectionArgs = {
34687
34760
  export declare type JiraPeopleFieldUsersArgs = {
34688
34761
  after?: InputMaybe<Scalars['String']['input']>;
34689
34762
  before?: InputMaybe<Scalars['String']['input']>;
34763
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
34690
34764
  first?: InputMaybe<Scalars['Int']['input']>;
34691
34765
  last?: InputMaybe<Scalars['Int']['input']>;
34692
34766
  searchBy?: InputMaybe<Scalars['String']['input']>;
@@ -35705,6 +35779,7 @@ export declare type JiraQuery = {
35705
35779
  issueSearchViewByNamespaceAndViewId?: Maybe<JiraIssueSearchView>;
35706
35780
  issuesByKey?: Maybe<Array<Maybe<JiraIssue>>>;
35707
35781
  jiraBulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenResponse>;
35782
+ jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
35708
35783
  jiraCalendar?: Maybe<JiraCalendar>;
35709
35784
  jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
35710
35785
  jiraProject?: Maybe<JiraProject>;
@@ -36090,6 +36165,10 @@ export declare type JiraQueryIssuesByKeyArgs = {
36090
36165
  export declare type JiraQueryJiraBulkTransitionsScreenArgs = {
36091
36166
  input: Array<JiraBulkTransitionScreenInput>;
36092
36167
  };
36168
+ export declare type JiraQueryJiraBulkTransitionsScreenDetailsArgs = {
36169
+ issueIds: Array<Scalars['ID']['input']>;
36170
+ transitionId: Scalars['Int']['input'];
36171
+ };
36093
36172
  export declare type JiraQueryJiraCalendarArgs = {
36094
36173
  configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
36095
36174
  scope?: InputMaybe<JiraViewScopeInput>;
@@ -39466,8 +39545,9 @@ export declare type JiraUserMetadata = {
39466
39545
  info?: Maybe<User>;
39467
39546
  status?: Maybe<JiraProjectRoleActorUserStatus>;
39468
39547
  };
39469
- export declare type JiraUserNavigationConfiguration = {
39548
+ export declare type JiraUserNavigationConfiguration = Node & {
39470
39549
  __typename?: 'JiraUserNavigationConfiguration';
39550
+ id: Scalars['ID']['output'];
39471
39551
  navItems: Array<JiraConfigurableNavigationItem>;
39472
39552
  navKey: Scalars['String']['output'];
39473
39553
  };
@@ -40799,6 +40879,51 @@ export declare type JswQuery = {
40799
40879
  export declare type JswQueryBoardScopeArgs = {
40800
40880
  boardId: Scalars['ID']['input'];
40801
40881
  };
40882
+ export declare type KnowledgeBaseMutationApi = {
40883
+ __typename?: 'KnowledgeBaseMutationApi';
40884
+ linkKnowledgeBaseSource?: Maybe<KnowledgeBaseMutationResponse>;
40885
+ unlinkKnowledgeBaseSource?: Maybe<KnowledgeBaseMutationResponse>;
40886
+ };
40887
+ export declare type KnowledgeBaseMutationApiLinkKnowledgeBaseSourceArgs = {
40888
+ container: Scalars['ID']['input'];
40889
+ url: Scalars['String']['input'];
40890
+ };
40891
+ export declare type KnowledgeBaseMutationApiUnlinkKnowledgeBaseSourceArgs = {
40892
+ id: Scalars['ID']['input'];
40893
+ };
40894
+ export declare type KnowledgeBaseMutationResponse = {
40895
+ __typename?: 'KnowledgeBaseMutationResponse';
40896
+ mutationError: MutationError;
40897
+ success: Scalars['Boolean']['output'];
40898
+ };
40899
+ export declare type KnowledgeBaseQueryApi = {
40900
+ __typename?: 'KnowledgeBaseQueryApi';
40901
+ knowledgeBase?: Maybe<KnowledgeBaseResponse>;
40902
+ };
40903
+ export declare type KnowledgeBaseQueryApiKnowledgeBaseArgs = {
40904
+ after?: InputMaybe<Scalars['String']['input']>;
40905
+ container: Scalars['ID']['input'];
40906
+ first?: InputMaybe<Scalars['Int']['input']>;
40907
+ };
40908
+ export declare type KnowledgeBaseResponse = KnowledgeBaseSources | QueryError;
40909
+ export declare type KnowledgeBaseSource = {
40910
+ __typename?: 'KnowledgeBaseSource';
40911
+ containerAri: Scalars['ID']['output'];
40912
+ entityReference: Scalars['String']['output'];
40913
+ id: Scalars['ID']['output'];
40914
+ name: Scalars['String']['output'];
40915
+ url: Scalars['String']['output'];
40916
+ };
40917
+ export declare type KnowledgeBaseSourceEdge = {
40918
+ __typename?: 'KnowledgeBaseSourceEdge';
40919
+ cursor?: Maybe<Scalars['String']['output']>;
40920
+ node: KnowledgeBaseSource;
40921
+ };
40922
+ export declare type KnowledgeBaseSources = {
40923
+ __typename?: 'KnowledgeBaseSources';
40924
+ edge: Array<Maybe<KnowledgeBaseSourceEdge>>;
40925
+ totalCount: Scalars['Int']['output'];
40926
+ };
40802
40927
  export declare type KnowledgeDiscoveryConfluenceEntity = ConfluenceBlogPost | ConfluencePage;
40803
40928
  export declare type KnowledgeDiscoveryCreateDefinitionInput = {
40804
40929
  definition: Scalars['String']['input'];
@@ -41549,10 +41674,21 @@ export declare type MarketplaceStoreLoggedInUser = {
41549
41674
  __typename?: 'MarketplaceStoreLoggedInUser';
41550
41675
  email: Scalars['String']['output'];
41551
41676
  id: Scalars['ID']['output'];
41677
+ lastVisitedDeveloperSpace?: Maybe<MarketplaceStoreLoggedInUserDeveloperSpace>;
41552
41678
  links?: Maybe<MarketplaceStoreLoggedInUserLinks>;
41553
41679
  name: Scalars['String']['output'];
41554
41680
  picture: Scalars['String']['output'];
41555
41681
  };
41682
+ export declare type MarketplaceStoreLoggedInUserLastVisitedDeveloperSpaceArgs = {
41683
+ developerId?: InputMaybe<Scalars['ID']['input']>;
41684
+ vendorId?: InputMaybe<Scalars['ID']['input']>;
41685
+ };
41686
+ export declare type MarketplaceStoreLoggedInUserDeveloperSpace = {
41687
+ __typename?: 'MarketplaceStoreLoggedInUserDeveloperSpace';
41688
+ id: Scalars['ID']['output'];
41689
+ name: Scalars['String']['output'];
41690
+ vendorId: Scalars['ID']['output'];
41691
+ };
41556
41692
  export declare type MarketplaceStoreLoggedInUserLinks = {
41557
41693
  __typename?: 'MarketplaceStoreLoggedInUserLinks';
41558
41694
  addons: Scalars['String']['output'];
@@ -42151,6 +42287,7 @@ export declare type Mutation = {
42151
42287
  jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
42152
42288
  jsmChat?: Maybe<JsmChatMutation>;
42153
42289
  jsw?: Maybe<JswMutation>;
42290
+ knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
42154
42291
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
42155
42292
  marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
42156
42293
  mercuryGoal?: Maybe<MercuryGoalMutationApi>;
@@ -42452,6 +42589,9 @@ export declare type MutationInvokeExtensionArgs = {
42452
42589
  export declare type MutationInvokePolarisObjectArgs = {
42453
42590
  input: InvokePolarisObjectInput;
42454
42591
  };
42592
+ export declare type MutationKnowledgeBaseArgs = {
42593
+ cloudId: Scalars['ID']['input'];
42594
+ };
42455
42595
  export declare type MutationMoveSprintDownArgs = {
42456
42596
  input?: InputMaybe<MoveSprintDownInput>;
42457
42597
  };
@@ -44887,6 +45027,7 @@ export declare type Query = {
44887
45027
  jiraReleases?: Maybe<JiraReleases>;
44888
45028
  jsmChat?: Maybe<JsmChatQuery>;
44889
45029
  jsw?: Maybe<JswQuery>;
45030
+ knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
44890
45031
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
44891
45032
  marketplaceApp?: Maybe<MarketplaceApp>;
44892
45033
  marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
@@ -45224,6 +45365,9 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
45224
45365
  first?: InputMaybe<Scalars['Int']['input']>;
45225
45366
  id: Scalars['ID']['input'];
45226
45367
  };
45368
+ export declare type QueryKnowledgeBaseArgs = {
45369
+ cloudId: Scalars['ID']['input'];
45370
+ };
45227
45371
  export declare type QueryMarketplaceAppArgs = {
45228
45372
  appId: Scalars['ID']['input'];
45229
45373
  };
@@ -45462,6 +45606,7 @@ export declare enum RateLimitingCurrency {
45462
45606
  HelpCenterCurrency = "HELP_CENTER_CURRENCY",
45463
45607
  HelpLayoutCurrency = "HELP_LAYOUT_CURRENCY",
45464
45608
  HelpObjectStoreCurrency = "HELP_OBJECT_STORE_CURRENCY",
45609
+ KnowledgeBaseCurrency = "KNOWLEDGE_BASE_CURRENCY",
45465
45610
  PolarisBetaUserCurrency = "POLARIS_BETA_USER_CURRENCY",
45466
45611
  PolarisCollabTokenQueryCurrency = "POLARIS_COLLAB_TOKEN_QUERY_CURRENCY",
45467
45612
  PolarisCommentCurrency = "POLARIS_COMMENT_CURRENCY",
@@ -49713,6 +49858,7 @@ export declare type ToolchainDisassociateEntitiesInput = {
49713
49858
  };
49714
49859
  export declare type ToolchainDisassociateEntitiesPayload = Payload & {
49715
49860
  __typename?: 'ToolchainDisassociateEntitiesPayload';
49861
+ entities?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
49716
49862
  errors?: Maybe<Array<MutationError>>;
49717
49863
  fromEntities?: Maybe<Array<Maybe<JiraIssue>>>;
49718
49864
  success: Scalars['Boolean']['output'];