@forge/cli-shared 6.6.2-next.8 → 6.7.0-next.9
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 +6 -0
- package/out/graphql/graphql-types.d.ts +223 -181
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -23674,6 +23674,7 @@ export declare type EcosystemMarketplaceConnectAppDeployment = EcosystemMarketpl
|
|
|
23674
23674
|
__typename?: 'EcosystemMarketplaceConnectAppDeployment';
|
|
23675
23675
|
descriptorUrl?: Maybe<Scalars['String']['output']>;
|
|
23676
23676
|
frameworkId: Scalars['String']['output'];
|
|
23677
|
+
scopes?: Maybe<Array<EcosystemConnectScope>>;
|
|
23677
23678
|
};
|
|
23678
23679
|
export declare type EcosystemMarketplaceData = {
|
|
23679
23680
|
__typename?: 'EcosystemMarketplaceData';
|
|
@@ -30501,8 +30502,6 @@ export declare type GraphStore = {
|
|
|
30501
30502
|
linkedProjectHasVersionInverse?: Maybe<GraphStoreSimplifiedLinkedProjectHasVersionInverseConnection>;
|
|
30502
30503
|
linkedProjectHasVersionInverseRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30503
30504
|
linkedProjectHasVersionRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30504
|
-
loomVideoSharedWithUser?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserConnection>;
|
|
30505
|
-
loomVideoSharedWithUserInverse?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection>;
|
|
30506
30505
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
30507
30506
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
30508
30507
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
@@ -30756,8 +30755,6 @@ export declare type GraphStore = {
|
|
|
30756
30755
|
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30757
30756
|
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
30758
30757
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
30759
|
-
userCreatedLoomVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection>;
|
|
30760
|
-
userCreatedLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection>;
|
|
30761
30758
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
30762
30759
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
30763
30760
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
@@ -30767,6 +30764,8 @@ export declare type GraphStore = {
|
|
|
30767
30764
|
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
30768
30765
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
30769
30766
|
userCreatedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseConnection>;
|
|
30767
|
+
userCreatedVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentConnection>;
|
|
30768
|
+
userCreatedVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection>;
|
|
30770
30769
|
userFavoritedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection>;
|
|
30771
30770
|
userFavoritedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseConnection>;
|
|
30772
30771
|
userFavoritedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection>;
|
|
@@ -30795,6 +30794,8 @@ export declare type GraphStore = {
|
|
|
30795
30794
|
userMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseConnection>;
|
|
30796
30795
|
userMentionedInMessage?: Maybe<GraphStoreSimplifiedUserMentionedInMessageConnection>;
|
|
30797
30796
|
userMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseConnection>;
|
|
30797
|
+
userMentionedInVideoComment?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentConnection>;
|
|
30798
|
+
userMentionedInVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection>;
|
|
30798
30799
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
30799
30800
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
30800
30801
|
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
@@ -30823,8 +30824,6 @@ export declare type GraphStore = {
|
|
|
30823
30824
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
30824
30825
|
userTaggedInIssueComment?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentConnection>;
|
|
30825
30826
|
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
30826
|
-
userTaggedInLoomVideoComment?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection>;
|
|
30827
|
-
userTaggedInLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection>;
|
|
30828
30827
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
30829
30828
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
30830
30829
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -30852,10 +30851,10 @@ export declare type GraphStore = {
|
|
|
30852
30851
|
userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
|
|
30853
30852
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
30854
30853
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
30855
|
-
userViewedLoomVideo?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoConnection>;
|
|
30856
|
-
userViewedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseConnection>;
|
|
30857
30854
|
userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
|
|
30858
30855
|
userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
|
|
30856
|
+
userViewedVideo?: Maybe<GraphStoreSimplifiedUserViewedVideoConnection>;
|
|
30857
|
+
userViewedVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedVideoInverseConnection>;
|
|
30859
30858
|
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
|
|
30860
30859
|
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
30861
30860
|
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
@@ -30904,6 +30903,8 @@ export declare type GraphStore = {
|
|
|
30904
30903
|
versionUserAssociatedFeatureFlagRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30905
30904
|
videoHasComment?: Maybe<GraphStoreSimplifiedVideoHasCommentConnection>;
|
|
30906
30905
|
videoHasCommentInverse?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseConnection>;
|
|
30906
|
+
videoSharedWithUser?: Maybe<GraphStoreSimplifiedVideoSharedWithUserConnection>;
|
|
30907
|
+
videoSharedWithUserInverse?: Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseConnection>;
|
|
30907
30908
|
vulnerabilityAssociatedIssue?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection>;
|
|
30908
30909
|
vulnerabilityAssociatedIssueInverse?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueInverseConnection>;
|
|
30909
30910
|
vulnerabilityAssociatedIssueInverseRelationship?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueConnection>;
|
|
@@ -32500,20 +32501,6 @@ export declare type GraphStoreLinkedProjectHasVersionRelationshipArgs = {
|
|
|
32500
32501
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32501
32502
|
id: Scalars['ID']['input'];
|
|
32502
32503
|
};
|
|
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
32504
|
export declare type GraphStoreMediaAttachedToContentArgs = {
|
|
32518
32505
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32519
32506
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34196,20 +34183,6 @@ export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
|
34196
34183
|
id: Scalars['ID']['input'];
|
|
34197
34184
|
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
34198
34185
|
};
|
|
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
34186
|
export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
|
|
34214
34187
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34215
34188
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34273,6 +34246,20 @@ export declare type GraphStoreUserCreatedRepositoryInverseArgs = {
|
|
|
34273
34246
|
id: Scalars['ID']['input'];
|
|
34274
34247
|
sort?: InputMaybe<GraphStoreUserCreatedRepositorySortInput>;
|
|
34275
34248
|
};
|
|
34249
|
+
export declare type GraphStoreUserCreatedVideoCommentArgs = {
|
|
34250
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34251
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34252
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34253
|
+
id: Scalars['ID']['input'];
|
|
34254
|
+
sort?: InputMaybe<GraphStoreUserCreatedVideoCommentSortInput>;
|
|
34255
|
+
};
|
|
34256
|
+
export declare type GraphStoreUserCreatedVideoCommentInverseArgs = {
|
|
34257
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34258
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34259
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34260
|
+
id: Scalars['ID']['input'];
|
|
34261
|
+
sort?: InputMaybe<GraphStoreUserCreatedVideoCommentSortInput>;
|
|
34262
|
+
};
|
|
34276
34263
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostArgs = {
|
|
34277
34264
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34278
34265
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34471,6 +34458,20 @@ export declare type GraphStoreUserMentionedInMessageInverseArgs = {
|
|
|
34471
34458
|
id: Scalars['ID']['input'];
|
|
34472
34459
|
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
34473
34460
|
};
|
|
34461
|
+
export declare type GraphStoreUserMentionedInVideoCommentArgs = {
|
|
34462
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34463
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34464
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34465
|
+
id: Scalars['ID']['input'];
|
|
34466
|
+
sort?: InputMaybe<GraphStoreUserMentionedInVideoCommentSortInput>;
|
|
34467
|
+
};
|
|
34468
|
+
export declare type GraphStoreUserMentionedInVideoCommentInverseArgs = {
|
|
34469
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34470
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34471
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34472
|
+
id: Scalars['ID']['input'];
|
|
34473
|
+
sort?: InputMaybe<GraphStoreUserMentionedInVideoCommentSortInput>;
|
|
34474
|
+
};
|
|
34474
34475
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
34475
34476
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34476
34477
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34669,20 +34670,6 @@ export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
|
34669
34670
|
id: Scalars['ID']['input'];
|
|
34670
34671
|
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
34671
34672
|
};
|
|
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
34673
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
34687
34674
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34688
34675
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34872,33 +34859,33 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
34872
34859
|
id: Scalars['ID']['input'];
|
|
34873
34860
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
34874
34861
|
};
|
|
34875
|
-
export declare type
|
|
34862
|
+
export declare type GraphStoreUserViewedProjectUpdateArgs = {
|
|
34876
34863
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34877
34864
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34878
34865
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34879
34866
|
id: Scalars['ID']['input'];
|
|
34880
|
-
sort?: InputMaybe<
|
|
34867
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34881
34868
|
};
|
|
34882
|
-
export declare type
|
|
34869
|
+
export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
|
|
34883
34870
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34884
34871
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34885
34872
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34886
34873
|
id: Scalars['ID']['input'];
|
|
34887
|
-
sort?: InputMaybe<
|
|
34874
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34888
34875
|
};
|
|
34889
|
-
export declare type
|
|
34876
|
+
export declare type GraphStoreUserViewedVideoArgs = {
|
|
34890
34877
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34891
34878
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34892
34879
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34893
34880
|
id: Scalars['ID']['input'];
|
|
34894
|
-
sort?: InputMaybe<
|
|
34881
|
+
sort?: InputMaybe<GraphStoreUserViewedVideoSortInput>;
|
|
34895
34882
|
};
|
|
34896
|
-
export declare type
|
|
34883
|
+
export declare type GraphStoreUserViewedVideoInverseArgs = {
|
|
34897
34884
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34898
34885
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34899
34886
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34900
34887
|
id: Scalars['ID']['input'];
|
|
34901
|
-
sort?: InputMaybe<
|
|
34888
|
+
sort?: InputMaybe<GraphStoreUserViewedVideoSortInput>;
|
|
34902
34889
|
};
|
|
34903
34890
|
export declare type GraphStoreUserWatchesConfluenceBlogpostArgs = {
|
|
34904
34891
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -35202,6 +35189,20 @@ export declare type GraphStoreVideoHasCommentInverseArgs = {
|
|
|
35202
35189
|
id: Scalars['ID']['input'];
|
|
35203
35190
|
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
35204
35191
|
};
|
|
35192
|
+
export declare type GraphStoreVideoSharedWithUserArgs = {
|
|
35193
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35194
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35195
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35196
|
+
id: Scalars['ID']['input'];
|
|
35197
|
+
sort?: InputMaybe<GraphStoreVideoSharedWithUserSortInput>;
|
|
35198
|
+
};
|
|
35199
|
+
export declare type GraphStoreVideoSharedWithUserInverseArgs = {
|
|
35200
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35201
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35202
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35203
|
+
id: Scalars['ID']['input'];
|
|
35204
|
+
sort?: InputMaybe<GraphStoreVideoSharedWithUserSortInput>;
|
|
35205
|
+
};
|
|
35205
35206
|
export declare type GraphStoreVulnerabilityAssociatedIssueArgs = {
|
|
35206
35207
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35207
35208
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40865,9 +40866,6 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
40865
40866
|
lessThan?: InputMaybe<Scalars['Long']['input']>;
|
|
40866
40867
|
lessThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
40867
40868
|
};
|
|
40868
|
-
export declare type GraphStoreLoomVideoSharedWithUserSortInput = {
|
|
40869
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40870
|
-
};
|
|
40871
40869
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
40872
40870
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40873
40871
|
};
|
|
@@ -43882,34 +43880,6 @@ export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseEdge = {
|
|
|
43882
43880
|
};
|
|
43883
43881
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseUnion = JiraProject;
|
|
43884
43882
|
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
43883
|
export declare type GraphStoreSimplifiedMediaAttachedToContentConnection = HasPageInfo & {
|
|
43914
43884
|
__typename?: 'GraphStoreSimplifiedMediaAttachedToContentConnection';
|
|
43915
43885
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMediaAttachedToContentEdge>>>;
|
|
@@ -46356,34 +46326,6 @@ export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
|
46356
46326
|
};
|
|
46357
46327
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46358
46328
|
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
46329
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
46388
46330
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
46389
46331
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -46524,6 +46466,34 @@ export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseEdge = {
|
|
|
46524
46466
|
};
|
|
46525
46467
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
46526
46468
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryUnion = ExternalRepository;
|
|
46469
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentConnection = HasPageInfo & {
|
|
46470
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentConnection';
|
|
46471
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedVideoCommentEdge>>>;
|
|
46472
|
+
pageInfo: PageInfo;
|
|
46473
|
+
};
|
|
46474
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentEdge = {
|
|
46475
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentEdge';
|
|
46476
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46477
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46478
|
+
id: Scalars['ID']['output'];
|
|
46479
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46480
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentUnion>;
|
|
46481
|
+
};
|
|
46482
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection = HasPageInfo & {
|
|
46483
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection';
|
|
46484
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge>>>;
|
|
46485
|
+
pageInfo: PageInfo;
|
|
46486
|
+
};
|
|
46487
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge = {
|
|
46488
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge';
|
|
46489
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46490
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46491
|
+
id: Scalars['ID']['output'];
|
|
46492
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46493
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseUnion>;
|
|
46494
|
+
};
|
|
46495
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46496
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentUnion = LoomComment;
|
|
46527
46497
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection = HasPageInfo & {
|
|
46528
46498
|
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection';
|
|
46529
46499
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostEdge>>>;
|
|
@@ -46924,6 +46894,34 @@ export declare type GraphStoreSimplifiedUserMentionedInMessageInverseEdge = {
|
|
|
46924
46894
|
};
|
|
46925
46895
|
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
46926
46896
|
export declare type GraphStoreSimplifiedUserMentionedInMessageUnion = ExternalMessage;
|
|
46897
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentConnection = HasPageInfo & {
|
|
46898
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentConnection';
|
|
46899
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentEdge>>>;
|
|
46900
|
+
pageInfo: PageInfo;
|
|
46901
|
+
};
|
|
46902
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentEdge = {
|
|
46903
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentEdge';
|
|
46904
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46905
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46906
|
+
id: Scalars['ID']['output'];
|
|
46907
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46908
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentUnion>;
|
|
46909
|
+
};
|
|
46910
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection = HasPageInfo & {
|
|
46911
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection';
|
|
46912
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge>>>;
|
|
46913
|
+
pageInfo: PageInfo;
|
|
46914
|
+
};
|
|
46915
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge = {
|
|
46916
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge';
|
|
46917
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46918
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46919
|
+
id: Scalars['ID']['output'];
|
|
46920
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46921
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseUnion>;
|
|
46922
|
+
};
|
|
46923
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46924
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentUnion = LoomComment;
|
|
46927
46925
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
46928
46926
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
46929
46927
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -47320,34 +47318,6 @@ export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
|
47320
47318
|
};
|
|
47321
47319
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47322
47320
|
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
47321
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
47352
47322
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
47353
47323
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -47726,34 +47696,6 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
47726
47696
|
};
|
|
47727
47697
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47728
47698
|
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
47699
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateConnection = HasPageInfo & {
|
|
47758
47700
|
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateConnection';
|
|
47759
47701
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateEdge>>>;
|
|
@@ -47782,6 +47724,34 @@ export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge = {
|
|
|
47782
47724
|
};
|
|
47783
47725
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47784
47726
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateUnion = TownsquareProjectUpdate;
|
|
47727
|
+
export declare type GraphStoreSimplifiedUserViewedVideoConnection = HasPageInfo & {
|
|
47728
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoConnection';
|
|
47729
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedVideoEdge>>>;
|
|
47730
|
+
pageInfo: PageInfo;
|
|
47731
|
+
};
|
|
47732
|
+
export declare type GraphStoreSimplifiedUserViewedVideoEdge = {
|
|
47733
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoEdge';
|
|
47734
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47735
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47736
|
+
id: Scalars['ID']['output'];
|
|
47737
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47738
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedVideoUnion>;
|
|
47739
|
+
};
|
|
47740
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseConnection = HasPageInfo & {
|
|
47741
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoInverseConnection';
|
|
47742
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedVideoInverseEdge>>>;
|
|
47743
|
+
pageInfo: PageInfo;
|
|
47744
|
+
};
|
|
47745
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseEdge = {
|
|
47746
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoInverseEdge';
|
|
47747
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47748
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47749
|
+
id: Scalars['ID']['output'];
|
|
47750
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47751
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedVideoInverseUnion>;
|
|
47752
|
+
};
|
|
47753
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47754
|
+
export declare type GraphStoreSimplifiedUserViewedVideoUnion = LoomVideo;
|
|
47785
47755
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection = HasPageInfo & {
|
|
47786
47756
|
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection';
|
|
47787
47757
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge>>>;
|
|
@@ -48210,6 +48180,34 @@ export declare type GraphStoreSimplifiedVideoHasCommentInverseEdge = {
|
|
|
48210
48180
|
};
|
|
48211
48181
|
export declare type GraphStoreSimplifiedVideoHasCommentInverseUnion = LoomVideo;
|
|
48212
48182
|
export declare type GraphStoreSimplifiedVideoHasCommentUnion = LoomComment;
|
|
48183
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserConnection = HasPageInfo & {
|
|
48184
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserConnection';
|
|
48185
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoSharedWithUserEdge>>>;
|
|
48186
|
+
pageInfo: PageInfo;
|
|
48187
|
+
};
|
|
48188
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserEdge = {
|
|
48189
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserEdge';
|
|
48190
|
+
createdAt: Scalars['DateTime']['output'];
|
|
48191
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48192
|
+
id: Scalars['ID']['output'];
|
|
48193
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
48194
|
+
node?: Maybe<GraphStoreSimplifiedVideoSharedWithUserUnion>;
|
|
48195
|
+
};
|
|
48196
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseConnection = HasPageInfo & {
|
|
48197
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserInverseConnection';
|
|
48198
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseEdge>>>;
|
|
48199
|
+
pageInfo: PageInfo;
|
|
48200
|
+
};
|
|
48201
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseEdge = {
|
|
48202
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserInverseEdge';
|
|
48203
|
+
createdAt: Scalars['DateTime']['output'];
|
|
48204
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48205
|
+
id: Scalars['ID']['output'];
|
|
48206
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
48207
|
+
node?: Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseUnion>;
|
|
48208
|
+
};
|
|
48209
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseUnion = LoomVideo;
|
|
48210
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48213
48211
|
export declare type GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection = HasPageInfo & HasTotal & {
|
|
48214
48212
|
__typename?: 'GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection';
|
|
48215
48213
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueEdge>>>;
|
|
@@ -48623,6 +48621,8 @@ export declare type GraphStoreUserAttendedCalendarEventConditionalFilterInput =
|
|
|
48623
48621
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48624
48622
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
48625
48623
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48624
|
+
to_eventEndTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48625
|
+
to_eventStartTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48626
48626
|
};
|
|
48627
48627
|
export declare type GraphStoreUserAttendedCalendarEventFilterInput = {
|
|
48628
48628
|
and?: InputMaybe<Array<InputMaybe<GraphStoreUserAttendedCalendarEventConditionalFilterInput>>>;
|
|
@@ -48633,6 +48633,8 @@ export declare type GraphStoreUserAttendedCalendarEventSortInput = {
|
|
|
48633
48633
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
48634
48634
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48635
48635
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
48636
|
+
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
48637
|
+
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
48636
48638
|
};
|
|
48637
48639
|
export declare type GraphStoreUserAuthoredCommitSortInput = {
|
|
48638
48640
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -48690,6 +48692,8 @@ export declare type GraphStoreUserCreatedCalendarEventConditionalFilterInput = {
|
|
|
48690
48692
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48691
48693
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
48692
48694
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48695
|
+
to_eventEndTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48696
|
+
to_eventStartTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48693
48697
|
};
|
|
48694
48698
|
export declare type GraphStoreUserCreatedCalendarEventFilterInput = {
|
|
48695
48699
|
and?: InputMaybe<Array<InputMaybe<GraphStoreUserCreatedCalendarEventConditionalFilterInput>>>;
|
|
@@ -48700,6 +48704,8 @@ export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
|
48700
48704
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
48701
48705
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48702
48706
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
48707
|
+
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
48708
|
+
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
48703
48709
|
};
|
|
48704
48710
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
48705
48711
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -48731,9 +48737,6 @@ export declare type GraphStoreUserCreatedIssueCommentSortInput = {
|
|
|
48731
48737
|
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
48732
48738
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48733
48739
|
};
|
|
48734
|
-
export declare type GraphStoreUserCreatedLoomVideoCommentSortInput = {
|
|
48735
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48736
|
-
};
|
|
48737
48740
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
48738
48741
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48739
48742
|
};
|
|
@@ -48749,6 +48752,9 @@ export declare type GraphStoreUserCreatedRemoteLinkSortInput = {
|
|
|
48749
48752
|
export declare type GraphStoreUserCreatedRepositorySortInput = {
|
|
48750
48753
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48751
48754
|
};
|
|
48755
|
+
export declare type GraphStoreUserCreatedVideoCommentSortInput = {
|
|
48756
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48757
|
+
};
|
|
48752
48758
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostSortInput = {
|
|
48753
48759
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48754
48760
|
};
|
|
@@ -48815,6 +48821,9 @@ export declare type GraphStoreUserMentionedInConversationSortInput = {
|
|
|
48815
48821
|
export declare type GraphStoreUserMentionedInMessageSortInput = {
|
|
48816
48822
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48817
48823
|
};
|
|
48824
|
+
export declare type GraphStoreUserMentionedInVideoCommentSortInput = {
|
|
48825
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48826
|
+
};
|
|
48818
48827
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
48819
48828
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48820
48829
|
};
|
|
@@ -48870,9 +48879,6 @@ export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
|
48870
48879
|
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
48871
48880
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48872
48881
|
};
|
|
48873
|
-
export declare type GraphStoreUserTaggedInLoomVideoCommentSortInput = {
|
|
48874
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48875
|
-
};
|
|
48876
48882
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
48877
48883
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48878
48884
|
};
|
|
@@ -48915,10 +48921,10 @@ export declare type GraphStoreUserViewedGoalUpdateSortInput = {
|
|
|
48915
48921
|
export declare type GraphStoreUserViewedJiraIssueSortInput = {
|
|
48916
48922
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48917
48923
|
};
|
|
48918
|
-
export declare type
|
|
48924
|
+
export declare type GraphStoreUserViewedProjectUpdateSortInput = {
|
|
48919
48925
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48920
48926
|
};
|
|
48921
|
-
export declare type
|
|
48927
|
+
export declare type GraphStoreUserViewedVideoSortInput = {
|
|
48922
48928
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48923
48929
|
};
|
|
48924
48930
|
export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
@@ -49029,6 +49035,9 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
|
49029
49035
|
export declare type GraphStoreVideoHasCommentSortInput = {
|
|
49030
49036
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49031
49037
|
};
|
|
49038
|
+
export declare type GraphStoreVideoSharedWithUserSortInput = {
|
|
49039
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49040
|
+
};
|
|
49032
49041
|
export declare type GraphStoreVulnerabilityAssociatedIssueContainerSortInput = {
|
|
49033
49042
|
containerAri?: InputMaybe<GraphStoreSortInput>;
|
|
49034
49043
|
};
|
|
@@ -58440,6 +58449,18 @@ export declare type JiraIssueSearchViewContexts = {
|
|
|
58440
58449
|
__typename?: 'JiraIssueSearchViewContexts';
|
|
58441
58450
|
contexts?: Maybe<Array<JiraIssueSearchViewContextMapping>>;
|
|
58442
58451
|
errors?: Maybe<Array<QueryError>>;
|
|
58452
|
+
issueId?: Maybe<Scalars['String']['output']>;
|
|
58453
|
+
};
|
|
58454
|
+
export declare type JiraIssueSearchViewContextsConnection = {
|
|
58455
|
+
__typename?: 'JiraIssueSearchViewContextsConnection';
|
|
58456
|
+
edges?: Maybe<Array<Maybe<JiraIssueSearchViewContextsEdge>>>;
|
|
58457
|
+
pageInfo: PageInfo;
|
|
58458
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
58459
|
+
};
|
|
58460
|
+
export declare type JiraIssueSearchViewContextsEdge = {
|
|
58461
|
+
__typename?: 'JiraIssueSearchViewContextsEdge';
|
|
58462
|
+
cursor: Scalars['String']['output'];
|
|
58463
|
+
node?: Maybe<JiraIssueSearchViewContexts>;
|
|
58443
58464
|
};
|
|
58444
58465
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
58445
58466
|
issueContext?: InputMaybe<JiraIssueSearchViewFieldSetsIssueContext>;
|
|
@@ -62936,6 +62957,7 @@ export declare type JiraQuery = {
|
|
|
62936
62957
|
screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
|
|
62937
62958
|
searchUnsplashImages?: Maybe<JiraUnsplashImageSearchPageResult>;
|
|
62938
62959
|
searchUserTeamMention?: Maybe<JiraMentionableConnection>;
|
|
62960
|
+
searchViewContexts?: Maybe<JiraIssueSearchViewContextsConnection>;
|
|
62939
62961
|
shouldShowAtlassianIntelligence?: Maybe<Scalars['Boolean']['output']>;
|
|
62940
62962
|
sprintById?: Maybe<JiraSprint>;
|
|
62941
62963
|
sprintSearch?: Maybe<JiraSprintConnection>;
|
|
@@ -63784,6 +63806,15 @@ export declare type JiraQuerySearchUserTeamMentionArgs = {
|
|
|
63784
63806
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
63785
63807
|
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
63786
63808
|
};
|
|
63809
|
+
export declare type JiraQuerySearchViewContextsArgs = {
|
|
63810
|
+
cloudId: Scalars['ID']['input'];
|
|
63811
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63812
|
+
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63813
|
+
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63814
|
+
issueIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
63815
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
63816
|
+
searchViewContextInput: JiraIssueSearchViewContextInput;
|
|
63817
|
+
};
|
|
63787
63818
|
export declare type JiraQueryShouldShowAtlassianIntelligenceArgs = {
|
|
63788
63819
|
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
63789
63820
|
cloudId: Scalars['ID']['input'];
|
|
@@ -71975,6 +72006,7 @@ export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
|
71975
72006
|
product: MarketplaceConsoleEditionsInput;
|
|
71976
72007
|
};
|
|
71977
72008
|
export declare type MarketplaceConsoleMutationApiCreateAppSoftwareTokenArgs = {
|
|
72009
|
+
appId: Scalars['String']['input'];
|
|
71978
72010
|
appSoftwareId: Scalars['String']['input'];
|
|
71979
72011
|
};
|
|
71980
72012
|
export declare type MarketplaceConsoleMutationApiCreateEcoHelpTicketArgs = {
|
|
@@ -72180,6 +72212,7 @@ export declare type MarketplaceConsoleProductListing = {
|
|
|
72180
72212
|
marketplaceAppName: Scalars['String']['output'];
|
|
72181
72213
|
productId: Scalars['ID']['output'];
|
|
72182
72214
|
segmentWriteKey?: Maybe<Scalars['String']['output']>;
|
|
72215
|
+
slug: Scalars['String']['output'];
|
|
72183
72216
|
summary?: Maybe<Scalars['String']['output']>;
|
|
72184
72217
|
tagLine?: Maybe<Scalars['String']['output']>;
|
|
72185
72218
|
tags?: Maybe<MarketplaceConsoleProductListingTags>;
|
|
@@ -80582,6 +80615,7 @@ export declare type Query = {
|
|
|
80582
80615
|
totalSearchCTR?: Maybe<TotalSearchCtr>;
|
|
80583
80616
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
80584
80617
|
townsquareUnsharded_allWorkspaceSummariesForOrg?: Maybe<TownsquareUnshardedWorkspaceSummaryConnection>;
|
|
80618
|
+
townsquareUnsharded_fusionConfigByJiraIssueAris?: Maybe<Array<Maybe<TownsquareUnshardedFusionConfigForJiraIssueAri>>>;
|
|
80585
80619
|
traceTiming?: Maybe<TraceTiming>;
|
|
80586
80620
|
trello: TrelloQueryApi;
|
|
80587
80621
|
unified?: Maybe<UnifiedQuery>;
|
|
@@ -83247,6 +83281,9 @@ export declare type QueryTownsquareUnsharded_AllWorkspaceSummariesForOrgArgs = {
|
|
|
83247
83281
|
cloudId: Scalars['String']['input'];
|
|
83248
83282
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
83249
83283
|
};
|
|
83284
|
+
export declare type QueryTownsquareUnsharded_FusionConfigByJiraIssueArisArgs = {
|
|
83285
|
+
jiraIssueAris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
83286
|
+
};
|
|
83250
83287
|
export declare type QueryUserArgs = {
|
|
83251
83288
|
accountId: Scalars['ID']['input'];
|
|
83252
83289
|
};
|
|
@@ -91251,6 +91288,11 @@ export declare enum TownsquareUnshardedCapabilityContainer {
|
|
|
91251
91288
|
GoalsApp = "GOALS_APP",
|
|
91252
91289
|
ProjectsApp = "PROJECTS_APP"
|
|
91253
91290
|
}
|
|
91291
|
+
export declare type TownsquareUnshardedFusionConfigForJiraIssueAri = {
|
|
91292
|
+
__typename?: 'TownsquareUnshardedFusionConfigForJiraIssueAri';
|
|
91293
|
+
isAppEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
91294
|
+
jiraIssueAri?: Maybe<Scalars['String']['output']>;
|
|
91295
|
+
};
|
|
91254
91296
|
export declare type TownsquareUnshardedUserCapabilities = {
|
|
91255
91297
|
__typename?: 'TownsquareUnshardedUserCapabilities';
|
|
91256
91298
|
capabilities?: Maybe<Array<Maybe<TownsquareUnshardedCapability>>>;
|