@forge/cli-shared 8.9.1-next.9 → 8.10.0-next.11
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 +16 -0
- package/out/graphql/graphql-types.d.ts +765 -117
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +71 -49
- package/out/ui/text.d.ts +5 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +10 -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
|
};
|
|
@@ -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,11 @@ export declare type ConfluenceContentNativeProperties = {
|
|
|
16126
16169
|
current?: Maybe<ConfluenceCurrentContentNativeProperties>;
|
|
16127
16170
|
draft?: Maybe<ConfluenceDraftContentNativeProperties>;
|
|
16128
16171
|
};
|
|
16172
|
+
export declare enum ConfluenceContentPosition {
|
|
16173
|
+
After = "AFTER",
|
|
16174
|
+
Append = "APPEND",
|
|
16175
|
+
Before = "BEFORE"
|
|
16176
|
+
}
|
|
16129
16177
|
export declare type ConfluenceContentPropertyDeleted = {
|
|
16130
16178
|
__typename?: 'ConfluenceContentPropertyDeleted';
|
|
16131
16179
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -17638,6 +17686,10 @@ export declare type ConfluenceMediaTokenData = {
|
|
|
17638
17686
|
fileStoreUrl: Scalars['String']['output'];
|
|
17639
17687
|
token: Scalars['String']['output'];
|
|
17640
17688
|
};
|
|
17689
|
+
export declare type ConfluenceMoveRequestInput = {
|
|
17690
|
+
position: ConfluenceContentPosition;
|
|
17691
|
+
targetId: Scalars['ID']['input'];
|
|
17692
|
+
};
|
|
17641
17693
|
export declare type ConfluenceMutationApi = {
|
|
17642
17694
|
__typename?: 'ConfluenceMutationApi';
|
|
17643
17695
|
addCustomApplicationLink?: Maybe<ConfluenceAddCustomApplicationLinkPayload>;
|
|
@@ -18013,6 +18065,18 @@ export declare type ConfluenceNbmScanSummary = {
|
|
|
18013
18065
|
totalPages?: Maybe<Scalars['Int']['output']>;
|
|
18014
18066
|
totalSpaces?: Maybe<Scalars['Int']['output']>;
|
|
18015
18067
|
};
|
|
18068
|
+
export declare type ConfluenceNbmStartPerfScanLongTaskInput = {
|
|
18069
|
+
includeAllSpaces: Scalars['Boolean']['input'];
|
|
18070
|
+
scanId?: InputMaybe<Scalars['String']['input']>;
|
|
18071
|
+
spaceIds: Array<Scalars['Long']['input']>;
|
|
18072
|
+
};
|
|
18073
|
+
export declare type ConfluenceNbmStartPerfScanLongTaskPayload = Payload & {
|
|
18074
|
+
__typename?: 'ConfluenceNbmStartPerfScanLongTaskPayload';
|
|
18075
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18076
|
+
scanId?: Maybe<Scalars['ID']['output']>;
|
|
18077
|
+
success: Scalars['Boolean']['output'];
|
|
18078
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
18079
|
+
};
|
|
18016
18080
|
export declare type ConfluenceNbmStartScanLongTaskInput = {
|
|
18017
18081
|
includeAllSpaces: Scalars['Boolean']['input'];
|
|
18018
18082
|
scanId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -19750,6 +19814,16 @@ export declare type ConfluenceUpdateAnswerPayload = Payload & {
|
|
|
19750
19814
|
errors?: Maybe<Array<MutationError>>;
|
|
19751
19815
|
success: Scalars['Boolean']['output'];
|
|
19752
19816
|
};
|
|
19817
|
+
export declare type ConfluenceUpdateBlogPostInput = {
|
|
19818
|
+
confluenceContentInput: ConfluenceContentInput;
|
|
19819
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
19820
|
+
};
|
|
19821
|
+
export declare type ConfluenceUpdateBlogPostPayload = Payload & {
|
|
19822
|
+
__typename?: 'ConfluenceUpdateBlogPostPayload';
|
|
19823
|
+
content?: Maybe<Content>;
|
|
19824
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19825
|
+
success: Scalars['Boolean']['output'];
|
|
19826
|
+
};
|
|
19753
19827
|
export declare type ConfluenceUpdateCalendarCustomEventTypePayload = Payload & {
|
|
19754
19828
|
__typename?: 'ConfluenceUpdateCalendarCustomEventTypePayload';
|
|
19755
19829
|
calendarCustomEventType?: Maybe<ConfluenceCalendarCustomEventType>;
|
|
@@ -20075,6 +20149,16 @@ export declare type ConfluenceUpdateNewCodeMacroPayload = Payload & {
|
|
|
20075
20149
|
newCodeMacro?: Maybe<ConfluenceNewCodeMacro>;
|
|
20076
20150
|
success: Scalars['Boolean']['output'];
|
|
20077
20151
|
};
|
|
20152
|
+
export declare type ConfluenceUpdatePageInput = {
|
|
20153
|
+
confluenceContentInput: ConfluenceContentInput;
|
|
20154
|
+
status: Scalars['String']['input'];
|
|
20155
|
+
};
|
|
20156
|
+
export declare type ConfluenceUpdatePagePayload = Payload & {
|
|
20157
|
+
__typename?: 'ConfluenceUpdatePagePayload';
|
|
20158
|
+
content?: Maybe<Content>;
|
|
20159
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20160
|
+
success: Scalars['Boolean']['output'];
|
|
20161
|
+
};
|
|
20078
20162
|
export declare type ConfluenceUpdatePdfExportConfigurationInput = {
|
|
20079
20163
|
footer: Scalars['String']['input'];
|
|
20080
20164
|
header: Scalars['String']['input'];
|
|
@@ -20320,6 +20404,15 @@ export declare type ConfluenceUpdateVotePayload = Payload & {
|
|
|
20320
20404
|
success: Scalars['Boolean']['output'];
|
|
20321
20405
|
vote?: Maybe<ConfluenceVote>;
|
|
20322
20406
|
};
|
|
20407
|
+
export declare type ConfluenceUpdateWatermarkConfigInput = {
|
|
20408
|
+
data: Scalars['String']['input'];
|
|
20409
|
+
};
|
|
20410
|
+
export declare type ConfluenceUpdateWatermarkConfigPayload = Payload & {
|
|
20411
|
+
__typename?: 'ConfluenceUpdateWatermarkConfigPayload';
|
|
20412
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20413
|
+
success: Scalars['Boolean']['output'];
|
|
20414
|
+
watermarkConfig?: Maybe<ConfluenceWatermarkConfig>;
|
|
20415
|
+
};
|
|
20323
20416
|
export declare type ConfluenceUploadDefaultSpaceLogoInput = {
|
|
20324
20417
|
fileStoreId: Scalars['ID']['input'];
|
|
20325
20418
|
};
|
|
@@ -20433,6 +20526,16 @@ export declare type ConfluenceWatchSubCalendarPayload = {
|
|
|
20433
20526
|
errors?: Maybe<Array<MutationError>>;
|
|
20434
20527
|
success: Scalars['Boolean']['output'];
|
|
20435
20528
|
};
|
|
20529
|
+
export declare type ConfluenceWatermarkConfig = {
|
|
20530
|
+
__typename?: 'ConfluenceWatermarkConfig';
|
|
20531
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
20532
|
+
data?: Maybe<Scalars['String']['output']>;
|
|
20533
|
+
entityAri: Scalars['String']['output'];
|
|
20534
|
+
ownerAri?: Maybe<Scalars['String']['output']>;
|
|
20535
|
+
settingKey: Scalars['String']['output'];
|
|
20536
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
20537
|
+
version?: Maybe<Scalars['Int']['output']>;
|
|
20538
|
+
};
|
|
20436
20539
|
export declare type ConfluenceWhiteboard = Node & {
|
|
20437
20540
|
__typename?: 'ConfluenceWhiteboard';
|
|
20438
20541
|
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
@@ -23975,6 +24078,11 @@ export declare type CsmAiActionVariableInput = {
|
|
|
23975
24078
|
isRequired: Scalars['Boolean']['input'];
|
|
23976
24079
|
name: Scalars['String']['input'];
|
|
23977
24080
|
};
|
|
24081
|
+
export declare type CsmAiAddKnowledgeSourceInput = {
|
|
24082
|
+
csmAiKnowledgeFilter: CsmAiKnowledgeFilterInput;
|
|
24083
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24084
|
+
type: Scalars['String']['input'];
|
|
24085
|
+
};
|
|
23978
24086
|
export declare type CsmAiAgent = {
|
|
23979
24087
|
__typename?: 'CsmAiAgent';
|
|
23980
24088
|
companyDescription?: Maybe<Scalars['String']['output']>;
|
|
@@ -24104,6 +24212,9 @@ export declare type CsmAiByodKnowledgeFilter = {
|
|
|
24104
24212
|
__typename?: 'CsmAiByodKnowledgeFilter';
|
|
24105
24213
|
byodSources?: Maybe<Array<CsmAiByodSource>>;
|
|
24106
24214
|
};
|
|
24215
|
+
export declare type CsmAiByodKnowledgeFilterInput = {
|
|
24216
|
+
byodSources?: InputMaybe<Array<CsmAiByodSourceInput>>;
|
|
24217
|
+
};
|
|
24107
24218
|
export declare type CsmAiByodSource = {
|
|
24108
24219
|
__typename?: 'CsmAiByodSource';
|
|
24109
24220
|
datasourceId: Scalars['String']['output'];
|
|
@@ -24111,12 +24222,22 @@ export declare type CsmAiByodSource = {
|
|
|
24111
24222
|
workspaceName: Scalars['String']['output'];
|
|
24112
24223
|
workspaceUrl: Scalars['String']['output'];
|
|
24113
24224
|
};
|
|
24225
|
+
export declare type CsmAiByodSourceInput = {
|
|
24226
|
+
datasourceId: Scalars['String']['input'];
|
|
24227
|
+
integrationId: Scalars['String']['input'];
|
|
24228
|
+
workspaceName: Scalars['String']['input'];
|
|
24229
|
+
workspaceUrl: Scalars['String']['input'];
|
|
24230
|
+
};
|
|
24114
24231
|
export declare type CsmAiCoachingContentResult = CsmAiAgentCoachingContent | QueryError;
|
|
24115
24232
|
export declare type CsmAiConfluenceKnowledgeFilter = {
|
|
24116
24233
|
__typename?: 'CsmAiConfluenceKnowledgeFilter';
|
|
24117
24234
|
parentFilter?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24118
24235
|
spaceFilter?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24119
24236
|
};
|
|
24237
|
+
export declare type CsmAiConfluenceKnowledgeFilterInput = {
|
|
24238
|
+
parentFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24239
|
+
spaceFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24240
|
+
};
|
|
24120
24241
|
export declare type CsmAiConnectorConfiguration = CsmAiMessageHandoff | CsmAiTicketingHandoff;
|
|
24121
24242
|
export declare type CsmAiConnectorConfigurationInput = {
|
|
24122
24243
|
messageHandoff?: InputMaybe<CsmAiMessageHandoffInput>;
|
|
@@ -24161,6 +24282,11 @@ export declare type CsmAiDeleteCoachingContentPayload = Payload & {
|
|
|
24161
24282
|
errors?: Maybe<Array<MutationError>>;
|
|
24162
24283
|
success: Scalars['Boolean']['output'];
|
|
24163
24284
|
};
|
|
24285
|
+
export declare type CsmAiDeleteKnowledgeSourcePayload = Payload & {
|
|
24286
|
+
__typename?: 'CsmAiDeleteKnowledgeSourcePayload';
|
|
24287
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24288
|
+
success: Scalars['Boolean']['output'];
|
|
24289
|
+
};
|
|
24164
24290
|
export declare type CsmAiHandoffConfig = {
|
|
24165
24291
|
__typename?: 'CsmAiHandoffConfig';
|
|
24166
24292
|
connectorConfiguration: CsmAiConnectorConfiguration;
|
|
@@ -24222,6 +24348,10 @@ export declare type CsmAiKnowledgeCollection = {
|
|
|
24222
24348
|
};
|
|
24223
24349
|
export declare type CsmAiKnowledgeCollectionResult = CsmAiKnowledgeCollection | QueryError;
|
|
24224
24350
|
export declare type CsmAiKnowledgeFilter = CsmAiByodKnowledgeFilter | CsmAiConfluenceKnowledgeFilter;
|
|
24351
|
+
export declare type CsmAiKnowledgeFilterInput = {
|
|
24352
|
+
byodFilter?: InputMaybe<CsmAiByodKnowledgeFilterInput>;
|
|
24353
|
+
confluenceFilter?: InputMaybe<CsmAiConfluenceKnowledgeFilterInput>;
|
|
24354
|
+
};
|
|
24225
24355
|
export declare type CsmAiKnowledgeSource = {
|
|
24226
24356
|
__typename?: 'CsmAiKnowledgeSource';
|
|
24227
24357
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -24229,6 +24359,12 @@ export declare type CsmAiKnowledgeSource = {
|
|
|
24229
24359
|
id: Scalars['ID']['output'];
|
|
24230
24360
|
type?: Maybe<Scalars['String']['output']>;
|
|
24231
24361
|
};
|
|
24362
|
+
export declare type CsmAiKnowledgeSourcePayload = Payload & {
|
|
24363
|
+
__typename?: 'CsmAiKnowledgeSourcePayload';
|
|
24364
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24365
|
+
knowledgeSource?: Maybe<CsmAiKnowledgeSource>;
|
|
24366
|
+
success: Scalars['Boolean']['output'];
|
|
24367
|
+
};
|
|
24232
24368
|
export declare type CsmAiMessageHandoff = {
|
|
24233
24369
|
__typename?: 'CsmAiMessageHandoff';
|
|
24234
24370
|
message: Scalars['String']['output'];
|
|
@@ -24324,6 +24460,11 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
24324
24460
|
handoffConfigs?: Maybe<Array<CsmAiHandoffConfig>>;
|
|
24325
24461
|
success: Scalars['Boolean']['output'];
|
|
24326
24462
|
};
|
|
24463
|
+
export declare type CsmAiUpdateKnowledgeSourceInput = {
|
|
24464
|
+
csmAiKnowledgeFilter: CsmAiKnowledgeFilterInput;
|
|
24465
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24466
|
+
type: Scalars['String']['input'];
|
|
24467
|
+
};
|
|
24327
24468
|
export declare type CsmAiUpdateWidgetPayload = Payload & {
|
|
24328
24469
|
__typename?: 'CsmAiUpdateWidgetPayload';
|
|
24329
24470
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -24380,9 +24521,11 @@ export declare type CsmAiWidgetBrandingThemeUpdateInput = {
|
|
|
24380
24521
|
export declare type CsmAiWidgetConfig = {
|
|
24381
24522
|
__typename?: 'CsmAiWidgetConfig';
|
|
24382
24523
|
allowedDomains?: Maybe<Array<Scalars['String']['output']>>;
|
|
24524
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
24383
24525
|
id: Scalars['ID']['output'];
|
|
24384
24526
|
isAnonymousAccessEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
24385
24527
|
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
24528
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
24386
24529
|
position: CsmAiWidgetPosition;
|
|
24387
24530
|
theme?: Maybe<CsmAiWidgetBrandingTheme>;
|
|
24388
24531
|
type: CsmAiWidgetType;
|
|
@@ -24412,8 +24555,10 @@ export declare enum CsmAiWidgetType {
|
|
|
24412
24555
|
}
|
|
24413
24556
|
export declare type CsmAiWidgetUpdateInput = {
|
|
24414
24557
|
allowedDomains?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
24558
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
24415
24559
|
isAnonymousAccessEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24416
24560
|
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24561
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
24417
24562
|
position?: InputMaybe<CsmAiWidgetPosition>;
|
|
24418
24563
|
theme?: InputMaybe<CsmAiWidgetBrandingThemeUpdateInput>;
|
|
24419
24564
|
type: CsmAiWidgetType;
|
|
@@ -24617,6 +24762,20 @@ export declare type Customer360Customer = Node & {
|
|
|
24617
24762
|
startDate?: Maybe<Scalars['String']['output']>;
|
|
24618
24763
|
type?: Maybe<Scalars['String']['output']>;
|
|
24619
24764
|
};
|
|
24765
|
+
export declare type CustomerServiceAcceptEscalationInput = {
|
|
24766
|
+
escalationType: CustomerServiceEscalationType;
|
|
24767
|
+
linkedWorkItemId: Scalars['ID']['input'];
|
|
24768
|
+
linkedWorkItemType: CustomerServiceAcceptEscalationLinkedWorkItemType;
|
|
24769
|
+
};
|
|
24770
|
+
export declare enum CustomerServiceAcceptEscalationLinkedWorkItemType {
|
|
24771
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
24772
|
+
NewWorkItem = "NEW_WORK_ITEM"
|
|
24773
|
+
}
|
|
24774
|
+
export declare type CustomerServiceAcceptEscalationPayload = Payload & {
|
|
24775
|
+
__typename?: 'CustomerServiceAcceptEscalationPayload';
|
|
24776
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24777
|
+
success: Scalars['Boolean']['output'];
|
|
24778
|
+
};
|
|
24620
24779
|
export declare type CustomerServiceAttribute = Node & {
|
|
24621
24780
|
__typename?: 'CustomerServiceAttribute';
|
|
24622
24781
|
config?: Maybe<CustomerServiceAttributeConfigMetadata>;
|
|
@@ -25100,6 +25259,7 @@ export declare type CustomerServiceIndividualUpdateAttributeValuePayload = Paylo
|
|
|
25100
25259
|
};
|
|
25101
25260
|
export declare type CustomerServiceMutationApi = {
|
|
25102
25261
|
__typename?: 'CustomerServiceMutationApi';
|
|
25262
|
+
acceptEscalation?: Maybe<CustomerServiceAcceptEscalationPayload>;
|
|
25103
25263
|
addEntitlement?: Maybe<CustomerServiceEntitlementAddPayload>;
|
|
25104
25264
|
createCustomDetail?: Maybe<CustomerServiceCustomDetailCreatePayload>;
|
|
25105
25265
|
createIndividualAttribute?: Maybe<CustomerServiceAttributeCreatePayload>;
|
|
@@ -25138,6 +25298,11 @@ export declare type CustomerServiceMutationApi = {
|
|
|
25138
25298
|
updateTemplateForm?: Maybe<CustomerServiceTemplateFormUpdatePayload>;
|
|
25139
25299
|
upsertBranding?: Maybe<CustomerServiceBrandingUpsertPayload>;
|
|
25140
25300
|
};
|
|
25301
|
+
export declare type CustomerServiceMutationApiAcceptEscalationArgs = {
|
|
25302
|
+
input: CustomerServiceAcceptEscalationInput;
|
|
25303
|
+
projectId: Scalars['ID']['input'];
|
|
25304
|
+
workItemId: Scalars['ID']['input'];
|
|
25305
|
+
};
|
|
25141
25306
|
export declare type CustomerServiceMutationApiAddEntitlementArgs = {
|
|
25142
25307
|
input: CustomerServiceEntitlementAddInput;
|
|
25143
25308
|
};
|
|
@@ -25631,6 +25796,7 @@ export declare type CustomerServiceTemplateForm = Node & {
|
|
|
25631
25796
|
helpCenterId: Scalars['ID']['output'];
|
|
25632
25797
|
id: Scalars['ID']['output'];
|
|
25633
25798
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
25799
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
25634
25800
|
name?: Maybe<Scalars['String']['output']>;
|
|
25635
25801
|
};
|
|
25636
25802
|
export declare type CustomerServiceTemplateFormConnection = {
|
|
@@ -25669,6 +25835,7 @@ export declare type CustomerServiceTemplateFormFilterInput = {
|
|
|
25669
25835
|
export declare type CustomerServiceTemplateFormQueryResult = CustomerServiceTemplateForm | QueryError;
|
|
25670
25836
|
export declare type CustomerServiceTemplateFormUpdateInput = {
|
|
25671
25837
|
defaultRoutingRule?: InputMaybe<CustomerServiceDefaultRoutingRuleInput>;
|
|
25838
|
+
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25672
25839
|
};
|
|
25673
25840
|
export declare type CustomerServiceTemplateFormUpdatePayload = Payload & {
|
|
25674
25841
|
__typename?: 'CustomerServiceTemplateFormUpdatePayload';
|
|
@@ -29849,6 +30016,13 @@ export declare type ExperienceToplineGoal = {
|
|
|
29849
30016
|
percentile: Scalars['Int']['output'];
|
|
29850
30017
|
value: Scalars['Float']['output'];
|
|
29851
30018
|
};
|
|
30019
|
+
export declare type ExperimentApiCollaborationGraphUser = {
|
|
30020
|
+
__typename?: 'ExperimentApiCollaborationGraphUser';
|
|
30021
|
+
entityType?: Maybe<Scalars['String']['output']>;
|
|
30022
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
30023
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
30024
|
+
userProfile?: Maybe<User>;
|
|
30025
|
+
};
|
|
29852
30026
|
export declare type Extension = {
|
|
29853
30027
|
__typename?: 'Extension';
|
|
29854
30028
|
appId: Scalars['ID']['output'];
|
|
@@ -30235,11 +30409,14 @@ export declare type ExternalCustomerOrg = Node & {
|
|
|
30235
30409
|
accountType?: Maybe<Scalars['String']['output']>;
|
|
30236
30410
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
30237
30411
|
contacts?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
30412
|
+
container?: Maybe<ExternalEntity>;
|
|
30413
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
30238
30414
|
contributors?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
30239
30415
|
country?: Maybe<Scalars['String']['output']>;
|
|
30240
30416
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
30241
30417
|
createdBy?: Maybe<ExternalUser>;
|
|
30242
30418
|
customerOrgLastActivity?: Maybe<ExternalCustomerOrgLastActivity>;
|
|
30419
|
+
customerOrgLifeTimeValue?: Maybe<ExternalCustomerOrgLifeTimeValue>;
|
|
30243
30420
|
description?: Maybe<Scalars['String']['output']>;
|
|
30244
30421
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
30245
30422
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
@@ -37441,6 +37618,8 @@ export declare type GraphStore = {
|
|
|
37441
37618
|
userWatchesConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageInverseConnection>;
|
|
37442
37619
|
userWatchesConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection>;
|
|
37443
37620
|
userWatchesConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection>;
|
|
37621
|
+
userWatchesTeam?: Maybe<GraphStoreSimplifiedUserWatchesTeamConnection>;
|
|
37622
|
+
userWatchesTeamInverse?: Maybe<GraphStoreSimplifiedUserWatchesTeamInverseConnection>;
|
|
37444
37623
|
versionAssociatedBranch?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchConnection>;
|
|
37445
37624
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
37446
37625
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -42940,6 +43119,20 @@ export declare type GraphStoreUserWatchesConfluenceWhiteboardInverseArgs = {
|
|
|
42940
43119
|
id: Scalars['ID']['input'];
|
|
42941
43120
|
sort?: InputMaybe<GraphStoreUserWatchesConfluenceWhiteboardSortInput>;
|
|
42942
43121
|
};
|
|
43122
|
+
export declare type GraphStoreUserWatchesTeamArgs = {
|
|
43123
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43124
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43125
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43126
|
+
id: Scalars['ID']['input'];
|
|
43127
|
+
sort?: InputMaybe<GraphStoreUserWatchesTeamSortInput>;
|
|
43128
|
+
};
|
|
43129
|
+
export declare type GraphStoreUserWatchesTeamInverseArgs = {
|
|
43130
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43131
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43132
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43133
|
+
id: Scalars['ID']['input'];
|
|
43134
|
+
sort?: InputMaybe<GraphStoreUserWatchesTeamSortInput>;
|
|
43135
|
+
};
|
|
42943
43136
|
export declare type GraphStoreVersionAssociatedBranchArgs = {
|
|
42944
43137
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
42945
43138
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -59325,6 +59518,34 @@ export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEd
|
|
|
59325
59518
|
};
|
|
59326
59519
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
59327
59520
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
59521
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamConnection = HasPageInfo & {
|
|
59522
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamConnection';
|
|
59523
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesTeamEdge>>>;
|
|
59524
|
+
pageInfo: PageInfo;
|
|
59525
|
+
};
|
|
59526
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamEdge = {
|
|
59527
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamEdge';
|
|
59528
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59529
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59530
|
+
id: Scalars['ID']['output'];
|
|
59531
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59532
|
+
node?: Maybe<GraphStoreSimplifiedUserWatchesTeamUnion>;
|
|
59533
|
+
};
|
|
59534
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseConnection = HasPageInfo & {
|
|
59535
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamInverseConnection';
|
|
59536
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesTeamInverseEdge>>>;
|
|
59537
|
+
pageInfo: PageInfo;
|
|
59538
|
+
};
|
|
59539
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseEdge = {
|
|
59540
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamInverseEdge';
|
|
59541
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59542
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59543
|
+
id: Scalars['ID']['output'];
|
|
59544
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59545
|
+
node?: Maybe<GraphStoreSimplifiedUserWatchesTeamInverseUnion>;
|
|
59546
|
+
};
|
|
59547
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
59548
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamUnion = TeamV2;
|
|
59328
59549
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
59329
59550
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchConnection';
|
|
59330
59551
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchEdge>>>;
|
|
@@ -60534,6 +60755,9 @@ export declare type GraphStoreUserWatchesConfluencePageSortInput = {
|
|
|
60534
60755
|
export declare type GraphStoreUserWatchesConfluenceWhiteboardSortInput = {
|
|
60535
60756
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60536
60757
|
};
|
|
60758
|
+
export declare type GraphStoreUserWatchesTeamSortInput = {
|
|
60759
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60760
|
+
};
|
|
60537
60761
|
export declare type GraphStoreVersionAssociatedBranchSortInput = {
|
|
60538
60762
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
60539
60763
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -65175,19 +65399,6 @@ export declare type JiraApplicationProperty = Node & {
|
|
|
65175
65399
|
type: Scalars['String']['output'];
|
|
65176
65400
|
value: Scalars['String']['output'];
|
|
65177
65401
|
};
|
|
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
65402
|
export declare type JiraApprovalActivityFeedConnection = {
|
|
65192
65403
|
__typename?: 'JiraApprovalActivityFeedConnection';
|
|
65193
65404
|
nodes: Array<JiraApprovalActivityItem>;
|
|
@@ -66497,6 +66708,9 @@ export declare type JiraBoardViewFilterConfigArgs = {
|
|
|
66497
66708
|
export declare type JiraBoardViewGroupByConfigArgs = {
|
|
66498
66709
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66499
66710
|
};
|
|
66711
|
+
export declare type JiraBoardViewIsEmptyArgs = {
|
|
66712
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66713
|
+
};
|
|
66500
66714
|
export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
66501
66715
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66502
66716
|
};
|
|
@@ -66612,8 +66826,9 @@ export declare type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
|
66612
66826
|
id: Scalars['ID']['output'];
|
|
66613
66827
|
};
|
|
66614
66828
|
export declare type JiraBoardViewInput = {
|
|
66615
|
-
jiraBoardViewQueryInput
|
|
66829
|
+
jiraBoardViewQueryInput?: InputMaybe<JiraBoardViewQueryInput>;
|
|
66616
66830
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66831
|
+
viewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
66617
66832
|
};
|
|
66618
66833
|
export declare type JiraBoardViewLayout = JiraBoardViewColumnLayout;
|
|
66619
66834
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & Node & {
|
|
@@ -69738,16 +69953,6 @@ export declare type JiraDismissInContextConfigPromptPayload = Payload & {
|
|
|
69738
69953
|
errors?: Maybe<Array<MutationError>>;
|
|
69739
69954
|
success: Scalars['Boolean']['output'];
|
|
69740
69955
|
};
|
|
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
69956
|
export declare type JiraDragAndDropBoardViewIssueInput = {
|
|
69752
69957
|
destinationCellId?: InputMaybe<Scalars['ID']['input']>;
|
|
69753
69958
|
id: Scalars['ID']['input'];
|
|
@@ -69764,19 +69969,6 @@ export declare type JiraDragAndDropBoardViewIssuePayload = {
|
|
|
69764
69969
|
export declare type JiraDuplicateJourneyConfigurationInput = {
|
|
69765
69970
|
id: Scalars['ID']['input'];
|
|
69766
69971
|
};
|
|
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
69972
|
export declare type JiraDurationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
69781
69973
|
__typename?: 'JiraDurationField';
|
|
69782
69974
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -70256,6 +70448,7 @@ export declare type JiraFieldSchemeAvailableFieldsInput = {
|
|
|
70256
70448
|
};
|
|
70257
70449
|
export declare type JiraFieldSchemeOperations = {
|
|
70258
70450
|
__typename?: 'JiraFieldSchemeOperations';
|
|
70451
|
+
canAdd?: Maybe<Scalars['Boolean']['output']>;
|
|
70259
70452
|
canChangeDescription?: Maybe<Scalars['Boolean']['output']>;
|
|
70260
70453
|
canChangeRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
70261
70454
|
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -71572,6 +71765,7 @@ export declare enum JiraHomePageType {
|
|
|
71572
71765
|
}
|
|
71573
71766
|
export declare type JiraHydrateJqlInput = {
|
|
71574
71767
|
filterId?: InputMaybe<Scalars['ID']['input']>;
|
|
71768
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
71575
71769
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
71576
71770
|
lastUsedJqlForIssueNavigator?: InputMaybe<JiraJqlScopeInput>;
|
|
71577
71771
|
viewQueryInput?: InputMaybe<JiraIssueSearchViewQueryInput>;
|
|
@@ -71602,6 +71796,7 @@ export declare type JiraInlineIssueCreateInput = {
|
|
|
71602
71796
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
71603
71797
|
fields: JiraIssueFieldsInput;
|
|
71604
71798
|
issueTypeId: Scalars['ID']['input'];
|
|
71799
|
+
jqlContexts?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
71605
71800
|
kanbanDestination?: InputMaybe<JiraKanbanDestination>;
|
|
71606
71801
|
projectId: Scalars['ID']['input'];
|
|
71607
71802
|
rank?: InputMaybe<JiraIssueCreateRankInput>;
|
|
@@ -71667,6 +71862,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
71667
71862
|
connectBackgroundScripts?: Maybe<JiraIssueConnectBackgroundScriptConnection>;
|
|
71668
71863
|
connectOperations?: Maybe<JiraIssueConnectOperationConnection>;
|
|
71669
71864
|
contentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
71865
|
+
contextPanels?: Maybe<JiraIssueContextPanelConnection>;
|
|
71670
71866
|
coverMedia?: Maybe<JiraWorkManagementBackground>;
|
|
71671
71867
|
createdField?: Maybe<JiraDateTimePickerField>;
|
|
71672
71868
|
deletableAttachmentsCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -71775,6 +71971,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
71775
71971
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
71776
71972
|
timeOriginalEstimateField?: Maybe<JiraOriginalTimeEstimateField>;
|
|
71777
71973
|
timeTrackingField?: Maybe<JiraTimeTrackingField>;
|
|
71974
|
+
totalAttachmentsCount?: Maybe<Scalars['Int']['output']>;
|
|
71778
71975
|
updatedField?: Maybe<JiraDateTimePickerField>;
|
|
71779
71976
|
votesField?: Maybe<JiraVotesField>;
|
|
71780
71977
|
watchesField?: Maybe<JiraWatchesField>;
|
|
@@ -71870,6 +72067,12 @@ export declare type JiraIssueContentPanelsArgs = {
|
|
|
71870
72067
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71871
72068
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
71872
72069
|
};
|
|
72070
|
+
export declare type JiraIssueContextPanelsArgs = {
|
|
72071
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
72072
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
72073
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
72074
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
72075
|
+
};
|
|
71873
72076
|
export declare type JiraIssueDesignsArgs = {
|
|
71874
72077
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71875
72078
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -72333,6 +72536,16 @@ export declare type JiraIssueContentPanelEdge = {
|
|
|
72333
72536
|
cursor: Scalars['String']['output'];
|
|
72334
72537
|
node?: Maybe<JiraIssueContentPanel>;
|
|
72335
72538
|
};
|
|
72539
|
+
export declare type JiraIssueContextPanelConnection = {
|
|
72540
|
+
__typename?: 'JiraIssueContextPanelConnection';
|
|
72541
|
+
edges?: Maybe<Array<Maybe<JiraIssueContextPanelEdge>>>;
|
|
72542
|
+
pageInfo: PageInfo;
|
|
72543
|
+
};
|
|
72544
|
+
export declare type JiraIssueContextPanelEdge = {
|
|
72545
|
+
__typename?: 'JiraIssueContextPanelEdge';
|
|
72546
|
+
cursor: Scalars['String']['output'];
|
|
72547
|
+
node?: Maybe<JiraIssueViewContextPanel>;
|
|
72548
|
+
};
|
|
72336
72549
|
export declare type JiraIssueCreateFieldValidationRule = {
|
|
72337
72550
|
errorMessage?: InputMaybe<Scalars['String']['input']>;
|
|
72338
72551
|
fields: Array<Scalars['String']['input']>;
|
|
@@ -73638,7 +73851,11 @@ export declare type JiraIssueSearchViewContexts = {
|
|
|
73638
73851
|
contexts?: Maybe<Array<JiraIssueSearchViewContextMapping>>;
|
|
73639
73852
|
errors?: Maybe<Array<QueryError>>;
|
|
73640
73853
|
};
|
|
73854
|
+
export declare type JiraIssueSearchViewFieldSetFilterContext = {
|
|
73855
|
+
filter?: InputMaybe<Scalars['ID']['input']>;
|
|
73856
|
+
};
|
|
73641
73857
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
73858
|
+
filterContext?: InputMaybe<JiraIssueSearchViewFieldSetFilterContext>;
|
|
73642
73859
|
issueContext?: InputMaybe<JiraIssueSearchViewFieldSetsIssueContext>;
|
|
73643
73860
|
projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
|
|
73644
73861
|
};
|
|
@@ -73963,6 +74180,18 @@ export declare type JiraIssueViewCollapsibleSections = {
|
|
|
73963
74180
|
__typename?: 'JiraIssueViewCollapsibleSections';
|
|
73964
74181
|
sections?: Maybe<Array<Maybe<JiraIssueViewCollapsibleSection>>>;
|
|
73965
74182
|
};
|
|
74183
|
+
export declare type JiraIssueViewContextPanel = {
|
|
74184
|
+
__typename?: 'JiraIssueViewContextPanel';
|
|
74185
|
+
addonKey?: Maybe<Scalars['String']['output']>;
|
|
74186
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
74187
|
+
dynamicContent?: Maybe<Scalars['JSON']['output']>;
|
|
74188
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
74189
|
+
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
74190
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
74191
|
+
options?: Maybe<Scalars['JSON']['output']>;
|
|
74192
|
+
status?: Maybe<Scalars['JSON']['output']>;
|
|
74193
|
+
type?: Maybe<JiraIssueModuleType>;
|
|
74194
|
+
};
|
|
73966
74195
|
export declare type JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType = {
|
|
73967
74196
|
__typename?: 'JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType';
|
|
73968
74197
|
dismissUntilDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -75111,6 +75340,7 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
75111
75340
|
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
75112
75341
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
75113
75342
|
issueSearchInput: JiraIssueSearchInput;
|
|
75343
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
75114
75344
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
75115
75345
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
75116
75346
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -76147,6 +76377,7 @@ export declare type JiraMutationRenameNavigationItemArgs = {
|
|
|
76147
76377
|
};
|
|
76148
76378
|
export declare type JiraMutationReplaceSpreadsheetViewFieldSetsArgs = {
|
|
76149
76379
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
76380
|
+
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
76150
76381
|
id: Scalars['ID']['input'];
|
|
76151
76382
|
};
|
|
76152
76383
|
export declare type JiraMutationRequestCancelIssueExportTaskArgs = {
|
|
@@ -79122,6 +79353,7 @@ export declare type JiraQuery = {
|
|
|
79122
79353
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
79123
79354
|
devOpsProviders?: Maybe<Array<Maybe<JiraDevOpsProvider>>>;
|
|
79124
79355
|
echo?: Maybe<Scalars['String']['output']>;
|
|
79356
|
+
ecosystemFirstSeenOnIssueView?: Maybe<Scalars['DateTime']['output']>;
|
|
79125
79357
|
epicLinkFieldKey?: Maybe<Scalars['String']['output']>;
|
|
79126
79358
|
exportIssueDetails?: Maybe<JiraExportIssueDetailsResponse>;
|
|
79127
79359
|
favouriteFilters?: Maybe<JiraFilterConnection>;
|
|
@@ -79133,6 +79365,7 @@ export declare type JiraQuery = {
|
|
|
79133
79365
|
filter?: Maybe<JiraFilter>;
|
|
79134
79366
|
filters?: Maybe<Array<Maybe<JiraFilter>>>;
|
|
79135
79367
|
first100JsmWorkflowTemplates?: Maybe<Array<JiraServiceManagementWorkflowTemplateMetadata>>;
|
|
79368
|
+
forYou_recommendedActions?: Maybe<JiraRecommendedActionCategoryConnection>;
|
|
79136
79369
|
forge: JiraForgeQuery;
|
|
79137
79370
|
formattingRulesByProject?: Maybe<JiraFormattingRuleConnection>;
|
|
79138
79371
|
formulaFieldExpressionConfig?: Maybe<JiraFormulaFieldExpressionConfig>;
|
|
@@ -79161,6 +79394,7 @@ export declare type JiraQuery = {
|
|
|
79161
79394
|
isAiEnabledForIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
79162
79395
|
isIssueViewEditorAiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79163
79396
|
isJiraDefinitionsPermissionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79397
|
+
isLinkingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79164
79398
|
isNaturalLanguageSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79165
79399
|
isRovoEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79166
79400
|
isSubtasksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -79481,6 +79715,9 @@ export declare type JiraQueryEchoArgs = {
|
|
|
79481
79715
|
cloudId: Scalars['ID']['input'];
|
|
79482
79716
|
where?: InputMaybe<JiraEchoWhereInput>;
|
|
79483
79717
|
};
|
|
79718
|
+
export declare type JiraQueryEcosystemFirstSeenOnIssueViewArgs = {
|
|
79719
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
79720
|
+
};
|
|
79484
79721
|
export declare type JiraQueryEpicLinkFieldKeyArgs = {
|
|
79485
79722
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
79486
79723
|
};
|
|
@@ -79546,6 +79783,9 @@ export declare type JiraQueryFirst100JsmWorkflowTemplatesArgs = {
|
|
|
79546
79783
|
tags?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
79547
79784
|
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
79548
79785
|
};
|
|
79786
|
+
export declare type JiraQueryForYou_RecommendedActionsArgs = {
|
|
79787
|
+
cloudId: Scalars['ID']['input'];
|
|
79788
|
+
};
|
|
79549
79789
|
export declare type JiraQueryFormattingRulesByProjectArgs = {
|
|
79550
79790
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
79551
79791
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -79685,6 +79925,9 @@ export declare type JiraQueryIsIssueViewEditorAiEnabledArgs = {
|
|
|
79685
79925
|
export declare type JiraQueryIsJiraDefinitionsPermissionsEnabledArgs = {
|
|
79686
79926
|
cloudId: Scalars['ID']['input'];
|
|
79687
79927
|
};
|
|
79928
|
+
export declare type JiraQueryIsLinkingEnabledArgs = {
|
|
79929
|
+
cloudId: Scalars['ID']['input'];
|
|
79930
|
+
};
|
|
79688
79931
|
export declare type JiraQueryIsNaturalLanguageSearchEnabledArgs = {
|
|
79689
79932
|
cloudId: Scalars['ID']['input'];
|
|
79690
79933
|
};
|
|
@@ -79852,6 +80095,7 @@ export declare type JiraQueryJiraIssueSearchViewArgs = {
|
|
|
79852
80095
|
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
79853
80096
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
79854
80097
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
80098
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
79855
80099
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
79856
80100
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
79857
80101
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
@@ -80463,6 +80707,40 @@ export declare enum JiraRecommendationCategory {
|
|
|
80463
80707
|
ProjectCleanup = "PROJECT_CLEANUP",
|
|
80464
80708
|
ProjectRoleActor = "PROJECT_ROLE_ACTOR"
|
|
80465
80709
|
}
|
|
80710
|
+
export declare type JiraRecommendedAction = {
|
|
80711
|
+
__typename?: 'JiraRecommendedAction';
|
|
80712
|
+
entity?: Maybe<JiraRecommendedActionEntity>;
|
|
80713
|
+
};
|
|
80714
|
+
export declare type JiraRecommendedActionCategory = {
|
|
80715
|
+
__typename?: 'JiraRecommendedActionCategory';
|
|
80716
|
+
actions?: Maybe<JiraRecommendedActionConnection>;
|
|
80717
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
80718
|
+
id: Scalars['ID']['output'];
|
|
80719
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
80720
|
+
};
|
|
80721
|
+
export declare type JiraRecommendedActionCategoryConnection = {
|
|
80722
|
+
__typename?: 'JiraRecommendedActionCategoryConnection';
|
|
80723
|
+
edges?: Maybe<Array<Maybe<JiraRecommendedActionCategoryEdge>>>;
|
|
80724
|
+
pageInfo: PageInfo;
|
|
80725
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
80726
|
+
};
|
|
80727
|
+
export declare type JiraRecommendedActionCategoryEdge = {
|
|
80728
|
+
__typename?: 'JiraRecommendedActionCategoryEdge';
|
|
80729
|
+
cursor: Scalars['String']['output'];
|
|
80730
|
+
node?: Maybe<JiraRecommendedActionCategory>;
|
|
80731
|
+
};
|
|
80732
|
+
export declare type JiraRecommendedActionConnection = {
|
|
80733
|
+
__typename?: 'JiraRecommendedActionConnection';
|
|
80734
|
+
edges?: Maybe<Array<Maybe<JiraRecommendedActionEdge>>>;
|
|
80735
|
+
pageInfo: PageInfo;
|
|
80736
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
80737
|
+
};
|
|
80738
|
+
export declare type JiraRecommendedActionEdge = {
|
|
80739
|
+
__typename?: 'JiraRecommendedActionEdge';
|
|
80740
|
+
cursor: Scalars['String']['output'];
|
|
80741
|
+
node?: Maybe<JiraRecommendedAction>;
|
|
80742
|
+
};
|
|
80743
|
+
export declare type JiraRecommendedActionEntity = JiraIssue | JiraPlatformComment | JiraProject | JiraServiceManagementComment;
|
|
80466
80744
|
export declare type JiraRedaction = {
|
|
80467
80745
|
__typename?: 'JiraRedaction';
|
|
80468
80746
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -83623,16 +83901,6 @@ export declare type JiraSprintUpdateInput = {
|
|
|
83623
83901
|
sprintId: Scalars['ID']['input'];
|
|
83624
83902
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
83625
83903
|
};
|
|
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
83904
|
export declare type JiraStatus = MercuryOriginalProjectStatus & Node & {
|
|
83637
83905
|
__typename?: 'JiraStatus';
|
|
83638
83906
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -84027,61 +84295,6 @@ export declare type JiraSuggestedIssueInput = {
|
|
|
84027
84295
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
84028
84296
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
84029
84297
|
};
|
|
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
84298
|
export declare enum JiraSyntheticFieldCardOptionType {
|
|
84086
84299
|
CardCover = "CARD_COVER",
|
|
84087
84300
|
Pages = "PAGES"
|
|
@@ -86859,10 +87072,23 @@ export declare type JpdViewUpdatedEvent = {
|
|
|
86859
87072
|
viewId: Scalars['Int']['output'];
|
|
86860
87073
|
viewUuid: Scalars['ID']['output'];
|
|
86861
87074
|
};
|
|
87075
|
+
export declare type JsmChannelsConditionNode = JsmChannelsPlanNode & {
|
|
87076
|
+
__typename?: 'JsmChannelsConditionNode';
|
|
87077
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87078
|
+
id: Scalars['ID']['output'];
|
|
87079
|
+
nodeDescription?: Maybe<Scalars['String']['output']>;
|
|
87080
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87081
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87082
|
+
};
|
|
86862
87083
|
export declare enum JsmChannelsConnectionType {
|
|
86863
87084
|
Okta = "OKTA"
|
|
86864
87085
|
}
|
|
86865
87086
|
export declare type JsmChannelsConversationsByContainerAriResult = JsmChannelsOrchestratorConversationsConnection | QueryError;
|
|
87087
|
+
export declare type JsmChannelsCustomPlanNodeAttribute = {
|
|
87088
|
+
__typename?: 'JsmChannelsCustomPlanNodeAttribute';
|
|
87089
|
+
key: Scalars['String']['output'];
|
|
87090
|
+
value: Scalars['String']['output'];
|
|
87091
|
+
};
|
|
86866
87092
|
export declare type JsmChannelsEstablishConnectionInput = {
|
|
86867
87093
|
clientId: Scalars['String']['input'];
|
|
86868
87094
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -86969,6 +87195,21 @@ export declare type JsmChannelsOrchestratorConversationsFilter = {
|
|
|
86969
87195
|
startDate: Scalars['DateTime']['input'];
|
|
86970
87196
|
states?: InputMaybe<Array<JsmChannelsOrchestratorConversationState>>;
|
|
86971
87197
|
};
|
|
87198
|
+
export declare type JsmChannelsPlanNode = {
|
|
87199
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87200
|
+
id: Scalars['ID']['output'];
|
|
87201
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87202
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87203
|
+
};
|
|
87204
|
+
export declare type JsmChannelsPlanNodeMapEntry = {
|
|
87205
|
+
__typename?: 'JsmChannelsPlanNodeMapEntry';
|
|
87206
|
+
node: JsmChannelsPlanNode;
|
|
87207
|
+
nodeId: Scalars['ID']['output'];
|
|
87208
|
+
};
|
|
87209
|
+
export declare enum JsmChannelsPlanNodeType {
|
|
87210
|
+
Condition = "CONDITION",
|
|
87211
|
+
Step = "STEP"
|
|
87212
|
+
}
|
|
86972
87213
|
export declare enum JsmChannelsRequestTypeExecutionMode {
|
|
86973
87214
|
Assistive = "ASSISTIVE",
|
|
86974
87215
|
Autonomous = "AUTONOMOUS",
|
|
@@ -86985,6 +87226,30 @@ export declare type JsmChannelsRequestTypesInput = {
|
|
|
86985
87226
|
id: Scalars['String']['input'];
|
|
86986
87227
|
mode: JsmChannelsRequestTypeExecutionMode;
|
|
86987
87228
|
};
|
|
87229
|
+
export declare enum JsmChannelsResolutionPlanAction {
|
|
87230
|
+
Approve = "APPROVE",
|
|
87231
|
+
Pause = "PAUSE",
|
|
87232
|
+
Reject = "REJECT"
|
|
87233
|
+
}
|
|
87234
|
+
export declare type JsmChannelsResolutionPlanActionPayload = Payload & {
|
|
87235
|
+
__typename?: 'JsmChannelsResolutionPlanActionPayload';
|
|
87236
|
+
errors?: Maybe<Array<MutationError>>;
|
|
87237
|
+
success: Scalars['Boolean']['output'];
|
|
87238
|
+
};
|
|
87239
|
+
export declare type JsmChannelsResolutionPlanGraph = {
|
|
87240
|
+
__typename?: 'JsmChannelsResolutionPlanGraph';
|
|
87241
|
+
graph?: Maybe<Array<Array<Scalars['ID']['output']>>>;
|
|
87242
|
+
nodes: Array<JsmChannelsPlanNodeMapEntry>;
|
|
87243
|
+
planId: Scalars['ID']['output'];
|
|
87244
|
+
};
|
|
87245
|
+
export declare type JsmChannelsResolutionPlanGraphResult = JsmChannelsResolutionPlanGraph | QueryError;
|
|
87246
|
+
export declare enum JsmChannelsResolutionPlanStepStatus {
|
|
87247
|
+
Cancelled = "CANCELLED",
|
|
87248
|
+
Completed = "COMPLETED",
|
|
87249
|
+
Failed = "FAILED",
|
|
87250
|
+
InProgress = "IN_PROGRESS",
|
|
87251
|
+
Pending = "PENDING"
|
|
87252
|
+
}
|
|
86988
87253
|
export declare type JsmChannelsServiceAgentResolutionPlan = {
|
|
86989
87254
|
__typename?: 'JsmChannelsServiceAgentResolutionPlan';
|
|
86990
87255
|
planId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -87004,6 +87269,15 @@ export declare type JsmChannelsServiceAgentResolutionRunbook = {
|
|
|
87004
87269
|
title: Scalars['String']['output'];
|
|
87005
87270
|
url: Scalars['String']['output'];
|
|
87006
87271
|
};
|
|
87272
|
+
export declare type JsmChannelsStepNode = JsmChannelsPlanNode & {
|
|
87273
|
+
__typename?: 'JsmChannelsStepNode';
|
|
87274
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87275
|
+
id: Scalars['ID']['output'];
|
|
87276
|
+
nodeDescription?: Maybe<Scalars['String']['output']>;
|
|
87277
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87278
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87279
|
+
status?: Maybe<JsmChannelsResolutionPlanStepStatus>;
|
|
87280
|
+
};
|
|
87007
87281
|
export declare type JsmChannelsTaskAgent = {
|
|
87008
87282
|
__typename?: 'JsmChannelsTaskAgent';
|
|
87009
87283
|
agentName: Scalars['String']['output'];
|
|
@@ -87937,6 +88211,20 @@ export declare type KeyValueHierarchyMap = {
|
|
|
87937
88211
|
key?: Maybe<Scalars['String']['output']>;
|
|
87938
88212
|
value?: Maybe<Scalars['String']['output']>;
|
|
87939
88213
|
};
|
|
88214
|
+
export declare type KitsuneChunk = KitsuneNode & {
|
|
88215
|
+
__typename?: 'KitsuneChunk';
|
|
88216
|
+
_id: Scalars['ID']['output'];
|
|
88217
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
88218
|
+
};
|
|
88219
|
+
export declare type KitsuneFeedback = KitsuneNode & {
|
|
88220
|
+
__typename?: 'KitsuneFeedback';
|
|
88221
|
+
_id: Scalars['ID']['output'];
|
|
88222
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
88223
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
88224
|
+
};
|
|
88225
|
+
export declare type KitsuneNode = {
|
|
88226
|
+
_id: Scalars['ID']['output'];
|
|
88227
|
+
};
|
|
87940
88228
|
export declare type KnowledgeBaseAgentArticleSearchConnection = {
|
|
87941
88229
|
__typename?: 'KnowledgeBaseAgentArticleSearchConnection';
|
|
87942
88230
|
edges?: Maybe<Array<KnowledgeBaseArticleEdge>>;
|
|
@@ -92313,6 +92601,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
92313
92601
|
appReviewById?: Maybe<MarketplaceStoreReviewByIdResponse>;
|
|
92314
92602
|
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
92315
92603
|
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
92604
|
+
appReviewsByUserId: MarketplaceStoreReviewsByUserResponse;
|
|
92316
92605
|
appSoftwareVersionListingByAppId?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
|
|
92317
92606
|
appSoftwareVersionListingByAppKey?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
|
|
92318
92607
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
@@ -92338,6 +92627,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
92338
92627
|
siteDetails: MarketplaceStoreSiteDetailsResponse;
|
|
92339
92628
|
userPreferences: MarketplaceStoreGetUserPreferencesResponse;
|
|
92340
92629
|
userProfile: MarketplaceStoreUserProfileResponse;
|
|
92630
|
+
watchedApps: MarketplaceStoreWatchedAppsResponse;
|
|
92341
92631
|
};
|
|
92342
92632
|
export declare type MarketplaceStoreQueryApiAppInstallationsByAppArgs = {
|
|
92343
92633
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -92359,6 +92649,9 @@ export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
|
|
|
92359
92649
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
92360
92650
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
92361
92651
|
};
|
|
92652
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByUserIdArgs = {
|
|
92653
|
+
userId: Scalars['ID']['input'];
|
|
92654
|
+
};
|
|
92362
92655
|
export declare type MarketplaceStoreQueryApiAppSoftwareVersionListingByAppIdArgs = {
|
|
92363
92656
|
appId: Scalars['ID']['input'];
|
|
92364
92657
|
buildNumber: Scalars['ID']['input'];
|
|
@@ -92432,6 +92725,10 @@ export declare type MarketplaceStoreQueryApiSiteDetailsArgs = {
|
|
|
92432
92725
|
export declare type MarketplaceStoreQueryApiUserProfileArgs = {
|
|
92433
92726
|
userId: Scalars['String']['input'];
|
|
92434
92727
|
};
|
|
92728
|
+
export declare type MarketplaceStoreQueryApiWatchedAppsArgs = {
|
|
92729
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
92730
|
+
nextCursor?: InputMaybe<Scalars['String']['input']>;
|
|
92731
|
+
};
|
|
92435
92732
|
export declare type MarketplaceStoreReviewAuthor = {
|
|
92436
92733
|
__typename?: 'MarketplaceStoreReviewAuthor';
|
|
92437
92734
|
id: Scalars['ID']['output'];
|
|
@@ -92466,6 +92763,11 @@ export declare type MarketplaceStoreReviewNode = {
|
|
|
92466
92763
|
stars?: Maybe<Scalars['Int']['output']>;
|
|
92467
92764
|
totalVotes?: Maybe<Scalars['Int']['output']>;
|
|
92468
92765
|
};
|
|
92766
|
+
export declare type MarketplaceStoreReviewsByUserResponse = {
|
|
92767
|
+
__typename?: 'MarketplaceStoreReviewsByUserResponse';
|
|
92768
|
+
id: Scalars['ID']['output'];
|
|
92769
|
+
reviews: Array<Maybe<MarketplaceStoreReviewNode>>;
|
|
92770
|
+
};
|
|
92469
92771
|
export declare type MarketplaceStoreReviewsResponse = {
|
|
92470
92772
|
__typename?: 'MarketplaceStoreReviewsResponse';
|
|
92471
92773
|
averageStars: Scalars['Float']['output'];
|
|
@@ -92541,6 +92843,18 @@ export declare type MarketplaceStoreUserProfileResponse = {
|
|
|
92541
92843
|
name: Scalars['String']['output'];
|
|
92542
92844
|
picture: Scalars['String']['output'];
|
|
92543
92845
|
};
|
|
92846
|
+
export declare type MarketplaceStoreWatchedApp = {
|
|
92847
|
+
__typename?: 'MarketplaceStoreWatchedApp';
|
|
92848
|
+
appKey: Scalars['String']['output'];
|
|
92849
|
+
appName: Scalars['String']['output'];
|
|
92850
|
+
productId: Scalars['ID']['output'];
|
|
92851
|
+
};
|
|
92852
|
+
export declare type MarketplaceStoreWatchedAppsResponse = {
|
|
92853
|
+
__typename?: 'MarketplaceStoreWatchedAppsResponse';
|
|
92854
|
+
limit?: Maybe<Scalars['Int']['output']>;
|
|
92855
|
+
nextCursor?: Maybe<Scalars['String']['output']>;
|
|
92856
|
+
productWatchers?: Maybe<Array<MarketplaceStoreWatchedApp>>;
|
|
92857
|
+
};
|
|
92544
92858
|
export declare type MarketplaceSupportedAtlassianProduct = {
|
|
92545
92859
|
__typename?: 'MarketplaceSupportedAtlassianProduct';
|
|
92546
92860
|
hostingOptions: Array<AtlassianProductHostingType>;
|
|
@@ -92697,6 +93011,12 @@ export declare type MercuryAssignUserAccessToFocusAreaPayload = Payload & {
|
|
|
92697
93011
|
focusAreaUserAccessAssignment?: Maybe<Array<Maybe<MercuryFocusAreaUserAccessMutation>>>;
|
|
92698
93012
|
success: Scalars['Boolean']['output'];
|
|
92699
93013
|
};
|
|
93014
|
+
export declare type MercuryBaseJiraWorkStatusMapping = {
|
|
93015
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
93016
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
93017
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
93018
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
93019
|
+
};
|
|
92700
93020
|
export declare type MercuryBudgetAggregation = {
|
|
92701
93021
|
__typename?: 'MercuryBudgetAggregation';
|
|
92702
93022
|
aggregatedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -93297,6 +93617,13 @@ export declare type MercuryCustomSelectFieldOption = {
|
|
|
93297
93617
|
id: Scalars['ID']['output'];
|
|
93298
93618
|
value: Scalars['String']['output'];
|
|
93299
93619
|
};
|
|
93620
|
+
export declare type MercuryDefaultJiraWorkStatusMapping = MercuryBaseJiraWorkStatusMapping & {
|
|
93621
|
+
__typename?: 'MercuryDefaultJiraWorkStatusMapping';
|
|
93622
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
93623
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
93624
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
93625
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
93626
|
+
};
|
|
93300
93627
|
export declare type MercuryDeleteAllPreferenceInput = {
|
|
93301
93628
|
cloudId: Scalars['ID']['input'];
|
|
93302
93629
|
};
|
|
@@ -93487,6 +93814,15 @@ export declare type MercuryDeleteStrategicEventPayload = Payload & {
|
|
|
93487
93814
|
errors?: Maybe<Array<MutationError>>;
|
|
93488
93815
|
success: Scalars['Boolean']['output'];
|
|
93489
93816
|
};
|
|
93817
|
+
export declare type MercuryDismissSuggestedFocusAreaFollowers = Payload & {
|
|
93818
|
+
__typename?: 'MercuryDismissSuggestedFocusAreaFollowers';
|
|
93819
|
+
errors?: Maybe<Array<MutationError>>;
|
|
93820
|
+
success: Scalars['Boolean']['output'];
|
|
93821
|
+
};
|
|
93822
|
+
export declare type MercuryDismissSuggestedFocusAreaFollowersInput = {
|
|
93823
|
+
focusAreaAri: Scalars['ID']['input'];
|
|
93824
|
+
userAris?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
93825
|
+
};
|
|
93490
93826
|
export declare enum MercuryEntityType {
|
|
93491
93827
|
ChangeProposal = "CHANGE_PROPOSAL",
|
|
93492
93828
|
Comment = "COMMENT",
|
|
@@ -93645,6 +93981,10 @@ export declare type MercuryFocusAreaEdge = {
|
|
|
93645
93981
|
cursor: Scalars['String']['output'];
|
|
93646
93982
|
node?: Maybe<MercuryFocusArea>;
|
|
93647
93983
|
};
|
|
93984
|
+
export declare type MercuryFocusAreaFollowerSuggestion = {
|
|
93985
|
+
__typename?: 'MercuryFocusAreaFollowerSuggestion';
|
|
93986
|
+
user?: Maybe<User>;
|
|
93987
|
+
};
|
|
93648
93988
|
export declare type MercuryFocusAreaFundChangeSummary = {
|
|
93649
93989
|
__typename?: 'MercuryFocusAreaFundChangeSummary';
|
|
93650
93990
|
laborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -93800,6 +94140,7 @@ export declare enum MercuryFocusAreaRankingValidationErrorCode {
|
|
|
93800
94140
|
}
|
|
93801
94141
|
export declare type MercuryFocusAreaSort = {
|
|
93802
94142
|
field?: InputMaybe<MercuryFocusAreaSortField>;
|
|
94143
|
+
fieldKey?: InputMaybe<Scalars['String']['input']>;
|
|
93803
94144
|
order: SortOrder;
|
|
93804
94145
|
};
|
|
93805
94146
|
export declare enum MercuryFocusAreaSortField {
|
|
@@ -94074,6 +94415,7 @@ export declare type MercuryGoalAggregatedStatusCount = {
|
|
|
94074
94415
|
export declare type MercuryGoalInsight = MercuryInsight & {
|
|
94075
94416
|
__typename?: 'MercuryGoalInsight';
|
|
94076
94417
|
ari: Scalars['ID']['output'];
|
|
94418
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
94077
94419
|
id: Scalars['ID']['output'];
|
|
94078
94420
|
insightData?: Maybe<TownsquareGoal>;
|
|
94079
94421
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -94111,14 +94453,32 @@ export declare enum MercuryInsightTypeEnum {
|
|
|
94111
94453
|
Goal = "GOAL",
|
|
94112
94454
|
Work = "WORK"
|
|
94113
94455
|
}
|
|
94456
|
+
export declare type MercuryInsightsMutationApi = {
|
|
94457
|
+
__typename?: 'MercuryInsightsMutationApi';
|
|
94458
|
+
dismissSuggestedFocusAreaFollowers?: Maybe<MercuryDismissSuggestedFocusAreaFollowers>;
|
|
94459
|
+
};
|
|
94460
|
+
export declare type MercuryInsightsMutationApiDismissSuggestedFocusAreaFollowersArgs = {
|
|
94461
|
+
input: MercuryDismissSuggestedFocusAreaFollowersInput;
|
|
94462
|
+
};
|
|
94114
94463
|
export declare type MercuryInsightsQueryApi = {
|
|
94115
94464
|
__typename?: 'MercuryInsightsQueryApi';
|
|
94465
|
+
focusAreaFollowerSuggestions?: Maybe<Array<MercuryFocusAreaFollowerSuggestion>>;
|
|
94116
94466
|
focusAreaInsights?: Maybe<Array<MercuryInsightObject>>;
|
|
94467
|
+
focusAreaWorkSuggestions?: Maybe<Array<MercuryWorkSuggestionsSearchItem>>;
|
|
94468
|
+
};
|
|
94469
|
+
export declare type MercuryInsightsQueryApiFocusAreaFollowerSuggestionsArgs = {
|
|
94470
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
94471
|
+
focusAreaAri: Scalars['ID']['input'];
|
|
94117
94472
|
};
|
|
94118
94473
|
export declare type MercuryInsightsQueryApiFocusAreaInsightsArgs = {
|
|
94119
94474
|
filter?: InputMaybe<MercuryFocusAreaInsightsFilter>;
|
|
94120
94475
|
focusAreaId: Scalars['ID']['input'];
|
|
94121
94476
|
};
|
|
94477
|
+
export declare type MercuryInsightsQueryApiFocusAreaWorkSuggestionsArgs = {
|
|
94478
|
+
focusAreaId: Scalars['ID']['input'];
|
|
94479
|
+
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
94480
|
+
workContainerAri?: InputMaybe<Scalars['String']['input']>;
|
|
94481
|
+
};
|
|
94122
94482
|
export declare type MercuryInvestmentCategory = Node & {
|
|
94123
94483
|
__typename?: 'MercuryInvestmentCategory';
|
|
94124
94484
|
createdBy?: Maybe<User>;
|
|
@@ -94162,6 +94522,7 @@ export declare enum MercuryInvestmentCategorySetSortField {
|
|
|
94162
94522
|
export declare type MercuryJiraAlignProjectInsight = MercuryInsight & {
|
|
94163
94523
|
__typename?: 'MercuryJiraAlignProjectInsight';
|
|
94164
94524
|
ari: Scalars['ID']['output'];
|
|
94525
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
94165
94526
|
id: Scalars['ID']['output'];
|
|
94166
94527
|
insightData?: Maybe<JiraAlignAggProject>;
|
|
94167
94528
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -94191,11 +94552,52 @@ export declare type MercuryJiraAlignProviderQueryApiUserAccessibleJiraAlignProje
|
|
|
94191
94552
|
export declare type MercuryJiraIssueInsight = MercuryInsight & {
|
|
94192
94553
|
__typename?: 'MercuryJiraIssueInsight';
|
|
94193
94554
|
ari: Scalars['ID']['output'];
|
|
94555
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
94194
94556
|
id: Scalars['ID']['output'];
|
|
94195
94557
|
insightData?: Maybe<JiraIssue>;
|
|
94196
94558
|
summary?: Maybe<Scalars['String']['output']>;
|
|
94197
94559
|
title?: Maybe<Scalars['String']['output']>;
|
|
94198
94560
|
};
|
|
94561
|
+
export declare type MercuryJiraProviderMappingContext = {
|
|
94562
|
+
__typename?: 'MercuryJiraProviderMappingContext';
|
|
94563
|
+
providerStatusId?: Maybe<Scalars['ID']['output']>;
|
|
94564
|
+
siteId?: Maybe<Scalars['String']['output']>;
|
|
94565
|
+
};
|
|
94566
|
+
export declare type MercuryJiraProviderQueryApi = {
|
|
94567
|
+
__typename?: 'MercuryJiraProviderQueryApi';
|
|
94568
|
+
mercuryStatusMappingsByAri?: Maybe<Array<Maybe<MercuryJiraWorkStatusMapping>>>;
|
|
94569
|
+
mercuryStatusMappingsByStatusAri?: Maybe<Array<Maybe<MercuryJiraWorkStatusMapping>>>;
|
|
94570
|
+
};
|
|
94571
|
+
export declare type MercuryJiraProviderQueryApiMercuryStatusMappingsByAriArgs = {
|
|
94572
|
+
ids: Array<Scalars['ID']['input']>;
|
|
94573
|
+
};
|
|
94574
|
+
export declare type MercuryJiraProviderQueryApiMercuryStatusMappingsByStatusAriArgs = {
|
|
94575
|
+
ids: Array<Scalars['ID']['input']>;
|
|
94576
|
+
};
|
|
94577
|
+
export declare type MercuryJiraStatus = {
|
|
94578
|
+
__typename?: 'MercuryJiraStatus';
|
|
94579
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
94580
|
+
};
|
|
94581
|
+
export declare type MercuryJiraStatusCategory = {
|
|
94582
|
+
__typename?: 'MercuryJiraStatusCategory';
|
|
94583
|
+
color: MercuryJiraStatusCategoryColor;
|
|
94584
|
+
name: Scalars['String']['output'];
|
|
94585
|
+
};
|
|
94586
|
+
export declare enum MercuryJiraStatusCategoryColor {
|
|
94587
|
+
Blue = "BLUE",
|
|
94588
|
+
Green = "GREEN",
|
|
94589
|
+
Grey = "GREY"
|
|
94590
|
+
}
|
|
94591
|
+
export declare type MercuryJiraWorkStatusMapping = MercuryBaseJiraWorkStatusMapping & Node & {
|
|
94592
|
+
__typename?: 'MercuryJiraWorkStatusMapping';
|
|
94593
|
+
id: Scalars['ID']['output'];
|
|
94594
|
+
jiraIssueStatusAri?: Maybe<Scalars['String']['output']>;
|
|
94595
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
94596
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
94597
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
94598
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
94599
|
+
};
|
|
94600
|
+
export declare type MercuryJiraWorkStatusMappingResult = MercuryDefaultJiraWorkStatusMapping | MercuryJiraWorkStatusMapping;
|
|
94199
94601
|
export declare type MercuryLinkAtlassianWorkToFocusAreaInput = {
|
|
94200
94602
|
focusAreaAri: Scalars['String']['input'];
|
|
94201
94603
|
workAris: Array<Scalars['String']['input']>;
|
|
@@ -94356,6 +94758,7 @@ export declare type MercuryMutationApi = {
|
|
|
94356
94758
|
removeUserAccessToFocusArea?: Maybe<MercuryRemoveUserAccessToFocusAreaPayload>;
|
|
94357
94759
|
removeWatcherFromFocusArea?: Maybe<MercuryRemoveWatcherFromFocusAreaPayload>;
|
|
94358
94760
|
setFocusAreaCustomFieldValue?: Maybe<MercurySetFocusAreaCustomFieldPayload>;
|
|
94761
|
+
setFocusAreaCustomFieldValues?: Maybe<MercurySetFocusAreaCustomFieldsPayload>;
|
|
94359
94762
|
setPreference?: Maybe<MercurySetPreferencePayload>;
|
|
94360
94763
|
transitionFocusAreaStatus?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
94361
94764
|
unarchiveFocusArea?: Maybe<MercuryUnarchiveFocusAreaPayload>;
|
|
@@ -94452,6 +94855,9 @@ export declare type MercuryMutationApiRemoveWatcherFromFocusAreaArgs = {
|
|
|
94452
94855
|
export declare type MercuryMutationApiSetFocusAreaCustomFieldValueArgs = {
|
|
94453
94856
|
input: MercurySetFocusAreaCustomFieldInput;
|
|
94454
94857
|
};
|
|
94858
|
+
export declare type MercuryMutationApiSetFocusAreaCustomFieldValuesArgs = {
|
|
94859
|
+
input: MercurySetFocusAreaCustomFieldsInput;
|
|
94860
|
+
};
|
|
94455
94861
|
export declare type MercuryMutationApiSetPreferenceArgs = {
|
|
94456
94862
|
input: MercurySetPreferenceInput;
|
|
94457
94863
|
};
|
|
@@ -95200,6 +95606,16 @@ export declare type MercurySetFocusAreaCustomFieldPayload = Payload & {
|
|
|
95200
95606
|
errors?: Maybe<Array<MutationError>>;
|
|
95201
95607
|
success: Scalars['Boolean']['output'];
|
|
95202
95608
|
};
|
|
95609
|
+
export declare type MercurySetFocusAreaCustomFieldsInput = {
|
|
95610
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
95611
|
+
customFields: Array<MercurySetFocusAreaCustomFieldInput>;
|
|
95612
|
+
};
|
|
95613
|
+
export declare type MercurySetFocusAreaCustomFieldsPayload = Payload & {
|
|
95614
|
+
__typename?: 'MercurySetFocusAreaCustomFieldsPayload';
|
|
95615
|
+
customFields?: Maybe<Array<MercuryCustomField>>;
|
|
95616
|
+
errors?: Maybe<Array<MutationError>>;
|
|
95617
|
+
success: Scalars['Boolean']['output'];
|
|
95618
|
+
};
|
|
95203
95619
|
export declare type MercurySetPreferenceInput = {
|
|
95204
95620
|
cloudId: Scalars['ID']['input'];
|
|
95205
95621
|
key: Scalars['String']['input'];
|
|
@@ -95689,6 +96105,7 @@ export declare type MercuryTextCustomFieldInput = {
|
|
|
95689
96105
|
export declare type MercuryTownsquareProjectInsight = MercuryInsight & {
|
|
95690
96106
|
__typename?: 'MercuryTownsquareProjectInsight';
|
|
95691
96107
|
ari: Scalars['ID']['output'];
|
|
96108
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
95692
96109
|
id: Scalars['ID']['output'];
|
|
95693
96110
|
insightData?: Maybe<TownsquareProject>;
|
|
95694
96111
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -96080,6 +96497,14 @@ export declare enum MercuryViewType {
|
|
|
96080
96497
|
RankingView = "RANKING_VIEW"
|
|
96081
96498
|
}
|
|
96082
96499
|
export declare type MercuryWorkResult = MercuryProviderWork | MercuryProviderWorkError;
|
|
96500
|
+
export declare type MercuryWorkSuggestionsSearchItem = {
|
|
96501
|
+
__typename?: 'MercuryWorkSuggestionsSearchItem';
|
|
96502
|
+
icon?: Maybe<Scalars['String']['output']>;
|
|
96503
|
+
id: Scalars['ID']['output'];
|
|
96504
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
96505
|
+
name: Scalars['String']['output'];
|
|
96506
|
+
url: Scalars['String']['output'];
|
|
96507
|
+
};
|
|
96083
96508
|
export declare enum MercuryWorkTargetDateType {
|
|
96084
96509
|
Day = "DAY",
|
|
96085
96510
|
Month = "MONTH",
|
|
@@ -96487,6 +96912,7 @@ export declare type Mutation = {
|
|
|
96487
96912
|
confluence_markCommentAsDangling?: Maybe<ConfluenceMarkCommentAsDanglingPayload>;
|
|
96488
96913
|
confluence_nbmBulkUpdateVerificationEntry?: Maybe<ConfluenceNbmBulkUpdateVerificationEntryPayload>;
|
|
96489
96914
|
confluence_nbmRetryScanLongTask?: Maybe<ConfluenceNbmRetryScanLongTaskPayload>;
|
|
96915
|
+
confluence_nbmStartPerfScanLongTask?: Maybe<ConfluenceNbmStartPerfScanLongTaskPayload>;
|
|
96490
96916
|
confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
|
|
96491
96917
|
confluence_nbmStartTransformationLongTask?: Maybe<ConfluenceNbmStartTransformationLongTaskPayload>;
|
|
96492
96918
|
confluence_nbmStartVerificationLongTask?: Maybe<ConfluenceNbmStartVerificationLongTaskPayload>;
|
|
@@ -96507,6 +96933,7 @@ export declare type Mutation = {
|
|
|
96507
96933
|
confluence_unwatchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
96508
96934
|
confluence_unwatchSubCalendar?: Maybe<ConfluenceUnwatchSubCalendarPayload>;
|
|
96509
96935
|
confluence_updateAnswer?: Maybe<ConfluenceUpdateAnswerPayload>;
|
|
96936
|
+
confluence_updateBlogPost?: Maybe<ConfluenceUpdateBlogPostPayload>;
|
|
96510
96937
|
confluence_updateCalendarCustomEventType?: Maybe<ConfluenceUpdateCalendarCustomEventTypePayload>;
|
|
96511
96938
|
confluence_updateCalendarEvent?: Maybe<ConfluenceUpdateCalendarEventPayload>;
|
|
96512
96939
|
confluence_updateCalendarPermissions?: Maybe<ConfluenceUpdateCalendarPermissionPayload>;
|
|
@@ -96521,11 +96948,13 @@ export declare type Mutation = {
|
|
|
96521
96948
|
confluence_updateInstance?: Maybe<ConfluenceUpdateInstancePayload>;
|
|
96522
96949
|
confluence_updateNav4OptIn?: Maybe<ConfluenceUpdateNav4OptInPayload>;
|
|
96523
96950
|
confluence_updateNcsPdfExportConfiguration?: Maybe<ConfluenceUpdateNcsPdfExportConfigurationPayload>;
|
|
96951
|
+
confluence_updatePage?: Maybe<ConfluenceUpdatePagePayload>;
|
|
96524
96952
|
confluence_updateQuestion?: Maybe<ConfluenceUpdateQuestionPayload>;
|
|
96525
96953
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
96526
96954
|
confluence_updateTeamPresenceSpaceSettings?: Maybe<ConfluenceUpdateTeamPresenceSpaceSettingsPayload>;
|
|
96527
96955
|
confluence_updateTopic?: Maybe<ConfluenceUpdateTopicPayload>;
|
|
96528
96956
|
confluence_updateVote?: Maybe<ConfluenceUpdateVotePayload>;
|
|
96957
|
+
confluence_updateWatermarkConfig?: Maybe<ConfluenceUpdateWatermarkConfigPayload>;
|
|
96529
96958
|
confluence_watchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
96530
96959
|
confluence_watchSubCalendar?: Maybe<ConfluenceWatchSubCalendarPayload>;
|
|
96531
96960
|
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
@@ -96594,11 +97023,14 @@ export declare type Mutation = {
|
|
|
96594
97023
|
createSystemSpace?: Maybe<Space>;
|
|
96595
97024
|
createTemplate?: Maybe<ContentTemplate>;
|
|
96596
97025
|
createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
|
|
97026
|
+
csmAi_addKnowledgeSource?: Maybe<CsmAiKnowledgeSourcePayload>;
|
|
96597
97027
|
csmAi_createAction?: Maybe<CsmAiCreateActionPayload>;
|
|
96598
97028
|
csmAi_createActionForAgent?: Maybe<CsmAiCreateActionPayload>;
|
|
96599
97029
|
csmAi_createCoachingContent?: Maybe<CsmAiCreateCoachingContentPayload>;
|
|
97030
|
+
csmAi_createEmbedWidget?: Maybe<CsmAiWidgetConfigResult>;
|
|
96600
97031
|
csmAi_deleteAction?: Maybe<CsmAiDeleteActionPayload>;
|
|
96601
97032
|
csmAi_deleteCoachingContent?: Maybe<CsmAiDeleteCoachingContentPayload>;
|
|
97033
|
+
csmAi_deleteKnowledgeSource?: Maybe<CsmAiDeleteKnowledgeSourcePayload>;
|
|
96602
97034
|
csmAi_publishAgent?: Maybe<CsmAiAgentVersionPayload>;
|
|
96603
97035
|
csmAi_restoreAgentVersionAsDraft?: Maybe<CsmAiAgentVersionPayload>;
|
|
96604
97036
|
csmAi_restoreFromAgentVersion?: Maybe<CsmAiAgentVersionPayload>;
|
|
@@ -96607,6 +97039,7 @@ export declare type Mutation = {
|
|
|
96607
97039
|
csmAi_updateAgentIdentity?: Maybe<CsmAiUpdateAgentIdentityPayload>;
|
|
96608
97040
|
csmAi_updateCoachingContent?: Maybe<CsmAiUpdateCoachingContentPayload>;
|
|
96609
97041
|
csmAi_updateHandoffConfig?: Maybe<CsmAiUpdateHandoffConfigPayload>;
|
|
97042
|
+
csmAi_updateKnowledgeSource?: Maybe<CsmAiKnowledgeSourcePayload>;
|
|
96610
97043
|
csmAi_updateWidget?: Maybe<CsmAiUpdateWidgetPayload>;
|
|
96611
97044
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
96612
97045
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
@@ -96694,6 +97127,7 @@ export declare type Mutation = {
|
|
|
96694
97127
|
goals_archiveMetric?: Maybe<TownsquareGoalsArchiveMetricPayload>;
|
|
96695
97128
|
goals_clone?: Maybe<TownsquareGoalsClonePayload>;
|
|
96696
97129
|
goals_createAndAddMetricTarget?: Maybe<TownsquareGoalsCreateAddMetricTargetPayload>;
|
|
97130
|
+
goals_createComment?: Maybe<TownsquareGoalsCreateCommentPayload>;
|
|
96697
97131
|
goals_createDecision?: Maybe<TownsquareGoalsCreateDecisionPayload>;
|
|
96698
97132
|
goals_createGoalTypePair?: Maybe<TownsquareCreateGoalTypePairPayload>;
|
|
96699
97133
|
goals_createLearning?: Maybe<TownsquareGoalsCreateLearningPayload>;
|
|
@@ -96707,6 +97141,7 @@ export declare type Mutation = {
|
|
|
96707
97141
|
goals_deleteRisk?: Maybe<TownsquareGoalsDeleteRiskPayload>;
|
|
96708
97142
|
goals_editComment?: Maybe<TownsquareGoalsEditCommentPayload>;
|
|
96709
97143
|
goals_editDecision?: Maybe<TownsquareGoalsEditDecisionPayload>;
|
|
97144
|
+
goals_editGoalTypePair?: Maybe<TownsquareEditGoalTypePairPayload>;
|
|
96710
97145
|
goals_editLearning?: Maybe<TownsquareGoalsEditLearningPayload>;
|
|
96711
97146
|
goals_editMetric?: Maybe<TownsquareGoalsEditMetricPayload>;
|
|
96712
97147
|
goals_editMetricTarget?: Maybe<TownsquareGoalsEditMetricTargetPayload>;
|
|
@@ -96752,7 +97187,6 @@ export declare type Mutation = {
|
|
|
96752
97187
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
96753
97188
|
jira_addFieldsToFieldScheme?: Maybe<JiraAddFieldsToFieldSchemePayload>;
|
|
96754
97189
|
jira_addTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
|
|
96755
|
-
jira_applySuggestionActions?: Maybe<JiraApplySuggestionActionsPayload>;
|
|
96756
97190
|
jira_archiveIssue?: Maybe<JiraIssueArchivePayload>;
|
|
96757
97191
|
jira_archiveIssueAsync?: Maybe<JiraIssueArchiveAsyncPayload>;
|
|
96758
97192
|
jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
|
|
@@ -96776,7 +97210,6 @@ export declare type Mutation = {
|
|
|
96776
97210
|
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
96777
97211
|
jira_discardUserIssueSearchConfig?: Maybe<JiraDiscardUserIssueSearchConfigPayload>;
|
|
96778
97212
|
jira_dismissAiAgentSession?: Maybe<JiraDismissAiAgentSessionPayload>;
|
|
96779
|
-
jira_dismissSuggestions?: Maybe<JiraDismissSuggestionActionsPayload>;
|
|
96780
97213
|
jira_dragAndDropBoardViewIssue?: Maybe<JiraDragAndDropBoardViewIssuePayload>;
|
|
96781
97214
|
jira_editFieldScheme?: Maybe<JiraFieldSchemePayload>;
|
|
96782
97215
|
jira_listSettingMigrationMutation?: Maybe<JiraListSettingMigrationPayload>;
|
|
@@ -96844,11 +97277,16 @@ export declare type Mutation = {
|
|
|
96844
97277
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
96845
97278
|
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
96846
97279
|
jira_updateSchemeFieldPerWorkTypeCustomizations?: Maybe<JiraFieldWorkTypeConfigurationPayload>;
|
|
97280
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
96847
97281
|
jsmChannels_establishConnection: JsmChannelsEstablishConnectionPayload;
|
|
97282
|
+
jsmChannels_executeResolutionPlanAction: JsmChannelsResolutionPlanActionPayload;
|
|
96848
97283
|
jsmChannels_updateExperienceConfiguration: JsmChannelsExperienceConfigurationPayload;
|
|
96849
97284
|
jsmChannels_updateTaskAgentConfiguration: JsmChannelsTaskAgentConfigurationPayload;
|
|
96850
97285
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
96851
97286
|
jsw?: Maybe<JswMutation>;
|
|
97287
|
+
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
97288
|
+
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
97289
|
+
kitsune_suggestSnippets?: Maybe<Array<Maybe<Array<Maybe<KitsuneChunk>>>>>;
|
|
96852
97290
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
96853
97291
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
96854
97292
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
@@ -96862,6 +97300,7 @@ export declare type Mutation = {
|
|
|
96862
97300
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
96863
97301
|
mercury?: Maybe<MercuryMutationApi>;
|
|
96864
97302
|
mercury_funds?: Maybe<MercuryFundsMutationApi>;
|
|
97303
|
+
mercury_insights?: Maybe<MercuryInsightsMutationApi>;
|
|
96865
97304
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
96866
97305
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
96867
97306
|
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
@@ -96899,6 +97338,7 @@ export declare type Mutation = {
|
|
|
96899
97338
|
projects_addTeamContributors?: Maybe<TownsquareProjectsAddTeamContributorsPayload>;
|
|
96900
97339
|
projects_clone?: Maybe<TownsquareProjectsClonePayload>;
|
|
96901
97340
|
projects_create?: Maybe<TownsquareProjectsCreatePayload>;
|
|
97341
|
+
projects_createComment?: Maybe<TownsquareProjectsCreateCommentPayload>;
|
|
96902
97342
|
projects_createDecision?: Maybe<TownsquareProjectsCreateDecisionPayload>;
|
|
96903
97343
|
projects_createLearning?: Maybe<TownsquareProjectsCreateLearningPayload>;
|
|
96904
97344
|
projects_createLink?: Maybe<TownsquareProjectsCreateLinkPayload>;
|
|
@@ -96910,6 +97350,7 @@ export declare type Mutation = {
|
|
|
96910
97350
|
projects_deleteLink?: Maybe<TownsquareProjectsDeleteLinkPayload>;
|
|
96911
97351
|
projects_deleteRisk?: Maybe<TownsquareProjectsDeleteRiskPayload>;
|
|
96912
97352
|
projects_edit?: Maybe<TownsquareProjectsEditPayload>;
|
|
97353
|
+
projects_editComment?: Maybe<TownsquareProjectsEditCommentPayload>;
|
|
96913
97354
|
projects_editDecision?: Maybe<TownsquareProjectsEditDecisionPayload>;
|
|
96914
97355
|
projects_editLearning?: Maybe<TownsquareProjectsEditLearningPayload>;
|
|
96915
97356
|
projects_editLink?: Maybe<TownsquareProjectsEditLinkPayload>;
|
|
@@ -97445,7 +97886,7 @@ export declare type MutationAssetsDm_DissociateObjectTagArgs = {
|
|
|
97445
97886
|
};
|
|
97446
97887
|
export declare type MutationAssetsDm_EditObjectTagArgs = {
|
|
97447
97888
|
cloudId: Scalars['ID']['input'];
|
|
97448
|
-
input: AssetsDmObjectTagEditInput
|
|
97889
|
+
input: Array<AssetsDmObjectTagEditInput>;
|
|
97449
97890
|
workspaceId: Scalars['ID']['input'];
|
|
97450
97891
|
};
|
|
97451
97892
|
export declare type MutationAssetsDm_GenerateAdapterTokenArgs = {
|
|
@@ -97781,6 +98222,10 @@ export declare type MutationConfluence_NbmRetryScanLongTaskArgs = {
|
|
|
97781
98222
|
cloudId: Scalars['ID']['input'];
|
|
97782
98223
|
input: ConfluenceNbmRetryScanLongTaskInput;
|
|
97783
98224
|
};
|
|
98225
|
+
export declare type MutationConfluence_NbmStartPerfScanLongTaskArgs = {
|
|
98226
|
+
cloudId: Scalars['ID']['input'];
|
|
98227
|
+
input: ConfluenceNbmStartPerfScanLongTaskInput;
|
|
98228
|
+
};
|
|
97784
98229
|
export declare type MutationConfluence_NbmStartScanLongTaskArgs = {
|
|
97785
98230
|
cloudId: Scalars['ID']['input'];
|
|
97786
98231
|
input: ConfluenceNbmStartScanLongTaskInput;
|
|
@@ -97862,6 +98307,10 @@ export declare type MutationConfluence_UpdateAnswerArgs = {
|
|
|
97862
98307
|
cloudId: Scalars['ID']['input'];
|
|
97863
98308
|
input: ConfluenceUpdateAnswerInput;
|
|
97864
98309
|
};
|
|
98310
|
+
export declare type MutationConfluence_UpdateBlogPostArgs = {
|
|
98311
|
+
cloudId: Scalars['ID']['input'];
|
|
98312
|
+
input: ConfluenceUpdateBlogPostInput;
|
|
98313
|
+
};
|
|
97865
98314
|
export declare type MutationConfluence_UpdateCalendarCustomEventTypeArgs = {
|
|
97866
98315
|
cloudId: Scalars['ID']['input'];
|
|
97867
98316
|
input: ConfluenceUpdateCalendarEventTypeInput;
|
|
@@ -97920,6 +98369,10 @@ export declare type MutationConfluence_UpdateNcsPdfExportConfigurationArgs = {
|
|
|
97920
98369
|
input: ConfluenceUpdatePdfExportNoCodeStylingConfigInput;
|
|
97921
98370
|
spaceKey: Scalars['String']['input'];
|
|
97922
98371
|
};
|
|
98372
|
+
export declare type MutationConfluence_UpdatePageArgs = {
|
|
98373
|
+
cloudId: Scalars['ID']['input'];
|
|
98374
|
+
input: ConfluenceUpdatePageInput;
|
|
98375
|
+
};
|
|
97923
98376
|
export declare type MutationConfluence_UpdateQuestionArgs = {
|
|
97924
98377
|
cloudId: Scalars['ID']['input'];
|
|
97925
98378
|
input: ConfluenceUpdateQuestionInput;
|
|
@@ -97940,6 +98393,10 @@ export declare type MutationConfluence_UpdateVoteArgs = {
|
|
|
97940
98393
|
cloudId: Scalars['ID']['input'];
|
|
97941
98394
|
input: ConfluenceUpdateVoteInput;
|
|
97942
98395
|
};
|
|
98396
|
+
export declare type MutationConfluence_UpdateWatermarkConfigArgs = {
|
|
98397
|
+
input: ConfluenceUpdateWatermarkConfigInput;
|
|
98398
|
+
resourceAri: Scalars['ID']['input'];
|
|
98399
|
+
};
|
|
97943
98400
|
export declare type MutationConfluence_WatchLabelArgs = {
|
|
97944
98401
|
cloudId: Scalars['ID']['input'];
|
|
97945
98402
|
input: ConfluenceLabelWatchInput;
|
|
@@ -98173,6 +98630,11 @@ export declare type MutationCreateWebTriggerUrlArgs = {
|
|
|
98173
98630
|
forceCreate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
98174
98631
|
input: WebTriggerUrlInput;
|
|
98175
98632
|
};
|
|
98633
|
+
export declare type MutationCsmAi_AddKnowledgeSourceArgs = {
|
|
98634
|
+
csmAiAgentId: Scalars['ID']['input'];
|
|
98635
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98636
|
+
input: CsmAiAddKnowledgeSourceInput;
|
|
98637
|
+
};
|
|
98176
98638
|
export declare type MutationCsmAi_CreateActionArgs = {
|
|
98177
98639
|
csmAiHubId: Scalars['ID']['input'];
|
|
98178
98640
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -98189,6 +98651,11 @@ export declare type MutationCsmAi_CreateCoachingContentArgs = {
|
|
|
98189
98651
|
helpCenterAri: Scalars['ID']['input'];
|
|
98190
98652
|
input: CsmAiCreateCoachingContentInput;
|
|
98191
98653
|
};
|
|
98654
|
+
export declare type MutationCsmAi_CreateEmbedWidgetArgs = {
|
|
98655
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
98656
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98657
|
+
name: Scalars['String']['input'];
|
|
98658
|
+
};
|
|
98192
98659
|
export declare type MutationCsmAi_DeleteActionArgs = {
|
|
98193
98660
|
csmAiActionId: Scalars['ID']['input'];
|
|
98194
98661
|
csmAiHubId: Scalars['ID']['input'];
|
|
@@ -98200,6 +98667,10 @@ export declare type MutationCsmAi_DeleteCoachingContentArgs = {
|
|
|
98200
98667
|
csmAiHubId: Scalars['ID']['input'];
|
|
98201
98668
|
helpCenterAri: Scalars['ID']['input'];
|
|
98202
98669
|
};
|
|
98670
|
+
export declare type MutationCsmAi_DeleteKnowledgeSourceArgs = {
|
|
98671
|
+
csmAiKnowledgeSourceId: Scalars['ID']['input'];
|
|
98672
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98673
|
+
};
|
|
98203
98674
|
export declare type MutationCsmAi_PublishAgentArgs = {
|
|
98204
98675
|
csmAgentId: Scalars['ID']['input'];
|
|
98205
98676
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -98243,6 +98714,12 @@ export declare type MutationCsmAi_UpdateHandoffConfigArgs = {
|
|
|
98243
98714
|
helpCenterAri: Scalars['ID']['input'];
|
|
98244
98715
|
input: CsmAiUpdateHandoffConfigInput;
|
|
98245
98716
|
};
|
|
98717
|
+
export declare type MutationCsmAi_UpdateKnowledgeSourceArgs = {
|
|
98718
|
+
csmAiAgentId: Scalars['ID']['input'];
|
|
98719
|
+
csmAiKnowledgeSourceId: Scalars['ID']['input'];
|
|
98720
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98721
|
+
input: CsmAiUpdateKnowledgeSourceInput;
|
|
98722
|
+
};
|
|
98246
98723
|
export declare type MutationCsmAi_UpdateWidgetArgs = {
|
|
98247
98724
|
helpCenterAri: Scalars['ID']['input'];
|
|
98248
98725
|
input: CsmAiWidgetUpdateInput;
|
|
@@ -98521,6 +98998,9 @@ export declare type MutationGoals_CloneArgs = {
|
|
|
98521
98998
|
export declare type MutationGoals_CreateAndAddMetricTargetArgs = {
|
|
98522
98999
|
input: TownsquareGoalsCreateAddMetricTargetInput;
|
|
98523
99000
|
};
|
|
99001
|
+
export declare type MutationGoals_CreateCommentArgs = {
|
|
99002
|
+
input: TownsquareGoalsCreateCommentInput;
|
|
99003
|
+
};
|
|
98524
99004
|
export declare type MutationGoals_CreateDecisionArgs = {
|
|
98525
99005
|
input: TownsquareGoalsCreateDecisionInput;
|
|
98526
99006
|
};
|
|
@@ -98560,6 +99040,9 @@ export declare type MutationGoals_EditCommentArgs = {
|
|
|
98560
99040
|
export declare type MutationGoals_EditDecisionArgs = {
|
|
98561
99041
|
input: TownsquareGoalsEditDecisionInput;
|
|
98562
99042
|
};
|
|
99043
|
+
export declare type MutationGoals_EditGoalTypePairArgs = {
|
|
99044
|
+
input: TownsquareGoalsEditGoalTypePairInput;
|
|
99045
|
+
};
|
|
98563
99046
|
export declare type MutationGoals_EditLearningArgs = {
|
|
98564
99047
|
input: TownsquareGoalsEditLearningInput;
|
|
98565
99048
|
};
|
|
@@ -98682,9 +99165,6 @@ export declare type MutationJira_AddTimelineIssueLinkArgs = {
|
|
|
98682
99165
|
cloudId: Scalars['ID']['input'];
|
|
98683
99166
|
input: JiraAddTimelineIssueLinkInput;
|
|
98684
99167
|
};
|
|
98685
|
-
export declare type MutationJira_ApplySuggestionActionsArgs = {
|
|
98686
|
-
input: Array<JiraApplySuggestionActionInput>;
|
|
98687
|
-
};
|
|
98688
99168
|
export declare type MutationJira_ArchiveIssueArgs = {
|
|
98689
99169
|
input: JiraIssueArchiveInput;
|
|
98690
99170
|
};
|
|
@@ -98760,9 +99240,6 @@ export declare type MutationJira_DiscardUserIssueSearchConfigArgs = {
|
|
|
98760
99240
|
export declare type MutationJira_DismissAiAgentSessionArgs = {
|
|
98761
99241
|
input?: InputMaybe<JiraDismissAiAgentSessionInput>;
|
|
98762
99242
|
};
|
|
98763
|
-
export declare type MutationJira_DismissSuggestionsArgs = {
|
|
98764
|
-
input: JiraDismissSuggestionsInput;
|
|
98765
|
-
};
|
|
98766
99243
|
export declare type MutationJira_DragAndDropBoardViewIssueArgs = {
|
|
98767
99244
|
input: JiraDragAndDropBoardViewIssueInput;
|
|
98768
99245
|
};
|
|
@@ -98979,10 +99456,20 @@ export declare type MutationJira_UpdateSchemeFieldPerWorkTypeCustomizationsArgs
|
|
|
98979
99456
|
cloudId: Scalars['ID']['input'];
|
|
98980
99457
|
input?: InputMaybe<JiraFieldWorkTypeCustomizationsInput>;
|
|
98981
99458
|
};
|
|
99459
|
+
export declare type MutationJpdViewsService_EchoArgs = {
|
|
99460
|
+
cloudId: Scalars['ID']['input'];
|
|
99461
|
+
message: Scalars['String']['input'];
|
|
99462
|
+
};
|
|
98982
99463
|
export declare type MutationJsmChannels_EstablishConnectionArgs = {
|
|
98983
99464
|
input: JsmChannelsEstablishConnectionInput;
|
|
98984
99465
|
jiraProjectAri: Scalars['ID']['input'];
|
|
98985
99466
|
};
|
|
99467
|
+
export declare type MutationJsmChannels_ExecuteResolutionPlanActionArgs = {
|
|
99468
|
+
action: JsmChannelsResolutionPlanAction;
|
|
99469
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
99470
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
99471
|
+
planId: Scalars['ID']['input'];
|
|
99472
|
+
};
|
|
98986
99473
|
export declare type MutationJsmChannels_UpdateExperienceConfigurationArgs = {
|
|
98987
99474
|
experience: JsmChannelsExperience;
|
|
98988
99475
|
input: JsmChannelsExperienceConfigurationInput;
|
|
@@ -98994,6 +99481,19 @@ export declare type MutationJsmChannels_UpdateTaskAgentConfigurationArgs = {
|
|
|
98994
99481
|
input: JsmChannelsTaskAgentConfigurationInput;
|
|
98995
99482
|
jiraProjectAri: Scalars['ID']['input'];
|
|
98996
99483
|
};
|
|
99484
|
+
export declare type MutationKitsune_CreateFeedbackArgs = {
|
|
99485
|
+
content: Scalars['String']['input'];
|
|
99486
|
+
projectAri: Scalars['ID']['input'];
|
|
99487
|
+
title: Scalars['String']['input'];
|
|
99488
|
+
};
|
|
99489
|
+
export declare type MutationKitsune_RemoveFeedbackArgs = {
|
|
99490
|
+
id: Scalars['ID']['input'];
|
|
99491
|
+
projectAri: Scalars['ID']['input'];
|
|
99492
|
+
};
|
|
99493
|
+
export declare type MutationKitsune_SuggestSnippetsArgs = {
|
|
99494
|
+
projectAri: Scalars['ID']['input'];
|
|
99495
|
+
title: Scalars['String']['input'];
|
|
99496
|
+
};
|
|
98997
99497
|
export declare type MutationKnowledgeBaseArgs = {
|
|
98998
99498
|
cloudId: Scalars['ID']['input'];
|
|
98999
99499
|
};
|
|
@@ -99123,6 +99623,9 @@ export declare type MutationProjects_CloneArgs = {
|
|
|
99123
99623
|
export declare type MutationProjects_CreateArgs = {
|
|
99124
99624
|
input: TownsquareProjectsCreateInput;
|
|
99125
99625
|
};
|
|
99626
|
+
export declare type MutationProjects_CreateCommentArgs = {
|
|
99627
|
+
input: TownsquareProjectsCreateCommentInput;
|
|
99628
|
+
};
|
|
99126
99629
|
export declare type MutationProjects_CreateDecisionArgs = {
|
|
99127
99630
|
input: TownsquareProjectsCreateDecisionInput;
|
|
99128
99631
|
};
|
|
@@ -99156,6 +99659,9 @@ export declare type MutationProjects_DeleteRiskArgs = {
|
|
|
99156
99659
|
export declare type MutationProjects_EditArgs = {
|
|
99157
99660
|
input?: InputMaybe<TownsquareProjectsEditInput>;
|
|
99158
99661
|
};
|
|
99662
|
+
export declare type MutationProjects_EditCommentArgs = {
|
|
99663
|
+
input: TownsquareProjectsEditCommentInput;
|
|
99664
|
+
};
|
|
99159
99665
|
export declare type MutationProjects_EditDecisionArgs = {
|
|
99160
99666
|
input: TownsquareProjectsEditDecisionInput;
|
|
99161
99667
|
};
|
|
@@ -102832,6 +103338,7 @@ export declare type Query = {
|
|
|
102832
103338
|
agentStudio_getWidgetContainersByAgentId?: Maybe<AgentStudioWidgetContainersByAgentIdResult>;
|
|
102833
103339
|
agentStudio_insightsConfiguration?: Maybe<AgentStudioInsightsConfigurationResult>;
|
|
102834
103340
|
agentStudio_jobExecutionHistory: AgentStudioJobExecutionHistory;
|
|
103341
|
+
agentStudio_jobRuns: AgentStudioBatchEvaluationJobRunsConnection;
|
|
102835
103342
|
agentStudio_scenarioById?: Maybe<AgentStudioScenarioResult>;
|
|
102836
103343
|
agentStudio_scenarioListByContainerId?: Maybe<AgentStudioScenariosResult>;
|
|
102837
103344
|
agentStudio_scenariosByIds?: Maybe<Array<Maybe<AgentStudioScenario>>>;
|
|
@@ -102879,6 +103386,7 @@ export declare type Query = {
|
|
|
102879
103386
|
assetsDM_dataSourceConfig?: Maybe<AssetsDmDataSourceConfig>;
|
|
102880
103387
|
assetsDM_dataSourceDetails?: Maybe<AssetsDmDataSourceDetails>;
|
|
102881
103388
|
assetsDM_dataSourceFormFields?: Maybe<AssetsDmDataSourceFormFields>;
|
|
103389
|
+
assetsDM_dataSourceHeaderDetails?: Maybe<AssetsDmDataSourceHeaderDetails>;
|
|
102882
103390
|
assetsDM_dataSourceMapping?: Maybe<Array<AssetsDmDataSourceMapping>>;
|
|
102883
103391
|
assetsDM_dataSourceMerge?: Maybe<AssetsDmDataSourceMergeResponse>;
|
|
102884
103392
|
assetsDM_dataSourceMergeGetByObjectId?: Maybe<AssetsDmDataSourceMergeGetByObjectIdResponse>;
|
|
@@ -102888,6 +103396,7 @@ export declare type Query = {
|
|
|
102888
103396
|
assetsDM_datasourceCleansingRules?: Maybe<AssetsDmDataSourceCleansingRulesResponse>;
|
|
102889
103397
|
assetsDM_getCleansingExecutive?: Maybe<AssetsDmDataSourceCleansingCleansingExecutive>;
|
|
102890
103398
|
assetsDM_getDataSourceForCleansing?: Maybe<AssetsDmGetDataSourceForCleansingResponse>;
|
|
103399
|
+
assetsDM_notifications?: Maybe<AssetsDmNotificationResponse>;
|
|
102891
103400
|
assetsDM_objectClassMetadata?: Maybe<AssetsDmObjectClassMetadata>;
|
|
102892
103401
|
assetsDM_objectClasses?: Maybe<Array<Maybe<AssetsDmObjectClass>>>;
|
|
102893
103402
|
assetsDM_objectDetail?: Maybe<AssetsDmObjectDetail>;
|
|
@@ -103051,6 +103560,7 @@ export declare type Query = {
|
|
|
103051
103560
|
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
103052
103561
|
confluence_usersHavePermission?: Maybe<ConfluenceUsersHavePermissionList>;
|
|
103053
103562
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
103563
|
+
confluence_watermarkConfig?: Maybe<ConfluenceWatermarkConfig>;
|
|
103054
103564
|
confluence_whiteboardTemplates?: Maybe<PaginatedConfluenceWhiteboardTemplateInfoList>;
|
|
103055
103565
|
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
103056
103566
|
contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
|
|
@@ -103191,6 +103701,7 @@ export declare type Query = {
|
|
|
103191
103701
|
ersLifecycle?: Maybe<ErsLifecycleQuery>;
|
|
103192
103702
|
eventCTR?: Maybe<EventCtr>;
|
|
103193
103703
|
eventTimeseriesCTR?: Maybe<EventTimeseriesCtr>;
|
|
103704
|
+
experimentApi_collaboratorsAlreadyInConfluence?: Maybe<Array<Maybe<ExperimentApiCollaborationGraphUser>>>;
|
|
103194
103705
|
experimentFeatures?: Maybe<Scalars['String']['output']>;
|
|
103195
103706
|
extensionByKey?: Maybe<Extension>;
|
|
103196
103707
|
extensionContext?: Maybe<ExtensionContext>;
|
|
@@ -103329,16 +103840,18 @@ export declare type Query = {
|
|
|
103329
103840
|
jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
|
|
103330
103841
|
jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
|
|
103331
103842
|
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
103332
|
-
jira_suggestionsByContext?: Maybe<JiraSuggestionsConnection>;
|
|
103333
103843
|
jira_userSegRedirectAdvice?: Maybe<JiraUserSegRedirectAdvice>;
|
|
103844
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
103334
103845
|
jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
|
|
103335
103846
|
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
103336
103847
|
jsmChannels_getExperienceConfigurationByProjectId: JsmChannelsExperienceConfigurationResult;
|
|
103848
|
+
jsmChannels_getResolutionPlanGraph?: Maybe<JsmChannelsResolutionPlanGraphResult>;
|
|
103337
103849
|
jsmChannels_getServiceAgentResolutionStateByTicketId: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
103338
103850
|
jsmChannels_taskAgents: JsmChannelsTaskAgentsResult;
|
|
103339
103851
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
103340
103852
|
jsw?: Maybe<JswQuery>;
|
|
103341
103853
|
kitsune_hello?: Maybe<Scalars['String']['output']>;
|
|
103854
|
+
kitsune_node?: Maybe<KitsuneNode>;
|
|
103342
103855
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
103343
103856
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
103344
103857
|
knowledgeBase_agentSearch?: Maybe<KnowledgeBaseAgentArticleSearchResponse>;
|
|
@@ -103394,6 +103907,7 @@ export declare type Query = {
|
|
|
103394
103907
|
mercury_funds?: Maybe<MercuryFundsQueryApi>;
|
|
103395
103908
|
mercury_insights?: Maybe<MercuryInsightsQueryApi>;
|
|
103396
103909
|
mercury_jiraAlignProvider?: Maybe<MercuryJiraAlignProviderQueryApi>;
|
|
103910
|
+
mercury_jiraProvider?: Maybe<MercuryJiraProviderQueryApi>;
|
|
103397
103911
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
103398
103912
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
|
|
103399
103913
|
migration: MigrationQuery;
|
|
@@ -103572,6 +104086,7 @@ export declare type Query = {
|
|
|
103572
104086
|
stakeholderComms_getIncidentTemplate?: Maybe<StakeholderCommsIncidentTemplateResponse>;
|
|
103573
104087
|
stakeholderComms_getLicenseUsageLimit?: Maybe<StakeholderCommsLicenseUsage>;
|
|
103574
104088
|
stakeholderComms_getMemberships?: Maybe<Array<Maybe<StakeholderCommsStakeholderGroupMembership>>>;
|
|
104089
|
+
stakeholderComms_getOpsgenieRiskAssessment?: Maybe<StakeholderCommsOpsgenieRiskAssessmentResult>;
|
|
103575
104090
|
stakeholderComms_getPageById?: Maybe<StakeholderCommsPageResponse>;
|
|
103576
104091
|
stakeholderComms_getPageByName?: Maybe<StakeholderCommsPageResponse>;
|
|
103577
104092
|
stakeholderComms_getPageSummaryDetails?: Maybe<StakeholderCommsPageSummaryDetailsResponse>;
|
|
@@ -103587,6 +104102,7 @@ export declare type Query = {
|
|
|
103587
104102
|
stakeholderComms_getStakeholdersByAssignment?: Maybe<StakeholderCommsPaginatedStakeholderResults>;
|
|
103588
104103
|
stakeholderComms_getStakeholdersByAssignmentV2?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
103589
104104
|
stakeholderComms_getStakeholdersbyAri?: Maybe<Array<Maybe<StakeholderCommsSimplifiedStakeholder>>>;
|
|
104105
|
+
stakeholderComms_getTotalSubscribersInCloud?: Maybe<Scalars['Int']['output']>;
|
|
103590
104106
|
stakeholderComms_getUniqueSubdomainForPage?: Maybe<Scalars['String']['output']>;
|
|
103591
104107
|
stakeholderComms_getUploadMediaToken?: Maybe<StakeholderCommsMediaToken>;
|
|
103592
104108
|
stakeholderComms_getWorkspaceAriMappingByCustomDomain?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
@@ -103613,6 +104129,7 @@ export declare type Query = {
|
|
|
103613
104129
|
teamworkGraph_customerSupportMessages?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103614
104130
|
teamworkGraph_getProjectContext?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103615
104131
|
teamworkGraph_projectUpdates?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
104132
|
+
teamworkGraph_teamActiveProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103616
104133
|
teamworkGraph_teamProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103617
104134
|
teamworkGraph_teamUsers?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
103618
104135
|
teamworkGraph_userCommented?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -103966,6 +104483,15 @@ export declare type QueryAgentStudio_JobExecutionHistoryArgs = {
|
|
|
103966
104483
|
productType: AgentStudioProductType;
|
|
103967
104484
|
projectContainerAri: Scalars['ID']['input'];
|
|
103968
104485
|
};
|
|
104486
|
+
export declare type QueryAgentStudio_JobRunsArgs = {
|
|
104487
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
104488
|
+
cloudId: Scalars['String']['input'];
|
|
104489
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
104490
|
+
jobId?: InputMaybe<Scalars['ID']['input']>;
|
|
104491
|
+
productType: AgentStudioProductType;
|
|
104492
|
+
projectContainerAri: Scalars['ID']['input'];
|
|
104493
|
+
status?: InputMaybe<AgentStudioJobRunStatus>;
|
|
104494
|
+
};
|
|
103969
104495
|
export declare type QueryAgentStudio_ScenarioByIdArgs = {
|
|
103970
104496
|
containerId: Scalars['ID']['input'];
|
|
103971
104497
|
id: Scalars['ID']['input'];
|
|
@@ -104071,6 +104597,7 @@ export declare type QueryAppContainerRegistryLoginArgs = {
|
|
|
104071
104597
|
};
|
|
104072
104598
|
export declare type QueryAppContainerServicesArgs = {
|
|
104073
104599
|
appId: Scalars['ID']['input'];
|
|
104600
|
+
contextFilter?: InputMaybe<AppContainerServiceContextFilter>;
|
|
104074
104601
|
environmentKey: Scalars['String']['input'];
|
|
104075
104602
|
serviceNames: Array<Scalars['String']['input']>;
|
|
104076
104603
|
};
|
|
@@ -104194,6 +104721,11 @@ export declare type QueryAssetsDm_DataSourceFormFieldsArgs = {
|
|
|
104194
104721
|
schemaId?: InputMaybe<Scalars['String']['input']>;
|
|
104195
104722
|
workspaceId: Scalars['ID']['input'];
|
|
104196
104723
|
};
|
|
104724
|
+
export declare type QueryAssetsDm_DataSourceHeaderDetailsArgs = {
|
|
104725
|
+
cloudId: Scalars['ID']['input'];
|
|
104726
|
+
jobId: Scalars['ID']['input'];
|
|
104727
|
+
workspaceId: Scalars['ID']['input'];
|
|
104728
|
+
};
|
|
104197
104729
|
export declare type QueryAssetsDm_DataSourceMappingArgs = {
|
|
104198
104730
|
cloudId: Scalars['ID']['input'];
|
|
104199
104731
|
dataSourceId: Scalars['ID']['input'];
|
|
@@ -104243,6 +104775,11 @@ export declare type QueryAssetsDm_GetDataSourceForCleansingArgs = {
|
|
|
104243
104775
|
dataSourceId: Scalars['ID']['input'];
|
|
104244
104776
|
workspaceId: Scalars['ID']['input'];
|
|
104245
104777
|
};
|
|
104778
|
+
export declare type QueryAssetsDm_NotificationsArgs = {
|
|
104779
|
+
cloudId: Scalars['ID']['input'];
|
|
104780
|
+
payload: AssetsDmNotificationPayload;
|
|
104781
|
+
workspaceId: Scalars['ID']['input'];
|
|
104782
|
+
};
|
|
104246
104783
|
export declare type QueryAssetsDm_ObjectClassMetadataArgs = {
|
|
104247
104784
|
cloudId: Scalars['ID']['input'];
|
|
104248
104785
|
objectId: Scalars['ID']['input'];
|
|
@@ -105002,6 +105539,9 @@ export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
|
105002
105539
|
cloudId: Scalars['ID']['input'];
|
|
105003
105540
|
jql: Scalars['String']['input'];
|
|
105004
105541
|
};
|
|
105542
|
+
export declare type QueryConfluence_WatermarkConfigArgs = {
|
|
105543
|
+
resourceAri: Scalars['ID']['input'];
|
|
105544
|
+
};
|
|
105005
105545
|
export declare type QueryConfluence_WhiteboardTemplatesArgs = {
|
|
105006
105546
|
cloudId: Scalars['ID']['input'];
|
|
105007
105547
|
};
|
|
@@ -105666,6 +106206,9 @@ export declare type QueryEventTimeseriesCtrArgs = {
|
|
|
105666
106206
|
startTime: Scalars['String']['input'];
|
|
105667
106207
|
timezone: Scalars['String']['input'];
|
|
105668
106208
|
};
|
|
106209
|
+
export declare type QueryExperimentApi_CollaboratorsAlreadyInConfluenceArgs = {
|
|
106210
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
106211
|
+
};
|
|
105669
106212
|
export declare type QueryExtensionByKeyArgs = {
|
|
105670
106213
|
contextId: Scalars['ID']['input'];
|
|
105671
106214
|
definitionId: Scalars['ID']['input'];
|
|
@@ -106154,13 +106697,14 @@ export declare type QueryJira_ProjectsSidebarMenuArgs = {
|
|
|
106154
106697
|
cloudId: Scalars['ID']['input'];
|
|
106155
106698
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
106156
106699
|
};
|
|
106157
|
-
export declare type QueryJira_SuggestionsByContextArgs = {
|
|
106158
|
-
input: JiraSuggestionsByContextInput;
|
|
106159
|
-
};
|
|
106160
106700
|
export declare type QueryJira_UserSegRedirectAdviceArgs = {
|
|
106161
106701
|
accountId: Scalars['ID']['input'];
|
|
106162
106702
|
cloudId: Scalars['ID']['input'];
|
|
106163
106703
|
};
|
|
106704
|
+
export declare type QueryJpdViewsService_EchoArgs = {
|
|
106705
|
+
cloudId: Scalars['ID']['input'];
|
|
106706
|
+
message: Scalars['String']['input'];
|
|
106707
|
+
};
|
|
106164
106708
|
export declare type QueryJsmChannels_ConversationsByContainerAriArgs = {
|
|
106165
106709
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
106166
106710
|
containerAri: Scalars['ID']['input'];
|
|
@@ -106174,6 +106718,10 @@ export declare type QueryJsmChannels_GetExperienceConfigurationByProjectIdArgs =
|
|
|
106174
106718
|
experience: JsmChannelsExperience;
|
|
106175
106719
|
jiraProjectAri: Scalars['ID']['input'];
|
|
106176
106720
|
};
|
|
106721
|
+
export declare type QueryJsmChannels_GetResolutionPlanGraphArgs = {
|
|
106722
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
106723
|
+
planID: Scalars['ID']['input'];
|
|
106724
|
+
};
|
|
106177
106725
|
export declare type QueryJsmChannels_GetServiceAgentResolutionStateByTicketIdArgs = {
|
|
106178
106726
|
jiraProjectAri: Scalars['ID']['input'];
|
|
106179
106727
|
ticketId: Scalars['ID']['input'];
|
|
@@ -106185,6 +106733,9 @@ export declare type QueryJsmChannels_TaskAgentsArgs = {
|
|
|
106185
106733
|
export declare type QueryKitsune_HelloArgs = {
|
|
106186
106734
|
projectAri: Scalars['ID']['input'];
|
|
106187
106735
|
};
|
|
106736
|
+
export declare type QueryKitsune_NodeArgs = {
|
|
106737
|
+
id: Scalars['ID']['input'];
|
|
106738
|
+
};
|
|
106188
106739
|
export declare type QueryKnowledgeBaseArgs = {
|
|
106189
106740
|
cloudId: Scalars['ID']['input'];
|
|
106190
106741
|
};
|
|
@@ -107028,6 +107579,9 @@ export declare type QueryStakeholderComms_GetLicenseUsageLimitArgs = {
|
|
|
107028
107579
|
export declare type QueryStakeholderComms_GetMembershipsArgs = {
|
|
107029
107580
|
groupId: Scalars['String']['input'];
|
|
107030
107581
|
};
|
|
107582
|
+
export declare type QueryStakeholderComms_GetOpsgenieRiskAssessmentArgs = {
|
|
107583
|
+
changeRequestId: Scalars['ID']['input'];
|
|
107584
|
+
};
|
|
107031
107585
|
export declare type QueryStakeholderComms_GetPageByIdArgs = {
|
|
107032
107586
|
pageId: Scalars['String']['input'];
|
|
107033
107587
|
};
|
|
@@ -107167,6 +107721,11 @@ export declare type QueryTeamworkGraph_ProjectUpdatesArgs = {
|
|
|
107167
107721
|
projectId: Scalars['String']['input'];
|
|
107168
107722
|
startDate: Scalars['DateTime']['input'];
|
|
107169
107723
|
};
|
|
107724
|
+
export declare type QueryTeamworkGraph_TeamActiveProjectsArgs = {
|
|
107725
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
107726
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107727
|
+
teamId: Scalars['ID']['input'];
|
|
107728
|
+
};
|
|
107170
107729
|
export declare type QueryTeamworkGraph_TeamProjectsArgs = {
|
|
107171
107730
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
107172
107731
|
endDate: Scalars['DateTime']['input'];
|
|
@@ -132045,6 +132604,7 @@ export declare type StakeholderCommsOpsgenieRiskAssessmentDetails = {
|
|
|
132045
132604
|
};
|
|
132046
132605
|
export declare type StakeholderCommsOpsgenieRiskAssessmentResult = {
|
|
132047
132606
|
__typename?: 'StakeholderCommsOpsgenieRiskAssessmentResult';
|
|
132607
|
+
id: Scalars['ID']['output'];
|
|
132048
132608
|
loadingStates?: Maybe<Array<StakeholderCommsOpsgenieLoadingState>>;
|
|
132049
132609
|
result?: Maybe<StakeholderCommsOpsgenieRiskAssessmentDetails>;
|
|
132050
132610
|
};
|
|
@@ -132753,6 +133313,7 @@ export declare type Subscription = {
|
|
|
132753
133313
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
132754
133314
|
jira?: Maybe<JiraSubscription>;
|
|
132755
133315
|
jiraProductDiscovery?: Maybe<JpdSubscriptions>;
|
|
133316
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
132756
133317
|
jsmChannels_onServiceAgentResolutionStateByTicketIdUpdate: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
132757
133318
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
132758
133319
|
mercury?: Maybe<MercurySubscriptionApi>;
|
|
@@ -132760,7 +133321,7 @@ export declare type Subscription = {
|
|
|
132760
133321
|
migrationPlanningService: MigrationPlanningServiceSubscription;
|
|
132761
133322
|
sandbox: SandboxSubscription;
|
|
132762
133323
|
signup: SignupSubscriptionApi;
|
|
132763
|
-
|
|
133324
|
+
stakeholderComms_opsgenieRiskAssesmentOnUpdate?: Maybe<StakeholderCommsOpsgenieRiskAssessmentResult>;
|
|
132764
133325
|
testing?: Maybe<TestingSubscription>;
|
|
132765
133326
|
trello: TrelloSubscriptionApi;
|
|
132766
133327
|
};
|
|
@@ -132806,11 +133367,15 @@ export declare type SubscriptionDevai_OnTechnicalPlannerJobUpdatedArgs = {
|
|
|
132806
133367
|
cloudId: Scalars['ID']['input'];
|
|
132807
133368
|
jobId: Scalars['ID']['input'];
|
|
132808
133369
|
};
|
|
133370
|
+
export declare type SubscriptionJpdViewsService_EchoArgs = {
|
|
133371
|
+
cloudId: Scalars['ID']['input'];
|
|
133372
|
+
message: Scalars['String']['input'];
|
|
133373
|
+
};
|
|
132809
133374
|
export declare type SubscriptionJsmChannels_OnServiceAgentResolutionStateByTicketIdUpdateArgs = {
|
|
132810
133375
|
jiraProjectAri: Scalars['ID']['input'];
|
|
132811
133376
|
workItemId: Scalars['ID']['input'];
|
|
132812
133377
|
};
|
|
132813
|
-
export declare type
|
|
133378
|
+
export declare type SubscriptionStakeholderComms_OpsgenieRiskAssesmentOnUpdateArgs = {
|
|
132814
133379
|
changeRequestId: Scalars['ID']['input'];
|
|
132815
133380
|
};
|
|
132816
133381
|
export declare enum SummaryType {
|
|
@@ -133548,6 +134113,7 @@ export declare type TeamQuery = {
|
|
|
133548
134113
|
teamSearch?: Maybe<TeamSearchResultConnection>;
|
|
133549
134114
|
teamSearchV2?: Maybe<TeamSearchResultConnectionV2>;
|
|
133550
134115
|
teamV2?: Maybe<TeamV2>;
|
|
134116
|
+
teamsV2?: Maybe<Array<Maybe<TeamV2>>>;
|
|
133551
134117
|
typeInformation?: Maybe<TeamType>;
|
|
133552
134118
|
typesWithinScope?: Maybe<TeamTypeConnection>;
|
|
133553
134119
|
};
|
|
@@ -133581,6 +134147,10 @@ export declare type TeamQueryTeamV2Args = {
|
|
|
133581
134147
|
id: Scalars['ID']['input'];
|
|
133582
134148
|
siteId: Scalars['String']['input'];
|
|
133583
134149
|
};
|
|
134150
|
+
export declare type TeamQueryTeamsV2Args = {
|
|
134151
|
+
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
134152
|
+
siteId: Scalars['String']['input'];
|
|
134153
|
+
};
|
|
133584
134154
|
export declare type TeamQueryTypeInformationArgs = {
|
|
133585
134155
|
id: Scalars['ID']['input'];
|
|
133586
134156
|
scopeId: Scalars['ID']['input'];
|
|
@@ -134449,6 +135019,7 @@ export declare type TownsquareCreateGoalTypeInputV2 = {
|
|
|
134449
135019
|
containerId: Scalars['ID']['input'];
|
|
134450
135020
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
134451
135021
|
name: Scalars['String']['input'];
|
|
135022
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
134452
135023
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
134453
135024
|
};
|
|
134454
135025
|
export declare type TownsquareCreateGoalTypePairPayload = {
|
|
@@ -134466,6 +135037,7 @@ export declare type TownsquareCreateOrEditSuccessMeasureInput = {
|
|
|
134466
135037
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
134467
135038
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
134468
135039
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
135040
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
134469
135041
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
134470
135042
|
};
|
|
134471
135043
|
export declare type TownsquareCreateRelationshipsInput = {
|
|
@@ -134560,6 +135132,20 @@ export declare type TownsquareEditGoalTypeInput = {
|
|
|
134560
135132
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
134561
135133
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
134562
135134
|
};
|
|
135135
|
+
export declare type TownsquareEditGoalTypeInputV2 = {
|
|
135136
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
135137
|
+
goalTypeId: Scalars['ID']['input'];
|
|
135138
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
135139
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
135140
|
+
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
135141
|
+
};
|
|
135142
|
+
export declare type TownsquareEditGoalTypePairPayload = {
|
|
135143
|
+
__typename?: 'TownsquareEditGoalTypePairPayload';
|
|
135144
|
+
errors?: Maybe<Array<MutationError>>;
|
|
135145
|
+
goalType?: Maybe<TownsquareGoalTypeEdge>;
|
|
135146
|
+
success: Scalars['Boolean']['output'];
|
|
135147
|
+
successMeasureType?: Maybe<TownsquareGoalTypeEdge>;
|
|
135148
|
+
};
|
|
134563
135149
|
export declare type TownsquareEditGoalTypePayload = {
|
|
134564
135150
|
__typename?: 'TownsquareEditGoalTypePayload';
|
|
134565
135151
|
goalType?: Maybe<TownsquareGoalType>;
|
|
@@ -134606,6 +135192,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
134606
135192
|
status?: Maybe<TownsquareStatus>;
|
|
134607
135193
|
subGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
134608
135194
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
135195
|
+
successMeasureSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
134609
135196
|
successMeasures?: Maybe<TownsquareGoalConnection>;
|
|
134610
135197
|
tags?: Maybe<TownsquareTagConnection>;
|
|
134611
135198
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
@@ -134657,11 +135244,18 @@ export declare type TownsquareGoalRisksArgs = {
|
|
|
134657
135244
|
export declare type TownsquareGoalSubGoalSuggestionsArgs = {
|
|
134658
135245
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
134659
135246
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135247
|
+
kind?: InputMaybe<TownsquareGoalTypeKind>;
|
|
134660
135248
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
134661
135249
|
};
|
|
134662
135250
|
export declare type TownsquareGoalSubGoalsArgs = {
|
|
134663
135251
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
134664
135252
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135253
|
+
kind?: InputMaybe<TownsquareGoalTypeKind>;
|
|
135254
|
+
};
|
|
135255
|
+
export declare type TownsquareGoalSuccessMeasureSuggestionsArgs = {
|
|
135256
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135257
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135258
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
134665
135259
|
};
|
|
134666
135260
|
export declare type TownsquareGoalSuccessMeasuresArgs = {
|
|
134667
135261
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -134979,6 +135573,16 @@ export declare type TownsquareGoalsCreateAddMetricTargetPayload = {
|
|
|
134979
135573
|
goal?: Maybe<TownsquareGoal>;
|
|
134980
135574
|
success: Scalars['Boolean']['output'];
|
|
134981
135575
|
};
|
|
135576
|
+
export declare type TownsquareGoalsCreateCommentInput = {
|
|
135577
|
+
commentText: Scalars['String']['input'];
|
|
135578
|
+
entityId: Scalars['ID']['input'];
|
|
135579
|
+
};
|
|
135580
|
+
export declare type TownsquareGoalsCreateCommentPayload = {
|
|
135581
|
+
__typename?: 'TownsquareGoalsCreateCommentPayload';
|
|
135582
|
+
comment?: Maybe<TownsquareComment>;
|
|
135583
|
+
errors?: Maybe<Array<MutationError>>;
|
|
135584
|
+
success: Scalars['Boolean']['output'];
|
|
135585
|
+
};
|
|
134982
135586
|
export declare type TownsquareGoalsCreateDecisionInput = {
|
|
134983
135587
|
description: Scalars['String']['input'];
|
|
134984
135588
|
goalId: Scalars['ID']['input'];
|
|
@@ -135109,6 +135713,10 @@ export declare type TownsquareGoalsEditDecisionPayload = {
|
|
|
135109
135713
|
errors?: Maybe<Array<MutationError>>;
|
|
135110
135714
|
success: Scalars['Boolean']['output'];
|
|
135111
135715
|
};
|
|
135716
|
+
export declare type TownsquareGoalsEditGoalTypePairInput = {
|
|
135717
|
+
goalType: TownsquareEditGoalTypeInputV2;
|
|
135718
|
+
successMeasureType?: InputMaybe<TownsquareCreateOrEditSuccessMeasureInput>;
|
|
135719
|
+
};
|
|
135112
135720
|
export declare type TownsquareGoalsEditLearningInput = {
|
|
135113
135721
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
135114
135722
|
learningId: Scalars['ID']['input'];
|
|
@@ -135899,6 +136507,16 @@ export declare type TownsquareProjectsClonePayload = {
|
|
|
135899
136507
|
project?: Maybe<TownsquareProject>;
|
|
135900
136508
|
success: Scalars['Boolean']['output'];
|
|
135901
136509
|
};
|
|
136510
|
+
export declare type TownsquareProjectsCreateCommentInput = {
|
|
136511
|
+
commentText: Scalars['String']['input'];
|
|
136512
|
+
entityId: Scalars['ID']['input'];
|
|
136513
|
+
};
|
|
136514
|
+
export declare type TownsquareProjectsCreateCommentPayload = {
|
|
136515
|
+
__typename?: 'TownsquareProjectsCreateCommentPayload';
|
|
136516
|
+
comment?: Maybe<TownsquareComment>;
|
|
136517
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136518
|
+
success: Scalars['Boolean']['output'];
|
|
136519
|
+
};
|
|
135902
136520
|
export declare type TownsquareProjectsCreateDecisionInput = {
|
|
135903
136521
|
description: Scalars['String']['input'];
|
|
135904
136522
|
projectId: Scalars['ID']['input'];
|
|
@@ -136027,6 +136645,16 @@ export declare type TownsquareProjectsDeleteRiskPayload = {
|
|
|
136027
136645
|
errors?: Maybe<Array<MutationError>>;
|
|
136028
136646
|
success: Scalars['Boolean']['output'];
|
|
136029
136647
|
};
|
|
136648
|
+
export declare type TownsquareProjectsEditCommentInput = {
|
|
136649
|
+
commentId: Scalars['ID']['input'];
|
|
136650
|
+
commentText: Scalars['String']['input'];
|
|
136651
|
+
};
|
|
136652
|
+
export declare type TownsquareProjectsEditCommentPayload = {
|
|
136653
|
+
__typename?: 'TownsquareProjectsEditCommentPayload';
|
|
136654
|
+
comment?: Maybe<TownsquareComment>;
|
|
136655
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136656
|
+
success: Scalars['Boolean']['output'];
|
|
136657
|
+
};
|
|
136030
136658
|
export declare type TownsquareProjectsEditDecisionInput = {
|
|
136031
136659
|
decisionId: Scalars['ID']['input'];
|
|
136032
136660
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -136851,6 +137479,9 @@ export declare type TrelloAddWorkspaceTagToBoardPayload = Payload & {
|
|
|
136851
137479
|
errors?: Maybe<Array<MutationError>>;
|
|
136852
137480
|
success: Scalars['Boolean']['output'];
|
|
136853
137481
|
};
|
|
137482
|
+
export declare type TrelloAiBoardUserInput = {
|
|
137483
|
+
newYearsResolutionInput?: InputMaybe<TrelloNewYearsResolutionAiBoardInput>;
|
|
137484
|
+
};
|
|
136854
137485
|
export declare type TrelloAiRule = {
|
|
136855
137486
|
__typename?: 'TrelloAiRule';
|
|
136856
137487
|
id: Scalars['ID']['output'];
|
|
@@ -138085,6 +138716,15 @@ export declare type TrelloCreateApplicationPayload = Payload & {
|
|
|
138085
138716
|
errors?: Maybe<Array<MutationError>>;
|
|
138086
138717
|
success: Scalars['Boolean']['output'];
|
|
138087
138718
|
};
|
|
138719
|
+
export declare type TrelloCreateBoardWithAiInput = {
|
|
138720
|
+
userInput: TrelloAiBoardUserInput;
|
|
138721
|
+
};
|
|
138722
|
+
export declare type TrelloCreateBoardWithAiPayload = Payload & {
|
|
138723
|
+
__typename?: 'TrelloCreateBoardWithAiPayload';
|
|
138724
|
+
board?: Maybe<TrelloBoard>;
|
|
138725
|
+
errors?: Maybe<Array<MutationError>>;
|
|
138726
|
+
success: Scalars['Boolean']['output'];
|
|
138727
|
+
};
|
|
138088
138728
|
export declare type TrelloCreateCardAction = TrelloAction & TrelloCardActionData & {
|
|
138089
138729
|
__typename?: 'TrelloCreateCardAction';
|
|
138090
138730
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
@@ -139009,6 +139649,7 @@ export declare type TrelloMutationApi = {
|
|
|
139009
139649
|
archiveCard?: Maybe<TrelloArchiveCardPayload>;
|
|
139010
139650
|
assignCardToPlannerCalendarEvent?: Maybe<TrelloAssignCardToPlannerCalendarEventPayload>;
|
|
139011
139651
|
createApplication?: Maybe<TrelloCreateApplicationPayload>;
|
|
139652
|
+
createBoardWithAi?: Maybe<TrelloCreateBoardWithAiPayload>;
|
|
139012
139653
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
139013
139654
|
createMemberAiRule?: Maybe<TrelloCreateMemberAiRulePayload>;
|
|
139014
139655
|
createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
|
|
@@ -139082,6 +139723,9 @@ export declare type TrelloMutationApiAssignCardToPlannerCalendarEventArgs = {
|
|
|
139082
139723
|
export declare type TrelloMutationApiCreateApplicationArgs = {
|
|
139083
139724
|
input: TrelloCreateApplicationInput;
|
|
139084
139725
|
};
|
|
139726
|
+
export declare type TrelloMutationApiCreateBoardWithAiArgs = {
|
|
139727
|
+
input: TrelloCreateBoardWithAiInput;
|
|
139728
|
+
};
|
|
139085
139729
|
export declare type TrelloMutationApiCreateCardArgs = {
|
|
139086
139730
|
input: TrelloCreateCardInput;
|
|
139087
139731
|
};
|
|
@@ -139242,6 +139886,10 @@ export declare type TrelloMutationErrorExtension = MutationErrorExtension & {
|
|
|
139242
139886
|
id?: Maybe<Scalars['String']['output']>;
|
|
139243
139887
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
139244
139888
|
};
|
|
139889
|
+
export declare type TrelloNewYearsResolutionAiBoardInput = {
|
|
139890
|
+
reason?: InputMaybe<Scalars['String']['input']>;
|
|
139891
|
+
resolution: Scalars['String']['input'];
|
|
139892
|
+
};
|
|
139245
139893
|
export declare type TrelloNotification = TrelloQuickCaptureNotification;
|
|
139246
139894
|
export declare type TrelloNotificationConnection = {
|
|
139247
139895
|
__typename?: 'TrelloNotificationConnection';
|