@forge/cli-shared 8.9.1-next.9 → 8.10.0-next.12
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 +22 -0
- package/out/graphql/graphql-types.d.ts +1175 -135
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +95 -49
- package/out/ui/text.d.ts +10 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +15 -5
- package/package.json +1 -1
|
@@ -597,6 +597,7 @@ export declare type AvpEnvVar = {
|
|
|
597
597
|
__typename?: 'AVPEnvVar';
|
|
598
598
|
applyToAll?: Maybe<Scalars['Boolean']['output']>;
|
|
599
599
|
chartId?: Maybe<Scalars['ID']['output']>;
|
|
600
|
+
chartType?: Maybe<Scalars['String']['output']>;
|
|
600
601
|
dataType?: Maybe<AvpEnvVarDataType>;
|
|
601
602
|
defaultValues?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
602
603
|
hotTierFilterConfig?: Maybe<Array<Maybe<AvpHotTierFilterConfig>>>;
|
|
@@ -1073,6 +1074,7 @@ export declare enum ActionsAuthType {
|
|
|
1073
1074
|
TwoLegged = "TWO_LEGGED"
|
|
1074
1075
|
}
|
|
1075
1076
|
export declare enum ActionsCapabilityType {
|
|
1077
|
+
AgentStudio = "AGENT_STUDIO",
|
|
1076
1078
|
Ai = "AI",
|
|
1077
1079
|
Automation = "AUTOMATION"
|
|
1078
1080
|
}
|
|
@@ -2807,6 +2809,16 @@ export declare type AgentStudioBatchEvaluationJobRun = {
|
|
|
2807
2809
|
status: AgentStudioJobRunStatus;
|
|
2808
2810
|
totalItems: Scalars['Int']['output'];
|
|
2809
2811
|
};
|
|
2812
|
+
export declare type AgentStudioBatchEvaluationJobRunEdge = {
|
|
2813
|
+
__typename?: 'AgentStudioBatchEvaluationJobRunEdge';
|
|
2814
|
+
cursor: Scalars['String']['output'];
|
|
2815
|
+
node: AgentStudioBatchEvaluationJobRun;
|
|
2816
|
+
};
|
|
2817
|
+
export declare type AgentStudioBatchEvaluationJobRunsConnection = {
|
|
2818
|
+
__typename?: 'AgentStudioBatchEvaluationJobRunsConnection';
|
|
2819
|
+
edges: Array<AgentStudioBatchEvaluationJobRunEdge>;
|
|
2820
|
+
pageInfo: PageInfo;
|
|
2821
|
+
};
|
|
2810
2822
|
export declare type AgentStudioBatchEvaluationJobsResult = {
|
|
2811
2823
|
__typename?: 'AgentStudioBatchEvaluationJobsResult';
|
|
2812
2824
|
edges: Array<AgentStudioBatchEvaluationJobEdge>;
|
|
@@ -3814,6 +3826,13 @@ export declare type AppContainerService = {
|
|
|
3814
3826
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
3815
3827
|
versionStatus?: Maybe<Scalars['String']['output']>;
|
|
3816
3828
|
};
|
|
3829
|
+
export declare type AppContainerServiceContextFilter = {
|
|
3830
|
+
type: AppContainerServiceContextFilterType;
|
|
3831
|
+
value: Scalars['String']['input'];
|
|
3832
|
+
};
|
|
3833
|
+
export declare enum AppContainerServiceContextFilterType {
|
|
3834
|
+
ShardContext = "SHARD_CONTEXT"
|
|
3835
|
+
}
|
|
3817
3836
|
export declare type AppContainerServices = {
|
|
3818
3837
|
__typename?: 'AppContainerServices';
|
|
3819
3838
|
services?: Maybe<Array<AppContainerService>>;
|
|
@@ -5486,6 +5505,11 @@ export declare type AssetsDmDataSourceFormFieldsDataSourceTypesArgs = {
|
|
|
5486
5505
|
page?: InputMaybe<Scalars['Int']['input']>;
|
|
5487
5506
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
5488
5507
|
};
|
|
5508
|
+
export declare type AssetsDmDataSourceHeaderDetails = {
|
|
5509
|
+
__typename?: 'AssetsDMDataSourceHeaderDetails';
|
|
5510
|
+
dataSourceName: Scalars['String']['output'];
|
|
5511
|
+
objectClassName: Scalars['String']['output'];
|
|
5512
|
+
};
|
|
5489
5513
|
export declare type AssetsDmDataSourceInput = {
|
|
5490
5514
|
adapterType: Scalars['String']['input'];
|
|
5491
5515
|
configuration: Scalars['JSON']['input'];
|
|
@@ -5742,6 +5766,9 @@ export declare type AssetsDmDateFormats = {
|
|
|
5742
5766
|
name: Scalars['String']['output'];
|
|
5743
5767
|
tenantId: Scalars['String']['output'];
|
|
5744
5768
|
};
|
|
5769
|
+
export declare type AssetsDmExportedObjectsListFileStatusPayload = {
|
|
5770
|
+
name: Scalars['String']['input'];
|
|
5771
|
+
};
|
|
5745
5772
|
export declare type AssetsDmGenerateAdapterTokenInput = {
|
|
5746
5773
|
adapterType: Scalars['String']['input'];
|
|
5747
5774
|
password: Scalars['String']['input'];
|
|
@@ -5788,6 +5815,15 @@ export declare type AssetsDmMappedColumn = {
|
|
|
5788
5815
|
jobId: Scalars['ID']['output'];
|
|
5789
5816
|
sourceColumnName: Scalars['String']['output'];
|
|
5790
5817
|
};
|
|
5818
|
+
export declare type AssetsDmNotificationPayload = {
|
|
5819
|
+
exportedObjectsListFileStatus?: InputMaybe<Array<InputMaybe<AssetsDmExportedObjectsListFileStatusPayload>>>;
|
|
5820
|
+
};
|
|
5821
|
+
export declare type AssetsDmNotificationResponse = {
|
|
5822
|
+
__typename?: 'AssetsDMNotificationResponse';
|
|
5823
|
+
exportedObjectsListFileStatus?: Maybe<Array<Maybe<AssetsDmObjectsListDownloadResponse>>>;
|
|
5824
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
5825
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
5826
|
+
};
|
|
5791
5827
|
export declare type AssetsDmObjectClass = {
|
|
5792
5828
|
__typename?: 'AssetsDMObjectClass';
|
|
5793
5829
|
allowDuplicates?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -5944,6 +5980,7 @@ export declare type AssetsDmObjectsListDownloadResponse = {
|
|
|
5944
5980
|
isReady: Scalars['Boolean']['output'];
|
|
5945
5981
|
isSuccessful: Scalars['Boolean']['output'];
|
|
5946
5982
|
message: Scalars['String']['output'];
|
|
5983
|
+
name: Scalars['String']['output'];
|
|
5947
5984
|
};
|
|
5948
5985
|
export declare type AssetsDmObjectsListExportRequestCreateResponse = {
|
|
5949
5986
|
__typename?: 'AssetsDMObjectsListExportRequestCreateResponse';
|
|
@@ -10756,6 +10793,7 @@ export declare type CompassCatalogQueryApi = {
|
|
|
10756
10793
|
metricDefinition?: Maybe<CompassMetricDefinitionResult>;
|
|
10757
10794
|
metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
|
|
10758
10795
|
metricValuesTimeSeries?: Maybe<CompassMetricValuesTimeseriesResult>;
|
|
10796
|
+
myComponents?: Maybe<CompassComponentQueryResult>;
|
|
10759
10797
|
package?: Maybe<CompassPackage>;
|
|
10760
10798
|
scorecard?: Maybe<CompassScorecardResult>;
|
|
10761
10799
|
scorecards?: Maybe<CompassScorecardsQueryResult>;
|
|
@@ -10895,6 +10933,10 @@ export declare type CompassCatalogQueryApiMetricValuesTimeSeriesArgs = {
|
|
|
10895
10933
|
cloudId: Scalars['ID']['input'];
|
|
10896
10934
|
metricSourceId: Scalars['ID']['input'];
|
|
10897
10935
|
};
|
|
10936
|
+
export declare type CompassCatalogQueryApiMyComponentsArgs = {
|
|
10937
|
+
cloudId: Scalars['String']['input'];
|
|
10938
|
+
query?: InputMaybe<CompassSearchComponentQuery>;
|
|
10939
|
+
};
|
|
10898
10940
|
export declare type CompassCatalogQueryApiPackageArgs = {
|
|
10899
10941
|
id: Scalars['ID']['input'];
|
|
10900
10942
|
};
|
|
@@ -16050,7 +16092,7 @@ export declare type ConfluenceContentBodyInput = {
|
|
|
16050
16092
|
export declare type ConfluenceContentDirectRestrictions = {
|
|
16051
16093
|
__typename?: 'ConfluenceContentDirectRestrictions';
|
|
16052
16094
|
applied?: Maybe<ConfluenceDirectRestrictionsApplied>;
|
|
16053
|
-
|
|
16095
|
+
confluencePermissionsSummary: ConfluencePermissionsSummary;
|
|
16054
16096
|
};
|
|
16055
16097
|
export declare type ConfluenceContentGeneralAccess = {
|
|
16056
16098
|
__typename?: 'ConfluenceContentGeneralAccess';
|
|
@@ -16062,6 +16104,7 @@ export declare type ConfluenceContentInput = {
|
|
|
16062
16104
|
contentStatus?: InputMaybe<Scalars['String']['input']>;
|
|
16063
16105
|
contentType?: InputMaybe<Scalars['String']['input']>;
|
|
16064
16106
|
minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16107
|
+
moveRequest?: InputMaybe<ConfluenceMoveRequestInput>;
|
|
16065
16108
|
ncsStepVersion?: InputMaybe<Scalars['String']['input']>;
|
|
16066
16109
|
restrictions?: InputMaybe<PageRestrictionsInput>;
|
|
16067
16110
|
schedulePublishDate?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -16126,6 +16169,23 @@ export declare type ConfluenceContentNativeProperties = {
|
|
|
16126
16169
|
current?: Maybe<ConfluenceCurrentContentNativeProperties>;
|
|
16127
16170
|
draft?: Maybe<ConfluenceDraftContentNativeProperties>;
|
|
16128
16171
|
};
|
|
16172
|
+
export declare type ConfluenceContentPermissions = {
|
|
16173
|
+
__typename?: 'ConfluenceContentPermissions';
|
|
16174
|
+
confluencePermissionsSummary: ConfluencePermissionsSummary;
|
|
16175
|
+
confluencePrincipalsConnection: ConfluencePrincipalsConnection;
|
|
16176
|
+
contentId: Scalars['ID']['output'];
|
|
16177
|
+
generalAccess: ConfluenceContentGeneralAccess;
|
|
16178
|
+
permissions?: Maybe<ConfluencePrincipalsConnection>;
|
|
16179
|
+
};
|
|
16180
|
+
export declare type ConfluenceContentPermissionsPermissionsArgs = {
|
|
16181
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16182
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16183
|
+
};
|
|
16184
|
+
export declare enum ConfluenceContentPosition {
|
|
16185
|
+
After = "AFTER",
|
|
16186
|
+
Append = "APPEND",
|
|
16187
|
+
Before = "BEFORE"
|
|
16188
|
+
}
|
|
16129
16189
|
export declare type ConfluenceContentPropertyDeleted = {
|
|
16130
16190
|
__typename?: 'ConfluenceContentPropertyDeleted';
|
|
16131
16191
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -17638,6 +17698,10 @@ export declare type ConfluenceMediaTokenData = {
|
|
|
17638
17698
|
fileStoreUrl: Scalars['String']['output'];
|
|
17639
17699
|
token: Scalars['String']['output'];
|
|
17640
17700
|
};
|
|
17701
|
+
export declare type ConfluenceMoveRequestInput = {
|
|
17702
|
+
position: ConfluenceContentPosition;
|
|
17703
|
+
targetId: Scalars['ID']['input'];
|
|
17704
|
+
};
|
|
17641
17705
|
export declare type ConfluenceMutationApi = {
|
|
17642
17706
|
__typename?: 'ConfluenceMutationApi';
|
|
17643
17707
|
addCustomApplicationLink?: Maybe<ConfluenceAddCustomApplicationLinkPayload>;
|
|
@@ -17948,6 +18012,24 @@ export declare enum ConfluenceNbmCategoryTypes {
|
|
|
17948
18012
|
Unknown = "UNKNOWN",
|
|
17949
18013
|
Unverified = "UNVERIFIED"
|
|
17950
18014
|
}
|
|
18015
|
+
export declare type ConfluenceNbmChainsForTransformationConnection = {
|
|
18016
|
+
__typename?: 'ConfluenceNbmChainsForTransformationConnection';
|
|
18017
|
+
edges?: Maybe<Array<Maybe<ConfluenceNbmChainsForTransformationEdge>>>;
|
|
18018
|
+
nodes?: Maybe<Array<Maybe<ConfluenceNbmChainsForTransformationNode>>>;
|
|
18019
|
+
pageInfo: ConfluencePageInfo;
|
|
18020
|
+
};
|
|
18021
|
+
export declare type ConfluenceNbmChainsForTransformationEdge = {
|
|
18022
|
+
__typename?: 'ConfluenceNbmChainsForTransformationEdge';
|
|
18023
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
18024
|
+
node?: Maybe<ConfluenceNbmChainsForTransformationNode>;
|
|
18025
|
+
};
|
|
18026
|
+
export declare type ConfluenceNbmChainsForTransformationNode = {
|
|
18027
|
+
__typename?: 'ConfluenceNbmChainsForTransformationNode';
|
|
18028
|
+
affectedPages?: Maybe<Scalars['Int']['output']>;
|
|
18029
|
+
brokenPageId?: Maybe<Scalars['ID']['output']>;
|
|
18030
|
+
chain: Scalars['String']['output'];
|
|
18031
|
+
suggestion?: Maybe<Scalars['String']['output']>;
|
|
18032
|
+
};
|
|
17951
18033
|
export declare type ConfluenceNbmPageInfo = {
|
|
17952
18034
|
__typename?: 'ConfluenceNbmPageInfo';
|
|
17953
18035
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -18013,6 +18095,18 @@ export declare type ConfluenceNbmScanSummary = {
|
|
|
18013
18095
|
totalPages?: Maybe<Scalars['Int']['output']>;
|
|
18014
18096
|
totalSpaces?: Maybe<Scalars['Int']['output']>;
|
|
18015
18097
|
};
|
|
18098
|
+
export declare type ConfluenceNbmStartPerfScanLongTaskInput = {
|
|
18099
|
+
includeAllSpaces: Scalars['Boolean']['input'];
|
|
18100
|
+
scanId?: InputMaybe<Scalars['String']['input']>;
|
|
18101
|
+
spaceIds: Array<Scalars['Long']['input']>;
|
|
18102
|
+
};
|
|
18103
|
+
export declare type ConfluenceNbmStartPerfScanLongTaskPayload = Payload & {
|
|
18104
|
+
__typename?: 'ConfluenceNbmStartPerfScanLongTaskPayload';
|
|
18105
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18106
|
+
scanId?: Maybe<Scalars['ID']['output']>;
|
|
18107
|
+
success: Scalars['Boolean']['output'];
|
|
18108
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
18109
|
+
};
|
|
18016
18110
|
export declare type ConfluenceNbmStartScanLongTaskInput = {
|
|
18017
18111
|
includeAllSpaces: Scalars['Boolean']['input'];
|
|
18018
18112
|
scanId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -18077,6 +18171,12 @@ export declare enum ConfluenceNbmTransformationStatus {
|
|
|
18077
18171
|
Pending = "PENDING",
|
|
18078
18172
|
Running = "RUNNING"
|
|
18079
18173
|
}
|
|
18174
|
+
export declare type ConfluenceNbmTransformer = {
|
|
18175
|
+
__typename?: 'ConfluenceNbmTransformer';
|
|
18176
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
18177
|
+
name: Scalars['String']['output'];
|
|
18178
|
+
transformedChain?: Maybe<Scalars['String']['output']>;
|
|
18179
|
+
};
|
|
18080
18180
|
export declare enum ConfluenceNbmVerificationAiState {
|
|
18081
18181
|
Broken = "BROKEN",
|
|
18082
18182
|
Unknown = "UNKNOWN",
|
|
@@ -18536,11 +18636,24 @@ export declare type ConfluencePendingAccessRequest = {
|
|
|
18536
18636
|
__typename?: 'ConfluencePendingAccessRequest';
|
|
18537
18637
|
isPendingAccessRequestExists?: Maybe<Scalars['Boolean']['output']>;
|
|
18538
18638
|
};
|
|
18639
|
+
export declare enum ConfluencePermission {
|
|
18640
|
+
Edit = "EDIT",
|
|
18641
|
+
View = "VIEW"
|
|
18642
|
+
}
|
|
18539
18643
|
export declare enum ConfluencePermissionTypeAssignabilityCode {
|
|
18540
18644
|
AnonymousAssignable = "ANONYMOUS_ASSIGNABLE",
|
|
18541
18645
|
Assignable = "ASSIGNABLE",
|
|
18542
18646
|
GuestAssignable = "GUEST_ASSIGNABLE"
|
|
18543
18647
|
}
|
|
18648
|
+
export declare type ConfluencePermissionsSummary = {
|
|
18649
|
+
__typename?: 'ConfluencePermissionsSummary';
|
|
18650
|
+
limit: Scalars['Int']['output'];
|
|
18651
|
+
remainingSlots: Scalars['Int']['output'];
|
|
18652
|
+
totalCount: Scalars['Int']['output'];
|
|
18653
|
+
totalGroups: Scalars['Int']['output'];
|
|
18654
|
+
totalTeams: Scalars['Int']['output'];
|
|
18655
|
+
totalUsers: Scalars['Int']['output'];
|
|
18656
|
+
};
|
|
18544
18657
|
export declare type ConfluencePerson = {
|
|
18545
18658
|
__typename?: 'ConfluencePerson';
|
|
18546
18659
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -18607,10 +18720,29 @@ export declare enum ConfluencePolicyEnabledStatus {
|
|
|
18607
18720
|
Enabled = "ENABLED",
|
|
18608
18721
|
UndeterminedDueToInternalError = "UNDETERMINED_DUE_TO_INTERNAL_ERROR"
|
|
18609
18722
|
}
|
|
18723
|
+
export declare type ConfluencePrincipal = {
|
|
18724
|
+
__typename?: 'ConfluencePrincipal';
|
|
18725
|
+
avatar?: Maybe<Scalars['String']['output']>;
|
|
18726
|
+
displayName: Scalars['String']['output'];
|
|
18727
|
+
effectivePermission: ConfluencePermission;
|
|
18728
|
+
explicitPermission: ConfluencePermission;
|
|
18729
|
+
hasSpaceEditPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
18730
|
+
hasSpaceViewPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
18731
|
+
principalId: Scalars['ID']['output'];
|
|
18732
|
+
principalType: ConfluencePrincipalType;
|
|
18733
|
+
restrictingContent?: Maybe<ConfluenceRestrictingContent>;
|
|
18734
|
+
sitePermissionType?: Maybe<SitePermissionType>;
|
|
18735
|
+
usageType?: Maybe<ConfluenceGroupUsageType>;
|
|
18736
|
+
};
|
|
18610
18737
|
export declare enum ConfluencePrincipalType {
|
|
18611
18738
|
Group = "GROUP",
|
|
18612
18739
|
User = "USER"
|
|
18613
18740
|
}
|
|
18741
|
+
export declare type ConfluencePrincipalsConnection = {
|
|
18742
|
+
__typename?: 'ConfluencePrincipalsConnection';
|
|
18743
|
+
nodes: Array<Maybe<ConfluencePrincipal>>;
|
|
18744
|
+
pageInfo: ConfluencePageInfo;
|
|
18745
|
+
};
|
|
18614
18746
|
export declare type ConfluencePrivacyMode = {
|
|
18615
18747
|
__typename?: 'ConfluencePrivacyMode';
|
|
18616
18748
|
isPrivacyModeEnabled: Scalars['Boolean']['output'];
|
|
@@ -19092,6 +19224,16 @@ export declare type ConfluenceRestoreContentVersionPayload = {
|
|
|
19092
19224
|
success: Scalars['Boolean']['output'];
|
|
19093
19225
|
version: Version;
|
|
19094
19226
|
};
|
|
19227
|
+
export declare type ConfluenceRestrictingContent = {
|
|
19228
|
+
__typename?: 'ConfluenceRestrictingContent';
|
|
19229
|
+
id: Scalars['ID']['output'];
|
|
19230
|
+
links?: Maybe<ConfluenceRestrictingContentLinks>;
|
|
19231
|
+
};
|
|
19232
|
+
export declare type ConfluenceRestrictingContentLinks = {
|
|
19233
|
+
__typename?: 'ConfluenceRestrictingContentLinks';
|
|
19234
|
+
base?: Maybe<Scalars['String']['output']>;
|
|
19235
|
+
webui?: Maybe<Scalars['String']['output']>;
|
|
19236
|
+
};
|
|
19095
19237
|
export declare type ConfluenceRestriction = {
|
|
19096
19238
|
__typename?: 'ConfluenceRestriction';
|
|
19097
19239
|
principalId: Scalars['ID']['output'];
|
|
@@ -19108,12 +19250,6 @@ export declare type ConfluenceRestrictionsResult = {
|
|
|
19108
19250
|
__typename?: 'ConfluenceRestrictionsResult';
|
|
19109
19251
|
restrictions: Array<Maybe<ConfluenceRestriction>>;
|
|
19110
19252
|
};
|
|
19111
|
-
export declare type ConfluenceRestrictionsSummary = {
|
|
19112
|
-
__typename?: 'ConfluenceRestrictionsSummary';
|
|
19113
|
-
limit?: Maybe<Scalars['Int']['output']>;
|
|
19114
|
-
remainingSlots?: Maybe<Scalars['Int']['output']>;
|
|
19115
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
19116
|
-
};
|
|
19117
19253
|
export declare enum ConfluenceRoleAssignabilityCode {
|
|
19118
19254
|
Assignable = "ASSIGNABLE",
|
|
19119
19255
|
DefaultRoleAssignmentNotSupported = "DEFAULT_ROLE_ASSIGNMENT_NOT_SUPPORTED",
|
|
@@ -19750,6 +19886,16 @@ export declare type ConfluenceUpdateAnswerPayload = Payload & {
|
|
|
19750
19886
|
errors?: Maybe<Array<MutationError>>;
|
|
19751
19887
|
success: Scalars['Boolean']['output'];
|
|
19752
19888
|
};
|
|
19889
|
+
export declare type ConfluenceUpdateBlogPostInput = {
|
|
19890
|
+
confluenceContentInput: ConfluenceContentInput;
|
|
19891
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
19892
|
+
};
|
|
19893
|
+
export declare type ConfluenceUpdateBlogPostPayload = Payload & {
|
|
19894
|
+
__typename?: 'ConfluenceUpdateBlogPostPayload';
|
|
19895
|
+
content?: Maybe<Content>;
|
|
19896
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19897
|
+
success: Scalars['Boolean']['output'];
|
|
19898
|
+
};
|
|
19753
19899
|
export declare type ConfluenceUpdateCalendarCustomEventTypePayload = Payload & {
|
|
19754
19900
|
__typename?: 'ConfluenceUpdateCalendarCustomEventTypePayload';
|
|
19755
19901
|
calendarCustomEventType?: Maybe<ConfluenceCalendarCustomEventType>;
|
|
@@ -20075,6 +20221,16 @@ export declare type ConfluenceUpdateNewCodeMacroPayload = Payload & {
|
|
|
20075
20221
|
newCodeMacro?: Maybe<ConfluenceNewCodeMacro>;
|
|
20076
20222
|
success: Scalars['Boolean']['output'];
|
|
20077
20223
|
};
|
|
20224
|
+
export declare type ConfluenceUpdatePageInput = {
|
|
20225
|
+
confluenceContentInput: ConfluenceContentInput;
|
|
20226
|
+
status: Scalars['String']['input'];
|
|
20227
|
+
};
|
|
20228
|
+
export declare type ConfluenceUpdatePagePayload = Payload & {
|
|
20229
|
+
__typename?: 'ConfluenceUpdatePagePayload';
|
|
20230
|
+
content?: Maybe<Content>;
|
|
20231
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20232
|
+
success: Scalars['Boolean']['output'];
|
|
20233
|
+
};
|
|
20078
20234
|
export declare type ConfluenceUpdatePdfExportConfigurationInput = {
|
|
20079
20235
|
footer: Scalars['String']['input'];
|
|
20080
20236
|
header: Scalars['String']['input'];
|
|
@@ -20320,6 +20476,15 @@ export declare type ConfluenceUpdateVotePayload = Payload & {
|
|
|
20320
20476
|
success: Scalars['Boolean']['output'];
|
|
20321
20477
|
vote?: Maybe<ConfluenceVote>;
|
|
20322
20478
|
};
|
|
20479
|
+
export declare type ConfluenceUpdateWatermarkConfigInput = {
|
|
20480
|
+
data: Scalars['String']['input'];
|
|
20481
|
+
};
|
|
20482
|
+
export declare type ConfluenceUpdateWatermarkConfigPayload = Payload & {
|
|
20483
|
+
__typename?: 'ConfluenceUpdateWatermarkConfigPayload';
|
|
20484
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20485
|
+
success: Scalars['Boolean']['output'];
|
|
20486
|
+
watermarkConfig?: Maybe<ConfluenceWatermarkConfig>;
|
|
20487
|
+
};
|
|
20323
20488
|
export declare type ConfluenceUploadDefaultSpaceLogoInput = {
|
|
20324
20489
|
fileStoreId: Scalars['ID']['input'];
|
|
20325
20490
|
};
|
|
@@ -20433,6 +20598,16 @@ export declare type ConfluenceWatchSubCalendarPayload = {
|
|
|
20433
20598
|
errors?: Maybe<Array<MutationError>>;
|
|
20434
20599
|
success: Scalars['Boolean']['output'];
|
|
20435
20600
|
};
|
|
20601
|
+
export declare type ConfluenceWatermarkConfig = {
|
|
20602
|
+
__typename?: 'ConfluenceWatermarkConfig';
|
|
20603
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
20604
|
+
data?: Maybe<Scalars['String']['output']>;
|
|
20605
|
+
entityAri: Scalars['String']['output'];
|
|
20606
|
+
ownerAri?: Maybe<Scalars['String']['output']>;
|
|
20607
|
+
settingKey: Scalars['String']['output'];
|
|
20608
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
20609
|
+
version?: Maybe<Scalars['Int']['output']>;
|
|
20610
|
+
};
|
|
20436
20611
|
export declare type ConfluenceWhiteboard = Node & {
|
|
20437
20612
|
__typename?: 'ConfluenceWhiteboard';
|
|
20438
20613
|
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
@@ -23975,6 +24150,11 @@ export declare type CsmAiActionVariableInput = {
|
|
|
23975
24150
|
isRequired: Scalars['Boolean']['input'];
|
|
23976
24151
|
name: Scalars['String']['input'];
|
|
23977
24152
|
};
|
|
24153
|
+
export declare type CsmAiAddKnowledgeSourceInput = {
|
|
24154
|
+
csmAiKnowledgeFilter: CsmAiKnowledgeFilterInput;
|
|
24155
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24156
|
+
type: Scalars['String']['input'];
|
|
24157
|
+
};
|
|
23978
24158
|
export declare type CsmAiAgent = {
|
|
23979
24159
|
__typename?: 'CsmAiAgent';
|
|
23980
24160
|
companyDescription?: Maybe<Scalars['String']['output']>;
|
|
@@ -24104,6 +24284,9 @@ export declare type CsmAiByodKnowledgeFilter = {
|
|
|
24104
24284
|
__typename?: 'CsmAiByodKnowledgeFilter';
|
|
24105
24285
|
byodSources?: Maybe<Array<CsmAiByodSource>>;
|
|
24106
24286
|
};
|
|
24287
|
+
export declare type CsmAiByodKnowledgeFilterInput = {
|
|
24288
|
+
byodSources?: InputMaybe<Array<CsmAiByodSourceInput>>;
|
|
24289
|
+
};
|
|
24107
24290
|
export declare type CsmAiByodSource = {
|
|
24108
24291
|
__typename?: 'CsmAiByodSource';
|
|
24109
24292
|
datasourceId: Scalars['String']['output'];
|
|
@@ -24111,12 +24294,22 @@ export declare type CsmAiByodSource = {
|
|
|
24111
24294
|
workspaceName: Scalars['String']['output'];
|
|
24112
24295
|
workspaceUrl: Scalars['String']['output'];
|
|
24113
24296
|
};
|
|
24297
|
+
export declare type CsmAiByodSourceInput = {
|
|
24298
|
+
datasourceId: Scalars['String']['input'];
|
|
24299
|
+
integrationId: Scalars['String']['input'];
|
|
24300
|
+
workspaceName: Scalars['String']['input'];
|
|
24301
|
+
workspaceUrl: Scalars['String']['input'];
|
|
24302
|
+
};
|
|
24114
24303
|
export declare type CsmAiCoachingContentResult = CsmAiAgentCoachingContent | QueryError;
|
|
24115
24304
|
export declare type CsmAiConfluenceKnowledgeFilter = {
|
|
24116
24305
|
__typename?: 'CsmAiConfluenceKnowledgeFilter';
|
|
24117
24306
|
parentFilter?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24118
24307
|
spaceFilter?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24119
24308
|
};
|
|
24309
|
+
export declare type CsmAiConfluenceKnowledgeFilterInput = {
|
|
24310
|
+
parentFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24311
|
+
spaceFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24312
|
+
};
|
|
24120
24313
|
export declare type CsmAiConnectorConfiguration = CsmAiMessageHandoff | CsmAiTicketingHandoff;
|
|
24121
24314
|
export declare type CsmAiConnectorConfigurationInput = {
|
|
24122
24315
|
messageHandoff?: InputMaybe<CsmAiMessageHandoffInput>;
|
|
@@ -24161,6 +24354,11 @@ export declare type CsmAiDeleteCoachingContentPayload = Payload & {
|
|
|
24161
24354
|
errors?: Maybe<Array<MutationError>>;
|
|
24162
24355
|
success: Scalars['Boolean']['output'];
|
|
24163
24356
|
};
|
|
24357
|
+
export declare type CsmAiDeleteKnowledgeSourcePayload = Payload & {
|
|
24358
|
+
__typename?: 'CsmAiDeleteKnowledgeSourcePayload';
|
|
24359
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24360
|
+
success: Scalars['Boolean']['output'];
|
|
24361
|
+
};
|
|
24164
24362
|
export declare type CsmAiHandoffConfig = {
|
|
24165
24363
|
__typename?: 'CsmAiHandoffConfig';
|
|
24166
24364
|
connectorConfiguration: CsmAiConnectorConfiguration;
|
|
@@ -24222,6 +24420,10 @@ export declare type CsmAiKnowledgeCollection = {
|
|
|
24222
24420
|
};
|
|
24223
24421
|
export declare type CsmAiKnowledgeCollectionResult = CsmAiKnowledgeCollection | QueryError;
|
|
24224
24422
|
export declare type CsmAiKnowledgeFilter = CsmAiByodKnowledgeFilter | CsmAiConfluenceKnowledgeFilter;
|
|
24423
|
+
export declare type CsmAiKnowledgeFilterInput = {
|
|
24424
|
+
byodFilter?: InputMaybe<CsmAiByodKnowledgeFilterInput>;
|
|
24425
|
+
confluenceFilter?: InputMaybe<CsmAiConfluenceKnowledgeFilterInput>;
|
|
24426
|
+
};
|
|
24225
24427
|
export declare type CsmAiKnowledgeSource = {
|
|
24226
24428
|
__typename?: 'CsmAiKnowledgeSource';
|
|
24227
24429
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -24229,6 +24431,12 @@ export declare type CsmAiKnowledgeSource = {
|
|
|
24229
24431
|
id: Scalars['ID']['output'];
|
|
24230
24432
|
type?: Maybe<Scalars['String']['output']>;
|
|
24231
24433
|
};
|
|
24434
|
+
export declare type CsmAiKnowledgeSourcePayload = Payload & {
|
|
24435
|
+
__typename?: 'CsmAiKnowledgeSourcePayload';
|
|
24436
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24437
|
+
knowledgeSource?: Maybe<CsmAiKnowledgeSource>;
|
|
24438
|
+
success: Scalars['Boolean']['output'];
|
|
24439
|
+
};
|
|
24232
24440
|
export declare type CsmAiMessageHandoff = {
|
|
24233
24441
|
__typename?: 'CsmAiMessageHandoff';
|
|
24234
24442
|
message: Scalars['String']['output'];
|
|
@@ -24324,6 +24532,11 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
24324
24532
|
handoffConfigs?: Maybe<Array<CsmAiHandoffConfig>>;
|
|
24325
24533
|
success: Scalars['Boolean']['output'];
|
|
24326
24534
|
};
|
|
24535
|
+
export declare type CsmAiUpdateKnowledgeSourceInput = {
|
|
24536
|
+
csmAiKnowledgeFilter: CsmAiKnowledgeFilterInput;
|
|
24537
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24538
|
+
type: Scalars['String']['input'];
|
|
24539
|
+
};
|
|
24327
24540
|
export declare type CsmAiUpdateWidgetPayload = Payload & {
|
|
24328
24541
|
__typename?: 'CsmAiUpdateWidgetPayload';
|
|
24329
24542
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -24380,9 +24593,11 @@ export declare type CsmAiWidgetBrandingThemeUpdateInput = {
|
|
|
24380
24593
|
export declare type CsmAiWidgetConfig = {
|
|
24381
24594
|
__typename?: 'CsmAiWidgetConfig';
|
|
24382
24595
|
allowedDomains?: Maybe<Array<Scalars['String']['output']>>;
|
|
24596
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
24383
24597
|
id: Scalars['ID']['output'];
|
|
24384
24598
|
isAnonymousAccessEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
24385
24599
|
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
24600
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
24386
24601
|
position: CsmAiWidgetPosition;
|
|
24387
24602
|
theme?: Maybe<CsmAiWidgetBrandingTheme>;
|
|
24388
24603
|
type: CsmAiWidgetType;
|
|
@@ -24412,8 +24627,10 @@ export declare enum CsmAiWidgetType {
|
|
|
24412
24627
|
}
|
|
24413
24628
|
export declare type CsmAiWidgetUpdateInput = {
|
|
24414
24629
|
allowedDomains?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
24630
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
24415
24631
|
isAnonymousAccessEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24416
24632
|
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24633
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
24417
24634
|
position?: InputMaybe<CsmAiWidgetPosition>;
|
|
24418
24635
|
theme?: InputMaybe<CsmAiWidgetBrandingThemeUpdateInput>;
|
|
24419
24636
|
type: CsmAiWidgetType;
|
|
@@ -24617,6 +24834,20 @@ export declare type Customer360Customer = Node & {
|
|
|
24617
24834
|
startDate?: Maybe<Scalars['String']['output']>;
|
|
24618
24835
|
type?: Maybe<Scalars['String']['output']>;
|
|
24619
24836
|
};
|
|
24837
|
+
export declare type CustomerServiceAcceptEscalationInput = {
|
|
24838
|
+
escalationType: CustomerServiceEscalationType;
|
|
24839
|
+
linkedWorkItemId: Scalars['ID']['input'];
|
|
24840
|
+
linkedWorkItemType: CustomerServiceAcceptEscalationLinkedWorkItemType;
|
|
24841
|
+
};
|
|
24842
|
+
export declare enum CustomerServiceAcceptEscalationLinkedWorkItemType {
|
|
24843
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
24844
|
+
NewWorkItem = "NEW_WORK_ITEM"
|
|
24845
|
+
}
|
|
24846
|
+
export declare type CustomerServiceAcceptEscalationPayload = Payload & {
|
|
24847
|
+
__typename?: 'CustomerServiceAcceptEscalationPayload';
|
|
24848
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24849
|
+
success: Scalars['Boolean']['output'];
|
|
24850
|
+
};
|
|
24620
24851
|
export declare type CustomerServiceAttribute = Node & {
|
|
24621
24852
|
__typename?: 'CustomerServiceAttribute';
|
|
24622
24853
|
config?: Maybe<CustomerServiceAttributeConfigMetadata>;
|
|
@@ -25100,6 +25331,7 @@ export declare type CustomerServiceIndividualUpdateAttributeValuePayload = Paylo
|
|
|
25100
25331
|
};
|
|
25101
25332
|
export declare type CustomerServiceMutationApi = {
|
|
25102
25333
|
__typename?: 'CustomerServiceMutationApi';
|
|
25334
|
+
acceptEscalation?: Maybe<CustomerServiceAcceptEscalationPayload>;
|
|
25103
25335
|
addEntitlement?: Maybe<CustomerServiceEntitlementAddPayload>;
|
|
25104
25336
|
createCustomDetail?: Maybe<CustomerServiceCustomDetailCreatePayload>;
|
|
25105
25337
|
createIndividualAttribute?: Maybe<CustomerServiceAttributeCreatePayload>;
|
|
@@ -25138,6 +25370,11 @@ export declare type CustomerServiceMutationApi = {
|
|
|
25138
25370
|
updateTemplateForm?: Maybe<CustomerServiceTemplateFormUpdatePayload>;
|
|
25139
25371
|
upsertBranding?: Maybe<CustomerServiceBrandingUpsertPayload>;
|
|
25140
25372
|
};
|
|
25373
|
+
export declare type CustomerServiceMutationApiAcceptEscalationArgs = {
|
|
25374
|
+
input: CustomerServiceAcceptEscalationInput;
|
|
25375
|
+
projectId: Scalars['ID']['input'];
|
|
25376
|
+
workItemId: Scalars['ID']['input'];
|
|
25377
|
+
};
|
|
25141
25378
|
export declare type CustomerServiceMutationApiAddEntitlementArgs = {
|
|
25142
25379
|
input: CustomerServiceEntitlementAddInput;
|
|
25143
25380
|
};
|
|
@@ -25631,6 +25868,7 @@ export declare type CustomerServiceTemplateForm = Node & {
|
|
|
25631
25868
|
helpCenterId: Scalars['ID']['output'];
|
|
25632
25869
|
id: Scalars['ID']['output'];
|
|
25633
25870
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
25871
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
25634
25872
|
name?: Maybe<Scalars['String']['output']>;
|
|
25635
25873
|
};
|
|
25636
25874
|
export declare type CustomerServiceTemplateFormConnection = {
|
|
@@ -25669,6 +25907,7 @@ export declare type CustomerServiceTemplateFormFilterInput = {
|
|
|
25669
25907
|
export declare type CustomerServiceTemplateFormQueryResult = CustomerServiceTemplateForm | QueryError;
|
|
25670
25908
|
export declare type CustomerServiceTemplateFormUpdateInput = {
|
|
25671
25909
|
defaultRoutingRule?: InputMaybe<CustomerServiceDefaultRoutingRuleInput>;
|
|
25910
|
+
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25672
25911
|
};
|
|
25673
25912
|
export declare type CustomerServiceTemplateFormUpdatePayload = Payload & {
|
|
25674
25913
|
__typename?: 'CustomerServiceTemplateFormUpdatePayload';
|
|
@@ -29849,6 +30088,13 @@ export declare type ExperienceToplineGoal = {
|
|
|
29849
30088
|
percentile: Scalars['Int']['output'];
|
|
29850
30089
|
value: Scalars['Float']['output'];
|
|
29851
30090
|
};
|
|
30091
|
+
export declare type ExperimentApiCollaborationGraphUser = {
|
|
30092
|
+
__typename?: 'ExperimentApiCollaborationGraphUser';
|
|
30093
|
+
entityType?: Maybe<Scalars['String']['output']>;
|
|
30094
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
30095
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
30096
|
+
userProfile?: Maybe<User>;
|
|
30097
|
+
};
|
|
29852
30098
|
export declare type Extension = {
|
|
29853
30099
|
__typename?: 'Extension';
|
|
29854
30100
|
appId: Scalars['ID']['output'];
|
|
@@ -30235,11 +30481,14 @@ export declare type ExternalCustomerOrg = Node & {
|
|
|
30235
30481
|
accountType?: Maybe<Scalars['String']['output']>;
|
|
30236
30482
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
30237
30483
|
contacts?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
30484
|
+
container?: Maybe<ExternalEntity>;
|
|
30485
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
30238
30486
|
contributors?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
30239
30487
|
country?: Maybe<Scalars['String']['output']>;
|
|
30240
30488
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
30241
30489
|
createdBy?: Maybe<ExternalUser>;
|
|
30242
30490
|
customerOrgLastActivity?: Maybe<ExternalCustomerOrgLastActivity>;
|
|
30491
|
+
customerOrgLifeTimeValue?: Maybe<ExternalCustomerOrgLifeTimeValue>;
|
|
30243
30492
|
description?: Maybe<Scalars['String']['output']>;
|
|
30244
30493
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
30245
30494
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
@@ -33710,6 +33959,23 @@ export declare enum GraphIntegrationDirectoryItemType {
|
|
|
33710
33959
|
McpServer = "MCP_SERVER",
|
|
33711
33960
|
McpTool = "MCP_TOOL"
|
|
33712
33961
|
}
|
|
33962
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection = {
|
|
33963
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection';
|
|
33964
|
+
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge>>;
|
|
33965
|
+
error?: Maybe<QueryError>;
|
|
33966
|
+
nodes?: Maybe<Array<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode>>;
|
|
33967
|
+
pageInfo: PageInfo;
|
|
33968
|
+
};
|
|
33969
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge = {
|
|
33970
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge';
|
|
33971
|
+
cursor: Scalars['String']['output'];
|
|
33972
|
+
node?: Maybe<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode>;
|
|
33973
|
+
};
|
|
33974
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode = {
|
|
33975
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode';
|
|
33976
|
+
displayName: Scalars['String']['output'];
|
|
33977
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
33978
|
+
};
|
|
33713
33979
|
export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
|
|
33714
33980
|
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
|
|
33715
33981
|
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerEdge>>;
|
|
@@ -34453,7 +34719,8 @@ export declare type GraphQlSpaceShortcutsInput = {
|
|
|
34453
34719
|
};
|
|
34454
34720
|
export declare enum GraphQlTemplateContentAppearance {
|
|
34455
34721
|
Default = "DEFAULT",
|
|
34456
|
-
FullWidth = "FULL_WIDTH"
|
|
34722
|
+
FullWidth = "FULL_WIDTH",
|
|
34723
|
+
Max = "MAX"
|
|
34457
34724
|
}
|
|
34458
34725
|
export declare type GraphQlUserAndGroupSearchResults = {
|
|
34459
34726
|
__typename?: 'GraphQLUserAndGroupSearchResults';
|
|
@@ -37441,6 +37708,8 @@ export declare type GraphStore = {
|
|
|
37441
37708
|
userWatchesConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageInverseConnection>;
|
|
37442
37709
|
userWatchesConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection>;
|
|
37443
37710
|
userWatchesConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection>;
|
|
37711
|
+
userWatchesTeam?: Maybe<GraphStoreSimplifiedUserWatchesTeamConnection>;
|
|
37712
|
+
userWatchesTeamInverse?: Maybe<GraphStoreSimplifiedUserWatchesTeamInverseConnection>;
|
|
37444
37713
|
versionAssociatedBranch?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchConnection>;
|
|
37445
37714
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
37446
37715
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -42940,6 +43209,20 @@ export declare type GraphStoreUserWatchesConfluenceWhiteboardInverseArgs = {
|
|
|
42940
43209
|
id: Scalars['ID']['input'];
|
|
42941
43210
|
sort?: InputMaybe<GraphStoreUserWatchesConfluenceWhiteboardSortInput>;
|
|
42942
43211
|
};
|
|
43212
|
+
export declare type GraphStoreUserWatchesTeamArgs = {
|
|
43213
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43214
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43215
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43216
|
+
id: Scalars['ID']['input'];
|
|
43217
|
+
sort?: InputMaybe<GraphStoreUserWatchesTeamSortInput>;
|
|
43218
|
+
};
|
|
43219
|
+
export declare type GraphStoreUserWatchesTeamInverseArgs = {
|
|
43220
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43221
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43222
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43223
|
+
id: Scalars['ID']['input'];
|
|
43224
|
+
sort?: InputMaybe<GraphStoreUserWatchesTeamSortInput>;
|
|
43225
|
+
};
|
|
42943
43226
|
export declare type GraphStoreVersionAssociatedBranchArgs = {
|
|
42944
43227
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
42945
43228
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -59325,6 +59608,34 @@ export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEd
|
|
|
59325
59608
|
};
|
|
59326
59609
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
59327
59610
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
59611
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamConnection = HasPageInfo & {
|
|
59612
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamConnection';
|
|
59613
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesTeamEdge>>>;
|
|
59614
|
+
pageInfo: PageInfo;
|
|
59615
|
+
};
|
|
59616
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamEdge = {
|
|
59617
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamEdge';
|
|
59618
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59619
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59620
|
+
id: Scalars['ID']['output'];
|
|
59621
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59622
|
+
node?: Maybe<GraphStoreSimplifiedUserWatchesTeamUnion>;
|
|
59623
|
+
};
|
|
59624
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseConnection = HasPageInfo & {
|
|
59625
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamInverseConnection';
|
|
59626
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesTeamInverseEdge>>>;
|
|
59627
|
+
pageInfo: PageInfo;
|
|
59628
|
+
};
|
|
59629
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseEdge = {
|
|
59630
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamInverseEdge';
|
|
59631
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59632
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59633
|
+
id: Scalars['ID']['output'];
|
|
59634
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59635
|
+
node?: Maybe<GraphStoreSimplifiedUserWatchesTeamInverseUnion>;
|
|
59636
|
+
};
|
|
59637
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
59638
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamUnion = TeamV2;
|
|
59328
59639
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
59329
59640
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchConnection';
|
|
59330
59641
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchEdge>>>;
|
|
@@ -60534,6 +60845,9 @@ export declare type GraphStoreUserWatchesConfluencePageSortInput = {
|
|
|
60534
60845
|
export declare type GraphStoreUserWatchesConfluenceWhiteboardSortInput = {
|
|
60535
60846
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60536
60847
|
};
|
|
60848
|
+
export declare type GraphStoreUserWatchesTeamSortInput = {
|
|
60849
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60850
|
+
};
|
|
60537
60851
|
export declare type GraphStoreVersionAssociatedBranchSortInput = {
|
|
60538
60852
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
60539
60853
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -62122,16 +62436,7 @@ export declare enum HelpCenterPortalsType {
|
|
|
62122
62436
|
Hidden = "HIDDEN",
|
|
62123
62437
|
Visible = "VISIBLE"
|
|
62124
62438
|
}
|
|
62125
|
-
export declare type HelpCenterProductEntityConnection =
|
|
62126
|
-
__typename?: 'HelpCenterProductEntityConnection';
|
|
62127
|
-
edges?: Maybe<Array<HelpCenterProductEntityEdge>>;
|
|
62128
|
-
pageInfo: PageInfo;
|
|
62129
|
-
};
|
|
62130
|
-
export declare type HelpCenterProductEntityEdge = {
|
|
62131
|
-
__typename?: 'HelpCenterProductEntityEdge';
|
|
62132
|
-
cursor: Scalars['String']['output'];
|
|
62133
|
-
node?: Maybe<HelpCenterHubProductEntityData>;
|
|
62134
|
-
};
|
|
62439
|
+
export declare type HelpCenterProductEntityConnection = HelpObjectStoreProductEntityConnection | QueryError;
|
|
62135
62440
|
export declare type HelpCenterProductEntityFilterCriteria = {
|
|
62136
62441
|
__typename?: 'HelpCenterProductEntityFilterCriteria';
|
|
62137
62442
|
after?: Maybe<Scalars['String']['output']>;
|
|
@@ -62158,6 +62463,8 @@ export declare type HelpCenterProductEntityRequestInput = {
|
|
|
62158
62463
|
type: HelpCenterProductEntityType;
|
|
62159
62464
|
};
|
|
62160
62465
|
export declare enum HelpCenterProductEntityType {
|
|
62466
|
+
JsmExtResources = "JSM_EXT_RESOURCES",
|
|
62467
|
+
JsmKbArticles = "JSM_KB_ARTICLES",
|
|
62161
62468
|
JsmRequestTypes = "JSM_REQUEST_TYPES",
|
|
62162
62469
|
KnowledgeCards = "KNOWLEDGE_CARDS"
|
|
62163
62470
|
}
|
|
@@ -65175,19 +65482,6 @@ export declare type JiraApplicationProperty = Node & {
|
|
|
65175
65482
|
type: Scalars['String']['output'];
|
|
65176
65483
|
value: Scalars['String']['output'];
|
|
65177
65484
|
};
|
|
65178
|
-
export declare type JiraApplySuggestionActionInput = {
|
|
65179
|
-
actionId: Scalars['String']['input'];
|
|
65180
|
-
cloudId: Scalars['ID']['input'];
|
|
65181
|
-
id: Scalars['ID']['input'];
|
|
65182
|
-
input?: InputMaybe<Scalars['JSON']['input']>;
|
|
65183
|
-
};
|
|
65184
|
-
export declare type JiraApplySuggestionActionsPayload = Payload & {
|
|
65185
|
-
__typename?: 'JiraApplySuggestionActionsPayload';
|
|
65186
|
-
errors?: Maybe<Array<MutationError>>;
|
|
65187
|
-
ids?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
65188
|
-
success: Scalars['Boolean']['output'];
|
|
65189
|
-
suggestions?: Maybe<Array<Maybe<JiraSuggestion>>>;
|
|
65190
|
-
};
|
|
65191
65485
|
export declare type JiraApprovalActivityFeedConnection = {
|
|
65192
65486
|
__typename?: 'JiraApprovalActivityFeedConnection';
|
|
65193
65487
|
nodes: Array<JiraApprovalActivityItem>;
|
|
@@ -66497,6 +66791,9 @@ export declare type JiraBoardViewFilterConfigArgs = {
|
|
|
66497
66791
|
export declare type JiraBoardViewGroupByConfigArgs = {
|
|
66498
66792
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66499
66793
|
};
|
|
66794
|
+
export declare type JiraBoardViewIsEmptyArgs = {
|
|
66795
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66796
|
+
};
|
|
66500
66797
|
export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
66501
66798
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66502
66799
|
};
|
|
@@ -66612,8 +66909,9 @@ export declare type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
|
66612
66909
|
id: Scalars['ID']['output'];
|
|
66613
66910
|
};
|
|
66614
66911
|
export declare type JiraBoardViewInput = {
|
|
66615
|
-
jiraBoardViewQueryInput
|
|
66912
|
+
jiraBoardViewQueryInput?: InputMaybe<JiraBoardViewQueryInput>;
|
|
66616
66913
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66914
|
+
viewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
66617
66915
|
};
|
|
66618
66916
|
export declare type JiraBoardViewLayout = JiraBoardViewColumnLayout;
|
|
66619
66917
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & Node & {
|
|
@@ -69738,16 +70036,6 @@ export declare type JiraDismissInContextConfigPromptPayload = Payload & {
|
|
|
69738
70036
|
errors?: Maybe<Array<MutationError>>;
|
|
69739
70037
|
success: Scalars['Boolean']['output'];
|
|
69740
70038
|
};
|
|
69741
|
-
export declare type JiraDismissSuggestionActionsPayload = Payload & {
|
|
69742
|
-
__typename?: 'JiraDismissSuggestionActionsPayload';
|
|
69743
|
-
errors?: Maybe<Array<MutationError>>;
|
|
69744
|
-
ids?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
69745
|
-
success: Scalars['Boolean']['output'];
|
|
69746
|
-
};
|
|
69747
|
-
export declare type JiraDismissSuggestionsInput = {
|
|
69748
|
-
cloudId: Scalars['ID']['input'];
|
|
69749
|
-
ids: Array<Scalars['ID']['input']>;
|
|
69750
|
-
};
|
|
69751
70039
|
export declare type JiraDragAndDropBoardViewIssueInput = {
|
|
69752
70040
|
destinationCellId?: InputMaybe<Scalars['ID']['input']>;
|
|
69753
70041
|
id: Scalars['ID']['input'];
|
|
@@ -69764,19 +70052,6 @@ export declare type JiraDragAndDropBoardViewIssuePayload = {
|
|
|
69764
70052
|
export declare type JiraDuplicateJourneyConfigurationInput = {
|
|
69765
70053
|
id: Scalars['ID']['input'];
|
|
69766
70054
|
};
|
|
69767
|
-
export declare type JiraDuplicateWorkItemsSuggestion = JiraSuggestion & {
|
|
69768
|
-
__typename?: 'JiraDuplicateWorkItemsSuggestion';
|
|
69769
|
-
actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
|
|
69770
|
-
appliedAction?: Maybe<JiraSuggestionAction>;
|
|
69771
|
-
entityId?: Maybe<Scalars['String']['output']>;
|
|
69772
|
-
id?: Maybe<Scalars['ID']['output']>;
|
|
69773
|
-
relatedEntityId?: Maybe<Scalars['String']['output']>;
|
|
69774
|
-
relatedWorkItem?: Maybe<JiraIssue>;
|
|
69775
|
-
score?: Maybe<Scalars['Float']['output']>;
|
|
69776
|
-
status?: Maybe<JiraSuggestionStatus>;
|
|
69777
|
-
type?: Maybe<JiraSuggestionType>;
|
|
69778
|
-
workItem?: Maybe<JiraIssue>;
|
|
69779
|
-
};
|
|
69780
70055
|
export declare type JiraDurationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
69781
70056
|
__typename?: 'JiraDurationField';
|
|
69782
70057
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -70256,6 +70531,7 @@ export declare type JiraFieldSchemeAvailableFieldsInput = {
|
|
|
70256
70531
|
};
|
|
70257
70532
|
export declare type JiraFieldSchemeOperations = {
|
|
70258
70533
|
__typename?: 'JiraFieldSchemeOperations';
|
|
70534
|
+
canAdd?: Maybe<Scalars['Boolean']['output']>;
|
|
70259
70535
|
canChangeDescription?: Maybe<Scalars['Boolean']['output']>;
|
|
70260
70536
|
canChangeRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
70261
70537
|
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -71572,6 +71848,7 @@ export declare enum JiraHomePageType {
|
|
|
71572
71848
|
}
|
|
71573
71849
|
export declare type JiraHydrateJqlInput = {
|
|
71574
71850
|
filterId?: InputMaybe<Scalars['ID']['input']>;
|
|
71851
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
71575
71852
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
71576
71853
|
lastUsedJqlForIssueNavigator?: InputMaybe<JiraJqlScopeInput>;
|
|
71577
71854
|
viewQueryInput?: InputMaybe<JiraIssueSearchViewQueryInput>;
|
|
@@ -71602,6 +71879,7 @@ export declare type JiraInlineIssueCreateInput = {
|
|
|
71602
71879
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
71603
71880
|
fields: JiraIssueFieldsInput;
|
|
71604
71881
|
issueTypeId: Scalars['ID']['input'];
|
|
71882
|
+
jqlContexts?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
71605
71883
|
kanbanDestination?: InputMaybe<JiraKanbanDestination>;
|
|
71606
71884
|
projectId: Scalars['ID']['input'];
|
|
71607
71885
|
rank?: InputMaybe<JiraIssueCreateRankInput>;
|
|
@@ -71667,6 +71945,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
71667
71945
|
connectBackgroundScripts?: Maybe<JiraIssueConnectBackgroundScriptConnection>;
|
|
71668
71946
|
connectOperations?: Maybe<JiraIssueConnectOperationConnection>;
|
|
71669
71947
|
contentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
71948
|
+
contextPanels?: Maybe<JiraIssueContextPanelConnection>;
|
|
71670
71949
|
coverMedia?: Maybe<JiraWorkManagementBackground>;
|
|
71671
71950
|
createdField?: Maybe<JiraDateTimePickerField>;
|
|
71672
71951
|
deletableAttachmentsCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -71775,6 +72054,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
71775
72054
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
71776
72055
|
timeOriginalEstimateField?: Maybe<JiraOriginalTimeEstimateField>;
|
|
71777
72056
|
timeTrackingField?: Maybe<JiraTimeTrackingField>;
|
|
72057
|
+
totalAttachmentsCount?: Maybe<Scalars['Int']['output']>;
|
|
71778
72058
|
updatedField?: Maybe<JiraDateTimePickerField>;
|
|
71779
72059
|
votesField?: Maybe<JiraVotesField>;
|
|
71780
72060
|
watchesField?: Maybe<JiraWatchesField>;
|
|
@@ -71870,6 +72150,12 @@ export declare type JiraIssueContentPanelsArgs = {
|
|
|
71870
72150
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71871
72151
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
71872
72152
|
};
|
|
72153
|
+
export declare type JiraIssueContextPanelsArgs = {
|
|
72154
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
72155
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
72156
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
72157
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
72158
|
+
};
|
|
71873
72159
|
export declare type JiraIssueDesignsArgs = {
|
|
71874
72160
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71875
72161
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -72333,6 +72619,16 @@ export declare type JiraIssueContentPanelEdge = {
|
|
|
72333
72619
|
cursor: Scalars['String']['output'];
|
|
72334
72620
|
node?: Maybe<JiraIssueContentPanel>;
|
|
72335
72621
|
};
|
|
72622
|
+
export declare type JiraIssueContextPanelConnection = {
|
|
72623
|
+
__typename?: 'JiraIssueContextPanelConnection';
|
|
72624
|
+
edges?: Maybe<Array<Maybe<JiraIssueContextPanelEdge>>>;
|
|
72625
|
+
pageInfo: PageInfo;
|
|
72626
|
+
};
|
|
72627
|
+
export declare type JiraIssueContextPanelEdge = {
|
|
72628
|
+
__typename?: 'JiraIssueContextPanelEdge';
|
|
72629
|
+
cursor: Scalars['String']['output'];
|
|
72630
|
+
node?: Maybe<JiraIssueViewContextPanel>;
|
|
72631
|
+
};
|
|
72336
72632
|
export declare type JiraIssueCreateFieldValidationRule = {
|
|
72337
72633
|
errorMessage?: InputMaybe<Scalars['String']['input']>;
|
|
72338
72634
|
fields: Array<Scalars['String']['input']>;
|
|
@@ -73638,7 +73934,11 @@ export declare type JiraIssueSearchViewContexts = {
|
|
|
73638
73934
|
contexts?: Maybe<Array<JiraIssueSearchViewContextMapping>>;
|
|
73639
73935
|
errors?: Maybe<Array<QueryError>>;
|
|
73640
73936
|
};
|
|
73937
|
+
export declare type JiraIssueSearchViewFieldSetFilterContext = {
|
|
73938
|
+
filter?: InputMaybe<Scalars['ID']['input']>;
|
|
73939
|
+
};
|
|
73641
73940
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
73941
|
+
filterContext?: InputMaybe<JiraIssueSearchViewFieldSetFilterContext>;
|
|
73642
73942
|
issueContext?: InputMaybe<JiraIssueSearchViewFieldSetsIssueContext>;
|
|
73643
73943
|
projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
|
|
73644
73944
|
};
|
|
@@ -73963,6 +74263,18 @@ export declare type JiraIssueViewCollapsibleSections = {
|
|
|
73963
74263
|
__typename?: 'JiraIssueViewCollapsibleSections';
|
|
73964
74264
|
sections?: Maybe<Array<Maybe<JiraIssueViewCollapsibleSection>>>;
|
|
73965
74265
|
};
|
|
74266
|
+
export declare type JiraIssueViewContextPanel = {
|
|
74267
|
+
__typename?: 'JiraIssueViewContextPanel';
|
|
74268
|
+
addonKey?: Maybe<Scalars['String']['output']>;
|
|
74269
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
74270
|
+
dynamicContent?: Maybe<Scalars['JSON']['output']>;
|
|
74271
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
74272
|
+
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
74273
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
74274
|
+
options?: Maybe<Scalars['JSON']['output']>;
|
|
74275
|
+
status?: Maybe<Scalars['JSON']['output']>;
|
|
74276
|
+
type?: Maybe<JiraIssueModuleType>;
|
|
74277
|
+
};
|
|
73966
74278
|
export declare type JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType = {
|
|
73967
74279
|
__typename?: 'JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType';
|
|
73968
74280
|
dismissUntilDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -75111,6 +75423,7 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
75111
75423
|
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
75112
75424
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
75113
75425
|
issueSearchInput: JiraIssueSearchInput;
|
|
75426
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
75114
75427
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
75115
75428
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
75116
75429
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -76147,6 +76460,7 @@ export declare type JiraMutationRenameNavigationItemArgs = {
|
|
|
76147
76460
|
};
|
|
76148
76461
|
export declare type JiraMutationReplaceSpreadsheetViewFieldSetsArgs = {
|
|
76149
76462
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
76463
|
+
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
76150
76464
|
id: Scalars['ID']['input'];
|
|
76151
76465
|
};
|
|
76152
76466
|
export declare type JiraMutationRequestCancelIssueExportTaskArgs = {
|
|
@@ -79122,6 +79436,7 @@ export declare type JiraQuery = {
|
|
|
79122
79436
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
79123
79437
|
devOpsProviders?: Maybe<Array<Maybe<JiraDevOpsProvider>>>;
|
|
79124
79438
|
echo?: Maybe<Scalars['String']['output']>;
|
|
79439
|
+
ecosystemFirstSeenOnIssueView?: Maybe<Scalars['DateTime']['output']>;
|
|
79125
79440
|
epicLinkFieldKey?: Maybe<Scalars['String']['output']>;
|
|
79126
79441
|
exportIssueDetails?: Maybe<JiraExportIssueDetailsResponse>;
|
|
79127
79442
|
favouriteFilters?: Maybe<JiraFilterConnection>;
|
|
@@ -79133,6 +79448,7 @@ export declare type JiraQuery = {
|
|
|
79133
79448
|
filter?: Maybe<JiraFilter>;
|
|
79134
79449
|
filters?: Maybe<Array<Maybe<JiraFilter>>>;
|
|
79135
79450
|
first100JsmWorkflowTemplates?: Maybe<Array<JiraServiceManagementWorkflowTemplateMetadata>>;
|
|
79451
|
+
forYou_recommendedActions?: Maybe<JiraRecommendedActionCategoryConnection>;
|
|
79136
79452
|
forge: JiraForgeQuery;
|
|
79137
79453
|
formattingRulesByProject?: Maybe<JiraFormattingRuleConnection>;
|
|
79138
79454
|
formulaFieldExpressionConfig?: Maybe<JiraFormulaFieldExpressionConfig>;
|
|
@@ -79161,6 +79477,7 @@ export declare type JiraQuery = {
|
|
|
79161
79477
|
isAiEnabledForIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
79162
79478
|
isIssueViewEditorAiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79163
79479
|
isJiraDefinitionsPermissionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79480
|
+
isLinkingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79164
79481
|
isNaturalLanguageSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79165
79482
|
isRovoEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79166
79483
|
isSubtasksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -79481,6 +79798,9 @@ export declare type JiraQueryEchoArgs = {
|
|
|
79481
79798
|
cloudId: Scalars['ID']['input'];
|
|
79482
79799
|
where?: InputMaybe<JiraEchoWhereInput>;
|
|
79483
79800
|
};
|
|
79801
|
+
export declare type JiraQueryEcosystemFirstSeenOnIssueViewArgs = {
|
|
79802
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
79803
|
+
};
|
|
79484
79804
|
export declare type JiraQueryEpicLinkFieldKeyArgs = {
|
|
79485
79805
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
79486
79806
|
};
|
|
@@ -79546,6 +79866,9 @@ export declare type JiraQueryFirst100JsmWorkflowTemplatesArgs = {
|
|
|
79546
79866
|
tags?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
79547
79867
|
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
79548
79868
|
};
|
|
79869
|
+
export declare type JiraQueryForYou_RecommendedActionsArgs = {
|
|
79870
|
+
cloudId: Scalars['ID']['input'];
|
|
79871
|
+
};
|
|
79549
79872
|
export declare type JiraQueryFormattingRulesByProjectArgs = {
|
|
79550
79873
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
79551
79874
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -79685,6 +80008,9 @@ export declare type JiraQueryIsIssueViewEditorAiEnabledArgs = {
|
|
|
79685
80008
|
export declare type JiraQueryIsJiraDefinitionsPermissionsEnabledArgs = {
|
|
79686
80009
|
cloudId: Scalars['ID']['input'];
|
|
79687
80010
|
};
|
|
80011
|
+
export declare type JiraQueryIsLinkingEnabledArgs = {
|
|
80012
|
+
cloudId: Scalars['ID']['input'];
|
|
80013
|
+
};
|
|
79688
80014
|
export declare type JiraQueryIsNaturalLanguageSearchEnabledArgs = {
|
|
79689
80015
|
cloudId: Scalars['ID']['input'];
|
|
79690
80016
|
};
|
|
@@ -79852,6 +80178,7 @@ export declare type JiraQueryJiraIssueSearchViewArgs = {
|
|
|
79852
80178
|
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
79853
80179
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
79854
80180
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
80181
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
79855
80182
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
79856
80183
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
79857
80184
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
@@ -80463,6 +80790,40 @@ export declare enum JiraRecommendationCategory {
|
|
|
80463
80790
|
ProjectCleanup = "PROJECT_CLEANUP",
|
|
80464
80791
|
ProjectRoleActor = "PROJECT_ROLE_ACTOR"
|
|
80465
80792
|
}
|
|
80793
|
+
export declare type JiraRecommendedAction = {
|
|
80794
|
+
__typename?: 'JiraRecommendedAction';
|
|
80795
|
+
entity?: Maybe<JiraRecommendedActionEntity>;
|
|
80796
|
+
};
|
|
80797
|
+
export declare type JiraRecommendedActionCategory = {
|
|
80798
|
+
__typename?: 'JiraRecommendedActionCategory';
|
|
80799
|
+
actions?: Maybe<JiraRecommendedActionConnection>;
|
|
80800
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
80801
|
+
id: Scalars['ID']['output'];
|
|
80802
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
80803
|
+
};
|
|
80804
|
+
export declare type JiraRecommendedActionCategoryConnection = {
|
|
80805
|
+
__typename?: 'JiraRecommendedActionCategoryConnection';
|
|
80806
|
+
edges?: Maybe<Array<Maybe<JiraRecommendedActionCategoryEdge>>>;
|
|
80807
|
+
pageInfo: PageInfo;
|
|
80808
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
80809
|
+
};
|
|
80810
|
+
export declare type JiraRecommendedActionCategoryEdge = {
|
|
80811
|
+
__typename?: 'JiraRecommendedActionCategoryEdge';
|
|
80812
|
+
cursor: Scalars['String']['output'];
|
|
80813
|
+
node?: Maybe<JiraRecommendedActionCategory>;
|
|
80814
|
+
};
|
|
80815
|
+
export declare type JiraRecommendedActionConnection = {
|
|
80816
|
+
__typename?: 'JiraRecommendedActionConnection';
|
|
80817
|
+
edges?: Maybe<Array<Maybe<JiraRecommendedActionEdge>>>;
|
|
80818
|
+
pageInfo: PageInfo;
|
|
80819
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
80820
|
+
};
|
|
80821
|
+
export declare type JiraRecommendedActionEdge = {
|
|
80822
|
+
__typename?: 'JiraRecommendedActionEdge';
|
|
80823
|
+
cursor: Scalars['String']['output'];
|
|
80824
|
+
node?: Maybe<JiraRecommendedAction>;
|
|
80825
|
+
};
|
|
80826
|
+
export declare type JiraRecommendedActionEntity = JiraIssue | JiraPlatformComment | JiraProject | JiraServiceManagementComment;
|
|
80466
80827
|
export declare type JiraRedaction = {
|
|
80467
80828
|
__typename?: 'JiraRedaction';
|
|
80468
80829
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -83623,16 +83984,6 @@ export declare type JiraSprintUpdateInput = {
|
|
|
83623
83984
|
sprintId: Scalars['ID']['input'];
|
|
83624
83985
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
83625
83986
|
};
|
|
83626
|
-
export declare type JiraStaleWorkItemsSuggestion = JiraSuggestion & {
|
|
83627
|
-
__typename?: 'JiraStaleWorkItemsSuggestion';
|
|
83628
|
-
actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
|
|
83629
|
-
appliedAction?: Maybe<JiraSuggestionAction>;
|
|
83630
|
-
entityId?: Maybe<Scalars['String']['output']>;
|
|
83631
|
-
id?: Maybe<Scalars['ID']['output']>;
|
|
83632
|
-
status?: Maybe<JiraSuggestionStatus>;
|
|
83633
|
-
type?: Maybe<JiraSuggestionType>;
|
|
83634
|
-
workItem?: Maybe<JiraIssue>;
|
|
83635
|
-
};
|
|
83636
83987
|
export declare type JiraStatus = MercuryOriginalProjectStatus & Node & {
|
|
83637
83988
|
__typename?: 'JiraStatus';
|
|
83638
83989
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -84027,61 +84378,6 @@ export declare type JiraSuggestedIssueInput = {
|
|
|
84027
84378
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
84028
84379
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
84029
84380
|
};
|
|
84030
|
-
export declare type JiraSuggestion = {
|
|
84031
|
-
actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
|
|
84032
|
-
appliedAction?: Maybe<JiraSuggestionAction>;
|
|
84033
|
-
entityId?: Maybe<Scalars['String']['output']>;
|
|
84034
|
-
id?: Maybe<Scalars['ID']['output']>;
|
|
84035
|
-
status?: Maybe<JiraSuggestionStatus>;
|
|
84036
|
-
type?: Maybe<JiraSuggestionType>;
|
|
84037
|
-
};
|
|
84038
|
-
export declare type JiraSuggestionAction = {
|
|
84039
|
-
__typename?: 'JiraSuggestionAction';
|
|
84040
|
-
default?: Maybe<Scalars['Boolean']['output']>;
|
|
84041
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
84042
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
84043
|
-
inputSchema?: Maybe<JiraSuggestionActionInputSchema>;
|
|
84044
|
-
type?: Maybe<JiraSuggestionActionType>;
|
|
84045
|
-
};
|
|
84046
|
-
export declare type JiraSuggestionActionInputSchema = {
|
|
84047
|
-
__typename?: 'JiraSuggestionActionInputSchema';
|
|
84048
|
-
properties?: Maybe<Scalars['JSON']['output']>;
|
|
84049
|
-
required?: Maybe<Array<Scalars['String']['output']>>;
|
|
84050
|
-
};
|
|
84051
|
-
export declare enum JiraSuggestionActionType {
|
|
84052
|
-
ArchiveWorkItem = "ARCHIVE_WORK_ITEM",
|
|
84053
|
-
ChangeDuplicateWorkItemStatus = "CHANGE_DUPLICATE_WORK_ITEM_STATUS",
|
|
84054
|
-
ChangeStaleWorkItemStatus = "CHANGE_STALE_WORK_ITEM_STATUS",
|
|
84055
|
-
ChangeWorkItemStatus = "CHANGE_WORK_ITEM_STATUS",
|
|
84056
|
-
LinkDuplicateWorkItems = "LINK_DUPLICATE_WORK_ITEMS"
|
|
84057
|
-
}
|
|
84058
|
-
export declare type JiraSuggestionEdge = {
|
|
84059
|
-
__typename?: 'JiraSuggestionEdge';
|
|
84060
|
-
cursor: Scalars['String']['output'];
|
|
84061
|
-
node: JiraSuggestion;
|
|
84062
|
-
};
|
|
84063
|
-
export declare enum JiraSuggestionStatus {
|
|
84064
|
-
Dismissed = "DISMISSED",
|
|
84065
|
-
Done = "DONE",
|
|
84066
|
-
Pending = "PENDING"
|
|
84067
|
-
}
|
|
84068
|
-
export declare enum JiraSuggestionType {
|
|
84069
|
-
DuplicateWorkItems = "DUPLICATE_WORK_ITEMS",
|
|
84070
|
-
StaleWorkItems = "STALE_WORK_ITEMS"
|
|
84071
|
-
}
|
|
84072
|
-
export declare type JiraSuggestionsByContextInput = {
|
|
84073
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
84074
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
84075
|
-
id: Scalars['ID']['input'];
|
|
84076
|
-
status?: InputMaybe<Array<JiraSuggestionStatus>>;
|
|
84077
|
-
types: Array<JiraSuggestionType>;
|
|
84078
|
-
};
|
|
84079
|
-
export declare type JiraSuggestionsConnection = HasPageInfo & {
|
|
84080
|
-
__typename?: 'JiraSuggestionsConnection';
|
|
84081
|
-
edges?: Maybe<Array<Maybe<JiraSuggestionEdge>>>;
|
|
84082
|
-
errors?: Maybe<Array<QueryError>>;
|
|
84083
|
-
pageInfo: PageInfo;
|
|
84084
|
-
};
|
|
84085
84381
|
export declare enum JiraSyntheticFieldCardOptionType {
|
|
84086
84382
|
CardCover = "CARD_COVER",
|
|
84087
84383
|
Pages = "PAGES"
|
|
@@ -86859,10 +87155,23 @@ export declare type JpdViewUpdatedEvent = {
|
|
|
86859
87155
|
viewId: Scalars['Int']['output'];
|
|
86860
87156
|
viewUuid: Scalars['ID']['output'];
|
|
86861
87157
|
};
|
|
87158
|
+
export declare type JsmChannelsConditionNode = JsmChannelsPlanNode & {
|
|
87159
|
+
__typename?: 'JsmChannelsConditionNode';
|
|
87160
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87161
|
+
id: Scalars['ID']['output'];
|
|
87162
|
+
nodeDescription?: Maybe<Scalars['String']['output']>;
|
|
87163
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87164
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87165
|
+
};
|
|
86862
87166
|
export declare enum JsmChannelsConnectionType {
|
|
86863
87167
|
Okta = "OKTA"
|
|
86864
87168
|
}
|
|
86865
87169
|
export declare type JsmChannelsConversationsByContainerAriResult = JsmChannelsOrchestratorConversationsConnection | QueryError;
|
|
87170
|
+
export declare type JsmChannelsCustomPlanNodeAttribute = {
|
|
87171
|
+
__typename?: 'JsmChannelsCustomPlanNodeAttribute';
|
|
87172
|
+
key: Scalars['String']['output'];
|
|
87173
|
+
value: Scalars['String']['output'];
|
|
87174
|
+
};
|
|
86866
87175
|
export declare type JsmChannelsEstablishConnectionInput = {
|
|
86867
87176
|
clientId: Scalars['String']['input'];
|
|
86868
87177
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -86889,6 +87198,16 @@ export declare type JsmChannelsExperienceConfiguration = {
|
|
|
86889
87198
|
filter?: Maybe<JsmChannelsFilterConfiguration>;
|
|
86890
87199
|
isEnabled: Scalars['Boolean']['output'];
|
|
86891
87200
|
};
|
|
87201
|
+
export declare type JsmChannelsExperienceConfigurationByProjectIdsQueryPayload = {
|
|
87202
|
+
__typename?: 'JsmChannelsExperienceConfigurationByProjectIdsQueryPayload';
|
|
87203
|
+
projectExperienceConfiguration: Array<JsmChannelsExperienceConfigurationForProject>;
|
|
87204
|
+
};
|
|
87205
|
+
export declare type JsmChannelsExperienceConfigurationByProjectIdsResult = JsmChannelsExperienceConfigurationByProjectIdsQueryPayload | QueryError;
|
|
87206
|
+
export declare type JsmChannelsExperienceConfigurationForProject = {
|
|
87207
|
+
__typename?: 'JsmChannelsExperienceConfigurationForProject';
|
|
87208
|
+
projectId: Scalars['String']['output'];
|
|
87209
|
+
requestTypes?: Maybe<Array<JsmChannelsRequestTypeStatus>>;
|
|
87210
|
+
};
|
|
86892
87211
|
export declare type JsmChannelsExperienceConfigurationInput = {
|
|
86893
87212
|
filter?: InputMaybe<JsmChannelsFilterConfigurationInput>;
|
|
86894
87213
|
isEnabled: Scalars['Boolean']['input'];
|
|
@@ -86969,6 +87288,32 @@ export declare type JsmChannelsOrchestratorConversationsFilter = {
|
|
|
86969
87288
|
startDate: Scalars['DateTime']['input'];
|
|
86970
87289
|
states?: InputMaybe<Array<JsmChannelsOrchestratorConversationState>>;
|
|
86971
87290
|
};
|
|
87291
|
+
export declare type JsmChannelsPlanNode = {
|
|
87292
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87293
|
+
id: Scalars['ID']['output'];
|
|
87294
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87295
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87296
|
+
};
|
|
87297
|
+
export declare type JsmChannelsPlanNodeMapEntry = {
|
|
87298
|
+
__typename?: 'JsmChannelsPlanNodeMapEntry';
|
|
87299
|
+
node: JsmChannelsPlanNode;
|
|
87300
|
+
nodeId: Scalars['ID']['output'];
|
|
87301
|
+
};
|
|
87302
|
+
export declare enum JsmChannelsPlanNodeType {
|
|
87303
|
+
Condition = "CONDITION",
|
|
87304
|
+
Step = "STEP"
|
|
87305
|
+
}
|
|
87306
|
+
export declare type JsmChannelsProjectQueryFilter = {
|
|
87307
|
+
projectId: Scalars['String']['input'];
|
|
87308
|
+
requestTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
87309
|
+
};
|
|
87310
|
+
export declare enum JsmChannelsRequestTypeAgentStatus {
|
|
87311
|
+
Assistive = "ASSISTIVE",
|
|
87312
|
+
Autonomous = "AUTONOMOUS",
|
|
87313
|
+
Disabled = "DISABLED",
|
|
87314
|
+
Smart = "SMART",
|
|
87315
|
+
Supervised = "SUPERVISED"
|
|
87316
|
+
}
|
|
86972
87317
|
export declare enum JsmChannelsRequestTypeExecutionMode {
|
|
86973
87318
|
Assistive = "ASSISTIVE",
|
|
86974
87319
|
Autonomous = "AUTONOMOUS",
|
|
@@ -86976,6 +87321,11 @@ export declare enum JsmChannelsRequestTypeExecutionMode {
|
|
|
86976
87321
|
Smart = "SMART",
|
|
86977
87322
|
Supervised = "SUPERVISED"
|
|
86978
87323
|
}
|
|
87324
|
+
export declare type JsmChannelsRequestTypeStatus = {
|
|
87325
|
+
__typename?: 'JsmChannelsRequestTypeStatus';
|
|
87326
|
+
id: Scalars['String']['output'];
|
|
87327
|
+
status: JsmChannelsRequestTypeAgentStatus;
|
|
87328
|
+
};
|
|
86979
87329
|
export declare type JsmChannelsRequestTypes = {
|
|
86980
87330
|
__typename?: 'JsmChannelsRequestTypes';
|
|
86981
87331
|
id: Scalars['String']['output'];
|
|
@@ -86985,6 +87335,30 @@ export declare type JsmChannelsRequestTypesInput = {
|
|
|
86985
87335
|
id: Scalars['String']['input'];
|
|
86986
87336
|
mode: JsmChannelsRequestTypeExecutionMode;
|
|
86987
87337
|
};
|
|
87338
|
+
export declare enum JsmChannelsResolutionPlanAction {
|
|
87339
|
+
Approve = "APPROVE",
|
|
87340
|
+
Pause = "PAUSE",
|
|
87341
|
+
Reject = "REJECT"
|
|
87342
|
+
}
|
|
87343
|
+
export declare type JsmChannelsResolutionPlanActionPayload = Payload & {
|
|
87344
|
+
__typename?: 'JsmChannelsResolutionPlanActionPayload';
|
|
87345
|
+
errors?: Maybe<Array<MutationError>>;
|
|
87346
|
+
success: Scalars['Boolean']['output'];
|
|
87347
|
+
};
|
|
87348
|
+
export declare type JsmChannelsResolutionPlanGraph = {
|
|
87349
|
+
__typename?: 'JsmChannelsResolutionPlanGraph';
|
|
87350
|
+
graph?: Maybe<Array<Array<Scalars['ID']['output']>>>;
|
|
87351
|
+
nodes: Array<JsmChannelsPlanNodeMapEntry>;
|
|
87352
|
+
planId: Scalars['ID']['output'];
|
|
87353
|
+
};
|
|
87354
|
+
export declare type JsmChannelsResolutionPlanGraphResult = JsmChannelsResolutionPlanGraph | QueryError;
|
|
87355
|
+
export declare enum JsmChannelsResolutionPlanStepStatus {
|
|
87356
|
+
Cancelled = "CANCELLED",
|
|
87357
|
+
Completed = "COMPLETED",
|
|
87358
|
+
Failed = "FAILED",
|
|
87359
|
+
InProgress = "IN_PROGRESS",
|
|
87360
|
+
Pending = "PENDING"
|
|
87361
|
+
}
|
|
86988
87362
|
export declare type JsmChannelsServiceAgentResolutionPlan = {
|
|
86989
87363
|
__typename?: 'JsmChannelsServiceAgentResolutionPlan';
|
|
86990
87364
|
planId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -87004,6 +87378,15 @@ export declare type JsmChannelsServiceAgentResolutionRunbook = {
|
|
|
87004
87378
|
title: Scalars['String']['output'];
|
|
87005
87379
|
url: Scalars['String']['output'];
|
|
87006
87380
|
};
|
|
87381
|
+
export declare type JsmChannelsStepNode = JsmChannelsPlanNode & {
|
|
87382
|
+
__typename?: 'JsmChannelsStepNode';
|
|
87383
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87384
|
+
id: Scalars['ID']['output'];
|
|
87385
|
+
nodeDescription?: Maybe<Scalars['String']['output']>;
|
|
87386
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87387
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87388
|
+
status?: Maybe<JsmChannelsResolutionPlanStepStatus>;
|
|
87389
|
+
};
|
|
87007
87390
|
export declare type JsmChannelsTaskAgent = {
|
|
87008
87391
|
__typename?: 'JsmChannelsTaskAgent';
|
|
87009
87392
|
agentName: Scalars['String']['output'];
|
|
@@ -87937,6 +88320,29 @@ export declare type KeyValueHierarchyMap = {
|
|
|
87937
88320
|
key?: Maybe<Scalars['String']['output']>;
|
|
87938
88321
|
value?: Maybe<Scalars['String']['output']>;
|
|
87939
88322
|
};
|
|
88323
|
+
export declare type KitsuneChunk = KitsuneNode & {
|
|
88324
|
+
__typename?: 'KitsuneChunk';
|
|
88325
|
+
_id: Scalars['ID']['output'];
|
|
88326
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
88327
|
+
};
|
|
88328
|
+
export declare type KitsuneFeedback = KitsuneNode & {
|
|
88329
|
+
__typename?: 'KitsuneFeedback';
|
|
88330
|
+
_id: Scalars['ID']['output'];
|
|
88331
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
88332
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
88333
|
+
};
|
|
88334
|
+
export declare type KitsuneNode = {
|
|
88335
|
+
_id: Scalars['ID']['output'];
|
|
88336
|
+
};
|
|
88337
|
+
export declare type KnowledgeBaseAccessibleLinkedSourceResult = {
|
|
88338
|
+
__typename?: 'KnowledgeBaseAccessibleLinkedSourceResult';
|
|
88339
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88340
|
+
sourceContainerARI?: Maybe<Scalars['ID']['output']>;
|
|
88341
|
+
sourceContainerName?: Maybe<Scalars['String']['output']>;
|
|
88342
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88343
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88344
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88345
|
+
};
|
|
87940
88346
|
export declare type KnowledgeBaseAgentArticleSearchConnection = {
|
|
87941
88347
|
__typename?: 'KnowledgeBaseAgentArticleSearchConnection';
|
|
87942
88348
|
edges?: Maybe<Array<KnowledgeBaseArticleEdge>>;
|
|
@@ -88023,6 +88429,16 @@ export declare type KnowledgeBaseCategoryDetail = {
|
|
|
88023
88429
|
id?: Maybe<Scalars['String']['output']>;
|
|
88024
88430
|
name?: Maybe<Scalars['String']['output']>;
|
|
88025
88431
|
};
|
|
88432
|
+
export declare type KnowledgeBaseConfluenceServerLinkStatus = {
|
|
88433
|
+
__typename?: 'KnowledgeBaseConfluenceServerLinkStatus';
|
|
88434
|
+
isConfluenceServerLinked: Scalars['Boolean']['output'];
|
|
88435
|
+
};
|
|
88436
|
+
export declare type KnowledgeBaseConfluenceServerLinkStatusResponse = KnowledgeBaseConfluenceServerLinkStatus | QueryError;
|
|
88437
|
+
export declare type KnowledgeBaseConfluenceSpaceSuggestions = KnowledgeBaseSourceSuggestionInterface & {
|
|
88438
|
+
__typename?: 'KnowledgeBaseConfluenceSpaceSuggestions';
|
|
88439
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88440
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88441
|
+
};
|
|
88026
88442
|
export declare type KnowledgeBaseCrossSiteArticle = {
|
|
88027
88443
|
__typename?: 'KnowledgeBaseCrossSiteArticle';
|
|
88028
88444
|
friendlyLastModified?: Maybe<Scalars['String']['output']>;
|
|
@@ -88046,18 +88462,51 @@ export declare type KnowledgeBaseCrossSiteSearchConnection = {
|
|
|
88046
88462
|
pageInfo: PageInfo;
|
|
88047
88463
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88048
88464
|
};
|
|
88465
|
+
export declare type KnowledgeBaseInaccessibleLinkedSource = {
|
|
88466
|
+
__typename?: 'KnowledgeBaseInaccessibleLinkedSource';
|
|
88467
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88468
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88469
|
+
};
|
|
88049
88470
|
export declare type KnowledgeBaseLinkResponse = {
|
|
88050
88471
|
__typename?: 'KnowledgeBaseLinkResponse';
|
|
88051
88472
|
knowledgeBaseSource?: Maybe<KnowledgeBaseSource>;
|
|
88052
88473
|
mutationError?: Maybe<MutationError>;
|
|
88053
88474
|
success: Scalars['Boolean']['output'];
|
|
88054
88475
|
};
|
|
88476
|
+
export declare type KnowledgeBaseLinkSourceResult = {
|
|
88477
|
+
__typename?: 'KnowledgeBaseLinkSourceResult';
|
|
88478
|
+
mutationError?: Maybe<MutationError>;
|
|
88479
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88480
|
+
sourceContainerARI?: Maybe<Scalars['ID']['output']>;
|
|
88481
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88482
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
88483
|
+
};
|
|
88484
|
+
export declare type KnowledgeBaseLinkSourcesResponse = {
|
|
88485
|
+
__typename?: 'KnowledgeBaseLinkSourcesResponse';
|
|
88486
|
+
linkSourceResults?: Maybe<Array<KnowledgeBaseLinkSourceResult>>;
|
|
88487
|
+
};
|
|
88488
|
+
export declare type KnowledgeBaseLinkedSource = {
|
|
88489
|
+
__typename?: 'KnowledgeBaseLinkedSource';
|
|
88490
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
88491
|
+
permissions?: Maybe<KnowledgeBaseSourcePermissionsResponse>;
|
|
88492
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88493
|
+
sourceId?: Maybe<Scalars['ID']['output']>;
|
|
88494
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88495
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88496
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
88497
|
+
};
|
|
88055
88498
|
export declare type KnowledgeBaseLinkedSourceTypes = {
|
|
88056
88499
|
__typename?: 'KnowledgeBaseLinkedSourceTypes';
|
|
88057
88500
|
linkedSourceTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
88058
88501
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88059
88502
|
};
|
|
88060
88503
|
export declare type KnowledgeBaseLinkedSourceTypesResponse = KnowledgeBaseLinkedSourceTypes | QueryError;
|
|
88504
|
+
export declare type KnowledgeBaseLinkedSources = {
|
|
88505
|
+
__typename?: 'KnowledgeBaseLinkedSources';
|
|
88506
|
+
inaccessibleLinkedSources?: Maybe<Array<KnowledgeBaseInaccessibleLinkedSource>>;
|
|
88507
|
+
linkedSources?: Maybe<Array<KnowledgeBaseLinkedSource>>;
|
|
88508
|
+
};
|
|
88509
|
+
export declare type KnowledgeBaseLinkedSourcesResponse = KnowledgeBaseLinkedSources | QueryError;
|
|
88061
88510
|
export declare type KnowledgeBaseMutationApi = {
|
|
88062
88511
|
__typename?: 'KnowledgeBaseMutationApi';
|
|
88063
88512
|
linkKnowledgeBaseSource?: Maybe<KnowledgeBaseLinkResponse>;
|
|
@@ -88074,6 +88523,11 @@ export declare type KnowledgeBaseMutationApiUnlinkKnowledgeBaseSourceArgs = {
|
|
|
88074
88523
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
88075
88524
|
linkedSourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88076
88525
|
};
|
|
88526
|
+
export declare type KnowledgeBasePermissionUpdateRequest = {
|
|
88527
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88528
|
+
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
88529
|
+
viewPermission?: InputMaybe<Scalars['String']['input']>;
|
|
88530
|
+
};
|
|
88077
88531
|
export declare type KnowledgeBaseQueryApi = {
|
|
88078
88532
|
__typename?: 'KnowledgeBaseQueryApi';
|
|
88079
88533
|
knowledgeBase?: Maybe<KnowledgeBaseResponse>;
|
|
@@ -88109,7 +88563,37 @@ export declare type KnowledgeBaseSourceEdge = {
|
|
|
88109
88563
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
88110
88564
|
node: KnowledgeBaseSource;
|
|
88111
88565
|
};
|
|
88566
|
+
export declare type KnowledgeBaseSourceInput = {
|
|
88567
|
+
metadata?: InputMaybe<KnowledgeBaseSourceMetadataInput>;
|
|
88568
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88569
|
+
sourceContainerARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88570
|
+
visibility?: InputMaybe<Scalars['String']['input']>;
|
|
88571
|
+
};
|
|
88572
|
+
export declare type KnowledgeBaseSourceMetadataInput = {
|
|
88573
|
+
applicationIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
88574
|
+
};
|
|
88575
|
+
export declare type KnowledgeBaseSourcePermissionDetailV2 = {
|
|
88576
|
+
__typename?: 'KnowledgeBaseSourcePermissionDetailV2';
|
|
88577
|
+
currentPermission?: Maybe<Scalars['String']['output']>;
|
|
88578
|
+
invalidPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
88579
|
+
validPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
88580
|
+
};
|
|
88112
88581
|
export declare type KnowledgeBaseSourcePermissions = KnowledgeBaseSpacePermissionQueryError | KnowledgeBaseSpacePermissionResponse;
|
|
88582
|
+
export declare type KnowledgeBaseSourcePermissionsResponse = {
|
|
88583
|
+
__typename?: 'KnowledgeBaseSourcePermissionsResponse';
|
|
88584
|
+
editPermission?: Maybe<KnowledgeBaseSourcePermissionDetailV2>;
|
|
88585
|
+
viewPermission?: Maybe<KnowledgeBaseSourcePermissionDetailV2>;
|
|
88586
|
+
};
|
|
88587
|
+
export declare type KnowledgeBaseSourceSuggestion = KnowledgeBaseConfluenceSpaceSuggestions | KnowledgeBaseThirdPartySuggestion;
|
|
88588
|
+
export declare type KnowledgeBaseSourceSuggestionInterface = {
|
|
88589
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88590
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88591
|
+
};
|
|
88592
|
+
export declare type KnowledgeBaseSourceSuggestions = {
|
|
88593
|
+
__typename?: 'KnowledgeBaseSourceSuggestions';
|
|
88594
|
+
sourceSuggestions?: Maybe<Array<KnowledgeBaseSourceSuggestion>>;
|
|
88595
|
+
};
|
|
88596
|
+
export declare type KnowledgeBaseSourceSuggestionsResponse = KnowledgeBaseSourceSuggestions | QueryError;
|
|
88113
88597
|
export declare enum KnowledgeBaseSourceVisibility {
|
|
88114
88598
|
External = "EXTERNAL",
|
|
88115
88599
|
Internal = "INTERNAL"
|
|
@@ -88157,6 +88641,12 @@ export declare type KnowledgeBaseSpacePermissionUpdateViewInput = {
|
|
|
88157
88641
|
spaceAri: Scalars['ID']['input'];
|
|
88158
88642
|
viewPermission?: InputMaybe<KnowledgeBaseSpacePermissionType>;
|
|
88159
88643
|
};
|
|
88644
|
+
export declare type KnowledgeBaseSuggestionFilters = {
|
|
88645
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
88646
|
+
sourceSystemCloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
88647
|
+
sourceType?: InputMaybe<Scalars['String']['input']>;
|
|
88648
|
+
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
88649
|
+
};
|
|
88160
88650
|
export declare type KnowledgeBaseThirdPartyArticle = {
|
|
88161
88651
|
__typename?: 'KnowledgeBaseThirdPartyArticle';
|
|
88162
88652
|
id: Scalars['ID']['output'];
|
|
@@ -88175,11 +88665,43 @@ export declare type KnowledgeBaseThirdPartyConnection = {
|
|
|
88175
88665
|
nodes?: Maybe<Array<Maybe<KnowledgeBaseThirdPartyArticle>>>;
|
|
88176
88666
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88177
88667
|
};
|
|
88668
|
+
export declare type KnowledgeBaseThirdPartySuggestion = KnowledgeBaseSourceSuggestionInterface & {
|
|
88669
|
+
__typename?: 'KnowledgeBaseThirdPartySuggestion';
|
|
88670
|
+
lastModified?: Maybe<Scalars['String']['output']>;
|
|
88671
|
+
parentName?: Maybe<Scalars['String']['output']>;
|
|
88672
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88673
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88674
|
+
};
|
|
88178
88675
|
export declare type KnowledgeBaseUnlinkResponse = {
|
|
88179
88676
|
__typename?: 'KnowledgeBaseUnlinkResponse';
|
|
88180
88677
|
mutationError?: Maybe<MutationError>;
|
|
88181
88678
|
success: Scalars['Boolean']['output'];
|
|
88182
88679
|
};
|
|
88680
|
+
export declare type KnowledgeBaseUnlinkSourceInput = {
|
|
88681
|
+
linkedSourceId?: InputMaybe<Scalars['ID']['input']>;
|
|
88682
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88683
|
+
visibility?: InputMaybe<Scalars['String']['input']>;
|
|
88684
|
+
};
|
|
88685
|
+
export declare type KnowledgeBaseUnlinkSourceResult = {
|
|
88686
|
+
__typename?: 'KnowledgeBaseUnlinkSourceResult';
|
|
88687
|
+
linkedSourceId?: Maybe<Scalars['ID']['output']>;
|
|
88688
|
+
mutationError?: Maybe<MutationError>;
|
|
88689
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88690
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88691
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
88692
|
+
};
|
|
88693
|
+
export declare type KnowledgeBaseUnlinkSourcesResponse = {
|
|
88694
|
+
__typename?: 'KnowledgeBaseUnlinkSourcesResponse';
|
|
88695
|
+
unlinkSourceResults?: Maybe<Array<KnowledgeBaseUnlinkSourceResult>>;
|
|
88696
|
+
};
|
|
88697
|
+
export declare type KnowledgeBaseUpdateSourceViewPermissionResponse = KnowledgeBaseSourcePermissionsResponse | MutationError;
|
|
88698
|
+
export declare type KnowledgeBaseUserCapabilities = {
|
|
88699
|
+
__typename?: 'KnowledgeBaseUserCapabilities';
|
|
88700
|
+
editableSources?: Maybe<Array<KnowledgeBaseAccessibleLinkedSourceResult>>;
|
|
88701
|
+
inaccessibleSources?: Maybe<Array<KnowledgeBaseInaccessibleLinkedSource>>;
|
|
88702
|
+
readableSources?: Maybe<Array<KnowledgeBaseAccessibleLinkedSourceResult>>;
|
|
88703
|
+
};
|
|
88704
|
+
export declare type KnowledgeBaseUserCapabilitiesResponse = KnowledgeBaseUserCapabilities | QueryError;
|
|
88183
88705
|
export declare type KnowledgeDiscoveryAdminhubBookmark = {
|
|
88184
88706
|
__typename?: 'KnowledgeDiscoveryAdminhubBookmark';
|
|
88185
88707
|
id: Scalars['ID']['output'];
|
|
@@ -89164,6 +89686,25 @@ export declare type LinksSelf = {
|
|
|
89164
89686
|
__typename?: 'LinksSelf';
|
|
89165
89687
|
self?: Maybe<Scalars['String']['output']>;
|
|
89166
89688
|
};
|
|
89689
|
+
export declare enum LiveChatEventType {
|
|
89690
|
+
ChatClosed = "CHAT_CLOSED",
|
|
89691
|
+
ParticipantJoined = "PARTICIPANT_JOINED",
|
|
89692
|
+
ParticipantLeft = "PARTICIPANT_LEFT",
|
|
89693
|
+
SystemMessage = "SYSTEM_MESSAGE",
|
|
89694
|
+
UserMessage = "USER_MESSAGE"
|
|
89695
|
+
}
|
|
89696
|
+
export declare type LiveChatUpdate = {
|
|
89697
|
+
__typename?: 'LiveChatUpdate';
|
|
89698
|
+
adf: Scalars['String']['output'];
|
|
89699
|
+
eventType: LiveChatEventType;
|
|
89700
|
+
senderAccountId?: Maybe<Scalars['String']['output']>;
|
|
89701
|
+
};
|
|
89702
|
+
export declare type LiveChatUpdateInput = {
|
|
89703
|
+
adf: Scalars['String']['input'];
|
|
89704
|
+
chatAri: Scalars['ID']['input'];
|
|
89705
|
+
eventType: LiveChatEventType;
|
|
89706
|
+
senderAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
89707
|
+
};
|
|
89167
89708
|
export declare type LocalStorage = {
|
|
89168
89709
|
__typename?: 'LocalStorage';
|
|
89169
89710
|
booleanValues: Array<Maybe<LocalStorageBooleanPair>>;
|
|
@@ -92313,6 +92854,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
92313
92854
|
appReviewById?: Maybe<MarketplaceStoreReviewByIdResponse>;
|
|
92314
92855
|
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
92315
92856
|
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
92857
|
+
appReviewsByUserId: MarketplaceStoreReviewsByUserResponse;
|
|
92316
92858
|
appSoftwareVersionListingByAppId?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
|
|
92317
92859
|
appSoftwareVersionListingByAppKey?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
|
|
92318
92860
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
@@ -92338,6 +92880,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
92338
92880
|
siteDetails: MarketplaceStoreSiteDetailsResponse;
|
|
92339
92881
|
userPreferences: MarketplaceStoreGetUserPreferencesResponse;
|
|
92340
92882
|
userProfile: MarketplaceStoreUserProfileResponse;
|
|
92883
|
+
watchedApps: MarketplaceStoreWatchedAppsResponse;
|
|
92341
92884
|
};
|
|
92342
92885
|
export declare type MarketplaceStoreQueryApiAppInstallationsByAppArgs = {
|
|
92343
92886
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -92359,6 +92902,9 @@ export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
|
|
|
92359
92902
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
92360
92903
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
92361
92904
|
};
|
|
92905
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByUserIdArgs = {
|
|
92906
|
+
userId: Scalars['ID']['input'];
|
|
92907
|
+
};
|
|
92362
92908
|
export declare type MarketplaceStoreQueryApiAppSoftwareVersionListingByAppIdArgs = {
|
|
92363
92909
|
appId: Scalars['ID']['input'];
|
|
92364
92910
|
buildNumber: Scalars['ID']['input'];
|
|
@@ -92432,6 +92978,10 @@ export declare type MarketplaceStoreQueryApiSiteDetailsArgs = {
|
|
|
92432
92978
|
export declare type MarketplaceStoreQueryApiUserProfileArgs = {
|
|
92433
92979
|
userId: Scalars['String']['input'];
|
|
92434
92980
|
};
|
|
92981
|
+
export declare type MarketplaceStoreQueryApiWatchedAppsArgs = {
|
|
92982
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
92983
|
+
nextCursor?: InputMaybe<Scalars['String']['input']>;
|
|
92984
|
+
};
|
|
92435
92985
|
export declare type MarketplaceStoreReviewAuthor = {
|
|
92436
92986
|
__typename?: 'MarketplaceStoreReviewAuthor';
|
|
92437
92987
|
id: Scalars['ID']['output'];
|
|
@@ -92466,6 +93016,11 @@ export declare type MarketplaceStoreReviewNode = {
|
|
|
92466
93016
|
stars?: Maybe<Scalars['Int']['output']>;
|
|
92467
93017
|
totalVotes?: Maybe<Scalars['Int']['output']>;
|
|
92468
93018
|
};
|
|
93019
|
+
export declare type MarketplaceStoreReviewsByUserResponse = {
|
|
93020
|
+
__typename?: 'MarketplaceStoreReviewsByUserResponse';
|
|
93021
|
+
id: Scalars['ID']['output'];
|
|
93022
|
+
reviews: Array<Maybe<MarketplaceStoreReviewNode>>;
|
|
93023
|
+
};
|
|
92469
93024
|
export declare type MarketplaceStoreReviewsResponse = {
|
|
92470
93025
|
__typename?: 'MarketplaceStoreReviewsResponse';
|
|
92471
93026
|
averageStars: Scalars['Float']['output'];
|
|
@@ -92541,6 +93096,18 @@ export declare type MarketplaceStoreUserProfileResponse = {
|
|
|
92541
93096
|
name: Scalars['String']['output'];
|
|
92542
93097
|
picture: Scalars['String']['output'];
|
|
92543
93098
|
};
|
|
93099
|
+
export declare type MarketplaceStoreWatchedApp = {
|
|
93100
|
+
__typename?: 'MarketplaceStoreWatchedApp';
|
|
93101
|
+
appKey: Scalars['String']['output'];
|
|
93102
|
+
appName: Scalars['String']['output'];
|
|
93103
|
+
productId: Scalars['ID']['output'];
|
|
93104
|
+
};
|
|
93105
|
+
export declare type MarketplaceStoreWatchedAppsResponse = {
|
|
93106
|
+
__typename?: 'MarketplaceStoreWatchedAppsResponse';
|
|
93107
|
+
limit?: Maybe<Scalars['Int']['output']>;
|
|
93108
|
+
nextCursor?: Maybe<Scalars['String']['output']>;
|
|
93109
|
+
productWatchers?: Maybe<Array<MarketplaceStoreWatchedApp>>;
|
|
93110
|
+
};
|
|
92544
93111
|
export declare type MarketplaceSupportedAtlassianProduct = {
|
|
92545
93112
|
__typename?: 'MarketplaceSupportedAtlassianProduct';
|
|
92546
93113
|
hostingOptions: Array<AtlassianProductHostingType>;
|
|
@@ -92697,6 +93264,12 @@ export declare type MercuryAssignUserAccessToFocusAreaPayload = Payload & {
|
|
|
92697
93264
|
focusAreaUserAccessAssignment?: Maybe<Array<Maybe<MercuryFocusAreaUserAccessMutation>>>;
|
|
92698
93265
|
success: Scalars['Boolean']['output'];
|
|
92699
93266
|
};
|
|
93267
|
+
export declare type MercuryBaseJiraWorkStatusMapping = {
|
|
93268
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
93269
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
93270
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
93271
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
93272
|
+
};
|
|
92700
93273
|
export declare type MercuryBudgetAggregation = {
|
|
92701
93274
|
__typename?: 'MercuryBudgetAggregation';
|
|
92702
93275
|
aggregatedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -93297,6 +93870,13 @@ export declare type MercuryCustomSelectFieldOption = {
|
|
|
93297
93870
|
id: Scalars['ID']['output'];
|
|
93298
93871
|
value: Scalars['String']['output'];
|
|
93299
93872
|
};
|
|
93873
|
+
export declare type MercuryDefaultJiraWorkStatusMapping = MercuryBaseJiraWorkStatusMapping & {
|
|
93874
|
+
__typename?: 'MercuryDefaultJiraWorkStatusMapping';
|
|
93875
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
93876
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
93877
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
93878
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
93879
|
+
};
|
|
93300
93880
|
export declare type MercuryDeleteAllPreferenceInput = {
|
|
93301
93881
|
cloudId: Scalars['ID']['input'];
|
|
93302
93882
|
};
|
|
@@ -93487,6 +94067,15 @@ export declare type MercuryDeleteStrategicEventPayload = Payload & {
|
|
|
93487
94067
|
errors?: Maybe<Array<MutationError>>;
|
|
93488
94068
|
success: Scalars['Boolean']['output'];
|
|
93489
94069
|
};
|
|
94070
|
+
export declare type MercuryDismissSuggestedFocusAreaFollowers = Payload & {
|
|
94071
|
+
__typename?: 'MercuryDismissSuggestedFocusAreaFollowers';
|
|
94072
|
+
errors?: Maybe<Array<MutationError>>;
|
|
94073
|
+
success: Scalars['Boolean']['output'];
|
|
94074
|
+
};
|
|
94075
|
+
export declare type MercuryDismissSuggestedFocusAreaFollowersInput = {
|
|
94076
|
+
focusAreaAri: Scalars['ID']['input'];
|
|
94077
|
+
userAris?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
94078
|
+
};
|
|
93490
94079
|
export declare enum MercuryEntityType {
|
|
93491
94080
|
ChangeProposal = "CHANGE_PROPOSAL",
|
|
93492
94081
|
Comment = "COMMENT",
|
|
@@ -93645,6 +94234,10 @@ export declare type MercuryFocusAreaEdge = {
|
|
|
93645
94234
|
cursor: Scalars['String']['output'];
|
|
93646
94235
|
node?: Maybe<MercuryFocusArea>;
|
|
93647
94236
|
};
|
|
94237
|
+
export declare type MercuryFocusAreaFollowerSuggestion = {
|
|
94238
|
+
__typename?: 'MercuryFocusAreaFollowerSuggestion';
|
|
94239
|
+
user?: Maybe<User>;
|
|
94240
|
+
};
|
|
93648
94241
|
export declare type MercuryFocusAreaFundChangeSummary = {
|
|
93649
94242
|
__typename?: 'MercuryFocusAreaFundChangeSummary';
|
|
93650
94243
|
laborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -93800,6 +94393,7 @@ export declare enum MercuryFocusAreaRankingValidationErrorCode {
|
|
|
93800
94393
|
}
|
|
93801
94394
|
export declare type MercuryFocusAreaSort = {
|
|
93802
94395
|
field?: InputMaybe<MercuryFocusAreaSortField>;
|
|
94396
|
+
fieldKey?: InputMaybe<Scalars['String']['input']>;
|
|
93803
94397
|
order: SortOrder;
|
|
93804
94398
|
};
|
|
93805
94399
|
export declare enum MercuryFocusAreaSortField {
|
|
@@ -94074,6 +94668,7 @@ export declare type MercuryGoalAggregatedStatusCount = {
|
|
|
94074
94668
|
export declare type MercuryGoalInsight = MercuryInsight & {
|
|
94075
94669
|
__typename?: 'MercuryGoalInsight';
|
|
94076
94670
|
ari: Scalars['ID']['output'];
|
|
94671
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
94077
94672
|
id: Scalars['ID']['output'];
|
|
94078
94673
|
insightData?: Maybe<TownsquareGoal>;
|
|
94079
94674
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -94111,14 +94706,32 @@ export declare enum MercuryInsightTypeEnum {
|
|
|
94111
94706
|
Goal = "GOAL",
|
|
94112
94707
|
Work = "WORK"
|
|
94113
94708
|
}
|
|
94709
|
+
export declare type MercuryInsightsMutationApi = {
|
|
94710
|
+
__typename?: 'MercuryInsightsMutationApi';
|
|
94711
|
+
dismissSuggestedFocusAreaFollowers?: Maybe<MercuryDismissSuggestedFocusAreaFollowers>;
|
|
94712
|
+
};
|
|
94713
|
+
export declare type MercuryInsightsMutationApiDismissSuggestedFocusAreaFollowersArgs = {
|
|
94714
|
+
input: MercuryDismissSuggestedFocusAreaFollowersInput;
|
|
94715
|
+
};
|
|
94114
94716
|
export declare type MercuryInsightsQueryApi = {
|
|
94115
94717
|
__typename?: 'MercuryInsightsQueryApi';
|
|
94718
|
+
focusAreaFollowerSuggestions?: Maybe<Array<MercuryFocusAreaFollowerSuggestion>>;
|
|
94116
94719
|
focusAreaInsights?: Maybe<Array<MercuryInsightObject>>;
|
|
94720
|
+
focusAreaWorkSuggestions?: Maybe<Array<MercuryWorkSuggestionsSearchItem>>;
|
|
94721
|
+
};
|
|
94722
|
+
export declare type MercuryInsightsQueryApiFocusAreaFollowerSuggestionsArgs = {
|
|
94723
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
94724
|
+
focusAreaAri: Scalars['ID']['input'];
|
|
94117
94725
|
};
|
|
94118
94726
|
export declare type MercuryInsightsQueryApiFocusAreaInsightsArgs = {
|
|
94119
94727
|
filter?: InputMaybe<MercuryFocusAreaInsightsFilter>;
|
|
94120
94728
|
focusAreaId: Scalars['ID']['input'];
|
|
94121
94729
|
};
|
|
94730
|
+
export declare type MercuryInsightsQueryApiFocusAreaWorkSuggestionsArgs = {
|
|
94731
|
+
focusAreaId: Scalars['ID']['input'];
|
|
94732
|
+
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
94733
|
+
workContainerAri?: InputMaybe<Scalars['String']['input']>;
|
|
94734
|
+
};
|
|
94122
94735
|
export declare type MercuryInvestmentCategory = Node & {
|
|
94123
94736
|
__typename?: 'MercuryInvestmentCategory';
|
|
94124
94737
|
createdBy?: Maybe<User>;
|
|
@@ -94162,6 +94775,7 @@ export declare enum MercuryInvestmentCategorySetSortField {
|
|
|
94162
94775
|
export declare type MercuryJiraAlignProjectInsight = MercuryInsight & {
|
|
94163
94776
|
__typename?: 'MercuryJiraAlignProjectInsight';
|
|
94164
94777
|
ari: Scalars['ID']['output'];
|
|
94778
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
94165
94779
|
id: Scalars['ID']['output'];
|
|
94166
94780
|
insightData?: Maybe<JiraAlignAggProject>;
|
|
94167
94781
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -94191,11 +94805,52 @@ export declare type MercuryJiraAlignProviderQueryApiUserAccessibleJiraAlignProje
|
|
|
94191
94805
|
export declare type MercuryJiraIssueInsight = MercuryInsight & {
|
|
94192
94806
|
__typename?: 'MercuryJiraIssueInsight';
|
|
94193
94807
|
ari: Scalars['ID']['output'];
|
|
94808
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
94194
94809
|
id: Scalars['ID']['output'];
|
|
94195
94810
|
insightData?: Maybe<JiraIssue>;
|
|
94196
94811
|
summary?: Maybe<Scalars['String']['output']>;
|
|
94197
94812
|
title?: Maybe<Scalars['String']['output']>;
|
|
94198
94813
|
};
|
|
94814
|
+
export declare type MercuryJiraProviderMappingContext = {
|
|
94815
|
+
__typename?: 'MercuryJiraProviderMappingContext';
|
|
94816
|
+
providerStatusId?: Maybe<Scalars['ID']['output']>;
|
|
94817
|
+
siteId?: Maybe<Scalars['String']['output']>;
|
|
94818
|
+
};
|
|
94819
|
+
export declare type MercuryJiraProviderQueryApi = {
|
|
94820
|
+
__typename?: 'MercuryJiraProviderQueryApi';
|
|
94821
|
+
mercuryStatusMappingsByAri?: Maybe<Array<Maybe<MercuryJiraWorkStatusMapping>>>;
|
|
94822
|
+
mercuryStatusMappingsByStatusAri?: Maybe<Array<Maybe<MercuryJiraWorkStatusMapping>>>;
|
|
94823
|
+
};
|
|
94824
|
+
export declare type MercuryJiraProviderQueryApiMercuryStatusMappingsByAriArgs = {
|
|
94825
|
+
ids: Array<Scalars['ID']['input']>;
|
|
94826
|
+
};
|
|
94827
|
+
export declare type MercuryJiraProviderQueryApiMercuryStatusMappingsByStatusAriArgs = {
|
|
94828
|
+
ids: Array<Scalars['ID']['input']>;
|
|
94829
|
+
};
|
|
94830
|
+
export declare type MercuryJiraStatus = {
|
|
94831
|
+
__typename?: 'MercuryJiraStatus';
|
|
94832
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
94833
|
+
};
|
|
94834
|
+
export declare type MercuryJiraStatusCategory = {
|
|
94835
|
+
__typename?: 'MercuryJiraStatusCategory';
|
|
94836
|
+
color: MercuryJiraStatusCategoryColor;
|
|
94837
|
+
name: Scalars['String']['output'];
|
|
94838
|
+
};
|
|
94839
|
+
export declare enum MercuryJiraStatusCategoryColor {
|
|
94840
|
+
Blue = "BLUE",
|
|
94841
|
+
Green = "GREEN",
|
|
94842
|
+
Grey = "GREY"
|
|
94843
|
+
}
|
|
94844
|
+
export declare type MercuryJiraWorkStatusMapping = MercuryBaseJiraWorkStatusMapping & Node & {
|
|
94845
|
+
__typename?: 'MercuryJiraWorkStatusMapping';
|
|
94846
|
+
id: Scalars['ID']['output'];
|
|
94847
|
+
jiraIssueStatusAri?: Maybe<Scalars['String']['output']>;
|
|
94848
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
94849
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
94850
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
94851
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
94852
|
+
};
|
|
94853
|
+
export declare type MercuryJiraWorkStatusMappingResult = MercuryDefaultJiraWorkStatusMapping | MercuryJiraWorkStatusMapping;
|
|
94199
94854
|
export declare type MercuryLinkAtlassianWorkToFocusAreaInput = {
|
|
94200
94855
|
focusAreaAri: Scalars['String']['input'];
|
|
94201
94856
|
workAris: Array<Scalars['String']['input']>;
|
|
@@ -94356,6 +95011,7 @@ export declare type MercuryMutationApi = {
|
|
|
94356
95011
|
removeUserAccessToFocusArea?: Maybe<MercuryRemoveUserAccessToFocusAreaPayload>;
|
|
94357
95012
|
removeWatcherFromFocusArea?: Maybe<MercuryRemoveWatcherFromFocusAreaPayload>;
|
|
94358
95013
|
setFocusAreaCustomFieldValue?: Maybe<MercurySetFocusAreaCustomFieldPayload>;
|
|
95014
|
+
setFocusAreaCustomFieldValues?: Maybe<MercurySetFocusAreaCustomFieldsPayload>;
|
|
94359
95015
|
setPreference?: Maybe<MercurySetPreferencePayload>;
|
|
94360
95016
|
transitionFocusAreaStatus?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
94361
95017
|
unarchiveFocusArea?: Maybe<MercuryUnarchiveFocusAreaPayload>;
|
|
@@ -94452,6 +95108,9 @@ export declare type MercuryMutationApiRemoveWatcherFromFocusAreaArgs = {
|
|
|
94452
95108
|
export declare type MercuryMutationApiSetFocusAreaCustomFieldValueArgs = {
|
|
94453
95109
|
input: MercurySetFocusAreaCustomFieldInput;
|
|
94454
95110
|
};
|
|
95111
|
+
export declare type MercuryMutationApiSetFocusAreaCustomFieldValuesArgs = {
|
|
95112
|
+
input: MercurySetFocusAreaCustomFieldsInput;
|
|
95113
|
+
};
|
|
94455
95114
|
export declare type MercuryMutationApiSetPreferenceArgs = {
|
|
94456
95115
|
input: MercurySetPreferenceInput;
|
|
94457
95116
|
};
|
|
@@ -95200,6 +95859,16 @@ export declare type MercurySetFocusAreaCustomFieldPayload = Payload & {
|
|
|
95200
95859
|
errors?: Maybe<Array<MutationError>>;
|
|
95201
95860
|
success: Scalars['Boolean']['output'];
|
|
95202
95861
|
};
|
|
95862
|
+
export declare type MercurySetFocusAreaCustomFieldsInput = {
|
|
95863
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
95864
|
+
customFields: Array<MercurySetFocusAreaCustomFieldInput>;
|
|
95865
|
+
};
|
|
95866
|
+
export declare type MercurySetFocusAreaCustomFieldsPayload = Payload & {
|
|
95867
|
+
__typename?: 'MercurySetFocusAreaCustomFieldsPayload';
|
|
95868
|
+
customFields?: Maybe<Array<MercuryCustomField>>;
|
|
95869
|
+
errors?: Maybe<Array<MutationError>>;
|
|
95870
|
+
success: Scalars['Boolean']['output'];
|
|
95871
|
+
};
|
|
95203
95872
|
export declare type MercurySetPreferenceInput = {
|
|
95204
95873
|
cloudId: Scalars['ID']['input'];
|
|
95205
95874
|
key: Scalars['String']['input'];
|
|
@@ -95689,6 +96358,7 @@ export declare type MercuryTextCustomFieldInput = {
|
|
|
95689
96358
|
export declare type MercuryTownsquareProjectInsight = MercuryInsight & {
|
|
95690
96359
|
__typename?: 'MercuryTownsquareProjectInsight';
|
|
95691
96360
|
ari: Scalars['ID']['output'];
|
|
96361
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
95692
96362
|
id: Scalars['ID']['output'];
|
|
95693
96363
|
insightData?: Maybe<TownsquareProject>;
|
|
95694
96364
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -96080,6 +96750,14 @@ export declare enum MercuryViewType {
|
|
|
96080
96750
|
RankingView = "RANKING_VIEW"
|
|
96081
96751
|
}
|
|
96082
96752
|
export declare type MercuryWorkResult = MercuryProviderWork | MercuryProviderWorkError;
|
|
96753
|
+
export declare type MercuryWorkSuggestionsSearchItem = {
|
|
96754
|
+
__typename?: 'MercuryWorkSuggestionsSearchItem';
|
|
96755
|
+
icon?: Maybe<Scalars['String']['output']>;
|
|
96756
|
+
id: Scalars['ID']['output'];
|
|
96757
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
96758
|
+
name: Scalars['String']['output'];
|
|
96759
|
+
url: Scalars['String']['output'];
|
|
96760
|
+
};
|
|
96083
96761
|
export declare enum MercuryWorkTargetDateType {
|
|
96084
96762
|
Day = "DAY",
|
|
96085
96763
|
Month = "MONTH",
|
|
@@ -96487,6 +97165,7 @@ export declare type Mutation = {
|
|
|
96487
97165
|
confluence_markCommentAsDangling?: Maybe<ConfluenceMarkCommentAsDanglingPayload>;
|
|
96488
97166
|
confluence_nbmBulkUpdateVerificationEntry?: Maybe<ConfluenceNbmBulkUpdateVerificationEntryPayload>;
|
|
96489
97167
|
confluence_nbmRetryScanLongTask?: Maybe<ConfluenceNbmRetryScanLongTaskPayload>;
|
|
97168
|
+
confluence_nbmStartPerfScanLongTask?: Maybe<ConfluenceNbmStartPerfScanLongTaskPayload>;
|
|
96490
97169
|
confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
|
|
96491
97170
|
confluence_nbmStartTransformationLongTask?: Maybe<ConfluenceNbmStartTransformationLongTaskPayload>;
|
|
96492
97171
|
confluence_nbmStartVerificationLongTask?: Maybe<ConfluenceNbmStartVerificationLongTaskPayload>;
|
|
@@ -96507,6 +97186,7 @@ export declare type Mutation = {
|
|
|
96507
97186
|
confluence_unwatchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
96508
97187
|
confluence_unwatchSubCalendar?: Maybe<ConfluenceUnwatchSubCalendarPayload>;
|
|
96509
97188
|
confluence_updateAnswer?: Maybe<ConfluenceUpdateAnswerPayload>;
|
|
97189
|
+
confluence_updateBlogPost?: Maybe<ConfluenceUpdateBlogPostPayload>;
|
|
96510
97190
|
confluence_updateCalendarCustomEventType?: Maybe<ConfluenceUpdateCalendarCustomEventTypePayload>;
|
|
96511
97191
|
confluence_updateCalendarEvent?: Maybe<ConfluenceUpdateCalendarEventPayload>;
|
|
96512
97192
|
confluence_updateCalendarPermissions?: Maybe<ConfluenceUpdateCalendarPermissionPayload>;
|
|
@@ -96521,11 +97201,13 @@ export declare type Mutation = {
|
|
|
96521
97201
|
confluence_updateInstance?: Maybe<ConfluenceUpdateInstancePayload>;
|
|
96522
97202
|
confluence_updateNav4OptIn?: Maybe<ConfluenceUpdateNav4OptInPayload>;
|
|
96523
97203
|
confluence_updateNcsPdfExportConfiguration?: Maybe<ConfluenceUpdateNcsPdfExportConfigurationPayload>;
|
|
97204
|
+
confluence_updatePage?: Maybe<ConfluenceUpdatePagePayload>;
|
|
96524
97205
|
confluence_updateQuestion?: Maybe<ConfluenceUpdateQuestionPayload>;
|
|
96525
97206
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
96526
97207
|
confluence_updateTeamPresenceSpaceSettings?: Maybe<ConfluenceUpdateTeamPresenceSpaceSettingsPayload>;
|
|
96527
97208
|
confluence_updateTopic?: Maybe<ConfluenceUpdateTopicPayload>;
|
|
96528
97209
|
confluence_updateVote?: Maybe<ConfluenceUpdateVotePayload>;
|
|
97210
|
+
confluence_updateWatermarkConfig?: Maybe<ConfluenceUpdateWatermarkConfigPayload>;
|
|
96529
97211
|
confluence_watchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
96530
97212
|
confluence_watchSubCalendar?: Maybe<ConfluenceWatchSubCalendarPayload>;
|
|
96531
97213
|
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
@@ -96594,11 +97276,14 @@ export declare type Mutation = {
|
|
|
96594
97276
|
createSystemSpace?: Maybe<Space>;
|
|
96595
97277
|
createTemplate?: Maybe<ContentTemplate>;
|
|
96596
97278
|
createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
|
|
97279
|
+
csmAi_addKnowledgeSource?: Maybe<CsmAiKnowledgeSourcePayload>;
|
|
96597
97280
|
csmAi_createAction?: Maybe<CsmAiCreateActionPayload>;
|
|
96598
97281
|
csmAi_createActionForAgent?: Maybe<CsmAiCreateActionPayload>;
|
|
96599
97282
|
csmAi_createCoachingContent?: Maybe<CsmAiCreateCoachingContentPayload>;
|
|
97283
|
+
csmAi_createEmbedWidget?: Maybe<CsmAiWidgetConfigResult>;
|
|
96600
97284
|
csmAi_deleteAction?: Maybe<CsmAiDeleteActionPayload>;
|
|
96601
97285
|
csmAi_deleteCoachingContent?: Maybe<CsmAiDeleteCoachingContentPayload>;
|
|
97286
|
+
csmAi_deleteKnowledgeSource?: Maybe<CsmAiDeleteKnowledgeSourcePayload>;
|
|
96602
97287
|
csmAi_publishAgent?: Maybe<CsmAiAgentVersionPayload>;
|
|
96603
97288
|
csmAi_restoreAgentVersionAsDraft?: Maybe<CsmAiAgentVersionPayload>;
|
|
96604
97289
|
csmAi_restoreFromAgentVersion?: Maybe<CsmAiAgentVersionPayload>;
|
|
@@ -96607,6 +97292,7 @@ export declare type Mutation = {
|
|
|
96607
97292
|
csmAi_updateAgentIdentity?: Maybe<CsmAiUpdateAgentIdentityPayload>;
|
|
96608
97293
|
csmAi_updateCoachingContent?: Maybe<CsmAiUpdateCoachingContentPayload>;
|
|
96609
97294
|
csmAi_updateHandoffConfig?: Maybe<CsmAiUpdateHandoffConfigPayload>;
|
|
97295
|
+
csmAi_updateKnowledgeSource?: Maybe<CsmAiKnowledgeSourcePayload>;
|
|
96610
97296
|
csmAi_updateWidget?: Maybe<CsmAiUpdateWidgetPayload>;
|
|
96611
97297
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
96612
97298
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
@@ -96694,6 +97380,7 @@ export declare type Mutation = {
|
|
|
96694
97380
|
goals_archiveMetric?: Maybe<TownsquareGoalsArchiveMetricPayload>;
|
|
96695
97381
|
goals_clone?: Maybe<TownsquareGoalsClonePayload>;
|
|
96696
97382
|
goals_createAndAddMetricTarget?: Maybe<TownsquareGoalsCreateAddMetricTargetPayload>;
|
|
97383
|
+
goals_createComment?: Maybe<TownsquareGoalsCreateCommentPayload>;
|
|
96697
97384
|
goals_createDecision?: Maybe<TownsquareGoalsCreateDecisionPayload>;
|
|
96698
97385
|
goals_createGoalTypePair?: Maybe<TownsquareCreateGoalTypePairPayload>;
|
|
96699
97386
|
goals_createLearning?: Maybe<TownsquareGoalsCreateLearningPayload>;
|
|
@@ -96707,6 +97394,7 @@ export declare type Mutation = {
|
|
|
96707
97394
|
goals_deleteRisk?: Maybe<TownsquareGoalsDeleteRiskPayload>;
|
|
96708
97395
|
goals_editComment?: Maybe<TownsquareGoalsEditCommentPayload>;
|
|
96709
97396
|
goals_editDecision?: Maybe<TownsquareGoalsEditDecisionPayload>;
|
|
97397
|
+
goals_editGoalTypePair?: Maybe<TownsquareEditGoalTypePairPayload>;
|
|
96710
97398
|
goals_editLearning?: Maybe<TownsquareGoalsEditLearningPayload>;
|
|
96711
97399
|
goals_editMetric?: Maybe<TownsquareGoalsEditMetricPayload>;
|
|
96712
97400
|
goals_editMetricTarget?: Maybe<TownsquareGoalsEditMetricTargetPayload>;
|
|
@@ -96718,6 +97406,7 @@ export declare type Mutation = {
|
|
|
96718
97406
|
goals_setWatchingGoal?: Maybe<TownsquareGoalsSetWatchingGoalPayload>;
|
|
96719
97407
|
goals_setWatchingTeam?: Maybe<TownsquareGoalsSetWatchingTeamPayload>;
|
|
96720
97408
|
goals_shareGoal?: Maybe<TownsquareGoalsShareGoalPayload>;
|
|
97409
|
+
goals_shareUpdate?: Maybe<TownsquareGoalsShareUpdatePayload>;
|
|
96721
97410
|
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
96722
97411
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
96723
97412
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
@@ -96752,7 +97441,6 @@ export declare type Mutation = {
|
|
|
96752
97441
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
96753
97442
|
jira_addFieldsToFieldScheme?: Maybe<JiraAddFieldsToFieldSchemePayload>;
|
|
96754
97443
|
jira_addTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
|
|
96755
|
-
jira_applySuggestionActions?: Maybe<JiraApplySuggestionActionsPayload>;
|
|
96756
97444
|
jira_archiveIssue?: Maybe<JiraIssueArchivePayload>;
|
|
96757
97445
|
jira_archiveIssueAsync?: Maybe<JiraIssueArchiveAsyncPayload>;
|
|
96758
97446
|
jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
|
|
@@ -96776,7 +97464,6 @@ export declare type Mutation = {
|
|
|
96776
97464
|
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
96777
97465
|
jira_discardUserIssueSearchConfig?: Maybe<JiraDiscardUserIssueSearchConfigPayload>;
|
|
96778
97466
|
jira_dismissAiAgentSession?: Maybe<JiraDismissAiAgentSessionPayload>;
|
|
96779
|
-
jira_dismissSuggestions?: Maybe<JiraDismissSuggestionActionsPayload>;
|
|
96780
97467
|
jira_dragAndDropBoardViewIssue?: Maybe<JiraDragAndDropBoardViewIssuePayload>;
|
|
96781
97468
|
jira_editFieldScheme?: Maybe<JiraFieldSchemePayload>;
|
|
96782
97469
|
jira_listSettingMigrationMutation?: Maybe<JiraListSettingMigrationPayload>;
|
|
@@ -96844,15 +97531,24 @@ export declare type Mutation = {
|
|
|
96844
97531
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
96845
97532
|
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
96846
97533
|
jira_updateSchemeFieldPerWorkTypeCustomizations?: Maybe<JiraFieldWorkTypeConfigurationPayload>;
|
|
97534
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
96847
97535
|
jsmChannels_establishConnection: JsmChannelsEstablishConnectionPayload;
|
|
97536
|
+
jsmChannels_executeResolutionPlanAction: JsmChannelsResolutionPlanActionPayload;
|
|
96848
97537
|
jsmChannels_updateExperienceConfiguration: JsmChannelsExperienceConfigurationPayload;
|
|
96849
97538
|
jsmChannels_updateTaskAgentConfiguration: JsmChannelsTaskAgentConfigurationPayload;
|
|
96850
97539
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
96851
97540
|
jsw?: Maybe<JswMutation>;
|
|
97541
|
+
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
97542
|
+
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
97543
|
+
kitsune_suggestSnippets?: Maybe<Array<Maybe<Array<Maybe<KitsuneChunk>>>>>;
|
|
96852
97544
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
96853
97545
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
97546
|
+
knowledgeBase_linkSources?: Maybe<KnowledgeBaseLinkSourcesResponse>;
|
|
97547
|
+
knowledgeBase_unlinkSources?: Maybe<KnowledgeBaseUnlinkSourcesResponse>;
|
|
97548
|
+
knowledgeBase_updateSourceViewPermission?: Maybe<KnowledgeBaseUpdateSourceViewPermissionResponse>;
|
|
96854
97549
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
96855
97550
|
likeContent?: Maybe<LikeContentPayload>;
|
|
97551
|
+
liveChat_sendUpdate?: Maybe<LiveChatUpdate>;
|
|
96856
97552
|
loom_acceptOrganizationInvite?: Maybe<LoomAcceptOrganizationInvitation>;
|
|
96857
97553
|
loom_joinWorkspace?: Maybe<LoomJoinWorkspace>;
|
|
96858
97554
|
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
@@ -96862,6 +97558,7 @@ export declare type Mutation = {
|
|
|
96862
97558
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
96863
97559
|
mercury?: Maybe<MercuryMutationApi>;
|
|
96864
97560
|
mercury_funds?: Maybe<MercuryFundsMutationApi>;
|
|
97561
|
+
mercury_insights?: Maybe<MercuryInsightsMutationApi>;
|
|
96865
97562
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
96866
97563
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
96867
97564
|
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
@@ -96899,17 +97596,20 @@ export declare type Mutation = {
|
|
|
96899
97596
|
projects_addTeamContributors?: Maybe<TownsquareProjectsAddTeamContributorsPayload>;
|
|
96900
97597
|
projects_clone?: Maybe<TownsquareProjectsClonePayload>;
|
|
96901
97598
|
projects_create?: Maybe<TownsquareProjectsCreatePayload>;
|
|
97599
|
+
projects_createComment?: Maybe<TownsquareProjectsCreateCommentPayload>;
|
|
96902
97600
|
projects_createDecision?: Maybe<TownsquareProjectsCreateDecisionPayload>;
|
|
96903
97601
|
projects_createLearning?: Maybe<TownsquareProjectsCreateLearningPayload>;
|
|
96904
97602
|
projects_createLink?: Maybe<TownsquareProjectsCreateLinkPayload>;
|
|
96905
97603
|
projects_createRisk?: Maybe<TownsquareProjectsCreateRiskPayload>;
|
|
96906
97604
|
projects_createUpdate?: Maybe<TownsquareProjectsCreateUpdatePayload>;
|
|
97605
|
+
projects_deleteComment?: Maybe<TownsquareProjectsDeleteCommentPayload>;
|
|
96907
97606
|
projects_deleteDecision?: Maybe<TownsquareProjectsDeleteDecisionPayload>;
|
|
96908
97607
|
projects_deleteLatestUpdate?: Maybe<TownsquareProjectsDeleteLatestUpdatePayload>;
|
|
96909
97608
|
projects_deleteLearning?: Maybe<TownsquareProjectsDeleteLearningPayload>;
|
|
96910
97609
|
projects_deleteLink?: Maybe<TownsquareProjectsDeleteLinkPayload>;
|
|
96911
97610
|
projects_deleteRisk?: Maybe<TownsquareProjectsDeleteRiskPayload>;
|
|
96912
97611
|
projects_edit?: Maybe<TownsquareProjectsEditPayload>;
|
|
97612
|
+
projects_editComment?: Maybe<TownsquareProjectsEditCommentPayload>;
|
|
96913
97613
|
projects_editDecision?: Maybe<TownsquareProjectsEditDecisionPayload>;
|
|
96914
97614
|
projects_editLearning?: Maybe<TownsquareProjectsEditLearningPayload>;
|
|
96915
97615
|
projects_editLink?: Maybe<TownsquareProjectsEditLinkPayload>;
|
|
@@ -97445,7 +98145,7 @@ export declare type MutationAssetsDm_DissociateObjectTagArgs = {
|
|
|
97445
98145
|
};
|
|
97446
98146
|
export declare type MutationAssetsDm_EditObjectTagArgs = {
|
|
97447
98147
|
cloudId: Scalars['ID']['input'];
|
|
97448
|
-
input: AssetsDmObjectTagEditInput
|
|
98148
|
+
input: Array<AssetsDmObjectTagEditInput>;
|
|
97449
98149
|
workspaceId: Scalars['ID']['input'];
|
|
97450
98150
|
};
|
|
97451
98151
|
export declare type MutationAssetsDm_GenerateAdapterTokenArgs = {
|
|
@@ -97781,6 +98481,10 @@ export declare type MutationConfluence_NbmRetryScanLongTaskArgs = {
|
|
|
97781
98481
|
cloudId: Scalars['ID']['input'];
|
|
97782
98482
|
input: ConfluenceNbmRetryScanLongTaskInput;
|
|
97783
98483
|
};
|
|
98484
|
+
export declare type MutationConfluence_NbmStartPerfScanLongTaskArgs = {
|
|
98485
|
+
cloudId: Scalars['ID']['input'];
|
|
98486
|
+
input: ConfluenceNbmStartPerfScanLongTaskInput;
|
|
98487
|
+
};
|
|
97784
98488
|
export declare type MutationConfluence_NbmStartScanLongTaskArgs = {
|
|
97785
98489
|
cloudId: Scalars['ID']['input'];
|
|
97786
98490
|
input: ConfluenceNbmStartScanLongTaskInput;
|
|
@@ -97862,6 +98566,10 @@ export declare type MutationConfluence_UpdateAnswerArgs = {
|
|
|
97862
98566
|
cloudId: Scalars['ID']['input'];
|
|
97863
98567
|
input: ConfluenceUpdateAnswerInput;
|
|
97864
98568
|
};
|
|
98569
|
+
export declare type MutationConfluence_UpdateBlogPostArgs = {
|
|
98570
|
+
cloudId: Scalars['ID']['input'];
|
|
98571
|
+
input: ConfluenceUpdateBlogPostInput;
|
|
98572
|
+
};
|
|
97865
98573
|
export declare type MutationConfluence_UpdateCalendarCustomEventTypeArgs = {
|
|
97866
98574
|
cloudId: Scalars['ID']['input'];
|
|
97867
98575
|
input: ConfluenceUpdateCalendarEventTypeInput;
|
|
@@ -97920,6 +98628,10 @@ export declare type MutationConfluence_UpdateNcsPdfExportConfigurationArgs = {
|
|
|
97920
98628
|
input: ConfluenceUpdatePdfExportNoCodeStylingConfigInput;
|
|
97921
98629
|
spaceKey: Scalars['String']['input'];
|
|
97922
98630
|
};
|
|
98631
|
+
export declare type MutationConfluence_UpdatePageArgs = {
|
|
98632
|
+
cloudId: Scalars['ID']['input'];
|
|
98633
|
+
input: ConfluenceUpdatePageInput;
|
|
98634
|
+
};
|
|
97923
98635
|
export declare type MutationConfluence_UpdateQuestionArgs = {
|
|
97924
98636
|
cloudId: Scalars['ID']['input'];
|
|
97925
98637
|
input: ConfluenceUpdateQuestionInput;
|
|
@@ -97940,6 +98652,10 @@ export declare type MutationConfluence_UpdateVoteArgs = {
|
|
|
97940
98652
|
cloudId: Scalars['ID']['input'];
|
|
97941
98653
|
input: ConfluenceUpdateVoteInput;
|
|
97942
98654
|
};
|
|
98655
|
+
export declare type MutationConfluence_UpdateWatermarkConfigArgs = {
|
|
98656
|
+
input: ConfluenceUpdateWatermarkConfigInput;
|
|
98657
|
+
resourceAri: Scalars['ID']['input'];
|
|
98658
|
+
};
|
|
97943
98659
|
export declare type MutationConfluence_WatchLabelArgs = {
|
|
97944
98660
|
cloudId: Scalars['ID']['input'];
|
|
97945
98661
|
input: ConfluenceLabelWatchInput;
|
|
@@ -98173,6 +98889,11 @@ export declare type MutationCreateWebTriggerUrlArgs = {
|
|
|
98173
98889
|
forceCreate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
98174
98890
|
input: WebTriggerUrlInput;
|
|
98175
98891
|
};
|
|
98892
|
+
export declare type MutationCsmAi_AddKnowledgeSourceArgs = {
|
|
98893
|
+
csmAiAgentId: Scalars['ID']['input'];
|
|
98894
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98895
|
+
input: CsmAiAddKnowledgeSourceInput;
|
|
98896
|
+
};
|
|
98176
98897
|
export declare type MutationCsmAi_CreateActionArgs = {
|
|
98177
98898
|
csmAiHubId: Scalars['ID']['input'];
|
|
98178
98899
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -98189,6 +98910,11 @@ export declare type MutationCsmAi_CreateCoachingContentArgs = {
|
|
|
98189
98910
|
helpCenterAri: Scalars['ID']['input'];
|
|
98190
98911
|
input: CsmAiCreateCoachingContentInput;
|
|
98191
98912
|
};
|
|
98913
|
+
export declare type MutationCsmAi_CreateEmbedWidgetArgs = {
|
|
98914
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
98915
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98916
|
+
name: Scalars['String']['input'];
|
|
98917
|
+
};
|
|
98192
98918
|
export declare type MutationCsmAi_DeleteActionArgs = {
|
|
98193
98919
|
csmAiActionId: Scalars['ID']['input'];
|
|
98194
98920
|
csmAiHubId: Scalars['ID']['input'];
|
|
@@ -98200,6 +98926,10 @@ export declare type MutationCsmAi_DeleteCoachingContentArgs = {
|
|
|
98200
98926
|
csmAiHubId: Scalars['ID']['input'];
|
|
98201
98927
|
helpCenterAri: Scalars['ID']['input'];
|
|
98202
98928
|
};
|
|
98929
|
+
export declare type MutationCsmAi_DeleteKnowledgeSourceArgs = {
|
|
98930
|
+
csmAiKnowledgeSourceId: Scalars['ID']['input'];
|
|
98931
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98932
|
+
};
|
|
98203
98933
|
export declare type MutationCsmAi_PublishAgentArgs = {
|
|
98204
98934
|
csmAgentId: Scalars['ID']['input'];
|
|
98205
98935
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -98243,6 +98973,12 @@ export declare type MutationCsmAi_UpdateHandoffConfigArgs = {
|
|
|
98243
98973
|
helpCenterAri: Scalars['ID']['input'];
|
|
98244
98974
|
input: CsmAiUpdateHandoffConfigInput;
|
|
98245
98975
|
};
|
|
98976
|
+
export declare type MutationCsmAi_UpdateKnowledgeSourceArgs = {
|
|
98977
|
+
csmAiAgentId: Scalars['ID']['input'];
|
|
98978
|
+
csmAiKnowledgeSourceId: Scalars['ID']['input'];
|
|
98979
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98980
|
+
input: CsmAiUpdateKnowledgeSourceInput;
|
|
98981
|
+
};
|
|
98246
98982
|
export declare type MutationCsmAi_UpdateWidgetArgs = {
|
|
98247
98983
|
helpCenterAri: Scalars['ID']['input'];
|
|
98248
98984
|
input: CsmAiWidgetUpdateInput;
|
|
@@ -98521,6 +99257,9 @@ export declare type MutationGoals_CloneArgs = {
|
|
|
98521
99257
|
export declare type MutationGoals_CreateAndAddMetricTargetArgs = {
|
|
98522
99258
|
input: TownsquareGoalsCreateAddMetricTargetInput;
|
|
98523
99259
|
};
|
|
99260
|
+
export declare type MutationGoals_CreateCommentArgs = {
|
|
99261
|
+
input: TownsquareGoalsCreateCommentInput;
|
|
99262
|
+
};
|
|
98524
99263
|
export declare type MutationGoals_CreateDecisionArgs = {
|
|
98525
99264
|
input: TownsquareGoalsCreateDecisionInput;
|
|
98526
99265
|
};
|
|
@@ -98560,6 +99299,9 @@ export declare type MutationGoals_EditCommentArgs = {
|
|
|
98560
99299
|
export declare type MutationGoals_EditDecisionArgs = {
|
|
98561
99300
|
input: TownsquareGoalsEditDecisionInput;
|
|
98562
99301
|
};
|
|
99302
|
+
export declare type MutationGoals_EditGoalTypePairArgs = {
|
|
99303
|
+
input: TownsquareGoalsEditGoalTypePairInput;
|
|
99304
|
+
};
|
|
98563
99305
|
export declare type MutationGoals_EditLearningArgs = {
|
|
98564
99306
|
input: TownsquareGoalsEditLearningInput;
|
|
98565
99307
|
};
|
|
@@ -98593,6 +99335,9 @@ export declare type MutationGoals_SetWatchingTeamArgs = {
|
|
|
98593
99335
|
export declare type MutationGoals_ShareGoalArgs = {
|
|
98594
99336
|
input: TownsquareGoalsShareGoalInput;
|
|
98595
99337
|
};
|
|
99338
|
+
export declare type MutationGoals_ShareUpdateArgs = {
|
|
99339
|
+
input: TownsquareGoalsShareUpdateInput;
|
|
99340
|
+
};
|
|
98596
99341
|
export declare type MutationGoals_UnlinkWorkItemArgs = {
|
|
98597
99342
|
input?: InputMaybe<TownsquareGoalsUnlinkWorkItemInput>;
|
|
98598
99343
|
};
|
|
@@ -98682,9 +99427,6 @@ export declare type MutationJira_AddTimelineIssueLinkArgs = {
|
|
|
98682
99427
|
cloudId: Scalars['ID']['input'];
|
|
98683
99428
|
input: JiraAddTimelineIssueLinkInput;
|
|
98684
99429
|
};
|
|
98685
|
-
export declare type MutationJira_ApplySuggestionActionsArgs = {
|
|
98686
|
-
input: Array<JiraApplySuggestionActionInput>;
|
|
98687
|
-
};
|
|
98688
99430
|
export declare type MutationJira_ArchiveIssueArgs = {
|
|
98689
99431
|
input: JiraIssueArchiveInput;
|
|
98690
99432
|
};
|
|
@@ -98760,9 +99502,6 @@ export declare type MutationJira_DiscardUserIssueSearchConfigArgs = {
|
|
|
98760
99502
|
export declare type MutationJira_DismissAiAgentSessionArgs = {
|
|
98761
99503
|
input?: InputMaybe<JiraDismissAiAgentSessionInput>;
|
|
98762
99504
|
};
|
|
98763
|
-
export declare type MutationJira_DismissSuggestionsArgs = {
|
|
98764
|
-
input: JiraDismissSuggestionsInput;
|
|
98765
|
-
};
|
|
98766
99505
|
export declare type MutationJira_DragAndDropBoardViewIssueArgs = {
|
|
98767
99506
|
input: JiraDragAndDropBoardViewIssueInput;
|
|
98768
99507
|
};
|
|
@@ -98979,10 +99718,20 @@ export declare type MutationJira_UpdateSchemeFieldPerWorkTypeCustomizationsArgs
|
|
|
98979
99718
|
cloudId: Scalars['ID']['input'];
|
|
98980
99719
|
input?: InputMaybe<JiraFieldWorkTypeCustomizationsInput>;
|
|
98981
99720
|
};
|
|
99721
|
+
export declare type MutationJpdViewsService_EchoArgs = {
|
|
99722
|
+
cloudId: Scalars['ID']['input'];
|
|
99723
|
+
message: Scalars['String']['input'];
|
|
99724
|
+
};
|
|
98982
99725
|
export declare type MutationJsmChannels_EstablishConnectionArgs = {
|
|
98983
99726
|
input: JsmChannelsEstablishConnectionInput;
|
|
98984
99727
|
jiraProjectAri: Scalars['ID']['input'];
|
|
98985
99728
|
};
|
|
99729
|
+
export declare type MutationJsmChannels_ExecuteResolutionPlanActionArgs = {
|
|
99730
|
+
action: JsmChannelsResolutionPlanAction;
|
|
99731
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
99732
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
99733
|
+
planId: Scalars['ID']['input'];
|
|
99734
|
+
};
|
|
98986
99735
|
export declare type MutationJsmChannels_UpdateExperienceConfigurationArgs = {
|
|
98987
99736
|
experience: JsmChannelsExperience;
|
|
98988
99737
|
input: JsmChannelsExperienceConfigurationInput;
|
|
@@ -98994,6 +99743,19 @@ export declare type MutationJsmChannels_UpdateTaskAgentConfigurationArgs = {
|
|
|
98994
99743
|
input: JsmChannelsTaskAgentConfigurationInput;
|
|
98995
99744
|
jiraProjectAri: Scalars['ID']['input'];
|
|
98996
99745
|
};
|
|
99746
|
+
export declare type MutationKitsune_CreateFeedbackArgs = {
|
|
99747
|
+
content: Scalars['String']['input'];
|
|
99748
|
+
projectAri: Scalars['ID']['input'];
|
|
99749
|
+
title: Scalars['String']['input'];
|
|
99750
|
+
};
|
|
99751
|
+
export declare type MutationKitsune_RemoveFeedbackArgs = {
|
|
99752
|
+
id: Scalars['ID']['input'];
|
|
99753
|
+
projectAri: Scalars['ID']['input'];
|
|
99754
|
+
};
|
|
99755
|
+
export declare type MutationKitsune_SuggestSnippetsArgs = {
|
|
99756
|
+
projectAri: Scalars['ID']['input'];
|
|
99757
|
+
title: Scalars['String']['input'];
|
|
99758
|
+
};
|
|
98997
99759
|
export declare type MutationKnowledgeBaseArgs = {
|
|
98998
99760
|
cloudId: Scalars['ID']['input'];
|
|
98999
99761
|
};
|
|
@@ -99001,9 +99763,27 @@ export declare type MutationKnowledgeBaseSpacePermission_UpdateViewArgs = {
|
|
|
99001
99763
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
99002
99764
|
input: KnowledgeBaseSpacePermissionUpdateViewInput;
|
|
99003
99765
|
};
|
|
99766
|
+
export declare type MutationKnowledgeBase_LinkSourcesArgs = {
|
|
99767
|
+
cloudId: Scalars['ID']['input'];
|
|
99768
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99769
|
+
sources?: InputMaybe<Array<KnowledgeBaseSourceInput>>;
|
|
99770
|
+
};
|
|
99771
|
+
export declare type MutationKnowledgeBase_UnlinkSourcesArgs = {
|
|
99772
|
+
cloudId: Scalars['ID']['input'];
|
|
99773
|
+
linkedSources?: InputMaybe<Array<KnowledgeBaseUnlinkSourceInput>>;
|
|
99774
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99775
|
+
};
|
|
99776
|
+
export declare type MutationKnowledgeBase_UpdateSourceViewPermissionArgs = {
|
|
99777
|
+
cloudId: Scalars['ID']['input'];
|
|
99778
|
+
permissionUpdateRequest?: InputMaybe<KnowledgeBasePermissionUpdateRequest>;
|
|
99779
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99780
|
+
};
|
|
99004
99781
|
export declare type MutationLikeContentArgs = {
|
|
99005
99782
|
input: LikeContentInput;
|
|
99006
99783
|
};
|
|
99784
|
+
export declare type MutationLiveChat_SendUpdateArgs = {
|
|
99785
|
+
liveChatUpdateInput: LiveChatUpdateInput;
|
|
99786
|
+
};
|
|
99007
99787
|
export declare type MutationLoom_AcceptOrganizationInviteArgs = {
|
|
99008
99788
|
inviteLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
99009
99789
|
orgToken?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -99123,6 +99903,9 @@ export declare type MutationProjects_CloneArgs = {
|
|
|
99123
99903
|
export declare type MutationProjects_CreateArgs = {
|
|
99124
99904
|
input: TownsquareProjectsCreateInput;
|
|
99125
99905
|
};
|
|
99906
|
+
export declare type MutationProjects_CreateCommentArgs = {
|
|
99907
|
+
input: TownsquareProjectsCreateCommentInput;
|
|
99908
|
+
};
|
|
99126
99909
|
export declare type MutationProjects_CreateDecisionArgs = {
|
|
99127
99910
|
input: TownsquareProjectsCreateDecisionInput;
|
|
99128
99911
|
};
|
|
@@ -99138,6 +99921,9 @@ export declare type MutationProjects_CreateRiskArgs = {
|
|
|
99138
99921
|
export declare type MutationProjects_CreateUpdateArgs = {
|
|
99139
99922
|
input?: InputMaybe<TownsquareProjectsCreateUpdateInput>;
|
|
99140
99923
|
};
|
|
99924
|
+
export declare type MutationProjects_DeleteCommentArgs = {
|
|
99925
|
+
input: TownsquareProjectsDeleteCommentInput;
|
|
99926
|
+
};
|
|
99141
99927
|
export declare type MutationProjects_DeleteDecisionArgs = {
|
|
99142
99928
|
input: TownsquareProjectsDeleteDecisionInput;
|
|
99143
99929
|
};
|
|
@@ -99156,6 +99942,9 @@ export declare type MutationProjects_DeleteRiskArgs = {
|
|
|
99156
99942
|
export declare type MutationProjects_EditArgs = {
|
|
99157
99943
|
input?: InputMaybe<TownsquareProjectsEditInput>;
|
|
99158
99944
|
};
|
|
99945
|
+
export declare type MutationProjects_EditCommentArgs = {
|
|
99946
|
+
input: TownsquareProjectsEditCommentInput;
|
|
99947
|
+
};
|
|
99159
99948
|
export declare type MutationProjects_EditDecisionArgs = {
|
|
99160
99949
|
input: TownsquareProjectsEditDecisionInput;
|
|
99161
99950
|
};
|
|
@@ -102832,6 +103621,7 @@ export declare type Query = {
|
|
|
102832
103621
|
agentStudio_getWidgetContainersByAgentId?: Maybe<AgentStudioWidgetContainersByAgentIdResult>;
|
|
102833
103622
|
agentStudio_insightsConfiguration?: Maybe<AgentStudioInsightsConfigurationResult>;
|
|
102834
103623
|
agentStudio_jobExecutionHistory: AgentStudioJobExecutionHistory;
|
|
103624
|
+
agentStudio_jobRuns: AgentStudioBatchEvaluationJobRunsConnection;
|
|
102835
103625
|
agentStudio_scenarioById?: Maybe<AgentStudioScenarioResult>;
|
|
102836
103626
|
agentStudio_scenarioListByContainerId?: Maybe<AgentStudioScenariosResult>;
|
|
102837
103627
|
agentStudio_scenariosByIds?: Maybe<Array<Maybe<AgentStudioScenario>>>;
|
|
@@ -102879,6 +103669,7 @@ export declare type Query = {
|
|
|
102879
103669
|
assetsDM_dataSourceConfig?: Maybe<AssetsDmDataSourceConfig>;
|
|
102880
103670
|
assetsDM_dataSourceDetails?: Maybe<AssetsDmDataSourceDetails>;
|
|
102881
103671
|
assetsDM_dataSourceFormFields?: Maybe<AssetsDmDataSourceFormFields>;
|
|
103672
|
+
assetsDM_dataSourceHeaderDetails?: Maybe<AssetsDmDataSourceHeaderDetails>;
|
|
102882
103673
|
assetsDM_dataSourceMapping?: Maybe<Array<AssetsDmDataSourceMapping>>;
|
|
102883
103674
|
assetsDM_dataSourceMerge?: Maybe<AssetsDmDataSourceMergeResponse>;
|
|
102884
103675
|
assetsDM_dataSourceMergeGetByObjectId?: Maybe<AssetsDmDataSourceMergeGetByObjectIdResponse>;
|
|
@@ -102888,6 +103679,7 @@ export declare type Query = {
|
|
|
102888
103679
|
assetsDM_datasourceCleansingRules?: Maybe<AssetsDmDataSourceCleansingRulesResponse>;
|
|
102889
103680
|
assetsDM_getCleansingExecutive?: Maybe<AssetsDmDataSourceCleansingCleansingExecutive>;
|
|
102890
103681
|
assetsDM_getDataSourceForCleansing?: Maybe<AssetsDmGetDataSourceForCleansingResponse>;
|
|
103682
|
+
assetsDM_notifications?: Maybe<AssetsDmNotificationResponse>;
|
|
102891
103683
|
assetsDM_objectClassMetadata?: Maybe<AssetsDmObjectClassMetadata>;
|
|
102892
103684
|
assetsDM_objectClasses?: Maybe<Array<Maybe<AssetsDmObjectClass>>>;
|
|
102893
103685
|
assetsDM_objectDetail?: Maybe<AssetsDmObjectDetail>;
|
|
@@ -102973,6 +103765,7 @@ export declare type Query = {
|
|
|
102973
103765
|
confluence_contentAISummaries?: Maybe<Array<Maybe<ConfluenceContentAiSummaryResponse>>>;
|
|
102974
103766
|
confluence_contentAccessRequestByStatus?: Maybe<ConfluenceContentAccessRequestConnection>;
|
|
102975
103767
|
confluence_contentAnalyticsCountUserByContentType?: Maybe<ConfluenceContentAnalyticsCountUserByContentType>;
|
|
103768
|
+
confluence_contentPermissions?: Maybe<ConfluenceContentPermissions>;
|
|
102976
103769
|
confluence_contentReactionsSummary?: Maybe<ConfluenceReactionSummary>;
|
|
102977
103770
|
confluence_contentSmartLinksForDraft?: Maybe<PaginatedSmartLinkList>;
|
|
102978
103771
|
confluence_contentWatchersUnfiltered?: Maybe<PaginatedPersonList>;
|
|
@@ -103009,6 +103802,8 @@ export declare type Query = {
|
|
|
103009
103802
|
confluence_macroPlaceholderAdf?: Maybe<ConfluenceMacroPlaceholderAdf>;
|
|
103010
103803
|
confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
|
|
103011
103804
|
confluence_mediaTokenData?: Maybe<ConfluenceMediaTokenData>;
|
|
103805
|
+
confluence_nbmChainsForTransformation?: Maybe<ConfluenceNbmChainsForTransformationConnection>;
|
|
103806
|
+
confluence_nbmEligibleTransformersForChain?: Maybe<Array<Maybe<ConfluenceNbmTransformer>>>;
|
|
103012
103807
|
confluence_nbmPerfReportList?: Maybe<ConfluenceNbmScanConnection>;
|
|
103013
103808
|
confluence_nbmScanList?: Maybe<ConfluenceNbmScanConnection>;
|
|
103014
103809
|
confluence_nbmScanResult?: Maybe<ConfluenceNbmScanResult>;
|
|
@@ -103051,6 +103846,7 @@ export declare type Query = {
|
|
|
103051
103846
|
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
103052
103847
|
confluence_usersHavePermission?: Maybe<ConfluenceUsersHavePermissionList>;
|
|
103053
103848
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
103849
|
+
confluence_watermarkConfig?: Maybe<ConfluenceWatermarkConfig>;
|
|
103054
103850
|
confluence_whiteboardTemplates?: Maybe<PaginatedConfluenceWhiteboardTemplateInfoList>;
|
|
103055
103851
|
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
103056
103852
|
contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
|
|
@@ -103191,6 +103987,7 @@ export declare type Query = {
|
|
|
103191
103987
|
ersLifecycle?: Maybe<ErsLifecycleQuery>;
|
|
103192
103988
|
eventCTR?: Maybe<EventCtr>;
|
|
103193
103989
|
eventTimeseriesCTR?: Maybe<EventTimeseriesCtr>;
|
|
103990
|
+
experimentApi_collaboratorsAlreadyInConfluence?: Maybe<Array<Maybe<ExperimentApiCollaborationGraphUser>>>;
|
|
103194
103991
|
experimentFeatures?: Maybe<Scalars['String']['output']>;
|
|
103195
103992
|
extensionByKey?: Maybe<Extension>;
|
|
103196
103993
|
extensionContext?: Maybe<ExtensionContext>;
|
|
@@ -103239,6 +104036,7 @@ export declare type Query = {
|
|
|
103239
104036
|
graphIntegration_availableTwgCapabilityContainers?: Maybe<Array<Maybe<GraphIntegrationTwgCapabilityContainerMeta>>>;
|
|
103240
104037
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
103241
104038
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
104039
|
+
graphIntegration_mcpAdminManagementCuratedMcpServerTemplates?: Maybe<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection>;
|
|
103242
104040
|
graphIntegration_mcpAdminManagementMcpServer?: Maybe<GraphIntegrationMcpAdminManagementMcpServerNode>;
|
|
103243
104041
|
graphIntegration_mcpAdminManagementMcpServerMetaData?: Maybe<GraphIntegrationMcpAdminManagementMcpServerMetaData>;
|
|
103244
104042
|
graphIntegration_mcpAdminManagementMcpServers?: Maybe<GraphIntegrationMcpAdminManagementMcpServerConnection>;
|
|
@@ -103329,21 +104127,28 @@ export declare type Query = {
|
|
|
103329
104127
|
jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
|
|
103330
104128
|
jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
|
|
103331
104129
|
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
103332
|
-
jira_suggestionsByContext?: Maybe<JiraSuggestionsConnection>;
|
|
103333
104130
|
jira_userSegRedirectAdvice?: Maybe<JiraUserSegRedirectAdvice>;
|
|
104131
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
103334
104132
|
jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
|
|
103335
104133
|
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
103336
104134
|
jsmChannels_getExperienceConfigurationByProjectId: JsmChannelsExperienceConfigurationResult;
|
|
104135
|
+
jsmChannels_getExperienceConfigurationByProjectIds: JsmChannelsExperienceConfigurationByProjectIdsResult;
|
|
104136
|
+
jsmChannels_getResolutionPlanGraph?: Maybe<JsmChannelsResolutionPlanGraphResult>;
|
|
103337
104137
|
jsmChannels_getServiceAgentResolutionStateByTicketId: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
103338
104138
|
jsmChannels_taskAgents: JsmChannelsTaskAgentsResult;
|
|
103339
104139
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
103340
104140
|
jsw?: Maybe<JswQuery>;
|
|
103341
104141
|
kitsune_hello?: Maybe<Scalars['String']['output']>;
|
|
104142
|
+
kitsune_node?: Maybe<KitsuneNode>;
|
|
103342
104143
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
103343
104144
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
103344
104145
|
knowledgeBase_agentSearch?: Maybe<KnowledgeBaseAgentArticleSearchResponse>;
|
|
104146
|
+
knowledgeBase_confluenceServerLinkStatus?: Maybe<KnowledgeBaseConfluenceServerLinkStatusResponse>;
|
|
103345
104147
|
knowledgeBase_getLinkedSourceTypes?: Maybe<KnowledgeBaseLinkedSourceTypesResponse>;
|
|
104148
|
+
knowledgeBase_linkedSources?: Maybe<KnowledgeBaseLinkedSourcesResponse>;
|
|
103346
104149
|
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
104150
|
+
knowledgeBase_sourceSuggestions?: Maybe<KnowledgeBaseSourceSuggestionsResponse>;
|
|
104151
|
+
knowledgeBase_userCapabilities?: Maybe<KnowledgeBaseUserCapabilitiesResponse>;
|
|
103347
104152
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
103348
104153
|
labelSearch?: Maybe<LabelSearchResults>;
|
|
103349
104154
|
latestKnowledgeGraphObject?: Maybe<KnowledgeGraphObjectResponse>;
|
|
@@ -103352,6 +104157,7 @@ export declare type Query = {
|
|
|
103352
104157
|
linksIncomingToJiraIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
103353
104158
|
linksOutgoingFromConfluencePage?: Maybe<GraphStoreCypherQueryConnection>;
|
|
103354
104159
|
linksOutgoingFromJiraIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
104160
|
+
liveChat_dummy?: Maybe<Scalars['String']['output']>;
|
|
103355
104161
|
localStorage?: Maybe<LocalStorage>;
|
|
103356
104162
|
logAccessByContexts?: Maybe<Array<InstallationContextWithInstallationIdResponse>>;
|
|
103357
104163
|
lookAndFeel?: Maybe<LookAndFeelSettings>;
|
|
@@ -103394,6 +104200,7 @@ export declare type Query = {
|
|
|
103394
104200
|
mercury_funds?: Maybe<MercuryFundsQueryApi>;
|
|
103395
104201
|
mercury_insights?: Maybe<MercuryInsightsQueryApi>;
|
|
103396
104202
|
mercury_jiraAlignProvider?: Maybe<MercuryJiraAlignProviderQueryApi>;
|
|
104203
|
+
mercury_jiraProvider?: Maybe<MercuryJiraProviderQueryApi>;
|
|
103397
104204
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
103398
104205
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
|
|
103399
104206
|
migration: MigrationQuery;
|
|
@@ -103572,6 +104379,7 @@ export declare type Query = {
|
|
|
103572
104379
|
stakeholderComms_getIncidentTemplate?: Maybe<StakeholderCommsIncidentTemplateResponse>;
|
|
103573
104380
|
stakeholderComms_getLicenseUsageLimit?: Maybe<StakeholderCommsLicenseUsage>;
|
|
103574
104381
|
stakeholderComms_getMemberships?: Maybe<Array<Maybe<StakeholderCommsStakeholderGroupMembership>>>;
|
|
104382
|
+
stakeholderComms_getOpsgenieRiskAssessment?: Maybe<StakeholderCommsOpsgenieRiskAssessmentResult>;
|
|
103575
104383
|
stakeholderComms_getPageById?: Maybe<StakeholderCommsPageResponse>;
|
|
103576
104384
|
stakeholderComms_getPageByName?: Maybe<StakeholderCommsPageResponse>;
|
|
103577
104385
|
stakeholderComms_getPageSummaryDetails?: Maybe<StakeholderCommsPageSummaryDetailsResponse>;
|
|
@@ -103587,6 +104395,7 @@ export declare type Query = {
|
|
|
103587
104395
|
stakeholderComms_getStakeholdersByAssignment?: Maybe<StakeholderCommsPaginatedStakeholderResults>;
|
|
103588
104396
|
stakeholderComms_getStakeholdersByAssignmentV2?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
103589
104397
|
stakeholderComms_getStakeholdersbyAri?: Maybe<Array<Maybe<StakeholderCommsSimplifiedStakeholder>>>;
|
|
104398
|
+
stakeholderComms_getTotalSubscribersInCloud?: Maybe<Scalars['Int']['output']>;
|
|
103590
104399
|
stakeholderComms_getUniqueSubdomainForPage?: Maybe<Scalars['String']['output']>;
|
|
103591
104400
|
stakeholderComms_getUploadMediaToken?: Maybe<StakeholderCommsMediaToken>;
|
|
103592
104401
|
stakeholderComms_getWorkspaceAriMappingByCustomDomain?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
@@ -103605,6 +104414,7 @@ export declare type Query = {
|
|
|
103605
104414
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
103606
104415
|
suggestedSpaces?: Maybe<PaginatedSpaceList>;
|
|
103607
104416
|
supportInquiry_channelsIdentityHash?: Maybe<Scalars['String']['output']>;
|
|
104417
|
+
supportInquiry_channelsIdentityHashByClientName?: Maybe<Scalars['String']['output']>;
|
|
103608
104418
|
supportInquiry_userContext?: Maybe<SupportInquiryUserContext>;
|
|
103609
104419
|
team?: Maybe<TeamQuery>;
|
|
103610
104420
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
@@ -103613,6 +104423,7 @@ export declare type Query = {
|
|
|
103613
104423
|
teamworkGraph_customerSupportMessages?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103614
104424
|
teamworkGraph_getProjectContext?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103615
104425
|
teamworkGraph_projectUpdates?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
104426
|
+
teamworkGraph_teamActiveProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103616
104427
|
teamworkGraph_teamProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103617
104428
|
teamworkGraph_teamUsers?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103618
104429
|
teamworkGraph_userCommented?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -103966,6 +104777,15 @@ export declare type QueryAgentStudio_JobExecutionHistoryArgs = {
|
|
|
103966
104777
|
productType: AgentStudioProductType;
|
|
103967
104778
|
projectContainerAri: Scalars['ID']['input'];
|
|
103968
104779
|
};
|
|
104780
|
+
export declare type QueryAgentStudio_JobRunsArgs = {
|
|
104781
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
104782
|
+
cloudId: Scalars['String']['input'];
|
|
104783
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
104784
|
+
jobId?: InputMaybe<Scalars['ID']['input']>;
|
|
104785
|
+
productType: AgentStudioProductType;
|
|
104786
|
+
projectContainerAri: Scalars['ID']['input'];
|
|
104787
|
+
status?: InputMaybe<AgentStudioJobRunStatus>;
|
|
104788
|
+
};
|
|
103969
104789
|
export declare type QueryAgentStudio_ScenarioByIdArgs = {
|
|
103970
104790
|
containerId: Scalars['ID']['input'];
|
|
103971
104791
|
id: Scalars['ID']['input'];
|
|
@@ -104071,6 +104891,7 @@ export declare type QueryAppContainerRegistryLoginArgs = {
|
|
|
104071
104891
|
};
|
|
104072
104892
|
export declare type QueryAppContainerServicesArgs = {
|
|
104073
104893
|
appId: Scalars['ID']['input'];
|
|
104894
|
+
contextFilter?: InputMaybe<AppContainerServiceContextFilter>;
|
|
104074
104895
|
environmentKey: Scalars['String']['input'];
|
|
104075
104896
|
serviceNames: Array<Scalars['String']['input']>;
|
|
104076
104897
|
};
|
|
@@ -104194,6 +105015,11 @@ export declare type QueryAssetsDm_DataSourceFormFieldsArgs = {
|
|
|
104194
105015
|
schemaId?: InputMaybe<Scalars['String']['input']>;
|
|
104195
105016
|
workspaceId: Scalars['ID']['input'];
|
|
104196
105017
|
};
|
|
105018
|
+
export declare type QueryAssetsDm_DataSourceHeaderDetailsArgs = {
|
|
105019
|
+
cloudId: Scalars['ID']['input'];
|
|
105020
|
+
jobId: Scalars['ID']['input'];
|
|
105021
|
+
workspaceId: Scalars['ID']['input'];
|
|
105022
|
+
};
|
|
104197
105023
|
export declare type QueryAssetsDm_DataSourceMappingArgs = {
|
|
104198
105024
|
cloudId: Scalars['ID']['input'];
|
|
104199
105025
|
dataSourceId: Scalars['ID']['input'];
|
|
@@ -104243,6 +105069,11 @@ export declare type QueryAssetsDm_GetDataSourceForCleansingArgs = {
|
|
|
104243
105069
|
dataSourceId: Scalars['ID']['input'];
|
|
104244
105070
|
workspaceId: Scalars['ID']['input'];
|
|
104245
105071
|
};
|
|
105072
|
+
export declare type QueryAssetsDm_NotificationsArgs = {
|
|
105073
|
+
cloudId: Scalars['ID']['input'];
|
|
105074
|
+
payload: AssetsDmNotificationPayload;
|
|
105075
|
+
workspaceId: Scalars['ID']['input'];
|
|
105076
|
+
};
|
|
104246
105077
|
export declare type QueryAssetsDm_ObjectClassMetadataArgs = {
|
|
104247
105078
|
cloudId: Scalars['ID']['input'];
|
|
104248
105079
|
objectId: Scalars['ID']['input'];
|
|
@@ -104614,6 +105445,10 @@ export declare type QueryConfluence_ContentAnalyticsCountUserByContentTypeArgs =
|
|
|
104614
105445
|
startTime: Scalars['String']['input'];
|
|
104615
105446
|
subType?: InputMaybe<Scalars['String']['input']>;
|
|
104616
105447
|
};
|
|
105448
|
+
export declare type QueryConfluence_ContentPermissionsArgs = {
|
|
105449
|
+
cloudId: Scalars['ID']['input'];
|
|
105450
|
+
contentId: Scalars['ID']['input'];
|
|
105451
|
+
};
|
|
104617
105452
|
export declare type QueryConfluence_ContentReactionsSummaryArgs = {
|
|
104618
105453
|
cloudId: Scalars['ID']['input'];
|
|
104619
105454
|
contentId: Scalars['ID']['input'];
|
|
@@ -104784,6 +105619,16 @@ export declare type QueryConfluence_MacrosByIdsArgs = {
|
|
|
104784
105619
|
export declare type QueryConfluence_MediaTokenDataArgs = {
|
|
104785
105620
|
noteId: Scalars['ID']['input'];
|
|
104786
105621
|
};
|
|
105622
|
+
export declare type QueryConfluence_NbmChainsForTransformationArgs = {
|
|
105623
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
105624
|
+
cloudId: Scalars['ID']['input'];
|
|
105625
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105626
|
+
scanId: Scalars['ID']['input'];
|
|
105627
|
+
};
|
|
105628
|
+
export declare type QueryConfluence_NbmEligibleTransformersForChainArgs = {
|
|
105629
|
+
chain: Scalars['String']['input'];
|
|
105630
|
+
cloudId: Scalars['ID']['input'];
|
|
105631
|
+
};
|
|
104787
105632
|
export declare type QueryConfluence_NbmPerfReportListArgs = {
|
|
104788
105633
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
104789
105634
|
cloudId: Scalars['ID']['input'];
|
|
@@ -105002,6 +105847,9 @@ export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
|
105002
105847
|
cloudId: Scalars['ID']['input'];
|
|
105003
105848
|
jql: Scalars['String']['input'];
|
|
105004
105849
|
};
|
|
105850
|
+
export declare type QueryConfluence_WatermarkConfigArgs = {
|
|
105851
|
+
resourceAri: Scalars['ID']['input'];
|
|
105852
|
+
};
|
|
105005
105853
|
export declare type QueryConfluence_WhiteboardTemplatesArgs = {
|
|
105006
105854
|
cloudId: Scalars['ID']['input'];
|
|
105007
105855
|
};
|
|
@@ -105666,6 +106514,9 @@ export declare type QueryEventTimeseriesCtrArgs = {
|
|
|
105666
106514
|
startTime: Scalars['String']['input'];
|
|
105667
106515
|
timezone: Scalars['String']['input'];
|
|
105668
106516
|
};
|
|
106517
|
+
export declare type QueryExperimentApi_CollaboratorsAlreadyInConfluenceArgs = {
|
|
106518
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
106519
|
+
};
|
|
105669
106520
|
export declare type QueryExtensionByKeyArgs = {
|
|
105670
106521
|
contextId: Scalars['ID']['input'];
|
|
105671
106522
|
definitionId: Scalars['ID']['input'];
|
|
@@ -105837,6 +106688,11 @@ export declare type QueryGraphIntegration_ComponentDirectoryItemsArgs = {
|
|
|
105837
106688
|
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
105838
106689
|
surface?: InputMaybe<GraphIntegrationSurface>;
|
|
105839
106690
|
};
|
|
106691
|
+
export declare type QueryGraphIntegration_McpAdminManagementCuratedMcpServerTemplatesArgs = {
|
|
106692
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
106693
|
+
cloudId: Scalars['ID']['input'];
|
|
106694
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
106695
|
+
};
|
|
105840
106696
|
export declare type QueryGraphIntegration_McpAdminManagementMcpServerArgs = {
|
|
105841
106697
|
cloudId: Scalars['ID']['input'];
|
|
105842
106698
|
serverId: Scalars['ID']['input'];
|
|
@@ -106154,13 +107010,14 @@ export declare type QueryJira_ProjectsSidebarMenuArgs = {
|
|
|
106154
107010
|
cloudId: Scalars['ID']['input'];
|
|
106155
107011
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
106156
107012
|
};
|
|
106157
|
-
export declare type QueryJira_SuggestionsByContextArgs = {
|
|
106158
|
-
input: JiraSuggestionsByContextInput;
|
|
106159
|
-
};
|
|
106160
107013
|
export declare type QueryJira_UserSegRedirectAdviceArgs = {
|
|
106161
107014
|
accountId: Scalars['ID']['input'];
|
|
106162
107015
|
cloudId: Scalars['ID']['input'];
|
|
106163
107016
|
};
|
|
107017
|
+
export declare type QueryJpdViewsService_EchoArgs = {
|
|
107018
|
+
cloudId: Scalars['ID']['input'];
|
|
107019
|
+
message: Scalars['String']['input'];
|
|
107020
|
+
};
|
|
106164
107021
|
export declare type QueryJsmChannels_ConversationsByContainerAriArgs = {
|
|
106165
107022
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
106166
107023
|
containerAri: Scalars['ID']['input'];
|
|
@@ -106174,6 +107031,15 @@ export declare type QueryJsmChannels_GetExperienceConfigurationByProjectIdArgs =
|
|
|
106174
107031
|
experience: JsmChannelsExperience;
|
|
106175
107032
|
jiraProjectAri: Scalars['ID']['input'];
|
|
106176
107033
|
};
|
|
107034
|
+
export declare type QueryJsmChannels_GetExperienceConfigurationByProjectIdsArgs = {
|
|
107035
|
+
currentProjectAri: Scalars['ID']['input'];
|
|
107036
|
+
experience?: InputMaybe<JsmChannelsExperience>;
|
|
107037
|
+
projectQueryFilters: Array<JsmChannelsProjectQueryFilter>;
|
|
107038
|
+
};
|
|
107039
|
+
export declare type QueryJsmChannels_GetResolutionPlanGraphArgs = {
|
|
107040
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
107041
|
+
planID: Scalars['ID']['input'];
|
|
107042
|
+
};
|
|
106177
107043
|
export declare type QueryJsmChannels_GetServiceAgentResolutionStateByTicketIdArgs = {
|
|
106178
107044
|
jiraProjectAri: Scalars['ID']['input'];
|
|
106179
107045
|
ticketId: Scalars['ID']['input'];
|
|
@@ -106185,6 +107051,9 @@ export declare type QueryJsmChannels_TaskAgentsArgs = {
|
|
|
106185
107051
|
export declare type QueryKitsune_HelloArgs = {
|
|
106186
107052
|
projectAri: Scalars['ID']['input'];
|
|
106187
107053
|
};
|
|
107054
|
+
export declare type QueryKitsune_NodeArgs = {
|
|
107055
|
+
id: Scalars['ID']['input'];
|
|
107056
|
+
};
|
|
106188
107057
|
export declare type QueryKnowledgeBaseArgs = {
|
|
106189
107058
|
cloudId: Scalars['ID']['input'];
|
|
106190
107059
|
};
|
|
@@ -106195,12 +107064,29 @@ export declare type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
|
|
|
106195
107064
|
export declare type QueryKnowledgeBase_AgentSearchArgs = {
|
|
106196
107065
|
searchInput?: InputMaybe<KnowledgeBaseAgentArticleSearchInput>;
|
|
106197
107066
|
};
|
|
107067
|
+
export declare type QueryKnowledgeBase_ConfluenceServerLinkStatusArgs = {
|
|
107068
|
+
cloudId: Scalars['ID']['input'];
|
|
107069
|
+
projectIdentifier: Scalars['String']['input'];
|
|
107070
|
+
};
|
|
106198
107071
|
export declare type QueryKnowledgeBase_GetLinkedSourceTypesArgs = {
|
|
106199
107072
|
container?: InputMaybe<Scalars['ID']['input']>;
|
|
106200
107073
|
};
|
|
107074
|
+
export declare type QueryKnowledgeBase_LinkedSourcesArgs = {
|
|
107075
|
+
cloudId: Scalars['ID']['input'];
|
|
107076
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107077
|
+
};
|
|
106201
107078
|
export declare type QueryKnowledgeBase_SearchArticlesArgs = {
|
|
106202
107079
|
searchInput?: InputMaybe<KnowledgeBaseArticleSearchInput>;
|
|
106203
107080
|
};
|
|
107081
|
+
export declare type QueryKnowledgeBase_SourceSuggestionsArgs = {
|
|
107082
|
+
cloudId: Scalars['ID']['input'];
|
|
107083
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107084
|
+
suggestionFilters?: InputMaybe<KnowledgeBaseSuggestionFilters>;
|
|
107085
|
+
};
|
|
107086
|
+
export declare type QueryKnowledgeBase_UserCapabilitiesArgs = {
|
|
107087
|
+
cloudId: Scalars['ID']['input'];
|
|
107088
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107089
|
+
};
|
|
106204
107090
|
export declare type QueryLabelSearchArgs = {
|
|
106205
107091
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
106206
107092
|
ignoreRelated?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -107028,6 +107914,9 @@ export declare type QueryStakeholderComms_GetLicenseUsageLimitArgs = {
|
|
|
107028
107914
|
export declare type QueryStakeholderComms_GetMembershipsArgs = {
|
|
107029
107915
|
groupId: Scalars['String']['input'];
|
|
107030
107916
|
};
|
|
107917
|
+
export declare type QueryStakeholderComms_GetOpsgenieRiskAssessmentArgs = {
|
|
107918
|
+
changeRequestId: Scalars['ID']['input'];
|
|
107919
|
+
};
|
|
107031
107920
|
export declare type QueryStakeholderComms_GetPageByIdArgs = {
|
|
107032
107921
|
pageId: Scalars['String']['input'];
|
|
107033
107922
|
};
|
|
@@ -107139,6 +108028,9 @@ export declare type QuerySuggestedSpacesArgs = {
|
|
|
107139
108028
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
107140
108029
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
107141
108030
|
};
|
|
108031
|
+
export declare type QuerySupportInquiry_ChannelsIdentityHashByClientNameArgs = {
|
|
108032
|
+
request?: InputMaybe<SupportInquiryChannelPlatformIdentityHashRequest>;
|
|
108033
|
+
};
|
|
107142
108034
|
export declare type QueryTeamLabelsArgs = {
|
|
107143
108035
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107144
108036
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -107167,6 +108059,11 @@ export declare type QueryTeamworkGraph_ProjectUpdatesArgs = {
|
|
|
107167
108059
|
projectId: Scalars['String']['input'];
|
|
107168
108060
|
startDate: Scalars['DateTime']['input'];
|
|
107169
108061
|
};
|
|
108062
|
+
export declare type QueryTeamworkGraph_TeamActiveProjectsArgs = {
|
|
108063
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
108064
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
108065
|
+
teamId: Scalars['ID']['input'];
|
|
108066
|
+
};
|
|
107170
108067
|
export declare type QueryTeamworkGraph_TeamProjectsArgs = {
|
|
107171
108068
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
107172
108069
|
endDate: Scalars['DateTime']['input'];
|
|
@@ -110787,6 +111684,7 @@ export declare type SearchThirdPartyMetadata = {
|
|
|
110787
111684
|
workspaceUrl?: Maybe<Scalars['String']['output']>;
|
|
110788
111685
|
};
|
|
110789
111686
|
export declare type SearchThirdPartyProduct = {
|
|
111687
|
+
connectionIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
110790
111688
|
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
110791
111689
|
containerTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
110792
111690
|
datasourceId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -132045,6 +132943,7 @@ export declare type StakeholderCommsOpsgenieRiskAssessmentDetails = {
|
|
|
132045
132943
|
};
|
|
132046
132944
|
export declare type StakeholderCommsOpsgenieRiskAssessmentResult = {
|
|
132047
132945
|
__typename?: 'StakeholderCommsOpsgenieRiskAssessmentResult';
|
|
132946
|
+
id: Scalars['ID']['output'];
|
|
132048
132947
|
loadingStates?: Maybe<Array<StakeholderCommsOpsgenieLoadingState>>;
|
|
132049
132948
|
result?: Maybe<StakeholderCommsOpsgenieRiskAssessmentDetails>;
|
|
132050
132949
|
};
|
|
@@ -132753,14 +133652,16 @@ export declare type Subscription = {
|
|
|
132753
133652
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
132754
133653
|
jira?: Maybe<JiraSubscription>;
|
|
132755
133654
|
jiraProductDiscovery?: Maybe<JpdSubscriptions>;
|
|
133655
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
132756
133656
|
jsmChannels_onServiceAgentResolutionStateByTicketIdUpdate: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
132757
133657
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
133658
|
+
liveChat_updates?: Maybe<LiveChatUpdate>;
|
|
132758
133659
|
mercury?: Maybe<MercurySubscriptionApi>;
|
|
132759
133660
|
migration: MigrationSubscription;
|
|
132760
133661
|
migrationPlanningService: MigrationPlanningServiceSubscription;
|
|
132761
133662
|
sandbox: SandboxSubscription;
|
|
132762
133663
|
signup: SignupSubscriptionApi;
|
|
132763
|
-
|
|
133664
|
+
stakeholderComms_opsgenieRiskAssesmentOnUpdate?: Maybe<StakeholderCommsOpsgenieRiskAssessmentResult>;
|
|
132764
133665
|
testing?: Maybe<TestingSubscription>;
|
|
132765
133666
|
trello: TrelloSubscriptionApi;
|
|
132766
133667
|
};
|
|
@@ -132806,11 +133707,18 @@ export declare type SubscriptionDevai_OnTechnicalPlannerJobUpdatedArgs = {
|
|
|
132806
133707
|
cloudId: Scalars['ID']['input'];
|
|
132807
133708
|
jobId: Scalars['ID']['input'];
|
|
132808
133709
|
};
|
|
133710
|
+
export declare type SubscriptionJpdViewsService_EchoArgs = {
|
|
133711
|
+
cloudId: Scalars['ID']['input'];
|
|
133712
|
+
message: Scalars['String']['input'];
|
|
133713
|
+
};
|
|
132809
133714
|
export declare type SubscriptionJsmChannels_OnServiceAgentResolutionStateByTicketIdUpdateArgs = {
|
|
132810
133715
|
jiraProjectAri: Scalars['ID']['input'];
|
|
132811
133716
|
workItemId: Scalars['ID']['input'];
|
|
132812
133717
|
};
|
|
132813
|
-
export declare type
|
|
133718
|
+
export declare type SubscriptionLiveChat_UpdatesArgs = {
|
|
133719
|
+
chatAri: Scalars['ID']['input'];
|
|
133720
|
+
};
|
|
133721
|
+
export declare type SubscriptionStakeholderComms_OpsgenieRiskAssesmentOnUpdateArgs = {
|
|
132814
133722
|
changeRequestId: Scalars['ID']['input'];
|
|
132815
133723
|
};
|
|
132816
133724
|
export declare enum SummaryType {
|
|
@@ -132835,6 +133743,9 @@ export declare type SuperBatchWebResourcesV2 = {
|
|
|
132835
133743
|
tags?: Maybe<WebResourceTagsV2>;
|
|
132836
133744
|
uris?: Maybe<WebResourceUrisV2>;
|
|
132837
133745
|
};
|
|
133746
|
+
export declare type SupportInquiryChannelPlatformIdentityHashRequest = {
|
|
133747
|
+
clientName?: InputMaybe<Scalars['String']['input']>;
|
|
133748
|
+
};
|
|
132838
133749
|
export declare type SupportInquiryEntitlement = {
|
|
132839
133750
|
__typename?: 'SupportInquiryEntitlement';
|
|
132840
133751
|
cloudURL?: Maybe<Scalars['String']['output']>;
|
|
@@ -133548,6 +134459,7 @@ export declare type TeamQuery = {
|
|
|
133548
134459
|
teamSearch?: Maybe<TeamSearchResultConnection>;
|
|
133549
134460
|
teamSearchV2?: Maybe<TeamSearchResultConnectionV2>;
|
|
133550
134461
|
teamV2?: Maybe<TeamV2>;
|
|
134462
|
+
teamsV2?: Maybe<Array<Maybe<TeamV2>>>;
|
|
133551
134463
|
typeInformation?: Maybe<TeamType>;
|
|
133552
134464
|
typesWithinScope?: Maybe<TeamTypeConnection>;
|
|
133553
134465
|
};
|
|
@@ -133581,6 +134493,10 @@ export declare type TeamQueryTeamV2Args = {
|
|
|
133581
134493
|
id: Scalars['ID']['input'];
|
|
133582
134494
|
siteId: Scalars['String']['input'];
|
|
133583
134495
|
};
|
|
134496
|
+
export declare type TeamQueryTeamsV2Args = {
|
|
134497
|
+
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
134498
|
+
siteId: Scalars['String']['input'];
|
|
134499
|
+
};
|
|
133584
134500
|
export declare type TeamQueryTypeInformationArgs = {
|
|
133585
134501
|
id: Scalars['ID']['input'];
|
|
133586
134502
|
scopeId: Scalars['ID']['input'];
|
|
@@ -134449,6 +135365,7 @@ export declare type TownsquareCreateGoalTypeInputV2 = {
|
|
|
134449
135365
|
containerId: Scalars['ID']['input'];
|
|
134450
135366
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
134451
135367
|
name: Scalars['String']['input'];
|
|
135368
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
134452
135369
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
134453
135370
|
};
|
|
134454
135371
|
export declare type TownsquareCreateGoalTypePairPayload = {
|
|
@@ -134466,6 +135383,7 @@ export declare type TownsquareCreateOrEditSuccessMeasureInput = {
|
|
|
134466
135383
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
134467
135384
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
134468
135385
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
135386
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
134469
135387
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
134470
135388
|
};
|
|
134471
135389
|
export declare type TownsquareCreateRelationshipsInput = {
|
|
@@ -134560,6 +135478,20 @@ export declare type TownsquareEditGoalTypeInput = {
|
|
|
134560
135478
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
134561
135479
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
134562
135480
|
};
|
|
135481
|
+
export declare type TownsquareEditGoalTypeInputV2 = {
|
|
135482
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
135483
|
+
goalTypeId: Scalars['ID']['input'];
|
|
135484
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
135485
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
135486
|
+
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
135487
|
+
};
|
|
135488
|
+
export declare type TownsquareEditGoalTypePairPayload = {
|
|
135489
|
+
__typename?: 'TownsquareEditGoalTypePairPayload';
|
|
135490
|
+
errors?: Maybe<Array<MutationError>>;
|
|
135491
|
+
goalType?: Maybe<TownsquareGoalTypeEdge>;
|
|
135492
|
+
success: Scalars['Boolean']['output'];
|
|
135493
|
+
successMeasureType?: Maybe<TownsquareGoalTypeEdge>;
|
|
135494
|
+
};
|
|
134563
135495
|
export declare type TownsquareEditGoalTypePayload = {
|
|
134564
135496
|
__typename?: 'TownsquareEditGoalTypePayload';
|
|
134565
135497
|
goalType?: Maybe<TownsquareGoalType>;
|
|
@@ -134606,6 +135538,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
134606
135538
|
status?: Maybe<TownsquareStatus>;
|
|
134607
135539
|
subGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
134608
135540
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
135541
|
+
successMeasureSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
134609
135542
|
successMeasures?: Maybe<TownsquareGoalConnection>;
|
|
134610
135543
|
tags?: Maybe<TownsquareTagConnection>;
|
|
134611
135544
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
@@ -134614,6 +135547,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
134614
135547
|
url?: Maybe<Scalars['String']['output']>;
|
|
134615
135548
|
uuid: Scalars['String']['output'];
|
|
134616
135549
|
watchers?: Maybe<TownsquareUserConnection>;
|
|
135550
|
+
workItems?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
134617
135551
|
};
|
|
134618
135552
|
export declare type TownsquareGoalCommentsArgs = {
|
|
134619
135553
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -134657,11 +135591,18 @@ export declare type TownsquareGoalRisksArgs = {
|
|
|
134657
135591
|
export declare type TownsquareGoalSubGoalSuggestionsArgs = {
|
|
134658
135592
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
134659
135593
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135594
|
+
kind?: InputMaybe<TownsquareGoalTypeKind>;
|
|
134660
135595
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
134661
135596
|
};
|
|
134662
135597
|
export declare type TownsquareGoalSubGoalsArgs = {
|
|
134663
135598
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
134664
135599
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135600
|
+
kind?: InputMaybe<TownsquareGoalTypeKind>;
|
|
135601
|
+
};
|
|
135602
|
+
export declare type TownsquareGoalSuccessMeasureSuggestionsArgs = {
|
|
135603
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135604
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135605
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
134665
135606
|
};
|
|
134666
135607
|
export declare type TownsquareGoalSuccessMeasuresArgs = {
|
|
134667
135608
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -134683,6 +135624,10 @@ export declare type TownsquareGoalWatchersArgs = {
|
|
|
134683
135624
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
134684
135625
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
134685
135626
|
};
|
|
135627
|
+
export declare type TownsquareGoalWorkItemsArgs = {
|
|
135628
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135629
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135630
|
+
};
|
|
134686
135631
|
export declare type TownsquareGoalCapabilities = {
|
|
134687
135632
|
__typename?: 'TownsquareGoalCapabilities';
|
|
134688
135633
|
canAddJiraAlignItems?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -134979,6 +135924,16 @@ export declare type TownsquareGoalsCreateAddMetricTargetPayload = {
|
|
|
134979
135924
|
goal?: Maybe<TownsquareGoal>;
|
|
134980
135925
|
success: Scalars['Boolean']['output'];
|
|
134981
135926
|
};
|
|
135927
|
+
export declare type TownsquareGoalsCreateCommentInput = {
|
|
135928
|
+
commentText: Scalars['String']['input'];
|
|
135929
|
+
entityId: Scalars['ID']['input'];
|
|
135930
|
+
};
|
|
135931
|
+
export declare type TownsquareGoalsCreateCommentPayload = {
|
|
135932
|
+
__typename?: 'TownsquareGoalsCreateCommentPayload';
|
|
135933
|
+
comment?: Maybe<TownsquareComment>;
|
|
135934
|
+
errors?: Maybe<Array<MutationError>>;
|
|
135935
|
+
success: Scalars['Boolean']['output'];
|
|
135936
|
+
};
|
|
134982
135937
|
export declare type TownsquareGoalsCreateDecisionInput = {
|
|
134983
135938
|
description: Scalars['String']['input'];
|
|
134984
135939
|
goalId: Scalars['ID']['input'];
|
|
@@ -135109,6 +136064,10 @@ export declare type TownsquareGoalsEditDecisionPayload = {
|
|
|
135109
136064
|
errors?: Maybe<Array<MutationError>>;
|
|
135110
136065
|
success: Scalars['Boolean']['output'];
|
|
135111
136066
|
};
|
|
136067
|
+
export declare type TownsquareGoalsEditGoalTypePairInput = {
|
|
136068
|
+
goalType: TownsquareEditGoalTypeInputV2;
|
|
136069
|
+
successMeasureType?: InputMaybe<TownsquareCreateOrEditSuccessMeasureInput>;
|
|
136070
|
+
};
|
|
135112
136071
|
export declare type TownsquareGoalsEditLearningInput = {
|
|
135113
136072
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
135114
136073
|
learningId: Scalars['ID']['input'];
|
|
@@ -135182,6 +136141,7 @@ export declare type TownsquareGoalsLinkWorkItemPayload = {
|
|
|
135182
136141
|
errors?: Maybe<Array<MutationError>>;
|
|
135183
136142
|
goal?: Maybe<TownsquareGoal>;
|
|
135184
136143
|
success: Scalars['Boolean']['output'];
|
|
136144
|
+
workItem?: Maybe<JiraIssue>;
|
|
135185
136145
|
};
|
|
135186
136146
|
export declare type TownsquareGoalsRemoveGoalTeamLinkInput = {
|
|
135187
136147
|
goalId: Scalars['ID']['input'];
|
|
@@ -135240,6 +136200,17 @@ export declare type TownsquareGoalsShareGoalPayload = {
|
|
|
135240
136200
|
success: Scalars['Boolean']['output'];
|
|
135241
136201
|
usersAdded?: Maybe<Array<User>>;
|
|
135242
136202
|
};
|
|
136203
|
+
export declare type TownsquareGoalsShareUpdateInput = {
|
|
136204
|
+
recipientAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
136205
|
+
recipientEmailAddress?: InputMaybe<Scalars['String']['input']>;
|
|
136206
|
+
updateId: Scalars['ID']['input'];
|
|
136207
|
+
};
|
|
136208
|
+
export declare type TownsquareGoalsShareUpdatePayload = {
|
|
136209
|
+
__typename?: 'TownsquareGoalsShareUpdatePayload';
|
|
136210
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136211
|
+
isShared: Scalars['Boolean']['output'];
|
|
136212
|
+
success: Scalars['Boolean']['output'];
|
|
136213
|
+
};
|
|
135243
136214
|
export declare type TownsquareGoalsUnlinkWorkItemInput = {
|
|
135244
136215
|
goalId: Scalars['ID']['input'];
|
|
135245
136216
|
workItemId: Scalars['ID']['input'];
|
|
@@ -135899,6 +136870,16 @@ export declare type TownsquareProjectsClonePayload = {
|
|
|
135899
136870
|
project?: Maybe<TownsquareProject>;
|
|
135900
136871
|
success: Scalars['Boolean']['output'];
|
|
135901
136872
|
};
|
|
136873
|
+
export declare type TownsquareProjectsCreateCommentInput = {
|
|
136874
|
+
commentText: Scalars['String']['input'];
|
|
136875
|
+
entityId: Scalars['ID']['input'];
|
|
136876
|
+
};
|
|
136877
|
+
export declare type TownsquareProjectsCreateCommentPayload = {
|
|
136878
|
+
__typename?: 'TownsquareProjectsCreateCommentPayload';
|
|
136879
|
+
comment?: Maybe<TownsquareComment>;
|
|
136880
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136881
|
+
success: Scalars['Boolean']['output'];
|
|
136882
|
+
};
|
|
135902
136883
|
export declare type TownsquareProjectsCreateDecisionInput = {
|
|
135903
136884
|
description: Scalars['String']['input'];
|
|
135904
136885
|
projectId: Scalars['ID']['input'];
|
|
@@ -135980,6 +136961,15 @@ export declare type TownsquareProjectsCreateUpdatePayload = {
|
|
|
135980
136961
|
success: Scalars['Boolean']['output'];
|
|
135981
136962
|
update?: Maybe<TownsquareProjectUpdate>;
|
|
135982
136963
|
};
|
|
136964
|
+
export declare type TownsquareProjectsDeleteCommentInput = {
|
|
136965
|
+
commentId: Scalars['ID']['input'];
|
|
136966
|
+
};
|
|
136967
|
+
export declare type TownsquareProjectsDeleteCommentPayload = {
|
|
136968
|
+
__typename?: 'TownsquareProjectsDeleteCommentPayload';
|
|
136969
|
+
deletedCommentId?: Maybe<Scalars['ID']['output']>;
|
|
136970
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136971
|
+
success: Scalars['Boolean']['output'];
|
|
136972
|
+
};
|
|
135983
136973
|
export declare type TownsquareProjectsDeleteDecisionInput = {
|
|
135984
136974
|
decisionId: Scalars['ID']['input'];
|
|
135985
136975
|
};
|
|
@@ -136027,6 +137017,16 @@ export declare type TownsquareProjectsDeleteRiskPayload = {
|
|
|
136027
137017
|
errors?: Maybe<Array<MutationError>>;
|
|
136028
137018
|
success: Scalars['Boolean']['output'];
|
|
136029
137019
|
};
|
|
137020
|
+
export declare type TownsquareProjectsEditCommentInput = {
|
|
137021
|
+
commentId: Scalars['ID']['input'];
|
|
137022
|
+
commentText: Scalars['String']['input'];
|
|
137023
|
+
};
|
|
137024
|
+
export declare type TownsquareProjectsEditCommentPayload = {
|
|
137025
|
+
__typename?: 'TownsquareProjectsEditCommentPayload';
|
|
137026
|
+
comment?: Maybe<TownsquareComment>;
|
|
137027
|
+
errors?: Maybe<Array<MutationError>>;
|
|
137028
|
+
success: Scalars['Boolean']['output'];
|
|
137029
|
+
};
|
|
136030
137030
|
export declare type TownsquareProjectsEditDecisionInput = {
|
|
136031
137031
|
decisionId: Scalars['ID']['input'];
|
|
136032
137032
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -136851,6 +137851,9 @@ export declare type TrelloAddWorkspaceTagToBoardPayload = Payload & {
|
|
|
136851
137851
|
errors?: Maybe<Array<MutationError>>;
|
|
136852
137852
|
success: Scalars['Boolean']['output'];
|
|
136853
137853
|
};
|
|
137854
|
+
export declare type TrelloAiBoardUserInput = {
|
|
137855
|
+
newYearsResolutionInput?: InputMaybe<TrelloNewYearsResolutionAiBoardInput>;
|
|
137856
|
+
};
|
|
136854
137857
|
export declare type TrelloAiRule = {
|
|
136855
137858
|
__typename?: 'TrelloAiRule';
|
|
136856
137859
|
id: Scalars['ID']['output'];
|
|
@@ -137274,6 +138277,10 @@ export declare type TrelloBoardListsLimits = {
|
|
|
137274
138277
|
openPerBoard?: Maybe<TrelloLimitProps>;
|
|
137275
138278
|
totalPerBoard?: Maybe<TrelloLimitProps>;
|
|
137276
138279
|
};
|
|
138280
|
+
export declare type TrelloBoardMembershipDeleted = {
|
|
138281
|
+
__typename?: 'TrelloBoardMembershipDeleted';
|
|
138282
|
+
objectId: Scalars['ID']['output'];
|
|
138283
|
+
};
|
|
137277
138284
|
export declare type TrelloBoardMembershipEdge = {
|
|
137278
138285
|
__typename?: 'TrelloBoardMembershipEdge';
|
|
137279
138286
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -137409,6 +138416,7 @@ export declare type TrelloBoardUpdated = TrelloBaseBoardUpdated & {
|
|
|
137409
138416
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
137410
138417
|
onCustomFieldDeleted?: Maybe<Array<TrelloCustomFieldDeleted>>;
|
|
137411
138418
|
onLabelDeleted?: Maybe<Array<TrelloLabelDeleted>>;
|
|
138419
|
+
onMembersDeleted?: Maybe<Array<TrelloBoardMembershipDeleted>>;
|
|
137412
138420
|
powerUpData?: Maybe<TrelloPowerUpDataConnectionUpdated>;
|
|
137413
138421
|
powerUps?: Maybe<TrelloBoardPowerUpConnectionUpdated>;
|
|
137414
138422
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
@@ -138085,6 +139093,15 @@ export declare type TrelloCreateApplicationPayload = Payload & {
|
|
|
138085
139093
|
errors?: Maybe<Array<MutationError>>;
|
|
138086
139094
|
success: Scalars['Boolean']['output'];
|
|
138087
139095
|
};
|
|
139096
|
+
export declare type TrelloCreateBoardWithAiInput = {
|
|
139097
|
+
userInput: TrelloAiBoardUserInput;
|
|
139098
|
+
};
|
|
139099
|
+
export declare type TrelloCreateBoardWithAiPayload = Payload & {
|
|
139100
|
+
__typename?: 'TrelloCreateBoardWithAiPayload';
|
|
139101
|
+
board?: Maybe<TrelloBoard>;
|
|
139102
|
+
errors?: Maybe<Array<MutationError>>;
|
|
139103
|
+
success: Scalars['Boolean']['output'];
|
|
139104
|
+
};
|
|
138088
139105
|
export declare type TrelloCreateCardAction = TrelloAction & TrelloCardActionData & {
|
|
138089
139106
|
__typename?: 'TrelloCreateCardAction';
|
|
138090
139107
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
@@ -139009,6 +140026,7 @@ export declare type TrelloMutationApi = {
|
|
|
139009
140026
|
archiveCard?: Maybe<TrelloArchiveCardPayload>;
|
|
139010
140027
|
assignCardToPlannerCalendarEvent?: Maybe<TrelloAssignCardToPlannerCalendarEventPayload>;
|
|
139011
140028
|
createApplication?: Maybe<TrelloCreateApplicationPayload>;
|
|
140029
|
+
createBoardWithAi?: Maybe<TrelloCreateBoardWithAiPayload>;
|
|
139012
140030
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
139013
140031
|
createMemberAiRule?: Maybe<TrelloCreateMemberAiRulePayload>;
|
|
139014
140032
|
createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
|
|
@@ -139032,6 +140050,8 @@ export declare type TrelloMutationApi = {
|
|
|
139032
140050
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
139033
140051
|
removeWorkspaceTagFromBoard?: Maybe<TrelloRemoveWorkspaceTagFromBoardPayload>;
|
|
139034
140052
|
resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
|
|
140053
|
+
sendBoardEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
140054
|
+
sendInboxEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
139035
140055
|
smartScheduleCards?: Maybe<TrelloProposedSmartSchedule>;
|
|
139036
140056
|
smartScheduleCardsWithSmartSelection?: Maybe<TrelloProposedSmartSchedule>;
|
|
139037
140057
|
sortInboxCards?: Maybe<TrelloSortInboxCardsPayload>;
|
|
@@ -139082,6 +140102,9 @@ export declare type TrelloMutationApiAssignCardToPlannerCalendarEventArgs = {
|
|
|
139082
140102
|
export declare type TrelloMutationApiCreateApplicationArgs = {
|
|
139083
140103
|
input: TrelloCreateApplicationInput;
|
|
139084
140104
|
};
|
|
140105
|
+
export declare type TrelloMutationApiCreateBoardWithAiArgs = {
|
|
140106
|
+
input: TrelloCreateBoardWithAiInput;
|
|
140107
|
+
};
|
|
139085
140108
|
export declare type TrelloMutationApiCreateCardArgs = {
|
|
139086
140109
|
input: TrelloCreateCardInput;
|
|
139087
140110
|
};
|
|
@@ -139151,6 +140174,9 @@ export declare type TrelloMutationApiRemoveWorkspaceTagFromBoardArgs = {
|
|
|
139151
140174
|
export declare type TrelloMutationApiResetCardCoverArgs = {
|
|
139152
140175
|
input: TrelloResetCardCoverInput;
|
|
139153
140176
|
};
|
|
140177
|
+
export declare type TrelloMutationApiSendBoardEmailKeyMessageArgs = {
|
|
140178
|
+
input?: InputMaybe<TrelloSendBoardEmailKeyInput>;
|
|
140179
|
+
};
|
|
139154
140180
|
export declare type TrelloMutationApiSmartScheduleCardsArgs = {
|
|
139155
140181
|
input: TrelloSmartScheduleCardsInput;
|
|
139156
140182
|
};
|
|
@@ -139242,6 +140268,9 @@ export declare type TrelloMutationErrorExtension = MutationErrorExtension & {
|
|
|
139242
140268
|
id?: Maybe<Scalars['String']['output']>;
|
|
139243
140269
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
139244
140270
|
};
|
|
140271
|
+
export declare type TrelloNewYearsResolutionAiBoardInput = {
|
|
140272
|
+
resolution: Scalars['String']['input'];
|
|
140273
|
+
};
|
|
139245
140274
|
export declare type TrelloNotification = TrelloQuickCaptureNotification;
|
|
139246
140275
|
export declare type TrelloNotificationConnection = {
|
|
139247
140276
|
__typename?: 'TrelloNotificationConnection';
|
|
@@ -140107,6 +141136,15 @@ export declare type TrelloScaleProps = {
|
|
|
140107
141136
|
url?: Maybe<Scalars['URL']['output']>;
|
|
140108
141137
|
width?: Maybe<Scalars['Int']['output']>;
|
|
140109
141138
|
};
|
|
141139
|
+
export declare type TrelloSendBoardEmailKeyInput = {
|
|
141140
|
+
boardId: Scalars['ID']['input'];
|
|
141141
|
+
};
|
|
141142
|
+
export declare type TrelloSendBoardEmailKeyMessagePayload = Payload & {
|
|
141143
|
+
__typename?: 'TrelloSendBoardEmailKeyMessagePayload';
|
|
141144
|
+
boardId?: Maybe<Scalars['ID']['output']>;
|
|
141145
|
+
errors?: Maybe<Array<MutationError>>;
|
|
141146
|
+
success: Scalars['Boolean']['output'];
|
|
141147
|
+
};
|
|
140110
141148
|
export declare type TrelloSmartScheduleCardsInput = {
|
|
140111
141149
|
cardIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
140112
141150
|
endDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -143044,6 +144082,7 @@ export declare type UserOnboardingState = {
|
|
|
143044
144082
|
export declare type UserPreferences = {
|
|
143045
144083
|
__typename?: 'UserPreferences';
|
|
143046
144084
|
confluenceEditorSettings?: Maybe<ConfluenceEditorSettings>;
|
|
144085
|
+
contextualEmojiOptOut?: Maybe<Scalars['Boolean']['output']>;
|
|
143047
144086
|
endOfPageRecommendationsOptInStatus: Scalars['String']['output'];
|
|
143048
144087
|
favouriteTemplateEntityIds: Array<Maybe<Scalars['String']['output']>>;
|
|
143049
144088
|
feedRecommendedUserSettingsDismissTimestamp: Scalars['String']['output'];
|
|
@@ -143095,6 +144134,7 @@ export declare type UserPreferencesInput = {
|
|
|
143095
144134
|
addUserSpaceNotifiedChangeBoardingOfExternalCollab?: InputMaybe<Scalars['String']['input']>;
|
|
143096
144135
|
addUserSpaceNotifiedOfExternalCollab?: InputMaybe<Scalars['String']['input']>;
|
|
143097
144136
|
confluenceEditorSettingsInput?: InputMaybe<ConfluenceEditorSettingsInput>;
|
|
144137
|
+
contextualEmojiOptOut?: InputMaybe<Scalars['Boolean']['input']>;
|
|
143098
144138
|
endOfPageRecommendationsOptInStatus?: InputMaybe<Scalars['String']['input']>;
|
|
143099
144139
|
feedRecommendedUserSettingsDismissTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
143100
144140
|
feedTab?: InputMaybe<Scalars['String']['input']>;
|