@forge/cli-shared 6.6.2-next.8 → 6.7.0-next.10
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 +14 -0
- package/out/graphql/graphql-types.d.ts +355 -188
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +16 -11
- package/out/service/statsig-service.d.ts +2 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +5 -1
- package/out/service/supported-products-service.js +1 -1
- package/out/ui/text.d.ts +5 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +8 -3
- package/package.json +2 -2
|
@@ -2413,6 +2413,7 @@ export declare enum AtlassianProductHostingType {
|
|
|
2413
2413
|
export declare type AtlassianStudioUserProductPermissions = {
|
|
2414
2414
|
__typename?: 'AtlassianStudioUserProductPermissions';
|
|
2415
2415
|
isConfluenceGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2416
|
+
isHelpCenterAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2416
2417
|
isJiraGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2417
2418
|
};
|
|
2418
2419
|
export declare type AtlassianStudioUserSiteContextOutput = {
|
|
@@ -2422,7 +2423,9 @@ export declare type AtlassianStudioUserSiteContextOutput = {
|
|
|
2422
2423
|
isCompanyHubAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2423
2424
|
isConfluenceAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2424
2425
|
isCustomAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2426
|
+
isHelpCenterEditLayoutPermitted?: Maybe<Scalars['Boolean']['output']>;
|
|
2425
2427
|
isJSMAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2428
|
+
isJSMEditionPremiumOrEnterprise?: Maybe<Scalars['Boolean']['output']>;
|
|
2426
2429
|
isJiraAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2427
2430
|
isVirtualAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2428
2431
|
userPermissions?: Maybe<AtlassianStudioUserProductPermissions>;
|
|
@@ -3308,6 +3311,7 @@ export declare type CatchupVersionDiffMetadataResponse = {
|
|
|
3308
3311
|
__typename?: 'CatchupVersionDiffMetadataResponse';
|
|
3309
3312
|
collaborators?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
3310
3313
|
isDiffEmpty?: Maybe<Scalars['Boolean']['output']>;
|
|
3314
|
+
users?: Maybe<Array<Maybe<Person>>>;
|
|
3311
3315
|
};
|
|
3312
3316
|
export declare type CcpAccountDetails = CommerceAccountDetails & {
|
|
3313
3317
|
__typename?: 'CcpAccountDetails';
|
|
@@ -23662,6 +23666,10 @@ export declare type EcosystemMarketplaceAppVersion = {
|
|
|
23662
23666
|
paymentModel?: Maybe<EcosystemMarketplacePaymentModel>;
|
|
23663
23667
|
version: Scalars['String']['output'];
|
|
23664
23668
|
};
|
|
23669
|
+
export declare type EcosystemMarketplaceAppVersionFilter = {
|
|
23670
|
+
cloudAppVersionId?: InputMaybe<Scalars['ID']['input']>;
|
|
23671
|
+
version?: InputMaybe<Scalars['String']['input']>;
|
|
23672
|
+
};
|
|
23665
23673
|
export declare type EcosystemMarketplaceCloudAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23666
23674
|
__typename?: 'EcosystemMarketplaceCloudAppDeployment';
|
|
23667
23675
|
cloudAppEnvironmentId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -23674,6 +23682,7 @@ export declare type EcosystemMarketplaceConnectAppDeployment = EcosystemMarketpl
|
|
|
23674
23682
|
__typename?: 'EcosystemMarketplaceConnectAppDeployment';
|
|
23675
23683
|
descriptorUrl?: Maybe<Scalars['String']['output']>;
|
|
23676
23684
|
frameworkId: Scalars['String']['output'];
|
|
23685
|
+
scopes?: Maybe<Array<EcosystemConnectScope>>;
|
|
23677
23686
|
};
|
|
23678
23687
|
export declare type EcosystemMarketplaceData = {
|
|
23679
23688
|
__typename?: 'EcosystemMarketplaceData';
|
|
@@ -23692,6 +23701,10 @@ export declare type EcosystemMarketplaceData = {
|
|
|
23692
23701
|
versions?: Maybe<EcosystemMarketplaceVersionConnection>;
|
|
23693
23702
|
wikiUrl?: Maybe<Scalars['String']['output']>;
|
|
23694
23703
|
};
|
|
23704
|
+
export declare type EcosystemMarketplaceDataVersionsArgs = {
|
|
23705
|
+
filter?: InputMaybe<EcosystemMarketplaceAppVersionFilter>;
|
|
23706
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23707
|
+
};
|
|
23695
23708
|
export declare type EcosystemMarketplaceExternalFrameworkAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23696
23709
|
__typename?: 'EcosystemMarketplaceExternalFrameworkAppDeployment';
|
|
23697
23710
|
frameworkId: Scalars['String']['output'];
|
|
@@ -25274,6 +25287,7 @@ export declare type FeedEventEditLive = FeedEvent & {
|
|
|
25274
25287
|
datetime: Scalars['String']['output'];
|
|
25275
25288
|
groupSize: Scalars['Int']['output'];
|
|
25276
25289
|
type: FeedEventType;
|
|
25290
|
+
user?: Maybe<Person>;
|
|
25277
25291
|
version: Scalars['Int']['output'];
|
|
25278
25292
|
};
|
|
25279
25293
|
export declare type FeedEventPublishLive = FeedEvent & {
|
|
@@ -25282,6 +25296,7 @@ export declare type FeedEventPublishLive = FeedEvent & {
|
|
|
25282
25296
|
datetime: Scalars['String']['output'];
|
|
25283
25297
|
groupSize: Scalars['Int']['output'];
|
|
25284
25298
|
type: FeedEventType;
|
|
25299
|
+
user?: Maybe<Person>;
|
|
25285
25300
|
version: Scalars['Int']['output'];
|
|
25286
25301
|
};
|
|
25287
25302
|
export declare enum FeedEventType {
|
|
@@ -25364,6 +25379,7 @@ export declare type FooterComment = CommentLocation & {
|
|
|
25364
25379
|
};
|
|
25365
25380
|
export declare type ForYouFeedItem = {
|
|
25366
25381
|
__typename?: 'ForYouFeedItem';
|
|
25382
|
+
content?: Maybe<Content>;
|
|
25367
25383
|
id: Scalars['String']['output'];
|
|
25368
25384
|
mostRelevantUpdate?: Maybe<Scalars['Int']['output']>;
|
|
25369
25385
|
recentActionsCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -30501,8 +30517,6 @@ export declare type GraphStore = {
|
|
|
30501
30517
|
linkedProjectHasVersionInverse?: Maybe<GraphStoreSimplifiedLinkedProjectHasVersionInverseConnection>;
|
|
30502
30518
|
linkedProjectHasVersionInverseRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30503
30519
|
linkedProjectHasVersionRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30504
|
-
loomVideoSharedWithUser?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserConnection>;
|
|
30505
|
-
loomVideoSharedWithUserInverse?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection>;
|
|
30506
30520
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
30507
30521
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
30508
30522
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
@@ -30756,8 +30770,6 @@ export declare type GraphStore = {
|
|
|
30756
30770
|
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30757
30771
|
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
30758
30772
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
30759
|
-
userCreatedLoomVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection>;
|
|
30760
|
-
userCreatedLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection>;
|
|
30761
30773
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
30762
30774
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
30763
30775
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
@@ -30767,6 +30779,8 @@ export declare type GraphStore = {
|
|
|
30767
30779
|
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
30768
30780
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
30769
30781
|
userCreatedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseConnection>;
|
|
30782
|
+
userCreatedVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentConnection>;
|
|
30783
|
+
userCreatedVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection>;
|
|
30770
30784
|
userFavoritedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection>;
|
|
30771
30785
|
userFavoritedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseConnection>;
|
|
30772
30786
|
userFavoritedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection>;
|
|
@@ -30795,6 +30809,8 @@ export declare type GraphStore = {
|
|
|
30795
30809
|
userMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseConnection>;
|
|
30796
30810
|
userMentionedInMessage?: Maybe<GraphStoreSimplifiedUserMentionedInMessageConnection>;
|
|
30797
30811
|
userMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseConnection>;
|
|
30812
|
+
userMentionedInVideoComment?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentConnection>;
|
|
30813
|
+
userMentionedInVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection>;
|
|
30798
30814
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
30799
30815
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
30800
30816
|
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
@@ -30823,8 +30839,6 @@ export declare type GraphStore = {
|
|
|
30823
30839
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
30824
30840
|
userTaggedInIssueComment?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentConnection>;
|
|
30825
30841
|
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
30826
|
-
userTaggedInLoomVideoComment?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection>;
|
|
30827
|
-
userTaggedInLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection>;
|
|
30828
30842
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
30829
30843
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
30830
30844
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -30852,10 +30866,10 @@ export declare type GraphStore = {
|
|
|
30852
30866
|
userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
|
|
30853
30867
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
30854
30868
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
30855
|
-
userViewedLoomVideo?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoConnection>;
|
|
30856
|
-
userViewedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseConnection>;
|
|
30857
30869
|
userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
|
|
30858
30870
|
userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
|
|
30871
|
+
userViewedVideo?: Maybe<GraphStoreSimplifiedUserViewedVideoConnection>;
|
|
30872
|
+
userViewedVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedVideoInverseConnection>;
|
|
30859
30873
|
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
|
|
30860
30874
|
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
30861
30875
|
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
@@ -30904,6 +30918,8 @@ export declare type GraphStore = {
|
|
|
30904
30918
|
versionUserAssociatedFeatureFlagRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30905
30919
|
videoHasComment?: Maybe<GraphStoreSimplifiedVideoHasCommentConnection>;
|
|
30906
30920
|
videoHasCommentInverse?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseConnection>;
|
|
30921
|
+
videoSharedWithUser?: Maybe<GraphStoreSimplifiedVideoSharedWithUserConnection>;
|
|
30922
|
+
videoSharedWithUserInverse?: Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseConnection>;
|
|
30907
30923
|
vulnerabilityAssociatedIssue?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection>;
|
|
30908
30924
|
vulnerabilityAssociatedIssueInverse?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueInverseConnection>;
|
|
30909
30925
|
vulnerabilityAssociatedIssueInverseRelationship?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueConnection>;
|
|
@@ -32500,20 +32516,6 @@ export declare type GraphStoreLinkedProjectHasVersionRelationshipArgs = {
|
|
|
32500
32516
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32501
32517
|
id: Scalars['ID']['input'];
|
|
32502
32518
|
};
|
|
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
32519
|
export declare type GraphStoreMediaAttachedToContentArgs = {
|
|
32518
32520
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32519
32521
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34196,20 +34198,6 @@ export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
|
34196
34198
|
id: Scalars['ID']['input'];
|
|
34197
34199
|
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
34198
34200
|
};
|
|
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
34201
|
export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
|
|
34214
34202
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34215
34203
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34273,6 +34261,20 @@ export declare type GraphStoreUserCreatedRepositoryInverseArgs = {
|
|
|
34273
34261
|
id: Scalars['ID']['input'];
|
|
34274
34262
|
sort?: InputMaybe<GraphStoreUserCreatedRepositorySortInput>;
|
|
34275
34263
|
};
|
|
34264
|
+
export declare type GraphStoreUserCreatedVideoCommentArgs = {
|
|
34265
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34266
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34267
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34268
|
+
id: Scalars['ID']['input'];
|
|
34269
|
+
sort?: InputMaybe<GraphStoreUserCreatedVideoCommentSortInput>;
|
|
34270
|
+
};
|
|
34271
|
+
export declare type GraphStoreUserCreatedVideoCommentInverseArgs = {
|
|
34272
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34273
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34274
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34275
|
+
id: Scalars['ID']['input'];
|
|
34276
|
+
sort?: InputMaybe<GraphStoreUserCreatedVideoCommentSortInput>;
|
|
34277
|
+
};
|
|
34276
34278
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostArgs = {
|
|
34277
34279
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34278
34280
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34471,6 +34473,20 @@ export declare type GraphStoreUserMentionedInMessageInverseArgs = {
|
|
|
34471
34473
|
id: Scalars['ID']['input'];
|
|
34472
34474
|
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
34473
34475
|
};
|
|
34476
|
+
export declare type GraphStoreUserMentionedInVideoCommentArgs = {
|
|
34477
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34478
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34479
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34480
|
+
id: Scalars['ID']['input'];
|
|
34481
|
+
sort?: InputMaybe<GraphStoreUserMentionedInVideoCommentSortInput>;
|
|
34482
|
+
};
|
|
34483
|
+
export declare type GraphStoreUserMentionedInVideoCommentInverseArgs = {
|
|
34484
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34485
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34486
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34487
|
+
id: Scalars['ID']['input'];
|
|
34488
|
+
sort?: InputMaybe<GraphStoreUserMentionedInVideoCommentSortInput>;
|
|
34489
|
+
};
|
|
34474
34490
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
34475
34491
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34476
34492
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34669,20 +34685,6 @@ export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
|
34669
34685
|
id: Scalars['ID']['input'];
|
|
34670
34686
|
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
34671
34687
|
};
|
|
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
34688
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
34687
34689
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34688
34690
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34872,33 +34874,33 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
34872
34874
|
id: Scalars['ID']['input'];
|
|
34873
34875
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
34874
34876
|
};
|
|
34875
|
-
export declare type
|
|
34877
|
+
export declare type GraphStoreUserViewedProjectUpdateArgs = {
|
|
34876
34878
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34877
34879
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34878
34880
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34879
34881
|
id: Scalars['ID']['input'];
|
|
34880
|
-
sort?: InputMaybe<
|
|
34882
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34881
34883
|
};
|
|
34882
|
-
export declare type
|
|
34884
|
+
export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
|
|
34883
34885
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34884
34886
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34885
34887
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34886
34888
|
id: Scalars['ID']['input'];
|
|
34887
|
-
sort?: InputMaybe<
|
|
34889
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34888
34890
|
};
|
|
34889
|
-
export declare type
|
|
34891
|
+
export declare type GraphStoreUserViewedVideoArgs = {
|
|
34890
34892
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34891
34893
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34892
34894
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34893
34895
|
id: Scalars['ID']['input'];
|
|
34894
|
-
sort?: InputMaybe<
|
|
34896
|
+
sort?: InputMaybe<GraphStoreUserViewedVideoSortInput>;
|
|
34895
34897
|
};
|
|
34896
|
-
export declare type
|
|
34898
|
+
export declare type GraphStoreUserViewedVideoInverseArgs = {
|
|
34897
34899
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34898
34900
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34899
34901
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34900
34902
|
id: Scalars['ID']['input'];
|
|
34901
|
-
sort?: InputMaybe<
|
|
34903
|
+
sort?: InputMaybe<GraphStoreUserViewedVideoSortInput>;
|
|
34902
34904
|
};
|
|
34903
34905
|
export declare type GraphStoreUserWatchesConfluenceBlogpostArgs = {
|
|
34904
34906
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -35202,6 +35204,20 @@ export declare type GraphStoreVideoHasCommentInverseArgs = {
|
|
|
35202
35204
|
id: Scalars['ID']['input'];
|
|
35203
35205
|
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
35204
35206
|
};
|
|
35207
|
+
export declare type GraphStoreVideoSharedWithUserArgs = {
|
|
35208
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35209
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35210
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35211
|
+
id: Scalars['ID']['input'];
|
|
35212
|
+
sort?: InputMaybe<GraphStoreVideoSharedWithUserSortInput>;
|
|
35213
|
+
};
|
|
35214
|
+
export declare type GraphStoreVideoSharedWithUserInverseArgs = {
|
|
35215
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35216
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35217
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35218
|
+
id: Scalars['ID']['input'];
|
|
35219
|
+
sort?: InputMaybe<GraphStoreVideoSharedWithUserSortInput>;
|
|
35220
|
+
};
|
|
35205
35221
|
export declare type GraphStoreVulnerabilityAssociatedIssueArgs = {
|
|
35206
35222
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35207
35223
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40865,9 +40881,6 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
40865
40881
|
lessThan?: InputMaybe<Scalars['Long']['input']>;
|
|
40866
40882
|
lessThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
40867
40883
|
};
|
|
40868
|
-
export declare type GraphStoreLoomVideoSharedWithUserSortInput = {
|
|
40869
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40870
|
-
};
|
|
40871
40884
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
40872
40885
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40873
40886
|
};
|
|
@@ -43882,34 +43895,6 @@ export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseEdge = {
|
|
|
43882
43895
|
};
|
|
43883
43896
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseUnion = JiraProject;
|
|
43884
43897
|
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
43898
|
export declare type GraphStoreSimplifiedMediaAttachedToContentConnection = HasPageInfo & {
|
|
43914
43899
|
__typename?: 'GraphStoreSimplifiedMediaAttachedToContentConnection';
|
|
43915
43900
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMediaAttachedToContentEdge>>>;
|
|
@@ -46356,34 +46341,6 @@ export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
|
46356
46341
|
};
|
|
46357
46342
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46358
46343
|
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
46344
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
46388
46345
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
46389
46346
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -46524,6 +46481,34 @@ export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseEdge = {
|
|
|
46524
46481
|
};
|
|
46525
46482
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
46526
46483
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryUnion = ExternalRepository;
|
|
46484
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentConnection = HasPageInfo & {
|
|
46485
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentConnection';
|
|
46486
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedVideoCommentEdge>>>;
|
|
46487
|
+
pageInfo: PageInfo;
|
|
46488
|
+
};
|
|
46489
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentEdge = {
|
|
46490
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentEdge';
|
|
46491
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46492
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46493
|
+
id: Scalars['ID']['output'];
|
|
46494
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46495
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentUnion>;
|
|
46496
|
+
};
|
|
46497
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection = HasPageInfo & {
|
|
46498
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentInverseConnection';
|
|
46499
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge>>>;
|
|
46500
|
+
pageInfo: PageInfo;
|
|
46501
|
+
};
|
|
46502
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge = {
|
|
46503
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedVideoCommentInverseEdge';
|
|
46504
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46505
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46506
|
+
id: Scalars['ID']['output'];
|
|
46507
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46508
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedVideoCommentInverseUnion>;
|
|
46509
|
+
};
|
|
46510
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46511
|
+
export declare type GraphStoreSimplifiedUserCreatedVideoCommentUnion = LoomComment;
|
|
46527
46512
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection = HasPageInfo & {
|
|
46528
46513
|
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection';
|
|
46529
46514
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostEdge>>>;
|
|
@@ -46924,6 +46909,34 @@ export declare type GraphStoreSimplifiedUserMentionedInMessageInverseEdge = {
|
|
|
46924
46909
|
};
|
|
46925
46910
|
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
46926
46911
|
export declare type GraphStoreSimplifiedUserMentionedInMessageUnion = ExternalMessage;
|
|
46912
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentConnection = HasPageInfo & {
|
|
46913
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentConnection';
|
|
46914
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentEdge>>>;
|
|
46915
|
+
pageInfo: PageInfo;
|
|
46916
|
+
};
|
|
46917
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentEdge = {
|
|
46918
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentEdge';
|
|
46919
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46920
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46921
|
+
id: Scalars['ID']['output'];
|
|
46922
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46923
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentUnion>;
|
|
46924
|
+
};
|
|
46925
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection = HasPageInfo & {
|
|
46926
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentInverseConnection';
|
|
46927
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge>>>;
|
|
46928
|
+
pageInfo: PageInfo;
|
|
46929
|
+
};
|
|
46930
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge = {
|
|
46931
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInVideoCommentInverseEdge';
|
|
46932
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46933
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46934
|
+
id: Scalars['ID']['output'];
|
|
46935
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46936
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInVideoCommentInverseUnion>;
|
|
46937
|
+
};
|
|
46938
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46939
|
+
export declare type GraphStoreSimplifiedUserMentionedInVideoCommentUnion = LoomComment;
|
|
46927
46940
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
46928
46941
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
46929
46942
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -47320,34 +47333,6 @@ export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
|
47320
47333
|
};
|
|
47321
47334
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47322
47335
|
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
47336
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
47352
47337
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
47353
47338
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -47726,34 +47711,6 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
47726
47711
|
};
|
|
47727
47712
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47728
47713
|
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
47714
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateConnection = HasPageInfo & {
|
|
47758
47715
|
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateConnection';
|
|
47759
47716
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateEdge>>>;
|
|
@@ -47782,6 +47739,34 @@ export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge = {
|
|
|
47782
47739
|
};
|
|
47783
47740
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47784
47741
|
export declare type GraphStoreSimplifiedUserViewedProjectUpdateUnion = TownsquareProjectUpdate;
|
|
47742
|
+
export declare type GraphStoreSimplifiedUserViewedVideoConnection = HasPageInfo & {
|
|
47743
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoConnection';
|
|
47744
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedVideoEdge>>>;
|
|
47745
|
+
pageInfo: PageInfo;
|
|
47746
|
+
};
|
|
47747
|
+
export declare type GraphStoreSimplifiedUserViewedVideoEdge = {
|
|
47748
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoEdge';
|
|
47749
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47750
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47751
|
+
id: Scalars['ID']['output'];
|
|
47752
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47753
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedVideoUnion>;
|
|
47754
|
+
};
|
|
47755
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseConnection = HasPageInfo & {
|
|
47756
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoInverseConnection';
|
|
47757
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedVideoInverseEdge>>>;
|
|
47758
|
+
pageInfo: PageInfo;
|
|
47759
|
+
};
|
|
47760
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseEdge = {
|
|
47761
|
+
__typename?: 'GraphStoreSimplifiedUserViewedVideoInverseEdge';
|
|
47762
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47763
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47764
|
+
id: Scalars['ID']['output'];
|
|
47765
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47766
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedVideoInverseUnion>;
|
|
47767
|
+
};
|
|
47768
|
+
export declare type GraphStoreSimplifiedUserViewedVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47769
|
+
export declare type GraphStoreSimplifiedUserViewedVideoUnion = LoomVideo;
|
|
47785
47770
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection = HasPageInfo & {
|
|
47786
47771
|
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection';
|
|
47787
47772
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge>>>;
|
|
@@ -48210,6 +48195,34 @@ export declare type GraphStoreSimplifiedVideoHasCommentInverseEdge = {
|
|
|
48210
48195
|
};
|
|
48211
48196
|
export declare type GraphStoreSimplifiedVideoHasCommentInverseUnion = LoomVideo;
|
|
48212
48197
|
export declare type GraphStoreSimplifiedVideoHasCommentUnion = LoomComment;
|
|
48198
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserConnection = HasPageInfo & {
|
|
48199
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserConnection';
|
|
48200
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoSharedWithUserEdge>>>;
|
|
48201
|
+
pageInfo: PageInfo;
|
|
48202
|
+
};
|
|
48203
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserEdge = {
|
|
48204
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserEdge';
|
|
48205
|
+
createdAt: Scalars['DateTime']['output'];
|
|
48206
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48207
|
+
id: Scalars['ID']['output'];
|
|
48208
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
48209
|
+
node?: Maybe<GraphStoreSimplifiedVideoSharedWithUserUnion>;
|
|
48210
|
+
};
|
|
48211
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseConnection = HasPageInfo & {
|
|
48212
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserInverseConnection';
|
|
48213
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseEdge>>>;
|
|
48214
|
+
pageInfo: PageInfo;
|
|
48215
|
+
};
|
|
48216
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseEdge = {
|
|
48217
|
+
__typename?: 'GraphStoreSimplifiedVideoSharedWithUserInverseEdge';
|
|
48218
|
+
createdAt: Scalars['DateTime']['output'];
|
|
48219
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48220
|
+
id: Scalars['ID']['output'];
|
|
48221
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
48222
|
+
node?: Maybe<GraphStoreSimplifiedVideoSharedWithUserInverseUnion>;
|
|
48223
|
+
};
|
|
48224
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserInverseUnion = LoomVideo;
|
|
48225
|
+
export declare type GraphStoreSimplifiedVideoSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48213
48226
|
export declare type GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection = HasPageInfo & HasTotal & {
|
|
48214
48227
|
__typename?: 'GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection';
|
|
48215
48228
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueEdge>>>;
|
|
@@ -48623,6 +48636,8 @@ export declare type GraphStoreUserAttendedCalendarEventConditionalFilterInput =
|
|
|
48623
48636
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48624
48637
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
48625
48638
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48639
|
+
to_eventEndTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48640
|
+
to_eventStartTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48626
48641
|
};
|
|
48627
48642
|
export declare type GraphStoreUserAttendedCalendarEventFilterInput = {
|
|
48628
48643
|
and?: InputMaybe<Array<InputMaybe<GraphStoreUserAttendedCalendarEventConditionalFilterInput>>>;
|
|
@@ -48633,6 +48648,8 @@ export declare type GraphStoreUserAttendedCalendarEventSortInput = {
|
|
|
48633
48648
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
48634
48649
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48635
48650
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
48651
|
+
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
48652
|
+
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
48636
48653
|
};
|
|
48637
48654
|
export declare type GraphStoreUserAuthoredCommitSortInput = {
|
|
48638
48655
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -48690,6 +48707,8 @@ export declare type GraphStoreUserCreatedCalendarEventConditionalFilterInput = {
|
|
|
48690
48707
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48691
48708
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
48692
48709
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
48710
|
+
to_eventEndTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48711
|
+
to_eventStartTime?: InputMaybe<GraphStoreLongFilterInput>;
|
|
48693
48712
|
};
|
|
48694
48713
|
export declare type GraphStoreUserCreatedCalendarEventFilterInput = {
|
|
48695
48714
|
and?: InputMaybe<Array<InputMaybe<GraphStoreUserCreatedCalendarEventConditionalFilterInput>>>;
|
|
@@ -48700,6 +48719,8 @@ export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
|
48700
48719
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
48701
48720
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48702
48721
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
48722
|
+
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
48723
|
+
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
48703
48724
|
};
|
|
48704
48725
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
48705
48726
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -48731,9 +48752,6 @@ export declare type GraphStoreUserCreatedIssueCommentSortInput = {
|
|
|
48731
48752
|
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
48732
48753
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48733
48754
|
};
|
|
48734
|
-
export declare type GraphStoreUserCreatedLoomVideoCommentSortInput = {
|
|
48735
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48736
|
-
};
|
|
48737
48755
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
48738
48756
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48739
48757
|
};
|
|
@@ -48749,6 +48767,9 @@ export declare type GraphStoreUserCreatedRemoteLinkSortInput = {
|
|
|
48749
48767
|
export declare type GraphStoreUserCreatedRepositorySortInput = {
|
|
48750
48768
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48751
48769
|
};
|
|
48770
|
+
export declare type GraphStoreUserCreatedVideoCommentSortInput = {
|
|
48771
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48772
|
+
};
|
|
48752
48773
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostSortInput = {
|
|
48753
48774
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48754
48775
|
};
|
|
@@ -48815,6 +48836,9 @@ export declare type GraphStoreUserMentionedInConversationSortInput = {
|
|
|
48815
48836
|
export declare type GraphStoreUserMentionedInMessageSortInput = {
|
|
48816
48837
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48817
48838
|
};
|
|
48839
|
+
export declare type GraphStoreUserMentionedInVideoCommentSortInput = {
|
|
48840
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48841
|
+
};
|
|
48818
48842
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
48819
48843
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48820
48844
|
};
|
|
@@ -48870,9 +48894,6 @@ export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
|
48870
48894
|
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
48871
48895
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48872
48896
|
};
|
|
48873
|
-
export declare type GraphStoreUserTaggedInLoomVideoCommentSortInput = {
|
|
48874
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48875
|
-
};
|
|
48876
48897
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
48877
48898
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48878
48899
|
};
|
|
@@ -48915,10 +48936,10 @@ export declare type GraphStoreUserViewedGoalUpdateSortInput = {
|
|
|
48915
48936
|
export declare type GraphStoreUserViewedJiraIssueSortInput = {
|
|
48916
48937
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48917
48938
|
};
|
|
48918
|
-
export declare type
|
|
48939
|
+
export declare type GraphStoreUserViewedProjectUpdateSortInput = {
|
|
48919
48940
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48920
48941
|
};
|
|
48921
|
-
export declare type
|
|
48942
|
+
export declare type GraphStoreUserViewedVideoSortInput = {
|
|
48922
48943
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48923
48944
|
};
|
|
48924
48945
|
export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
@@ -49029,6 +49050,9 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
|
49029
49050
|
export declare type GraphStoreVideoHasCommentSortInput = {
|
|
49030
49051
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49031
49052
|
};
|
|
49053
|
+
export declare type GraphStoreVideoSharedWithUserSortInput = {
|
|
49054
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49055
|
+
};
|
|
49032
49056
|
export declare type GraphStoreVulnerabilityAssociatedIssueContainerSortInput = {
|
|
49033
49057
|
containerAri?: InputMaybe<GraphStoreSortInput>;
|
|
49034
49058
|
};
|
|
@@ -54653,6 +54677,10 @@ export declare type JiraConfluenceRemoteIssueLinkEdge = {
|
|
|
54653
54677
|
cursor: Scalars['String']['output'];
|
|
54654
54678
|
node?: Maybe<JiraConfluenceRemoteIssueLink>;
|
|
54655
54679
|
};
|
|
54680
|
+
export declare type JiraConfluenceRemoteIssueLinkInput = {
|
|
54681
|
+
href?: InputMaybe<Scalars['String']['input']>;
|
|
54682
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
54683
|
+
};
|
|
54656
54684
|
export declare type JiraConfluenceRemoteIssueLinksField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
54657
54685
|
__typename?: 'JiraConfluenceRemoteIssueLinksField';
|
|
54658
54686
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -54671,6 +54699,10 @@ export declare type JiraConfluenceRemoteIssueLinksFieldConfluenceRemoteIssueLink
|
|
|
54671
54699
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
54672
54700
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54673
54701
|
};
|
|
54702
|
+
export declare type JiraConfluenceRemoteIssueLinksFieldOperationInput = {
|
|
54703
|
+
links: Array<JiraConfluenceRemoteIssueLinkInput>;
|
|
54704
|
+
operation: JiraMultiValueFieldOperations;
|
|
54705
|
+
};
|
|
54674
54706
|
export declare type JiraConnectDateTimeField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
54675
54707
|
__typename?: 'JiraConnectDateTimeField';
|
|
54676
54708
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -54931,6 +54963,7 @@ export declare type JiraCreateCalendarIssuePayload = Payload & {
|
|
|
54931
54963
|
};
|
|
54932
54964
|
export declare type JiraCreateCustomBackgroundInput = {
|
|
54933
54965
|
altText: Scalars['String']['input'];
|
|
54966
|
+
dominantColor?: InputMaybe<Scalars['String']['input']>;
|
|
54934
54967
|
entityId: Scalars['ID']['input'];
|
|
54935
54968
|
mediaApiFileId: Scalars['String']['input'];
|
|
54936
54969
|
};
|
|
@@ -55081,6 +55114,8 @@ export declare type JiraCustomBackground = {
|
|
|
55081
55114
|
__typename?: 'JiraCustomBackground';
|
|
55082
55115
|
activeCount?: Maybe<Scalars['Long']['output']>;
|
|
55083
55116
|
altText?: Maybe<Scalars['String']['output']>;
|
|
55117
|
+
brightness?: Maybe<JiraCustomBackgroundBrightness>;
|
|
55118
|
+
dominantColor?: Maybe<Scalars['String']['output']>;
|
|
55084
55119
|
id?: Maybe<Scalars['ID']['output']>;
|
|
55085
55120
|
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
55086
55121
|
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
@@ -55090,6 +55125,10 @@ export declare type JiraCustomBackground = {
|
|
|
55090
55125
|
export declare type JiraCustomBackgroundMediaReadTokenArgs = {
|
|
55091
55126
|
durationInSeconds: Scalars['Int']['input'];
|
|
55092
55127
|
};
|
|
55128
|
+
export declare enum JiraCustomBackgroundBrightness {
|
|
55129
|
+
Dark = "DARK",
|
|
55130
|
+
Light = "LIGHT"
|
|
55131
|
+
}
|
|
55093
55132
|
export declare type JiraCustomBackgroundConnection = {
|
|
55094
55133
|
__typename?: 'JiraCustomBackgroundConnection';
|
|
55095
55134
|
edges?: Maybe<Array<Maybe<JiraCustomBackgroundEdge>>>;
|
|
@@ -55108,6 +55147,26 @@ export declare type JiraCustomFieldOptionInput = {
|
|
|
55108
55147
|
parentOptionId?: InputMaybe<Scalars['Long']['input']>;
|
|
55109
55148
|
value: Scalars['String']['input'];
|
|
55110
55149
|
};
|
|
55150
|
+
export declare type JiraCustomFieldUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
55151
|
+
__typename?: 'JiraCustomFieldUsageMetric';
|
|
55152
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
55153
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
55154
|
+
globalScopedCustomFieldsCount?: Maybe<Scalars['Long']['output']>;
|
|
55155
|
+
id: Scalars['ID']['output'];
|
|
55156
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
55157
|
+
projectScopedCustomFieldsCount?: Maybe<Scalars['Long']['output']>;
|
|
55158
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
55159
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
55160
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
55161
|
+
};
|
|
55162
|
+
export declare type JiraCustomFieldUsageMetricValuesArgs = {
|
|
55163
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
55164
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
55165
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55166
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
55167
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55168
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
55169
|
+
};
|
|
55111
55170
|
export declare type JiraCustomFilter = JiraFilter & Node & {
|
|
55112
55171
|
__typename?: 'JiraCustomFilter';
|
|
55113
55172
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -55450,7 +55509,7 @@ export declare enum JiraDeploymentsFeaturePrecondition {
|
|
|
55450
55509
|
DeploymentsEmptyState = "DEPLOYMENTS_EMPTY_STATE",
|
|
55451
55510
|
NotAvailable = "NOT_AVAILABLE"
|
|
55452
55511
|
}
|
|
55453
|
-
export declare type JiraDetailedView = JiraIssueSearchViewMetadata &
|
|
55512
|
+
export declare type JiraDetailedView = JiraIssueSearchViewMetadata & JiraView & Node & {
|
|
55454
55513
|
__typename?: 'JiraDetailedView';
|
|
55455
55514
|
error?: Maybe<QueryError>;
|
|
55456
55515
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -56805,6 +56864,24 @@ export declare type JiraGenericIssueField = JiraIssueField & JiraIssueFieldConfi
|
|
|
56805
56864
|
name: Scalars['String']['output'];
|
|
56806
56865
|
type: Scalars['String']['output'];
|
|
56807
56866
|
};
|
|
56867
|
+
export declare type JiraGenericResourceUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
56868
|
+
__typename?: 'JiraGenericResourceUsageMetric';
|
|
56869
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
56870
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
56871
|
+
id: Scalars['ID']['output'];
|
|
56872
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
56873
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
56874
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
56875
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
56876
|
+
};
|
|
56877
|
+
export declare type JiraGenericResourceUsageMetricValuesArgs = {
|
|
56878
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
56879
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
56880
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56881
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
56882
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
56883
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
56884
|
+
};
|
|
56808
56885
|
export declare enum JiraGlobalIssueCreateView {
|
|
56809
56886
|
FullModal = "FULL_MODAL",
|
|
56810
56887
|
MiniModal = "MINI_MODAL"
|
|
@@ -56971,7 +57048,7 @@ export declare type JiraGroupGrantTypeValue = Node & {
|
|
|
56971
57048
|
export declare type JiraGroupInput = {
|
|
56972
57049
|
groupName: Scalars['ID']['input'];
|
|
56973
57050
|
};
|
|
56974
|
-
export declare type JiraGroupedListView = JiraIssueSearchViewMetadata &
|
|
57051
|
+
export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
|
|
56975
57052
|
__typename?: 'JiraGroupedListView';
|
|
56976
57053
|
error?: Maybe<QueryError>;
|
|
56977
57054
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -58440,6 +58517,18 @@ export declare type JiraIssueSearchViewContexts = {
|
|
|
58440
58517
|
__typename?: 'JiraIssueSearchViewContexts';
|
|
58441
58518
|
contexts?: Maybe<Array<JiraIssueSearchViewContextMapping>>;
|
|
58442
58519
|
errors?: Maybe<Array<QueryError>>;
|
|
58520
|
+
issueId?: Maybe<Scalars['String']['output']>;
|
|
58521
|
+
};
|
|
58522
|
+
export declare type JiraIssueSearchViewContextsConnection = {
|
|
58523
|
+
__typename?: 'JiraIssueSearchViewContextsConnection';
|
|
58524
|
+
edges?: Maybe<Array<Maybe<JiraIssueSearchViewContextsEdge>>>;
|
|
58525
|
+
pageInfo: PageInfo;
|
|
58526
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
58527
|
+
};
|
|
58528
|
+
export declare type JiraIssueSearchViewContextsEdge = {
|
|
58529
|
+
__typename?: 'JiraIssueSearchViewContextsEdge';
|
|
58530
|
+
cursor: Scalars['String']['output'];
|
|
58531
|
+
node?: Maybe<JiraIssueSearchViewContexts>;
|
|
58443
58532
|
};
|
|
58444
58533
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
58445
58534
|
issueContext?: InputMaybe<JiraIssueSearchViewFieldSetsIssueContext>;
|
|
@@ -58481,10 +58570,6 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
58481
58570
|
view?: Maybe<JiraIssueSearchView>;
|
|
58482
58571
|
};
|
|
58483
58572
|
export declare type JiraIssueSearchViewResult = JiraIssueSearchView | QueryError;
|
|
58484
|
-
export declare type JiraIssueSearchViewType = {
|
|
58485
|
-
error?: Maybe<QueryError>;
|
|
58486
|
-
id: Scalars['ID']['output'];
|
|
58487
|
-
};
|
|
58488
58573
|
export declare type JiraIssueTransitionComment = {
|
|
58489
58574
|
__typename?: 'JiraIssueTransitionComment';
|
|
58490
58575
|
adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
|
|
@@ -59571,7 +59656,7 @@ export declare type JiraLinkedIssuesInput = {
|
|
|
59571
59656
|
inwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
59572
59657
|
outwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
59573
59658
|
};
|
|
59574
|
-
export declare type JiraListView = JiraIssueSearchViewMetadata &
|
|
59659
|
+
export declare type JiraListView = JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
|
|
59575
59660
|
__typename?: 'JiraListView';
|
|
59576
59661
|
error?: Maybe<QueryError>;
|
|
59577
59662
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -60094,6 +60179,7 @@ export declare type JiraMutation = {
|
|
|
60094
60179
|
updateCmdbField?: Maybe<JiraCmdbFieldPayload>;
|
|
60095
60180
|
updateColorField?: Maybe<JiraColorFieldPayload>;
|
|
60096
60181
|
updateComponentsField?: Maybe<JiraComponentsFieldPayload>;
|
|
60182
|
+
updateConfluenceRemoteIssueLinksField?: Maybe<JiraUpdateConfluenceRemoteIssueLinksFieldPayload>;
|
|
60097
60183
|
updateCustomBackground?: Maybe<JiraUpdateCustomBackgroundPayload>;
|
|
60098
60184
|
updateDataClassificationField?: Maybe<JiraDataClassificationFieldPayload>;
|
|
60099
60185
|
updateDateField?: Maybe<JiraDateFieldPayload>;
|
|
@@ -60566,6 +60652,9 @@ export declare type JiraMutationUpdateColorFieldArgs = {
|
|
|
60566
60652
|
export declare type JiraMutationUpdateComponentsFieldArgs = {
|
|
60567
60653
|
input: JiraUpdateComponentsFieldInput;
|
|
60568
60654
|
};
|
|
60655
|
+
export declare type JiraMutationUpdateConfluenceRemoteIssueLinksFieldArgs = {
|
|
60656
|
+
input: JiraUpdateConfluenceRemoteIssueLinksFieldInput;
|
|
60657
|
+
};
|
|
60569
60658
|
export declare type JiraMutationUpdateCustomBackgroundArgs = {
|
|
60570
60659
|
input: JiraUpdateCustomBackgroundInput;
|
|
60571
60660
|
};
|
|
@@ -62929,6 +63018,7 @@ export declare type JiraQuery = {
|
|
|
62929
63018
|
resourceUsageCustomFieldRecommendations?: Maybe<JiraResourceUsageCustomFieldRecommendationConnection>;
|
|
62930
63019
|
resourceUsageMetric?: Maybe<JiraResourceUsageMetric>;
|
|
62931
63020
|
resourceUsageMetricById?: Maybe<JiraResourceUsageMetric>;
|
|
63021
|
+
resourceUsageMetricV2?: Maybe<JiraResourceUsageMetricV2>;
|
|
62932
63022
|
resourceUsageMetrics?: Maybe<JiraResourceUsageMetricConnection>;
|
|
62933
63023
|
resourceUsageRecommendationStats?: Maybe<JiraResourceUsageRecommendationStats>;
|
|
62934
63024
|
savedFilters?: Maybe<JiraFilterConnection>;
|
|
@@ -62936,6 +63026,7 @@ export declare type JiraQuery = {
|
|
|
62936
63026
|
screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
|
|
62937
63027
|
searchUnsplashImages?: Maybe<JiraUnsplashImageSearchPageResult>;
|
|
62938
63028
|
searchUserTeamMention?: Maybe<JiraMentionableConnection>;
|
|
63029
|
+
searchViewContexts?: Maybe<JiraIssueSearchViewContextsConnection>;
|
|
62939
63030
|
shouldShowAtlassianIntelligence?: Maybe<Scalars['Boolean']['output']>;
|
|
62940
63031
|
sprintById?: Maybe<JiraSprint>;
|
|
62941
63032
|
sprintSearch?: Maybe<JiraSprintConnection>;
|
|
@@ -63747,6 +63838,10 @@ export declare type JiraQueryResourceUsageMetricArgs = {
|
|
|
63747
63838
|
export declare type JiraQueryResourceUsageMetricByIdArgs = {
|
|
63748
63839
|
id: Scalars['ID']['input'];
|
|
63749
63840
|
};
|
|
63841
|
+
export declare type JiraQueryResourceUsageMetricV2Args = {
|
|
63842
|
+
cloudId: Scalars['ID']['input'];
|
|
63843
|
+
metricKey: Scalars['String']['input'];
|
|
63844
|
+
};
|
|
63750
63845
|
export declare type JiraQueryResourceUsageMetricsArgs = {
|
|
63751
63846
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63752
63847
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -63784,6 +63879,15 @@ export declare type JiraQuerySearchUserTeamMentionArgs = {
|
|
|
63784
63879
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
63785
63880
|
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
63786
63881
|
};
|
|
63882
|
+
export declare type JiraQuerySearchViewContextsArgs = {
|
|
63883
|
+
cloudId: Scalars['ID']['input'];
|
|
63884
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63885
|
+
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63886
|
+
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63887
|
+
issueIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
63888
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
63889
|
+
searchViewContextInput: JiraIssueSearchViewContextInput;
|
|
63890
|
+
};
|
|
63787
63891
|
export declare type JiraQueryShouldShowAtlassianIntelligenceArgs = {
|
|
63788
63892
|
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
63789
63893
|
cloudId: Scalars['ID']['input'];
|
|
@@ -64439,6 +64543,23 @@ export declare type JiraResourceUsageMetricEdge = {
|
|
|
64439
64543
|
cursor: Scalars['String']['output'];
|
|
64440
64544
|
node?: Maybe<JiraResourceUsageMetric>;
|
|
64441
64545
|
};
|
|
64546
|
+
export declare type JiraResourceUsageMetricV2 = {
|
|
64547
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
64548
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
64549
|
+
id: Scalars['ID']['output'];
|
|
64550
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
64551
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
64552
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
64553
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
64554
|
+
};
|
|
64555
|
+
export declare type JiraResourceUsageMetricV2ValuesArgs = {
|
|
64556
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64557
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
64558
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64559
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
64560
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64561
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
64562
|
+
};
|
|
64442
64563
|
export declare type JiraResourceUsageMetricValue = {
|
|
64443
64564
|
__typename?: 'JiraResourceUsageMetricValue';
|
|
64444
64565
|
date?: Maybe<Scalars['Date']['output']>;
|
|
@@ -67283,6 +67404,7 @@ export declare type JiraUpdateAttachmentFieldInput = {
|
|
|
67283
67404
|
export declare type JiraUpdateBackgroundInput = {
|
|
67284
67405
|
backgroundType: JiraBackgroundType;
|
|
67285
67406
|
backgroundValue: Scalars['String']['input'];
|
|
67407
|
+
dominantColor?: InputMaybe<Scalars['String']['input']>;
|
|
67286
67408
|
entityId: Scalars['ID']['input'];
|
|
67287
67409
|
};
|
|
67288
67410
|
export declare type JiraUpdateCascadingSelectFieldInput = {
|
|
@@ -67305,6 +67427,16 @@ export declare type JiraUpdateComponentsFieldInput = {
|
|
|
67305
67427
|
id: Scalars['ID']['input'];
|
|
67306
67428
|
operations: Array<JiraComponentFieldOperationInput>;
|
|
67307
67429
|
};
|
|
67430
|
+
export declare type JiraUpdateConfluenceRemoteIssueLinksFieldInput = {
|
|
67431
|
+
id: Scalars['ID']['input'];
|
|
67432
|
+
operations: Array<JiraConfluenceRemoteIssueLinksFieldOperationInput>;
|
|
67433
|
+
};
|
|
67434
|
+
export declare type JiraUpdateConfluenceRemoteIssueLinksFieldPayload = Payload & {
|
|
67435
|
+
__typename?: 'JiraUpdateConfluenceRemoteIssueLinksFieldPayload';
|
|
67436
|
+
errors?: Maybe<Array<MutationError>>;
|
|
67437
|
+
field?: Maybe<JiraConfluenceRemoteIssueLinksField>;
|
|
67438
|
+
success: Scalars['Boolean']['output'];
|
|
67439
|
+
};
|
|
67308
67440
|
export declare type JiraUpdateCustomBackgroundInput = {
|
|
67309
67441
|
altText: Scalars['String']['input'];
|
|
67310
67442
|
cloudId: Scalars['ID']['input'];
|
|
@@ -70953,6 +71085,11 @@ export declare type LoomToken = {
|
|
|
70953
71085
|
__typename?: 'LoomToken';
|
|
70954
71086
|
token: Scalars['String']['output'];
|
|
70955
71087
|
};
|
|
71088
|
+
export declare type LoomUserPrimaryAuthType = {
|
|
71089
|
+
__typename?: 'LoomUserPrimaryAuthType';
|
|
71090
|
+
authType: Scalars['String']['output'];
|
|
71091
|
+
redirectUri?: Maybe<Scalars['String']['output']>;
|
|
71092
|
+
};
|
|
70956
71093
|
export declare enum LoomUserStatus {
|
|
70957
71094
|
Linked = "LINKED",
|
|
70958
71095
|
LinkedEnterprise = "LINKED_ENTERPRISE",
|
|
@@ -71975,6 +72112,7 @@ export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
|
71975
72112
|
product: MarketplaceConsoleEditionsInput;
|
|
71976
72113
|
};
|
|
71977
72114
|
export declare type MarketplaceConsoleMutationApiCreateAppSoftwareTokenArgs = {
|
|
72115
|
+
appId: Scalars['String']['input'];
|
|
71978
72116
|
appSoftwareId: Scalars['String']['input'];
|
|
71979
72117
|
};
|
|
71980
72118
|
export declare type MarketplaceConsoleMutationApiCreateEcoHelpTicketArgs = {
|
|
@@ -72180,6 +72318,7 @@ export declare type MarketplaceConsoleProductListing = {
|
|
|
72180
72318
|
marketplaceAppName: Scalars['String']['output'];
|
|
72181
72319
|
productId: Scalars['ID']['output'];
|
|
72182
72320
|
segmentWriteKey?: Maybe<Scalars['String']['output']>;
|
|
72321
|
+
slug: Scalars['String']['output'];
|
|
72183
72322
|
summary?: Maybe<Scalars['String']['output']>;
|
|
72184
72323
|
tagLine?: Maybe<Scalars['String']['output']>;
|
|
72185
72324
|
tags?: Maybe<MarketplaceConsoleProductListingTags>;
|
|
@@ -73675,6 +73814,7 @@ export declare type MercuryFocusAreaActivityHistory = Node & {
|
|
|
73675
73814
|
fields?: Maybe<Array<Maybe<MercuryUpdatedField>>>;
|
|
73676
73815
|
fieldsChanged?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
73677
73816
|
focusAreaId?: Maybe<Scalars['String']['output']>;
|
|
73817
|
+
focusAreaName?: Maybe<Scalars['String']['output']>;
|
|
73678
73818
|
id: Scalars['ID']['output'];
|
|
73679
73819
|
user?: Maybe<User>;
|
|
73680
73820
|
};
|
|
@@ -80413,6 +80553,7 @@ export declare type Query = {
|
|
|
80413
80553
|
loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
|
|
80414
80554
|
loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
|
|
80415
80555
|
loom_meetings?: Maybe<Array<Maybe<LoomMeeting>>>;
|
|
80556
|
+
loom_primaryAuthTypeForEmail?: Maybe<LoomUserPrimaryAuthType>;
|
|
80416
80557
|
loom_settings?: Maybe<LoomSettings>;
|
|
80417
80558
|
loom_space?: Maybe<LoomSpace>;
|
|
80418
80559
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
@@ -80582,6 +80723,7 @@ export declare type Query = {
|
|
|
80582
80723
|
totalSearchCTR?: Maybe<TotalSearchCtr>;
|
|
80583
80724
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
80584
80725
|
townsquareUnsharded_allWorkspaceSummariesForOrg?: Maybe<TownsquareUnshardedWorkspaceSummaryConnection>;
|
|
80726
|
+
townsquareUnsharded_fusionConfigByJiraIssueAris?: Maybe<Array<Maybe<TownsquareUnshardedFusionConfigForJiraIssueAri>>>;
|
|
80585
80727
|
traceTiming?: Maybe<TraceTiming>;
|
|
80586
80728
|
trello: TrelloQueryApi;
|
|
80587
80729
|
unified?: Maybe<UnifiedQuery>;
|
|
@@ -82596,6 +82738,9 @@ export declare type QueryLoom_MeetingRecurrencesArgs = {
|
|
|
82596
82738
|
export declare type QueryLoom_MeetingsArgs = {
|
|
82597
82739
|
ids: Array<Scalars['ID']['input']>;
|
|
82598
82740
|
};
|
|
82741
|
+
export declare type QueryLoom_PrimaryAuthTypeForEmailArgs = {
|
|
82742
|
+
email: Scalars['String']['input'];
|
|
82743
|
+
};
|
|
82599
82744
|
export declare type QueryLoom_SettingsArgs = {
|
|
82600
82745
|
siteId: Scalars['ID']['input'];
|
|
82601
82746
|
};
|
|
@@ -83247,6 +83392,9 @@ export declare type QueryTownsquareUnsharded_AllWorkspaceSummariesForOrgArgs = {
|
|
|
83247
83392
|
cloudId: Scalars['String']['input'];
|
|
83248
83393
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
83249
83394
|
};
|
|
83395
|
+
export declare type QueryTownsquareUnsharded_FusionConfigByJiraIssueArisArgs = {
|
|
83396
|
+
jiraIssueAris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
83397
|
+
};
|
|
83250
83398
|
export declare type QueryUserArgs = {
|
|
83251
83399
|
accountId: Scalars['ID']['input'];
|
|
83252
83400
|
};
|
|
@@ -91251,6 +91399,11 @@ export declare enum TownsquareUnshardedCapabilityContainer {
|
|
|
91251
91399
|
GoalsApp = "GOALS_APP",
|
|
91252
91400
|
ProjectsApp = "PROJECTS_APP"
|
|
91253
91401
|
}
|
|
91402
|
+
export declare type TownsquareUnshardedFusionConfigForJiraIssueAri = {
|
|
91403
|
+
__typename?: 'TownsquareUnshardedFusionConfigForJiraIssueAri';
|
|
91404
|
+
isAppEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
91405
|
+
jiraIssueAri?: Maybe<Scalars['String']['output']>;
|
|
91406
|
+
};
|
|
91254
91407
|
export declare type TownsquareUnshardedUserCapabilities = {
|
|
91255
91408
|
__typename?: 'TownsquareUnshardedUserCapabilities';
|
|
91256
91409
|
capabilities?: Maybe<Array<Maybe<TownsquareUnshardedCapability>>>;
|
|
@@ -91867,6 +92020,7 @@ export declare type TrelloCard = Node & {
|
|
|
91867
92020
|
list?: Maybe<TrelloList>;
|
|
91868
92021
|
location?: Maybe<TrelloCardLocation>;
|
|
91869
92022
|
members?: Maybe<TrelloMemberConnection>;
|
|
92023
|
+
mirrorSource?: Maybe<TrelloCard>;
|
|
91870
92024
|
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
91871
92025
|
mirrorSourceNodeId?: Maybe<Scalars['String']['output']>;
|
|
91872
92026
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -92093,6 +92247,7 @@ export declare type TrelloCardUpdated = {
|
|
|
92093
92247
|
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
92094
92248
|
location?: Maybe<TrelloCardLocation>;
|
|
92095
92249
|
members?: Maybe<TrelloMemberUpdatedConnection>;
|
|
92250
|
+
mirrorSource?: Maybe<TrelloCard>;
|
|
92096
92251
|
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
92097
92252
|
mirrorSourceObjectId?: Maybe<Scalars['ID']['output']>;
|
|
92098
92253
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -92318,6 +92473,7 @@ export declare type TrelloCustomFieldItemValueInfo = {
|
|
|
92318
92473
|
date?: Maybe<Scalars['String']['output']>;
|
|
92319
92474
|
id?: Maybe<Scalars['ID']['output']>;
|
|
92320
92475
|
number?: Maybe<Scalars['Float']['output']>;
|
|
92476
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
92321
92477
|
text?: Maybe<Scalars['String']['output']>;
|
|
92322
92478
|
};
|
|
92323
92479
|
export declare type TrelloCustomFieldOption = {
|
|
@@ -92979,6 +93135,10 @@ export declare type TrelloPlannerCalendarEventsFilter = {
|
|
|
92979
93135
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
92980
93136
|
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
92981
93137
|
};
|
|
93138
|
+
export declare type TrelloPlannerCalendarEventsUpdatedFilter = {
|
|
93139
|
+
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
93140
|
+
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
93141
|
+
};
|
|
92982
93142
|
export declare type TrelloPlannerCalendarMutated = TrelloPlannerCalendarAccount | TrelloPlannerCalendarDeleted;
|
|
92983
93143
|
export declare type TrelloPlannerCalendarProviderCalendarsFilter = {
|
|
92984
93144
|
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -92988,6 +93148,9 @@ export declare type TrelloPlannerCalendarUpdated = {
|
|
|
92988
93148
|
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
92989
93149
|
id: Scalars['ID']['output'];
|
|
92990
93150
|
};
|
|
93151
|
+
export declare type TrelloPlannerCalendarUpdatedEventsArgs = {
|
|
93152
|
+
filter: TrelloPlannerCalendarEventsUpdatedFilter;
|
|
93153
|
+
};
|
|
92991
93154
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
92992
93155
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
92993
93156
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
@@ -93712,8 +93875,12 @@ export declare type UnifiedCachingQueryGetCachedDataArgs = {
|
|
|
93712
93875
|
};
|
|
93713
93876
|
export declare type UnifiedCommunityMutation = {
|
|
93714
93877
|
__typename?: 'UnifiedCommunityMutation';
|
|
93878
|
+
deleteCommunityData?: Maybe<UnifiedCommunityPayload>;
|
|
93715
93879
|
initializeCommunity?: Maybe<UnifiedCommunityPayload>;
|
|
93716
93880
|
};
|
|
93881
|
+
export declare type UnifiedCommunityMutationDeleteCommunityDataArgs = {
|
|
93882
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
93883
|
+
};
|
|
93717
93884
|
export declare type UnifiedCommunityMutationInitializeCommunityArgs = {
|
|
93718
93885
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
93719
93886
|
emailId?: InputMaybe<Scalars['String']['input']>;
|