@forge/cli-shared 6.4.0-next.2 → 6.4.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.
@@ -6417,6 +6417,7 @@ export declare type CompassScorecardMetricCriterionScore = CompassScorecardCrite
6417
6417
  export declare type CompassScorecardQueryFilter = {
6418
6418
  componentTypeIds?: InputMaybe<CompassScorecardAppliedToComponentsTypesFilter>;
6419
6419
  name?: InputMaybe<Scalars['String']['input']>;
6420
+ state?: InputMaybe<Scalars['String']['input']>;
6420
6421
  type?: InputMaybe<CompassScorecardTypesFilter>;
6421
6422
  };
6422
6423
  export declare type CompassScorecardQuerySort = {
@@ -14334,6 +14335,49 @@ export declare type ConnectedDataQueryServicesArgs = {
14334
14335
  cloudId: Scalars['ID']['input'];
14335
14336
  id: Scalars['ID']['input'];
14336
14337
  };
14338
+ export declare type ConnectionManagerConfiguration = {
14339
+ __typename?: 'ConnectionManagerConfiguration';
14340
+ parameters?: Maybe<Scalars['String']['output']>;
14341
+ };
14342
+ export declare type ConnectionManagerConfigurationInput = {
14343
+ parameters?: InputMaybe<Scalars['String']['input']>;
14344
+ };
14345
+ export declare type ConnectionManagerConnection = {
14346
+ __typename?: 'ConnectionManagerConnection';
14347
+ configuration?: Maybe<ConnectionManagerConfiguration>;
14348
+ connectionId?: Maybe<Scalars['String']['output']>;
14349
+ integrationKey?: Maybe<Scalars['String']['output']>;
14350
+ name?: Maybe<Scalars['String']['output']>;
14351
+ };
14352
+ export declare type ConnectionManagerConnections = {
14353
+ __typename?: 'ConnectionManagerConnections';
14354
+ connections?: Maybe<Array<Maybe<ConnectionManagerConnection>>>;
14355
+ };
14356
+ export declare type ConnectionManagerConnectionsByJiraProjectResult = ConnectionManagerConnections | QueryError;
14357
+ export declare type ConnectionManagerConnectionsFilter = {
14358
+ integrationKey?: InputMaybe<Scalars['String']['input']>;
14359
+ };
14360
+ export declare type ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload = Payload & {
14361
+ __typename?: 'ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload';
14362
+ createdConnectionId?: Maybe<Scalars['ID']['output']>;
14363
+ errors?: Maybe<Array<MutationError>>;
14364
+ success: Scalars['Boolean']['output'];
14365
+ };
14366
+ export declare type ConnectionManagerCreateApiTokenConnectionInput = {
14367
+ configuration?: InputMaybe<ConnectionManagerConfigurationInput>;
14368
+ integrationKey?: InputMaybe<Scalars['String']['input']>;
14369
+ name?: InputMaybe<Scalars['String']['input']>;
14370
+ tokens?: InputMaybe<Array<InputMaybe<ConnectionManagerTokenInput>>>;
14371
+ };
14372
+ export declare type ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload = Payload & {
14373
+ __typename?: 'ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload';
14374
+ errors?: Maybe<Array<MutationError>>;
14375
+ success: Scalars['Boolean']['output'];
14376
+ };
14377
+ export declare type ConnectionManagerTokenInput = {
14378
+ token?: InputMaybe<Scalars['String']['input']>;
14379
+ tokenId?: InputMaybe<Scalars['String']['input']>;
14380
+ };
14337
14381
  export declare type ContainerEventObject = {
14338
14382
  __typename?: 'ContainerEventObject';
14339
14383
  attributes: Scalars['JSON']['output'];
@@ -19521,7 +19565,7 @@ export declare type EarliestViewViewedForUser = {
19521
19565
  };
19522
19566
  export declare type EcosystemApp = App | EcosystemConnectApp;
19523
19567
  export declare type EcosystemAppInstallationOverridesInput = {
19524
- licenseMode?: InputMaybe<EcosystemLicenseMode>;
19568
+ licenseModes?: InputMaybe<Array<EcosystemLicenseMode>>;
19525
19569
  usersWithAccess?: InputMaybe<Array<Scalars['ID']['input']>>;
19526
19570
  };
19527
19571
  export declare type EcosystemAppNetworkEgressPermission = {
@@ -19725,6 +19769,7 @@ export declare type EcosystemQuery = {
19725
19769
  forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
19726
19770
  forgeMetrics?: Maybe<ForgeMetricsQuery>;
19727
19771
  fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
19772
+ userAccess?: Maybe<UserAccess>;
19728
19773
  userGrants?: Maybe<UserGrantConnection>;
19729
19774
  userInstallationRules?: Maybe<UserInstallationRules>;
19730
19775
  };
@@ -19783,6 +19828,11 @@ export declare type EcosystemQueryForgeMetricsArgs = {
19783
19828
  export declare type EcosystemQueryFortifiedMetricsArgs = {
19784
19829
  appKey: Scalars['ID']['input'];
19785
19830
  };
19831
+ export declare type EcosystemQueryUserAccessArgs = {
19832
+ contextId: Scalars['ID']['input'];
19833
+ definitionId: Scalars['ID']['input'];
19834
+ userAaid: Scalars['ID']['input'];
19835
+ };
19786
19836
  export declare type EcosystemQueryUserGrantsArgs = {
19787
19837
  after?: InputMaybe<Scalars['String']['input']>;
19788
19838
  before?: InputMaybe<Scalars['String']['input']>;
@@ -19906,11 +19956,15 @@ export declare type Extension = {
19906
19956
  scopes: Array<Scalars['String']['output']>;
19907
19957
  securityPolicies?: Maybe<Array<AppSecurityPoliciesPermissionExtension>>;
19908
19958
  type: Scalars['String']['output'];
19959
+ userAccess: UserAccess;
19909
19960
  versionId: Scalars['ID']['output'];
19910
19961
  };
19911
19962
  export declare type ExtensionDataClassificationPolicyDecisionArgs = {
19912
19963
  input: DataClassificationPolicyDecisionInput;
19913
19964
  };
19965
+ export declare type ExtensionUserAccessArgs = {
19966
+ userAaid: Scalars['ID']['input'];
19967
+ };
19914
19968
  export declare type ExtensionContext = {
19915
19969
  __typename?: 'ExtensionContext';
19916
19970
  appAuditLogs: AppAuditConnection;
@@ -25275,7 +25329,9 @@ export declare type GraphStore = {
25275
25329
  appInstallationAssociatedToSecurityWorkspaceInverseRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
25276
25330
  appInstallationAssociatedToSecurityWorkspaceRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
25277
25331
  atlasGoalHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection>;
25332
+ atlasGoalHasFollower?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerConnection>;
25278
25333
  atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
25334
+ atlasGoalHasOwner?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerConnection>;
25279
25335
  atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
25280
25336
  atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
25281
25337
  atlasGoalHasSubAtlasGoalInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalInverseConnection>;
@@ -25285,8 +25341,11 @@ export declare type GraphStore = {
25285
25341
  atlasProjectContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullAtlasProjectContributesToAtlasGoalConnection>;
25286
25342
  atlasProjectDependsOnAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection>;
25287
25343
  atlasProjectDependsOnAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection>;
25344
+ atlasProjectHasContributor?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorConnection>;
25288
25345
  atlasProjectHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection>;
25346
+ atlasProjectHasFollower?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerConnection>;
25289
25347
  atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
25348
+ atlasProjectHasOwner?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerConnection>;
25290
25349
  atlasProjectHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection>;
25291
25350
  atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
25292
25351
  atlasProjectIsRelatedToAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection>;
@@ -25400,6 +25459,7 @@ export declare type GraphStore = {
25400
25459
  issueChangesComponentInverse?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseConnection>;
25401
25460
  issueChangesComponentInverseRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
25402
25461
  issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
25462
+ issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
25403
25463
  issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
25404
25464
  issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
25405
25465
  issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
@@ -25621,9 +25681,14 @@ export declare type GraphStore = {
25621
25681
  testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
25622
25682
  testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
25623
25683
  userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
25684
+ userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
25624
25685
  userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
25686
+ userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
25687
+ userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
25625
25688
  userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
25689
+ userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
25626
25690
  userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
25691
+ userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
25627
25692
  versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
25628
25693
  versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
25629
25694
  versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
@@ -25693,6 +25758,13 @@ export declare type GraphStoreAtlasGoalHasContributorInverseArgs = {
25693
25758
  id: Scalars['ID']['input'];
25694
25759
  sort?: InputMaybe<GraphStoreAtlasGoalHasContributorSortInput>;
25695
25760
  };
25761
+ export declare type GraphStoreAtlasGoalHasFollowerArgs = {
25762
+ after?: InputMaybe<Scalars['String']['input']>;
25763
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25764
+ first?: InputMaybe<Scalars['Int']['input']>;
25765
+ id: Scalars['ID']['input'];
25766
+ sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
25767
+ };
25696
25768
  export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
25697
25769
  after?: InputMaybe<Scalars['String']['input']>;
25698
25770
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -25700,6 +25772,13 @@ export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
25700
25772
  id: Scalars['ID']['input'];
25701
25773
  sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
25702
25774
  };
25775
+ export declare type GraphStoreAtlasGoalHasOwnerArgs = {
25776
+ after?: InputMaybe<Scalars['String']['input']>;
25777
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25778
+ first?: InputMaybe<Scalars['Int']['input']>;
25779
+ id: Scalars['ID']['input'];
25780
+ sort?: InputMaybe<GraphStoreAtlasGoalHasOwnerSortInput>;
25781
+ };
25703
25782
  export declare type GraphStoreAtlasGoalHasOwnerInverseArgs = {
25704
25783
  after?: InputMaybe<Scalars['String']['input']>;
25705
25784
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -25759,6 +25838,13 @@ export declare type GraphStoreAtlasProjectDependsOnAtlasProjectInverseArgs = {
25759
25838
  id: Scalars['ID']['input'];
25760
25839
  sort?: InputMaybe<GraphStoreAtlasProjectDependsOnAtlasProjectSortInput>;
25761
25840
  };
25841
+ export declare type GraphStoreAtlasProjectHasContributorArgs = {
25842
+ after?: InputMaybe<Scalars['String']['input']>;
25843
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25844
+ first?: InputMaybe<Scalars['Int']['input']>;
25845
+ id: Scalars['ID']['input'];
25846
+ sort?: InputMaybe<GraphStoreAtlasProjectHasContributorSortInput>;
25847
+ };
25762
25848
  export declare type GraphStoreAtlasProjectHasContributorInverseArgs = {
25763
25849
  after?: InputMaybe<Scalars['String']['input']>;
25764
25850
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -25766,6 +25852,13 @@ export declare type GraphStoreAtlasProjectHasContributorInverseArgs = {
25766
25852
  id: Scalars['ID']['input'];
25767
25853
  sort?: InputMaybe<GraphStoreAtlasProjectHasContributorSortInput>;
25768
25854
  };
25855
+ export declare type GraphStoreAtlasProjectHasFollowerArgs = {
25856
+ after?: InputMaybe<Scalars['String']['input']>;
25857
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25858
+ first?: InputMaybe<Scalars['Int']['input']>;
25859
+ id: Scalars['ID']['input'];
25860
+ sort?: InputMaybe<GraphStoreAtlasProjectHasFollowerSortInput>;
25861
+ };
25769
25862
  export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
25770
25863
  after?: InputMaybe<Scalars['String']['input']>;
25771
25864
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -25773,6 +25866,13 @@ export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
25773
25866
  id: Scalars['ID']['input'];
25774
25867
  sort?: InputMaybe<GraphStoreAtlasProjectHasFollowerSortInput>;
25775
25868
  };
25869
+ export declare type GraphStoreAtlasProjectHasOwnerArgs = {
25870
+ after?: InputMaybe<Scalars['String']['input']>;
25871
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25872
+ first?: InputMaybe<Scalars['Int']['input']>;
25873
+ id: Scalars['ID']['input'];
25874
+ sort?: InputMaybe<GraphStoreAtlasProjectHasOwnerSortInput>;
25875
+ };
25776
25876
  export declare type GraphStoreAtlasProjectHasOwnerInverseArgs = {
25777
25877
  after?: InputMaybe<Scalars['String']['input']>;
25778
25878
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -26469,6 +26569,13 @@ export declare type GraphStoreIssueChangesComponentRelationshipArgs = {
26469
26569
  first?: InputMaybe<Scalars['Int']['input']>;
26470
26570
  id: Scalars['ID']['input'];
26471
26571
  };
26572
+ export declare type GraphStoreIssueHasAssigneeArgs = {
26573
+ after?: InputMaybe<Scalars['String']['input']>;
26574
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26575
+ first?: InputMaybe<Scalars['Int']['input']>;
26576
+ id: Scalars['ID']['input'];
26577
+ sort?: InputMaybe<GraphStoreIssueHasAssigneeSortInput>;
26578
+ };
26472
26579
  export declare type GraphStoreIssueHasAssigneeInverseArgs = {
26473
26580
  after?: InputMaybe<Scalars['String']['input']>;
26474
26581
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -27871,6 +27978,13 @@ export declare type GraphStoreUserAuthoredPrArgs = {
27871
27978
  id: Scalars['ID']['input'];
27872
27979
  sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
27873
27980
  };
27981
+ export declare type GraphStoreUserAuthoredPrInverseArgs = {
27982
+ after?: InputMaybe<Scalars['String']['input']>;
27983
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27984
+ first?: InputMaybe<Scalars['Int']['input']>;
27985
+ id: Scalars['ID']['input'];
27986
+ sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
27987
+ };
27874
27988
  export declare type GraphStoreUserHasTopProjectArgs = {
27875
27989
  after?: InputMaybe<Scalars['String']['input']>;
27876
27990
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -27878,6 +27992,20 @@ export declare type GraphStoreUserHasTopProjectArgs = {
27878
27992
  id: Scalars['ID']['input'];
27879
27993
  sort?: InputMaybe<GraphStoreUserHasTopProjectSortInput>;
27880
27994
  };
27995
+ export declare type GraphStoreUserHasTopProjectInverseArgs = {
27996
+ after?: InputMaybe<Scalars['String']['input']>;
27997
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27998
+ first?: InputMaybe<Scalars['Int']['input']>;
27999
+ id: Scalars['ID']['input'];
28000
+ sort?: InputMaybe<GraphStoreUserHasTopProjectSortInput>;
28001
+ };
28002
+ export declare type GraphStoreUserIsInTeamInverseArgs = {
28003
+ after?: InputMaybe<Scalars['String']['input']>;
28004
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
28005
+ first?: InputMaybe<Scalars['Int']['input']>;
28006
+ id: Scalars['ID']['input'];
28007
+ sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
28008
+ };
27881
28009
  export declare type GraphStoreUserOwnsComponentArgs = {
27882
28010
  after?: InputMaybe<Scalars['String']['input']>;
27883
28011
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -27885,6 +28013,13 @@ export declare type GraphStoreUserOwnsComponentArgs = {
27885
28013
  id: Scalars['ID']['input'];
27886
28014
  sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
27887
28015
  };
28016
+ export declare type GraphStoreUserOwnsComponentInverseArgs = {
28017
+ after?: InputMaybe<Scalars['String']['input']>;
28018
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
28019
+ first?: InputMaybe<Scalars['Int']['input']>;
28020
+ id: Scalars['ID']['input'];
28021
+ sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
28022
+ };
27888
28023
  export declare type GraphStoreUserReviewsPrArgs = {
27889
28024
  after?: InputMaybe<Scalars['String']['input']>;
27890
28025
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -27892,6 +28027,13 @@ export declare type GraphStoreUserReviewsPrArgs = {
27892
28027
  id: Scalars['ID']['input'];
27893
28028
  sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
27894
28029
  };
28030
+ export declare type GraphStoreUserReviewsPrInverseArgs = {
28031
+ after?: InputMaybe<Scalars['String']['input']>;
28032
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
28033
+ first?: InputMaybe<Scalars['Int']['input']>;
28034
+ id: Scalars['ID']['input'];
28035
+ sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
28036
+ };
27895
28037
  export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
27896
28038
  after?: InputMaybe<Scalars['String']['input']>;
27897
28039
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -33905,6 +34047,19 @@ export declare type GraphStoreSimplifiedAtlasGoalHasContributorInverseEdge = {
33905
34047
  node?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseUnion>;
33906
34048
  };
33907
34049
  export declare type GraphStoreSimplifiedAtlasGoalHasContributorInverseUnion = TownsquareGoal;
34050
+ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerConnection = HasPageInfo & {
34051
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerConnection';
34052
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerEdge>>>;
34053
+ pageInfo: PageInfo;
34054
+ };
34055
+ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerEdge = {
34056
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerEdge';
34057
+ createdAt: Scalars['DateTime']['output'];
34058
+ cursor?: Maybe<Scalars['String']['output']>;
34059
+ id: Scalars['ID']['output'];
34060
+ lastUpdated: Scalars['DateTime']['output'];
34061
+ node?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerUnion>;
34062
+ };
33908
34063
  export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection = HasPageInfo & {
33909
34064
  __typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection';
33910
34065
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge>>>;
@@ -33919,6 +34074,20 @@ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge = {
33919
34074
  node?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion>;
33920
34075
  };
33921
34076
  export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion = TownsquareGoal;
34077
+ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerUnion = AppUser | AtlassianAccountUser | CustomerUser;
34078
+ export declare type GraphStoreSimplifiedAtlasGoalHasOwnerConnection = HasPageInfo & {
34079
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerConnection';
34080
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerEdge>>>;
34081
+ pageInfo: PageInfo;
34082
+ };
34083
+ export declare type GraphStoreSimplifiedAtlasGoalHasOwnerEdge = {
34084
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerEdge';
34085
+ createdAt: Scalars['DateTime']['output'];
34086
+ cursor?: Maybe<Scalars['String']['output']>;
34087
+ id: Scalars['ID']['output'];
34088
+ lastUpdated: Scalars['DateTime']['output'];
34089
+ node?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerUnion>;
34090
+ };
33922
34091
  export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection = HasPageInfo & {
33923
34092
  __typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection';
33924
34093
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge>>>;
@@ -33933,6 +34102,7 @@ export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge = {
33933
34102
  node?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseUnion>;
33934
34103
  };
33935
34104
  export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseUnion = TownsquareGoal;
34105
+ export declare type GraphStoreSimplifiedAtlasGoalHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
33936
34106
  export declare type GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection = HasPageInfo & {
33937
34107
  __typename?: 'GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection';
33938
34108
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalEdge>>>;
@@ -34017,6 +34187,19 @@ export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverse
34017
34187
  };
34018
34188
  export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseUnion = TownsquareProject;
34019
34189
  export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectUnion = TownsquareProject;
34190
+ export declare type GraphStoreSimplifiedAtlasProjectHasContributorConnection = HasPageInfo & {
34191
+ __typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorConnection';
34192
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasContributorEdge>>>;
34193
+ pageInfo: PageInfo;
34194
+ };
34195
+ export declare type GraphStoreSimplifiedAtlasProjectHasContributorEdge = {
34196
+ __typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorEdge';
34197
+ createdAt: Scalars['DateTime']['output'];
34198
+ cursor?: Maybe<Scalars['String']['output']>;
34199
+ id: Scalars['ID']['output'];
34200
+ lastUpdated: Scalars['DateTime']['output'];
34201
+ node?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorUnion>;
34202
+ };
34020
34203
  export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection = HasPageInfo & {
34021
34204
  __typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection';
34022
34205
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge>>>;
@@ -34031,6 +34214,20 @@ export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge =
34031
34214
  node?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseUnion>;
34032
34215
  };
34033
34216
  export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseUnion = TownsquareProject;
34217
+ export declare type GraphStoreSimplifiedAtlasProjectHasContributorUnion = AppUser | AtlassianAccountUser | CustomerUser;
34218
+ export declare type GraphStoreSimplifiedAtlasProjectHasFollowerConnection = HasPageInfo & {
34219
+ __typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerConnection';
34220
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerEdge>>>;
34221
+ pageInfo: PageInfo;
34222
+ };
34223
+ export declare type GraphStoreSimplifiedAtlasProjectHasFollowerEdge = {
34224
+ __typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerEdge';
34225
+ createdAt: Scalars['DateTime']['output'];
34226
+ cursor?: Maybe<Scalars['String']['output']>;
34227
+ id: Scalars['ID']['output'];
34228
+ lastUpdated: Scalars['DateTime']['output'];
34229
+ node?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerUnion>;
34230
+ };
34034
34231
  export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection = HasPageInfo & {
34035
34232
  __typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection';
34036
34233
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge>>>;
@@ -34045,6 +34242,20 @@ export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge = {
34045
34242
  node?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion>;
34046
34243
  };
34047
34244
  export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion = TownsquareProject;
34245
+ export declare type GraphStoreSimplifiedAtlasProjectHasFollowerUnion = AppUser | AtlassianAccountUser | CustomerUser;
34246
+ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerConnection = HasPageInfo & {
34247
+ __typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerConnection';
34248
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerEdge>>>;
34249
+ pageInfo: PageInfo;
34250
+ };
34251
+ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerEdge = {
34252
+ __typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerEdge';
34253
+ createdAt: Scalars['DateTime']['output'];
34254
+ cursor?: Maybe<Scalars['String']['output']>;
34255
+ id: Scalars['ID']['output'];
34256
+ lastUpdated: Scalars['DateTime']['output'];
34257
+ node?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerUnion>;
34258
+ };
34048
34259
  export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection = HasPageInfo & {
34049
34260
  __typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection';
34050
34261
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge>>>;
@@ -34059,6 +34270,7 @@ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge = {
34059
34270
  node?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion>;
34060
34271
  };
34061
34272
  export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion = TownsquareProject;
34273
+ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
34062
34274
  export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection = HasPageInfo & {
34063
34275
  __typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection';
34064
34276
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectEdge>>>;
@@ -34759,6 +34971,19 @@ export declare type GraphStoreSimplifiedIssueChangesComponentInverseEdge = {
34759
34971
  };
34760
34972
  export declare type GraphStoreSimplifiedIssueChangesComponentInverseUnion = JiraIssue;
34761
34973
  export declare type GraphStoreSimplifiedIssueChangesComponentUnion = CompassComponent;
34974
+ export declare type GraphStoreSimplifiedIssueHasAssigneeConnection = HasPageInfo & {
34975
+ __typename?: 'GraphStoreSimplifiedIssueHasAssigneeConnection';
34976
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAssigneeEdge>>>;
34977
+ pageInfo: PageInfo;
34978
+ };
34979
+ export declare type GraphStoreSimplifiedIssueHasAssigneeEdge = {
34980
+ __typename?: 'GraphStoreSimplifiedIssueHasAssigneeEdge';
34981
+ createdAt: Scalars['DateTime']['output'];
34982
+ cursor?: Maybe<Scalars['String']['output']>;
34983
+ id: Scalars['ID']['output'];
34984
+ lastUpdated: Scalars['DateTime']['output'];
34985
+ node?: Maybe<GraphStoreSimplifiedIssueHasAssigneeUnion>;
34986
+ };
34762
34987
  export declare type GraphStoreSimplifiedIssueHasAssigneeInverseConnection = HasPageInfo & {
34763
34988
  __typename?: 'GraphStoreSimplifiedIssueHasAssigneeInverseConnection';
34764
34989
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseEdge>>>;
@@ -34773,6 +34998,7 @@ export declare type GraphStoreSimplifiedIssueHasAssigneeInverseEdge = {
34773
34998
  node?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseUnion>;
34774
34999
  };
34775
35000
  export declare type GraphStoreSimplifiedIssueHasAssigneeInverseUnion = JiraIssue;
35001
+ export declare type GraphStoreSimplifiedIssueHasAssigneeUnion = AppUser | AtlassianAccountUser | CustomerUser;
34776
35002
  export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
34777
35003
  __typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
34778
35004
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
@@ -36446,6 +36672,20 @@ export declare type GraphStoreSimplifiedUserAuthoredPrEdge = {
36446
36672
  lastUpdated: Scalars['DateTime']['output'];
36447
36673
  node?: Maybe<GraphStoreSimplifiedUserAuthoredPrUnion>;
36448
36674
  };
36675
+ export declare type GraphStoreSimplifiedUserAuthoredPrInverseConnection = HasPageInfo & {
36676
+ __typename?: 'GraphStoreSimplifiedUserAuthoredPrInverseConnection';
36677
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredPrInverseEdge>>>;
36678
+ pageInfo: PageInfo;
36679
+ };
36680
+ export declare type GraphStoreSimplifiedUserAuthoredPrInverseEdge = {
36681
+ __typename?: 'GraphStoreSimplifiedUserAuthoredPrInverseEdge';
36682
+ createdAt: Scalars['DateTime']['output'];
36683
+ cursor?: Maybe<Scalars['String']['output']>;
36684
+ id: Scalars['ID']['output'];
36685
+ lastUpdated: Scalars['DateTime']['output'];
36686
+ node?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseUnion>;
36687
+ };
36688
+ export declare type GraphStoreSimplifiedUserAuthoredPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
36449
36689
  export declare type GraphStoreSimplifiedUserAuthoredPrUnion = DevOpsPullRequestDetails;
36450
36690
  export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
36451
36691
  __typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
@@ -36460,7 +36700,35 @@ export declare type GraphStoreSimplifiedUserHasTopProjectEdge = {
36460
36700
  lastUpdated: Scalars['DateTime']['output'];
36461
36701
  node?: Maybe<GraphStoreSimplifiedUserHasTopProjectUnion>;
36462
36702
  };
36703
+ export declare type GraphStoreSimplifiedUserHasTopProjectInverseConnection = HasPageInfo & {
36704
+ __typename?: 'GraphStoreSimplifiedUserHasTopProjectInverseConnection';
36705
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopProjectInverseEdge>>>;
36706
+ pageInfo: PageInfo;
36707
+ };
36708
+ export declare type GraphStoreSimplifiedUserHasTopProjectInverseEdge = {
36709
+ __typename?: 'GraphStoreSimplifiedUserHasTopProjectInverseEdge';
36710
+ createdAt: Scalars['DateTime']['output'];
36711
+ cursor?: Maybe<Scalars['String']['output']>;
36712
+ id: Scalars['ID']['output'];
36713
+ lastUpdated: Scalars['DateTime']['output'];
36714
+ node?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseUnion>;
36715
+ };
36716
+ export declare type GraphStoreSimplifiedUserHasTopProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
36463
36717
  export declare type GraphStoreSimplifiedUserHasTopProjectUnion = JiraProject;
36718
+ export declare type GraphStoreSimplifiedUserIsInTeamInverseConnection = HasPageInfo & {
36719
+ __typename?: 'GraphStoreSimplifiedUserIsInTeamInverseConnection';
36720
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserIsInTeamInverseEdge>>>;
36721
+ pageInfo: PageInfo;
36722
+ };
36723
+ export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
36724
+ __typename?: 'GraphStoreSimplifiedUserIsInTeamInverseEdge';
36725
+ createdAt: Scalars['DateTime']['output'];
36726
+ cursor?: Maybe<Scalars['String']['output']>;
36727
+ id: Scalars['ID']['output'];
36728
+ lastUpdated: Scalars['DateTime']['output'];
36729
+ node?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseUnion>;
36730
+ };
36731
+ export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
36464
36732
  export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
36465
36733
  __typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
36466
36734
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
@@ -36476,6 +36744,22 @@ export declare type GraphStoreSimplifiedUserOwnsComponentEdge = {
36476
36744
  lastUpdated: Scalars['DateTime']['output'];
36477
36745
  node?: Maybe<GraphStoreSimplifiedUserOwnsComponentUnion>;
36478
36746
  };
36747
+ export declare type GraphStoreSimplifiedUserOwnsComponentInverseConnection = HasPageInfo & HasTotal & {
36748
+ __typename?: 'GraphStoreSimplifiedUserOwnsComponentInverseConnection';
36749
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentInverseEdge>>>;
36750
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
36751
+ pageInfo: PageInfo;
36752
+ totalCount?: Maybe<Scalars['Int']['output']>;
36753
+ };
36754
+ export declare type GraphStoreSimplifiedUserOwnsComponentInverseEdge = {
36755
+ __typename?: 'GraphStoreSimplifiedUserOwnsComponentInverseEdge';
36756
+ createdAt: Scalars['DateTime']['output'];
36757
+ cursor?: Maybe<Scalars['String']['output']>;
36758
+ id: Scalars['ID']['output'];
36759
+ lastUpdated: Scalars['DateTime']['output'];
36760
+ node?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseUnion>;
36761
+ };
36762
+ export declare type GraphStoreSimplifiedUserOwnsComponentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
36479
36763
  export declare type GraphStoreSimplifiedUserOwnsComponentUnion = CompassComponent;
36480
36764
  export declare type GraphStoreSimplifiedUserReviewsPrConnection = HasPageInfo & {
36481
36765
  __typename?: 'GraphStoreSimplifiedUserReviewsPrConnection';
@@ -36490,6 +36774,20 @@ export declare type GraphStoreSimplifiedUserReviewsPrEdge = {
36490
36774
  lastUpdated: Scalars['DateTime']['output'];
36491
36775
  node?: Maybe<GraphStoreSimplifiedUserReviewsPrUnion>;
36492
36776
  };
36777
+ export declare type GraphStoreSimplifiedUserReviewsPrInverseConnection = HasPageInfo & {
36778
+ __typename?: 'GraphStoreSimplifiedUserReviewsPrInverseConnection';
36779
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReviewsPrInverseEdge>>>;
36780
+ pageInfo: PageInfo;
36781
+ };
36782
+ export declare type GraphStoreSimplifiedUserReviewsPrInverseEdge = {
36783
+ __typename?: 'GraphStoreSimplifiedUserReviewsPrInverseEdge';
36784
+ createdAt: Scalars['DateTime']['output'];
36785
+ cursor?: Maybe<Scalars['String']['output']>;
36786
+ id: Scalars['ID']['output'];
36787
+ lastUpdated: Scalars['DateTime']['output'];
36788
+ node?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseUnion>;
36789
+ };
36790
+ export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
36493
36791
  export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails;
36494
36792
  export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
36495
36793
  __typename?: 'GraphStoreSimplifiedVersionAssociatedBranchInverseConnection';
@@ -37153,6 +37451,9 @@ export declare type GraphStoreUserAuthoredPrSortInput = {
37153
37451
  export declare type GraphStoreUserHasTopProjectSortInput = {
37154
37452
  lastModified?: InputMaybe<GraphStoreSortInput>;
37155
37453
  };
37454
+ export declare type GraphStoreUserIsInTeamSortInput = {
37455
+ lastModified?: InputMaybe<GraphStoreSortInput>;
37456
+ };
37156
37457
  export declare type GraphStoreUserOwnsComponentSortInput = {
37157
37458
  createdAt?: InputMaybe<GraphStoreSortInput>;
37158
37459
  fromAti?: InputMaybe<GraphStoreSortInput>;
@@ -37717,6 +38018,7 @@ export declare type HelpCenter = Node & {
37717
38018
  __typename?: 'HelpCenter';
37718
38019
  announcements?: Maybe<HelpCenterAnnouncements>;
37719
38020
  helpCenterBranding?: Maybe<HelpCenterBranding>;
38021
+ hoistedProjectId?: Maybe<Scalars['ID']['output']>;
37720
38022
  homePageLayout?: Maybe<HelpCenterHomePageLayout>;
37721
38023
  id: Scalars['ID']['output'];
37722
38024
  lastUpdated?: Maybe<Scalars['String']['output']>;
@@ -57137,6 +57439,18 @@ export declare type MarketplaceConsoleConnectFrameworkAttributes = {
57137
57439
  export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
57138
57440
  href: Scalars['String']['input'];
57139
57441
  };
57442
+ export declare type MarketplaceConsoleCreatePrivateAppVersionError = MarketplaceConsoleError & {
57443
+ __typename?: 'MarketplaceConsoleCreatePrivateAppVersionError';
57444
+ id: Scalars['ID']['output'];
57445
+ message: Scalars['String']['output'];
57446
+ path?: Maybe<Scalars['String']['output']>;
57447
+ subCode?: Maybe<Scalars['String']['output']>;
57448
+ };
57449
+ export declare type MarketplaceConsoleCreatePrivateAppVersionKnownError = {
57450
+ __typename?: 'MarketplaceConsoleCreatePrivateAppVersionKnownError';
57451
+ errors?: Maybe<Array<Maybe<MarketplaceConsoleCreatePrivateAppVersionError>>>;
57452
+ };
57453
+ export declare type MarketplaceConsoleCreatePrivateAppVersionMutationOutput = MarketplaceConsoleCreatePrivateAppVersionKnownError | MarketplaceConsoleCreatePrivateAppVersionMutationResponse;
57140
57454
  export declare type MarketplaceConsoleCreatePrivateAppVersionMutationResponse = {
57141
57455
  __typename?: 'MarketplaceConsoleCreatePrivateAppVersionMutationResponse';
57142
57456
  resourceUrl?: Maybe<Scalars['String']['output']>;
@@ -57424,6 +57738,22 @@ export declare type MarketplaceConsoleListingScreenshotInput = {
57424
57738
  caption?: InputMaybe<Scalars['String']['input']>;
57425
57739
  imageUrl: Scalars['String']['input'];
57426
57740
  };
57741
+ export declare type MarketplaceConsoleMakeAppPublicError = MarketplaceConsoleError & {
57742
+ __typename?: 'MarketplaceConsoleMakeAppPublicError';
57743
+ id: Scalars['ID']['output'];
57744
+ message: Scalars['String']['output'];
57745
+ path?: Maybe<Scalars['String']['output']>;
57746
+ subCode?: Maybe<Scalars['String']['output']>;
57747
+ };
57748
+ export declare type MarketplaceConsoleMakeAppPublicKnownError = {
57749
+ __typename?: 'MarketplaceConsoleMakeAppPublicKnownError';
57750
+ errors?: Maybe<Array<Maybe<MarketplaceConsoleMakeAppPublicError>>>;
57751
+ };
57752
+ export declare type MarketplaceConsoleMakeAppVersionPublicChecks = {
57753
+ __typename?: 'MarketplaceConsoleMakeAppVersionPublicChecks';
57754
+ isServerVersionWithDCPublishableCounterpart: Scalars['Boolean']['output'];
57755
+ };
57756
+ export declare type MarketplaceConsoleMakeAppVersionPublicMutationOutput = MarketplaceConsoleMakeAppPublicKnownError | MarketplaceConsoleMutationVoidResponse;
57427
57757
  export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
57428
57758
  appKey: Scalars['ID']['input'];
57429
57759
  appStatusPageUrl?: InputMaybe<Scalars['String']['input']>;
@@ -57472,11 +57802,11 @@ export declare type MarketplaceConsoleMutationApi = {
57472
57802
  activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
57473
57803
  createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
57474
57804
  createEcoHelpTicket?: Maybe<Scalars['ID']['output']>;
57475
- createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleCreatePrivateAppVersionMutationResponse>;
57805
+ createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleCreatePrivateAppVersionMutationOutput>;
57476
57806
  deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
57477
57807
  deleteAppVersion?: Maybe<MarketplaceConsoleDeleteAppVersionResponse>;
57478
57808
  editions?: Maybe<Array<Maybe<MarketplaceConsoleEditionResponse>>>;
57479
- makeAppVersionPublic?: Maybe<MarketplaceConsoleMutationVoidResponse>;
57809
+ makeAppVersionPublic?: Maybe<MarketplaceConsoleMakeAppVersionPublicMutationOutput>;
57480
57810
  validateArtifactUrl?: Maybe<MarketplaceConsoleSoftwareArtifact>;
57481
57811
  };
57482
57812
  export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
@@ -57710,6 +58040,7 @@ export declare type MarketplaceConsoleQueryApi = {
57710
58040
  developerSpaceByAppId?: Maybe<MarketplaceConsoleDevSpace>;
57711
58041
  editions?: Maybe<Array<Maybe<MarketplaceConsoleEdition>>>;
57712
58042
  editionsActivationStatus?: Maybe<MarketplaceConsoleEditionsActivationResponse>;
58043
+ makeAppVersionPublicChecks?: Maybe<MarketplaceConsoleMakeAppVersionPublicChecks>;
57713
58044
  parentSoftwares: Array<MarketplaceConsoleParentSoftware>;
57714
58045
  product?: Maybe<MarketplaceConsoleProduct>;
57715
58046
  productListingByAppId?: Maybe<MarketplaceConsoleProductListing>;
@@ -57760,6 +58091,10 @@ export declare type MarketplaceConsoleQueryApiEditionsArgs = {
57760
58091
  export declare type MarketplaceConsoleQueryApiEditionsActivationStatusArgs = {
57761
58092
  product: MarketplaceConsoleEditionsInput;
57762
58093
  };
58094
+ export declare type MarketplaceConsoleQueryApiMakeAppVersionPublicChecksArgs = {
58095
+ appId: Scalars['ID']['input'];
58096
+ buildNumber: Scalars['ID']['input'];
58097
+ };
57763
58098
  export declare type MarketplaceConsoleQueryApiProductArgs = {
57764
58099
  appKey: Scalars['ID']['input'];
57765
58100
  productId: Scalars['ID']['input'];
@@ -60109,6 +60444,8 @@ export declare type Mutation = {
60109
60444
  confluenceV2_createPage?: Maybe<ConfluenceV2CreatePagePayload>;
60110
60445
  confluenceV2_deletePage?: Maybe<Scalars['Boolean']['output']>;
60111
60446
  confluenceV2_updatePage?: Maybe<ConfluenceV2UpdatePagePayload>;
60447
+ connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
60448
+ connectionManager_deleteApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload>;
60112
60449
  copyPolarisInsights?: Maybe<CopyPolarisInsightsPayload>;
60113
60450
  createApp?: Maybe<CreateAppResponse>;
60114
60451
  createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
@@ -60779,6 +61116,14 @@ export declare type MutationConfluenceV2_DeletePageArgs = {
60779
61116
  export declare type MutationConfluenceV2_UpdatePageArgs = {
60780
61117
  input: ConfluenceV2UpdatePageInput;
60781
61118
  };
61119
+ export declare type MutationConnectionManager_CreateApiTokenConnectionForJiraProjectArgs = {
61120
+ createApiTokenConnectionInput?: InputMaybe<ConnectionManagerCreateApiTokenConnectionInput>;
61121
+ jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
61122
+ };
61123
+ export declare type MutationConnectionManager_DeleteApiTokenConnectionForJiraProjectArgs = {
61124
+ integrationKey?: InputMaybe<Scalars['String']['input']>;
61125
+ jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
61126
+ };
60782
61127
  export declare type MutationCopyPolarisInsightsArgs = {
60783
61128
  input: CopyPolarisInsightsInput;
60784
61129
  };
@@ -63051,6 +63396,7 @@ export declare type Query = {
63051
63396
  confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
63052
63397
  confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
63053
63398
  connectedData?: Maybe<ConnectedDataQuery>;
63399
+ connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
63054
63400
  contentFacet: ContentPlatformContentFacetConnection;
63055
63401
  customerService?: Maybe<CustomerServiceQueryApi>;
63056
63402
  customerStories: ContentPlatformCustomerStorySearchConnection;
@@ -64254,6 +64600,10 @@ export declare type QueryConfluenceV2_SpaceThemeArgs = {
64254
64600
  export declare type QueryConfluenceV2_SpacesArgs = {
64255
64601
  ids: Array<Scalars['ID']['input']>;
64256
64602
  };
64603
+ export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
64604
+ filter?: InputMaybe<ConnectionManagerConnectionsFilter>;
64605
+ jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
64606
+ };
64257
64607
  export declare type QueryContentFacetArgs = {
64258
64608
  after?: InputMaybe<Scalars['String']['input']>;
64259
64609
  first?: Scalars['Int']['input'];
@@ -68355,6 +68705,7 @@ export declare type ShepherdWorkspace = {
68355
68705
  currentUser?: Maybe<ShepherdCurrentUser>;
68356
68706
  customDetections: Array<ShepherdCustomDetection>;
68357
68707
  detections: Array<ShepherdDetection>;
68708
+ hasDataCenterAlert?: Maybe<Scalars['Boolean']['output']>;
68358
68709
  id: Scalars['ID']['output'];
68359
68710
  orgId: Scalars['ID']['output'];
68360
68711
  shouldOnboard?: Maybe<Scalars['Boolean']['output']>;
@@ -73241,6 +73592,10 @@ export declare type User = {
73241
73592
  name: Scalars['String']['output'];
73242
73593
  picture: Scalars['URL']['output'];
73243
73594
  };
73595
+ export declare type UserAccess = {
73596
+ __typename?: 'UserAccess';
73597
+ hasAccess: Scalars['Boolean']['output'];
73598
+ };
73244
73599
  export declare type UserAuthTokenForExtensionInput = {
73245
73600
  contextIds: Array<Scalars['ID']['input']>;
73246
73601
  extensionId: Scalars['ID']['input'];