@forge/cli-shared 6.6.1-next.8 → 6.6.1-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 +326 -71
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +12 -21
- package/out/service/supported-products-service.d.ts +28 -19
- package/out/service/supported-products-service.d.ts.map +1 -1
- package/out/service/supported-products-service.js +89 -76
- package/package.json +1 -1
|
@@ -902,6 +902,24 @@ export declare type AgentStudioUpdateConversationStartersPayload = Payload & {
|
|
|
902
902
|
errors?: Maybe<Array<MutationError>>;
|
|
903
903
|
success: Scalars['Boolean']['output'];
|
|
904
904
|
};
|
|
905
|
+
export declare type AiCoreApiVsaReporting = {
|
|
906
|
+
__typename?: 'AiCoreApiVSAReporting';
|
|
907
|
+
projectAri: Scalars['ID']['output'];
|
|
908
|
+
unassistedConversationStatsWithMetaData?: Maybe<AiCoreApiVsaUnassistedConversationStatsWithMetaData>;
|
|
909
|
+
};
|
|
910
|
+
export declare type AiCoreApiVsaReportingResult = AiCoreApiVsaReporting | QueryError;
|
|
911
|
+
export declare type AiCoreApiVsaUnassistedConversationStats = {
|
|
912
|
+
__typename?: 'AiCoreApiVSAUnassistedConversationStats';
|
|
913
|
+
clusterId: Scalars['ID']['output'];
|
|
914
|
+
conversationIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
915
|
+
conversationsCount: Scalars['Int']['output'];
|
|
916
|
+
title: Scalars['String']['output'];
|
|
917
|
+
};
|
|
918
|
+
export declare type AiCoreApiVsaUnassistedConversationStatsWithMetaData = {
|
|
919
|
+
__typename?: 'AiCoreApiVSAUnassistedConversationStatsWithMetaData';
|
|
920
|
+
refreshedUntil?: Maybe<Scalars['DateTime']['output']>;
|
|
921
|
+
unassistedConversationStats?: Maybe<Array<AiCoreApiVsaUnassistedConversationStats>>;
|
|
922
|
+
};
|
|
905
923
|
export declare enum AlertEventStatus {
|
|
906
924
|
Acknowledged = "ACKNOWLEDGED",
|
|
907
925
|
Closed = "CLOSED",
|
|
@@ -16501,12 +16519,8 @@ export declare type ConnectAppScope = {
|
|
|
16501
16519
|
};
|
|
16502
16520
|
export declare type ConnectedDataQuery = {
|
|
16503
16521
|
__typename?: 'ConnectedDataQuery';
|
|
16504
|
-
incidentWithId?: Maybe<JsmIncident>;
|
|
16505
16522
|
services?: Maybe<DevOpsService>;
|
|
16506
16523
|
};
|
|
16507
|
-
export declare type ConnectedDataQueryIncidentWithIdArgs = {
|
|
16508
|
-
id: Scalars['ID']['input'];
|
|
16509
|
-
};
|
|
16510
16524
|
export declare type ConnectedDataQueryServicesArgs = {
|
|
16511
16525
|
cloudId: Scalars['ID']['input'];
|
|
16512
16526
|
id: Scalars['ID']['input'];
|
|
@@ -27280,7 +27294,6 @@ export declare type GraphJiraIssue = Node & {
|
|
|
27280
27294
|
__typename?: 'GraphJiraIssue';
|
|
27281
27295
|
data?: Maybe<JiraIssue>;
|
|
27282
27296
|
id: Scalars['ID']['output'];
|
|
27283
|
-
incident?: Maybe<JsmIncident>;
|
|
27284
27297
|
};
|
|
27285
27298
|
export declare type GraphJiraIssueConnection = {
|
|
27286
27299
|
__typename?: 'GraphJiraIssueConnection';
|
|
@@ -30065,6 +30078,8 @@ export declare type GraphStore = {
|
|
|
30065
30078
|
linkedProjectHasVersionInverse?: Maybe<GraphStoreSimplifiedLinkedProjectHasVersionInverseConnection>;
|
|
30066
30079
|
linkedProjectHasVersionInverseRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30067
30080
|
linkedProjectHasVersionRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30081
|
+
loomVideoSharedWithUser?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserConnection>;
|
|
30082
|
+
loomVideoSharedWithUserInverse?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection>;
|
|
30068
30083
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
30069
30084
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
30070
30085
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
@@ -30267,6 +30282,8 @@ export declare type GraphStore = {
|
|
|
30267
30282
|
thirdPartyToGraphRemoteLink?: Maybe<GraphStoreSimplifiedThirdPartyToGraphRemoteLinkConnection>;
|
|
30268
30283
|
userAssignedIncident?: Maybe<GraphStoreSimplifiedUserAssignedIncidentConnection>;
|
|
30269
30284
|
userAssignedIncidentInverse?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseConnection>;
|
|
30285
|
+
userAssignedIssue?: Maybe<GraphStoreSimplifiedUserAssignedIssueConnection>;
|
|
30286
|
+
userAssignedIssueInverse?: Maybe<GraphStoreSimplifiedUserAssignedIssueInverseConnection>;
|
|
30270
30287
|
userAssignedPir?: Maybe<GraphStoreSimplifiedUserAssignedPirConnection>;
|
|
30271
30288
|
userAssignedPirInverse?: Maybe<GraphStoreSimplifiedUserAssignedPirInverseConnection>;
|
|
30272
30289
|
userAttendedCalendarEvent?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventConnection>;
|
|
@@ -30317,6 +30334,8 @@ export declare type GraphStore = {
|
|
|
30317
30334
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
30318
30335
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
30319
30336
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
30337
|
+
userCreatedRelease?: Maybe<GraphStoreSimplifiedUserCreatedReleaseConnection>;
|
|
30338
|
+
userCreatedReleaseInverse?: Maybe<GraphStoreSimplifiedUserCreatedReleaseInverseConnection>;
|
|
30320
30339
|
userCreatedRemoteLink?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkConnection>;
|
|
30321
30340
|
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
30322
30341
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
@@ -30363,6 +30382,8 @@ export declare type GraphStore = {
|
|
|
30363
30382
|
userOwnedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryInverseConnection>;
|
|
30364
30383
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
30365
30384
|
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
30385
|
+
userOwnsFocusArea?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaConnection>;
|
|
30386
|
+
userOwnsFocusAreaInverse?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaInverseConnection>;
|
|
30366
30387
|
userReportedIncident?: Maybe<GraphStoreSimplifiedUserReportedIncidentConnection>;
|
|
30367
30388
|
userReportedIncidentInverse?: Maybe<GraphStoreSimplifiedUserReportedIncidentInverseConnection>;
|
|
30368
30389
|
userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
|
|
@@ -31960,6 +31981,20 @@ export declare type GraphStoreLinkedProjectHasVersionRelationshipArgs = {
|
|
|
31960
31981
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31961
31982
|
id: Scalars['ID']['input'];
|
|
31962
31983
|
};
|
|
31984
|
+
export declare type GraphStoreLoomVideoSharedWithUserArgs = {
|
|
31985
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31986
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31987
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31988
|
+
id: Scalars['ID']['input'];
|
|
31989
|
+
sort?: InputMaybe<GraphStoreLoomVideoSharedWithUserSortInput>;
|
|
31990
|
+
};
|
|
31991
|
+
export declare type GraphStoreLoomVideoSharedWithUserInverseArgs = {
|
|
31992
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31993
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31994
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31995
|
+
id: Scalars['ID']['input'];
|
|
31996
|
+
sort?: InputMaybe<GraphStoreLoomVideoSharedWithUserSortInput>;
|
|
31997
|
+
};
|
|
31963
31998
|
export declare type GraphStoreMediaAttachedToContentArgs = {
|
|
31964
31999
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31965
32000
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33271,6 +33306,20 @@ export declare type GraphStoreUserAssignedIncidentInverseArgs = {
|
|
|
33271
33306
|
id: Scalars['ID']['input'];
|
|
33272
33307
|
sort?: InputMaybe<GraphStoreUserAssignedIncidentSortInput>;
|
|
33273
33308
|
};
|
|
33309
|
+
export declare type GraphStoreUserAssignedIssueArgs = {
|
|
33310
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33311
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33312
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33313
|
+
id: Scalars['ID']['input'];
|
|
33314
|
+
sort?: InputMaybe<GraphStoreUserAssignedIssueSortInput>;
|
|
33315
|
+
};
|
|
33316
|
+
export declare type GraphStoreUserAssignedIssueInverseArgs = {
|
|
33317
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33318
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33319
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33320
|
+
id: Scalars['ID']['input'];
|
|
33321
|
+
sort?: InputMaybe<GraphStoreUserAssignedIssueSortInput>;
|
|
33322
|
+
};
|
|
33274
33323
|
export declare type GraphStoreUserAssignedPirArgs = {
|
|
33275
33324
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33276
33325
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33623,6 +33672,20 @@ export declare type GraphStoreUserCreatedMessageInverseArgs = {
|
|
|
33623
33672
|
id: Scalars['ID']['input'];
|
|
33624
33673
|
sort?: InputMaybe<GraphStoreUserCreatedMessageSortInput>;
|
|
33625
33674
|
};
|
|
33675
|
+
export declare type GraphStoreUserCreatedReleaseArgs = {
|
|
33676
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33677
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33678
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33679
|
+
id: Scalars['ID']['input'];
|
|
33680
|
+
sort?: InputMaybe<GraphStoreUserCreatedReleaseSortInput>;
|
|
33681
|
+
};
|
|
33682
|
+
export declare type GraphStoreUserCreatedReleaseInverseArgs = {
|
|
33683
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33684
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33685
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33686
|
+
id: Scalars['ID']['input'];
|
|
33687
|
+
sort?: InputMaybe<GraphStoreUserCreatedReleaseSortInput>;
|
|
33688
|
+
};
|
|
33626
33689
|
export declare type GraphStoreUserCreatedRemoteLinkArgs = {
|
|
33627
33690
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33628
33691
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33947,6 +34010,20 @@ export declare type GraphStoreUserOwnsComponentInverseArgs = {
|
|
|
33947
34010
|
id: Scalars['ID']['input'];
|
|
33948
34011
|
sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
|
|
33949
34012
|
};
|
|
34013
|
+
export declare type GraphStoreUserOwnsFocusAreaArgs = {
|
|
34014
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34015
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34016
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34017
|
+
id: Scalars['ID']['input'];
|
|
34018
|
+
sort?: InputMaybe<GraphStoreUserOwnsFocusAreaSortInput>;
|
|
34019
|
+
};
|
|
34020
|
+
export declare type GraphStoreUserOwnsFocusAreaInverseArgs = {
|
|
34021
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34022
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34023
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34024
|
+
id: Scalars['ID']['input'];
|
|
34025
|
+
sort?: InputMaybe<GraphStoreUserOwnsFocusAreaSortInput>;
|
|
34026
|
+
};
|
|
33950
34027
|
export declare type GraphStoreUserReportedIncidentArgs = {
|
|
33951
34028
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33952
34029
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -35961,7 +36038,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
35961
36038
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
35962
36039
|
id: Scalars['ID']['output'];
|
|
35963
36040
|
};
|
|
35964
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36041
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35965
36042
|
export declare type GraphStoreCypherQueryNode = {
|
|
35966
36043
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
35967
36044
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -35986,8 +36063,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
35986
36063
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
35987
36064
|
id: Scalars['ID']['output'];
|
|
35988
36065
|
};
|
|
35989
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35990
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36066
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36067
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35991
36068
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
35992
36069
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
35993
36070
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -40054,6 +40131,9 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
40054
40131
|
lessThan?: InputMaybe<Scalars['Long']['input']>;
|
|
40055
40132
|
lessThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
40056
40133
|
};
|
|
40134
|
+
export declare type GraphStoreLoomVideoSharedWithUserSortInput = {
|
|
40135
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40136
|
+
};
|
|
40057
40137
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
40058
40138
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40059
40139
|
};
|
|
@@ -42869,6 +42949,34 @@ export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseEdge = {
|
|
|
42869
42949
|
};
|
|
42870
42950
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseUnion = JiraProject;
|
|
42871
42951
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionUnion = JiraVersion;
|
|
42952
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserConnection = HasPageInfo & {
|
|
42953
|
+
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserConnection';
|
|
42954
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserEdge>>>;
|
|
42955
|
+
pageInfo: PageInfo;
|
|
42956
|
+
};
|
|
42957
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserEdge = {
|
|
42958
|
+
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserEdge';
|
|
42959
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42960
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42961
|
+
id: Scalars['ID']['output'];
|
|
42962
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42963
|
+
node?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserUnion>;
|
|
42964
|
+
};
|
|
42965
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection = HasPageInfo & {
|
|
42966
|
+
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection';
|
|
42967
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge>>>;
|
|
42968
|
+
pageInfo: PageInfo;
|
|
42969
|
+
};
|
|
42970
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge = {
|
|
42971
|
+
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge';
|
|
42972
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42973
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42974
|
+
id: Scalars['ID']['output'];
|
|
42975
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42976
|
+
node?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseUnion>;
|
|
42977
|
+
};
|
|
42978
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseUnion = LoomVideo;
|
|
42979
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42872
42980
|
export declare type GraphStoreSimplifiedMediaAttachedToContentConnection = HasPageInfo & {
|
|
42873
42981
|
__typename?: 'GraphStoreSimplifiedMediaAttachedToContentConnection';
|
|
42874
42982
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMediaAttachedToContentEdge>>>;
|
|
@@ -44603,6 +44711,34 @@ export declare type GraphStoreSimplifiedUserAssignedIncidentInverseEdge = {
|
|
|
44603
44711
|
};
|
|
44604
44712
|
export declare type GraphStoreSimplifiedUserAssignedIncidentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44605
44713
|
export declare type GraphStoreSimplifiedUserAssignedIncidentUnion = JiraIssue;
|
|
44714
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueConnection = HasPageInfo & {
|
|
44715
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIssueConnection';
|
|
44716
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedIssueEdge>>>;
|
|
44717
|
+
pageInfo: PageInfo;
|
|
44718
|
+
};
|
|
44719
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueEdge = {
|
|
44720
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIssueEdge';
|
|
44721
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44722
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44723
|
+
id: Scalars['ID']['output'];
|
|
44724
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44725
|
+
node?: Maybe<GraphStoreSimplifiedUserAssignedIssueUnion>;
|
|
44726
|
+
};
|
|
44727
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueInverseConnection = HasPageInfo & {
|
|
44728
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIssueInverseConnection';
|
|
44729
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedIssueInverseEdge>>>;
|
|
44730
|
+
pageInfo: PageInfo;
|
|
44731
|
+
};
|
|
44732
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueInverseEdge = {
|
|
44733
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIssueInverseEdge';
|
|
44734
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44735
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44736
|
+
id: Scalars['ID']['output'];
|
|
44737
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44738
|
+
node?: Maybe<GraphStoreSimplifiedUserAssignedIssueInverseUnion>;
|
|
44739
|
+
};
|
|
44740
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44741
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueUnion = JiraIssue;
|
|
44606
44742
|
export declare type GraphStoreSimplifiedUserAssignedPirConnection = HasPageInfo & {
|
|
44607
44743
|
__typename?: 'GraphStoreSimplifiedUserAssignedPirConnection';
|
|
44608
44744
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedPirEdge>>>;
|
|
@@ -45307,6 +45443,34 @@ export declare type GraphStoreSimplifiedUserCreatedMessageInverseEdge = {
|
|
|
45307
45443
|
};
|
|
45308
45444
|
export declare type GraphStoreSimplifiedUserCreatedMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
45309
45445
|
export declare type GraphStoreSimplifiedUserCreatedMessageUnion = ExternalMessage;
|
|
45446
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseConnection = HasPageInfo & {
|
|
45447
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedReleaseConnection';
|
|
45448
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedReleaseEdge>>>;
|
|
45449
|
+
pageInfo: PageInfo;
|
|
45450
|
+
};
|
|
45451
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseEdge = {
|
|
45452
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedReleaseEdge';
|
|
45453
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45454
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45455
|
+
id: Scalars['ID']['output'];
|
|
45456
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45457
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedReleaseUnion>;
|
|
45458
|
+
};
|
|
45459
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseInverseConnection = HasPageInfo & {
|
|
45460
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedReleaseInverseConnection';
|
|
45461
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedReleaseInverseEdge>>>;
|
|
45462
|
+
pageInfo: PageInfo;
|
|
45463
|
+
};
|
|
45464
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseInverseEdge = {
|
|
45465
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedReleaseInverseEdge';
|
|
45466
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45467
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45468
|
+
id: Scalars['ID']['output'];
|
|
45469
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45470
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedReleaseInverseUnion>;
|
|
45471
|
+
};
|
|
45472
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45473
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseUnion = JiraVersion;
|
|
45310
45474
|
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkConnection = HasPageInfo & {
|
|
45311
45475
|
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkConnection';
|
|
45312
45476
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkEdge>>>;
|
|
@@ -45963,6 +46127,34 @@ export declare type GraphStoreSimplifiedUserOwnsComponentInverseEdge = {
|
|
|
45963
46127
|
};
|
|
45964
46128
|
export declare type GraphStoreSimplifiedUserOwnsComponentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45965
46129
|
export declare type GraphStoreSimplifiedUserOwnsComponentUnion = CompassComponent;
|
|
46130
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaConnection = HasPageInfo & {
|
|
46131
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsFocusAreaConnection';
|
|
46132
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsFocusAreaEdge>>>;
|
|
46133
|
+
pageInfo: PageInfo;
|
|
46134
|
+
};
|
|
46135
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaEdge = {
|
|
46136
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsFocusAreaEdge';
|
|
46137
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46138
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46139
|
+
id: Scalars['ID']['output'];
|
|
46140
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46141
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaUnion>;
|
|
46142
|
+
};
|
|
46143
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaInverseConnection = HasPageInfo & {
|
|
46144
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsFocusAreaInverseConnection';
|
|
46145
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsFocusAreaInverseEdge>>>;
|
|
46146
|
+
pageInfo: PageInfo;
|
|
46147
|
+
};
|
|
46148
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaInverseEdge = {
|
|
46149
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsFocusAreaInverseEdge';
|
|
46150
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46151
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46152
|
+
id: Scalars['ID']['output'];
|
|
46153
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46154
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaInverseUnion>;
|
|
46155
|
+
};
|
|
46156
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46157
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaUnion = MercuryFocusArea;
|
|
45966
46158
|
export declare type GraphStoreSimplifiedUserReportedIncidentConnection = HasPageInfo & {
|
|
45967
46159
|
__typename?: 'GraphStoreSimplifiedUserReportedIncidentConnection';
|
|
45968
46160
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportedIncidentEdge>>>;
|
|
@@ -47279,6 +47471,9 @@ export declare type GraphStoreThirdPartyToGraphRemoteLinkSortInput = {
|
|
|
47279
47471
|
export declare type GraphStoreUserAssignedIncidentSortInput = {
|
|
47280
47472
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47281
47473
|
};
|
|
47474
|
+
export declare type GraphStoreUserAssignedIssueSortInput = {
|
|
47475
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47476
|
+
};
|
|
47282
47477
|
export declare type GraphStoreUserAssignedPirSortInput = {
|
|
47283
47478
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47284
47479
|
};
|
|
@@ -47375,6 +47570,9 @@ export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
|
47375
47570
|
export declare type GraphStoreUserCreatedMessageSortInput = {
|
|
47376
47571
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47377
47572
|
};
|
|
47573
|
+
export declare type GraphStoreUserCreatedReleaseSortInput = {
|
|
47574
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47575
|
+
};
|
|
47378
47576
|
export declare type GraphStoreUserCreatedRemoteLinkSortInput = {
|
|
47379
47577
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47380
47578
|
};
|
|
@@ -47471,6 +47669,9 @@ export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
|
47471
47669
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47472
47670
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47473
47671
|
};
|
|
47672
|
+
export declare type GraphStoreUserOwnsFocusAreaSortInput = {
|
|
47673
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47674
|
+
};
|
|
47474
47675
|
export declare type GraphStoreUserReportedIncidentSortInput = {
|
|
47475
47676
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47476
47677
|
};
|
|
@@ -50803,69 +51004,6 @@ export declare type IssueDevOpsTestSummary = {
|
|
|
50803
51004
|
numberSkipped?: Maybe<Scalars['Int']['output']>;
|
|
50804
51005
|
totalNumber?: Maybe<Scalars['Int']['output']>;
|
|
50805
51006
|
};
|
|
50806
|
-
export declare type JsmAssignee = {
|
|
50807
|
-
__typename?: 'JSMAssignee';
|
|
50808
|
-
id: Scalars['ID']['output'];
|
|
50809
|
-
};
|
|
50810
|
-
export declare type JsmIncident = {
|
|
50811
|
-
__typename?: 'JSMIncident';
|
|
50812
|
-
affectedServices?: Maybe<Array<Maybe<DevOpsService>>>;
|
|
50813
|
-
assignee?: Maybe<User>;
|
|
50814
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
50815
|
-
id: Scalars['ID']['output'];
|
|
50816
|
-
issueLinks?: Maybe<Array<Maybe<JsmIssueLink>>>;
|
|
50817
|
-
linkedAlerts?: Maybe<Array<Maybe<JsmLinkedAlerts>>>;
|
|
50818
|
-
majorIncident?: Maybe<JsmMajorIncident>;
|
|
50819
|
-
participants?: Maybe<Array<Maybe<User>>>;
|
|
50820
|
-
priority?: Maybe<JsmPriority>;
|
|
50821
|
-
reporter?: Maybe<User>;
|
|
50822
|
-
responders?: Maybe<Array<Maybe<JsmResponder>>>;
|
|
50823
|
-
status?: Maybe<JsmStatus>;
|
|
50824
|
-
summary?: Maybe<Scalars['String']['output']>;
|
|
50825
|
-
};
|
|
50826
|
-
export declare enum JsmIncidentLinkDirection {
|
|
50827
|
-
Inward = "INWARD",
|
|
50828
|
-
Outward = "OUTWARD"
|
|
50829
|
-
}
|
|
50830
|
-
export declare type JsmIssueLink = {
|
|
50831
|
-
__typename?: 'JSMIssueLink';
|
|
50832
|
-
direction?: Maybe<JsmIncidentLinkDirection>;
|
|
50833
|
-
issue?: Maybe<JiraIssue>;
|
|
50834
|
-
type?: Maybe<JsmIssueLinkType>;
|
|
50835
|
-
};
|
|
50836
|
-
export declare type JsmIssueLinkType = {
|
|
50837
|
-
__typename?: 'JSMIssueLinkType';
|
|
50838
|
-
id: Scalars['ID']['output'];
|
|
50839
|
-
};
|
|
50840
|
-
export declare type JsmLinkedAlerts = {
|
|
50841
|
-
__typename?: 'JSMLinkedAlerts';
|
|
50842
|
-
id: Scalars['ID']['output'];
|
|
50843
|
-
};
|
|
50844
|
-
export declare enum JsmMajorIncident {
|
|
50845
|
-
MajorIncident = "MAJOR_INCIDENT"
|
|
50846
|
-
}
|
|
50847
|
-
export declare type JsmPriority = {
|
|
50848
|
-
__typename?: 'JSMPriority';
|
|
50849
|
-
id: Scalars['ID']['output'];
|
|
50850
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
50851
|
-
};
|
|
50852
|
-
export declare type JsmReporter = {
|
|
50853
|
-
__typename?: 'JSMReporter';
|
|
50854
|
-
id: Scalars['ID']['output'];
|
|
50855
|
-
};
|
|
50856
|
-
export declare type JsmResponder = AppUser | AtlassianAccountUser | CustomerUser | OpsgenieTeam;
|
|
50857
|
-
export declare type JsmStatus = {
|
|
50858
|
-
__typename?: 'JSMStatus';
|
|
50859
|
-
id: Scalars['ID']['output'];
|
|
50860
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
50861
|
-
statusCategory?: Maybe<JsmStatusCategory>;
|
|
50862
|
-
};
|
|
50863
|
-
export declare type JsmStatusCategory = {
|
|
50864
|
-
__typename?: 'JSMStatusCategory';
|
|
50865
|
-
id: Scalars['ID']['output'];
|
|
50866
|
-
key?: Maybe<Scalars['String']['output']>;
|
|
50867
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
50868
|
-
};
|
|
50869
51007
|
export declare type JiraAdf = {
|
|
50870
51008
|
__typename?: 'JiraADF';
|
|
50871
51009
|
convertedPlainText?: Maybe<JiraAdfToConvertedPlainText>;
|
|
@@ -52150,6 +52288,17 @@ export declare enum JiraBulkOperationType {
|
|
|
52150
52288
|
BulkUnwatch = "BULK_UNWATCH",
|
|
52151
52289
|
BulkWatch = "BULK_WATCH"
|
|
52152
52290
|
}
|
|
52291
|
+
export declare type JiraBulkSetBoardViewColumnStateInput = {
|
|
52292
|
+
collapsed: Scalars['Boolean']['input'];
|
|
52293
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
52294
|
+
viewId: Scalars['ID']['input'];
|
|
52295
|
+
};
|
|
52296
|
+
export declare type JiraBulkSetBoardViewColumnStatePayload = Payload & {
|
|
52297
|
+
__typename?: 'JiraBulkSetBoardViewColumnStatePayload';
|
|
52298
|
+
boardView?: Maybe<JiraBoardView>;
|
|
52299
|
+
errors?: Maybe<Array<MutationError>>;
|
|
52300
|
+
success: Scalars['Boolean']['output'];
|
|
52301
|
+
};
|
|
52153
52302
|
export declare type JiraBulkTransition = Node & {
|
|
52154
52303
|
__typename?: 'JiraBulkTransition';
|
|
52155
52304
|
id: Scalars['ID']['output'];
|
|
@@ -53577,6 +53726,12 @@ export declare type JiraCreateJourneyConfigurationPayload = Payload & {
|
|
|
53577
53726
|
jiraJourneyConfigurationEdge?: Maybe<JiraJourneyConfigurationEdge>;
|
|
53578
53727
|
success: Scalars['Boolean']['output'];
|
|
53579
53728
|
};
|
|
53729
|
+
export declare type JiraCreateJourneyItemInput = {
|
|
53730
|
+
configuration?: InputMaybe<JiraJourneyItemConfigurationInput>;
|
|
53731
|
+
insertAfterItemId?: InputMaybe<Scalars['ID']['input']>;
|
|
53732
|
+
journeyId: Scalars['ID']['input'];
|
|
53733
|
+
journeyVersion: Scalars['Long']['input'];
|
|
53734
|
+
};
|
|
53580
53735
|
export declare type JiraCreateNavigationItemPayload = Payload & {
|
|
53581
53736
|
__typename?: 'JiraCreateNavigationItemPayload';
|
|
53582
53737
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -54373,6 +54528,7 @@ export declare type JiraDisableJourneyConfigurationInput = {
|
|
|
54373
54528
|
version: Scalars['Long']['input'];
|
|
54374
54529
|
};
|
|
54375
54530
|
export declare type JiraDiscardUserBoardViewConfigInput = {
|
|
54531
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
54376
54532
|
viewId: Scalars['ID']['input'];
|
|
54377
54533
|
};
|
|
54378
54534
|
export declare type JiraDiscardUserBoardViewConfigPayload = Payload & {
|
|
@@ -57301,6 +57457,10 @@ export declare type JiraJourneyItemCommon = {
|
|
|
57301
57457
|
id: Scalars['ID']['output'];
|
|
57302
57458
|
name?: Maybe<Scalars['String']['output']>;
|
|
57303
57459
|
};
|
|
57460
|
+
export declare type JiraJourneyItemConfigurationInput = {
|
|
57461
|
+
statusDependencyConfiguration?: InputMaybe<JiraJourneyStatusDependencyConfigurationInput>;
|
|
57462
|
+
workItemConfiguration?: InputMaybe<JiraJourneyWorkItemConfigurationInput>;
|
|
57463
|
+
};
|
|
57304
57464
|
export declare type JiraJourneyParentIssue = {
|
|
57305
57465
|
__typename?: 'JiraJourneyParentIssue';
|
|
57306
57466
|
project?: Maybe<JiraProject>;
|
|
@@ -57336,6 +57496,14 @@ export declare type JiraJourneyStatusDependency = JiraJourneyItemCommon & {
|
|
|
57336
57496
|
statusType?: Maybe<JiraJourneyStatusDependencyType>;
|
|
57337
57497
|
workItemIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
57338
57498
|
};
|
|
57499
|
+
export declare type JiraJourneyStatusDependencyConfigurationInput = {
|
|
57500
|
+
statuses?: InputMaybe<Array<JiraJourneyStatusDependencyConfigurationStatusInput>>;
|
|
57501
|
+
workItemIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
57502
|
+
};
|
|
57503
|
+
export declare type JiraJourneyStatusDependencyConfigurationStatusInput = {
|
|
57504
|
+
id: Scalars['ID']['input'];
|
|
57505
|
+
type: JiraJourneyStatusDependencyType;
|
|
57506
|
+
};
|
|
57339
57507
|
export declare enum JiraJourneyStatusDependencyType {
|
|
57340
57508
|
Status = "STATUS",
|
|
57341
57509
|
StatusCategory = "STATUS_CATEGORY"
|
|
@@ -57366,11 +57534,22 @@ export declare type JiraJourneyWorkItem = JiraJourneyItemCommon & {
|
|
|
57366
57534
|
project?: Maybe<JiraProject>;
|
|
57367
57535
|
requestType?: Maybe<JiraServiceManagementRequestType>;
|
|
57368
57536
|
};
|
|
57537
|
+
export declare type JiraJourneyWorkItemConfigurationInput = {
|
|
57538
|
+
fieldValues?: InputMaybe<Array<InputMaybe<JiraJourneyWorkItemFieldValueKeyValuePairInput>>>;
|
|
57539
|
+
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
57540
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
57541
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
57542
|
+
requestTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
57543
|
+
};
|
|
57369
57544
|
export declare type JiraJourneyWorkItemFieldValueKeyValuePair = {
|
|
57370
57545
|
__typename?: 'JiraJourneyWorkItemFieldValueKeyValuePair';
|
|
57371
57546
|
key?: Maybe<Scalars['String']['output']>;
|
|
57372
57547
|
value?: Maybe<Array<Scalars['String']['output']>>;
|
|
57373
57548
|
};
|
|
57549
|
+
export declare type JiraJourneyWorkItemFieldValueKeyValuePairInput = {
|
|
57550
|
+
key: Scalars['String']['input'];
|
|
57551
|
+
value: Array<InputMaybe<Scalars['String']['input']>>;
|
|
57552
|
+
};
|
|
57374
57553
|
export declare type JiraJourneyWorkdayIntegrationTriggerConfiguration = {
|
|
57375
57554
|
__typename?: 'JiraJourneyWorkdayIntegrationTriggerConfiguration';
|
|
57376
57555
|
ruleId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -58495,6 +58674,7 @@ export declare type JiraMutation = {
|
|
|
58495
58674
|
createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
|
|
58496
58675
|
createJiraActivityConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
58497
58676
|
createJiraJourneyConfiguration?: Maybe<JiraCreateJourneyConfigurationPayload>;
|
|
58677
|
+
createJiraJourneyItem?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
58498
58678
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
58499
58679
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
58500
58680
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
@@ -58755,6 +58935,10 @@ export declare type JiraMutationCreateJiraJourneyConfigurationArgs = {
|
|
|
58755
58935
|
cloudId: Scalars['ID']['input'];
|
|
58756
58936
|
input: JiraCreateJourneyConfigurationInput;
|
|
58757
58937
|
};
|
|
58938
|
+
export declare type JiraMutationCreateJiraJourneyItemArgs = {
|
|
58939
|
+
cloudId: Scalars['ID']['input'];
|
|
58940
|
+
input: JiraCreateJourneyItemInput;
|
|
58941
|
+
};
|
|
58758
58942
|
export declare type JiraMutationCreateJiraVersionArgs = {
|
|
58759
58943
|
input: JiraVersionCreateMutationInput;
|
|
58760
58944
|
};
|
|
@@ -59359,6 +59543,7 @@ export declare enum JiraNavigationItemTypeKey {
|
|
|
59359
59543
|
Calendar = "CALENDAR",
|
|
59360
59544
|
Code = "CODE",
|
|
59361
59545
|
Components = "COMPONENTS",
|
|
59546
|
+
CustomerSupport = "CUSTOMER_SUPPORT",
|
|
59362
59547
|
Dependencies = "DEPENDENCIES",
|
|
59363
59548
|
Deployments = "DEPLOYMENTS",
|
|
59364
59549
|
Development = "DEVELOPMENT",
|
|
@@ -60121,11 +60306,18 @@ export declare type JiraPlan = Node & {
|
|
|
60121
60306
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
60122
60307
|
owner?: Maybe<User>;
|
|
60123
60308
|
planId?: Maybe<Scalars['Long']['output']>;
|
|
60309
|
+
planScenarios?: Maybe<JiraScenarioConnection>;
|
|
60124
60310
|
planStatus?: Maybe<JiraPlanStatus>;
|
|
60125
60311
|
planUrl?: Maybe<Scalars['URL']['output']>;
|
|
60126
60312
|
scenario?: Maybe<JiraScenario>;
|
|
60127
60313
|
title?: Maybe<Scalars['String']['output']>;
|
|
60128
60314
|
};
|
|
60315
|
+
export declare type JiraPlanPlanScenariosArgs = {
|
|
60316
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
60317
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
60318
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
60319
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
60320
|
+
};
|
|
60129
60321
|
export declare type JiraPlanFeatureMutationInput = {
|
|
60130
60322
|
enabled: Scalars['Boolean']['input'];
|
|
60131
60323
|
planId: Scalars['ID']['input'];
|
|
@@ -60490,6 +60682,8 @@ export declare type JiraProject = Node & {
|
|
|
60490
60682
|
opsgenieTeamsAvailableToLinkWith?: Maybe<OpsgenieTeamConnection>;
|
|
60491
60683
|
projectFieldTypeGroups?: Maybe<JiraFieldTypeGroupConnection>;
|
|
60492
60684
|
projectId?: Maybe<Scalars['String']['output']>;
|
|
60685
|
+
projectScopedFieldsCount?: Maybe<Scalars['Int']['output']>;
|
|
60686
|
+
projectScopedFieldsPerProjectLimit?: Maybe<Scalars['Int']['output']>;
|
|
60493
60687
|
projectStyle?: Maybe<JiraProjectStyle>;
|
|
60494
60688
|
projectType?: Maybe<JiraProjectType>;
|
|
60495
60689
|
projectTypeName?: Maybe<Scalars['String']['output']>;
|
|
@@ -62657,6 +62851,7 @@ export declare type JiraReorderBoardViewColumnInput = {
|
|
|
62657
62851
|
columnId: Scalars['ID']['input'];
|
|
62658
62852
|
position: JiraReorderBoardViewColumnPosition;
|
|
62659
62853
|
relativeColumnId: Scalars['ID']['input'];
|
|
62854
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
62660
62855
|
viewId: Scalars['ID']['input'];
|
|
62661
62856
|
};
|
|
62662
62857
|
export declare type JiraReorderBoardViewColumnPayload = Payload & {
|
|
@@ -62985,6 +63180,17 @@ export declare type JiraScenario = Node & {
|
|
|
62985
63180
|
scenarioUrl?: Maybe<Scalars['URL']['output']>;
|
|
62986
63181
|
title?: Maybe<Scalars['String']['output']>;
|
|
62987
63182
|
};
|
|
63183
|
+
export declare type JiraScenarioConnection = {
|
|
63184
|
+
__typename?: 'JiraScenarioConnection';
|
|
63185
|
+
edges?: Maybe<Array<Maybe<JiraScenarioEdge>>>;
|
|
63186
|
+
pageInfo?: Maybe<PageInfo>;
|
|
63187
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
63188
|
+
};
|
|
63189
|
+
export declare type JiraScenarioEdge = {
|
|
63190
|
+
__typename?: 'JiraScenarioEdge';
|
|
63191
|
+
cursor: Scalars['String']['output'];
|
|
63192
|
+
node?: Maybe<JiraScenario>;
|
|
63193
|
+
};
|
|
62988
63194
|
export declare type JiraScenarioIssue = JiraScenarioIssueLike & Node & {
|
|
62989
63195
|
__typename?: 'JiraScenarioIssue';
|
|
62990
63196
|
id: Scalars['ID']['output'];
|
|
@@ -64300,6 +64506,7 @@ export declare type JiraSetApplicationPropertyInput = {
|
|
|
64300
64506
|
export declare type JiraSetBoardViewCardFieldSelectedInput = {
|
|
64301
64507
|
fieldId: Scalars['String']['input'];
|
|
64302
64508
|
selected: Scalars['Boolean']['input'];
|
|
64509
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64303
64510
|
viewId: Scalars['ID']['input'];
|
|
64304
64511
|
};
|
|
64305
64512
|
export declare type JiraSetBoardViewCardFieldSelectedPayload = Payload & {
|
|
@@ -64311,6 +64518,7 @@ export declare type JiraSetBoardViewCardFieldSelectedPayload = Payload & {
|
|
|
64311
64518
|
export declare type JiraSetBoardViewCardOptionStateInput = {
|
|
64312
64519
|
enabled: Scalars['Boolean']['input'];
|
|
64313
64520
|
id: Scalars['ID']['input'];
|
|
64521
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64314
64522
|
viewId: Scalars['ID']['input'];
|
|
64315
64523
|
};
|
|
64316
64524
|
export declare type JiraSetBoardViewCardOptionStatePayload = Payload & {
|
|
@@ -64322,6 +64530,7 @@ export declare type JiraSetBoardViewCardOptionStatePayload = Payload & {
|
|
|
64322
64530
|
export declare type JiraSetBoardViewColumnStateInput = {
|
|
64323
64531
|
collapsed: Scalars['Boolean']['input'];
|
|
64324
64532
|
columnId: Scalars['ID']['input'];
|
|
64533
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64325
64534
|
viewId: Scalars['ID']['input'];
|
|
64326
64535
|
};
|
|
64327
64536
|
export declare type JiraSetBoardViewColumnStatePayload = Payload & {
|
|
@@ -64343,6 +64552,7 @@ export declare type JiraSetBoardViewColumnsOrderPayload = Payload & {
|
|
|
64343
64552
|
};
|
|
64344
64553
|
export declare type JiraSetBoardViewCompletedIssueSearchCutOffInput = {
|
|
64345
64554
|
completedIssueSearchCutOffInDays: Scalars['Int']['input'];
|
|
64555
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64346
64556
|
viewId: Scalars['ID']['input'];
|
|
64347
64557
|
};
|
|
64348
64558
|
export declare type JiraSetBoardViewCompletedIssueSearchCutOffPayload = Payload & {
|
|
@@ -64353,6 +64563,7 @@ export declare type JiraSetBoardViewCompletedIssueSearchCutOffPayload = Payload
|
|
|
64353
64563
|
};
|
|
64354
64564
|
export declare type JiraSetBoardViewFilterInput = {
|
|
64355
64565
|
jql: Scalars['String']['input'];
|
|
64566
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64356
64567
|
viewId: Scalars['ID']['input'];
|
|
64357
64568
|
};
|
|
64358
64569
|
export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
@@ -64364,6 +64575,7 @@ export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
|
64364
64575
|
};
|
|
64365
64576
|
export declare type JiraSetBoardViewGroupByInput = {
|
|
64366
64577
|
fieldId: Scalars['String']['input'];
|
|
64578
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64367
64579
|
viewId: Scalars['ID']['input'];
|
|
64368
64580
|
};
|
|
64369
64581
|
export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
@@ -64375,6 +64587,7 @@ export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
|
64375
64587
|
};
|
|
64376
64588
|
export declare type JiraSetBoardViewWorkflowSelectedInput = {
|
|
64377
64589
|
selectedWorkflowId: Scalars['ID']['input'];
|
|
64590
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64378
64591
|
viewId: Scalars['ID']['input'];
|
|
64379
64592
|
};
|
|
64380
64593
|
export declare type JiraSetBoardViewWorkflowSelectedPayload = Payload & {
|
|
@@ -69207,6 +69420,18 @@ export declare type LookAndFeelSettings = {
|
|
|
69207
69420
|
selected?: Maybe<Scalars['String']['output']>;
|
|
69208
69421
|
theme?: Maybe<LookAndFeel>;
|
|
69209
69422
|
};
|
|
69423
|
+
export declare type LoomComment = Node & {
|
|
69424
|
+
__typename?: 'LoomComment';
|
|
69425
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
69426
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
69427
|
+
editedAt?: Maybe<Scalars['String']['output']>;
|
|
69428
|
+
id: Scalars['ID']['output'];
|
|
69429
|
+
timestamp?: Maybe<Scalars['Int']['output']>;
|
|
69430
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
69431
|
+
user?: Maybe<User>;
|
|
69432
|
+
userId?: Maybe<Scalars['ID']['output']>;
|
|
69433
|
+
videoId: Scalars['ID']['output'];
|
|
69434
|
+
};
|
|
69210
69435
|
export declare type LoomMeeting = Node & {
|
|
69211
69436
|
__typename?: 'LoomMeeting';
|
|
69212
69437
|
endsAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -69253,6 +69478,7 @@ export declare type LoomVideo = Node & {
|
|
|
69253
69478
|
__typename?: 'LoomVideo';
|
|
69254
69479
|
description?: Maybe<Scalars['String']['output']>;
|
|
69255
69480
|
id: Scalars['ID']['output'];
|
|
69481
|
+
isArchived: Scalars['Boolean']['output'];
|
|
69256
69482
|
name: Scalars['String']['output'];
|
|
69257
69483
|
owner?: Maybe<User>;
|
|
69258
69484
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
@@ -73448,6 +73674,7 @@ export declare type Mutation = {
|
|
|
73448
73674
|
jira?: Maybe<JiraMutation>;
|
|
73449
73675
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
73450
73676
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
73677
|
+
jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
|
|
73451
73678
|
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
73452
73679
|
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
73453
73680
|
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
@@ -74687,6 +74914,9 @@ export declare type MutationInvokeExtensionArgs = {
|
|
|
74687
74914
|
export declare type MutationInvokePolarisObjectArgs = {
|
|
74688
74915
|
input: InvokePolarisObjectInput;
|
|
74689
74916
|
};
|
|
74917
|
+
export declare type MutationJira_BulkSetBoardViewColumnStateArgs = {
|
|
74918
|
+
input: JiraBulkSetBoardViewColumnStateInput;
|
|
74919
|
+
};
|
|
74690
74920
|
export declare type MutationJira_CreateCustomBackgroundArgs = {
|
|
74691
74921
|
input: JiraCreateCustomBackgroundInput;
|
|
74692
74922
|
};
|
|
@@ -77893,6 +78123,7 @@ export declare type Query = {
|
|
|
77893
78123
|
agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
|
|
77894
78124
|
agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
|
|
77895
78125
|
agentStudio_suggestConversationStarters?: Maybe<AgentStudioSuggestConversationStartersResult>;
|
|
78126
|
+
aiCoreApi_vsaReportingByProject?: Maybe<AiCoreApiVsaReportingResult>;
|
|
77896
78127
|
allIndividualSpaces?: Maybe<SpaceInfoConnection>;
|
|
77897
78128
|
allTemplates?: Maybe<PaginatedTemplateInfoList>;
|
|
77898
78129
|
allUpdatesFeed?: Maybe<PaginatedAllUpdatesFeed>;
|
|
@@ -78359,6 +78590,8 @@ export declare type Query = {
|
|
|
78359
78590
|
lookAndFeel?: Maybe<LookAndFeelSettings>;
|
|
78360
78591
|
loomToken?: Maybe<LoomToken>;
|
|
78361
78592
|
loomUserStatus?: Maybe<LoomUserStatus>;
|
|
78593
|
+
loom_comment?: Maybe<LoomComment>;
|
|
78594
|
+
loom_comments?: Maybe<Array<Maybe<LoomComment>>>;
|
|
78362
78595
|
loom_meeting?: Maybe<LoomMeeting>;
|
|
78363
78596
|
loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
|
|
78364
78597
|
loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
|
|
@@ -78583,6 +78816,9 @@ export declare type QueryAgentStudio_SuggestConversationStartersArgs = {
|
|
|
78583
78816
|
cloudId: Scalars['String']['input'];
|
|
78584
78817
|
input: AgentStudioSuggestConversationStartersInput;
|
|
78585
78818
|
};
|
|
78819
|
+
export declare type QueryAiCoreApi_VsaReportingByProjectArgs = {
|
|
78820
|
+
projectAri: Scalars['ID']['input'];
|
|
78821
|
+
};
|
|
78586
78822
|
export declare type QueryAllIndividualSpacesArgs = {
|
|
78587
78823
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78588
78824
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -80488,6 +80724,12 @@ export declare type QueryLabelSearchArgs = {
|
|
|
80488
80724
|
export declare type QueryLookAndFeelArgs = {
|
|
80489
80725
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
80490
80726
|
};
|
|
80727
|
+
export declare type QueryLoom_CommentArgs = {
|
|
80728
|
+
id: Scalars['ID']['input'];
|
|
80729
|
+
};
|
|
80730
|
+
export declare type QueryLoom_CommentsArgs = {
|
|
80731
|
+
ids: Array<Scalars['ID']['input']>;
|
|
80732
|
+
};
|
|
80491
80733
|
export declare type QueryLoom_MeetingArgs = {
|
|
80492
80734
|
id: Scalars['ID']['input'];
|
|
80493
80735
|
};
|
|
@@ -83428,6 +83670,7 @@ export declare enum SearchIssueStatusCategory {
|
|
|
83428
83670
|
export declare type SearchItemConnection = {
|
|
83429
83671
|
__typename?: 'SearchItemConnection';
|
|
83430
83672
|
abTest?: Maybe<SearchAbTest>;
|
|
83673
|
+
deferredEdges?: Maybe<Array<SearchResultItemEdge>>;
|
|
83431
83674
|
edges: Array<SearchResultItemEdge>;
|
|
83432
83675
|
interleaverScrapingResult?: Maybe<SearchInterleaverScrapingResult>;
|
|
83433
83676
|
pageInfo: PageInfo;
|
|
@@ -88493,6 +88736,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
88493
88736
|
status?: Maybe<TownsquareStatus>;
|
|
88494
88737
|
subGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
88495
88738
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
88739
|
+
tags?: Maybe<TownsquareTagConnection>;
|
|
88496
88740
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
88497
88741
|
updates?: Maybe<TownsquareGoalUpdateConnection>;
|
|
88498
88742
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -88513,6 +88757,10 @@ export declare type TownsquareGoalSubGoalsArgs = {
|
|
|
88513
88757
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88514
88758
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88515
88759
|
};
|
|
88760
|
+
export declare type TownsquareGoalTagsArgs = {
|
|
88761
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
88762
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88763
|
+
};
|
|
88516
88764
|
export declare type TownsquareGoalUpdatesArgs = {
|
|
88517
88765
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88518
88766
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -88747,10 +88995,15 @@ export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
88747
88995
|
name: Scalars['String']['output'];
|
|
88748
88996
|
owner?: Maybe<User>;
|
|
88749
88997
|
state?: Maybe<TownsquareProjectState>;
|
|
88998
|
+
tags?: Maybe<TownsquareTagConnection>;
|
|
88750
88999
|
updates?: Maybe<TownsquareProjectUpdateConnection>;
|
|
88751
89000
|
url?: Maybe<Scalars['String']['output']>;
|
|
88752
89001
|
uuid: Scalars['String']['output'];
|
|
88753
89002
|
};
|
|
89003
|
+
export declare type TownsquareProjectTagsArgs = {
|
|
89004
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
89005
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89006
|
+
};
|
|
88754
89007
|
export declare type TownsquareProjectUpdatesArgs = {
|
|
88755
89008
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88756
89009
|
createdAtOrAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -88988,7 +89241,9 @@ export declare type TownsquareStatus = {
|
|
|
88988
89241
|
};
|
|
88989
89242
|
export declare type TownsquareTag = Node & {
|
|
88990
89243
|
__typename?: 'TownsquareTag';
|
|
89244
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
88991
89245
|
description?: Maybe<Scalars['String']['output']>;
|
|
89246
|
+
iconData?: Maybe<Scalars['String']['output']>;
|
|
88992
89247
|
id: Scalars['ID']['output'];
|
|
88993
89248
|
name?: Maybe<Scalars['String']['output']>;
|
|
88994
89249
|
};
|