@forge/cli-shared 8.8.1-next.0 → 8.8.1-next.2
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
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.8.1-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3792e4]
|
|
8
|
+
- @forge/manifest@10.8.0-next.2
|
|
9
|
+
|
|
10
|
+
## 8.8.1-next.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0ea6722]
|
|
15
|
+
- @forge/manifest@10.8.0-next.1
|
|
16
|
+
|
|
3
17
|
## 8.8.1-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -2216,6 +2216,20 @@ export declare type AdminUserManagement = {
|
|
|
2216
2216
|
availableRoles?: Maybe<Array<Scalars['String']['output']>>;
|
|
2217
2217
|
userAccessEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
2218
2218
|
};
|
|
2219
|
+
export declare type AdminUserRole = {
|
|
2220
|
+
__typename?: 'AdminUserRole';
|
|
2221
|
+
name: Scalars['String']['output'];
|
|
2222
|
+
};
|
|
2223
|
+
export declare type AdminUserRoleConnection = {
|
|
2224
|
+
__typename?: 'AdminUserRoleConnection';
|
|
2225
|
+
edges?: Maybe<Array<AdminUserRoleEdge>>;
|
|
2226
|
+
pageInfo: PageInfo;
|
|
2227
|
+
};
|
|
2228
|
+
export declare type AdminUserRoleEdge = {
|
|
2229
|
+
__typename?: 'AdminUserRoleEdge';
|
|
2230
|
+
cursor: Scalars['String']['output'];
|
|
2231
|
+
node?: Maybe<AdminUserRole>;
|
|
2232
|
+
};
|
|
2219
2233
|
export declare type AdminUserStats = {
|
|
2220
2234
|
__typename?: 'AdminUserStats';
|
|
2221
2235
|
accountStatusCounts?: Maybe<Array<AdminAccountStatusCounts>>;
|
|
@@ -2824,6 +2838,7 @@ export declare type AgentStudioScenarioInput = {
|
|
|
2824
2838
|
instructions?: InputMaybe<Scalars['String']['input']>;
|
|
2825
2839
|
invocationDescription?: InputMaybe<Scalars['String']['input']>;
|
|
2826
2840
|
isActive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2841
|
+
isDeepResearchEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2827
2842
|
isDefault?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2828
2843
|
knowledgeSources?: InputMaybe<AgentStudioKnowledgeConfigurationInput>;
|
|
2829
2844
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3058,6 +3073,16 @@ export declare type AgentStudioUpdateCreatePermissionModePayload = Payload & {
|
|
|
3058
3073
|
mode?: Maybe<AgentStudioCreateAgentPermissionMode>;
|
|
3059
3074
|
success: Scalars['Boolean']['output'];
|
|
3060
3075
|
};
|
|
3076
|
+
export declare type AgentStudioUpdateDatasetItemInput = {
|
|
3077
|
+
id: Scalars['ID']['input'];
|
|
3078
|
+
inputQuestion: Scalars['String']['input'];
|
|
3079
|
+
};
|
|
3080
|
+
export declare type AgentStudioUpdateDatasetItemPayload = Payload & {
|
|
3081
|
+
__typename?: 'AgentStudioUpdateDatasetItemPayload';
|
|
3082
|
+
datasetItem?: Maybe<AgentStudioDatasetItem>;
|
|
3083
|
+
errors?: Maybe<Array<MutationError>>;
|
|
3084
|
+
success: Scalars['Boolean']['output'];
|
|
3085
|
+
};
|
|
3061
3086
|
export declare type AgentStudioUpdateScenarioInput = {
|
|
3062
3087
|
actions?: InputMaybe<Array<AgentStudioActionInput>>;
|
|
3063
3088
|
containerId: Scalars['ID']['input'];
|
|
@@ -3871,6 +3896,7 @@ export declare type AppInstallationUnsubscribeTask = AppInstallationTask & {
|
|
|
3871
3896
|
export declare type AppInstallationUpgradeInput = {
|
|
3872
3897
|
appId: Scalars['ID']['input'];
|
|
3873
3898
|
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3899
|
+
computeOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3874
3900
|
environmentKey: Scalars['String']['input'];
|
|
3875
3901
|
installationContext: Scalars['ID']['input'];
|
|
3876
3902
|
sourceBillingType?: InputMaybe<SourceBillingType>;
|
|
@@ -15521,6 +15547,10 @@ export declare type ConfluenceContentMetadata = {
|
|
|
15521
15547
|
titleEmojiDraft?: Maybe<ConfluenceContentTitleEmoji>;
|
|
15522
15548
|
titleEmojiPublished?: Maybe<ConfluenceContentTitleEmoji>;
|
|
15523
15549
|
};
|
|
15550
|
+
export declare type ConfluenceContentModeUpdated = {
|
|
15551
|
+
__typename?: 'ConfluenceContentModeUpdated';
|
|
15552
|
+
contentMode?: Maybe<Scalars['String']['output']>;
|
|
15553
|
+
};
|
|
15524
15554
|
export declare type ConfluenceContentModified = {
|
|
15525
15555
|
__typename?: 'ConfluenceContentModified';
|
|
15526
15556
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -15530,6 +15560,7 @@ export declare type ConfluenceContentModified = {
|
|
|
15530
15560
|
commentReopened?: Maybe<ConfluenceCommentUpdated>;
|
|
15531
15561
|
commentResolved?: Maybe<ConfluenceCommentCreated>;
|
|
15532
15562
|
commentUpdated?: Maybe<ConfluenceCommentUpdated>;
|
|
15563
|
+
contentModeUpdated?: Maybe<ConfluenceContentModeUpdated>;
|
|
15533
15564
|
contentRestrictionUpdated?: Maybe<ConfluenceContentRestrictionUpdated>;
|
|
15534
15565
|
contentStateDeleted?: Maybe<ConfluenceContentPropertyDeleted>;
|
|
15535
15566
|
contentStateUpdated?: Maybe<ConfluenceContentPropertyUpdated>;
|
|
@@ -26404,6 +26435,11 @@ export declare type DevConsoleAppUsageOverviewResponse = {
|
|
|
26404
26435
|
error?: Maybe<QueryError>;
|
|
26405
26436
|
resourceUsage?: Maybe<DevConsoleResourceUsageData>;
|
|
26406
26437
|
};
|
|
26438
|
+
export declare type DevConsoleAppsWithoutConsentResponse = {
|
|
26439
|
+
__typename?: 'DevConsoleAppsWithoutConsentResponse';
|
|
26440
|
+
appIds: Array<Scalars['String']['output']>;
|
|
26441
|
+
error?: Maybe<QueryError>;
|
|
26442
|
+
};
|
|
26407
26443
|
export declare type DevConsoleArchiveDeveloperSpaceInput = {
|
|
26408
26444
|
developerSpaceId: Scalars['String']['input'];
|
|
26409
26445
|
};
|
|
@@ -26540,6 +26576,7 @@ export declare type DevConsoleQuery = {
|
|
|
26540
26576
|
appResourceUsage: DevConsoleAppResourceUsageResponse;
|
|
26541
26577
|
appResourceUsageDetailedView: DevConsoleAppResourceUsageDetailedViewResponse;
|
|
26542
26578
|
appUsageOverview: DevConsoleAppUsageOverviewResponse;
|
|
26579
|
+
getAppsWithoutConsent: DevConsoleAppsWithoutConsentResponse;
|
|
26543
26580
|
getDeveloperSpaceDetails?: Maybe<DevConsoleBulkDeveloperSpaceDetailsResponse>;
|
|
26544
26581
|
getDeveloperSpaceMembers?: Maybe<DevConsoleDeveloperSpaceMembersResponse>;
|
|
26545
26582
|
getDeveloperSpaceWithLinkingAccess?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -26558,6 +26595,9 @@ export declare type DevConsoleQueryAppUsageOverviewArgs = {
|
|
|
26558
26595
|
appId: Scalars['ID']['input'];
|
|
26559
26596
|
filters: DevConsoleAppUsageFiltersInput;
|
|
26560
26597
|
};
|
|
26598
|
+
export declare type DevConsoleQueryGetAppsWithoutConsentArgs = {
|
|
26599
|
+
developerSpaceId: Scalars['String']['input'];
|
|
26600
|
+
};
|
|
26561
26601
|
export declare type DevConsoleQueryGetDeveloperSpaceDetailsArgs = {
|
|
26562
26602
|
developerSpaceIds: Array<Scalars['String']['input']>;
|
|
26563
26603
|
};
|
|
@@ -43788,7 +43828,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
43788
43828
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
43789
43829
|
id: Scalars['ID']['output'];
|
|
43790
43830
|
};
|
|
43791
|
-
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
43831
|
+
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
43792
43832
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
43793
43833
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
43794
43834
|
value: Scalars['String']['output'];
|
|
@@ -43798,13 +43838,13 @@ export declare type GraphStoreCypherQueryV2AriNode = {
|
|
|
43798
43838
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
43799
43839
|
id: Scalars['ID']['output'];
|
|
43800
43840
|
};
|
|
43801
|
-
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
43841
|
+
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
43802
43842
|
export declare type GraphStoreCypherQueryV2BatchAriNode = {
|
|
43803
43843
|
__typename?: 'GraphStoreCypherQueryV2BatchAriNode';
|
|
43804
43844
|
data?: Maybe<GraphStoreCypherQueryV2BatchAriNodeUnion>;
|
|
43805
43845
|
id: Scalars['ID']['output'];
|
|
43806
43846
|
};
|
|
43807
|
-
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
43847
|
+
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
43808
43848
|
export declare type GraphStoreCypherQueryV2BatchBooleanObject = {
|
|
43809
43849
|
__typename?: 'GraphStoreCypherQueryV2BatchBooleanObject';
|
|
43810
43850
|
value: Scalars['Boolean']['output'];
|
|
@@ -43905,7 +43945,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
43905
43945
|
V2 = "V2",
|
|
43906
43946
|
V3 = "V3"
|
|
43907
43947
|
}
|
|
43908
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
43948
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
43909
43949
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
43910
43950
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
43911
43951
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -59143,6 +59183,7 @@ export declare type GrowthUnifiedProfileTwcOnboardingContext = {
|
|
|
59143
59183
|
entitlementId: Scalars['ID']['output'];
|
|
59144
59184
|
existingProducts?: Maybe<Array<Maybe<GrowthUnifiedProfileTwcProductDetails>>>;
|
|
59145
59185
|
newProducts?: Maybe<Array<Maybe<GrowthUnifiedProfileTwcProductDetails>>>;
|
|
59186
|
+
onboardingUrl?: Maybe<Scalars['String']['output']>;
|
|
59146
59187
|
};
|
|
59147
59188
|
export declare type GrowthUnifiedProfileTwcOnboardingContextInput = {
|
|
59148
59189
|
createdAt?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -59151,14 +59192,17 @@ export declare type GrowthUnifiedProfileTwcOnboardingContextInput = {
|
|
|
59151
59192
|
entitlementId: Scalars['ID']['input'];
|
|
59152
59193
|
existingProducts?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileTwcProductDetailsInput>>>;
|
|
59153
59194
|
newProducts?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileTwcProductDetailsInput>>>;
|
|
59195
|
+
onboardingUrl?: InputMaybe<Scalars['String']['input']>;
|
|
59154
59196
|
};
|
|
59155
59197
|
export declare type GrowthUnifiedProfileTwcProductDetails = {
|
|
59156
59198
|
__typename?: 'GrowthUnifiedProfileTwcProductDetails';
|
|
59157
59199
|
productKey: Scalars['String']['output'];
|
|
59200
|
+
productUrl?: Maybe<Scalars['String']['output']>;
|
|
59158
59201
|
tenantId?: Maybe<Scalars['String']['output']>;
|
|
59159
59202
|
};
|
|
59160
59203
|
export declare type GrowthUnifiedProfileTwcProductDetailsInput = {
|
|
59161
59204
|
productKey: Scalars['String']['input'];
|
|
59205
|
+
productUrl?: InputMaybe<Scalars['String']['input']>;
|
|
59162
59206
|
tenantId?: InputMaybe<Scalars['String']['input']>;
|
|
59163
59207
|
};
|
|
59164
59208
|
export declare type GrowthUnifiedProfileUserActivityContext = {
|
|
@@ -64272,6 +64316,7 @@ export declare type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOpt
|
|
|
64272
64316
|
export declare type JiraBoardViewWorkflow = {
|
|
64273
64317
|
__typename?: 'JiraBoardViewWorkflow';
|
|
64274
64318
|
eligibleTransitions?: Maybe<JiraTransitionConnection>;
|
|
64319
|
+
id: Scalars['ID']['output'];
|
|
64275
64320
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
64276
64321
|
};
|
|
64277
64322
|
export declare type JiraBoardViewWorkflowEligibleTransitionsArgs = {
|
|
@@ -66108,6 +66153,7 @@ export declare type JiraCreateCalendarIssuePayload = Payload & {
|
|
|
66108
66153
|
__typename?: 'JiraCreateCalendarIssuePayload';
|
|
66109
66154
|
errors?: Maybe<Array<MutationError>>;
|
|
66110
66155
|
issue?: Maybe<JiraIssue>;
|
|
66156
|
+
issueV2?: Maybe<JiraScenarioIssueLike>;
|
|
66111
66157
|
success: Scalars['Boolean']['output'];
|
|
66112
66158
|
};
|
|
66113
66159
|
export declare type JiraCreateCustomBackgroundInput = {
|
|
@@ -67831,6 +67877,7 @@ export declare type JiraFieldSetPreferencesUpdatePayload = Payload & {
|
|
|
67831
67877
|
__typename?: 'JiraFieldSetPreferencesUpdatePayload';
|
|
67832
67878
|
errors?: Maybe<Array<MutationError>>;
|
|
67833
67879
|
success: Scalars['Boolean']['output'];
|
|
67880
|
+
view?: Maybe<JiraView>;
|
|
67834
67881
|
};
|
|
67835
67882
|
export declare type JiraFieldSetView = JiraFieldSetsViewMetadata & Node & {
|
|
67836
67883
|
__typename?: 'JiraFieldSetView';
|
|
@@ -76232,6 +76279,7 @@ export declare type JiraProjectWithIssueTypeIds = {
|
|
|
76232
76279
|
allowedCustomFieldTypes?: Maybe<JiraFieldTypeConnection>;
|
|
76233
76280
|
availableFields?: Maybe<JiraAvailableFieldsConnection>;
|
|
76234
76281
|
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypesConnection>;
|
|
76282
|
+
fieldAssociationWithIssueTypesByFieldId?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
76235
76283
|
};
|
|
76236
76284
|
export declare type JiraProjectWithIssueTypeIdsAllowedCustomFieldTypesArgs = {
|
|
76237
76285
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -76247,6 +76295,9 @@ export declare type JiraProjectWithIssueTypeIdsFieldAssociationWithIssueTypesArg
|
|
|
76247
76295
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
76248
76296
|
input?: InputMaybe<JiraFieldAssociationWithIssueTypesInput>;
|
|
76249
76297
|
};
|
|
76298
|
+
export declare type JiraProjectWithIssueTypeIdsFieldAssociationWithIssueTypesByFieldIdArgs = {
|
|
76299
|
+
fieldId: Scalars['String']['input'];
|
|
76300
|
+
};
|
|
76250
76301
|
export declare enum JiraProjectsHelpCenterMappingStatus {
|
|
76251
76302
|
All = "ALL",
|
|
76252
76303
|
Linked = "LINKED",
|
|
@@ -84035,6 +84086,12 @@ export declare type JsmChannelsServiceAgentResolutionPlan = {
|
|
|
84035
84086
|
__typename?: 'JsmChannelsServiceAgentResolutionPlan';
|
|
84036
84087
|
planId?: Maybe<Scalars['ID']['output']>;
|
|
84037
84088
|
runbooks?: Maybe<Array<Maybe<JsmChannelsServiceAgentResolutionRunbook>>>;
|
|
84089
|
+
steps?: Maybe<Array<Maybe<JsmChannelsServiceAgentResolutionPlanStep>>>;
|
|
84090
|
+
};
|
|
84091
|
+
export declare type JsmChannelsServiceAgentResolutionPlanStep = {
|
|
84092
|
+
__typename?: 'JsmChannelsServiceAgentResolutionPlanStep';
|
|
84093
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
84094
|
+
title: Scalars['String']['output'];
|
|
84038
84095
|
};
|
|
84039
84096
|
export declare type JsmChannelsServiceAgentResolutionRunbook = {
|
|
84040
84097
|
__typename?: 'JsmChannelsServiceAgentResolutionRunbook';
|
|
@@ -85603,6 +85660,7 @@ export declare type KnowledgeDiscoveryQueryApiDefinitionV2Args = {
|
|
|
85603
85660
|
};
|
|
85604
85661
|
export declare type KnowledgeDiscoveryQueryApiIntentDetectionArgs = {
|
|
85605
85662
|
locale: Scalars['String']['input'];
|
|
85663
|
+
orgId: Scalars['String']['input'];
|
|
85606
85664
|
query: Scalars['String']['input'];
|
|
85607
85665
|
siteId: Scalars['String']['input'];
|
|
85608
85666
|
};
|
|
@@ -86417,6 +86475,7 @@ export declare type LoomVideo = Node & {
|
|
|
86417
86475
|
description?: Maybe<Scalars['String']['output']>;
|
|
86418
86476
|
id: Scalars['ID']['output'];
|
|
86419
86477
|
isArchived: Scalars['Boolean']['output'];
|
|
86478
|
+
isComplete: Scalars['Boolean']['output'];
|
|
86420
86479
|
isMeeting?: Maybe<Scalars['Boolean']['output']>;
|
|
86421
86480
|
meetingAri?: Maybe<Scalars['String']['output']>;
|
|
86422
86481
|
name: Scalars['String']['output'];
|
|
@@ -87110,7 +87169,8 @@ export declare type MarketplaceConsoleCanMakeServerVersionPublicInput = {
|
|
|
87110
87169
|
};
|
|
87111
87170
|
export declare enum MarketplaceConsoleCloudComplianceBoundary {
|
|
87112
87171
|
Commercial = "COMMERCIAL",
|
|
87113
|
-
FedrampModerate = "FEDRAMP_MODERATE"
|
|
87172
|
+
FedrampModerate = "FEDRAMP_MODERATE",
|
|
87173
|
+
IsolatedCloud = "ISOLATED_CLOUD"
|
|
87114
87174
|
}
|
|
87115
87175
|
export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
87116
87176
|
__typename?: 'MarketplaceConsoleConnectFrameworkAttributes';
|
|
@@ -88713,7 +88773,9 @@ export declare type MarketplaceStoreInstallAppInput = {
|
|
|
88713
88773
|
export declare type MarketplaceStoreInstallAppResponse = {
|
|
88714
88774
|
__typename?: 'MarketplaceStoreInstallAppResponse';
|
|
88715
88775
|
id: Scalars['ID']['output'];
|
|
88776
|
+
orderId?: Maybe<Scalars['ID']['output']>;
|
|
88716
88777
|
status: MarketplaceStoreInstallAppStatus;
|
|
88778
|
+
txaAccountId?: Maybe<Scalars['String']['output']>;
|
|
88717
88779
|
};
|
|
88718
88780
|
export declare enum MarketplaceStoreInstallAppStatus {
|
|
88719
88781
|
InProgress = "IN_PROGRESS",
|
|
@@ -88730,7 +88792,8 @@ export declare type MarketplaceStoreInstallAppTargetInput = {
|
|
|
88730
88792
|
export declare enum MarketplaceStoreInstallationTargetProduct {
|
|
88731
88793
|
Compass = "COMPASS",
|
|
88732
88794
|
Confluence = "CONFLUENCE",
|
|
88733
|
-
Jira = "JIRA"
|
|
88795
|
+
Jira = "JIRA",
|
|
88796
|
+
Jsm = "JSM"
|
|
88734
88797
|
}
|
|
88735
88798
|
export declare type MarketplaceStoreInstalledAppDetailsResponse = {
|
|
88736
88799
|
__typename?: 'MarketplaceStoreInstalledAppDetailsResponse';
|
|
@@ -89091,6 +89154,8 @@ export declare type MarketplaceStoreQueryApiHostStatusArgs = {
|
|
|
89091
89154
|
};
|
|
89092
89155
|
export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
|
|
89093
89156
|
id: Scalars['ID']['input'];
|
|
89157
|
+
orderId?: InputMaybe<Scalars['ID']['input']>;
|
|
89158
|
+
txaAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
89094
89159
|
};
|
|
89095
89160
|
export declare type MarketplaceStoreQueryApiInstalledAppDetailsArgs = {
|
|
89096
89161
|
input: MarketplaceStoreInstallAppInput;
|
|
@@ -92466,6 +92531,7 @@ export declare type Mutation = {
|
|
|
92466
92531
|
agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
|
|
92467
92532
|
agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
|
|
92468
92533
|
agentStudio_updateCreatePermissionMode?: Maybe<AgentStudioUpdateCreatePermissionModePayload>;
|
|
92534
|
+
agentStudio_updateDatasetItem: AgentStudioUpdateDatasetItemPayload;
|
|
92469
92535
|
agentStudio_updateScenario?: Maybe<AgentStudioUpdateScenarioPayload>;
|
|
92470
92536
|
agentStudio_updateScenarioMappingsForContainer?: Maybe<AgentStudioUpdateScenarioMappingsPayload>;
|
|
92471
92537
|
agentStudio_uploadDatasetCsv?: Maybe<AgentStudioBatchEvalUploadDatasetPayload>;
|
|
@@ -92786,6 +92852,7 @@ export declare type Mutation = {
|
|
|
92786
92852
|
goals_createAndAddMetricTarget?: Maybe<TownsquareGoalsCreateAddMetricTargetPayload>;
|
|
92787
92853
|
goals_createUpdate?: Maybe<TownsquareGoalsCreateUpdatePayload>;
|
|
92788
92854
|
goals_deleteLatestUpdate?: Maybe<TownsquareGoalsDeleteLatestUpdatePayload>;
|
|
92855
|
+
goals_editMetric?: Maybe<TownsquareGoalsEditMetricPayload>;
|
|
92789
92856
|
goals_editUpdate?: Maybe<TownsquareGoalsEditUpdatePayload>;
|
|
92790
92857
|
goals_removeGoalTeamLink?: Maybe<TownsquareGoalsRemoveGoalTeamLinkPayload>;
|
|
92791
92858
|
goals_setWatchingGoal?: Maybe<TownsquareGoalsSetWatchingGoalPayload>;
|
|
@@ -93353,6 +93420,12 @@ export declare type MutationAgentStudio_UpdateCreatePermissionModeArgs = {
|
|
|
93353
93420
|
cloudId: Scalars['ID']['input'];
|
|
93354
93421
|
mode: AgentStudioCreateAgentPermissionMode;
|
|
93355
93422
|
};
|
|
93423
|
+
export declare type MutationAgentStudio_UpdateDatasetItemArgs = {
|
|
93424
|
+
cloudId: Scalars['String']['input'];
|
|
93425
|
+
input: AgentStudioUpdateDatasetItemInput;
|
|
93426
|
+
productType: AgentStudioProductType;
|
|
93427
|
+
projectContainerAri: Scalars['ID']['input'];
|
|
93428
|
+
};
|
|
93356
93429
|
export declare type MutationAgentStudio_UpdateScenarioArgs = {
|
|
93357
93430
|
id: Scalars['ID']['input'];
|
|
93358
93431
|
input: AgentStudioUpdateScenarioInput;
|
|
@@ -94511,6 +94584,9 @@ export declare type MutationGoals_CreateUpdateArgs = {
|
|
|
94511
94584
|
export declare type MutationGoals_DeleteLatestUpdateArgs = {
|
|
94512
94585
|
input?: InputMaybe<TownsquareGoalsDeleteLatestUpdateInput>;
|
|
94513
94586
|
};
|
|
94587
|
+
export declare type MutationGoals_EditMetricArgs = {
|
|
94588
|
+
input: TownsquareGoalsEditMetricInput;
|
|
94589
|
+
};
|
|
94514
94590
|
export declare type MutationGoals_EditUpdateArgs = {
|
|
94515
94591
|
input?: InputMaybe<TownsquareGoalsEditUpdateInput>;
|
|
94516
94592
|
};
|
|
@@ -98587,13 +98663,6 @@ export declare enum PushNotificationSettingGroup {
|
|
|
98587
98663
|
}
|
|
98588
98664
|
export declare type Query = {
|
|
98589
98665
|
__typename?: 'Query';
|
|
98590
|
-
TeamworkGraph_userCommented?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
98591
|
-
TeamworkGraph_userCreated?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
98592
|
-
TeamworkGraph_userTaggedIn?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
98593
|
-
TeamworkGraph_userTopRecentMentioners?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
98594
|
-
TeamworkGraph_userTopRecentReferencers?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
98595
|
-
TeamworkGraph_userViewed?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
98596
|
-
TeamworkGraph_userWorkMentioned?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
98597
98666
|
abTestCohorts?: Maybe<Scalars['String']['output']>;
|
|
98598
98667
|
actions?: Maybe<Actions>;
|
|
98599
98668
|
activities?: Maybe<Activities>;
|
|
@@ -98616,6 +98685,7 @@ export declare type Query = {
|
|
|
98616
98685
|
admin_unitValidateName?: Maybe<AdminUnitValidateName>;
|
|
98617
98686
|
admin_unitsForOrg?: Maybe<AdminUnitConnection>;
|
|
98618
98687
|
admin_user?: Maybe<AdminUser>;
|
|
98688
|
+
admin_userRoles?: Maybe<AdminUserRoleConnection>;
|
|
98619
98689
|
admin_userStats?: Maybe<AdminUserStats>;
|
|
98620
98690
|
admin_users?: Maybe<AdminUserConnection>;
|
|
98621
98691
|
admin_workspaceById?: Maybe<AdminWorkspace>;
|
|
@@ -98717,7 +98787,7 @@ export declare type Query = {
|
|
|
98717
98787
|
availableContentStates?: Maybe<AvailableContentStates>;
|
|
98718
98788
|
avp_getChart?: Maybe<AvpChart>;
|
|
98719
98789
|
avp_getDashboard?: Maybe<AvpDashboard>;
|
|
98720
|
-
avp_getDashboardTemplates
|
|
98790
|
+
avp_getDashboardTemplates?: Maybe<Array<AvpDashboardTemplate>>;
|
|
98721
98791
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
98722
98792
|
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
98723
98793
|
blockedAccessRestrictions?: Maybe<BlockedAccessRestrictions>;
|
|
@@ -99377,6 +99447,13 @@ export declare type Query = {
|
|
|
99377
99447
|
team?: Maybe<TeamQuery>;
|
|
99378
99448
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
99379
99449
|
teamLabels?: Maybe<PaginatedLabelList>;
|
|
99450
|
+
teamworkGraph_userCommented?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99451
|
+
teamworkGraph_userCreated?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99452
|
+
teamworkGraph_userTaggedIn?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99453
|
+
teamworkGraph_userTopRecentMentioners?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99454
|
+
teamworkGraph_userTopRecentReferencers?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99455
|
+
teamworkGraph_userViewed?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99456
|
+
teamworkGraph_userWorkMentioned?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99380
99457
|
template?: Maybe<ContentPlatformTemplate>;
|
|
99381
99458
|
templateBodies?: Maybe<PaginatedTemplateBodyList>;
|
|
99382
99459
|
templateCategories?: Maybe<PaginatedTemplateCategoryList>;
|
|
@@ -99424,34 +99501,6 @@ export declare type Query = {
|
|
|
99424
99501
|
workSuggestions?: Maybe<WorkSuggestions>;
|
|
99425
99502
|
xflow?: Maybe<Scalars['String']['output']>;
|
|
99426
99503
|
};
|
|
99427
|
-
export declare type QueryTeamworkGraph_UserCommentedArgs = {
|
|
99428
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
99429
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99430
|
-
};
|
|
99431
|
-
export declare type QueryTeamworkGraph_UserCreatedArgs = {
|
|
99432
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
99433
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99434
|
-
};
|
|
99435
|
-
export declare type QueryTeamworkGraph_UserTaggedInArgs = {
|
|
99436
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
99437
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99438
|
-
};
|
|
99439
|
-
export declare type QueryTeamworkGraph_UserTopRecentMentionersArgs = {
|
|
99440
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
99441
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99442
|
-
};
|
|
99443
|
-
export declare type QueryTeamworkGraph_UserTopRecentReferencersArgs = {
|
|
99444
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
99445
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99446
|
-
};
|
|
99447
|
-
export declare type QueryTeamworkGraph_UserViewedArgs = {
|
|
99448
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
99449
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99450
|
-
};
|
|
99451
|
-
export declare type QueryTeamworkGraph_UserWorkMentionedArgs = {
|
|
99452
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
99453
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99454
|
-
};
|
|
99455
99504
|
export declare type QueryAdminAnnouncementBannerSettingArgs = {
|
|
99456
99505
|
id: Scalars['String']['input'];
|
|
99457
99506
|
};
|
|
@@ -99530,6 +99579,15 @@ export declare type QueryAdmin_UnitsForOrgArgs = {
|
|
|
99530
99579
|
export declare type QueryAdmin_UserArgs = {
|
|
99531
99580
|
input?: InputMaybe<AdminFetchUserInput>;
|
|
99532
99581
|
};
|
|
99582
|
+
export declare type QueryAdmin_UserRolesArgs = {
|
|
99583
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
99584
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
99585
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99586
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
99587
|
+
orgId: Scalars['ID']['input'];
|
|
99588
|
+
principalId: Scalars['ID']['input'];
|
|
99589
|
+
resourceId: Scalars['ID']['input'];
|
|
99590
|
+
};
|
|
99533
99591
|
export declare type QueryAdmin_UserStatsArgs = {
|
|
99534
99592
|
input?: InputMaybe<AdminFetchUserStatsInput>;
|
|
99535
99593
|
};
|
|
@@ -100032,7 +100090,7 @@ export declare type QueryAvp_GetDashboardArgs = {
|
|
|
100032
100090
|
dashboardAri: Scalars['ID']['input'];
|
|
100033
100091
|
};
|
|
100034
100092
|
export declare type QueryAvp_GetDashboardTemplatesArgs = {
|
|
100035
|
-
input
|
|
100093
|
+
input: AvpGetDashboardTemplatesInput;
|
|
100036
100094
|
};
|
|
100037
100095
|
export declare type QueryBitbucketRepositoriesAvailableToLinkWithNewDevOpsServiceArgs = {
|
|
100038
100096
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -102682,6 +102740,34 @@ export declare type QueryTeamLabelsArgs = {
|
|
|
102682
102740
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102683
102741
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
102684
102742
|
};
|
|
102743
|
+
export declare type QueryTeamworkGraph_UserCommentedArgs = {
|
|
102744
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102745
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102746
|
+
};
|
|
102747
|
+
export declare type QueryTeamworkGraph_UserCreatedArgs = {
|
|
102748
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102749
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102750
|
+
};
|
|
102751
|
+
export declare type QueryTeamworkGraph_UserTaggedInArgs = {
|
|
102752
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102753
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102754
|
+
};
|
|
102755
|
+
export declare type QueryTeamworkGraph_UserTopRecentMentionersArgs = {
|
|
102756
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102757
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102758
|
+
};
|
|
102759
|
+
export declare type QueryTeamworkGraph_UserTopRecentReferencersArgs = {
|
|
102760
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102761
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102762
|
+
};
|
|
102763
|
+
export declare type QueryTeamworkGraph_UserViewedArgs = {
|
|
102764
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102765
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102766
|
+
};
|
|
102767
|
+
export declare type QueryTeamworkGraph_UserWorkMentionedArgs = {
|
|
102768
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102769
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102770
|
+
};
|
|
102685
102771
|
export declare type QueryTemplateArgs = {
|
|
102686
102772
|
id: Scalars['String']['input'];
|
|
102687
102773
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -126122,7 +126208,10 @@ export declare type SpaceRoleEdge = {
|
|
|
126122
126208
|
export declare type SpaceRoleGroupPrincipal = SpaceRolePrincipal & {
|
|
126123
126209
|
__typename?: 'SpaceRoleGroupPrincipal';
|
|
126124
126210
|
displayName: Scalars['String']['output'];
|
|
126211
|
+
managedBy?: Maybe<ConfluenceGroupManagementType>;
|
|
126125
126212
|
principalId: Scalars['ID']['output'];
|
|
126213
|
+
resourceAri?: Maybe<Scalars['ID']['output']>;
|
|
126214
|
+
team?: Maybe<TeamV2>;
|
|
126126
126215
|
usageType?: Maybe<ConfluenceGroupUsageType>;
|
|
126127
126216
|
};
|
|
126128
126217
|
export declare type SpaceRoleGuestPrincipal = SpaceRolePrincipal & {
|
|
@@ -129967,6 +130056,20 @@ export declare type TownsquareGoalsDeleteLatestUpdatePayload = {
|
|
|
129967
130056
|
success: Scalars['Boolean']['output'];
|
|
129968
130057
|
updateId?: Maybe<Scalars['ID']['output']>;
|
|
129969
130058
|
};
|
|
130059
|
+
export declare type TownsquareGoalsEditMetricInput = {
|
|
130060
|
+
externalEntityId?: InputMaybe<Scalars['String']['input']>;
|
|
130061
|
+
metricId: Scalars['ID']['input'];
|
|
130062
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
130063
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
130064
|
+
subType?: InputMaybe<Scalars['String']['input']>;
|
|
130065
|
+
value?: InputMaybe<Scalars['Float']['input']>;
|
|
130066
|
+
};
|
|
130067
|
+
export declare type TownsquareGoalsEditMetricPayload = {
|
|
130068
|
+
__typename?: 'TownsquareGoalsEditMetricPayload';
|
|
130069
|
+
errors?: Maybe<Array<MutationError>>;
|
|
130070
|
+
metric?: Maybe<TownsquareMetric>;
|
|
130071
|
+
success: Scalars['Boolean']['output'];
|
|
130072
|
+
};
|
|
129970
130073
|
export declare type TownsquareGoalsEditUpdateInput = {
|
|
129971
130074
|
goalUpdateId: Scalars['ID']['input'];
|
|
129972
130075
|
score?: InputMaybe<Scalars['Int']['input']>;
|