@forge/cli-shared 6.10.0-next.0 → 6.10.0-next.0-experimental-62dde2c
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 +7 -0
- package/out/graphql/graphql-types.d.ts +140 -8
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +36 -18
- package/out/service/statsig-service.d.ts +2 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +3 -0
- package/out/ui/text.d.ts +2 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.10.0-next.0-experimental-62dde2c
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e8f612a: forge version bulk-upgrade command provides partners with the ability to see which versions they have, the number of installs on each version and whether that version can be moved to a more recent version.
|
|
8
|
+
- 3e82523: Added CLI warnings
|
|
9
|
+
|
|
3
10
|
## 6.10.0-next.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1159,6 +1159,7 @@ export declare enum ApiGroup {
|
|
|
1159
1159
|
ConfluenceUser = "CONFLUENCE_USER",
|
|
1160
1160
|
ConfluenceV2 = "CONFLUENCE_V2",
|
|
1161
1161
|
ContentPlatformApi = "CONTENT_PLATFORM_API",
|
|
1162
|
+
CsmAi = "CSM_AI",
|
|
1162
1163
|
CustomerService = "CUSTOMER_SERVICE",
|
|
1163
1164
|
DevopsAriGraph = "DEVOPS_ARI_GRAPH",
|
|
1164
1165
|
DevopsContainerRelationship = "DEVOPS_CONTAINER_RELATIONSHIP",
|
|
@@ -1770,11 +1771,13 @@ export declare type AppLogsWithMetaData = {
|
|
|
1770
1771
|
appId: Scalars['String']['output'];
|
|
1771
1772
|
appVersion: Scalars['String']['output'];
|
|
1772
1773
|
cloudwatchId?: Maybe<Scalars['String']['output']>;
|
|
1774
|
+
edition?: Maybe<EditionValue>;
|
|
1773
1775
|
environmentId: Scalars['String']['output'];
|
|
1774
1776
|
error?: Maybe<Scalars['String']['output']>;
|
|
1775
1777
|
functionKey?: Maybe<Scalars['String']['output']>;
|
|
1776
1778
|
installationContext: Scalars['String']['output'];
|
|
1777
1779
|
invocationId: Scalars['String']['output'];
|
|
1780
|
+
licenseState?: Maybe<LicenseValue>;
|
|
1778
1781
|
lvl?: Maybe<Scalars['String']['output']>;
|
|
1779
1782
|
message?: Maybe<Scalars['String']['output']>;
|
|
1780
1783
|
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -19692,6 +19695,7 @@ export declare type CreateAppDeploymentResponse = Payload & {
|
|
|
19692
19695
|
};
|
|
19693
19696
|
export declare type CreateAppDeploymentUrlInput = {
|
|
19694
19697
|
appId: Scalars['ID']['input'];
|
|
19698
|
+
buildTag?: InputMaybe<Scalars['String']['input']>;
|
|
19695
19699
|
};
|
|
19696
19700
|
export declare type CreateAppDeploymentUrlResponse = Payload & {
|
|
19697
19701
|
__typename?: 'CreateAppDeploymentUrlResponse';
|
|
@@ -20092,7 +20096,8 @@ export declare type CreateFaviconFilesPayload = Payload & {
|
|
|
20092
20096
|
};
|
|
20093
20097
|
export declare type CreateHostedResourceUploadUrlInput = {
|
|
20094
20098
|
appId: Scalars['ID']['input'];
|
|
20095
|
-
|
|
20099
|
+
buildTag?: InputMaybe<Scalars['String']['input']>;
|
|
20100
|
+
environmentKey?: InputMaybe<Scalars['String']['input']>;
|
|
20096
20101
|
resourceKeys: Array<Scalars['String']['input']>;
|
|
20097
20102
|
};
|
|
20098
20103
|
export declare type CreateHostedResourceUploadUrlPayload = Payload & {
|
|
@@ -24930,6 +24935,10 @@ export declare type EditUpdate = AllUpdatesFeedEvent & {
|
|
|
24930
24935
|
user?: Maybe<Person>;
|
|
24931
24936
|
version: Scalars['Int']['output'];
|
|
24932
24937
|
};
|
|
24938
|
+
export declare enum EditionValue {
|
|
24939
|
+
Advanced = "ADVANCED",
|
|
24940
|
+
Standard = "STANDARD"
|
|
24941
|
+
}
|
|
24933
24942
|
export declare type Editions = {
|
|
24934
24943
|
__typename?: 'Editions';
|
|
24935
24944
|
confluence: ConfluenceEdition;
|
|
@@ -31486,6 +31495,7 @@ export declare type GraphStore = {
|
|
|
31486
31495
|
confluencePageHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection>;
|
|
31487
31496
|
confluencePageHasParentPage?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageConnection>;
|
|
31488
31497
|
confluencePageHasParentPageInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageInverseConnection>;
|
|
31498
|
+
confluencePageSharedWithGroup?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupConnection>;
|
|
31489
31499
|
confluencePageSharedWithGroupInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection>;
|
|
31490
31500
|
confluencePageSharedWithUser?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserConnection>;
|
|
31491
31501
|
confluencePageSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserInverseConnection>;
|
|
@@ -31547,6 +31557,7 @@ export declare type GraphStore = {
|
|
|
31547
31557
|
graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
31548
31558
|
graphEntityReplicates3pEntityInverse?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection>;
|
|
31549
31559
|
groupCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection>;
|
|
31560
|
+
groupCanViewConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection>;
|
|
31550
31561
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
31551
31562
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
31552
31563
|
incidentAssociatedPostIncidentReviewInverse?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewInverseConnection>;
|
|
@@ -32614,6 +32625,13 @@ export declare type GraphStoreConfluencePageHasParentPageInverseArgs = {
|
|
|
32614
32625
|
id: Scalars['ID']['input'];
|
|
32615
32626
|
sort?: InputMaybe<GraphStoreConfluencePageHasParentPageSortInput>;
|
|
32616
32627
|
};
|
|
32628
|
+
export declare type GraphStoreConfluencePageSharedWithGroupArgs = {
|
|
32629
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32630
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32631
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32632
|
+
id: Scalars['ID']['input'];
|
|
32633
|
+
sort?: InputMaybe<GraphStoreConfluencePageSharedWithGroupSortInput>;
|
|
32634
|
+
};
|
|
32617
32635
|
export declare type GraphStoreConfluencePageSharedWithGroupInverseArgs = {
|
|
32618
32636
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32619
32637
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33025,6 +33043,13 @@ export declare type GraphStoreGroupCanViewConfluenceSpaceArgs = {
|
|
|
33025
33043
|
id: Scalars['ID']['input'];
|
|
33026
33044
|
sort?: InputMaybe<GraphStoreGroupCanViewConfluenceSpaceSortInput>;
|
|
33027
33045
|
};
|
|
33046
|
+
export declare type GraphStoreGroupCanViewConfluenceSpaceInverseArgs = {
|
|
33047
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33048
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33049
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33050
|
+
id: Scalars['ID']['input'];
|
|
33051
|
+
sort?: InputMaybe<GraphStoreGroupCanViewConfluenceSpaceSortInput>;
|
|
33052
|
+
};
|
|
33028
33053
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
|
|
33029
33054
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33030
33055
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -36893,11 +36918,13 @@ export declare type GraphStoreAtlasHomeQueryItem = {
|
|
|
36893
36918
|
__typename?: 'GraphStoreAtlasHomeQueryItem';
|
|
36894
36919
|
data?: Maybe<GraphStoreAtlasHomeFeedQueryToNodeUnion>;
|
|
36895
36920
|
id: Scalars['ID']['output'];
|
|
36921
|
+
resourceId: Scalars['ID']['output'];
|
|
36896
36922
|
};
|
|
36897
36923
|
export declare type GraphStoreAtlasHomeQueryMetadata = {
|
|
36898
36924
|
__typename?: 'GraphStoreAtlasHomeQueryMetadata';
|
|
36899
36925
|
data?: Maybe<GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion>;
|
|
36900
36926
|
id: Scalars['ID']['output'];
|
|
36927
|
+
resourceId: Scalars['ID']['output'];
|
|
36901
36928
|
};
|
|
36902
36929
|
export declare type GraphStoreAtlasHomeQueryNode = {
|
|
36903
36930
|
__typename?: 'GraphStoreAtlasHomeQueryNode';
|
|
@@ -38318,7 +38345,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
38318
38345
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
38319
38346
|
id: Scalars['ID']['output'];
|
|
38320
38347
|
};
|
|
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;
|
|
38348
|
+
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
38349
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
38323
38350
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
38324
38351
|
value: Scalars['Int']['output'];
|
|
@@ -38353,7 +38380,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
38353
38380
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
38354
38381
|
id: Scalars['ID']['output'];
|
|
38355
38382
|
};
|
|
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;
|
|
38383
|
+
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
38384
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
38358
38385
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
38359
38386
|
value: Scalars['String']['output'];
|
|
@@ -38363,13 +38390,13 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
38363
38390
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
38364
38391
|
id: Scalars['ID']['output'];
|
|
38365
38392
|
};
|
|
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;
|
|
38393
|
+
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
38394
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
38368
38395
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
38369
38396
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
38370
38397
|
id: Scalars['ID']['output'];
|
|
38371
38398
|
};
|
|
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;
|
|
38399
|
+
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
38400
|
export declare type GraphStoreCypherQueryV2BooleanObject = {
|
|
38374
38401
|
__typename?: 'GraphStoreCypherQueryV2BooleanObject';
|
|
38375
38402
|
value: Scalars['Boolean']['output'];
|
|
@@ -38414,7 +38441,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
38414
38441
|
V2 = "V2",
|
|
38415
38442
|
V3 = "V3"
|
|
38416
38443
|
}
|
|
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;
|
|
38444
|
+
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
38445
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
38419
38446
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
38420
38447
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -44355,6 +44382,19 @@ export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseEdge =
|
|
|
44355
44382
|
};
|
|
44356
44383
|
export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseUnion = ConfluencePage;
|
|
44357
44384
|
export declare type GraphStoreSimplifiedConfluencePageHasParentPageUnion = ConfluencePage;
|
|
44385
|
+
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupConnection = HasPageInfo & {
|
|
44386
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupConnection';
|
|
44387
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupEdge>>>;
|
|
44388
|
+
pageInfo: PageInfo;
|
|
44389
|
+
};
|
|
44390
|
+
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupEdge = {
|
|
44391
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupEdge';
|
|
44392
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44393
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44394
|
+
id: Scalars['ID']['output'];
|
|
44395
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44396
|
+
node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupUnion>;
|
|
44397
|
+
};
|
|
44358
44398
|
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection = HasPageInfo & {
|
|
44359
44399
|
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection';
|
|
44360
44400
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge>>>;
|
|
@@ -44369,6 +44409,7 @@ export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge
|
|
|
44369
44409
|
node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseUnion>;
|
|
44370
44410
|
};
|
|
44371
44411
|
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseUnion = ConfluencePage;
|
|
44412
|
+
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupUnion = IdentityGroup;
|
|
44372
44413
|
export declare type GraphStoreSimplifiedConfluencePageSharedWithUserConnection = HasPageInfo & {
|
|
44373
44414
|
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithUserConnection';
|
|
44374
44415
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserEdge>>>;
|
|
@@ -45010,6 +45051,20 @@ export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge = {
|
|
|
45010
45051
|
lastUpdated: Scalars['DateTime']['output'];
|
|
45011
45052
|
node?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceUnion>;
|
|
45012
45053
|
};
|
|
45054
|
+
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection = HasPageInfo & {
|
|
45055
|
+
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection';
|
|
45056
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge>>>;
|
|
45057
|
+
pageInfo: PageInfo;
|
|
45058
|
+
};
|
|
45059
|
+
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge = {
|
|
45060
|
+
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge';
|
|
45061
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45062
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45063
|
+
id: Scalars['ID']['output'];
|
|
45064
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45065
|
+
node?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseUnion>;
|
|
45066
|
+
};
|
|
45067
|
+
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseUnion = IdentityGroup;
|
|
45013
45068
|
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceUnion = ConfluenceSpace;
|
|
45014
45069
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
45015
45070
|
__typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
|
|
@@ -65478,6 +65533,7 @@ export declare type JiraProjectField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
65478
65533
|
export declare type JiraProjectFieldProjectsArgs = {
|
|
65479
65534
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65480
65535
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
65536
|
+
context?: InputMaybe<JiraProjectPermissionContext>;
|
|
65481
65537
|
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
65482
65538
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
65483
65539
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -65597,6 +65653,10 @@ export declare enum JiraProjectPermissionCategoryEnum {
|
|
|
65597
65653
|
TimeTracking = "TIME_TRACKING",
|
|
65598
65654
|
VotersAndWatchers = "VOTERS_AND_WATCHERS"
|
|
65599
65655
|
}
|
|
65656
|
+
export declare enum JiraProjectPermissionContext {
|
|
65657
|
+
CreateIssue = "CREATE_ISSUE",
|
|
65658
|
+
ViewIssue = "VIEW_ISSUE"
|
|
65659
|
+
}
|
|
65600
65660
|
export declare enum JiraProjectPermissionType {
|
|
65601
65661
|
AddComments = "ADD_COMMENTS",
|
|
65602
65662
|
AdministerProjects = "ADMINISTER_PROJECTS",
|
|
@@ -69471,6 +69531,9 @@ export declare enum JiraSidebarMenuDisplayMode {
|
|
|
69471
69531
|
Starred = "STARRED",
|
|
69472
69532
|
StarredAndRecent = "STARRED_AND_RECENT"
|
|
69473
69533
|
}
|
|
69534
|
+
export declare type JiraSidebarMenuItemInput = {
|
|
69535
|
+
itemId: Scalars['ID']['input'];
|
|
69536
|
+
};
|
|
69474
69537
|
export declare type JiraSimilarIssues = {
|
|
69475
69538
|
__typename?: 'JiraSimilarIssues';
|
|
69476
69539
|
featureEnabled: Scalars['Boolean']['output'];
|
|
@@ -70918,6 +70981,7 @@ export declare type JiraUpdateSidebarMenuDisplaySettingInput = {
|
|
|
70918
70981
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
70919
70982
|
displayMode?: InputMaybe<JiraSidebarMenuDisplayMode>;
|
|
70920
70983
|
favouriteLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
70984
|
+
favouriteOrder?: InputMaybe<Array<InputMaybe<JiraSidebarMenuItemInput>>>;
|
|
70921
70985
|
recentLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
70922
70986
|
};
|
|
70923
70987
|
export declare type JiraUpdateSingleGroupPickerFieldInput = {
|
|
@@ -74155,6 +74219,11 @@ export declare enum LicenseStatus {
|
|
|
74155
74219
|
Suspended = "SUSPENDED",
|
|
74156
74220
|
Unlicensed = "UNLICENSED"
|
|
74157
74221
|
}
|
|
74222
|
+
export declare enum LicenseValue {
|
|
74223
|
+
Active = "ACTIVE",
|
|
74224
|
+
Inactive = "INACTIVE",
|
|
74225
|
+
Trial = "TRIAL"
|
|
74226
|
+
}
|
|
74158
74227
|
export declare type LicensedProduct = {
|
|
74159
74228
|
__typename?: 'LicensedProduct';
|
|
74160
74229
|
licenseStatus: LicenseStatus;
|
|
@@ -74289,10 +74358,12 @@ export declare type LogQueryInput = {
|
|
|
74289
74358
|
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
74290
74359
|
appVersions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
74291
74360
|
dates?: InputMaybe<DateSearchInput>;
|
|
74361
|
+
editions?: InputMaybe<Array<InputMaybe<EditionValue>>>;
|
|
74292
74362
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|
|
74293
74363
|
functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
74294
74364
|
installationContexts?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
74295
74365
|
invocationId?: InputMaybe<Scalars['String']['input']>;
|
|
74366
|
+
licenseStates?: InputMaybe<Array<InputMaybe<LicenseValue>>>;
|
|
74296
74367
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
74297
74368
|
moduleType?: InputMaybe<Scalars['String']['input']>;
|
|
74298
74369
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -74526,6 +74597,11 @@ export declare type LoomVideo = Node & {
|
|
|
74526
74597
|
transcriptLanguage?: Maybe<LoomTranscriptLanguage>;
|
|
74527
74598
|
url: Scalars['String']['output'];
|
|
74528
74599
|
};
|
|
74600
|
+
export declare type LoomVideoDurations = {
|
|
74601
|
+
__typename?: 'LoomVideoDurations';
|
|
74602
|
+
playableDuration?: Maybe<Scalars['Float']['output']>;
|
|
74603
|
+
sourceDuration?: Maybe<Scalars['Float']['output']>;
|
|
74604
|
+
};
|
|
74529
74605
|
export declare type LpCertSort = {
|
|
74530
74606
|
sortDirection?: InputMaybe<SortDirection>;
|
|
74531
74607
|
sortField?: InputMaybe<LpCertSortField>;
|
|
@@ -76441,11 +76517,15 @@ export declare type MarketplaceStoreEditionsInput = {
|
|
|
76441
76517
|
export declare type MarketplaceStoreEligibleAppOfferingsInput = {
|
|
76442
76518
|
cloudId: Scalars['String']['input'];
|
|
76443
76519
|
product: MarketplaceStoreProduct;
|
|
76520
|
+
target?: InputMaybe<MarketplaceStoreEligibleAppOfferingsTargetInput>;
|
|
76444
76521
|
};
|
|
76445
76522
|
export declare type MarketplaceStoreEligibleAppOfferingsResponse = {
|
|
76446
76523
|
__typename?: 'MarketplaceStoreEligibleAppOfferingsResponse';
|
|
76447
76524
|
eligibleOfferings?: Maybe<Array<Maybe<MarketplaceStoreOfferingDetails>>>;
|
|
76448
76525
|
};
|
|
76526
|
+
export declare type MarketplaceStoreEligibleAppOfferingsTargetInput = {
|
|
76527
|
+
product?: InputMaybe<MarketplaceStoreInstallationTargetProduct>;
|
|
76528
|
+
};
|
|
76449
76529
|
export declare enum MarketplaceStoreEnterpriseProduct {
|
|
76450
76530
|
Confluence = "CONFLUENCE",
|
|
76451
76531
|
Jira = "JIRA"
|
|
@@ -84876,6 +84956,7 @@ export declare type Query = {
|
|
|
84876
84956
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
84877
84957
|
loom_spacesSearch: Array<Maybe<LoomSpace>>;
|
|
84878
84958
|
loom_video?: Maybe<LoomVideo>;
|
|
84959
|
+
loom_videoDurations?: Maybe<LoomVideoDurations>;
|
|
84879
84960
|
loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
84880
84961
|
lpLearnerData?: Maybe<LpLearnerData>;
|
|
84881
84962
|
macroBodyRenderer?: Maybe<MacroBody>;
|
|
@@ -87213,6 +87294,9 @@ export declare type QueryLoom_SpacesSearchArgs = {
|
|
|
87213
87294
|
export declare type QueryLoom_VideoArgs = {
|
|
87214
87295
|
id: Scalars['ID']['input'];
|
|
87215
87296
|
};
|
|
87297
|
+
export declare type QueryLoom_VideoDurationsArgs = {
|
|
87298
|
+
id: Scalars['ID']['input'];
|
|
87299
|
+
};
|
|
87216
87300
|
export declare type QueryLoom_VideosArgs = {
|
|
87217
87301
|
ids: Array<Scalars['ID']['input']>;
|
|
87218
87302
|
};
|
|
@@ -96545,6 +96629,7 @@ export declare type TrelloBoardPowerUpFilterInput = {
|
|
|
96545
96629
|
};
|
|
96546
96630
|
export declare type TrelloBoardPrefs = {
|
|
96547
96631
|
__typename?: 'TrelloBoardPrefs';
|
|
96632
|
+
autoArchive?: Maybe<Scalars['Boolean']['output']>;
|
|
96548
96633
|
background?: Maybe<TrelloBoardBackground>;
|
|
96549
96634
|
calendarFeedEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
96550
96635
|
canInvite?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -96731,6 +96816,7 @@ export declare enum TrelloCardActionType {
|
|
|
96731
96816
|
Comment = "COMMENT",
|
|
96732
96817
|
CommentFromCopiedCard = "COMMENT_FROM_COPIED_CARD",
|
|
96733
96818
|
CreateCardFromEmail = "CREATE_CARD_FROM_EMAIL",
|
|
96819
|
+
DeleteAttachment = "DELETE_ATTACHMENT",
|
|
96734
96820
|
MoveCard = "MOVE_CARD",
|
|
96735
96821
|
MoveCardToBoard = "MOVE_CARD_TO_BOARD",
|
|
96736
96822
|
MoveInboxCardToBoard = "MOVE_INBOX_CARD_TO_BOARD",
|
|
@@ -96740,7 +96826,7 @@ export declare enum TrelloCardActionType {
|
|
|
96740
96826
|
UpdateCardComplete = "UPDATE_CARD_COMPLETE",
|
|
96741
96827
|
UpdateCardDue = "UPDATE_CARD_DUE"
|
|
96742
96828
|
}
|
|
96743
|
-
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
|
|
96829
|
+
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloDeleteAttachmentFromCardAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
|
|
96744
96830
|
export declare type TrelloCardAttachmentsByType = {
|
|
96745
96831
|
__typename?: 'TrelloCardAttachmentsByType';
|
|
96746
96832
|
trello?: Maybe<TrelloCardAttachmentsCount>;
|
|
@@ -96847,12 +96933,20 @@ export declare type TrelloCardEdge = {
|
|
|
96847
96933
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
96848
96934
|
node?: Maybe<TrelloCard>;
|
|
96849
96935
|
};
|
|
96936
|
+
export declare type TrelloCardEdgeUpdated = {
|
|
96937
|
+
__typename?: 'TrelloCardEdgeUpdated';
|
|
96938
|
+
node: TrelloCardUpdated;
|
|
96939
|
+
};
|
|
96850
96940
|
export declare enum TrelloCardExternalSource {
|
|
96851
96941
|
Email = "EMAIL",
|
|
96852
96942
|
Msteams = "MSTEAMS",
|
|
96853
96943
|
Siri = "SIRI",
|
|
96854
96944
|
Slack = "SLACK"
|
|
96855
96945
|
}
|
|
96946
|
+
export declare type TrelloCardLabelEdgeUpdated = {
|
|
96947
|
+
__typename?: 'TrelloCardLabelEdgeUpdated';
|
|
96948
|
+
node: TrelloLabelId;
|
|
96949
|
+
};
|
|
96856
96950
|
export declare type TrelloCardLimit = {
|
|
96857
96951
|
__typename?: 'TrelloCardLimit';
|
|
96858
96952
|
perCard?: Maybe<TrelloLimitProps>;
|
|
@@ -96870,6 +96964,10 @@ export declare type TrelloCardLocation = {
|
|
|
96870
96964
|
name?: Maybe<Scalars['String']['output']>;
|
|
96871
96965
|
staticMapUrl?: Maybe<Scalars['URL']['output']>;
|
|
96872
96966
|
};
|
|
96967
|
+
export declare type TrelloCardMemberEdgeUpdated = {
|
|
96968
|
+
__typename?: 'TrelloCardMemberEdgeUpdated';
|
|
96969
|
+
node?: Maybe<TrelloMember>;
|
|
96970
|
+
};
|
|
96873
96971
|
export declare enum TrelloCardRole {
|
|
96874
96972
|
Board = "BOARD",
|
|
96875
96973
|
Link = "LINK",
|
|
@@ -96909,6 +97007,7 @@ export declare type TrelloCardUpdated = {
|
|
|
96909
97007
|
};
|
|
96910
97008
|
export declare type TrelloCardUpdatedConnection = {
|
|
96911
97009
|
__typename?: 'TrelloCardUpdatedConnection';
|
|
97010
|
+
edges?: Maybe<Array<TrelloCardEdgeUpdated>>;
|
|
96912
97011
|
nodes?: Maybe<Array<TrelloCardUpdated>>;
|
|
96913
97012
|
};
|
|
96914
97013
|
export declare type TrelloCardViewer = {
|
|
@@ -97186,6 +97285,27 @@ export declare type TrelloCustomFieldOptionValue = {
|
|
|
97186
97285
|
export declare enum TrelloDataSourceHandler {
|
|
97187
97286
|
LinkingPlatform = "LINKING_PLATFORM"
|
|
97188
97287
|
}
|
|
97288
|
+
export declare type TrelloDeleteAttachmentFromCardAction = TrelloAction & TrelloCardActionData & {
|
|
97289
|
+
__typename?: 'TrelloDeleteAttachmentFromCardAction';
|
|
97290
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
97291
|
+
attachment?: Maybe<TrelloAttachment>;
|
|
97292
|
+
board?: Maybe<TrelloBoard>;
|
|
97293
|
+
card?: Maybe<TrelloCard>;
|
|
97294
|
+
creator?: Maybe<TrelloMember>;
|
|
97295
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
97296
|
+
displayEntities?: Maybe<TrelloDeleteAttachmentFromCardActionDisplayEntities>;
|
|
97297
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
97298
|
+
id: Scalars['ID']['output'];
|
|
97299
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
97300
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
97301
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
97302
|
+
};
|
|
97303
|
+
export declare type TrelloDeleteAttachmentFromCardActionDisplayEntities = {
|
|
97304
|
+
__typename?: 'TrelloDeleteAttachmentFromCardActionDisplayEntities';
|
|
97305
|
+
attachment?: Maybe<TrelloActionAttachmentEntity>;
|
|
97306
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
97307
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
97308
|
+
};
|
|
97189
97309
|
export declare type TrelloDeletePlannerCalendarEventInput = {
|
|
97190
97310
|
plannerCalendarEventId: Scalars['ID']['input'];
|
|
97191
97311
|
plannerCalendarId: Scalars['ID']['input'];
|
|
@@ -97222,7 +97342,7 @@ export declare type TrelloEmoji = {
|
|
|
97222
97342
|
skinVariation?: Maybe<Scalars['String']['output']>;
|
|
97223
97343
|
unified?: Maybe<Scalars['String']['output']>;
|
|
97224
97344
|
};
|
|
97225
|
-
export declare type TrelloEnterprise = {
|
|
97345
|
+
export declare type TrelloEnterprise = Node & {
|
|
97226
97346
|
__typename?: 'TrelloEnterprise';
|
|
97227
97347
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
97228
97348
|
id: Scalars['ID']['output'];
|
|
@@ -97299,6 +97419,10 @@ export declare type TrelloLabelEdgeUpdated = {
|
|
|
97299
97419
|
__typename?: 'TrelloLabelEdgeUpdated';
|
|
97300
97420
|
node: TrelloLabelUpdated;
|
|
97301
97421
|
};
|
|
97422
|
+
export declare type TrelloLabelId = {
|
|
97423
|
+
__typename?: 'TrelloLabelId';
|
|
97424
|
+
id: Scalars['ID']['output'];
|
|
97425
|
+
};
|
|
97302
97426
|
export declare type TrelloLabelUpdated = {
|
|
97303
97427
|
__typename?: 'TrelloLabelUpdated';
|
|
97304
97428
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -97309,6 +97433,7 @@ export declare type TrelloLabelUpdated = {
|
|
|
97309
97433
|
};
|
|
97310
97434
|
export declare type TrelloLabelUpdatedConnection = {
|
|
97311
97435
|
__typename?: 'TrelloLabelUpdatedConnection';
|
|
97436
|
+
edges?: Maybe<Array<TrelloCardLabelEdgeUpdated>>;
|
|
97312
97437
|
nodes?: Maybe<Array<TrelloLabel>>;
|
|
97313
97438
|
};
|
|
97314
97439
|
export declare type TrelloLimitProps = {
|
|
@@ -97366,6 +97491,10 @@ export declare type TrelloListEdge = {
|
|
|
97366
97491
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
97367
97492
|
node?: Maybe<TrelloList>;
|
|
97368
97493
|
};
|
|
97494
|
+
export declare type TrelloListEdgeUpdated = {
|
|
97495
|
+
__typename?: 'TrelloListEdgeUpdated';
|
|
97496
|
+
node: TrelloListUpdated;
|
|
97497
|
+
};
|
|
97369
97498
|
export declare type TrelloListFilterInput = {
|
|
97370
97499
|
closed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97371
97500
|
};
|
|
@@ -97388,6 +97517,7 @@ export declare type TrelloListUpdated = {
|
|
|
97388
97517
|
};
|
|
97389
97518
|
export declare type TrelloListUpdatedConnection = {
|
|
97390
97519
|
__typename?: 'TrelloListUpdatedConnection';
|
|
97520
|
+
edges?: Maybe<Array<TrelloListEdgeUpdated>>;
|
|
97391
97521
|
nodes?: Maybe<Array<TrelloListUpdated>>;
|
|
97392
97522
|
};
|
|
97393
97523
|
export declare type TrelloListViewer = {
|
|
@@ -97452,6 +97582,7 @@ export declare type TrelloMemberUpdated = {
|
|
|
97452
97582
|
};
|
|
97453
97583
|
export declare type TrelloMemberUpdatedConnection = {
|
|
97454
97584
|
__typename?: 'TrelloMemberUpdatedConnection';
|
|
97585
|
+
edges?: Maybe<Array<TrelloCardMemberEdgeUpdated>>;
|
|
97455
97586
|
nodes?: Maybe<Array<TrelloMember>>;
|
|
97456
97587
|
};
|
|
97457
97588
|
export declare type TrelloMemberWorkspaceConnection = {
|
|
@@ -98276,6 +98407,7 @@ export declare type TrelloStickerEdge = {
|
|
|
98276
98407
|
};
|
|
98277
98408
|
export declare type TrelloStickerUpdatedConnection = {
|
|
98278
98409
|
__typename?: 'TrelloStickerUpdatedConnection';
|
|
98410
|
+
edges?: Maybe<Array<TrelloStickerEdge>>;
|
|
98279
98411
|
nodes?: Maybe<Array<TrelloStickerEdge>>;
|
|
98280
98412
|
};
|
|
98281
98413
|
export declare type TrelloSubscriptionApi = {
|