@forge/cli-shared 6.6.2-next.8 → 6.6.2-next.8-experimental-d22b31e
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 +17 -0
- package/out/graphql/graphql-types.d.ts +330 -188
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +16 -11
- package/package.json +2 -2
|
@@ -3308,6 +3308,7 @@ export declare type CatchupVersionDiffMetadataResponse = {
|
|
|
3308
3308
|
__typename?: 'CatchupVersionDiffMetadataResponse';
|
|
3309
3309
|
collaborators?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
3310
3310
|
isDiffEmpty?: Maybe<Scalars['Boolean']['output']>;
|
|
3311
|
+
users?: Maybe<Array<Maybe<Person>>>;
|
|
3311
3312
|
};
|
|
3312
3313
|
export declare type CcpAccountDetails = CommerceAccountDetails & {
|
|
3313
3314
|
__typename?: 'CcpAccountDetails';
|
|
@@ -23662,6 +23663,10 @@ export declare type EcosystemMarketplaceAppVersion = {
|
|
|
23662
23663
|
paymentModel?: Maybe<EcosystemMarketplacePaymentModel>;
|
|
23663
23664
|
version: Scalars['String']['output'];
|
|
23664
23665
|
};
|
|
23666
|
+
export declare type EcosystemMarketplaceAppVersionFilter = {
|
|
23667
|
+
cloudAppVersionId?: InputMaybe<Scalars['ID']['input']>;
|
|
23668
|
+
version?: InputMaybe<Scalars['String']['input']>;
|
|
23669
|
+
};
|
|
23665
23670
|
export declare type EcosystemMarketplaceCloudAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23666
23671
|
__typename?: 'EcosystemMarketplaceCloudAppDeployment';
|
|
23667
23672
|
cloudAppEnvironmentId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -23674,6 +23679,7 @@ export declare type EcosystemMarketplaceConnectAppDeployment = EcosystemMarketpl
|
|
|
23674
23679
|
__typename?: 'EcosystemMarketplaceConnectAppDeployment';
|
|
23675
23680
|
descriptorUrl?: Maybe<Scalars['String']['output']>;
|
|
23676
23681
|
frameworkId: Scalars['String']['output'];
|
|
23682
|
+
scopes?: Maybe<Array<EcosystemConnectScope>>;
|
|
23677
23683
|
};
|
|
23678
23684
|
export declare type EcosystemMarketplaceData = {
|
|
23679
23685
|
__typename?: 'EcosystemMarketplaceData';
|
|
@@ -23692,6 +23698,10 @@ export declare type EcosystemMarketplaceData = {
|
|
|
23692
23698
|
versions?: Maybe<EcosystemMarketplaceVersionConnection>;
|
|
23693
23699
|
wikiUrl?: Maybe<Scalars['String']['output']>;
|
|
23694
23700
|
};
|
|
23701
|
+
export declare type EcosystemMarketplaceDataVersionsArgs = {
|
|
23702
|
+
filter?: InputMaybe<EcosystemMarketplaceAppVersionFilter>;
|
|
23703
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23704
|
+
};
|
|
23695
23705
|
export declare type EcosystemMarketplaceExternalFrameworkAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23696
23706
|
__typename?: 'EcosystemMarketplaceExternalFrameworkAppDeployment';
|
|
23697
23707
|
frameworkId: Scalars['String']['output'];
|
|
@@ -25274,6 +25284,7 @@ export declare type FeedEventEditLive = FeedEvent & {
|
|
|
25274
25284
|
datetime: Scalars['String']['output'];
|
|
25275
25285
|
groupSize: Scalars['Int']['output'];
|
|
25276
25286
|
type: FeedEventType;
|
|
25287
|
+
user?: Maybe<Person>;
|
|
25277
25288
|
version: Scalars['Int']['output'];
|
|
25278
25289
|
};
|
|
25279
25290
|
export declare type FeedEventPublishLive = FeedEvent & {
|
|
@@ -25282,6 +25293,7 @@ export declare type FeedEventPublishLive = FeedEvent & {
|
|
|
25282
25293
|
datetime: Scalars['String']['output'];
|
|
25283
25294
|
groupSize: Scalars['Int']['output'];
|
|
25284
25295
|
type: FeedEventType;
|
|
25296
|
+
user?: Maybe<Person>;
|
|
25285
25297
|
version: Scalars['Int']['output'];
|
|
25286
25298
|
};
|
|
25287
25299
|
export declare enum FeedEventType {
|
|
@@ -25364,6 +25376,7 @@ export declare type FooterComment = CommentLocation & {
|
|
|
25364
25376
|
};
|
|
25365
25377
|
export declare type ForYouFeedItem = {
|
|
25366
25378
|
__typename?: 'ForYouFeedItem';
|
|
25379
|
+
content?: Maybe<Content>;
|
|
25367
25380
|
id: Scalars['String']['output'];
|
|
25368
25381
|
mostRelevantUpdate?: Maybe<Scalars['Int']['output']>;
|
|
25369
25382
|
recentActionsCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -30501,8 +30514,6 @@ export declare type GraphStore = {
|
|
|
30501
30514
|
linkedProjectHasVersionInverse?: Maybe<GraphStoreSimplifiedLinkedProjectHasVersionInverseConnection>;
|
|
30502
30515
|
linkedProjectHasVersionInverseRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30503
30516
|
linkedProjectHasVersionRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30504
|
-
loomVideoSharedWithUser?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserConnection>;
|
|
30505
|
-
loomVideoSharedWithUserInverse?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection>;
|
|
30506
30517
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
30507
30518
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
30508
30519
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
@@ -30756,8 +30767,6 @@ export declare type GraphStore = {
|
|
|
30756
30767
|
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30757
30768
|
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
30758
30769
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
30759
|
-
userCreatedLoomVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection>;
|
|
30760
|
-
userCreatedLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection>;
|
|
30761
30770
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
30762
30771
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
30763
30772
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
@@ -30767,6 +30776,8 @@ export declare type GraphStore = {
|
|
|
30767
30776
|
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
30768
30777
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
30769
30778
|
userCreatedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseConnection>;
|
|
30779
|
+
userCreatedVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentConnection>;
|
|
30780
|
+
userCreatedVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection>;
|
|
30770
30781
|
userFavoritedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection>;
|
|
30771
30782
|
userFavoritedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseConnection>;
|
|
30772
30783
|
userFavoritedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection>;
|
|
@@ -30795,6 +30806,8 @@ export declare type GraphStore = {
|
|
|
30795
30806
|
userMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseConnection>;
|
|
30796
30807
|
userMentionedInMessage?: Maybe<GraphStoreSimplifiedUserMentionedInMessageConnection>;
|
|
30797
30808
|
userMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseConnection>;
|
|
30809
|
+
userMentionedInVideoComment?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentConnection>;
|
|
30810
|
+
userMentionedInVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection>;
|
|
30798
30811
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
30799
30812
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
30800
30813
|
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
@@ -30823,8 +30836,6 @@ export declare type GraphStore = {
|
|
|
30823
30836
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
30824
30837
|
userTaggedInIssueComment?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentConnection>;
|
|
30825
30838
|
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
30826
|
-
userTaggedInLoomVideoComment?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection>;
|
|
30827
|
-
userTaggedInLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection>;
|
|
30828
30839
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
30829
30840
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
30830
30841
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -30852,10 +30863,10 @@ export declare type GraphStore = {
|
|
|
30852
30863
|
userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
|
|
30853
30864
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
30854
30865
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
30855
|
-
userViewedLoomVideo?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoConnection>;
|
|
30856
|
-
userViewedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseConnection>;
|
|
30857
30866
|
userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
|
|
30858
30867
|
userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
|
|
30868
|
+
userViewedVideo?: Maybe<GraphStoreSimplifiedUserViewedVideoConnection>;
|
|
30869
|
+
userViewedVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedVideoInverseConnection>;
|
|
30859
30870
|
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
|
|
30860
30871
|
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
30861
30872
|
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
@@ -30904,6 +30915,8 @@ export declare type GraphStore = {
|
|
|
30904
30915
|
versionUserAssociatedFeatureFlagRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30905
30916
|
videoHasComment?: Maybe<GraphStoreSimplifiedVideoHasCommentConnection>;
|
|
30906
30917
|
videoHasCommentInverse?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseConnection>;
|
|
30918
|
+
videoSharedWithUser?: Maybe<GraphStoreSimplifiedVideoSharedWithUserConnection>;
|
|
30919
|
+
videoSharedWithUserInverse?: Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseConnection>;
|
|
30907
30920
|
vulnerabilityAssociatedIssue?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection>;
|
|
30908
30921
|
vulnerabilityAssociatedIssueInverse?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueInverseConnection>;
|
|
30909
30922
|
vulnerabilityAssociatedIssueInverseRelationship?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueConnection>;
|
|
@@ -32500,20 +32513,6 @@ export declare type GraphStoreLinkedProjectHasVersionRelationshipArgs = {
|
|
|
32500
32513
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32501
32514
|
id: Scalars['ID']['input'];
|
|
32502
32515
|
};
|
|
32503
|
-
export declare type GraphStoreLoomVideoSharedWithUserArgs = {
|
|
32504
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32505
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32506
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32507
|
-
id: Scalars['ID']['input'];
|
|
32508
|
-
sort?: InputMaybe<GraphStoreLoomVideoSharedWithUserSortInput>;
|
|
32509
|
-
};
|
|
32510
|
-
export declare type GraphStoreLoomVideoSharedWithUserInverseArgs = {
|
|
32511
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32512
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32513
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32514
|
-
id: Scalars['ID']['input'];
|
|
32515
|
-
sort?: InputMaybe<GraphStoreLoomVideoSharedWithUserSortInput>;
|
|
32516
|
-
};
|
|
32517
32516
|
export declare type GraphStoreMediaAttachedToContentArgs = {
|
|
32518
32517
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32519
32518
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34196,20 +34195,6 @@ export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
|
34196
34195
|
id: Scalars['ID']['input'];
|
|
34197
34196
|
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
34198
34197
|
};
|
|
34199
|
-
export declare type GraphStoreUserCreatedLoomVideoCommentArgs = {
|
|
34200
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
34201
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34202
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34203
|
-
id: Scalars['ID']['input'];
|
|
34204
|
-
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoCommentSortInput>;
|
|
34205
|
-
};
|
|
34206
|
-
export declare type GraphStoreUserCreatedLoomVideoCommentInverseArgs = {
|
|
34207
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
34208
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34209
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34210
|
-
id: Scalars['ID']['input'];
|
|
34211
|
-
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoCommentSortInput>;
|
|
34212
|
-
};
|
|
34213
34198
|
export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
|
|
34214
34199
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34215
34200
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34273,6 +34258,20 @@ export declare type GraphStoreUserCreatedRepositoryInverseArgs = {
|
|
|
34273
34258
|
id: Scalars['ID']['input'];
|
|
34274
34259
|
sort?: InputMaybe<GraphStoreUserCreatedRepositorySortInput>;
|
|
34275
34260
|
};
|
|
34261
|
+
export declare type GraphStoreUserCreatedVideoCommentArgs = {
|
|
34262
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34263
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34264
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34265
|
+
id: Scalars['ID']['input'];
|
|
34266
|
+
sort?: InputMaybe<GraphStoreUserCreatedVideoCommentSortInput>;
|
|
34267
|
+
};
|
|
34268
|
+
export declare type GraphStoreUserCreatedVideoCommentInverseArgs = {
|
|
34269
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34270
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34271
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34272
|
+
id: Scalars['ID']['input'];
|
|
34273
|
+
sort?: InputMaybe<GraphStoreUserCreatedVideoCommentSortInput>;
|
|
34274
|
+
};
|
|
34276
34275
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostArgs = {
|
|
34277
34276
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34278
34277
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34471,6 +34470,20 @@ export declare type GraphStoreUserMentionedInMessageInverseArgs = {
|
|
|
34471
34470
|
id: Scalars['ID']['input'];
|
|
34472
34471
|
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
34473
34472
|
};
|
|
34473
|
+
export declare type GraphStoreUserMentionedInVideoCommentArgs = {
|
|
34474
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34475
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34476
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34477
|
+
id: Scalars['ID']['input'];
|
|
34478
|
+
sort?: InputMaybe<GraphStoreUserMentionedInVideoCommentSortInput>;
|
|
34479
|
+
};
|
|
34480
|
+
export declare type GraphStoreUserMentionedInVideoCommentInverseArgs = {
|
|
34481
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34482
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34483
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34484
|
+
id: Scalars['ID']['input'];
|
|
34485
|
+
sort?: InputMaybe<GraphStoreUserMentionedInVideoCommentSortInput>;
|
|
34486
|
+
};
|
|
34474
34487
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
34475
34488
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34476
34489
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34669,20 +34682,6 @@ export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
|
34669
34682
|
id: Scalars['ID']['input'];
|
|
34670
34683
|
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
34671
34684
|
};
|
|
34672
|
-
export declare type GraphStoreUserTaggedInLoomVideoCommentArgs = {
|
|
34673
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
34674
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34675
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34676
|
-
id: Scalars['ID']['input'];
|
|
34677
|
-
sort?: InputMaybe<GraphStoreUserTaggedInLoomVideoCommentSortInput>;
|
|
34678
|
-
};
|
|
34679
|
-
export declare type GraphStoreUserTaggedInLoomVideoCommentInverseArgs = {
|
|
34680
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
34681
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34682
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34683
|
-
id: Scalars['ID']['input'];
|
|
34684
|
-
sort?: InputMaybe<GraphStoreUserTaggedInLoomVideoCommentSortInput>;
|
|
34685
|
-
};
|
|
34686
34685
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
34687
34686
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34688
34687
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34872,33 +34871,33 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
34872
34871
|
id: Scalars['ID']['input'];
|
|
34873
34872
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
34874
34873
|
};
|
|
34875
|
-
export declare type
|
|
34874
|
+
export declare type GraphStoreUserViewedProjectUpdateArgs = {
|
|
34876
34875
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34877
34876
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34878
34877
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34879
34878
|
id: Scalars['ID']['input'];
|
|
34880
|
-
sort?: InputMaybe<
|
|
34879
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34881
34880
|
};
|
|
34882
|
-
export declare type
|
|
34881
|
+
export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
|
|
34883
34882
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34884
34883
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34885
34884
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34886
34885
|
id: Scalars['ID']['input'];
|
|
34887
|
-
sort?: InputMaybe<
|
|
34886
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34888
34887
|
};
|
|
34889
|
-
export declare type
|
|
34888
|
+
export declare type GraphStoreUserViewedVideoArgs = {
|
|
34890
34889
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34891
34890
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34892
34891
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34893
34892
|
id: Scalars['ID']['input'];
|
|
34894
|
-
sort?: InputMaybe<
|
|
34893
|
+
sort?: InputMaybe<GraphStoreUserViewedVideoSortInput>;
|
|
34895
34894
|
};
|
|
34896
|
-
export declare type
|
|
34895
|
+
export declare type GraphStoreUserViewedVideoInverseArgs = {
|
|
34897
34896
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34898
34897
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34899
34898
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34900
34899
|
id: Scalars['ID']['input'];
|
|
34901
|
-
sort?: InputMaybe<
|
|
34900
|
+
sort?: InputMaybe<GraphStoreUserViewedVideoSortInput>;
|
|
34902
34901
|
};
|
|
34903
34902
|
export declare type GraphStoreUserWatchesConfluenceBlogpostArgs = {
|
|
34904
34903
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -35202,6 +35201,20 @@ export declare type GraphStoreVideoHasCommentInverseArgs = {
|
|
|
35202
35201
|
id: Scalars['ID']['input'];
|
|
35203
35202
|
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
35204
35203
|
};
|
|
35204
|
+
export declare type GraphStoreVideoSharedWithUserArgs = {
|
|
35205
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35206
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35207
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35208
|
+
id: Scalars['ID']['input'];
|
|
35209
|
+
sort?: InputMaybe<GraphStoreVideoSharedWithUserSortInput>;
|
|
35210
|
+
};
|
|
35211
|
+
export declare type GraphStoreVideoSharedWithUserInverseArgs = {
|
|
35212
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35213
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35214
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35215
|
+
id: Scalars['ID']['input'];
|
|
35216
|
+
sort?: InputMaybe<GraphStoreVideoSharedWithUserSortInput>;
|
|
35217
|
+
};
|
|
35205
35218
|
export declare type GraphStoreVulnerabilityAssociatedIssueArgs = {
|
|
35206
35219
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35207
35220
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40865,9 +40878,6 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
40865
40878
|
lessThan?: InputMaybe<Scalars['Long']['input']>;
|
|
40866
40879
|
lessThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
40867
40880
|
};
|
|
40868
|
-
export declare type GraphStoreLoomVideoSharedWithUserSortInput = {
|
|
40869
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40870
|
-
};
|
|
40871
40881
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
40872
40882
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40873
40883
|
};
|
|
@@ -43882,34 +43892,6 @@ export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseEdge = {
|
|
|
43882
43892
|
};
|
|
43883
43893
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseUnion = JiraProject;
|
|
43884
43894
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionUnion = JiraVersion;
|
|
43885
|
-
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserConnection = HasPageInfo & {
|
|
43886
|
-
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserConnection';
|
|
43887
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserEdge>>>;
|
|
43888
|
-
pageInfo: PageInfo;
|
|
43889
|
-
};
|
|
43890
|
-
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserEdge = {
|
|
43891
|
-
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserEdge';
|
|
43892
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43893
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43894
|
-
id: Scalars['ID']['output'];
|
|
43895
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43896
|
-
node?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserUnion>;
|
|
43897
|
-
};
|
|
43898
|
-
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection = HasPageInfo & {
|
|
43899
|
-
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection';
|
|
43900
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge>>>;
|
|
43901
|
-
pageInfo: PageInfo;
|
|
43902
|
-
};
|
|
43903
|
-
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge = {
|
|
43904
|
-
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge';
|
|
43905
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43906
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43907
|
-
id: Scalars['ID']['output'];
|
|
43908
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43909
|
-
node?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseUnion>;
|
|
43910
|
-
};
|
|
43911
|
-
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseUnion = LoomVideo;
|
|
43912
|
-
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43913
43895
|
export declare type GraphStoreSimplifiedMediaAttachedToContentConnection = HasPageInfo & {
|
|
43914
43896
|
__typename?: 'GraphStoreSimplifiedMediaAttachedToContentConnection';
|
|
43915
43897
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMediaAttachedToContentEdge>>>;
|
|
@@ -46356,34 +46338,6 @@ export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
|
46356
46338
|
};
|
|
46357
46339
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46358
46340
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogUnion = JiraWorklog;
|
|
46359
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection = HasPageInfo & {
|
|
46360
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection';
|
|
46361
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge>>>;
|
|
46362
|
-
pageInfo: PageInfo;
|
|
46363
|
-
};
|
|
46364
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge = {
|
|
46365
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge';
|
|
46366
|
-
createdAt: Scalars['DateTime']['output'];
|
|
46367
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
46368
|
-
id: Scalars['ID']['output'];
|
|
46369
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
46370
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentUnion>;
|
|
46371
|
-
};
|
|
46372
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection = HasPageInfo & {
|
|
46373
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection';
|
|
46374
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge>>>;
|
|
46375
|
-
pageInfo: PageInfo;
|
|
46376
|
-
};
|
|
46377
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge = {
|
|
46378
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge';
|
|
46379
|
-
createdAt: Scalars['DateTime']['output'];
|
|
46380
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
46381
|
-
id: Scalars['ID']['output'];
|
|
46382
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
46383
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseUnion>;
|
|
46384
|
-
};
|
|
46385
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46386
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentUnion = LoomComment;
|
|
46387
46341
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
46388
46342
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
46389
46343
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -46524,6 +46478,34 @@ export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseEdge = {
|
|
|
46524
46478
|
};
|
|
46525
46479
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
46526
46480
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryUnion = ExternalRepository;
|
|
46481
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentConnection = HasPageInfo & {
|
|
46482
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentConnection';
|
|
46483
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedVideoCommentEdge>>>;
|
|
46484
|
+
pageInfo: PageInfo;
|
|
46485
|
+
};
|
|
46486
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentEdge = {
|
|
46487
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentEdge';
|
|
46488
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46489
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46490
|
+
id: Scalars['ID']['output'];
|
|
46491
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46492
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentUnion>;
|
|
46493
|
+
};
|
|
46494
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection = HasPageInfo & {
|
|
46495
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection';
|
|
46496
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge>>>;
|
|
46497
|
+
pageInfo: PageInfo;
|
|
46498
|
+
};
|
|
46499
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge = {
|
|
46500
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge';
|
|
46501
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46502
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46503
|
+
id: Scalars['ID']['output'];
|
|
46504
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46505
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseUnion>;
|
|
46506
|
+
};
|
|
46507
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46508
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentUnion = LoomComment;
|
|
46527
46509
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection = HasPageInfo & {
|
|
46528
46510
|
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection';
|
|
46529
46511
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostEdge>>>;
|
|
@@ -46924,6 +46906,34 @@ export declare type GraphStoreSimplifiedUserMentionedInMessageInverseEdge = {
|
|
|
46924
46906
|
};
|
|
46925
46907
|
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
46926
46908
|
export declare type GraphStoreSimplifiedUserMentionedInMessageUnion = ExternalMessage;
|
|
46909
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentConnection = HasPageInfo & {
|
|
46910
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentConnection';
|
|
46911
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentEdge>>>;
|
|
46912
|
+
pageInfo: PageInfo;
|
|
46913
|
+
};
|
|
46914
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentEdge = {
|
|
46915
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentEdge';
|
|
46916
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46917
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46918
|
+
id: Scalars['ID']['output'];
|
|
46919
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46920
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentUnion>;
|
|
46921
|
+
};
|
|
46922
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection = HasPageInfo & {
|
|
46923
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection';
|
|
46924
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge>>>;
|
|
46925
|
+
pageInfo: PageInfo;
|
|
46926
|
+
};
|
|
46927
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge = {
|
|
46928
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge';
|
|
46929
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46930
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46931
|
+
id: Scalars['ID']['output'];
|
|
46932
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46933
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseUnion>;
|
|
46934
|
+
};
|
|
46935
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46936
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentUnion = LoomComment;
|
|
46927
46937
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
46928
46938
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
46929
46939
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -47320,34 +47330,6 @@ export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
|
47320
47330
|
};
|
|
47321
47331
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47322
47332
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
47323
|
-
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection = HasPageInfo & {
|
|
47324
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection';
|
|
47325
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge>>>;
|
|
47326
|
-
pageInfo: PageInfo;
|
|
47327
|
-
};
|
|
47328
|
-
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge = {
|
|
47329
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge';
|
|
47330
|
-
createdAt: Scalars['DateTime']['output'];
|
|
47331
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
47332
|
-
id: Scalars['ID']['output'];
|
|
47333
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
47334
|
-
node?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentUnion>;
|
|
47335
|
-
};
|
|
47336
|
-
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection = HasPageInfo & {
|
|
47337
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection';
|
|
47338
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge>>>;
|
|
47339
|
-
pageInfo: PageInfo;
|
|
47340
|
-
};
|
|
47341
|
-
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge = {
|
|
47342
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge';
|
|
47343
|
-
createdAt: Scalars['DateTime']['output'];
|
|
47344
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
47345
|
-
id: Scalars['ID']['output'];
|
|
47346
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
47347
|
-
node?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseUnion>;
|
|
47348
|
-
};
|
|
47349
|
-
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47350
|
-
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentUnion = LoomComment;
|
|
47351
47333
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
47352
47334
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
47353
47335
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -47726,34 +47708,6 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
47726
47708
|
};
|
|
47727
47709
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47728
47710
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueUnion = JiraIssue;
|
|
47729
|
-
export declare type GraphStoreSimplifiedUserViewedLoomVideoConnection = HasPageInfo & {
|
|
47730
|
-
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoConnection';
|
|
47731
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedLoomVideoEdge>>>;
|
|
47732
|
-
pageInfo: PageInfo;
|
|
47733
|
-
};
|
|
47734
|
-
export declare type GraphStoreSimplifiedUserViewedLoomVideoEdge = {
|
|
47735
|
-
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoEdge';
|
|
47736
|
-
createdAt: Scalars['DateTime']['output'];
|
|
47737
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
47738
|
-
id: Scalars['ID']['output'];
|
|
47739
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
47740
|
-
node?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoUnion>;
|
|
47741
|
-
};
|
|
47742
|
-
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseConnection = HasPageInfo & {
|
|
47743
|
-
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoInverseConnection';
|
|
47744
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseEdge>>>;
|
|
47745
|
-
pageInfo: PageInfo;
|
|
47746
|
-
};
|
|
47747
|
-
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseEdge = {
|
|
47748
|
-
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoInverseEdge';
|
|
47749
|
-
createdAt: Scalars['DateTime']['output'];
|
|
47750
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
47751
|
-
id: Scalars['ID']['output'];
|
|
47752
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
47753
|
-
node?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseUnion>;
|
|
47754
|
-
};
|
|
47755
|
-
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47756
|
-
export declare type GraphStoreSimplifiedUserViewedLoomVideoUnion = LoomVideo;
|
|
47757
47711
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateConnection = HasPageInfo & {
|
|
47758
47712
|
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateConnection';
|
|
47759
47713
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateEdge>>>;
|
|
@@ -47782,6 +47736,34 @@ export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge = {
|
|
|
47782
47736
|
};
|
|
47783
47737
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47784
47738
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateUnion = TownsquareProjectUpdate;
|
|
47739
|
+
export declare type GraphStoreSimplifiedUserViewedVideoConnection = HasPageInfo & {
|
|
47740
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoConnection';
|
|
47741
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedVideoEdge>>>;
|
|
47742
|
+
pageInfo: PageInfo;
|
|
47743
|
+
};
|
|
47744
|
+
export declare type GraphStoreSimplifiedUserViewedVideoEdge = {
|
|
47745
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoEdge';
|
|
47746
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47747
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47748
|
+
id: Scalars['ID']['output'];
|
|
47749
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47750
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedVideoUnion>;
|
|
47751
|
+
};
|
|
47752
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseConnection = HasPageInfo & {
|
|
47753
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoInverseConnection';
|
|
47754
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedVideoInverseEdge>>>;
|
|
47755
|
+
pageInfo: PageInfo;
|
|
47756
|
+
};
|
|
47757
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseEdge = {
|
|
47758
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoInverseEdge';
|
|
47759
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47760
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47761
|
+
id: Scalars['ID']['output'];
|
|
47762
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47763
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedVideoInverseUnion>;
|
|
47764
|
+
};
|
|
47765
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47766
|
+
export declare type GraphStoreSimplifiedUserViewedVideoUnion = LoomVideo;
|
|
47785
47767
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection = HasPageInfo & {
|
|
47786
47768
|
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection';
|
|
47787
47769
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge>>>;
|
|
@@ -48210,6 +48192,34 @@ export declare type GraphStoreSimplifiedVideoHasCommentInverseEdge = {
|
|
|
48210
48192
|
};
|
|
48211
48193
|
export declare type GraphStoreSimplifiedVideoHasCommentInverseUnion = LoomVideo;
|
|
48212
48194
|
export declare type GraphStoreSimplifiedVideoHasCommentUnion = LoomComment;
|
|
48195
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserConnection = HasPageInfo & {
|
|
48196
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserConnection';
|
|
48197
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoSharedWithUserEdge>>>;
|
|
48198
|
+
pageInfo: PageInfo;
|
|
48199
|
+
};
|
|
48200
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserEdge = {
|
|
48201
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserEdge';
|
|
48202
|
+
createdAt: Scalars['DateTime']['output'];
|
|
48203
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48204
|
+
id: Scalars['ID']['output'];
|
|
48205
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
48206
|
+
node?: Maybe<GraphStoreSimplifiedVideoSharedWithUserUnion>;
|
|
48207
|
+
};
|
|
48208
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseConnection = HasPageInfo & {
|
|
48209
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserInverseConnection';
|
|
48210
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseEdge>>>;
|
|
48211
|
+
pageInfo: PageInfo;
|
|
48212
|
+
};
|
|
48213
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseEdge = {
|
|
48214
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserInverseEdge';
|
|
48215
|
+
createdAt: Scalars['DateTime']['output'];
|
|
48216
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48217
|
+
id: Scalars['ID']['output'];
|
|
48218
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
48219
|
+
node?: Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseUnion>;
|
|
48220
|
+
};
|
|
48221
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseUnion = LoomVideo;
|
|
48222
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48213
48223
|
export declare type GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection = HasPageInfo & HasTotal & {
|
|
48214
48224
|
__typename?: 'GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection';
|
|
48215
48225
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueEdge>>>;
|
|
@@ -48623,6 +48633,8 @@ export declare type GraphStoreUserAttendedCalendarEventConditionalFilterInput =
|
|
|
48623
48633
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48624
48634
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
48625
48635
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48636
|
+
to_eventEndTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48637
|
+
to_eventStartTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48626
48638
|
};
|
|
48627
48639
|
export declare type GraphStoreUserAttendedCalendarEventFilterInput = {
|
|
48628
48640
|
and?: InputMaybe<Array<InputMaybe<GraphStoreUserAttendedCalendarEventConditionalFilterInput>>>;
|
|
@@ -48633,6 +48645,8 @@ export declare type GraphStoreUserAttendedCalendarEventSortInput = {
|
|
|
48633
48645
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
48634
48646
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48635
48647
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
48648
|
+
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
48649
|
+
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
48636
48650
|
};
|
|
48637
48651
|
export declare type GraphStoreUserAuthoredCommitSortInput = {
|
|
48638
48652
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -48690,6 +48704,8 @@ export declare type GraphStoreUserCreatedCalendarEventConditionalFilterInput = {
|
|
|
48690
48704
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48691
48705
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
48692
48706
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48707
|
+
to_eventEndTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48708
|
+
to_eventStartTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48693
48709
|
};
|
|
48694
48710
|
export declare type GraphStoreUserCreatedCalendarEventFilterInput = {
|
|
48695
48711
|
and?: InputMaybe<Array<InputMaybe<GraphStoreUserCreatedCalendarEventConditionalFilterInput>>>;
|
|
@@ -48700,6 +48716,8 @@ export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
|
48700
48716
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
48701
48717
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48702
48718
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
48719
|
+
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
48720
|
+
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
48703
48721
|
};
|
|
48704
48722
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
48705
48723
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -48731,9 +48749,6 @@ export declare type GraphStoreUserCreatedIssueCommentSortInput = {
|
|
|
48731
48749
|
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
48732
48750
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48733
48751
|
};
|
|
48734
|
-
export declare type GraphStoreUserCreatedLoomVideoCommentSortInput = {
|
|
48735
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48736
|
-
};
|
|
48737
48752
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
48738
48753
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48739
48754
|
};
|
|
@@ -48749,6 +48764,9 @@ export declare type GraphStoreUserCreatedRemoteLinkSortInput = {
|
|
|
48749
48764
|
export declare type GraphStoreUserCreatedRepositorySortInput = {
|
|
48750
48765
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48751
48766
|
};
|
|
48767
|
+
export declare type GraphStoreUserCreatedVideoCommentSortInput = {
|
|
48768
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48769
|
+
};
|
|
48752
48770
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostSortInput = {
|
|
48753
48771
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48754
48772
|
};
|
|
@@ -48815,6 +48833,9 @@ export declare type GraphStoreUserMentionedInConversationSortInput = {
|
|
|
48815
48833
|
export declare type GraphStoreUserMentionedInMessageSortInput = {
|
|
48816
48834
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48817
48835
|
};
|
|
48836
|
+
export declare type GraphStoreUserMentionedInVideoCommentSortInput = {
|
|
48837
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48838
|
+
};
|
|
48818
48839
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
48819
48840
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48820
48841
|
};
|
|
@@ -48870,9 +48891,6 @@ export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
|
48870
48891
|
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
48871
48892
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48872
48893
|
};
|
|
48873
|
-
export declare type GraphStoreUserTaggedInLoomVideoCommentSortInput = {
|
|
48874
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48875
|
-
};
|
|
48876
48894
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
48877
48895
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48878
48896
|
};
|
|
@@ -48915,10 +48933,10 @@ export declare type GraphStoreUserViewedGoalUpdateSortInput = {
|
|
|
48915
48933
|
export declare type GraphStoreUserViewedJiraIssueSortInput = {
|
|
48916
48934
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48917
48935
|
};
|
|
48918
|
-
export declare type
|
|
48936
|
+
export declare type GraphStoreUserViewedProjectUpdateSortInput = {
|
|
48919
48937
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48920
48938
|
};
|
|
48921
|
-
export declare type
|
|
48939
|
+
export declare type GraphStoreUserViewedVideoSortInput = {
|
|
48922
48940
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48923
48941
|
};
|
|
48924
48942
|
export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
@@ -49029,6 +49047,9 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
|
49029
49047
|
export declare type GraphStoreVideoHasCommentSortInput = {
|
|
49030
49048
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49031
49049
|
};
|
|
49050
|
+
export declare type GraphStoreVideoSharedWithUserSortInput = {
|
|
49051
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49052
|
+
};
|
|
49032
49053
|
export declare type GraphStoreVulnerabilityAssociatedIssueContainerSortInput = {
|
|
49033
49054
|
containerAri?: InputMaybe<GraphStoreSortInput>;
|
|
49034
49055
|
};
|
|
@@ -54931,6 +54952,7 @@ export declare type JiraCreateCalendarIssuePayload = Payload & {
|
|
|
54931
54952
|
};
|
|
54932
54953
|
export declare type JiraCreateCustomBackgroundInput = {
|
|
54933
54954
|
altText: Scalars['String']['input'];
|
|
54955
|
+
dominantColor?: InputMaybe<Scalars['String']['input']>;
|
|
54934
54956
|
entityId: Scalars['ID']['input'];
|
|
54935
54957
|
mediaApiFileId: Scalars['String']['input'];
|
|
54936
54958
|
};
|
|
@@ -55081,6 +55103,8 @@ export declare type JiraCustomBackground = {
|
|
|
55081
55103
|
__typename?: 'JiraCustomBackground';
|
|
55082
55104
|
activeCount?: Maybe<Scalars['Long']['output']>;
|
|
55083
55105
|
altText?: Maybe<Scalars['String']['output']>;
|
|
55106
|
+
brightness?: Maybe<JiraCustomBackgroundBrightness>;
|
|
55107
|
+
dominantColor?: Maybe<Scalars['String']['output']>;
|
|
55084
55108
|
id?: Maybe<Scalars['ID']['output']>;
|
|
55085
55109
|
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
55086
55110
|
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
@@ -55090,6 +55114,10 @@ export declare type JiraCustomBackground = {
|
|
|
55090
55114
|
export declare type JiraCustomBackgroundMediaReadTokenArgs = {
|
|
55091
55115
|
durationInSeconds: Scalars['Int']['input'];
|
|
55092
55116
|
};
|
|
55117
|
+
export declare enum JiraCustomBackgroundBrightness {
|
|
55118
|
+
Dark = "DARK",
|
|
55119
|
+
Light = "LIGHT"
|
|
55120
|
+
}
|
|
55093
55121
|
export declare type JiraCustomBackgroundConnection = {
|
|
55094
55122
|
__typename?: 'JiraCustomBackgroundConnection';
|
|
55095
55123
|
edges?: Maybe<Array<Maybe<JiraCustomBackgroundEdge>>>;
|
|
@@ -55108,6 +55136,26 @@ export declare type JiraCustomFieldOptionInput = {
|
|
|
55108
55136
|
parentOptionId?: InputMaybe<Scalars['Long']['input']>;
|
|
55109
55137
|
value: Scalars['String']['input'];
|
|
55110
55138
|
};
|
|
55139
|
+
export declare type JiraCustomFieldUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
55140
|
+
__typename?: 'JiraCustomFieldUsageMetric';
|
|
55141
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
55142
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
55143
|
+
globalScopedCustomFieldsCount?: Maybe<Scalars['Long']['output']>;
|
|
55144
|
+
id: Scalars['ID']['output'];
|
|
55145
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
55146
|
+
projectScopedCustomFieldsCount?: Maybe<Scalars['Long']['output']>;
|
|
55147
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
55148
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
55149
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
55150
|
+
};
|
|
55151
|
+
export declare type JiraCustomFieldUsageMetricValuesArgs = {
|
|
55152
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
55153
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
55154
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55155
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
55156
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55157
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
55158
|
+
};
|
|
55111
55159
|
export declare type JiraCustomFilter = JiraFilter & Node & {
|
|
55112
55160
|
__typename?: 'JiraCustomFilter';
|
|
55113
55161
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -55450,7 +55498,7 @@ export declare enum JiraDeploymentsFeaturePrecondition {
|
|
|
55450
55498
|
DeploymentsEmptyState = "DEPLOYMENTS_EMPTY_STATE",
|
|
55451
55499
|
NotAvailable = "NOT_AVAILABLE"
|
|
55452
55500
|
}
|
|
55453
|
-
export declare type JiraDetailedView = JiraIssueSearchViewMetadata &
|
|
55501
|
+
export declare type JiraDetailedView = JiraIssueSearchViewMetadata & JiraView & Node & {
|
|
55454
55502
|
__typename?: 'JiraDetailedView';
|
|
55455
55503
|
error?: Maybe<QueryError>;
|
|
55456
55504
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -56805,6 +56853,24 @@ export declare type JiraGenericIssueField = JiraIssueField & JiraIssueFieldConfi
|
|
|
56805
56853
|
name: Scalars['String']['output'];
|
|
56806
56854
|
type: Scalars['String']['output'];
|
|
56807
56855
|
};
|
|
56856
|
+
export declare type JiraGenericResourceUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
56857
|
+
__typename?: 'JiraGenericResourceUsageMetric';
|
|
56858
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
56859
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
56860
|
+
id: Scalars['ID']['output'];
|
|
56861
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
56862
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
56863
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
56864
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
56865
|
+
};
|
|
56866
|
+
export declare type JiraGenericResourceUsageMetricValuesArgs = {
|
|
56867
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
56868
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
56869
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56870
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
56871
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
56872
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
56873
|
+
};
|
|
56808
56874
|
export declare enum JiraGlobalIssueCreateView {
|
|
56809
56875
|
FullModal = "FULL_MODAL",
|
|
56810
56876
|
MiniModal = "MINI_MODAL"
|
|
@@ -56971,7 +57037,7 @@ export declare type JiraGroupGrantTypeValue = Node & {
|
|
|
56971
57037
|
export declare type JiraGroupInput = {
|
|
56972
57038
|
groupName: Scalars['ID']['input'];
|
|
56973
57039
|
};
|
|
56974
|
-
export declare type JiraGroupedListView = JiraIssueSearchViewMetadata &
|
|
57040
|
+
export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
|
|
56975
57041
|
__typename?: 'JiraGroupedListView';
|
|
56976
57042
|
error?: Maybe<QueryError>;
|
|
56977
57043
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -58440,6 +58506,18 @@ export declare type JiraIssueSearchViewContexts = {
|
|
|
58440
58506
|
__typename?: 'JiraIssueSearchViewContexts';
|
|
58441
58507
|
contexts?: Maybe<Array<JiraIssueSearchViewContextMapping>>;
|
|
58442
58508
|
errors?: Maybe<Array<QueryError>>;
|
|
58509
|
+
issueId?: Maybe<Scalars['String']['output']>;
|
|
58510
|
+
};
|
|
58511
|
+
export declare type JiraIssueSearchViewContextsConnection = {
|
|
58512
|
+
__typename?: 'JiraIssueSearchViewContextsConnection';
|
|
58513
|
+
edges?: Maybe<Array<Maybe<JiraIssueSearchViewContextsEdge>>>;
|
|
58514
|
+
pageInfo: PageInfo;
|
|
58515
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
58516
|
+
};
|
|
58517
|
+
export declare type JiraIssueSearchViewContextsEdge = {
|
|
58518
|
+
__typename?: 'JiraIssueSearchViewContextsEdge';
|
|
58519
|
+
cursor: Scalars['String']['output'];
|
|
58520
|
+
node?: Maybe<JiraIssueSearchViewContexts>;
|
|
58443
58521
|
};
|
|
58444
58522
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
58445
58523
|
issueContext?: InputMaybe<JiraIssueSearchViewFieldSetsIssueContext>;
|
|
@@ -58481,10 +58559,6 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
58481
58559
|
view?: Maybe<JiraIssueSearchView>;
|
|
58482
58560
|
};
|
|
58483
58561
|
export declare type JiraIssueSearchViewResult = JiraIssueSearchView | QueryError;
|
|
58484
|
-
export declare type JiraIssueSearchViewType = {
|
|
58485
|
-
error?: Maybe<QueryError>;
|
|
58486
|
-
id: Scalars['ID']['output'];
|
|
58487
|
-
};
|
|
58488
58562
|
export declare type JiraIssueTransitionComment = {
|
|
58489
58563
|
__typename?: 'JiraIssueTransitionComment';
|
|
58490
58564
|
adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
|
|
@@ -59571,7 +59645,7 @@ export declare type JiraLinkedIssuesInput = {
|
|
|
59571
59645
|
inwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
59572
59646
|
outwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
59573
59647
|
};
|
|
59574
|
-
export declare type JiraListView = JiraIssueSearchViewMetadata &
|
|
59648
|
+
export declare type JiraListView = JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
|
|
59575
59649
|
__typename?: 'JiraListView';
|
|
59576
59650
|
error?: Maybe<QueryError>;
|
|
59577
59651
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -62929,6 +63003,7 @@ export declare type JiraQuery = {
|
|
|
62929
63003
|
resourceUsageCustomFieldRecommendations?: Maybe<JiraResourceUsageCustomFieldRecommendationConnection>;
|
|
62930
63004
|
resourceUsageMetric?: Maybe<JiraResourceUsageMetric>;
|
|
62931
63005
|
resourceUsageMetricById?: Maybe<JiraResourceUsageMetric>;
|
|
63006
|
+
resourceUsageMetricV2?: Maybe<JiraResourceUsageMetricV2>;
|
|
62932
63007
|
resourceUsageMetrics?: Maybe<JiraResourceUsageMetricConnection>;
|
|
62933
63008
|
resourceUsageRecommendationStats?: Maybe<JiraResourceUsageRecommendationStats>;
|
|
62934
63009
|
savedFilters?: Maybe<JiraFilterConnection>;
|
|
@@ -62936,6 +63011,7 @@ export declare type JiraQuery = {
|
|
|
62936
63011
|
screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
|
|
62937
63012
|
searchUnsplashImages?: Maybe<JiraUnsplashImageSearchPageResult>;
|
|
62938
63013
|
searchUserTeamMention?: Maybe<JiraMentionableConnection>;
|
|
63014
|
+
searchViewContexts?: Maybe<JiraIssueSearchViewContextsConnection>;
|
|
62939
63015
|
shouldShowAtlassianIntelligence?: Maybe<Scalars['Boolean']['output']>;
|
|
62940
63016
|
sprintById?: Maybe<JiraSprint>;
|
|
62941
63017
|
sprintSearch?: Maybe<JiraSprintConnection>;
|
|
@@ -63747,6 +63823,10 @@ export declare type JiraQueryResourceUsageMetricArgs = {
|
|
|
63747
63823
|
export declare type JiraQueryResourceUsageMetricByIdArgs = {
|
|
63748
63824
|
id: Scalars['ID']['input'];
|
|
63749
63825
|
};
|
|
63826
|
+
export declare type JiraQueryResourceUsageMetricV2Args = {
|
|
63827
|
+
cloudId: Scalars['ID']['input'];
|
|
63828
|
+
metricKey: Scalars['String']['input'];
|
|
63829
|
+
};
|
|
63750
63830
|
export declare type JiraQueryResourceUsageMetricsArgs = {
|
|
63751
63831
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63752
63832
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -63784,6 +63864,15 @@ export declare type JiraQuerySearchUserTeamMentionArgs = {
|
|
|
63784
63864
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
63785
63865
|
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
63786
63866
|
};
|
|
63867
|
+
export declare type JiraQuerySearchViewContextsArgs = {
|
|
63868
|
+
cloudId: Scalars['ID']['input'];
|
|
63869
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63870
|
+
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63871
|
+
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63872
|
+
issueIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
63873
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
63874
|
+
searchViewContextInput: JiraIssueSearchViewContextInput;
|
|
63875
|
+
};
|
|
63787
63876
|
export declare type JiraQueryShouldShowAtlassianIntelligenceArgs = {
|
|
63788
63877
|
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
63789
63878
|
cloudId: Scalars['ID']['input'];
|
|
@@ -64439,6 +64528,23 @@ export declare type JiraResourceUsageMetricEdge = {
|
|
|
64439
64528
|
cursor: Scalars['String']['output'];
|
|
64440
64529
|
node?: Maybe<JiraResourceUsageMetric>;
|
|
64441
64530
|
};
|
|
64531
|
+
export declare type JiraResourceUsageMetricV2 = {
|
|
64532
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
64533
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
64534
|
+
id: Scalars['ID']['output'];
|
|
64535
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
64536
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
64537
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
64538
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
64539
|
+
};
|
|
64540
|
+
export declare type JiraResourceUsageMetricV2ValuesArgs = {
|
|
64541
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64542
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
64543
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64544
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
64545
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64546
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
64547
|
+
};
|
|
64442
64548
|
export declare type JiraResourceUsageMetricValue = {
|
|
64443
64549
|
__typename?: 'JiraResourceUsageMetricValue';
|
|
64444
64550
|
date?: Maybe<Scalars['Date']['output']>;
|
|
@@ -67283,6 +67389,7 @@ export declare type JiraUpdateAttachmentFieldInput = {
|
|
|
67283
67389
|
export declare type JiraUpdateBackgroundInput = {
|
|
67284
67390
|
backgroundType: JiraBackgroundType;
|
|
67285
67391
|
backgroundValue: Scalars['String']['input'];
|
|
67392
|
+
dominantColor?: InputMaybe<Scalars['String']['input']>;
|
|
67286
67393
|
entityId: Scalars['ID']['input'];
|
|
67287
67394
|
};
|
|
67288
67395
|
export declare type JiraUpdateCascadingSelectFieldInput = {
|
|
@@ -70953,6 +71060,11 @@ export declare type LoomToken = {
|
|
|
70953
71060
|
__typename?: 'LoomToken';
|
|
70954
71061
|
token: Scalars['String']['output'];
|
|
70955
71062
|
};
|
|
71063
|
+
export declare type LoomUserPrimaryAuthType = {
|
|
71064
|
+
__typename?: 'LoomUserPrimaryAuthType';
|
|
71065
|
+
authType: Scalars['String']['output'];
|
|
71066
|
+
redirectUri?: Maybe<Scalars['String']['output']>;
|
|
71067
|
+
};
|
|
70956
71068
|
export declare enum LoomUserStatus {
|
|
70957
71069
|
Linked = "LINKED",
|
|
70958
71070
|
LinkedEnterprise = "LINKED_ENTERPRISE",
|
|
@@ -71975,6 +72087,7 @@ export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
|
71975
72087
|
product: MarketplaceConsoleEditionsInput;
|
|
71976
72088
|
};
|
|
71977
72089
|
export declare type MarketplaceConsoleMutationApiCreateAppSoftwareTokenArgs = {
|
|
72090
|
+
appId: Scalars['String']['input'];
|
|
71978
72091
|
appSoftwareId: Scalars['String']['input'];
|
|
71979
72092
|
};
|
|
71980
72093
|
export declare type MarketplaceConsoleMutationApiCreateEcoHelpTicketArgs = {
|
|
@@ -72180,6 +72293,7 @@ export declare type MarketplaceConsoleProductListing = {
|
|
|
72180
72293
|
marketplaceAppName: Scalars['String']['output'];
|
|
72181
72294
|
productId: Scalars['ID']['output'];
|
|
72182
72295
|
segmentWriteKey?: Maybe<Scalars['String']['output']>;
|
|
72296
|
+
slug: Scalars['String']['output'];
|
|
72183
72297
|
summary?: Maybe<Scalars['String']['output']>;
|
|
72184
72298
|
tagLine?: Maybe<Scalars['String']['output']>;
|
|
72185
72299
|
tags?: Maybe<MarketplaceConsoleProductListingTags>;
|
|
@@ -73675,6 +73789,7 @@ export declare type MercuryFocusAreaActivityHistory = Node & {
|
|
|
73675
73789
|
fields?: Maybe<Array<Maybe<MercuryUpdatedField>>>;
|
|
73676
73790
|
fieldsChanged?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
73677
73791
|
focusAreaId?: Maybe<Scalars['String']['output']>;
|
|
73792
|
+
focusAreaName?: Maybe<Scalars['String']['output']>;
|
|
73678
73793
|
id: Scalars['ID']['output'];
|
|
73679
73794
|
user?: Maybe<User>;
|
|
73680
73795
|
};
|
|
@@ -80413,6 +80528,7 @@ export declare type Query = {
|
|
|
80413
80528
|
loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
|
|
80414
80529
|
loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
|
|
80415
80530
|
loom_meetings?: Maybe<Array<Maybe<LoomMeeting>>>;
|
|
80531
|
+
loom_primaryAuthTypeForEmail?: Maybe<LoomUserPrimaryAuthType>;
|
|
80416
80532
|
loom_settings?: Maybe<LoomSettings>;
|
|
80417
80533
|
loom_space?: Maybe<LoomSpace>;
|
|
80418
80534
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
@@ -80582,6 +80698,7 @@ export declare type Query = {
|
|
|
80582
80698
|
totalSearchCTR?: Maybe<TotalSearchCtr>;
|
|
80583
80699
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
80584
80700
|
townsquareUnsharded_allWorkspaceSummariesForOrg?: Maybe<TownsquareUnshardedWorkspaceSummaryConnection>;
|
|
80701
|
+
townsquareUnsharded_fusionConfigByJiraIssueAris?: Maybe<Array<Maybe<TownsquareUnshardedFusionConfigForJiraIssueAri>>>;
|
|
80585
80702
|
traceTiming?: Maybe<TraceTiming>;
|
|
80586
80703
|
trello: TrelloQueryApi;
|
|
80587
80704
|
unified?: Maybe<UnifiedQuery>;
|
|
@@ -82596,6 +82713,9 @@ export declare type QueryLoom_MeetingRecurrencesArgs = {
|
|
|
82596
82713
|
export declare type QueryLoom_MeetingsArgs = {
|
|
82597
82714
|
ids: Array<Scalars['ID']['input']>;
|
|
82598
82715
|
};
|
|
82716
|
+
export declare type QueryLoom_PrimaryAuthTypeForEmailArgs = {
|
|
82717
|
+
email: Scalars['String']['input'];
|
|
82718
|
+
};
|
|
82599
82719
|
export declare type QueryLoom_SettingsArgs = {
|
|
82600
82720
|
siteId: Scalars['ID']['input'];
|
|
82601
82721
|
};
|
|
@@ -83247,6 +83367,9 @@ export declare type QueryTownsquareUnsharded_AllWorkspaceSummariesForOrgArgs = {
|
|
|
83247
83367
|
cloudId: Scalars['String']['input'];
|
|
83248
83368
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
83249
83369
|
};
|
|
83370
|
+
export declare type QueryTownsquareUnsharded_FusionConfigByJiraIssueArisArgs = {
|
|
83371
|
+
jiraIssueAris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
83372
|
+
};
|
|
83250
83373
|
export declare type QueryUserArgs = {
|
|
83251
83374
|
accountId: Scalars['ID']['input'];
|
|
83252
83375
|
};
|
|
@@ -91251,6 +91374,11 @@ export declare enum TownsquareUnshardedCapabilityContainer {
|
|
|
91251
91374
|
GoalsApp = "GOALS_APP",
|
|
91252
91375
|
ProjectsApp = "PROJECTS_APP"
|
|
91253
91376
|
}
|
|
91377
|
+
export declare type TownsquareUnshardedFusionConfigForJiraIssueAri = {
|
|
91378
|
+
__typename?: 'TownsquareUnshardedFusionConfigForJiraIssueAri';
|
|
91379
|
+
isAppEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
91380
|
+
jiraIssueAri?: Maybe<Scalars['String']['output']>;
|
|
91381
|
+
};
|
|
91254
91382
|
export declare type TownsquareUnshardedUserCapabilities = {
|
|
91255
91383
|
__typename?: 'TownsquareUnshardedUserCapabilities';
|
|
91256
91384
|
capabilities?: Maybe<Array<Maybe<TownsquareUnshardedCapability>>>;
|
|
@@ -91867,6 +91995,7 @@ export declare type TrelloCard = Node & {
|
|
|
91867
91995
|
list?: Maybe<TrelloList>;
|
|
91868
91996
|
location?: Maybe<TrelloCardLocation>;
|
|
91869
91997
|
members?: Maybe<TrelloMemberConnection>;
|
|
91998
|
+
mirrorSource?: Maybe<TrelloCard>;
|
|
91870
91999
|
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
91871
92000
|
mirrorSourceNodeId?: Maybe<Scalars['String']['output']>;
|
|
91872
92001
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -92093,6 +92222,7 @@ export declare type TrelloCardUpdated = {
|
|
|
92093
92222
|
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
92094
92223
|
location?: Maybe<TrelloCardLocation>;
|
|
92095
92224
|
members?: Maybe<TrelloMemberUpdatedConnection>;
|
|
92225
|
+
mirrorSource?: Maybe<TrelloCard>;
|
|
92096
92226
|
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
92097
92227
|
mirrorSourceObjectId?: Maybe<Scalars['ID']['output']>;
|
|
92098
92228
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -92318,6 +92448,7 @@ export declare type TrelloCustomFieldItemValueInfo = {
|
|
|
92318
92448
|
date?: Maybe<Scalars['String']['output']>;
|
|
92319
92449
|
id?: Maybe<Scalars['ID']['output']>;
|
|
92320
92450
|
number?: Maybe<Scalars['Float']['output']>;
|
|
92451
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
92321
92452
|
text?: Maybe<Scalars['String']['output']>;
|
|
92322
92453
|
};
|
|
92323
92454
|
export declare type TrelloCustomFieldOption = {
|
|
@@ -92979,6 +93110,10 @@ export declare type TrelloPlannerCalendarEventsFilter = {
|
|
|
92979
93110
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
92980
93111
|
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
92981
93112
|
};
|
|
93113
|
+
export declare type TrelloPlannerCalendarEventsUpdatedFilter = {
|
|
93114
|
+
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
93115
|
+
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
93116
|
+
};
|
|
92982
93117
|
export declare type TrelloPlannerCalendarMutated = TrelloPlannerCalendarAccount | TrelloPlannerCalendarDeleted;
|
|
92983
93118
|
export declare type TrelloPlannerCalendarProviderCalendarsFilter = {
|
|
92984
93119
|
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -92988,6 +93123,9 @@ export declare type TrelloPlannerCalendarUpdated = {
|
|
|
92988
93123
|
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
92989
93124
|
id: Scalars['ID']['output'];
|
|
92990
93125
|
};
|
|
93126
|
+
export declare type TrelloPlannerCalendarUpdatedEventsArgs = {
|
|
93127
|
+
filter: TrelloPlannerCalendarEventsUpdatedFilter;
|
|
93128
|
+
};
|
|
92991
93129
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
92992
93130
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
92993
93131
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
@@ -93712,8 +93850,12 @@ export declare type UnifiedCachingQueryGetCachedDataArgs = {
|
|
|
93712
93850
|
};
|
|
93713
93851
|
export declare type UnifiedCommunityMutation = {
|
|
93714
93852
|
__typename?: 'UnifiedCommunityMutation';
|
|
93853
|
+
deleteCommunityData?: Maybe<UnifiedCommunityPayload>;
|
|
93715
93854
|
initializeCommunity?: Maybe<UnifiedCommunityPayload>;
|
|
93716
93855
|
};
|
|
93856
|
+
export declare type UnifiedCommunityMutationDeleteCommunityDataArgs = {
|
|
93857
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
93858
|
+
};
|
|
93717
93859
|
export declare type UnifiedCommunityMutationInitializeCommunityArgs = {
|
|
93718
93860
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
93719
93861
|
emailId?: InputMaybe<Scalars['String']['input']>;
|