@forge/cli-shared 6.10.0-next.0 → 6.10.0-next.1
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
CHANGED
|
@@ -1770,11 +1770,13 @@ export declare type AppLogsWithMetaData = {
|
|
|
1770
1770
|
appId: Scalars['String']['output'];
|
|
1771
1771
|
appVersion: Scalars['String']['output'];
|
|
1772
1772
|
cloudwatchId?: Maybe<Scalars['String']['output']>;
|
|
1773
|
+
edition?: Maybe<EditionValue>;
|
|
1773
1774
|
environmentId: Scalars['String']['output'];
|
|
1774
1775
|
error?: Maybe<Scalars['String']['output']>;
|
|
1775
1776
|
functionKey?: Maybe<Scalars['String']['output']>;
|
|
1776
1777
|
installationContext: Scalars['String']['output'];
|
|
1777
1778
|
invocationId: Scalars['String']['output'];
|
|
1779
|
+
licenseState?: Maybe<LicenseValue>;
|
|
1778
1780
|
lvl?: Maybe<Scalars['String']['output']>;
|
|
1779
1781
|
message?: Maybe<Scalars['String']['output']>;
|
|
1780
1782
|
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -24930,6 +24932,10 @@ export declare type EditUpdate = AllUpdatesFeedEvent & {
|
|
|
24930
24932
|
user?: Maybe<Person>;
|
|
24931
24933
|
version: Scalars['Int']['output'];
|
|
24932
24934
|
};
|
|
24935
|
+
export declare enum EditionValue {
|
|
24936
|
+
Advanced = "ADVANCED",
|
|
24937
|
+
Standard = "STANDARD"
|
|
24938
|
+
}
|
|
24933
24939
|
export declare type Editions = {
|
|
24934
24940
|
__typename?: 'Editions';
|
|
24935
24941
|
confluence: ConfluenceEdition;
|
|
@@ -31486,6 +31492,7 @@ export declare type GraphStore = {
|
|
|
31486
31492
|
confluencePageHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection>;
|
|
31487
31493
|
confluencePageHasParentPage?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageConnection>;
|
|
31488
31494
|
confluencePageHasParentPageInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageInverseConnection>;
|
|
31495
|
+
confluencePageSharedWithGroup?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupConnection>;
|
|
31489
31496
|
confluencePageSharedWithGroupInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection>;
|
|
31490
31497
|
confluencePageSharedWithUser?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserConnection>;
|
|
31491
31498
|
confluencePageSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserInverseConnection>;
|
|
@@ -31547,6 +31554,7 @@ export declare type GraphStore = {
|
|
|
31547
31554
|
graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
31548
31555
|
graphEntityReplicates3pEntityInverse?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection>;
|
|
31549
31556
|
groupCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection>;
|
|
31557
|
+
groupCanViewConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection>;
|
|
31550
31558
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
31551
31559
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
31552
31560
|
incidentAssociatedPostIncidentReviewInverse?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewInverseConnection>;
|
|
@@ -32614,6 +32622,13 @@ export declare type GraphStoreConfluencePageHasParentPageInverseArgs = {
|
|
|
32614
32622
|
id: Scalars['ID']['input'];
|
|
32615
32623
|
sort?: InputMaybe<GraphStoreConfluencePageHasParentPageSortInput>;
|
|
32616
32624
|
};
|
|
32625
|
+
export declare type GraphStoreConfluencePageSharedWithGroupArgs = {
|
|
32626
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32627
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32628
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32629
|
+
id: Scalars['ID']['input'];
|
|
32630
|
+
sort?: InputMaybe<GraphStoreConfluencePageSharedWithGroupSortInput>;
|
|
32631
|
+
};
|
|
32617
32632
|
export declare type GraphStoreConfluencePageSharedWithGroupInverseArgs = {
|
|
32618
32633
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32619
32634
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33025,6 +33040,13 @@ export declare type GraphStoreGroupCanViewConfluenceSpaceArgs = {
|
|
|
33025
33040
|
id: Scalars['ID']['input'];
|
|
33026
33041
|
sort?: InputMaybe<GraphStoreGroupCanViewConfluenceSpaceSortInput>;
|
|
33027
33042
|
};
|
|
33043
|
+
export declare type GraphStoreGroupCanViewConfluenceSpaceInverseArgs = {
|
|
33044
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33045
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33046
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33047
|
+
id: Scalars['ID']['input'];
|
|
33048
|
+
sort?: InputMaybe<GraphStoreGroupCanViewConfluenceSpaceSortInput>;
|
|
33049
|
+
};
|
|
33028
33050
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
|
|
33029
33051
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33030
33052
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -36893,11 +36915,13 @@ export declare type GraphStoreAtlasHomeQueryItem = {
|
|
|
36893
36915
|
__typename?: 'GraphStoreAtlasHomeQueryItem';
|
|
36894
36916
|
data?: Maybe<GraphStoreAtlasHomeFeedQueryToNodeUnion>;
|
|
36895
36917
|
id: Scalars['ID']['output'];
|
|
36918
|
+
resourceId: Scalars['ID']['output'];
|
|
36896
36919
|
};
|
|
36897
36920
|
export declare type GraphStoreAtlasHomeQueryMetadata = {
|
|
36898
36921
|
__typename?: 'GraphStoreAtlasHomeQueryMetadata';
|
|
36899
36922
|
data?: Maybe<GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion>;
|
|
36900
36923
|
id: Scalars['ID']['output'];
|
|
36924
|
+
resourceId: Scalars['ID']['output'];
|
|
36901
36925
|
};
|
|
36902
36926
|
export declare type GraphStoreAtlasHomeQueryNode = {
|
|
36903
36927
|
__typename?: 'GraphStoreAtlasHomeQueryNode';
|
|
@@ -38318,7 +38342,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
38318
38342
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
38319
38343
|
id: Scalars['ID']['output'];
|
|
38320
38344
|
};
|
|
38321
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38345
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38322
38346
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
38323
38347
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
38324
38348
|
value: Scalars['Int']['output'];
|
|
@@ -38353,7 +38377,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
38353
38377
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
38354
38378
|
id: Scalars['ID']['output'];
|
|
38355
38379
|
};
|
|
38356
|
-
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38380
|
+
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38357
38381
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
38358
38382
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
38359
38383
|
value: Scalars['String']['output'];
|
|
@@ -38363,13 +38387,13 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
38363
38387
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
38364
38388
|
id: Scalars['ID']['output'];
|
|
38365
38389
|
};
|
|
38366
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38390
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38367
38391
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
38368
38392
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
38369
38393
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
38370
38394
|
id: Scalars['ID']['output'];
|
|
38371
38395
|
};
|
|
38372
|
-
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38396
|
+
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38373
38397
|
export declare type GraphStoreCypherQueryV2BooleanObject = {
|
|
38374
38398
|
__typename?: 'GraphStoreCypherQueryV2BooleanObject';
|
|
38375
38399
|
value: Scalars['Boolean']['output'];
|
|
@@ -38414,7 +38438,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
38414
38438
|
V2 = "V2",
|
|
38415
38439
|
V3 = "V3"
|
|
38416
38440
|
}
|
|
38417
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38441
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | 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 | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38418
38442
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
38419
38443
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
38420
38444
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -44355,6 +44379,19 @@ export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseEdge =
|
|
|
44355
44379
|
};
|
|
44356
44380
|
export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseUnion = ConfluencePage;
|
|
44357
44381
|
export declare type GraphStoreSimplifiedConfluencePageHasParentPageUnion = ConfluencePage;
|
|
44382
|
+
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupConnection = HasPageInfo & {
|
|
44383
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupConnection';
|
|
44384
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupEdge>>>;
|
|
44385
|
+
pageInfo: PageInfo;
|
|
44386
|
+
};
|
|
44387
|
+
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupEdge = {
|
|
44388
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupEdge';
|
|
44389
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44390
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44391
|
+
id: Scalars['ID']['output'];
|
|
44392
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44393
|
+
node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupUnion>;
|
|
44394
|
+
};
|
|
44358
44395
|
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection = HasPageInfo & {
|
|
44359
44396
|
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection';
|
|
44360
44397
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge>>>;
|
|
@@ -44369,6 +44406,7 @@ export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge
|
|
|
44369
44406
|
node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseUnion>;
|
|
44370
44407
|
};
|
|
44371
44408
|
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseUnion = ConfluencePage;
|
|
44409
|
+
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupUnion = IdentityGroup;
|
|
44372
44410
|
export declare type GraphStoreSimplifiedConfluencePageSharedWithUserConnection = HasPageInfo & {
|
|
44373
44411
|
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithUserConnection';
|
|
44374
44412
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserEdge>>>;
|
|
@@ -45010,6 +45048,20 @@ export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge = {
|
|
|
45010
45048
|
lastUpdated: Scalars['DateTime']['output'];
|
|
45011
45049
|
node?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceUnion>;
|
|
45012
45050
|
};
|
|
45051
|
+
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection = HasPageInfo & {
|
|
45052
|
+
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection';
|
|
45053
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge>>>;
|
|
45054
|
+
pageInfo: PageInfo;
|
|
45055
|
+
};
|
|
45056
|
+
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge = {
|
|
45057
|
+
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge';
|
|
45058
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45059
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45060
|
+
id: Scalars['ID']['output'];
|
|
45061
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45062
|
+
node?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseUnion>;
|
|
45063
|
+
};
|
|
45064
|
+
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseUnion = IdentityGroup;
|
|
45013
45065
|
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceUnion = ConfluenceSpace;
|
|
45014
45066
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
45015
45067
|
__typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
|
|
@@ -65478,6 +65530,7 @@ export declare type JiraProjectField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
65478
65530
|
export declare type JiraProjectFieldProjectsArgs = {
|
|
65479
65531
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65480
65532
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
65533
|
+
context?: InputMaybe<JiraProjectPermissionContext>;
|
|
65481
65534
|
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
65482
65535
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
65483
65536
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -65597,6 +65650,10 @@ export declare enum JiraProjectPermissionCategoryEnum {
|
|
|
65597
65650
|
TimeTracking = "TIME_TRACKING",
|
|
65598
65651
|
VotersAndWatchers = "VOTERS_AND_WATCHERS"
|
|
65599
65652
|
}
|
|
65653
|
+
export declare enum JiraProjectPermissionContext {
|
|
65654
|
+
CreateIssue = "CREATE_ISSUE",
|
|
65655
|
+
ViewIssue = "VIEW_ISSUE"
|
|
65656
|
+
}
|
|
65600
65657
|
export declare enum JiraProjectPermissionType {
|
|
65601
65658
|
AddComments = "ADD_COMMENTS",
|
|
65602
65659
|
AdministerProjects = "ADMINISTER_PROJECTS",
|
|
@@ -69471,6 +69528,9 @@ export declare enum JiraSidebarMenuDisplayMode {
|
|
|
69471
69528
|
Starred = "STARRED",
|
|
69472
69529
|
StarredAndRecent = "STARRED_AND_RECENT"
|
|
69473
69530
|
}
|
|
69531
|
+
export declare type JiraSidebarMenuItemInput = {
|
|
69532
|
+
itemId: Scalars['ID']['input'];
|
|
69533
|
+
};
|
|
69474
69534
|
export declare type JiraSimilarIssues = {
|
|
69475
69535
|
__typename?: 'JiraSimilarIssues';
|
|
69476
69536
|
featureEnabled: Scalars['Boolean']['output'];
|
|
@@ -70918,6 +70978,7 @@ export declare type JiraUpdateSidebarMenuDisplaySettingInput = {
|
|
|
70918
70978
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
70919
70979
|
displayMode?: InputMaybe<JiraSidebarMenuDisplayMode>;
|
|
70920
70980
|
favouriteLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
70981
|
+
favouriteOrder?: InputMaybe<Array<InputMaybe<JiraSidebarMenuItemInput>>>;
|
|
70921
70982
|
recentLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
70922
70983
|
};
|
|
70923
70984
|
export declare type JiraUpdateSingleGroupPickerFieldInput = {
|
|
@@ -74155,6 +74216,11 @@ export declare enum LicenseStatus {
|
|
|
74155
74216
|
Suspended = "SUSPENDED",
|
|
74156
74217
|
Unlicensed = "UNLICENSED"
|
|
74157
74218
|
}
|
|
74219
|
+
export declare enum LicenseValue {
|
|
74220
|
+
Active = "ACTIVE",
|
|
74221
|
+
Inactive = "INACTIVE",
|
|
74222
|
+
Trial = "TRIAL"
|
|
74223
|
+
}
|
|
74158
74224
|
export declare type LicensedProduct = {
|
|
74159
74225
|
__typename?: 'LicensedProduct';
|
|
74160
74226
|
licenseStatus: LicenseStatus;
|
|
@@ -74289,10 +74355,12 @@ export declare type LogQueryInput = {
|
|
|
74289
74355
|
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
74290
74356
|
appVersions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
74291
74357
|
dates?: InputMaybe<DateSearchInput>;
|
|
74358
|
+
editions?: InputMaybe<Array<InputMaybe<EditionValue>>>;
|
|
74292
74359
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|
|
74293
74360
|
functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
74294
74361
|
installationContexts?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
74295
74362
|
invocationId?: InputMaybe<Scalars['String']['input']>;
|
|
74363
|
+
licenseStates?: InputMaybe<Array<InputMaybe<LicenseValue>>>;
|
|
74296
74364
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
74297
74365
|
moduleType?: InputMaybe<Scalars['String']['input']>;
|
|
74298
74366
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -74526,6 +74594,11 @@ export declare type LoomVideo = Node & {
|
|
|
74526
74594
|
transcriptLanguage?: Maybe<LoomTranscriptLanguage>;
|
|
74527
74595
|
url: Scalars['String']['output'];
|
|
74528
74596
|
};
|
|
74597
|
+
export declare type LoomVideoDurations = {
|
|
74598
|
+
__typename?: 'LoomVideoDurations';
|
|
74599
|
+
playableDuration?: Maybe<Scalars['Float']['output']>;
|
|
74600
|
+
sourceDuration?: Maybe<Scalars['Float']['output']>;
|
|
74601
|
+
};
|
|
74529
74602
|
export declare type LpCertSort = {
|
|
74530
74603
|
sortDirection?: InputMaybe<SortDirection>;
|
|
74531
74604
|
sortField?: InputMaybe<LpCertSortField>;
|
|
@@ -76441,11 +76514,15 @@ export declare type MarketplaceStoreEditionsInput = {
|
|
|
76441
76514
|
export declare type MarketplaceStoreEligibleAppOfferingsInput = {
|
|
76442
76515
|
cloudId: Scalars['String']['input'];
|
|
76443
76516
|
product: MarketplaceStoreProduct;
|
|
76517
|
+
target?: InputMaybe<MarketplaceStoreEligibleAppOfferingsTargetInput>;
|
|
76444
76518
|
};
|
|
76445
76519
|
export declare type MarketplaceStoreEligibleAppOfferingsResponse = {
|
|
76446
76520
|
__typename?: 'MarketplaceStoreEligibleAppOfferingsResponse';
|
|
76447
76521
|
eligibleOfferings?: Maybe<Array<Maybe<MarketplaceStoreOfferingDetails>>>;
|
|
76448
76522
|
};
|
|
76523
|
+
export declare type MarketplaceStoreEligibleAppOfferingsTargetInput = {
|
|
76524
|
+
product?: InputMaybe<MarketplaceStoreInstallationTargetProduct>;
|
|
76525
|
+
};
|
|
76449
76526
|
export declare enum MarketplaceStoreEnterpriseProduct {
|
|
76450
76527
|
Confluence = "CONFLUENCE",
|
|
76451
76528
|
Jira = "JIRA"
|
|
@@ -84876,6 +84953,7 @@ export declare type Query = {
|
|
|
84876
84953
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
84877
84954
|
loom_spacesSearch: Array<Maybe<LoomSpace>>;
|
|
84878
84955
|
loom_video?: Maybe<LoomVideo>;
|
|
84956
|
+
loom_videoDurations?: Maybe<LoomVideoDurations>;
|
|
84879
84957
|
loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
84880
84958
|
lpLearnerData?: Maybe<LpLearnerData>;
|
|
84881
84959
|
macroBodyRenderer?: Maybe<MacroBody>;
|
|
@@ -87213,6 +87291,9 @@ export declare type QueryLoom_SpacesSearchArgs = {
|
|
|
87213
87291
|
export declare type QueryLoom_VideoArgs = {
|
|
87214
87292
|
id: Scalars['ID']['input'];
|
|
87215
87293
|
};
|
|
87294
|
+
export declare type QueryLoom_VideoDurationsArgs = {
|
|
87295
|
+
id: Scalars['ID']['input'];
|
|
87296
|
+
};
|
|
87216
87297
|
export declare type QueryLoom_VideosArgs = {
|
|
87217
87298
|
ids: Array<Scalars['ID']['input']>;
|
|
87218
87299
|
};
|
|
@@ -96545,6 +96626,7 @@ export declare type TrelloBoardPowerUpFilterInput = {
|
|
|
96545
96626
|
};
|
|
96546
96627
|
export declare type TrelloBoardPrefs = {
|
|
96547
96628
|
__typename?: 'TrelloBoardPrefs';
|
|
96629
|
+
autoArchive?: Maybe<Scalars['Boolean']['output']>;
|
|
96548
96630
|
background?: Maybe<TrelloBoardBackground>;
|
|
96549
96631
|
calendarFeedEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
96550
96632
|
canInvite?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -96731,6 +96813,7 @@ export declare enum TrelloCardActionType {
|
|
|
96731
96813
|
Comment = "COMMENT",
|
|
96732
96814
|
CommentFromCopiedCard = "COMMENT_FROM_COPIED_CARD",
|
|
96733
96815
|
CreateCardFromEmail = "CREATE_CARD_FROM_EMAIL",
|
|
96816
|
+
DeleteAttachment = "DELETE_ATTACHMENT",
|
|
96734
96817
|
MoveCard = "MOVE_CARD",
|
|
96735
96818
|
MoveCardToBoard = "MOVE_CARD_TO_BOARD",
|
|
96736
96819
|
MoveInboxCardToBoard = "MOVE_INBOX_CARD_TO_BOARD",
|
|
@@ -96740,7 +96823,7 @@ export declare enum TrelloCardActionType {
|
|
|
96740
96823
|
UpdateCardComplete = "UPDATE_CARD_COMPLETE",
|
|
96741
96824
|
UpdateCardDue = "UPDATE_CARD_DUE"
|
|
96742
96825
|
}
|
|
96743
|
-
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
|
|
96826
|
+
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloDeleteAttachmentFromCardAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
|
|
96744
96827
|
export declare type TrelloCardAttachmentsByType = {
|
|
96745
96828
|
__typename?: 'TrelloCardAttachmentsByType';
|
|
96746
96829
|
trello?: Maybe<TrelloCardAttachmentsCount>;
|
|
@@ -96847,12 +96930,20 @@ export declare type TrelloCardEdge = {
|
|
|
96847
96930
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
96848
96931
|
node?: Maybe<TrelloCard>;
|
|
96849
96932
|
};
|
|
96933
|
+
export declare type TrelloCardEdgeUpdated = {
|
|
96934
|
+
__typename?: 'TrelloCardEdgeUpdated';
|
|
96935
|
+
node: TrelloCardUpdated;
|
|
96936
|
+
};
|
|
96850
96937
|
export declare enum TrelloCardExternalSource {
|
|
96851
96938
|
Email = "EMAIL",
|
|
96852
96939
|
Msteams = "MSTEAMS",
|
|
96853
96940
|
Siri = "SIRI",
|
|
96854
96941
|
Slack = "SLACK"
|
|
96855
96942
|
}
|
|
96943
|
+
export declare type TrelloCardLabelEdgeUpdated = {
|
|
96944
|
+
__typename?: 'TrelloCardLabelEdgeUpdated';
|
|
96945
|
+
node: TrelloLabelId;
|
|
96946
|
+
};
|
|
96856
96947
|
export declare type TrelloCardLimit = {
|
|
96857
96948
|
__typename?: 'TrelloCardLimit';
|
|
96858
96949
|
perCard?: Maybe<TrelloLimitProps>;
|
|
@@ -96870,6 +96961,10 @@ export declare type TrelloCardLocation = {
|
|
|
96870
96961
|
name?: Maybe<Scalars['String']['output']>;
|
|
96871
96962
|
staticMapUrl?: Maybe<Scalars['URL']['output']>;
|
|
96872
96963
|
};
|
|
96964
|
+
export declare type TrelloCardMemberEdgeUpdated = {
|
|
96965
|
+
__typename?: 'TrelloCardMemberEdgeUpdated';
|
|
96966
|
+
node?: Maybe<TrelloMember>;
|
|
96967
|
+
};
|
|
96873
96968
|
export declare enum TrelloCardRole {
|
|
96874
96969
|
Board = "BOARD",
|
|
96875
96970
|
Link = "LINK",
|
|
@@ -96909,6 +97004,7 @@ export declare type TrelloCardUpdated = {
|
|
|
96909
97004
|
};
|
|
96910
97005
|
export declare type TrelloCardUpdatedConnection = {
|
|
96911
97006
|
__typename?: 'TrelloCardUpdatedConnection';
|
|
97007
|
+
edges?: Maybe<Array<TrelloCardEdgeUpdated>>;
|
|
96912
97008
|
nodes?: Maybe<Array<TrelloCardUpdated>>;
|
|
96913
97009
|
};
|
|
96914
97010
|
export declare type TrelloCardViewer = {
|
|
@@ -97186,6 +97282,27 @@ export declare type TrelloCustomFieldOptionValue = {
|
|
|
97186
97282
|
export declare enum TrelloDataSourceHandler {
|
|
97187
97283
|
LinkingPlatform = "LINKING_PLATFORM"
|
|
97188
97284
|
}
|
|
97285
|
+
export declare type TrelloDeleteAttachmentFromCardAction = TrelloAction & TrelloCardActionData & {
|
|
97286
|
+
__typename?: 'TrelloDeleteAttachmentFromCardAction';
|
|
97287
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
97288
|
+
attachment?: Maybe<TrelloAttachment>;
|
|
97289
|
+
board?: Maybe<TrelloBoard>;
|
|
97290
|
+
card?: Maybe<TrelloCard>;
|
|
97291
|
+
creator?: Maybe<TrelloMember>;
|
|
97292
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
97293
|
+
displayEntities?: Maybe<TrelloDeleteAttachmentFromCardActionDisplayEntities>;
|
|
97294
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
97295
|
+
id: Scalars['ID']['output'];
|
|
97296
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
97297
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
97298
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
97299
|
+
};
|
|
97300
|
+
export declare type TrelloDeleteAttachmentFromCardActionDisplayEntities = {
|
|
97301
|
+
__typename?: 'TrelloDeleteAttachmentFromCardActionDisplayEntities';
|
|
97302
|
+
attachment?: Maybe<TrelloActionAttachmentEntity>;
|
|
97303
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
97304
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
97305
|
+
};
|
|
97189
97306
|
export declare type TrelloDeletePlannerCalendarEventInput = {
|
|
97190
97307
|
plannerCalendarEventId: Scalars['ID']['input'];
|
|
97191
97308
|
plannerCalendarId: Scalars['ID']['input'];
|
|
@@ -97222,7 +97339,7 @@ export declare type TrelloEmoji = {
|
|
|
97222
97339
|
skinVariation?: Maybe<Scalars['String']['output']>;
|
|
97223
97340
|
unified?: Maybe<Scalars['String']['output']>;
|
|
97224
97341
|
};
|
|
97225
|
-
export declare type TrelloEnterprise = {
|
|
97342
|
+
export declare type TrelloEnterprise = Node & {
|
|
97226
97343
|
__typename?: 'TrelloEnterprise';
|
|
97227
97344
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
97228
97345
|
id: Scalars['ID']['output'];
|
|
@@ -97299,6 +97416,10 @@ export declare type TrelloLabelEdgeUpdated = {
|
|
|
97299
97416
|
__typename?: 'TrelloLabelEdgeUpdated';
|
|
97300
97417
|
node: TrelloLabelUpdated;
|
|
97301
97418
|
};
|
|
97419
|
+
export declare type TrelloLabelId = {
|
|
97420
|
+
__typename?: 'TrelloLabelId';
|
|
97421
|
+
id: Scalars['ID']['output'];
|
|
97422
|
+
};
|
|
97302
97423
|
export declare type TrelloLabelUpdated = {
|
|
97303
97424
|
__typename?: 'TrelloLabelUpdated';
|
|
97304
97425
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -97309,6 +97430,7 @@ export declare type TrelloLabelUpdated = {
|
|
|
97309
97430
|
};
|
|
97310
97431
|
export declare type TrelloLabelUpdatedConnection = {
|
|
97311
97432
|
__typename?: 'TrelloLabelUpdatedConnection';
|
|
97433
|
+
edges?: Maybe<Array<TrelloCardLabelEdgeUpdated>>;
|
|
97312
97434
|
nodes?: Maybe<Array<TrelloLabel>>;
|
|
97313
97435
|
};
|
|
97314
97436
|
export declare type TrelloLimitProps = {
|
|
@@ -97366,6 +97488,10 @@ export declare type TrelloListEdge = {
|
|
|
97366
97488
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
97367
97489
|
node?: Maybe<TrelloList>;
|
|
97368
97490
|
};
|
|
97491
|
+
export declare type TrelloListEdgeUpdated = {
|
|
97492
|
+
__typename?: 'TrelloListEdgeUpdated';
|
|
97493
|
+
node: TrelloListUpdated;
|
|
97494
|
+
};
|
|
97369
97495
|
export declare type TrelloListFilterInput = {
|
|
97370
97496
|
closed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97371
97497
|
};
|
|
@@ -97388,6 +97514,7 @@ export declare type TrelloListUpdated = {
|
|
|
97388
97514
|
};
|
|
97389
97515
|
export declare type TrelloListUpdatedConnection = {
|
|
97390
97516
|
__typename?: 'TrelloListUpdatedConnection';
|
|
97517
|
+
edges?: Maybe<Array<TrelloListEdgeUpdated>>;
|
|
97391
97518
|
nodes?: Maybe<Array<TrelloListUpdated>>;
|
|
97392
97519
|
};
|
|
97393
97520
|
export declare type TrelloListViewer = {
|
|
@@ -97452,6 +97579,7 @@ export declare type TrelloMemberUpdated = {
|
|
|
97452
97579
|
};
|
|
97453
97580
|
export declare type TrelloMemberUpdatedConnection = {
|
|
97454
97581
|
__typename?: 'TrelloMemberUpdatedConnection';
|
|
97582
|
+
edges?: Maybe<Array<TrelloCardMemberEdgeUpdated>>;
|
|
97455
97583
|
nodes?: Maybe<Array<TrelloMember>>;
|
|
97456
97584
|
};
|
|
97457
97585
|
export declare type TrelloMemberWorkspaceConnection = {
|
|
@@ -98276,6 +98404,7 @@ export declare type TrelloStickerEdge = {
|
|
|
98276
98404
|
};
|
|
98277
98405
|
export declare type TrelloStickerUpdatedConnection = {
|
|
98278
98406
|
__typename?: 'TrelloStickerUpdatedConnection';
|
|
98407
|
+
edges?: Maybe<Array<TrelloStickerEdge>>;
|
|
98279
98408
|
nodes?: Maybe<Array<TrelloStickerEdge>>;
|
|
98280
98409
|
};
|
|
98281
98410
|
export declare type TrelloSubscriptionApi = {
|