@forge/cli-shared 6.3.1-next.1 → 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.
- package/CHANGELOG.md +13 -0
- package/out/graphql/graphql-types.d.ts +450 -26
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +1 -0
- package/out/ui/text.d.ts +3 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +6 -1
- package/package.json +2 -2
|
@@ -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
|
-
|
|
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;
|
|
@@ -19980,7 +20034,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
19980
20034
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
19981
20035
|
node?: Maybe<ExternalAssociation>;
|
|
19982
20036
|
};
|
|
19983
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
20037
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
19984
20038
|
export declare type ExternalAttachment = {
|
|
19985
20039
|
__typename?: 'ExternalAttachment';
|
|
19986
20040
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -20301,10 +20355,11 @@ export declare type ExternalEntities = {
|
|
|
20301
20355
|
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
20302
20356
|
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
20303
20357
|
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
20358
|
+
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
20304
20359
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
20305
20360
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
20306
20361
|
};
|
|
20307
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
|
|
20362
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability;
|
|
20308
20363
|
export declare type ExternalEnvironment = {
|
|
20309
20364
|
__typename?: 'ExternalEnvironment';
|
|
20310
20365
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -20391,7 +20446,7 @@ export declare type ExternalIcon = {
|
|
|
20391
20446
|
__typename?: 'ExternalIcon';
|
|
20392
20447
|
height?: Maybe<Scalars['Int']['output']>;
|
|
20393
20448
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
20394
|
-
|
|
20449
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20395
20450
|
width?: Maybe<Scalars['Int']['output']>;
|
|
20396
20451
|
};
|
|
20397
20452
|
export declare type ExternalLargeContent = {
|
|
@@ -20522,6 +20577,24 @@ export declare type ExternalReviewer = {
|
|
|
20522
20577
|
approvalStatus?: Maybe<ExternalApprovalStatus>;
|
|
20523
20578
|
user?: Maybe<ExternalUser>;
|
|
20524
20579
|
};
|
|
20580
|
+
export declare type ExternalSpace = Node & {
|
|
20581
|
+
__typename?: 'ExternalSpace';
|
|
20582
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
20583
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
20584
|
+
createdBy?: Maybe<ExternalUser>;
|
|
20585
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
20586
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
20587
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
20588
|
+
icon?: Maybe<ExternalIcon>;
|
|
20589
|
+
id: Scalars['ID']['output'];
|
|
20590
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
20591
|
+
labels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
20592
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
20593
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
20594
|
+
spaceType?: Maybe<Scalars['String']['output']>;
|
|
20595
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
20596
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20597
|
+
};
|
|
20525
20598
|
export declare type ExternalTestInfo = {
|
|
20526
20599
|
__typename?: 'ExternalTestInfo';
|
|
20527
20600
|
numberFailed?: Maybe<Scalars['Int']['output']>;
|
|
@@ -25256,7 +25329,9 @@ export declare type GraphStore = {
|
|
|
25256
25329
|
appInstallationAssociatedToSecurityWorkspaceInverseRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
|
|
25257
25330
|
appInstallationAssociatedToSecurityWorkspaceRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
|
|
25258
25331
|
atlasGoalHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection>;
|
|
25332
|
+
atlasGoalHasFollower?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerConnection>;
|
|
25259
25333
|
atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
|
|
25334
|
+
atlasGoalHasOwner?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerConnection>;
|
|
25260
25335
|
atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
|
|
25261
25336
|
atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
|
|
25262
25337
|
atlasGoalHasSubAtlasGoalInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalInverseConnection>;
|
|
@@ -25266,8 +25341,11 @@ export declare type GraphStore = {
|
|
|
25266
25341
|
atlasProjectContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullAtlasProjectContributesToAtlasGoalConnection>;
|
|
25267
25342
|
atlasProjectDependsOnAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection>;
|
|
25268
25343
|
atlasProjectDependsOnAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection>;
|
|
25344
|
+
atlasProjectHasContributor?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorConnection>;
|
|
25269
25345
|
atlasProjectHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection>;
|
|
25346
|
+
atlasProjectHasFollower?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerConnection>;
|
|
25270
25347
|
atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
|
|
25348
|
+
atlasProjectHasOwner?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerConnection>;
|
|
25271
25349
|
atlasProjectHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection>;
|
|
25272
25350
|
atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
|
|
25273
25351
|
atlasProjectIsRelatedToAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection>;
|
|
@@ -25381,6 +25459,7 @@ export declare type GraphStore = {
|
|
|
25381
25459
|
issueChangesComponentInverse?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseConnection>;
|
|
25382
25460
|
issueChangesComponentInverseRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
25383
25461
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
25462
|
+
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
25384
25463
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
25385
25464
|
issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
|
|
25386
25465
|
issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
|
|
@@ -25602,9 +25681,14 @@ export declare type GraphStore = {
|
|
|
25602
25681
|
testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
25603
25682
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
25604
25683
|
userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
|
|
25684
|
+
userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
|
|
25605
25685
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
25686
|
+
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
25687
|
+
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
25606
25688
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
25689
|
+
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
25607
25690
|
userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
|
|
25691
|
+
userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
|
|
25608
25692
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
25609
25693
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
25610
25694
|
versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -25674,6 +25758,13 @@ export declare type GraphStoreAtlasGoalHasContributorInverseArgs = {
|
|
|
25674
25758
|
id: Scalars['ID']['input'];
|
|
25675
25759
|
sort?: InputMaybe<GraphStoreAtlasGoalHasContributorSortInput>;
|
|
25676
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
|
+
};
|
|
25677
25768
|
export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
25678
25769
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25679
25770
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25681,6 +25772,13 @@ export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
|
25681
25772
|
id: Scalars['ID']['input'];
|
|
25682
25773
|
sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
|
|
25683
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
|
+
};
|
|
25684
25782
|
export declare type GraphStoreAtlasGoalHasOwnerInverseArgs = {
|
|
25685
25783
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25686
25784
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25740,6 +25838,13 @@ export declare type GraphStoreAtlasProjectDependsOnAtlasProjectInverseArgs = {
|
|
|
25740
25838
|
id: Scalars['ID']['input'];
|
|
25741
25839
|
sort?: InputMaybe<GraphStoreAtlasProjectDependsOnAtlasProjectSortInput>;
|
|
25742
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
|
+
};
|
|
25743
25848
|
export declare type GraphStoreAtlasProjectHasContributorInverseArgs = {
|
|
25744
25849
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25745
25850
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25747,6 +25852,13 @@ export declare type GraphStoreAtlasProjectHasContributorInverseArgs = {
|
|
|
25747
25852
|
id: Scalars['ID']['input'];
|
|
25748
25853
|
sort?: InputMaybe<GraphStoreAtlasProjectHasContributorSortInput>;
|
|
25749
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
|
+
};
|
|
25750
25862
|
export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
|
|
25751
25863
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25752
25864
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25754,6 +25866,13 @@ export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
|
|
|
25754
25866
|
id: Scalars['ID']['input'];
|
|
25755
25867
|
sort?: InputMaybe<GraphStoreAtlasProjectHasFollowerSortInput>;
|
|
25756
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
|
+
};
|
|
25757
25876
|
export declare type GraphStoreAtlasProjectHasOwnerInverseArgs = {
|
|
25758
25877
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25759
25878
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -26450,6 +26569,13 @@ export declare type GraphStoreIssueChangesComponentRelationshipArgs = {
|
|
|
26450
26569
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26451
26570
|
id: Scalars['ID']['input'];
|
|
26452
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
|
+
};
|
|
26453
26579
|
export declare type GraphStoreIssueHasAssigneeInverseArgs = {
|
|
26454
26580
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26455
26581
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27852,6 +27978,13 @@ export declare type GraphStoreUserAuthoredPrArgs = {
|
|
|
27852
27978
|
id: Scalars['ID']['input'];
|
|
27853
27979
|
sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
|
|
27854
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
|
+
};
|
|
27855
27988
|
export declare type GraphStoreUserHasTopProjectArgs = {
|
|
27856
27989
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27857
27990
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27859,6 +27992,20 @@ export declare type GraphStoreUserHasTopProjectArgs = {
|
|
|
27859
27992
|
id: Scalars['ID']['input'];
|
|
27860
27993
|
sort?: InputMaybe<GraphStoreUserHasTopProjectSortInput>;
|
|
27861
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
|
+
};
|
|
27862
28009
|
export declare type GraphStoreUserOwnsComponentArgs = {
|
|
27863
28010
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27864
28011
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27866,6 +28013,13 @@ export declare type GraphStoreUserOwnsComponentArgs = {
|
|
|
27866
28013
|
id: Scalars['ID']['input'];
|
|
27867
28014
|
sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
|
|
27868
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
|
+
};
|
|
27869
28023
|
export declare type GraphStoreUserReviewsPrArgs = {
|
|
27870
28024
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27871
28025
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27873,6 +28027,13 @@ export declare type GraphStoreUserReviewsPrArgs = {
|
|
|
27873
28027
|
id: Scalars['ID']['input'];
|
|
27874
28028
|
sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
|
|
27875
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
|
+
};
|
|
27876
28037
|
export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
27877
28038
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27878
28039
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33886,6 +34047,19 @@ export declare type GraphStoreSimplifiedAtlasGoalHasContributorInverseEdge = {
|
|
|
33886
34047
|
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseUnion>;
|
|
33887
34048
|
};
|
|
33888
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
|
+
};
|
|
33889
34063
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection = HasPageInfo & {
|
|
33890
34064
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection';
|
|
33891
34065
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge>>>;
|
|
@@ -33900,6 +34074,20 @@ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge = {
|
|
|
33900
34074
|
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion>;
|
|
33901
34075
|
};
|
|
33902
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
|
+
};
|
|
33903
34091
|
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection = HasPageInfo & {
|
|
33904
34092
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection';
|
|
33905
34093
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge>>>;
|
|
@@ -33914,6 +34102,7 @@ export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge = {
|
|
|
33914
34102
|
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseUnion>;
|
|
33915
34103
|
};
|
|
33916
34104
|
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseUnion = TownsquareGoal;
|
|
34105
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
33917
34106
|
export declare type GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection = HasPageInfo & {
|
|
33918
34107
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection';
|
|
33919
34108
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalEdge>>>;
|
|
@@ -33998,6 +34187,19 @@ export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverse
|
|
|
33998
34187
|
};
|
|
33999
34188
|
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseUnion = TownsquareProject;
|
|
34000
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
|
+
};
|
|
34001
34203
|
export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection = HasPageInfo & {
|
|
34002
34204
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection';
|
|
34003
34205
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge>>>;
|
|
@@ -34012,6 +34214,20 @@ export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge =
|
|
|
34012
34214
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseUnion>;
|
|
34013
34215
|
};
|
|
34014
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
|
+
};
|
|
34015
34231
|
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection = HasPageInfo & {
|
|
34016
34232
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection';
|
|
34017
34233
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge>>>;
|
|
@@ -34026,6 +34242,20 @@ export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge = {
|
|
|
34026
34242
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion>;
|
|
34027
34243
|
};
|
|
34028
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
|
+
};
|
|
34029
34259
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection = HasPageInfo & {
|
|
34030
34260
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection';
|
|
34031
34261
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge>>>;
|
|
@@ -34040,6 +34270,7 @@ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge = {
|
|
|
34040
34270
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion>;
|
|
34041
34271
|
};
|
|
34042
34272
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion = TownsquareProject;
|
|
34273
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
34043
34274
|
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection = HasPageInfo & {
|
|
34044
34275
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection';
|
|
34045
34276
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectEdge>>>;
|
|
@@ -34740,6 +34971,19 @@ export declare type GraphStoreSimplifiedIssueChangesComponentInverseEdge = {
|
|
|
34740
34971
|
};
|
|
34741
34972
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseUnion = JiraIssue;
|
|
34742
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
|
+
};
|
|
34743
34987
|
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseConnection = HasPageInfo & {
|
|
34744
34988
|
__typename?: 'GraphStoreSimplifiedIssueHasAssigneeInverseConnection';
|
|
34745
34989
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseEdge>>>;
|
|
@@ -34754,6 +34998,7 @@ export declare type GraphStoreSimplifiedIssueHasAssigneeInverseEdge = {
|
|
|
34754
34998
|
node?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseUnion>;
|
|
34755
34999
|
};
|
|
34756
35000
|
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseUnion = JiraIssue;
|
|
35001
|
+
export declare type GraphStoreSimplifiedIssueHasAssigneeUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
34757
35002
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
34758
35003
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
34759
35004
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -36427,6 +36672,20 @@ export declare type GraphStoreSimplifiedUserAuthoredPrEdge = {
|
|
|
36427
36672
|
lastUpdated: Scalars['DateTime']['output'];
|
|
36428
36673
|
node?: Maybe<GraphStoreSimplifiedUserAuthoredPrUnion>;
|
|
36429
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;
|
|
36430
36689
|
export declare type GraphStoreSimplifiedUserAuthoredPrUnion = DevOpsPullRequestDetails;
|
|
36431
36690
|
export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
|
|
36432
36691
|
__typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
|
|
@@ -36441,7 +36700,35 @@ export declare type GraphStoreSimplifiedUserHasTopProjectEdge = {
|
|
|
36441
36700
|
lastUpdated: Scalars['DateTime']['output'];
|
|
36442
36701
|
node?: Maybe<GraphStoreSimplifiedUserHasTopProjectUnion>;
|
|
36443
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;
|
|
36444
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;
|
|
36445
36732
|
export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
|
|
36446
36733
|
__typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
|
|
36447
36734
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
|
|
@@ -36457,6 +36744,22 @@ export declare type GraphStoreSimplifiedUserOwnsComponentEdge = {
|
|
|
36457
36744
|
lastUpdated: Scalars['DateTime']['output'];
|
|
36458
36745
|
node?: Maybe<GraphStoreSimplifiedUserOwnsComponentUnion>;
|
|
36459
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;
|
|
36460
36763
|
export declare type GraphStoreSimplifiedUserOwnsComponentUnion = CompassComponent;
|
|
36461
36764
|
export declare type GraphStoreSimplifiedUserReviewsPrConnection = HasPageInfo & {
|
|
36462
36765
|
__typename?: 'GraphStoreSimplifiedUserReviewsPrConnection';
|
|
@@ -36471,6 +36774,20 @@ export declare type GraphStoreSimplifiedUserReviewsPrEdge = {
|
|
|
36471
36774
|
lastUpdated: Scalars['DateTime']['output'];
|
|
36472
36775
|
node?: Maybe<GraphStoreSimplifiedUserReviewsPrUnion>;
|
|
36473
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;
|
|
36474
36791
|
export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails;
|
|
36475
36792
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
36476
36793
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchInverseConnection';
|
|
@@ -37134,6 +37451,9 @@ export declare type GraphStoreUserAuthoredPrSortInput = {
|
|
|
37134
37451
|
export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
37135
37452
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37136
37453
|
};
|
|
37454
|
+
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
37455
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37456
|
+
};
|
|
37137
37457
|
export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
37138
37458
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
37139
37459
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -37698,6 +38018,7 @@ export declare type HelpCenter = Node & {
|
|
|
37698
38018
|
__typename?: 'HelpCenter';
|
|
37699
38019
|
announcements?: Maybe<HelpCenterAnnouncements>;
|
|
37700
38020
|
helpCenterBranding?: Maybe<HelpCenterBranding>;
|
|
38021
|
+
hoistedProjectId?: Maybe<Scalars['ID']['output']>;
|
|
37701
38022
|
homePageLayout?: Maybe<HelpCenterHomePageLayout>;
|
|
37702
38023
|
id: Scalars['ID']['output'];
|
|
37703
38024
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
@@ -55310,6 +55631,7 @@ export declare type JsmChatCreateWebConversationMessagePayload = Payload & {
|
|
|
55310
55631
|
success: Scalars['Boolean']['output'];
|
|
55311
55632
|
};
|
|
55312
55633
|
export declare enum JsmChatCreateWebConversationUserRole {
|
|
55634
|
+
Acknowledgment = "Acknowledgment",
|
|
55313
55635
|
Init = "Init",
|
|
55314
55636
|
JsmAgent = "JSM_Agent",
|
|
55315
55637
|
Participant = "Participant",
|
|
@@ -56306,6 +56628,7 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
56306
56628
|
deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
|
|
56307
56629
|
updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
|
|
56308
56630
|
updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
|
|
56631
|
+
updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
|
|
56309
56632
|
};
|
|
56310
56633
|
export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
|
|
56311
56634
|
input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
|
|
@@ -56322,6 +56645,9 @@ export declare type KnowledgeDiscoveryMutationApiUpdateBookmarkArgs = {
|
|
|
56322
56645
|
export declare type KnowledgeDiscoveryMutationApiUpdateRelatedEntitiesArgs = {
|
|
56323
56646
|
input: KnowledgeDiscoveryUpdateRelatedEntitiesInput;
|
|
56324
56647
|
};
|
|
56648
|
+
export declare type KnowledgeDiscoveryMutationApiUpdateUserKeyPhraseInteractionArgs = {
|
|
56649
|
+
input: KnowledgeDiscoveryUpdateUserKeyPhraseInteractionInput;
|
|
56650
|
+
};
|
|
56325
56651
|
export declare type KnowledgeDiscoveryPageInfo = {
|
|
56326
56652
|
__typename?: 'KnowledgeDiscoveryPageInfo';
|
|
56327
56653
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -56513,6 +56839,16 @@ export declare type KnowledgeDiscoveryUpdateRelatedEntitiesPayload = Payload & {
|
|
|
56513
56839
|
errors?: Maybe<Array<MutationError>>;
|
|
56514
56840
|
success: Scalars['Boolean']['output'];
|
|
56515
56841
|
};
|
|
56842
|
+
export declare type KnowledgeDiscoveryUpdateUserKeyPhraseInteractionInput = {
|
|
56843
|
+
accountId: Scalars['ID']['input'];
|
|
56844
|
+
keyPhrase: Scalars['String']['input'];
|
|
56845
|
+
workspaceId: Scalars['String']['input'];
|
|
56846
|
+
};
|
|
56847
|
+
export declare type KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload = Payload & {
|
|
56848
|
+
__typename?: 'KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload';
|
|
56849
|
+
errors?: Maybe<Array<MutationError>>;
|
|
56850
|
+
success: Scalars['Boolean']['output'];
|
|
56851
|
+
};
|
|
56516
56852
|
export declare type KnowledgeDiscoveryUser = KnowledgeDiscoveryEntity & {
|
|
56517
56853
|
__typename?: 'KnowledgeDiscoveryUser';
|
|
56518
56854
|
id: Scalars['ID']['output'];
|
|
@@ -57020,9 +57356,9 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
|
57020
57356
|
createdBy: Scalars['String']['output'];
|
|
57021
57357
|
deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
|
|
57022
57358
|
heroImage?: Maybe<Scalars['String']['output']>;
|
|
57023
|
-
highlights?: Maybe<Array<Maybe<
|
|
57359
|
+
highlights?: Maybe<Array<Maybe<MarketplaceConsoleListingHighLight>>>;
|
|
57024
57360
|
moreDetails?: Maybe<Scalars['String']['output']>;
|
|
57025
|
-
screenshots?: Maybe<Array<
|
|
57361
|
+
screenshots?: Maybe<Array<MarketplaceConsoleListingScreenshot>>;
|
|
57026
57362
|
status: Scalars['String']['output'];
|
|
57027
57363
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
57028
57364
|
updatedBy?: Maybe<Scalars['String']['output']>;
|
|
@@ -57103,6 +57439,18 @@ export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
|
57103
57439
|
export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
|
|
57104
57440
|
href: Scalars['String']['input'];
|
|
57105
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;
|
|
57106
57454
|
export declare type MarketplaceConsoleCreatePrivateAppVersionMutationResponse = {
|
|
57107
57455
|
__typename?: 'MarketplaceConsoleCreatePrivateAppVersionMutationResponse';
|
|
57108
57456
|
resourceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -57112,7 +57460,7 @@ export declare type MarketplaceConsoleDeleteAppVersionResponse = MarketplaceCons
|
|
|
57112
57460
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
57113
57461
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
57114
57462
|
body: Scalars['String']['output'];
|
|
57115
|
-
|
|
57463
|
+
screenshot?: Maybe<MarketplaceConsoleListingScreenshot>;
|
|
57116
57464
|
};
|
|
57117
57465
|
export declare type MarketplaceConsoleDeploymentInstructionInput = {
|
|
57118
57466
|
body?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57286,7 +57634,6 @@ export declare type MarketplaceConsoleFrameworkAttributes = {
|
|
|
57286
57634
|
external?: Maybe<MarketplaceConsoleExternalFrameworkAttributes>;
|
|
57287
57635
|
forge?: Maybe<MarketplaceConsoleForgeFrameworkAttributes>;
|
|
57288
57636
|
plugin?: Maybe<MarketplaceConsolePluginFrameworkAttributes>;
|
|
57289
|
-
plugins?: Maybe<MarketplaceConsolePluginFrameworkAttributes>;
|
|
57290
57637
|
workflow?: Maybe<MarketplaceConsoleWorkflowFrameworkAttributes>;
|
|
57291
57638
|
};
|
|
57292
57639
|
export declare type MarketplaceConsoleFrameworkAttributesInput = {
|
|
@@ -57368,6 +57715,13 @@ export declare type MarketplaceConsoleLink = {
|
|
|
57368
57715
|
title?: Maybe<Scalars['String']['output']>;
|
|
57369
57716
|
type?: Maybe<Scalars['String']['output']>;
|
|
57370
57717
|
};
|
|
57718
|
+
export declare type MarketplaceConsoleListingHighLight = {
|
|
57719
|
+
__typename?: 'MarketplaceConsoleListingHighLight';
|
|
57720
|
+
caption?: Maybe<Scalars['String']['output']>;
|
|
57721
|
+
screenshot: MarketplaceConsoleListingScreenshot;
|
|
57722
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
57723
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
57724
|
+
};
|
|
57371
57725
|
export declare type MarketplaceConsoleListingHighLightInput = {
|
|
57372
57726
|
caption?: InputMaybe<Scalars['String']['input']>;
|
|
57373
57727
|
screenshotUrl: Scalars['String']['input'];
|
|
@@ -57375,23 +57729,31 @@ export declare type MarketplaceConsoleListingHighLightInput = {
|
|
|
57375
57729
|
thumbnailUrl: Scalars['String']['input'];
|
|
57376
57730
|
title: Scalars['String']['input'];
|
|
57377
57731
|
};
|
|
57378
|
-
export declare type MarketplaceConsoleListingHighLights = {
|
|
57379
|
-
__typename?: 'MarketplaceConsoleListingHighLights';
|
|
57380
|
-
caption?: Maybe<Scalars['String']['output']>;
|
|
57381
|
-
screenshot: MarketplaceConsoleListingScreenshot;
|
|
57382
|
-
summary?: Maybe<Scalars['String']['output']>;
|
|
57383
|
-
title?: Maybe<Scalars['String']['output']>;
|
|
57384
|
-
};
|
|
57385
57732
|
export declare type MarketplaceConsoleListingScreenshot = {
|
|
57386
57733
|
__typename?: 'MarketplaceConsoleListingScreenshot';
|
|
57387
57734
|
caption?: Maybe<Scalars['String']['output']>;
|
|
57388
|
-
imageId: Scalars['String']['output'];
|
|
57389
57735
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
57390
57736
|
};
|
|
57391
57737
|
export declare type MarketplaceConsoleListingScreenshotInput = {
|
|
57392
57738
|
caption?: InputMaybe<Scalars['String']['input']>;
|
|
57393
57739
|
imageUrl: Scalars['String']['input'];
|
|
57394
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;
|
|
57395
57757
|
export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
|
|
57396
57758
|
appKey: Scalars['ID']['input'];
|
|
57397
57759
|
appStatusPageUrl?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57440,11 +57802,11 @@ export declare type MarketplaceConsoleMutationApi = {
|
|
|
57440
57802
|
activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
|
|
57441
57803
|
createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
|
|
57442
57804
|
createEcoHelpTicket?: Maybe<Scalars['ID']['output']>;
|
|
57443
|
-
createPrivateAppSoftwareVersion?: Maybe<
|
|
57805
|
+
createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleCreatePrivateAppVersionMutationOutput>;
|
|
57444
57806
|
deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
57445
57807
|
deleteAppVersion?: Maybe<MarketplaceConsoleDeleteAppVersionResponse>;
|
|
57446
57808
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEditionResponse>>>;
|
|
57447
|
-
makeAppVersionPublic?: Maybe<
|
|
57809
|
+
makeAppVersionPublic?: Maybe<MarketplaceConsoleMakeAppVersionPublicMutationOutput>;
|
|
57448
57810
|
validateArtifactUrl?: Maybe<MarketplaceConsoleSoftwareArtifact>;
|
|
57449
57811
|
};
|
|
57450
57812
|
export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
@@ -57678,6 +58040,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
57678
58040
|
developerSpaceByAppId?: Maybe<MarketplaceConsoleDevSpace>;
|
|
57679
58041
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEdition>>>;
|
|
57680
58042
|
editionsActivationStatus?: Maybe<MarketplaceConsoleEditionsActivationResponse>;
|
|
58043
|
+
makeAppVersionPublicChecks?: Maybe<MarketplaceConsoleMakeAppVersionPublicChecks>;
|
|
57681
58044
|
parentSoftwares: Array<MarketplaceConsoleParentSoftware>;
|
|
57682
58045
|
product?: Maybe<MarketplaceConsoleProduct>;
|
|
57683
58046
|
productListingByAppId?: Maybe<MarketplaceConsoleProductListing>;
|
|
@@ -57728,6 +58091,10 @@ export declare type MarketplaceConsoleQueryApiEditionsArgs = {
|
|
|
57728
58091
|
export declare type MarketplaceConsoleQueryApiEditionsActivationStatusArgs = {
|
|
57729
58092
|
product: MarketplaceConsoleEditionsInput;
|
|
57730
58093
|
};
|
|
58094
|
+
export declare type MarketplaceConsoleQueryApiMakeAppVersionPublicChecksArgs = {
|
|
58095
|
+
appId: Scalars['ID']['input'];
|
|
58096
|
+
buildNumber: Scalars['ID']['input'];
|
|
58097
|
+
};
|
|
57731
58098
|
export declare type MarketplaceConsoleQueryApiProductArgs = {
|
|
57732
58099
|
appKey: Scalars['ID']['input'];
|
|
57733
58100
|
productId: Scalars['ID']['input'];
|
|
@@ -59236,6 +59603,7 @@ export declare type MercuryPortfolio = Node & {
|
|
|
59236
59603
|
linkedFocusAreaSummary?: Maybe<MercuryPortfolioFocusAreaSummary>;
|
|
59237
59604
|
name: Scalars['String']['output'];
|
|
59238
59605
|
owner?: Maybe<User>;
|
|
59606
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
59239
59607
|
};
|
|
59240
59608
|
export declare type MercuryPortfolioAllocations = {
|
|
59241
59609
|
__typename?: 'MercuryPortfolioAllocations';
|
|
@@ -60076,6 +60444,8 @@ export declare type Mutation = {
|
|
|
60076
60444
|
confluenceV2_createPage?: Maybe<ConfluenceV2CreatePagePayload>;
|
|
60077
60445
|
confluenceV2_deletePage?: Maybe<Scalars['Boolean']['output']>;
|
|
60078
60446
|
confluenceV2_updatePage?: Maybe<ConfluenceV2UpdatePagePayload>;
|
|
60447
|
+
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
60448
|
+
connectionManager_deleteApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload>;
|
|
60079
60449
|
copyPolarisInsights?: Maybe<CopyPolarisInsightsPayload>;
|
|
60080
60450
|
createApp?: Maybe<CreateAppResponse>;
|
|
60081
60451
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
@@ -60159,7 +60529,7 @@ export declare type Mutation = {
|
|
|
60159
60529
|
polarisAddReaction?: Maybe<PolarisAddReactionPayload>;
|
|
60160
60530
|
polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
|
|
60161
60531
|
publishReleaseNote: ContentPlatformReleaseNote;
|
|
60162
|
-
radar_updateFocusAreaMappings:
|
|
60532
|
+
radar_updateFocusAreaMappings: RadarMutationResponse;
|
|
60163
60533
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
60164
60534
|
rankColumn?: Maybe<RankColumnOutput>;
|
|
60165
60535
|
rankCustomFilter?: Maybe<GenericMutationResponse>;
|
|
@@ -60746,6 +61116,14 @@ export declare type MutationConfluenceV2_DeletePageArgs = {
|
|
|
60746
61116
|
export declare type MutationConfluenceV2_UpdatePageArgs = {
|
|
60747
61117
|
input: ConfluenceV2UpdatePageInput;
|
|
60748
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
|
+
};
|
|
60749
61127
|
export declare type MutationCopyPolarisInsightsArgs = {
|
|
60750
61128
|
input: CopyPolarisInsightsInput;
|
|
60751
61129
|
};
|
|
@@ -63018,6 +63396,7 @@ export declare type Query = {
|
|
|
63018
63396
|
confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
|
|
63019
63397
|
confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
|
|
63020
63398
|
connectedData?: Maybe<ConnectedDataQuery>;
|
|
63399
|
+
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
63021
63400
|
contentFacet: ContentPlatformContentFacetConnection;
|
|
63022
63401
|
customerService?: Maybe<CustomerServiceQueryApi>;
|
|
63023
63402
|
customerStories: ContentPlatformCustomerStorySearchConnection;
|
|
@@ -63135,7 +63514,7 @@ export declare type Query = {
|
|
|
63135
63514
|
pricings: ContentPlatformPricingSearchConnection;
|
|
63136
63515
|
productListing?: Maybe<ProductListingResult>;
|
|
63137
63516
|
productListings: Array<ProductListingResult>;
|
|
63138
|
-
radar_fieldValues:
|
|
63517
|
+
radar_fieldValues: RadarFieldValuesConnectionResult;
|
|
63139
63518
|
radar_positions: RadarPositionConnectionResult;
|
|
63140
63519
|
radar_workspace: RadarWorkspace;
|
|
63141
63520
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
@@ -64221,6 +64600,10 @@ export declare type QueryConfluenceV2_SpaceThemeArgs = {
|
|
|
64221
64600
|
export declare type QueryConfluenceV2_SpacesArgs = {
|
|
64222
64601
|
ids: Array<Scalars['ID']['input']>;
|
|
64223
64602
|
};
|
|
64603
|
+
export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
|
|
64604
|
+
filter?: InputMaybe<ConnectionManagerConnectionsFilter>;
|
|
64605
|
+
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
64606
|
+
};
|
|
64224
64607
|
export declare type QueryContentFacetArgs = {
|
|
64225
64608
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64226
64609
|
first?: Scalars['Int']['input'];
|
|
@@ -64751,7 +65134,6 @@ export declare enum RadarFieldType {
|
|
|
64751
65134
|
Url = "URL"
|
|
64752
65135
|
}
|
|
64753
65136
|
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
64754
|
-
export declare type RadarFieldValueConnectionResult = RadarError | RadarFieldValuesConnection;
|
|
64755
65137
|
export declare type RadarFieldValueIdPair = {
|
|
64756
65138
|
__typename?: 'RadarFieldValueIdPair';
|
|
64757
65139
|
fieldId: Scalars['ID']['output'];
|
|
@@ -64764,6 +65146,17 @@ export declare type RadarFieldValuesConnection = RadarConnection & {
|
|
|
64764
65146
|
pageInfo: PageInfo;
|
|
64765
65147
|
totalCount: Scalars['Int']['output'];
|
|
64766
65148
|
};
|
|
65149
|
+
export declare type RadarFieldValuesConnectionResult = {
|
|
65150
|
+
__typename?: 'RadarFieldValuesConnectionResult';
|
|
65151
|
+
errors?: Maybe<Array<RadarError>>;
|
|
65152
|
+
result?: Maybe<RadarFieldValuesConnection>;
|
|
65153
|
+
};
|
|
65154
|
+
export declare type RadarFieldValuesConnectionResultResultArgs = {
|
|
65155
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
65156
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
65157
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
65158
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
65159
|
+
};
|
|
64767
65160
|
export declare type RadarFieldValuesEdge = RadarEdge & {
|
|
64768
65161
|
__typename?: 'RadarFieldValuesEdge';
|
|
64769
65162
|
cursor: Scalars['String']['output'];
|
|
@@ -64805,9 +65198,9 @@ export declare type RadarLocation = {
|
|
|
64805
65198
|
};
|
|
64806
65199
|
export declare type RadarMutationResponse = {
|
|
64807
65200
|
__typename?: 'RadarMutationResponse';
|
|
64808
|
-
|
|
65201
|
+
errors?: Maybe<Array<RadarError>>;
|
|
65202
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
64809
65203
|
};
|
|
64810
|
-
export declare type RadarMutationResponseResult = RadarError | RadarMutationResponse;
|
|
64811
65204
|
export declare type RadarNumericFieldValue = {
|
|
64812
65205
|
__typename?: 'RadarNumericFieldValue';
|
|
64813
65206
|
displayValue?: Maybe<Scalars['Int']['output']>;
|
|
@@ -64826,7 +65219,17 @@ export declare type RadarPositionConnection = RadarConnection & {
|
|
|
64826
65219
|
pageInfo: PageInfo;
|
|
64827
65220
|
totalCount: Scalars['Int']['output'];
|
|
64828
65221
|
};
|
|
64829
|
-
export declare type RadarPositionConnectionResult =
|
|
65222
|
+
export declare type RadarPositionConnectionResult = {
|
|
65223
|
+
__typename?: 'RadarPositionConnectionResult';
|
|
65224
|
+
errors?: Maybe<Array<RadarError>>;
|
|
65225
|
+
result?: Maybe<RadarPositionConnection>;
|
|
65226
|
+
};
|
|
65227
|
+
export declare type RadarPositionConnectionResultResultArgs = {
|
|
65228
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
65229
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
65230
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
65231
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
65232
|
+
};
|
|
64830
65233
|
export declare type RadarPositionEdge = RadarEdge & {
|
|
64831
65234
|
__typename?: 'RadarPositionEdge';
|
|
64832
65235
|
cursor: Scalars['String']['output'];
|
|
@@ -68302,6 +68705,7 @@ export declare type ShepherdWorkspace = {
|
|
|
68302
68705
|
currentUser?: Maybe<ShepherdCurrentUser>;
|
|
68303
68706
|
customDetections: Array<ShepherdCustomDetection>;
|
|
68304
68707
|
detections: Array<ShepherdDetection>;
|
|
68708
|
+
hasDataCenterAlert?: Maybe<Scalars['Boolean']['output']>;
|
|
68305
68709
|
id: Scalars['ID']['output'];
|
|
68306
68710
|
orgId: Scalars['ID']['output'];
|
|
68307
68711
|
shouldOnboard?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -70511,10 +70915,10 @@ export declare type TrelloArchiveCardPayload = Payload & {
|
|
|
70511
70915
|
};
|
|
70512
70916
|
export declare type TrelloAssignCardToPlannerCalendarEventInput = {
|
|
70513
70917
|
cardId: Scalars['ID']['input'];
|
|
70918
|
+
plannerCalendarId: Scalars['ID']['input'];
|
|
70514
70919
|
position?: InputMaybe<Scalars['Float']['input']>;
|
|
70515
|
-
|
|
70920
|
+
providerAccountId: Scalars['ID']['input'];
|
|
70516
70921
|
providerEventId: Scalars['ID']['input'];
|
|
70517
|
-
workspaceId: Scalars['ID']['input'];
|
|
70518
70922
|
};
|
|
70519
70923
|
export declare type TrelloAssignCardToPlannerCalendarEventPayload = Payload & {
|
|
70520
70924
|
__typename?: 'TrelloAssignCardToPlannerCalendarEventPayload';
|
|
@@ -71062,6 +71466,7 @@ export declare type TrelloCreateCardPayload = Payload & {
|
|
|
71062
71466
|
};
|
|
71063
71467
|
export declare type TrelloCreateOrUpdatePlannerCalendarInput = {
|
|
71064
71468
|
enabled: Scalars['Boolean']['input'];
|
|
71469
|
+
providerAccountId?: InputMaybe<Scalars['ID']['input']>;
|
|
71065
71470
|
providerCalendarId: Scalars['ID']['input'];
|
|
71066
71471
|
type: TrelloSupportedPlannerProviders;
|
|
71067
71472
|
workspaceId: Scalars['ID']['input'];
|
|
@@ -71070,6 +71475,7 @@ export declare type TrelloCreateOrUpdatePlannerCalendarPayload = Payload & {
|
|
|
71070
71475
|
__typename?: 'TrelloCreateOrUpdatePlannerCalendarPayload';
|
|
71071
71476
|
errors?: Maybe<Array<MutationError>>;
|
|
71072
71477
|
plannerCalendar?: Maybe<TrelloPlannerCalendarConnection>;
|
|
71478
|
+
plannerCalendarUpdated?: Maybe<TrelloPlannerCalendarConnectionUpdated>;
|
|
71073
71479
|
success: Scalars['Boolean']['output'];
|
|
71074
71480
|
};
|
|
71075
71481
|
export declare type TrelloCreateOrUpdatePlannerCalendarPayloadPlannerCalendarArgs = {
|
|
@@ -71554,6 +71960,10 @@ export declare type TrelloPlannerCalendarConnection = {
|
|
|
71554
71960
|
pageInfo: PageInfo;
|
|
71555
71961
|
updateCursor?: Maybe<Scalars['String']['output']>;
|
|
71556
71962
|
};
|
|
71963
|
+
export declare type TrelloPlannerCalendarConnectionUpdated = {
|
|
71964
|
+
__typename?: 'TrelloPlannerCalendarConnectionUpdated';
|
|
71965
|
+
edges?: Maybe<Array<TrelloPlannerCalendarEdge>>;
|
|
71966
|
+
};
|
|
71557
71967
|
export declare type TrelloPlannerCalendarEdge = {
|
|
71558
71968
|
__typename?: 'TrelloPlannerCalendarEdge';
|
|
71559
71969
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -71727,6 +72137,8 @@ export declare type TrelloQueryApi = {
|
|
|
71727
72137
|
list?: Maybe<TrelloList>;
|
|
71728
72138
|
member?: Maybe<TrelloMember>;
|
|
71729
72139
|
plannerAccountsByMemberId?: Maybe<TrelloPlannerCalendarAccountConnection>;
|
|
72140
|
+
plannerByWorkspaceId?: Maybe<TrelloPlanner>;
|
|
72141
|
+
plannerCalendarAccountById?: Maybe<TrelloPlannerCalendarAccount>;
|
|
71730
72142
|
plannerCalendarEventsByCalendarId?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
71731
72143
|
providerPlannerCalendarsByAccountId?: Maybe<TrelloPlannerProviderCalendarConnection>;
|
|
71732
72144
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
@@ -71775,6 +72187,13 @@ export declare type TrelloQueryApiPlannerAccountsByMemberIdArgs = {
|
|
|
71775
72187
|
id: Scalars['ID']['input'];
|
|
71776
72188
|
workspaceId: Scalars['ID']['input'];
|
|
71777
72189
|
};
|
|
72190
|
+
export declare type TrelloQueryApiPlannerByWorkspaceIdArgs = {
|
|
72191
|
+
id: Scalars['ID']['input'];
|
|
72192
|
+
};
|
|
72193
|
+
export declare type TrelloQueryApiPlannerCalendarAccountByIdArgs = {
|
|
72194
|
+
id: Scalars['ID']['input'];
|
|
72195
|
+
workspaceId: Scalars['ID']['input'];
|
|
72196
|
+
};
|
|
71778
72197
|
export declare type TrelloQueryApiPlannerCalendarEventsByCalendarIdArgs = {
|
|
71779
72198
|
accountId: Scalars['ID']['input'];
|
|
71780
72199
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -73173,6 +73592,10 @@ export declare type User = {
|
|
|
73173
73592
|
name: Scalars['String']['output'];
|
|
73174
73593
|
picture: Scalars['URL']['output'];
|
|
73175
73594
|
};
|
|
73595
|
+
export declare type UserAccess = {
|
|
73596
|
+
__typename?: 'UserAccess';
|
|
73597
|
+
hasAccess: Scalars['Boolean']['output'];
|
|
73598
|
+
};
|
|
73176
73599
|
export declare type UserAuthTokenForExtensionInput = {
|
|
73177
73600
|
contextIds: Array<Scalars['ID']['input']>;
|
|
73178
73601
|
extensionId: Scalars['ID']['input'];
|
|
@@ -73395,6 +73818,7 @@ export declare type VirtualAgentCreateChatChannelPayload = Payload & {
|
|
|
73395
73818
|
};
|
|
73396
73819
|
export declare type VirtualAgentCreateConfigurationInput = {
|
|
73397
73820
|
defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
|
|
73821
|
+
isAiResponsesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73398
73822
|
respondToQueries?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73399
73823
|
};
|
|
73400
73824
|
export declare type VirtualAgentCreateConfigurationPayload = Payload & {
|