@forge/cli-shared 8.23.0 → 8.23.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/out/graphql/graphql-types.d.ts +871 -71
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +129 -46
- package/package.json +2 -2
|
@@ -149,10 +149,6 @@ export declare type AiOpsAutomationRuleUserPrompt = {
|
|
|
149
149
|
required?: Maybe<Scalars['Boolean']['output']>;
|
|
150
150
|
variableName?: Maybe<Scalars['String']['output']>;
|
|
151
151
|
};
|
|
152
|
-
export declare type AiOpsCreateInvestigationInput = {
|
|
153
|
-
affectedServiceIds: Array<Scalars['ID']['input']>;
|
|
154
|
-
issueId: Scalars['ID']['input'];
|
|
155
|
-
};
|
|
156
152
|
export declare type AiOpsCreateInvestigationPayload = Payload & {
|
|
157
153
|
__typename?: 'AIOpsCreateInvestigationPayload';
|
|
158
154
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -166,6 +162,7 @@ export declare type AiOpsEntityCount = {
|
|
|
166
162
|
};
|
|
167
163
|
export declare type AiOpsFaultyChange = {
|
|
168
164
|
__typename?: 'AIOpsFaultyChange';
|
|
165
|
+
associations?: Maybe<Array<AiOpsFaultyChange>>;
|
|
169
166
|
attributes?: Maybe<AiOpsFaultyChangeAttributes>;
|
|
170
167
|
changeId?: Maybe<Scalars['String']['output']>;
|
|
171
168
|
relatedWorkItems?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
@@ -180,8 +177,8 @@ export declare type AiOpsFaultyChangeAttributes = {
|
|
|
180
177
|
export declare enum AiOpsFaultyChangeType {
|
|
181
178
|
Commit = "COMMIT",
|
|
182
179
|
Deployment = "DEPLOYMENT",
|
|
183
|
-
|
|
184
|
-
|
|
180
|
+
Ff = "FF",
|
|
181
|
+
Pr = "PR"
|
|
185
182
|
}
|
|
186
183
|
export declare type AiOpsFaultyCommitAttributes = AiOpsFaultyChangeAttributes & {
|
|
187
184
|
__typename?: 'AIOpsFaultyCommitAttributes';
|
|
@@ -1255,7 +1252,7 @@ export declare type AvpAnalyticsPreviewMetricDataInput = {
|
|
|
1255
1252
|
defaultVisualization?: InputMaybe<AvpAnalyticsVisualizationConfigInput>;
|
|
1256
1253
|
metricCloudId: Scalars['ID']['input'];
|
|
1257
1254
|
metricDefinition: AvpAnalyticsMetricDefinitionInput;
|
|
1258
|
-
metricId
|
|
1255
|
+
metricId?: InputMaybe<Scalars['ID']['input']>;
|
|
1259
1256
|
};
|
|
1260
1257
|
export declare type AvpAnalyticsPreviewModelDataInput = {
|
|
1261
1258
|
modelCloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -1809,6 +1806,7 @@ export declare type AvpDashboardFilterInput = {
|
|
|
1809
1806
|
export declare type AvpDashboardIdentityAccess = {
|
|
1810
1807
|
__typename?: 'AVPDashboardIdentityAccess';
|
|
1811
1808
|
dashboardId: Scalars['ID']['output'];
|
|
1809
|
+
groups: Array<AvpDashboardIdentityGroupAccess>;
|
|
1812
1810
|
users: Array<AvpDashboardIdentityUserAccess>;
|
|
1813
1811
|
};
|
|
1814
1812
|
export declare enum AvpDashboardIdentityAccessLevel {
|
|
@@ -1816,10 +1814,17 @@ export declare enum AvpDashboardIdentityAccessLevel {
|
|
|
1816
1814
|
Read = "READ",
|
|
1817
1815
|
Write = "WRITE"
|
|
1818
1816
|
}
|
|
1817
|
+
export declare type AvpDashboardIdentityGroupAccess = {
|
|
1818
|
+
__typename?: 'AVPDashboardIdentityGroupAccess';
|
|
1819
|
+
accessLevel: AvpDashboardIdentityAccessLevel;
|
|
1820
|
+
group?: Maybe<IdentityGroup>;
|
|
1821
|
+
principalId: Scalars['ID']['output'];
|
|
1822
|
+
};
|
|
1819
1823
|
export declare type AvpDashboardIdentityUserAccess = {
|
|
1820
1824
|
__typename?: 'AVPDashboardIdentityUserAccess';
|
|
1821
1825
|
accessLevel: AvpDashboardIdentityAccessLevel;
|
|
1822
1826
|
principalId: Scalars['ID']['output'];
|
|
1827
|
+
user?: Maybe<User>;
|
|
1823
1828
|
};
|
|
1824
1829
|
export declare type AvpDashboardInput = {
|
|
1825
1830
|
category?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1830,8 +1835,16 @@ export declare type AvpDashboardInput = {
|
|
|
1830
1835
|
export declare enum AvpDashboardPermissionType {
|
|
1831
1836
|
Closed = "CLOSED",
|
|
1832
1837
|
Manage = "MANAGE",
|
|
1833
|
-
Read = "READ"
|
|
1838
|
+
Read = "READ",
|
|
1839
|
+
Write = "WRITE"
|
|
1834
1840
|
}
|
|
1841
|
+
export declare type AvpDashboardResourcePermission = {
|
|
1842
|
+
__typename?: 'AVPDashboardResourcePermission';
|
|
1843
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
1844
|
+
dashboardId: Scalars['ID']['output'];
|
|
1845
|
+
integrationId?: Maybe<Scalars['String']['output']>;
|
|
1846
|
+
permissionType?: Maybe<AvpDashboardPermissionType>;
|
|
1847
|
+
};
|
|
1835
1848
|
export declare type AvpDashboardSettings = {
|
|
1836
1849
|
__typename?: 'AVPDashboardSettings';
|
|
1837
1850
|
allowTzOverride?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2031,6 +2044,15 @@ export declare type AvpGetDashboardIdBySlugPayload = {
|
|
|
2031
2044
|
__typename?: 'AVPGetDashboardIdBySlugPayload';
|
|
2032
2045
|
id?: Maybe<Scalars['ID']['output']>;
|
|
2033
2046
|
};
|
|
2047
|
+
export declare type AvpGetDashboardIdentityAccessInput = {
|
|
2048
|
+
dashboardAri: Scalars['ID']['input'];
|
|
2049
|
+
directAccess?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2050
|
+
includeGroups?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2051
|
+
permissions?: InputMaybe<Array<AvpDashboardIdentityAccessLevel>>;
|
|
2052
|
+
};
|
|
2053
|
+
export declare type AvpGetDashboardResourcePermissionInput = {
|
|
2054
|
+
dashboardAri: Scalars['ID']['input'];
|
|
2055
|
+
};
|
|
2034
2056
|
export declare type AvpGetDashboardTemplatesInput = {
|
|
2035
2057
|
cloudId: Scalars['ID']['input'];
|
|
2036
2058
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5526,6 +5548,7 @@ export declare type AgentStudioAssistantMessage = {
|
|
|
5526
5548
|
author?: Maybe<AgentStudioMessageAuthor>;
|
|
5527
5549
|
content?: Maybe<AgentStudioMessageContent>;
|
|
5528
5550
|
contentMimeType?: Maybe<Scalars['String']['output']>;
|
|
5551
|
+
feedbackValue?: Maybe<AgentStudioFeedbackValue>;
|
|
5529
5552
|
id?: Maybe<Scalars['ID']['output']>;
|
|
5530
5553
|
role?: Maybe<Scalars['String']['output']>;
|
|
5531
5554
|
sources?: Maybe<Array<Maybe<AgentStudioMessageSource>>>;
|
|
@@ -5986,6 +6009,10 @@ export declare type AgentStudioExecutionTierConfig = {
|
|
|
5986
6009
|
models?: Maybe<Array<AgentStudioAvailableModelConfig>>;
|
|
5987
6010
|
supportsModelSelection?: Maybe<Scalars['Boolean']['output']>;
|
|
5988
6011
|
};
|
|
6012
|
+
export declare enum AgentStudioFeedbackValue {
|
|
6013
|
+
Dislike = "DISLIKE",
|
|
6014
|
+
Like = "LIKE"
|
|
6015
|
+
}
|
|
5989
6016
|
export declare enum AgentStudioFirstPartyAccessStatus {
|
|
5990
6017
|
HasAccess = "HAS_ACCESS",
|
|
5991
6018
|
NoAccess = "NO_ACCESS",
|
|
@@ -6984,9 +7011,9 @@ export declare type AgentWorkspaceAssignAgentToGapInput = {
|
|
|
6984
7011
|
assignedAgentId: Scalars['ID']['input'];
|
|
6985
7012
|
endTime: Scalars['DateTime']['input'];
|
|
6986
7013
|
gapOwnerAgentId: Scalars['ID']['input'];
|
|
7014
|
+
occurrenceStartTime: Scalars['DateTime']['input'];
|
|
6987
7015
|
projectARI: Scalars['ID']['input'];
|
|
6988
7016
|
scheduleId: Scalars['ID']['input'];
|
|
6989
|
-
shiftSegmentId: Scalars['ID']['input'];
|
|
6990
7017
|
startTime: Scalars['DateTime']['input'];
|
|
6991
7018
|
};
|
|
6992
7019
|
export declare type AgentWorkspaceAssignAgentToGapPayload = {
|
|
@@ -7168,31 +7195,32 @@ export declare type AgentWorkspaceCapacitySummary = {
|
|
|
7168
7195
|
totalAssignedWorkItems: Scalars['Int']['output'];
|
|
7169
7196
|
totalCapacity: Scalars['Int']['output'];
|
|
7170
7197
|
totalUnassignedWorkItems: Scalars['Int']['output'];
|
|
7198
|
+
totalUtilizationPercent: Scalars['Float']['output'];
|
|
7171
7199
|
};
|
|
7172
7200
|
export declare type AgentWorkspaceCoverShiftEditBoundsInput = {
|
|
7173
7201
|
agentId: Scalars['ID']['input'];
|
|
7202
|
+
coveringShiftId: Scalars['ID']['input'];
|
|
7174
7203
|
projectARI: Scalars['ID']['input'];
|
|
7175
7204
|
scheduleId: Scalars['ID']['input'];
|
|
7176
|
-
shiftSegmentId: Scalars['ID']['input'];
|
|
7177
7205
|
};
|
|
7178
7206
|
export declare type AgentWorkspaceCoverageGap = {
|
|
7179
7207
|
__typename?: 'AgentWorkspaceCoverageGap';
|
|
7180
7208
|
agentId: Scalars['ID']['output'];
|
|
7181
7209
|
durationMinutes: Scalars['Int']['output'];
|
|
7182
7210
|
endTime: Scalars['DateTime']['output'];
|
|
7211
|
+
occurrenceStartTime: Scalars['DateTime']['output'];
|
|
7183
7212
|
scheduleId: Scalars['ID']['output'];
|
|
7184
7213
|
scheduleName: Scalars['String']['output'];
|
|
7185
|
-
shiftSegmentId: Scalars['ID']['output'];
|
|
7186
7214
|
startTime: Scalars['DateTime']['output'];
|
|
7187
7215
|
};
|
|
7188
7216
|
export declare type AgentWorkspaceCoveringShift = {
|
|
7189
7217
|
__typename?: 'AgentWorkspaceCoveringShift';
|
|
7190
7218
|
coveringAgentId: Scalars['ID']['output'];
|
|
7219
|
+
coveringShiftId: Scalars['ID']['output'];
|
|
7191
7220
|
durationMinutes: Scalars['Int']['output'];
|
|
7192
7221
|
endTime: Scalars['DateTime']['output'];
|
|
7193
7222
|
scheduleId: Scalars['ID']['output'];
|
|
7194
7223
|
scheduleName: Scalars['String']['output'];
|
|
7195
|
-
shiftSegmentId: Scalars['ID']['output'];
|
|
7196
7224
|
startTime: Scalars['DateTime']['output'];
|
|
7197
7225
|
};
|
|
7198
7226
|
export declare type AgentWorkspaceCreateAndLinkTeamsInput = {
|
|
@@ -7262,9 +7290,9 @@ export declare type AgentWorkspaceDefaultCapacity = {
|
|
|
7262
7290
|
};
|
|
7263
7291
|
export declare type AgentWorkspaceDeleteCoverShiftInput = {
|
|
7264
7292
|
agentId: Scalars['ID']['input'];
|
|
7293
|
+
coveringShiftId: Scalars['ID']['input'];
|
|
7265
7294
|
projectARI: Scalars['ID']['input'];
|
|
7266
7295
|
scheduleId: Scalars['ID']['input'];
|
|
7267
|
-
shiftSegmentId: Scalars['ID']['input'];
|
|
7268
7296
|
};
|
|
7269
7297
|
export declare type AgentWorkspaceDeleteCoverShiftPayload = {
|
|
7270
7298
|
__typename?: 'AgentWorkspaceDeleteCoverShiftPayload';
|
|
@@ -7306,12 +7334,16 @@ export declare type AgentWorkspaceDraftedRoutingTableEntry = {
|
|
|
7306
7334
|
description?: Maybe<Scalars['String']['output']>;
|
|
7307
7335
|
serviceId: Scalars['ID']['output'];
|
|
7308
7336
|
serviceName: Scalars['String']['output'];
|
|
7337
|
+
skills: Array<Scalars['String']['output']>;
|
|
7338
|
+
team?: Maybe<TeamV2>;
|
|
7309
7339
|
teamAri?: Maybe<Scalars['ID']['output']>;
|
|
7340
|
+
version: Scalars['Int']['output'];
|
|
7310
7341
|
};
|
|
7311
7342
|
export declare type AgentWorkspaceDraftedRoutingTableEntryPatch = {
|
|
7312
7343
|
confidence?: InputMaybe<Scalars['Float']['input']>;
|
|
7313
7344
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
7314
7345
|
serviceName?: InputMaybe<Scalars['String']['input']>;
|
|
7346
|
+
skills?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
7315
7347
|
source?: InputMaybe<AgentWorkspaceDraftedRoutingTableEntrySource>;
|
|
7316
7348
|
teamAri?: InputMaybe<Scalars['ID']['input']>;
|
|
7317
7349
|
};
|
|
@@ -7325,12 +7357,12 @@ export declare type AgentWorkspaceDraftedRoutingTableStatus = {
|
|
|
7325
7357
|
};
|
|
7326
7358
|
export declare type AgentWorkspaceEditCoverShiftInput = {
|
|
7327
7359
|
agentId: Scalars['ID']['input'];
|
|
7360
|
+
coveringShiftId: Scalars['ID']['input'];
|
|
7328
7361
|
newAgentId?: InputMaybe<Scalars['ID']['input']>;
|
|
7329
7362
|
newEndTime: Scalars['DateTime']['input'];
|
|
7330
7363
|
newStartTime: Scalars['DateTime']['input'];
|
|
7331
7364
|
projectARI: Scalars['ID']['input'];
|
|
7332
7365
|
scheduleId: Scalars['ID']['input'];
|
|
7333
|
-
shiftSegmentId: Scalars['ID']['input'];
|
|
7334
7366
|
};
|
|
7335
7367
|
export declare type AgentWorkspaceEditCoverShiftPayload = {
|
|
7336
7368
|
__typename?: 'AgentWorkspaceEditCoverShiftPayload';
|
|
@@ -7383,7 +7415,11 @@ export declare type AgentWorkspaceGroupTooLarge = {
|
|
|
7383
7415
|
export declare type AgentWorkspaceIssueRebalancingRecommendation = {
|
|
7384
7416
|
__typename?: 'AgentWorkspaceIssueRebalancingRecommendation';
|
|
7385
7417
|
issueARI: Scalars['ID']['output'];
|
|
7418
|
+
projectedReceiverUtilization: Scalars['Float']['output'];
|
|
7419
|
+
projectedSourceUtilization: Scalars['Float']['output'];
|
|
7386
7420
|
recommendations: Array<AgentWorkspaceRebalancingRecommendation>;
|
|
7421
|
+
sourceAgentId: Scalars['ID']['output'];
|
|
7422
|
+
toAgentId: Scalars['ID']['output'];
|
|
7387
7423
|
};
|
|
7388
7424
|
export declare type AgentWorkspaceIssueRoutingHistory = {
|
|
7389
7425
|
__typename?: 'AgentWorkspaceIssueRoutingHistory';
|
|
@@ -7433,7 +7469,6 @@ export declare type AgentWorkspaceRecommendedAgentsForCoverageGapInput = {
|
|
|
7433
7469
|
gapOwnerAgentId: Scalars['ID']['input'];
|
|
7434
7470
|
projectARI: Scalars['ID']['input'];
|
|
7435
7471
|
scheduleId: Scalars['ID']['input'];
|
|
7436
|
-
shiftSegmentId: Scalars['ID']['input'];
|
|
7437
7472
|
};
|
|
7438
7473
|
export declare type AgentWorkspaceRecommendedAgentsForCoverageGapPayload = {
|
|
7439
7474
|
__typename?: 'AgentWorkspaceRecommendedAgentsForCoverageGapPayload';
|
|
@@ -7523,6 +7558,7 @@ export declare type AgentWorkspaceRoutingTableEntry = {
|
|
|
7523
7558
|
id: Scalars['ID']['output'];
|
|
7524
7559
|
serviceFieldValue: Scalars['String']['output'];
|
|
7525
7560
|
serviceName: Scalars['String']['output'];
|
|
7561
|
+
team?: Maybe<TeamV2>;
|
|
7526
7562
|
teamAri: Scalars['ID']['output'];
|
|
7527
7563
|
};
|
|
7528
7564
|
export declare type AgentWorkspaceRoutingTableGeneration = {
|
|
@@ -7624,6 +7660,10 @@ export declare type AgentWorkspaceSchedulesPageInfo = {
|
|
|
7624
7660
|
hasPreviousPage: Scalars['Boolean']['output'];
|
|
7625
7661
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
7626
7662
|
};
|
|
7663
|
+
export declare type AgentWorkspaceSelectedRowVersion = {
|
|
7664
|
+
expectedVersion: Scalars['Int']['input'];
|
|
7665
|
+
serviceId: Scalars['ID']['input'];
|
|
7666
|
+
};
|
|
7627
7667
|
export declare type AgentWorkspaceService = {
|
|
7628
7668
|
__typename?: 'AgentWorkspaceService';
|
|
7629
7669
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -7732,7 +7772,6 @@ export declare type AgentWorkspaceShiftEditBoundsInput = {
|
|
|
7732
7772
|
occurrenceStartTime: Scalars['DateTime']['input'];
|
|
7733
7773
|
projectARI: Scalars['ID']['input'];
|
|
7734
7774
|
scheduleId: Scalars['ID']['input'];
|
|
7735
|
-
shiftStartTime: Scalars['DateTime']['input'];
|
|
7736
7775
|
};
|
|
7737
7776
|
export declare type AgentWorkspaceShiftsAppliedFilters = {
|
|
7738
7777
|
__typename?: 'AgentWorkspaceShiftsAppliedFilters';
|
|
@@ -7796,6 +7835,7 @@ export declare type AgentWorkspaceSkillServicesArgs = {
|
|
|
7796
7835
|
};
|
|
7797
7836
|
export declare type AgentWorkspaceSkillAgentAssignment = {
|
|
7798
7837
|
__typename?: 'AgentWorkspaceSkillAgentAssignment';
|
|
7838
|
+
agent: AgentWorkspaceUser;
|
|
7799
7839
|
skill: AgentWorkspaceSkill;
|
|
7800
7840
|
userAri: Scalars['ID']['output'];
|
|
7801
7841
|
};
|
|
@@ -7864,6 +7904,12 @@ export declare type AgentWorkspaceSkillEdge = {
|
|
|
7864
7904
|
cursor: Scalars['String']['output'];
|
|
7865
7905
|
node: AgentWorkspaceSkill;
|
|
7866
7906
|
};
|
|
7907
|
+
export declare type AgentWorkspaceSkillMappingCreateInput = {
|
|
7908
|
+
category?: InputMaybe<AgentWorkspaceSkillCategoryCreateInput>;
|
|
7909
|
+
categoryId?: InputMaybe<Scalars['ID']['input']>;
|
|
7910
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
7911
|
+
name: Scalars['String']['input'];
|
|
7912
|
+
};
|
|
7867
7913
|
export declare type AgentWorkspaceSkillServiceMapping = {
|
|
7868
7914
|
__typename?: 'AgentWorkspaceSkillServiceMapping';
|
|
7869
7915
|
serviceId: Scalars['ID']['output'];
|
|
@@ -7905,8 +7951,9 @@ export declare type AgentWorkspaceStartGenerateRoutingTableInput = {
|
|
|
7905
7951
|
days?: InputMaybe<Scalars['Int']['input']>;
|
|
7906
7952
|
maxIssues?: InputMaybe<Scalars['Int']['input']>;
|
|
7907
7953
|
projectKey: Scalars['String']['input'];
|
|
7908
|
-
|
|
7954
|
+
selectedRows?: InputMaybe<Array<AgentWorkspaceSelectedRowVersion>>;
|
|
7909
7955
|
serviceFieldId: Scalars['String']['input'];
|
|
7956
|
+
serviceFieldType: Scalars['String']['input'];
|
|
7910
7957
|
};
|
|
7911
7958
|
export declare type AgentWorkspaceStartGenerateRoutingTablePayload = {
|
|
7912
7959
|
__typename?: 'AgentWorkspaceStartGenerateRoutingTablePayload';
|
|
@@ -7915,6 +7962,7 @@ export declare type AgentWorkspaceStartGenerateRoutingTablePayload = {
|
|
|
7915
7962
|
};
|
|
7916
7963
|
export declare type AgentWorkspaceSubmitDraftedRoutingTableInput = {
|
|
7917
7964
|
cloudId: Scalars['ID']['input'];
|
|
7965
|
+
expectedSetupVersion: Scalars['Int']['input'];
|
|
7918
7966
|
fieldId: Scalars['String']['input'];
|
|
7919
7967
|
projectKey: Scalars['String']['input'];
|
|
7920
7968
|
};
|
|
@@ -8077,6 +8125,22 @@ export declare type AgentWorkspaceUpdateSchedulePayload = {
|
|
|
8077
8125
|
schedule?: Maybe<AgentWorkspaceSchedule>;
|
|
8078
8126
|
success: Scalars['Boolean']['output'];
|
|
8079
8127
|
};
|
|
8128
|
+
export declare type AgentWorkspaceUpdateSkillMappingsInProjectInput = {
|
|
8129
|
+
assignAccountIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
8130
|
+
cloudId: Scalars['ID']['input'];
|
|
8131
|
+
mapServiceIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
8132
|
+
projectId: Scalars['ID']['input'];
|
|
8133
|
+
skill?: InputMaybe<AgentWorkspaceSkillMappingCreateInput>;
|
|
8134
|
+
skillId?: InputMaybe<Scalars['ID']['input']>;
|
|
8135
|
+
unassignAccountIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
8136
|
+
unmapServiceIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
8137
|
+
};
|
|
8138
|
+
export declare type AgentWorkspaceUpdateSkillMappingsInProjectPayload = {
|
|
8139
|
+
__typename?: 'AgentWorkspaceUpdateSkillMappingsInProjectPayload';
|
|
8140
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8141
|
+
skill?: Maybe<AgentWorkspaceSkill>;
|
|
8142
|
+
success: Scalars['Boolean']['output'];
|
|
8143
|
+
};
|
|
8080
8144
|
export declare type AgentWorkspaceUpdateSmartRoutingConfigInput = {
|
|
8081
8145
|
enabled: Scalars['Boolean']['input'];
|
|
8082
8146
|
projectAri: Scalars['ID']['input'];
|
|
@@ -8088,6 +8152,7 @@ export declare type AgentWorkspaceUpdateSmartRoutingConfigPayload = {
|
|
|
8088
8152
|
};
|
|
8089
8153
|
export declare type AgentWorkspaceUpsertDraftedRoutingTableEntryInput = {
|
|
8090
8154
|
cloudId: Scalars['ID']['input'];
|
|
8155
|
+
expectedVersion: Scalars['Int']['input'];
|
|
8091
8156
|
included?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8092
8157
|
projectKey: Scalars['String']['input'];
|
|
8093
8158
|
row?: InputMaybe<AgentWorkspaceDraftedRoutingTableEntryPatch>;
|
|
@@ -8156,7 +8221,29 @@ export declare type AiCoreApiRsaEmployeeResult = {
|
|
|
8156
8221
|
__typename?: 'AiCoreApiRsaEmployeeResult';
|
|
8157
8222
|
contributors: Array<AiCoreApiRsaEmployeeContributor>;
|
|
8158
8223
|
};
|
|
8224
|
+
export declare type AiCoreApiRsaEmployeeTickets = {
|
|
8225
|
+
__typename?: 'AiCoreApiRsaEmployeeTickets';
|
|
8226
|
+
accountId: Scalars['ID']['output'];
|
|
8227
|
+
delegationCount: Scalars['Int']['output'];
|
|
8228
|
+
truncated: Scalars['Boolean']['output'];
|
|
8229
|
+
workItemIds: Array<Scalars['ID']['output']>;
|
|
8230
|
+
};
|
|
8231
|
+
export declare type AiCoreApiRsaEmployeeTicketsPayload = {
|
|
8232
|
+
__typename?: 'AiCoreApiRsaEmployeeTicketsPayload';
|
|
8233
|
+
completedAt?: Maybe<Scalars['String']['output']>;
|
|
8234
|
+
employees?: Maybe<Array<AiCoreApiRsaEmployeeTickets>>;
|
|
8235
|
+
errorCode?: Maybe<Scalars['String']['output']>;
|
|
8236
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
8237
|
+
status: AiCoreApiRsaJobStatus;
|
|
8238
|
+
};
|
|
8239
|
+
export declare type AiCoreApiRsaEmployeeTicketsResult = AiCoreApiRsaEmployeeTicketsPayload | QueryError;
|
|
8159
8240
|
export declare type AiCoreApiRsaFetchReportResult = AiCoreApiRsaReportPayload | QueryError;
|
|
8241
|
+
export declare type AiCoreApiRsaFunnelMetricsPayload = {
|
|
8242
|
+
__typename?: 'AiCoreApiRsaFunnelMetricsPayload';
|
|
8243
|
+
ticketsAssignedToRovo: Scalars['Int']['output'];
|
|
8244
|
+
ticketsWithResolutionPlan: Scalars['Int']['output'];
|
|
8245
|
+
};
|
|
8246
|
+
export declare type AiCoreApiRsaFunnelMetricsResult = AiCoreApiRsaFunnelMetricsPayload | QueryError;
|
|
8160
8247
|
export declare type AiCoreApiRsaFunnelResult = {
|
|
8161
8248
|
__typename?: 'AiCoreApiRsaFunnelResult';
|
|
8162
8249
|
autonomouslyResolved: Scalars['Int']['output'];
|
|
@@ -8205,6 +8292,7 @@ export declare type AiCoreApiRsaRequestTypeEntry = {
|
|
|
8205
8292
|
__typename?: 'AiCoreApiRsaRequestTypeEntry';
|
|
8206
8293
|
assisted: Scalars['Int']['output'];
|
|
8207
8294
|
fullyResolved: Scalars['Int']['output'];
|
|
8295
|
+
requestTypeId: Scalars['String']['output'];
|
|
8208
8296
|
requestTypeName: Scalars['String']['output'];
|
|
8209
8297
|
totalClosed: Scalars['Int']['output'];
|
|
8210
8298
|
};
|
|
@@ -8250,7 +8338,6 @@ export declare type AiCoreApiVsaUnassistedConversationStatsWithMetaData = {
|
|
|
8250
8338
|
};
|
|
8251
8339
|
export declare type AiManagedObject = {
|
|
8252
8340
|
__typename?: 'AiManagedObject';
|
|
8253
|
-
ari: Scalars['String']['output'];
|
|
8254
8341
|
config?: Maybe<AiManagedObjectConfig>;
|
|
8255
8342
|
createdAt: Scalars['Long']['output'];
|
|
8256
8343
|
createdBy: Scalars['String']['output'];
|
|
@@ -8269,12 +8356,12 @@ export declare type AiManagedObject = {
|
|
|
8269
8356
|
export declare type AiManagedObjectConfig = {
|
|
8270
8357
|
__typename?: 'AiManagedObjectConfig';
|
|
8271
8358
|
agentId?: Maybe<Scalars['String']['output']>;
|
|
8272
|
-
aiManagedObjectAri: Scalars['String']['output'];
|
|
8273
8359
|
aiManagedObjectId: Scalars['ID']['output'];
|
|
8274
8360
|
createdAt: Scalars['Long']['output'];
|
|
8275
8361
|
createdBy: Scalars['String']['output'];
|
|
8276
8362
|
desiredUpdateInterval?: Maybe<Scalars['String']['output']>;
|
|
8277
8363
|
goal?: Maybe<Scalars['String']['output']>;
|
|
8364
|
+
goalOperations?: Maybe<Scalars['JSON']['output']>;
|
|
8278
8365
|
id: Scalars['ID']['output'];
|
|
8279
8366
|
prompt: Scalars['String']['output'];
|
|
8280
8367
|
sources?: Maybe<Array<AiManagedObjectSource>>;
|
|
@@ -8284,6 +8371,7 @@ export declare type AiManagedObjectConfigCreateInput = {
|
|
|
8284
8371
|
agentId?: InputMaybe<Scalars['String']['input']>;
|
|
8285
8372
|
desiredUpdateInterval?: InputMaybe<Scalars['String']['input']>;
|
|
8286
8373
|
goal?: InputMaybe<Scalars['String']['input']>;
|
|
8374
|
+
goalOperations?: InputMaybe<Scalars['JSON']['input']>;
|
|
8287
8375
|
prompt: Scalars['String']['input'];
|
|
8288
8376
|
sources?: InputMaybe<Array<AiManagedObjectSourceInput>>;
|
|
8289
8377
|
};
|
|
@@ -9320,6 +9408,7 @@ export declare type AppPermission = {
|
|
|
9320
9408
|
icId?: Maybe<Scalars['String']['output']>;
|
|
9321
9409
|
scopes: Array<AppHostServiceScope>;
|
|
9322
9410
|
securityPolicies?: Maybe<Array<AppSecurityPoliciesPermission>>;
|
|
9411
|
+
supportsConfigurableEgress?: Maybe<Scalars['Boolean']['output']>;
|
|
9323
9412
|
};
|
|
9324
9413
|
export declare type AppPrincipal = {
|
|
9325
9414
|
__typename?: 'AppPrincipal';
|
|
@@ -10672,6 +10761,7 @@ export declare type AssetsDmDataSource = {
|
|
|
10672
10761
|
dataSourceType?: Maybe<AssetsDmJobDetailsDataSourceType>;
|
|
10673
10762
|
dataSourceTypeId?: Maybe<Scalars['Int']['output']>;
|
|
10674
10763
|
isJobExecutionFailed?: Maybe<Scalars['Boolean']['output']>;
|
|
10764
|
+
isScheduled?: Maybe<Scalars['Boolean']['output']>;
|
|
10675
10765
|
jobId?: Maybe<Scalars['String']['output']>;
|
|
10676
10766
|
lastExecutionDate?: Maybe<Scalars['String']['output']>;
|
|
10677
10767
|
lastExecutionName?: Maybe<Scalars['String']['output']>;
|
|
@@ -10948,6 +11038,7 @@ export declare type AssetsDmDataSourceDetailResponse = {
|
|
|
10948
11038
|
};
|
|
10949
11039
|
export declare type AssetsDmDataSourceDetails = {
|
|
10950
11040
|
__typename?: 'AssetsDMDataSourceDetails';
|
|
11041
|
+
canBeScheduled?: Maybe<Scalars['Boolean']['output']>;
|
|
10951
11042
|
dataSourceId?: Maybe<Scalars['ID']['output']>;
|
|
10952
11043
|
dataSourceTypeId: Scalars['Int']['output'];
|
|
10953
11044
|
isCloudFetchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -10955,6 +11046,7 @@ export declare type AssetsDmDataSourceDetails = {
|
|
|
10955
11046
|
jobId?: Maybe<Scalars['ID']['output']>;
|
|
10956
11047
|
name: Scalars['String']['output'];
|
|
10957
11048
|
objectClassName: Scalars['String']['output'];
|
|
11049
|
+
schedule?: Maybe<AssetsDmDataSourceSchedule>;
|
|
10958
11050
|
steps: AssetsDmDataSourceSteps;
|
|
10959
11051
|
};
|
|
10960
11052
|
export declare type AssetsDmDataSourceFormFields = {
|
|
@@ -11154,6 +11246,13 @@ export declare type AssetsDmDataSourceRunTransformResponse = {
|
|
|
11154
11246
|
isSuccessful: Scalars['Boolean']['output'];
|
|
11155
11247
|
message?: Maybe<Scalars['String']['output']>;
|
|
11156
11248
|
};
|
|
11249
|
+
export declare type AssetsDmDataSourceSchedule = {
|
|
11250
|
+
__typename?: 'AssetsDMDataSourceSchedule';
|
|
11251
|
+
frequency?: Maybe<Scalars['Int']['output']>;
|
|
11252
|
+
scheduledImportId?: Maybe<Scalars['ID']['output']>;
|
|
11253
|
+
startDateUtc?: Maybe<Scalars['String']['output']>;
|
|
11254
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
11255
|
+
};
|
|
11157
11256
|
export declare type AssetsDmDataSourceSearch = {
|
|
11158
11257
|
dataSourceType?: InputMaybe<Scalars['String']['input']>;
|
|
11159
11258
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -11802,6 +11901,16 @@ export declare type AssetsDmJobExecutionsResponse = {
|
|
|
11802
11901
|
rows: Array<AssetsDmJobExecution>;
|
|
11803
11902
|
rowsCount: Scalars['Int']['output'];
|
|
11804
11903
|
};
|
|
11904
|
+
export declare type AssetsDmJobScheduleInput = {
|
|
11905
|
+
frequency: Scalars['Int']['input'];
|
|
11906
|
+
startDateUtc: Scalars['String']['input'];
|
|
11907
|
+
timezone: Scalars['String']['input'];
|
|
11908
|
+
};
|
|
11909
|
+
export declare type AssetsDmJobScheduleMutationResponse = {
|
|
11910
|
+
__typename?: 'AssetsDMJobScheduleMutationResponse';
|
|
11911
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
11912
|
+
message: Scalars['String']['output'];
|
|
11913
|
+
};
|
|
11805
11914
|
export declare type AssetsDmMappedColumn = {
|
|
11806
11915
|
__typename?: 'AssetsDMMappedColumn';
|
|
11807
11916
|
columnMappingId: Scalars['ID']['output'];
|
|
@@ -13540,6 +13649,41 @@ export declare type AssetsVerticalGroupPrincipal = {
|
|
|
13540
13649
|
group?: Maybe<IdentityGroup>;
|
|
13541
13650
|
principalId: Scalars['ID']['output'];
|
|
13542
13651
|
};
|
|
13652
|
+
export declare type AssetsVerticalHardwareCountByStatus = {
|
|
13653
|
+
__typename?: 'AssetsVerticalHardwareCountByStatus';
|
|
13654
|
+
counts?: Maybe<Array<Maybe<AssetsVerticalStatusCount>>>;
|
|
13655
|
+
};
|
|
13656
|
+
export declare type AssetsVerticalHardwareCountByStatusInput = {
|
|
13657
|
+
filters?: InputMaybe<Array<Array<AssetsVerticalObjectsFilterCondition>>>;
|
|
13658
|
+
statusField: Scalars['String']['input'];
|
|
13659
|
+
statuses: Array<Scalars['String']['input']>;
|
|
13660
|
+
verticalInstantiationCategoryId?: InputMaybe<Scalars['ID']['input']>;
|
|
13661
|
+
};
|
|
13662
|
+
export declare type AssetsVerticalHardwareCountByStatusResult = AssetsVerticalHardwareCountByStatus | QueryError;
|
|
13663
|
+
export declare type AssetsVerticalHardwareObjectTypesInput = {
|
|
13664
|
+
verticalInstantiationCategoryId: Scalars['ID']['input'];
|
|
13665
|
+
workspaceId: Scalars['ID']['input'];
|
|
13666
|
+
};
|
|
13667
|
+
export declare type AssetsVerticalHardwareObjectTypesResult = AssetsVerticalObjectTypes | QueryError;
|
|
13668
|
+
export declare type AssetsVerticalHardwareObjects = AssetsVerticalObjects & {
|
|
13669
|
+
__typename?: 'AssetsVerticalHardwareObjects';
|
|
13670
|
+
itamObjects?: Maybe<Array<Maybe<AssetsVerticalItamObjects>>>;
|
|
13671
|
+
limit?: Maybe<Scalars['Int']['output']>;
|
|
13672
|
+
objects?: Maybe<Array<Maybe<AssetsObject>>>;
|
|
13673
|
+
offset?: Maybe<Scalars['Int']['output']>;
|
|
13674
|
+
pageInfo?: Maybe<PageInfo>;
|
|
13675
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
13676
|
+
};
|
|
13677
|
+
export declare type AssetsVerticalHardwareObjectsInput = {
|
|
13678
|
+
filters?: InputMaybe<Array<Array<AssetsVerticalObjectsFilterCondition>>>;
|
|
13679
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
13680
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13681
|
+
orderDirection?: InputMaybe<AssetsVerticalObjectsOrderDirection>;
|
|
13682
|
+
orderKey?: InputMaybe<Scalars['String']['input']>;
|
|
13683
|
+
verticalInstantiationCategoryId: Scalars['ID']['input'];
|
|
13684
|
+
workspaceId: Scalars['ID']['input'];
|
|
13685
|
+
};
|
|
13686
|
+
export declare type AssetsVerticalHardwareObjectsResult = AssetsVerticalHardwareObjects | QueryError;
|
|
13543
13687
|
export declare type AssetsVerticalInsightCard = {
|
|
13544
13688
|
__typename?: 'AssetsVerticalInsightCard';
|
|
13545
13689
|
category: Scalars['String']['output'];
|
|
@@ -14380,20 +14524,6 @@ export declare enum AutoManagedSprintSetting {
|
|
|
14380
14524
|
Disabled = "DISABLED",
|
|
14381
14525
|
Enabled = "ENABLED"
|
|
14382
14526
|
}
|
|
14383
|
-
export declare type AuxEffectsInvocationPayload = {
|
|
14384
|
-
config?: InputMaybe<Scalars['JSON']['input']>;
|
|
14385
|
-
context: Scalars['JSON']['input'];
|
|
14386
|
-
contextToken?: InputMaybe<Scalars['String']['input']>;
|
|
14387
|
-
effects: Array<Scalars['JSON']['input']>;
|
|
14388
|
-
extensionPayload?: InputMaybe<Scalars['JSON']['input']>;
|
|
14389
|
-
state: Scalars['JSON']['input'];
|
|
14390
|
-
};
|
|
14391
|
-
export declare type AuxEffectsResult = {
|
|
14392
|
-
__typename?: 'AuxEffectsResult';
|
|
14393
|
-
contextToken?: Maybe<ForgeContextToken>;
|
|
14394
|
-
effects: Array<Scalars['JSON']['output']>;
|
|
14395
|
-
metrics?: Maybe<InvocationMetrics>;
|
|
14396
|
-
};
|
|
14397
14527
|
export declare type AvailableColumnConstraintStatistics = {
|
|
14398
14528
|
__typename?: 'AvailableColumnConstraintStatistics';
|
|
14399
14529
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -15851,6 +15981,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
15851
15981
|
hasSid?: Maybe<Scalars['Boolean']['output']>;
|
|
15852
15982
|
id: Scalars['ID']['output'];
|
|
15853
15983
|
invoiceRequests?: Maybe<Array<Maybe<CcpInvoiceRequest>>>;
|
|
15984
|
+
isActiveOnContract?: Maybe<Scalars['Boolean']['output']>;
|
|
15854
15985
|
isEligibleForCloudMigrationTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
15855
15986
|
latestUsageForChargeElement?: Maybe<Scalars['Int']['output']>;
|
|
15856
15987
|
license?: Maybe<CcpLicense>;
|
|
@@ -18194,6 +18325,7 @@ export declare type CloudifyRecommendation = {
|
|
|
18194
18325
|
createdAt: Scalars['String']['output'];
|
|
18195
18326
|
id: CloudifyRecommendationId;
|
|
18196
18327
|
reasoning: Scalars['String']['output'];
|
|
18328
|
+
status: CloudifyRecommendationStatus;
|
|
18197
18329
|
steps: Array<CloudifyRecommendationStep>;
|
|
18198
18330
|
target: CloudifyRecommendationTarget;
|
|
18199
18331
|
title: Scalars['String']['output'];
|
|
@@ -18212,6 +18344,15 @@ export declare type CloudifyRecommendationInput = {
|
|
|
18212
18344
|
target: CloudifyTargetInput;
|
|
18213
18345
|
title: Scalars['String']['input'];
|
|
18214
18346
|
};
|
|
18347
|
+
export declare enum CloudifyRecommendationStatus {
|
|
18348
|
+
Disabled = "DISABLED",
|
|
18349
|
+
Enabled = "ENABLED",
|
|
18350
|
+
Failed = "FAILED",
|
|
18351
|
+
New = "NEW",
|
|
18352
|
+
Preparing = "PREPARING",
|
|
18353
|
+
ReadyForReview = "READY_FOR_REVIEW",
|
|
18354
|
+
Rejected = "REJECTED"
|
|
18355
|
+
}
|
|
18215
18356
|
export declare type CloudifyRecommendationStep = {
|
|
18216
18357
|
__typename?: 'CloudifyRecommendationStep';
|
|
18217
18358
|
arguments: Array<CloudifyArgument>;
|
|
@@ -19751,6 +19892,7 @@ export declare type CommerceExpCcpTransactionAccount = {
|
|
|
19751
19892
|
billToParty?: Maybe<CommerceExpBillToParty>;
|
|
19752
19893
|
billToPartyResult?: Maybe<CommerceExpBillToPartyResult>;
|
|
19753
19894
|
billingAdminIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
19895
|
+
billingAdmins2?: Maybe<Array<Maybe<User>>>;
|
|
19754
19896
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
19755
19897
|
createdAt2?: Maybe<Scalars['Float']['output']>;
|
|
19756
19898
|
creditDetails?: Maybe<Array<Maybe<CommerceExpCreditDetails>>>;
|
|
@@ -36299,6 +36441,9 @@ export declare type CplsAddContributionsPayload = Payload & {
|
|
|
36299
36441
|
success: Scalars['Boolean']['output'];
|
|
36300
36442
|
works?: Maybe<Array<Maybe<CplsWorkEdge>>>;
|
|
36301
36443
|
};
|
|
36444
|
+
export declare type CplsAddContributionsPayloadContributorsArgs = {
|
|
36445
|
+
includeSuggestions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36446
|
+
};
|
|
36302
36447
|
export declare type CplsAddContributionsPayloadPeopleViewArgs = {
|
|
36303
36448
|
scopeId: Scalars['ID']['input'];
|
|
36304
36449
|
};
|
|
@@ -37960,6 +38105,7 @@ export declare type CsmAiAuthoredCoachingContentInput = {
|
|
|
37960
38105
|
};
|
|
37961
38106
|
export declare type CsmAiAvailableKnowledgeSource = {
|
|
37962
38107
|
__typename?: 'CsmAiAvailableKnowledgeSource';
|
|
38108
|
+
isAgentUserOAuthed: Scalars['Boolean']['output'];
|
|
37963
38109
|
isConfigured: Scalars['Boolean']['output'];
|
|
37964
38110
|
isConnected: Scalars['Boolean']['output'];
|
|
37965
38111
|
sourceType: Scalars['String']['output'];
|
|
@@ -39268,8 +39414,22 @@ export declare type CustomerServiceLiveChatAgent = {
|
|
|
39268
39414
|
id: Scalars['ID']['output'];
|
|
39269
39415
|
liveChatActivitiesBySpace?: Maybe<CustomerServiceSpaceLiveChatActivitiesConnection>;
|
|
39270
39416
|
liveChatActivity?: Maybe<Scalars['String']['output']>;
|
|
39417
|
+
user?: Maybe<User>;
|
|
39418
|
+
};
|
|
39419
|
+
export declare type CustomerServiceLiveChatAgentConnection = {
|
|
39420
|
+
__typename?: 'CustomerServiceLiveChatAgentConnection';
|
|
39421
|
+
edges: Array<CustomerServiceLiveChatAgentEdge>;
|
|
39422
|
+
pageInfo: PageInfo;
|
|
39423
|
+
};
|
|
39424
|
+
export declare type CustomerServiceLiveChatAgentEdge = {
|
|
39425
|
+
__typename?: 'CustomerServiceLiveChatAgentEdge';
|
|
39426
|
+
cursor: Scalars['String']['output'];
|
|
39427
|
+
node?: Maybe<CustomerServiceLiveChatAgent>;
|
|
39271
39428
|
};
|
|
39272
39429
|
export declare type CustomerServiceLiveChatAgentQueryResult = CustomerServiceLiveChatAgent | QueryError;
|
|
39430
|
+
export declare type CustomerServiceLiveChatAgentsFilterInput = {
|
|
39431
|
+
availableInSpace?: InputMaybe<Scalars['ID']['input']>;
|
|
39432
|
+
};
|
|
39273
39433
|
export declare type CustomerServiceLiveChatSettings = {
|
|
39274
39434
|
__typename?: 'CustomerServiceLiveChatSettings';
|
|
39275
39435
|
globalCapacity?: Maybe<Scalars['Int']['output']>;
|
|
@@ -40014,6 +40174,7 @@ export declare type CustomerServiceUpdateCustomerNameInput = {
|
|
|
40014
40174
|
};
|
|
40015
40175
|
export declare type CustomerServiceUpdateCustomerNamePayload = Payload & {
|
|
40016
40176
|
__typename?: 'CustomerServiceUpdateCustomerNamePayload';
|
|
40177
|
+
customer?: Maybe<CustomerServiceIndividual>;
|
|
40017
40178
|
errors?: Maybe<Array<MutationError>>;
|
|
40018
40179
|
success: Scalars['Boolean']['output'];
|
|
40019
40180
|
updatedCustomer?: Maybe<CustomerServiceUpdatedCustomerAccount>;
|
|
@@ -41379,7 +41540,11 @@ export declare type DevAiFlowRepository = {
|
|
|
41379
41540
|
};
|
|
41380
41541
|
export declare type DevAiFlowRepositoryConnection = {
|
|
41381
41542
|
__typename?: 'DevAiFlowRepositoryConnection';
|
|
41543
|
+
bitbucketWorkspacesSearched?: Maybe<Scalars['Int']['output']>;
|
|
41382
41544
|
edges?: Maybe<Array<Maybe<DevAiFlowRepositoryEdge>>>;
|
|
41545
|
+
errors?: Maybe<Array<Maybe<DevAiFlowRepositoryError>>>;
|
|
41546
|
+
githubWorkspacesSearched?: Maybe<Scalars['Int']['output']>;
|
|
41547
|
+
metadata?: Maybe<Array<Maybe<DevAiFlowRepositoryMetadata>>>;
|
|
41383
41548
|
pageInfo: PageInfo;
|
|
41384
41549
|
};
|
|
41385
41550
|
export declare type DevAiFlowRepositoryEdge = {
|
|
@@ -41387,6 +41552,17 @@ export declare type DevAiFlowRepositoryEdge = {
|
|
|
41387
41552
|
cursor: Scalars['String']['output'];
|
|
41388
41553
|
node?: Maybe<DevAiFlowRepository>;
|
|
41389
41554
|
};
|
|
41555
|
+
export declare type DevAiFlowRepositoryError = {
|
|
41556
|
+
__typename?: 'DevAiFlowRepositoryError';
|
|
41557
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
41558
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
41559
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
41560
|
+
};
|
|
41561
|
+
export declare type DevAiFlowRepositoryMetadata = {
|
|
41562
|
+
__typename?: 'DevAiFlowRepositoryMetadata';
|
|
41563
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
41564
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
41565
|
+
};
|
|
41390
41566
|
export declare type DevAiFlowSession = {
|
|
41391
41567
|
__typename?: 'DevAiFlowSession';
|
|
41392
41568
|
additionalInfoJSON?: Maybe<Scalars['String']['output']>;
|
|
@@ -41851,6 +42027,7 @@ export declare enum DevAiSandboxReadiness {
|
|
|
41851
42027
|
Creating = "CREATING",
|
|
41852
42028
|
Error = "ERROR",
|
|
41853
42029
|
Hibernated = "HIBERNATED",
|
|
42030
|
+
InitScriptRunning = "INIT_SCRIPT_RUNNING",
|
|
41854
42031
|
Ready = "READY",
|
|
41855
42032
|
Started = "STARTED",
|
|
41856
42033
|
Starting = "STARTING",
|
|
@@ -42112,6 +42289,7 @@ export declare type DevConsoleAppUsageOverviewResponse = {
|
|
|
42112
42289
|
export declare type DevConsoleAppUsageTopSitesFiltersInput = {
|
|
42113
42290
|
computeType?: InputMaybe<DevConsoleComputeType>;
|
|
42114
42291
|
interval: DevConsoleDateIntervalInput;
|
|
42292
|
+
modelTier?: InputMaybe<Scalars['String']['input']>;
|
|
42115
42293
|
page?: InputMaybe<Scalars['Int']['input']>;
|
|
42116
42294
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
42117
42295
|
resource: DevConsoleResource;
|
|
@@ -44208,6 +44386,11 @@ export declare enum EcosystemAppsInstalledInContextsSortKey {
|
|
|
44208
44386
|
Name = "NAME",
|
|
44209
44387
|
RelatedApps = "RELATED_APPS"
|
|
44210
44388
|
}
|
|
44389
|
+
export declare type EcosystemCancelRollingReleasePayload = Payload & {
|
|
44390
|
+
__typename?: 'EcosystemCancelRollingReleasePayload';
|
|
44391
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44392
|
+
success: Scalars['Boolean']['output'];
|
|
44393
|
+
};
|
|
44211
44394
|
export declare type EcosystemConnectApp = {
|
|
44212
44395
|
__typename?: 'EcosystemConnectApp';
|
|
44213
44396
|
baseUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -44414,6 +44597,7 @@ export declare type EcosystemMutation = {
|
|
|
44414
44597
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
44415
44598
|
addMultipleAppContributor?: Maybe<AddMultipleAppContributorResponsePayload>;
|
|
44416
44599
|
cancelAppVersionRollout?: Maybe<CancelAppVersionRolloutPayload>;
|
|
44600
|
+
cancelRollingRelease?: Maybe<EcosystemCancelRollingReleasePayload>;
|
|
44417
44601
|
createAppEnvironment?: Maybe<CreateAppEnvironmentResponse>;
|
|
44418
44602
|
createAppVersionRollout?: Maybe<CreateAppVersionRolloutPayload>;
|
|
44419
44603
|
createRollingRelease?: Maybe<CreateRollingReleasePayload>;
|
|
@@ -44442,6 +44626,9 @@ export declare type EcosystemMutationAddMultipleAppContributorArgs = {
|
|
|
44442
44626
|
export declare type EcosystemMutationCancelAppVersionRolloutArgs = {
|
|
44443
44627
|
input: CancelAppVersionRolloutInput;
|
|
44444
44628
|
};
|
|
44629
|
+
export declare type EcosystemMutationCancelRollingReleaseArgs = {
|
|
44630
|
+
rolloutId: Scalars['ID']['input'];
|
|
44631
|
+
};
|
|
44445
44632
|
export declare type EcosystemMutationCreateAppEnvironmentArgs = {
|
|
44446
44633
|
input: CreateAppEnvironmentInput;
|
|
44447
44634
|
};
|
|
@@ -44621,6 +44808,7 @@ export declare type EcosystemQueryRollingReleasesArgs = {
|
|
|
44621
44808
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
44622
44809
|
appId: Scalars['ID']['input'];
|
|
44623
44810
|
environmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
44811
|
+
filter?: InputMaybe<EcosystemRollingReleaseFilter>;
|
|
44624
44812
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44625
44813
|
};
|
|
44626
44814
|
export declare type EcosystemQuerySiteEntitlementsArgs = {
|
|
@@ -44670,6 +44858,7 @@ export declare type EcosystemRollingRelease = {
|
|
|
44670
44858
|
startedAt: Scalars['DateTime']['output'];
|
|
44671
44859
|
status: EcosystemRollingReleaseStatus;
|
|
44672
44860
|
successCount: Scalars['Int']['output'];
|
|
44861
|
+
targetVersion: Scalars['String']['output'];
|
|
44673
44862
|
targetVersionId: Scalars['ID']['output'];
|
|
44674
44863
|
totalInstallations: Scalars['Int']['output'];
|
|
44675
44864
|
};
|
|
@@ -44691,6 +44880,9 @@ export declare type EcosystemRollingReleaseEligibility = {
|
|
|
44691
44880
|
totalEligibleInstallationCount: Scalars['Int']['output'];
|
|
44692
44881
|
versionEligibilityBreakdown: Array<EcosystemVersionEligibilityBreakdown>;
|
|
44693
44882
|
};
|
|
44883
|
+
export declare type EcosystemRollingReleaseFilter = {
|
|
44884
|
+
statuses?: InputMaybe<Array<EcosystemRollingReleaseStatus>>;
|
|
44885
|
+
};
|
|
44694
44886
|
export declare type EcosystemRollingReleasePageInfo = {
|
|
44695
44887
|
__typename?: 'EcosystemRollingReleasePageInfo';
|
|
44696
44888
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -46327,6 +46519,9 @@ export declare type ExternalProject = Node & {
|
|
|
46327
46519
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
46328
46520
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
46329
46521
|
name?: Maybe<Scalars['String']['output']>;
|
|
46522
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
46523
|
+
parent?: Maybe<ExternalEntity>;
|
|
46524
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
46330
46525
|
priority?: Maybe<Scalars['String']['output']>;
|
|
46331
46526
|
provider?: Maybe<ExternalProvider>;
|
|
46332
46527
|
resolution?: Maybe<Scalars['String']['output']>;
|
|
@@ -46334,6 +46529,7 @@ export declare type ExternalProject = Node & {
|
|
|
46334
46529
|
statusCategory?: Maybe<Scalars['String']['output']>;
|
|
46335
46530
|
subtype?: Maybe<Scalars['String']['output']>;
|
|
46336
46531
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
46532
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
46337
46533
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
46338
46534
|
url?: Maybe<Scalars['String']['output']>;
|
|
46339
46535
|
votesCount?: Maybe<Scalars['Long']['output']>;
|
|
@@ -49486,6 +49682,16 @@ export declare type GraphIncidentLinkedJswIssueRelationshipEdge = {
|
|
|
49486
49682
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
49487
49683
|
node: GraphIncidentLinkedJswIssueRelationship;
|
|
49488
49684
|
};
|
|
49685
|
+
export declare type GraphInferenceGetRelatedReposInput = {
|
|
49686
|
+
cloudId: Scalars['String']['input'];
|
|
49687
|
+
site: Scalars['String']['input'];
|
|
49688
|
+
workItemAri: Scalars['String']['input'];
|
|
49689
|
+
};
|
|
49690
|
+
export declare type GraphInferenceGetRelatedReposResponse = {
|
|
49691
|
+
__typename?: 'GraphInferenceGetRelatedReposResponse';
|
|
49692
|
+
outputs?: Maybe<Scalars['JSON']['output']>;
|
|
49693
|
+
status?: Maybe<Scalars['JSON']['output']>;
|
|
49694
|
+
};
|
|
49489
49695
|
export declare type GraphIntegrationActionAdminManagementActionConfiguration = {
|
|
49490
49696
|
__typename?: 'GraphIntegrationActionAdminManagementActionConfiguration';
|
|
49491
49697
|
status: GraphIntegrationActionAdminManagementActionStatus;
|
|
@@ -49864,6 +50070,72 @@ export declare type GraphIntegrationMcpServerNodeToolsArgs = {
|
|
|
49864
50070
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
49865
50071
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49866
50072
|
};
|
|
50073
|
+
export declare type GraphIntegrationMcpServerRequestConnection = {
|
|
50074
|
+
__typename?: 'GraphIntegrationMcpServerRequestConnection';
|
|
50075
|
+
edges?: Maybe<Array<GraphIntegrationMcpServerRequestEdge>>;
|
|
50076
|
+
error?: Maybe<QueryError>;
|
|
50077
|
+
nodes?: Maybe<Array<GraphIntegrationMcpServerRequestNode>>;
|
|
50078
|
+
pageInfo: PageInfo;
|
|
50079
|
+
};
|
|
50080
|
+
export declare type GraphIntegrationMcpServerRequestEdge = {
|
|
50081
|
+
__typename?: 'GraphIntegrationMcpServerRequestEdge';
|
|
50082
|
+
cursor: Scalars['String']['output'];
|
|
50083
|
+
node?: Maybe<GraphIntegrationMcpServerRequestNode>;
|
|
50084
|
+
};
|
|
50085
|
+
export declare type GraphIntegrationMcpServerRequestNode = {
|
|
50086
|
+
__typename?: 'GraphIntegrationMcpServerRequestNode';
|
|
50087
|
+
comment?: Maybe<Scalars['String']['output']>;
|
|
50088
|
+
createdAt: Scalars['String']['output'];
|
|
50089
|
+
id: Scalars['ID']['output'];
|
|
50090
|
+
installedMcpServerConfigId?: Maybe<Scalars['ID']['output']>;
|
|
50091
|
+
lastRequestedAt: Scalars['String']['output'];
|
|
50092
|
+
requestCount: Scalars['Int']['output'];
|
|
50093
|
+
sourceDisplayName?: Maybe<Scalars['String']['output']>;
|
|
50094
|
+
sourceId: Scalars['ID']['output'];
|
|
50095
|
+
sourceType: GraphIntegrationMcpServerRequestSourceType;
|
|
50096
|
+
status: GraphIntegrationMcpServerRequestStatus;
|
|
50097
|
+
};
|
|
50098
|
+
export declare enum GraphIntegrationMcpServerRequestSourceType {
|
|
50099
|
+
GlobalMcpServer = "GLOBAL_MCP_SERVER"
|
|
50100
|
+
}
|
|
50101
|
+
export declare enum GraphIntegrationMcpServerRequestStatus {
|
|
50102
|
+
Installed = "INSTALLED",
|
|
50103
|
+
Open = "OPEN",
|
|
50104
|
+
Rejected = "REJECTED"
|
|
50105
|
+
}
|
|
50106
|
+
export declare type GraphIntegrationMcpServerRequestSubmitInput = {
|
|
50107
|
+
cloudId: Scalars['ID']['input'];
|
|
50108
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
50109
|
+
sourceId: Scalars['ID']['input'];
|
|
50110
|
+
sourceType: GraphIntegrationMcpServerRequestSourceType;
|
|
50111
|
+
};
|
|
50112
|
+
export declare type GraphIntegrationMcpServerRequestSubmitPayload = Payload & {
|
|
50113
|
+
__typename?: 'GraphIntegrationMcpServerRequestSubmitPayload';
|
|
50114
|
+
aggregateRequest?: Maybe<GraphIntegrationMcpServerRequestNode>;
|
|
50115
|
+
errors?: Maybe<Array<MutationError>>;
|
|
50116
|
+
success: Scalars['Boolean']['output'];
|
|
50117
|
+
userRequest?: Maybe<GraphIntegrationMcpServerUserRequestNode>;
|
|
50118
|
+
};
|
|
50119
|
+
export declare type GraphIntegrationMcpServerUserRequestConnection = {
|
|
50120
|
+
__typename?: 'GraphIntegrationMcpServerUserRequestConnection';
|
|
50121
|
+
edges?: Maybe<Array<GraphIntegrationMcpServerUserRequestEdge>>;
|
|
50122
|
+
error?: Maybe<QueryError>;
|
|
50123
|
+
nodes?: Maybe<Array<GraphIntegrationMcpServerUserRequestNode>>;
|
|
50124
|
+
pageInfo: PageInfo;
|
|
50125
|
+
};
|
|
50126
|
+
export declare type GraphIntegrationMcpServerUserRequestEdge = {
|
|
50127
|
+
__typename?: 'GraphIntegrationMcpServerUserRequestEdge';
|
|
50128
|
+
cursor: Scalars['String']['output'];
|
|
50129
|
+
node?: Maybe<GraphIntegrationMcpServerUserRequestNode>;
|
|
50130
|
+
};
|
|
50131
|
+
export declare type GraphIntegrationMcpServerUserRequestNode = {
|
|
50132
|
+
__typename?: 'GraphIntegrationMcpServerUserRequestNode';
|
|
50133
|
+
aaid: Scalars['ID']['output'];
|
|
50134
|
+
comment?: Maybe<Scalars['String']['output']>;
|
|
50135
|
+
createdAt: Scalars['String']['output'];
|
|
50136
|
+
id: Scalars['ID']['output'];
|
|
50137
|
+
requestId: Scalars['ID']['output'];
|
|
50138
|
+
};
|
|
49867
50139
|
export declare type GraphIntegrationMcpTool = {
|
|
49868
50140
|
__typename?: 'GraphIntegrationMcpTool';
|
|
49869
50141
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -52996,6 +53268,8 @@ export declare type GraphStore = {
|
|
|
52996
53268
|
confluenceSpaceHasConfluenceFolderInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection>;
|
|
52997
53269
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
52998
53270
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
53271
|
+
confluenceSpaceHasRelevantContentEntity?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityConnection>;
|
|
53272
|
+
confluenceSpaceHasRelevantContentEntityInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityInverseConnection>;
|
|
52999
53273
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
53000
53274
|
contentReferencedEntityBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
|
|
53001
53275
|
contentReferencedEntityInverse?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseConnection>;
|
|
@@ -55557,6 +55831,22 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardInverseArgs
|
|
|
55557
55831
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
55558
55832
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput>;
|
|
55559
55833
|
};
|
|
55834
|
+
export declare type GraphStoreConfluenceSpaceHasRelevantContentEntityArgs = {
|
|
55835
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
55836
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55837
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55838
|
+
id: Scalars['ID']['input'];
|
|
55839
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
55840
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasRelevantContentEntitySortInput>;
|
|
55841
|
+
};
|
|
55842
|
+
export declare type GraphStoreConfluenceSpaceHasRelevantContentEntityInverseArgs = {
|
|
55843
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
55844
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55845
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55846
|
+
id: Scalars['ID']['input'];
|
|
55847
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
55848
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasRelevantContentEntitySortInput>;
|
|
55849
|
+
};
|
|
55560
55850
|
export declare type GraphStoreContentReferencedEntityArgs = {
|
|
55561
55851
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
55562
55852
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -64830,6 +65120,9 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceFolderSortInput = {
|
|
|
64830
65120
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
64831
65121
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
64832
65122
|
};
|
|
65123
|
+
export declare type GraphStoreConfluenceSpaceHasRelevantContentEntitySortInput = {
|
|
65124
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
65125
|
+
};
|
|
64833
65126
|
export declare type GraphStoreContentReferencedEntitySortInput = {
|
|
64834
65127
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
64835
65128
|
};
|
|
@@ -73668,6 +73961,34 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardIn
|
|
|
73668
73961
|
};
|
|
73669
73962
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseUnion = ConfluenceSpace;
|
|
73670
73963
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
73964
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityConnection = HasPageInfo & {
|
|
73965
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityConnection';
|
|
73966
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityEdge>>>;
|
|
73967
|
+
pageInfo: PageInfo;
|
|
73968
|
+
};
|
|
73969
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityEdge = {
|
|
73970
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityEdge';
|
|
73971
|
+
createdAt: Scalars['DateTime']['output'];
|
|
73972
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
73973
|
+
id: Scalars['ID']['output'];
|
|
73974
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
73975
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityUnion>;
|
|
73976
|
+
};
|
|
73977
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityInverseConnection = HasPageInfo & {
|
|
73978
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityInverseConnection';
|
|
73979
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityInverseEdge>>>;
|
|
73980
|
+
pageInfo: PageInfo;
|
|
73981
|
+
};
|
|
73982
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityInverseEdge = {
|
|
73983
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityInverseEdge';
|
|
73984
|
+
createdAt: Scalars['DateTime']['output'];
|
|
73985
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
73986
|
+
id: Scalars['ID']['output'];
|
|
73987
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
73988
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityInverseUnion>;
|
|
73989
|
+
};
|
|
73990
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityInverseUnion = ConfluenceSpace;
|
|
73991
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasRelevantContentEntityUnion = DevOpsDocument | ExternalDocument;
|
|
73671
73992
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
73672
73993
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
73673
73994
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedContentReferencedEntityEdge>>>;
|
|
@@ -85014,6 +85335,8 @@ export declare type GraphStoreV2 = {
|
|
|
85014
85335
|
confluenceSpaceHasConfluencePageInverse?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasConfluencePageInverseConnection>;
|
|
85015
85336
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
85016
85337
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
85338
|
+
confluenceSpaceHasRelevantContentEntity?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityConnection>;
|
|
85339
|
+
confluenceSpaceHasRelevantContentEntityInverse?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityInverseConnection>;
|
|
85017
85340
|
confluenceSpaceLinksJiraSpace?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceLinksJiraSpaceConnection>;
|
|
85018
85341
|
confluenceSpaceLinksJiraSpaceInverse?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceLinksJiraSpaceInverseConnection>;
|
|
85019
85342
|
contentEntityLinksEntity?: Maybe<GraphStoreV2SimplifiedContentEntityLinksEntityConnection>;
|
|
@@ -87660,6 +87983,20 @@ export declare type GraphStoreV2ConfluenceSpaceHasConfluenceWhiteboardInverseArg
|
|
|
87660
87983
|
id: Scalars['ID']['input'];
|
|
87661
87984
|
sort?: InputMaybe<GraphStoreV2ConfluenceSpaceHasConfluenceWhiteboardSortInput>;
|
|
87662
87985
|
};
|
|
87986
|
+
export declare type GraphStoreV2ConfluenceSpaceHasRelevantContentEntityArgs = {
|
|
87987
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
87988
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
87989
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87990
|
+
id: Scalars['ID']['input'];
|
|
87991
|
+
sort?: InputMaybe<GraphStoreV2ConfluenceSpaceHasRelevantContentEntitySortInput>;
|
|
87992
|
+
};
|
|
87993
|
+
export declare type GraphStoreV2ConfluenceSpaceHasRelevantContentEntityInverseArgs = {
|
|
87994
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
87995
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
87996
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87997
|
+
id: Scalars['ID']['input'];
|
|
87998
|
+
sort?: InputMaybe<GraphStoreV2ConfluenceSpaceHasRelevantContentEntitySortInput>;
|
|
87999
|
+
};
|
|
87663
88000
|
export declare type GraphStoreV2ConfluenceSpaceLinksJiraSpaceArgs = {
|
|
87664
88001
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
87665
88002
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -91865,6 +92202,9 @@ export declare type GraphStoreV2ConfluenceSpaceHasConfluencePageSortInput = {
|
|
|
91865
92202
|
export declare type GraphStoreV2ConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
91866
92203
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
91867
92204
|
};
|
|
92205
|
+
export declare type GraphStoreV2ConfluenceSpaceHasRelevantContentEntitySortInput = {
|
|
92206
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
92207
|
+
};
|
|
91868
92208
|
export declare type GraphStoreV2ConfluenceSpaceLinksJiraSpaceSortInput = {
|
|
91869
92209
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
91870
92210
|
};
|
|
@@ -99198,6 +99538,34 @@ export declare type GraphStoreV2SimplifiedConfluenceSpaceHasConfluenceWhiteboard
|
|
|
99198
99538
|
};
|
|
99199
99539
|
export declare type GraphStoreV2SimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseUnion = ConfluenceSpace;
|
|
99200
99540
|
export declare type GraphStoreV2SimplifiedConfluenceSpaceHasConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
99541
|
+
export declare type GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityConnection = HasPageInfo & {
|
|
99542
|
+
__typename?: 'GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityConnection';
|
|
99543
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityEdge>>>;
|
|
99544
|
+
pageInfo: PageInfo;
|
|
99545
|
+
};
|
|
99546
|
+
export declare type GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityEdge = {
|
|
99547
|
+
__typename?: 'GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityEdge';
|
|
99548
|
+
createdAt: Scalars['DateTime']['output'];
|
|
99549
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
99550
|
+
id: Scalars['ID']['output'];
|
|
99551
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
99552
|
+
node?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityUnion>;
|
|
99553
|
+
};
|
|
99554
|
+
export declare type GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityInverseConnection = HasPageInfo & {
|
|
99555
|
+
__typename?: 'GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityInverseConnection';
|
|
99556
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityInverseEdge>>>;
|
|
99557
|
+
pageInfo: PageInfo;
|
|
99558
|
+
};
|
|
99559
|
+
export declare type GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityInverseEdge = {
|
|
99560
|
+
__typename?: 'GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityInverseEdge';
|
|
99561
|
+
createdAt: Scalars['DateTime']['output'];
|
|
99562
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
99563
|
+
id: Scalars['ID']['output'];
|
|
99564
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
99565
|
+
node?: Maybe<GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityInverseUnion>;
|
|
99566
|
+
};
|
|
99567
|
+
export declare type GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityInverseUnion = ConfluenceSpace;
|
|
99568
|
+
export declare type GraphStoreV2SimplifiedConfluenceSpaceHasRelevantContentEntityUnion = DevOpsDocument | ExternalDocument;
|
|
99201
99569
|
export declare type GraphStoreV2SimplifiedConfluenceSpaceLinksJiraSpaceConnection = HasPageInfo & {
|
|
99202
99570
|
__typename?: 'GraphStoreV2SimplifiedConfluenceSpaceLinksJiraSpaceConnection';
|
|
99203
99571
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedConfluenceSpaceLinksJiraSpaceEdge>>>;
|
|
@@ -111139,19 +111507,6 @@ export declare type InvocationTokenForUiMetadata = {
|
|
|
111139
111507
|
__typename?: 'InvocationTokenForUIMetadata';
|
|
111140
111508
|
baseUrl: Scalars['String']['output'];
|
|
111141
111509
|
};
|
|
111142
|
-
export declare type InvokeAuxEffectsInput = {
|
|
111143
|
-
contextIds: Array<Scalars['ID']['input']>;
|
|
111144
|
-
entryPoint?: InputMaybe<Scalars['String']['input']>;
|
|
111145
|
-
extensionDetails?: InputMaybe<ExtensionDetailsInput>;
|
|
111146
|
-
extensionId?: InputMaybe<Scalars['ID']['input']>;
|
|
111147
|
-
payload: AuxEffectsInvocationPayload;
|
|
111148
|
-
};
|
|
111149
|
-
export declare type InvokeAuxEffectsResponse = Payload & {
|
|
111150
|
-
__typename?: 'InvokeAuxEffectsResponse';
|
|
111151
|
-
errors?: Maybe<Array<MutationError>>;
|
|
111152
|
-
result?: Maybe<AuxEffectsResult>;
|
|
111153
|
-
success: Scalars['Boolean']['output'];
|
|
111154
|
-
};
|
|
111155
111510
|
export declare type InvokeExtensionInput = {
|
|
111156
111511
|
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
111157
111512
|
contextIds: Array<Scalars['ID']['input']>;
|
|
@@ -113918,6 +114273,14 @@ export declare type JiraBoardLocation = {
|
|
|
113918
114273
|
locationId?: InputMaybe<Scalars['String']['input']>;
|
|
113919
114274
|
locationType: JiraBoardLocationType;
|
|
113920
114275
|
};
|
|
114276
|
+
export declare type JiraBoardLocationModel = {
|
|
114277
|
+
__typename?: 'JiraBoardLocationModel';
|
|
114278
|
+
avatarURI?: Maybe<Scalars['String']['output']>;
|
|
114279
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
114280
|
+
projectId?: Maybe<Scalars['ID']['output']>;
|
|
114281
|
+
projectTypeKey?: Maybe<Scalars['String']['output']>;
|
|
114282
|
+
userLocationId?: Maybe<Scalars['ID']['output']>;
|
|
114283
|
+
};
|
|
113921
114284
|
export declare enum JiraBoardLocationType {
|
|
113922
114285
|
Project = "PROJECT",
|
|
113923
114286
|
User = "USER"
|
|
@@ -113942,6 +114305,7 @@ export declare enum JiraBoardType {
|
|
|
113942
114305
|
}
|
|
113943
114306
|
export declare type JiraBoardView = JiraView & Node & {
|
|
113944
114307
|
__typename?: 'JiraBoardView';
|
|
114308
|
+
board?: Maybe<JiraBoard>;
|
|
113945
114309
|
canArchiveIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
113946
114310
|
canAssignIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
113947
114311
|
canConfigureStatusColumnMapping?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -113976,6 +114340,7 @@ export declare type JiraBoardView = JiraView & Node & {
|
|
|
113976
114340
|
isWorkflowsMigrationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
113977
114341
|
issuePositions?: Maybe<Array<JiraBoardViewIssuePositions>>;
|
|
113978
114342
|
layout?: Maybe<JiraBoardViewLayout>;
|
|
114343
|
+
project?: Maybe<JiraProject>;
|
|
113979
114344
|
selectedWorkflowId?: Maybe<Scalars['ID']['output']>;
|
|
113980
114345
|
sprints?: Maybe<JiraSprintConnection>;
|
|
113981
114346
|
unmappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
@@ -114676,6 +115041,7 @@ export declare type JiraCfoBoardPerformanceDataRow = JiraCfoDataRow & {
|
|
|
114676
115041
|
boardAdmins?: Maybe<JiraBoardAdmins>;
|
|
114677
115042
|
boardCreator?: Maybe<User>;
|
|
114678
115043
|
boardId?: Maybe<Scalars['ID']['output']>;
|
|
115044
|
+
boardLocation?: Maybe<JiraBoardLocationModel>;
|
|
114679
115045
|
boardName?: Maybe<Scalars['String']['output']>;
|
|
114680
115046
|
dimensions?: Maybe<Array<Maybe<JiraCfoDimension>>>;
|
|
114681
115047
|
metrics?: Maybe<Array<Maybe<JiraCfoMetric>>>;
|
|
@@ -121576,6 +121942,9 @@ export declare type JiraIssueFieldConnection = JiraListRowFieldConnection & {
|
|
|
121576
121942
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
121577
121943
|
};
|
|
121578
121944
|
export declare type JiraIssueFieldConnectionResult = JiraIssueFieldConnection | QueryError;
|
|
121945
|
+
export declare type JiraIssueFieldCreateContextOption = {
|
|
121946
|
+
id: Scalars['ID']['output'];
|
|
121947
|
+
};
|
|
121579
121948
|
export declare type JiraIssueFieldEdge = JiraListRowFieldEdge & {
|
|
121580
121949
|
__typename?: 'JiraIssueFieldEdge';
|
|
121581
121950
|
cursor: Scalars['String']['output'];
|
|
@@ -124233,7 +124602,7 @@ export declare type JiraLabelsFieldPayload = Payload & {
|
|
|
124233
124602
|
field?: Maybe<JiraLabelsField>;
|
|
124234
124603
|
success: Scalars['Boolean']['output'];
|
|
124235
124604
|
};
|
|
124236
|
-
export declare type JiraLabelsForCreateField = {
|
|
124605
|
+
export declare type JiraLabelsForCreateField = JiraIssueFieldCreateContextOption & Node & {
|
|
124237
124606
|
__typename?: 'JiraLabelsForCreateField';
|
|
124238
124607
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
124239
124608
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -127507,6 +127876,13 @@ export declare type JiraPlaybookQueryPayload = QueryPayload & {
|
|
|
127507
127876
|
playbook?: Maybe<JiraPlaybook>;
|
|
127508
127877
|
success: Scalars['Boolean']['output'];
|
|
127509
127878
|
};
|
|
127879
|
+
export declare type JiraPlaybookRuleIdsConnection = HasPageInfo & QueryPayload & {
|
|
127880
|
+
__typename?: 'JiraPlaybookRuleIdsConnection';
|
|
127881
|
+
errors?: Maybe<Array<QueryError>>;
|
|
127882
|
+
nodes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
127883
|
+
pageInfo: PageInfo;
|
|
127884
|
+
success: Scalars['Boolean']['output'];
|
|
127885
|
+
};
|
|
127510
127886
|
export declare enum JiraPlaybookScopeType {
|
|
127511
127887
|
Global = "GLOBAL",
|
|
127512
127888
|
Issue = "ISSUE",
|
|
@@ -130250,6 +130626,7 @@ export declare type JiraQueryLinkedIssuesArgs = {
|
|
|
130250
130626
|
hideIdeaLinks?: InputMaybe<Scalars['Boolean']['input']>;
|
|
130251
130627
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
130252
130628
|
shouldIncludeRemoteIssues?: InputMaybe<Scalars['Boolean']['input']>;
|
|
130629
|
+
sortInput?: InputMaybe<JiraLinkedWorkItemsSortInput>;
|
|
130253
130630
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
130254
130631
|
};
|
|
130255
130632
|
export declare type JiraQueryLinkedWorkItemsArgs = {
|
|
@@ -139159,11 +139536,6 @@ export declare enum JpdViewsServiceVisualizationType {
|
|
|
139159
139536
|
Timeline = "TIMELINE",
|
|
139160
139537
|
Tree = "TREE"
|
|
139161
139538
|
}
|
|
139162
|
-
export declare type JsmAgentWorkspaceLocations = {
|
|
139163
|
-
__typename?: 'JsmAgentWorkspaceLocations';
|
|
139164
|
-
errors?: Maybe<Array<QueryError>>;
|
|
139165
|
-
pageInfo: PageInfo;
|
|
139166
|
-
};
|
|
139167
139539
|
export declare type JsmChannelsConditionNode = JsmChannelsPlanNode & {
|
|
139168
139540
|
__typename?: 'JsmChannelsConditionNode';
|
|
139169
139541
|
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
@@ -139469,6 +139841,11 @@ export declare type JsmChannelsRovoServiceAgentConfig = {
|
|
|
139469
139841
|
taskAgentsEnabled: Scalars['Int']['output'];
|
|
139470
139842
|
};
|
|
139471
139843
|
export declare type JsmChannelsRovoServiceAgentConfigResult = JsmChannelsRovoServiceAgentConfig | QueryError;
|
|
139844
|
+
export declare type JsmChannelsRovoServiceResolutionPlanGeneratedPayload = {
|
|
139845
|
+
__typename?: 'JsmChannelsRovoServiceResolutionPlanGeneratedPayload';
|
|
139846
|
+
hasGeneratedResolutionPlan: Scalars['Boolean']['output'];
|
|
139847
|
+
};
|
|
139848
|
+
export declare type JsmChannelsRovoServiceResolutionPlanGeneratedResult = JsmChannelsRovoServiceResolutionPlanGeneratedPayload | QueryError;
|
|
139472
139849
|
export declare enum JsmChannelsRuleEvaluationStrategy {
|
|
139473
139850
|
JqlFirst = "JQL_FIRST",
|
|
139474
139851
|
JqlOnly = "JQL_ONLY",
|
|
@@ -140982,6 +141359,7 @@ export declare enum KitsuneJobType {
|
|
|
140982
141359
|
ImportFeedback = "IMPORT_FEEDBACK",
|
|
140983
141360
|
ImportOrganization = "IMPORT_ORGANIZATION",
|
|
140984
141361
|
ResyncFeedback = "RESYNC_FEEDBACK",
|
|
141362
|
+
ResyncInsights = "RESYNC_INSIGHTS",
|
|
140985
141363
|
SyncCsmProperties = "SYNC_CSM_PROPERTIES",
|
|
140986
141364
|
SyncCustomer = "SYNC_CUSTOMER"
|
|
140987
141365
|
}
|
|
@@ -143143,6 +143521,9 @@ export declare type LiveChatParticipantLeft = {
|
|
|
143143
143521
|
content?: Maybe<Scalars['String']['output']>;
|
|
143144
143522
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
143145
143523
|
};
|
|
143524
|
+
export declare type LiveChatSendTypingSignalInput = {
|
|
143525
|
+
chatAri: Scalars['ID']['input'];
|
|
143526
|
+
};
|
|
143146
143527
|
export declare type LiveChatSendUserMessageInput = {
|
|
143147
143528
|
chatAri: Scalars['ID']['input'];
|
|
143148
143529
|
content: Scalars['String']['input'];
|
|
@@ -143159,7 +143540,16 @@ export declare type LiveChatSystemMessage = {
|
|
|
143159
143540
|
id: Scalars['ID']['output'];
|
|
143160
143541
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
143161
143542
|
};
|
|
143162
|
-
export declare type
|
|
143543
|
+
export declare type LiveChatTypingIndicator = {
|
|
143544
|
+
__typename?: 'LiveChatTypingIndicator';
|
|
143545
|
+
accountAri?: Maybe<Scalars['ID']['output']>;
|
|
143546
|
+
};
|
|
143547
|
+
export declare type LiveChatTypingSignalPayload = Payload & {
|
|
143548
|
+
__typename?: 'LiveChatTypingSignalPayload';
|
|
143549
|
+
errors?: Maybe<Array<MutationError>>;
|
|
143550
|
+
success: Scalars['Boolean']['output'];
|
|
143551
|
+
};
|
|
143552
|
+
export declare type LiveChatUpdate = LiveChatClosed | LiveChatParticipantJoined | LiveChatParticipantLeft | LiveChatStarted | LiveChatSystemMessage | LiveChatTypingIndicator | LiveChatUserMessage | QueryError;
|
|
143163
143553
|
export declare type LiveChatUserMessage = {
|
|
143164
143554
|
__typename?: 'LiveChatUserMessage';
|
|
143165
143555
|
author?: Maybe<Scalars['String']['output']>;
|
|
@@ -146909,6 +147299,7 @@ export declare type MarketplaceStoreInstalledAppDetailsResponse = {
|
|
|
146909
147299
|
edition?: Maybe<Scalars['String']['output']>;
|
|
146910
147300
|
installed: Scalars['Boolean']['output'];
|
|
146911
147301
|
installedAppManageLink?: Maybe<MarketplaceStoreInstalledAppManageLink>;
|
|
147302
|
+
installedAppManageLinks?: Maybe<MarketplaceStoreInstalledAppManageLinks>;
|
|
146912
147303
|
licenseActive: Scalars['Boolean']['output'];
|
|
146913
147304
|
licenseExpiryDate?: Maybe<Scalars['String']['output']>;
|
|
146914
147305
|
paidLicenseActiveOnParent: Scalars['Boolean']['output'];
|
|
@@ -146923,6 +147314,12 @@ export declare enum MarketplaceStoreInstalledAppManageLinkType {
|
|
|
146923
147314
|
GetStarted = "GET_STARTED",
|
|
146924
147315
|
Manage = "MANAGE"
|
|
146925
147316
|
}
|
|
147317
|
+
export declare type MarketplaceStoreInstalledAppManageLinks = {
|
|
147318
|
+
__typename?: 'MarketplaceStoreInstalledAppManageLinks';
|
|
147319
|
+
configureUrl?: Maybe<MarketplaceStoreInstalledAppManageLink>;
|
|
147320
|
+
getStartedUrl?: Maybe<MarketplaceStoreInstalledAppManageLink>;
|
|
147321
|
+
manageAppUrl?: Maybe<MarketplaceStoreInstalledAppManageLink>;
|
|
147322
|
+
};
|
|
146926
147323
|
export declare type MarketplaceStoreLayoutRegularSection = MarketplaceStoreLayoutSection & {
|
|
146927
147324
|
__typename?: 'MarketplaceStoreLayoutRegularSection';
|
|
146928
147325
|
backgroundImageUrl?: Maybe<MarketplaceStoreImageUrlVariants>;
|
|
@@ -146950,6 +147347,7 @@ export declare enum MarketplaceStoreLayoutSectionKeys {
|
|
|
146950
147347
|
ExploreCategories = "EXPLORE_CATEGORIES",
|
|
146951
147348
|
ExploreObjects = "EXPLORE_OBJECTS",
|
|
146952
147349
|
Hero = "HERO",
|
|
147350
|
+
NewestAiApps = "NEWEST_AI_APPS",
|
|
146953
147351
|
PickupWhereYouLeft = "PICKUP_WHERE_YOU_LEFT",
|
|
146954
147352
|
RecommendedForYou = "RECOMMENDED_FOR_YOU",
|
|
146955
147353
|
Spotlight = "SPOTLIGHT",
|
|
@@ -147404,6 +147802,20 @@ export declare enum MarketplaceStoreProductTagType {
|
|
|
147404
147802
|
Category = "CATEGORY",
|
|
147405
147803
|
Keywords = "KEYWORDS"
|
|
147406
147804
|
}
|
|
147805
|
+
export declare enum MarketplaceStoreProductType {
|
|
147806
|
+
Compass = "COMPASS",
|
|
147807
|
+
Confluence = "CONFLUENCE",
|
|
147808
|
+
Goal = "GOAL",
|
|
147809
|
+
JiraCustomerService = "JIRA_CUSTOMER_SERVICE",
|
|
147810
|
+
JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
|
|
147811
|
+
JiraServiceDesk = "JIRA_SERVICE_DESK",
|
|
147812
|
+
JiraSoftware = "JIRA_SOFTWARE",
|
|
147813
|
+
JiraWorkManagement = "JIRA_WORK_MANAGEMENT",
|
|
147814
|
+
Loom = "LOOM",
|
|
147815
|
+
Opsgenie = "OPSGENIE",
|
|
147816
|
+
Statuspage = "STATUSPAGE",
|
|
147817
|
+
Townsquare = "TOWNSQUARE"
|
|
147818
|
+
}
|
|
147407
147819
|
export declare type MarketplaceStoreProperties = {
|
|
147408
147820
|
__typename?: 'MarketplaceStoreProperties';
|
|
147409
147821
|
formStatus: MarketplaceStoreFormStatus;
|
|
@@ -147455,6 +147867,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
147455
147867
|
siteDetails: MarketplaceStoreSiteDetailsResponse;
|
|
147456
147868
|
userPreferences: MarketplaceStoreGetUserPreferencesResponse;
|
|
147457
147869
|
userProfile: MarketplaceStoreUserProfileResponse;
|
|
147870
|
+
userSites?: Maybe<MarketplaceStoreUserSitesResult>;
|
|
147458
147871
|
watchedApps: MarketplaceStoreWatchedAppsResponse;
|
|
147459
147872
|
};
|
|
147460
147873
|
export declare type MarketplaceStoreQueryApiAppInstallationsByAppArgs = {
|
|
@@ -147592,6 +148005,9 @@ export declare type MarketplaceStoreQueryApiSiteDetailsArgs = {
|
|
|
147592
148005
|
export declare type MarketplaceStoreQueryApiUserProfileArgs = {
|
|
147593
148006
|
userId: Scalars['String']['input'];
|
|
147594
148007
|
};
|
|
148008
|
+
export declare type MarketplaceStoreQueryApiUserSitesArgs = {
|
|
148009
|
+
input?: InputMaybe<MarketplaceStoreUserSitesInput>;
|
|
148010
|
+
};
|
|
147595
148011
|
export declare type MarketplaceStoreQueryApiWatchedAppsArgs = {
|
|
147596
148012
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
147597
148013
|
nextCursor?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -147759,6 +148175,11 @@ export declare type MarketplaceStoreSiteProduct = {
|
|
|
147759
148175
|
appKey?: InputMaybe<Scalars['String']['input']>;
|
|
147760
148176
|
parentProduct?: InputMaybe<MarketplaceStoreInstallationTargetProduct>;
|
|
147761
148177
|
};
|
|
148178
|
+
export declare type MarketplaceStoreSiteProductEntry = {
|
|
148179
|
+
__typename?: 'MarketplaceStoreSiteProductEntry';
|
|
148180
|
+
displayName: Scalars['String']['output'];
|
|
148181
|
+
productType: MarketplaceStoreProductType;
|
|
148182
|
+
};
|
|
147762
148183
|
export declare type MarketplaceStoreThirdPartyDetails = {
|
|
147763
148184
|
__typename?: 'MarketplaceStoreThirdPartyDetails';
|
|
147764
148185
|
link: Scalars['String']['output'];
|
|
@@ -147838,6 +148259,43 @@ export declare type MarketplaceStoreUserProfileResponse = {
|
|
|
147838
148259
|
name: Scalars['String']['output'];
|
|
147839
148260
|
picture: Scalars['String']['output'];
|
|
147840
148261
|
};
|
|
148262
|
+
export declare type MarketplaceStoreUserSite = {
|
|
148263
|
+
__typename?: 'MarketplaceStoreUserSite';
|
|
148264
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
148265
|
+
cloudId: Scalars['String']['output'];
|
|
148266
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
148267
|
+
isAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
148268
|
+
orgId?: Maybe<Scalars['String']['output']>;
|
|
148269
|
+
orgName?: Maybe<Scalars['String']['output']>;
|
|
148270
|
+
products: Array<MarketplaceStoreSiteProductEntry>;
|
|
148271
|
+
unitId?: Maybe<Scalars['String']['output']>;
|
|
148272
|
+
unitName?: Maybe<Scalars['String']['output']>;
|
|
148273
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
148274
|
+
};
|
|
148275
|
+
export declare enum MarketplaceStoreUserSitesContext {
|
|
148276
|
+
Emcee = "EMCEE",
|
|
148277
|
+
Store = "STORE"
|
|
148278
|
+
}
|
|
148279
|
+
export declare type MarketplaceStoreUserSitesInput = {
|
|
148280
|
+
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
148281
|
+
context?: InputMaybe<MarketplaceStoreUserSitesContext>;
|
|
148282
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
148283
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
148284
|
+
productFilter?: InputMaybe<Array<MarketplaceStoreProductType>>;
|
|
148285
|
+
};
|
|
148286
|
+
export declare type MarketplaceStoreUserSitesPageInfo = {
|
|
148287
|
+
__typename?: 'MarketplaceStoreUserSitesPageInfo';
|
|
148288
|
+
endCursor?: Maybe<Scalars['String']['output']>;
|
|
148289
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
148290
|
+
totalSites: Scalars['Int']['output'];
|
|
148291
|
+
};
|
|
148292
|
+
export declare type MarketplaceStoreUserSitesResult = {
|
|
148293
|
+
__typename?: 'MarketplaceStoreUserSitesResult';
|
|
148294
|
+
context: MarketplaceStoreUserSitesContext;
|
|
148295
|
+
hasErrors: Scalars['Boolean']['output'];
|
|
148296
|
+
pageInfo: MarketplaceStoreUserSitesPageInfo;
|
|
148297
|
+
sites: Array<MarketplaceStoreUserSite>;
|
|
148298
|
+
};
|
|
147841
148299
|
export declare type MarketplaceStoreWatchedAppsResponse = {
|
|
147842
148300
|
__typename?: 'MarketplaceStoreWatchedAppsResponse';
|
|
147843
148301
|
limit?: Maybe<Scalars['Int']['output']>;
|
|
@@ -155800,6 +156258,7 @@ export declare type Mutation = {
|
|
|
155800
156258
|
agentWorkspace_updateSchedule?: Maybe<AgentWorkspaceUpdateSchedulePayload>;
|
|
155801
156259
|
agentWorkspace_updateSkill?: Maybe<AgentWorkspaceSkillUpdatePayload>;
|
|
155802
156260
|
agentWorkspace_updateSkillCategory?: Maybe<AgentWorkspaceSkillCategoryUpdatePayload>;
|
|
156261
|
+
agentWorkspace_updateSkillMappingsInProject?: Maybe<AgentWorkspaceUpdateSkillMappingsInProjectPayload>;
|
|
155803
156262
|
agentWorkspace_updateSmartRoutingConfig?: Maybe<AgentWorkspaceUpdateSmartRoutingConfigPayload>;
|
|
155804
156263
|
agentWorkspace_upsertDraftedRoutingTableEntry?: Maybe<AgentWorkspaceUpsertDraftedRoutingTableEntryPayload>;
|
|
155805
156264
|
aiCoreApi_initiateCsvExport?: Maybe<AiCoreApiCsvExportResult>;
|
|
@@ -155834,6 +156293,7 @@ export declare type Mutation = {
|
|
|
155834
156293
|
assetsDM_createDataSourceType?: Maybe<AssetsDmCreateDataSourceTypeResponse>;
|
|
155835
156294
|
assetsDM_createDateFormat?: Maybe<AssetsDmDateFormatMutationResponse>;
|
|
155836
156295
|
assetsDM_createDefaultCleansingRule?: Maybe<AssetsDmCreateDefaultCleansingRuleResponse>;
|
|
156296
|
+
assetsDM_createJobSchedule?: Maybe<AssetsDmJobScheduleMutationResponse>;
|
|
155837
156297
|
assetsDM_createObjectAttribute?: Maybe<AssetsDmCreateObjectAttributeResponse>;
|
|
155838
156298
|
assetsDM_createObjectTag?: Maybe<AssetsDmObjectTagCreateResponse>;
|
|
155839
156299
|
assetsDM_createObjectsListExportRequest?: Maybe<AssetsDmObjectsListExportRequestCreateResponse>;
|
|
@@ -155854,6 +156314,7 @@ export declare type Mutation = {
|
|
|
155854
156314
|
assetsDM_deleteDateFormat?: Maybe<AssetsDmDateFormatMutationResponse>;
|
|
155855
156315
|
assetsDM_deleteDefaultAttributeMapping?: Maybe<AssetsDmDeleteDefaultAttributeMappingResponse>;
|
|
155856
156316
|
assetsDM_deleteDefaultCleansingRule?: Maybe<AssetsDmDeleteDefaultCleansingRuleResponse>;
|
|
156317
|
+
assetsDM_deleteJobSchedule?: Maybe<AssetsDmJobScheduleMutationResponse>;
|
|
155857
156318
|
assetsDM_deleteObjectTag?: Maybe<AssetsDmObjectTagDeleteResponse>;
|
|
155858
156319
|
assetsDM_deleteSavedSearch?: Maybe<AssetsDmSavedSearchesDeleteResponse>;
|
|
155859
156320
|
assetsDM_dissociateObjectTag?: Maybe<AssetsDmObjectTagDissociateResponse>;
|
|
@@ -155862,6 +156323,7 @@ export declare type Mutation = {
|
|
|
155862
156323
|
assetsDM_editDataDictionaryGroupValue?: Maybe<AssetsDmEditDataDictionaryGroupValueResponse>;
|
|
155863
156324
|
assetsDM_editDateFormat?: Maybe<AssetsDmDateFormatMutationResponse>;
|
|
155864
156325
|
assetsDM_editDefaultAttributeMapping?: Maybe<AssetsDmEditDefaultAttributeMappingResponse>;
|
|
156326
|
+
assetsDM_editJobSchedule?: Maybe<AssetsDmJobScheduleMutationResponse>;
|
|
155865
156327
|
assetsDM_editObjectTag?: Maybe<AssetsDmObjectTagEditResponse>;
|
|
155866
156328
|
assetsDM_generateAdapterToken?: Maybe<AssetsDmGenerateAdapterTokenResponse>;
|
|
155867
156329
|
assetsDM_importDataDictionary?: Maybe<AssetsDmImportDataDictionaryResponse>;
|
|
@@ -156430,6 +156892,7 @@ export declare type Mutation = {
|
|
|
156430
156892
|
graphIntegration_mcpAdminManagementUnregisterMcpServer?: Maybe<GraphIntegrationMcpAdminManagementUnregisterMcpServerPayload>;
|
|
156431
156893
|
graphIntegration_mcpAdminManagementUpdateMcpRegistration?: Maybe<GraphIntegrationMcpAdminManagementUpdateMcpRegistrationPayload>;
|
|
156432
156894
|
graphIntegration_mcpAdminManagementUpdateMcpToolConfiguration?: Maybe<GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationPayload>;
|
|
156895
|
+
graphIntegration_mcpServerRequestSubmit?: Maybe<GraphIntegrationMcpServerRequestSubmitPayload>;
|
|
156433
156896
|
graphIntegration_removeTwgCapabilityContainer?: Maybe<GraphIntegrationRemoveTwgCapabilityContainerPayload>;
|
|
156434
156897
|
graphIntegration_setTwgPlatformCapabilityGlobalAdminSetting?: Maybe<GraphIntegrationSetTwgPlatformCapabilityGlobalAdminSettingPayload>;
|
|
156435
156898
|
graphIntegration_updateDataConnectorConnection?: Maybe<GraphIntegrationUpdateConnectionPayload>;
|
|
@@ -156459,7 +156922,6 @@ export declare type Mutation = {
|
|
|
156459
156922
|
home_removeTags?: Maybe<TownsquareRemoveTagsPayload>;
|
|
156460
156923
|
insightsMutation?: Maybe<InsightsMutation>;
|
|
156461
156924
|
installApp?: Maybe<AppInstallationResponse>;
|
|
156462
|
-
invokeAuxEffects?: Maybe<InvokeAuxEffectsResponse>;
|
|
156463
156925
|
invokeExtension?: Maybe<InvokeExtensionResponse>;
|
|
156464
156926
|
invokePolarisObject?: Maybe<InvokePolarisObjectPayload>;
|
|
156465
156927
|
jira?: Maybe<JiraMutation>;
|
|
@@ -156614,7 +157076,7 @@ export declare type Mutation = {
|
|
|
156614
157076
|
jpdViewsService_updateGlobalView?: Maybe<JpdViewsServiceUpdateGlobalViewPayload>;
|
|
156615
157077
|
jpdViewsService_updateGlobalViewV2?: Maybe<JpdViewsServiceUpdateGlobalViewPayload2>;
|
|
156616
157078
|
jpdViewsService_updateGlobalViewV3?: Maybe<JpdViewsServiceUpdateGlobalViewPayload2>;
|
|
156617
|
-
|
|
157079
|
+
jsmAgentWorkspace_dummy?: Maybe<Scalars['String']['output']>;
|
|
156618
157080
|
jsmChannels_establishConnection: JsmChannelsEstablishConnectionPayload;
|
|
156619
157081
|
jsmChannels_executeDraftResolutionPlanDeletion: JsmChannelsResolutionPlanActionPayload;
|
|
156620
157082
|
jsmChannels_executeResolutionPlanAction: JsmChannelsResolutionPlanActionPayload;
|
|
@@ -156651,6 +157113,7 @@ export declare type Mutation = {
|
|
|
156651
157113
|
kitsune_removeSnippet?: Maybe<KitsuneDeletedRecord>;
|
|
156652
157114
|
kitsune_removeView?: Maybe<KitsuneDeletedRecord>;
|
|
156653
157115
|
kitsune_resyncFeedback?: Maybe<KitsuneJob>;
|
|
157116
|
+
kitsune_resyncInsights?: Maybe<KitsuneJob>;
|
|
156654
157117
|
kitsune_syncCsmProperties?: Maybe<KitsuneJob>;
|
|
156655
157118
|
kitsune_syncCustomerFields?: Maybe<KitsuneJob>;
|
|
156656
157119
|
kitsune_syncCustomers?: Maybe<KitsuneJob>;
|
|
@@ -156670,6 +157133,7 @@ export declare type Mutation = {
|
|
|
156670
157133
|
knowledgeBase_updateSourceViewPermission?: Maybe<KnowledgeBaseUpdateSourceViewPermissionResponse>;
|
|
156671
157134
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
156672
157135
|
likeContent?: Maybe<LikeContentPayload>;
|
|
157136
|
+
liveChat_sendTypingSignal?: Maybe<LiveChatTypingSignalPayload>;
|
|
156673
157137
|
liveChat_sendUserMessage?: Maybe<LiveChatUserMessagePayload>;
|
|
156674
157138
|
loom_acceptOrganizationInvite?: Maybe<LoomAcceptOrganizationInvitation>;
|
|
156675
157139
|
loom_deleteVideos?: Maybe<LoomDeleteVideo>;
|
|
@@ -156970,6 +157434,8 @@ export declare type Mutation = {
|
|
|
156970
157434
|
startSprint?: Maybe<SprintResponse>;
|
|
156971
157435
|
studio_createDraftBuild?: Maybe<StudioCreateDraftBuildPayload>;
|
|
156972
157436
|
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
157437
|
+
tags_createTag?: Maybe<TagsResponse>;
|
|
157438
|
+
tags_updateTag?: Maybe<TagsResponse>;
|
|
156973
157439
|
team?: Maybe<TeamMutation>;
|
|
156974
157440
|
templateMigration?: Maybe<TemplateMigration>;
|
|
156975
157441
|
templatize?: Maybe<Scalars['ID']['output']>;
|
|
@@ -157460,6 +157926,9 @@ export declare type MutationAgentWorkspace_UpdateSkillArgs = {
|
|
|
157460
157926
|
export declare type MutationAgentWorkspace_UpdateSkillCategoryArgs = {
|
|
157461
157927
|
input: AgentWorkspaceSkillCategoryUpdateInput;
|
|
157462
157928
|
};
|
|
157929
|
+
export declare type MutationAgentWorkspace_UpdateSkillMappingsInProjectArgs = {
|
|
157930
|
+
input: AgentWorkspaceUpdateSkillMappingsInProjectInput;
|
|
157931
|
+
};
|
|
157463
157932
|
export declare type MutationAgentWorkspace_UpdateSmartRoutingConfigArgs = {
|
|
157464
157933
|
input: AgentWorkspaceUpdateSmartRoutingConfigInput;
|
|
157465
157934
|
};
|
|
@@ -157590,6 +158059,12 @@ export declare type MutationAssetsDm_CreateDefaultCleansingRuleArgs = {
|
|
|
157590
158059
|
input: AssetsDmCreateDefaultCleansingRuleInput;
|
|
157591
158060
|
workspaceId: Scalars['ID']['input'];
|
|
157592
158061
|
};
|
|
158062
|
+
export declare type MutationAssetsDm_CreateJobScheduleArgs = {
|
|
158063
|
+
cloudId: Scalars['ID']['input'];
|
|
158064
|
+
input: AssetsDmJobScheduleInput;
|
|
158065
|
+
jobId: Scalars['ID']['input'];
|
|
158066
|
+
workspaceId: Scalars['ID']['input'];
|
|
158067
|
+
};
|
|
157593
158068
|
export declare type MutationAssetsDm_CreateObjectAttributeArgs = {
|
|
157594
158069
|
cloudId: Scalars['ID']['input'];
|
|
157595
158070
|
payload: AssetsDmCreateObjectAttributeInput;
|
|
@@ -157702,6 +158177,11 @@ export declare type MutationAssetsDm_DeleteDefaultCleansingRuleArgs = {
|
|
|
157702
158177
|
input: AssetsDmDeleteDefaultCleansingRuleInput;
|
|
157703
158178
|
workspaceId: Scalars['ID']['input'];
|
|
157704
158179
|
};
|
|
158180
|
+
export declare type MutationAssetsDm_DeleteJobScheduleArgs = {
|
|
158181
|
+
cloudId: Scalars['ID']['input'];
|
|
158182
|
+
jobId: Scalars['ID']['input'];
|
|
158183
|
+
workspaceId: Scalars['ID']['input'];
|
|
158184
|
+
};
|
|
157705
158185
|
export declare type MutationAssetsDm_DeleteObjectTagArgs = {
|
|
157706
158186
|
cloudId: Scalars['ID']['input'];
|
|
157707
158187
|
tagId: Scalars['ID']['input'];
|
|
@@ -157742,6 +158222,12 @@ export declare type MutationAssetsDm_EditDefaultAttributeMappingArgs = {
|
|
|
157742
158222
|
payload: AssetsDmEditDefaultAttributeMappingInput;
|
|
157743
158223
|
workspaceId: Scalars['ID']['input'];
|
|
157744
158224
|
};
|
|
158225
|
+
export declare type MutationAssetsDm_EditJobScheduleArgs = {
|
|
158226
|
+
cloudId: Scalars['ID']['input'];
|
|
158227
|
+
input: AssetsDmJobScheduleInput;
|
|
158228
|
+
jobId: Scalars['ID']['input'];
|
|
158229
|
+
workspaceId: Scalars['ID']['input'];
|
|
158230
|
+
};
|
|
157745
158231
|
export declare type MutationAssetsDm_EditObjectTagArgs = {
|
|
157746
158232
|
cloudId: Scalars['ID']['input'];
|
|
157747
158233
|
input: Array<AssetsDmObjectTagEditInput>;
|
|
@@ -159710,6 +160196,9 @@ export declare type MutationGraphIntegration_McpAdminManagementUpdateMcpRegistra
|
|
|
159710
160196
|
export declare type MutationGraphIntegration_McpAdminManagementUpdateMcpToolConfigurationArgs = {
|
|
159711
160197
|
input: GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationInput;
|
|
159712
160198
|
};
|
|
160199
|
+
export declare type MutationGraphIntegration_McpServerRequestSubmitArgs = {
|
|
160200
|
+
input: GraphIntegrationMcpServerRequestSubmitInput;
|
|
160201
|
+
};
|
|
159713
160202
|
export declare type MutationGraphIntegration_RemoveTwgCapabilityContainerArgs = {
|
|
159714
160203
|
input: GraphIntegrationRemoveTwgCapabilityContainerInput;
|
|
159715
160204
|
};
|
|
@@ -159796,9 +160285,6 @@ export declare type MutationHome_RemoveTagsArgs = {
|
|
|
159796
160285
|
export declare type MutationInstallAppArgs = {
|
|
159797
160286
|
input: AppInstallationInput;
|
|
159798
160287
|
};
|
|
159799
|
-
export declare type MutationInvokeAuxEffectsArgs = {
|
|
159800
|
-
input: InvokeAuxEffectsInput;
|
|
159801
|
-
};
|
|
159802
160288
|
export declare type MutationInvokeExtensionArgs = {
|
|
159803
160289
|
input: InvokeExtensionInput;
|
|
159804
160290
|
};
|
|
@@ -160444,6 +160930,9 @@ export declare type MutationKitsune_RemoveViewArgs = {
|
|
|
160444
160930
|
export declare type MutationKitsune_ResyncFeedbackArgs = {
|
|
160445
160931
|
workspaceAri: Scalars['ID']['input'];
|
|
160446
160932
|
};
|
|
160933
|
+
export declare type MutationKitsune_ResyncInsightsArgs = {
|
|
160934
|
+
workspaceAri: Scalars['ID']['input'];
|
|
160935
|
+
};
|
|
160447
160936
|
export declare type MutationKitsune_SyncCsmPropertiesArgs = {
|
|
160448
160937
|
workspaceAri: Scalars['ID']['input'];
|
|
160449
160938
|
};
|
|
@@ -160535,6 +161024,9 @@ export declare type MutationKnowledgeBase_UpdateSourceViewPermissionArgs = {
|
|
|
160535
161024
|
export declare type MutationLikeContentArgs = {
|
|
160536
161025
|
input: LikeContentInput;
|
|
160537
161026
|
};
|
|
161027
|
+
export declare type MutationLiveChat_SendTypingSignalArgs = {
|
|
161028
|
+
liveChatSendTypingSignalInput: LiveChatSendTypingSignalInput;
|
|
161029
|
+
};
|
|
160538
161030
|
export declare type MutationLiveChat_SendUserMessageArgs = {
|
|
160539
161031
|
liveChatSendUserMessageInput: LiveChatSendUserMessageInput;
|
|
160540
161032
|
};
|
|
@@ -161488,6 +161980,15 @@ export declare type MutationStudio_CreateDraftBuildArgs = {
|
|
|
161488
161980
|
export declare type MutationSubscribeToAppArgs = {
|
|
161489
161981
|
input: AppSubscribeInput;
|
|
161490
161982
|
};
|
|
161983
|
+
export declare type MutationTags_CreateTagArgs = {
|
|
161984
|
+
input: TagsCreateInput;
|
|
161985
|
+
kind: Scalars['String']['input'];
|
|
161986
|
+
};
|
|
161987
|
+
export declare type MutationTags_UpdateTagArgs = {
|
|
161988
|
+
input: TagsUpdateInput;
|
|
161989
|
+
kind: Scalars['String']['input'];
|
|
161990
|
+
tagId: Scalars['String']['input'];
|
|
161991
|
+
};
|
|
161491
161992
|
export declare type MutationTemplateMigrationArgs = {
|
|
161492
161993
|
spaceKey: Scalars['String']['input'];
|
|
161493
161994
|
};
|
|
@@ -164006,6 +164507,7 @@ export declare enum PolarisTimelineTodayMarker {
|
|
|
164006
164507
|
}
|
|
164007
164508
|
export declare type PolarisTreeConfig = {
|
|
164008
164509
|
__typename?: 'PolarisTreeConfig';
|
|
164510
|
+
allowMultipleParents?: Maybe<Scalars['Boolean']['output']>;
|
|
164009
164511
|
defaultFields?: Maybe<Array<PolarisIdeaField>>;
|
|
164010
164512
|
hierarchy?: Maybe<Array<PolarisTreeHierarchyItem>>;
|
|
164011
164513
|
mode?: Maybe<PolarisTreeMode>;
|
|
@@ -164380,6 +164882,30 @@ export declare type PrivacyEnhancingTechniques = {
|
|
|
164380
164882
|
arePrivacyEnhancingTechniquesSupported: Scalars['Boolean']['output'];
|
|
164381
164883
|
privacyEnhancingTechniquesSupported?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
164382
164884
|
};
|
|
164885
|
+
export declare type ProactiveAiEchoEdge = {
|
|
164886
|
+
__typename?: 'ProactiveAiEchoEdge';
|
|
164887
|
+
cursor: Scalars['String']['output'];
|
|
164888
|
+
node?: Maybe<ProactiveAiEchoMessage>;
|
|
164889
|
+
};
|
|
164890
|
+
export declare type ProactiveAiEchoMessage = {
|
|
164891
|
+
__typename?: 'ProactiveAiEchoMessage';
|
|
164892
|
+
index: Scalars['Int']['output'];
|
|
164893
|
+
originalMessage: Scalars['String']['output'];
|
|
164894
|
+
};
|
|
164895
|
+
export declare type ProactiveAiEchoResponse = {
|
|
164896
|
+
__typename?: 'ProactiveAiEchoResponse';
|
|
164897
|
+
message: Scalars['String']['output'];
|
|
164898
|
+
paginatedResults?: Maybe<ProactiveAiEchoResultsConnection>;
|
|
164899
|
+
timestamp: Scalars['String']['output'];
|
|
164900
|
+
userAccountId: Scalars['String']['output'];
|
|
164901
|
+
};
|
|
164902
|
+
export declare type ProactiveAiEchoResultsConnection = {
|
|
164903
|
+
__typename?: 'ProactiveAiEchoResultsConnection';
|
|
164904
|
+
edges?: Maybe<Array<ProactiveAiEchoEdge>>;
|
|
164905
|
+
errors?: Maybe<Array<QueryError>>;
|
|
164906
|
+
pageInfo: PageInfo;
|
|
164907
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
164908
|
+
};
|
|
164383
164909
|
export declare enum Product {
|
|
164384
164910
|
Confluence = "CONFLUENCE"
|
|
164385
164911
|
}
|
|
@@ -164896,6 +165422,8 @@ export declare type Query = {
|
|
|
164896
165422
|
agentWorkspace_teamsConnectedToProject?: Maybe<AgentWorkspaceTeamConnection>;
|
|
164897
165423
|
agent_sessionAssociationQuery?: Maybe<AgentSessionAssociationConnection>;
|
|
164898
165424
|
agent_sessionQuery?: Maybe<AgentSessionConnection>;
|
|
165425
|
+
aiCoreApi_fetchRsaEmployeeTickets?: Maybe<AiCoreApiRsaEmployeeTicketsResult>;
|
|
165426
|
+
aiCoreApi_fetchRsaFunnelMetrics?: Maybe<AiCoreApiRsaFunnelMetricsResult>;
|
|
164899
165427
|
aiCoreApi_fetchRsaReport?: Maybe<AiCoreApiRsaFetchReportResult>;
|
|
164900
165428
|
aiCoreApi_vsaQuestionsByProject?: Maybe<AiCoreApiVsaQuestionsResult>;
|
|
164901
165429
|
aiCoreApi_vsaQuestionsByProjectAndType?: Maybe<AiCoreApiVsaQuestionsWithTypeResult>;
|
|
@@ -164905,7 +165433,7 @@ export declare type Query = {
|
|
|
164905
165433
|
aiManagedObject_aiManagedObjectsByReferenceObjectAri?: Maybe<AiManagedObjectConnection>;
|
|
164906
165434
|
aiops_incidentRelatedAlerts?: Maybe<AiOpsIncidentRelatedAlertsResponse>;
|
|
164907
165435
|
aiops_incidentSuggestion?: Maybe<AiOpsIncidentSuggestionResponse>;
|
|
164908
|
-
aiops_investigationById?: Maybe<
|
|
165436
|
+
aiops_investigationById?: Maybe<AiOpsInvestigationQueryResult>;
|
|
164909
165437
|
aiops_latestInvestigationByEntityTypeId?: Maybe<AiOpsInvestigationQueryResult>;
|
|
164910
165438
|
allIndividualSpaces?: Maybe<SpaceInfoConnection>;
|
|
164911
165439
|
allTemplates?: Maybe<PaginatedTemplateInfoList>;
|
|
@@ -165004,6 +165532,9 @@ export declare type Query = {
|
|
|
165004
165532
|
assetsVertical_customInsights?: Maybe<AssetsVerticalCustomInsightsResult>;
|
|
165005
165533
|
assetsVertical_depreciationRule?: Maybe<AssetsVerticalDepreciationRuleResult>;
|
|
165006
165534
|
assetsVertical_depreciationRules?: Maybe<AssetsVerticalDepreciationRuleConnection>;
|
|
165535
|
+
assetsVertical_hardwareCountByStatus?: Maybe<AssetsVerticalHardwareCountByStatusResult>;
|
|
165536
|
+
assetsVertical_hardwareObjectTypes?: Maybe<AssetsVerticalHardwareObjectTypesResult>;
|
|
165537
|
+
assetsVertical_hardwareObjects?: Maybe<AssetsVerticalHardwareObjectsResult>;
|
|
165007
165538
|
assetsVertical_insightDefinitions?: Maybe<AssetsVerticalInsightDefinitionResult>;
|
|
165008
165539
|
assetsVertical_insightDetails?: Maybe<AssetsVerticalInsightDetailsResult>;
|
|
165009
165540
|
assetsVertical_insightDetailsByDefinition?: Maybe<AssetsVerticalInsightDetailsByDefinitionResult>;
|
|
@@ -165055,6 +165586,8 @@ export declare type Query = {
|
|
|
165055
165586
|
avp_getChartTemplates?: Maybe<Array<AvpChartTemplate>>;
|
|
165056
165587
|
avp_getDashboard?: Maybe<AvpDashboard>;
|
|
165057
165588
|
avp_getDashboardIdBySlug?: Maybe<AvpGetDashboardIdBySlugPayload>;
|
|
165589
|
+
avp_getDashboardIdentityAccess?: Maybe<AvpDashboardIdentityAccess>;
|
|
165590
|
+
avp_getDashboardResourcePermission?: Maybe<AvpDashboardResourcePermission>;
|
|
165058
165591
|
avp_getDashboardTemplateJson?: Maybe<Scalars['String']['output']>;
|
|
165059
165592
|
avp_getDashboardTemplates?: Maybe<Array<AvpDashboardTemplate>>;
|
|
165060
165593
|
avp_getDashboardsByAris?: Maybe<Array<Maybe<AvpDashboard>>>;
|
|
@@ -165399,6 +165932,7 @@ export declare type Query = {
|
|
|
165399
165932
|
csm_emailChannelConfiguration?: Maybe<CustomerServiceEmailChannelConfigQueryResult>;
|
|
165400
165933
|
csm_helpCenterMetadata?: Maybe<CustomerServiceHelpCenterMetadataQueryResult>;
|
|
165401
165934
|
csm_liveChatAgent?: Maybe<CustomerServiceLiveChatAgentQueryResult>;
|
|
165935
|
+
csm_liveChatAgents?: Maybe<CustomerServiceLiveChatAgentConnection>;
|
|
165402
165936
|
csm_liveChatSettings?: Maybe<CustomerServiceLiveChatSettingsQueryResult>;
|
|
165403
165937
|
currentConfluenceUser?: Maybe<CurrentConfluenceUser>;
|
|
165404
165938
|
customer360_customer?: Maybe<Customer360Customer>;
|
|
@@ -165533,6 +166067,7 @@ export declare type Query = {
|
|
|
165533
166067
|
goals_byIds?: Maybe<Array<Maybe<TownsquareGoal>>>;
|
|
165534
166068
|
goals_byKey?: Maybe<TownsquareGoal>;
|
|
165535
166069
|
goals_capabilities?: Maybe<TownsquareGoalAppCapabilities>;
|
|
166070
|
+
goals_explainSearch?: Maybe<TownsquareSearchExplanation>;
|
|
165536
166071
|
goals_goalStatuses?: Maybe<Array<TownsquareStatus>>;
|
|
165537
166072
|
goals_goalTypeById?: Maybe<TownsquareGoalType>;
|
|
165538
166073
|
goals_goalTypes?: Maybe<TownsquareGoalTypeConnection>;
|
|
@@ -165542,6 +166077,7 @@ export declare type Query = {
|
|
|
165542
166077
|
goals_metricValuesByIds?: Maybe<Array<Maybe<TownsquareMetricValue>>>;
|
|
165543
166078
|
goals_metricsByIds?: Maybe<Array<Maybe<TownsquareMetric>>>;
|
|
165544
166079
|
goals_search?: Maybe<TownsquareGoalConnection>;
|
|
166080
|
+
graphInference_getRelatedRepos?: Maybe<GraphInferenceGetRelatedReposResponse>;
|
|
165545
166081
|
graphIntegration_availableTwgCapabilityContainers?: Maybe<Array<Maybe<GraphIntegrationTwgCapabilityContainerMeta>>>;
|
|
165546
166082
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
165547
166083
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
@@ -165550,6 +166086,8 @@ export declare type Query = {
|
|
|
165550
166086
|
graphIntegration_mcpAdminManagementMcpServerMetaData?: Maybe<GraphIntegrationMcpAdminManagementMcpServerMetaData>;
|
|
165551
166087
|
graphIntegration_mcpAdminManagementMcpServers?: Maybe<GraphIntegrationMcpAdminManagementMcpServerConnection>;
|
|
165552
166088
|
graphIntegration_mcpAdminManagementMcpTools?: Maybe<GraphIntegrationMcpAdminManagementMcpToolConnection>;
|
|
166089
|
+
graphIntegration_mcpServerRequests?: Maybe<GraphIntegrationMcpServerRequestConnection>;
|
|
166090
|
+
graphIntegration_mcpServerUserRequests?: Maybe<GraphIntegrationMcpServerUserRequestConnection>;
|
|
165553
166091
|
graphIntegration_mcpServers?: Maybe<Array<Maybe<GraphIntegrationMcpServerNode>>>;
|
|
165554
166092
|
graphIntegration_mcpTools?: Maybe<Array<Maybe<GraphIntegrationMcpToolNode>>>;
|
|
165555
166093
|
graphIntegration_skill?: Maybe<GraphIntegrationSkill>;
|
|
@@ -165677,7 +166215,7 @@ export declare type Query = {
|
|
|
165677
166215
|
jpdViewsService_globalViewsById?: Maybe<Array<Maybe<JpdViewsServiceGlobalView>>>;
|
|
165678
166216
|
jpdViewsService_globalViewsByIdV2?: Maybe<Array<Maybe<JpdViewsServiceGlobalView2>>>;
|
|
165679
166217
|
jpdViewsService_hydrateUser?: Maybe<JpdViewsServiceUserHydrationExample>;
|
|
165680
|
-
|
|
166218
|
+
jsmAgentWorkspace_dummy?: Maybe<Scalars['String']['output']>;
|
|
165681
166219
|
jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
|
|
165682
166220
|
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
165683
166221
|
jsmChannels_getExperienceConfigurationByProjectId: JsmChannelsExperienceConfigurationResult;
|
|
@@ -165685,6 +166223,7 @@ export declare type Query = {
|
|
|
165685
166223
|
jsmChannels_getResolutionPlanGraph?: Maybe<JsmChannelsResolutionPlanGraphResult>;
|
|
165686
166224
|
jsmChannels_getRovoAgentsByProject?: Maybe<JsmChannelsRovoAgentsByProjectResult>;
|
|
165687
166225
|
jsmChannels_getServiceAgentResolutionStateByTicketId: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
166226
|
+
jsmChannels_hasRovoServiceResolutionPlanGenerated?: Maybe<JsmChannelsRovoServiceResolutionPlanGeneratedResult>;
|
|
165688
166227
|
jsmChannels_isPreviewModeEnabled?: Maybe<JsmChannelsPreviewModeResult>;
|
|
165689
166228
|
jsmChannels_rovoServiceAgentConfigByProjectId?: Maybe<JsmChannelsRovoServiceAgentConfigResult>;
|
|
165690
166229
|
jsmChannels_taskAgents: JsmChannelsTaskAgentsResult;
|
|
@@ -165838,6 +166377,7 @@ export declare type Query = {
|
|
|
165838
166377
|
playbook_jiraPlaybook?: Maybe<JiraPlaybookQueryPayload>;
|
|
165839
166378
|
playbook_jiraPlaybookInstancesForIssue?: Maybe<JiraPlaybookInstanceConnection>;
|
|
165840
166379
|
playbook_jiraPlaybookLabelsForProject?: Maybe<JiraPlaybookLabelConnection>;
|
|
166380
|
+
playbook_jiraPlaybookRuleIdsForProject?: Maybe<JiraPlaybookRuleIdsConnection>;
|
|
165841
166381
|
playbook_jiraPlaybookStepRunsForPlaybookInstance?: Maybe<JiraPlaybookStepRunConnection>;
|
|
165842
166382
|
playbook_jiraPlaybookStepRunsForProject?: Maybe<JiraPlaybookStepRunConnection>;
|
|
165843
166383
|
playbook_jiraPlaybookStepUsageForProject?: Maybe<JiraPlaybookStepUsageConnection>;
|
|
@@ -165864,6 +166404,7 @@ export declare type Query = {
|
|
|
165864
166404
|
popularFeed?: Maybe<PaginatedPopularFeed>;
|
|
165865
166405
|
postOffice_getMessages?: Maybe<PostOfficeEnrichedMessagePayload>;
|
|
165866
166406
|
postOffice_placeholder?: Maybe<Scalars['String']['output']>;
|
|
166407
|
+
proactiveAi_echo?: Maybe<ProactiveAiEchoResponse>;
|
|
165867
166408
|
productListing?: Maybe<ProductListingResult>;
|
|
165868
166409
|
productListings: Array<ProductListingResult>;
|
|
165869
166410
|
projects_allWatchedProjectUpdates?: Maybe<TownsquareUpdateConnection>;
|
|
@@ -165878,6 +166419,7 @@ export declare type Query = {
|
|
|
165878
166419
|
projects_canCreateProjectFusion?: Maybe<TownsquareProjectsCanCreateProjectFusionPayload>;
|
|
165879
166420
|
projects_capabilities?: Maybe<TownsquareProjectAppCapabilities>;
|
|
165880
166421
|
projects_customFieldDefinitionSearch?: Maybe<TownsquareCustomFieldDefinitionConnection>;
|
|
166422
|
+
projects_explainSearch?: Maybe<TownsquareSearchExplanation>;
|
|
165881
166423
|
projects_linksByIds?: Maybe<Array<Maybe<TownsquareLink>>>;
|
|
165882
166424
|
projects_search?: Maybe<TownsquareProjectConnection>;
|
|
165883
166425
|
projects_searchJiraWorkItemsToLink?: Maybe<TownsquareJiraWorkItemConnection>;
|
|
@@ -166074,6 +166616,9 @@ export declare type Query = {
|
|
|
166074
166616
|
supportInquiry_channelsIdentityHash?: Maybe<Scalars['String']['output']>;
|
|
166075
166617
|
supportInquiry_channelsIdentityHashByClientName?: Maybe<Scalars['String']['output']>;
|
|
166076
166618
|
supportInquiry_userContext?: Maybe<SupportInquiryUserContext>;
|
|
166619
|
+
tags_getTag?: Maybe<TagsResponse>;
|
|
166620
|
+
tags_getTagByNameKindOrg?: Maybe<TagsResponse>;
|
|
166621
|
+
tags_listTags?: Maybe<TagsListResponse>;
|
|
166077
166622
|
team?: Maybe<TeamQuery>;
|
|
166078
166623
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
166079
166624
|
teamLabels?: Maybe<PaginatedLabelList>;
|
|
@@ -166123,6 +166668,7 @@ export declare type Query = {
|
|
|
166123
166668
|
userWithContentRestrictions?: Maybe<UserWithRestrictions>;
|
|
166124
166669
|
users?: Maybe<Array<User>>;
|
|
166125
166670
|
usersWithContentRestrictions?: Maybe<Array<Maybe<UserWithRestrictions>>>;
|
|
166671
|
+
uts_allowanceExemptions?: Maybe<UtsAllowanceExemptionList>;
|
|
166126
166672
|
uts_usageAlerts?: Maybe<Array<Maybe<UtsUsageAlert>>>;
|
|
166127
166673
|
validateConvertPageToLiveEdit?: Maybe<ConvertPageToLiveEditValidationResult>;
|
|
166128
166674
|
validatePageCopy?: Maybe<ValidatePageCopyPayload>;
|
|
@@ -166860,6 +167406,7 @@ export declare type QueryAgentWorkspace_DefaultCapacityArgs = {
|
|
|
166860
167406
|
export declare type QueryAgentWorkspace_DraftedRoutingTableEntriesArgs = {
|
|
166861
167407
|
cloudId: Scalars['ID']['input'];
|
|
166862
167408
|
projectKey: Scalars['String']['input'];
|
|
167409
|
+
serviceFieldId: Scalars['String']['input'];
|
|
166863
167410
|
};
|
|
166864
167411
|
export declare type QueryAgentWorkspace_DraftedRoutingTableStatusArgs = {
|
|
166865
167412
|
cloudId: Scalars['ID']['input'];
|
|
@@ -166958,6 +167505,7 @@ export declare type QueryAgentWorkspace_SkillsArgs = {
|
|
|
166958
167505
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
166959
167506
|
cloudId: Scalars['ID']['input'];
|
|
166960
167507
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
167508
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
166961
167509
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
166962
167510
|
};
|
|
166963
167511
|
export declare type QueryAgentWorkspace_SkillsInCategoryArgs = {
|
|
@@ -167007,8 +167555,19 @@ export declare type QueryAgent_SessionQueryArgs = {
|
|
|
167007
167555
|
shardingContext?: InputMaybe<Scalars['String']['input']>;
|
|
167008
167556
|
sort?: InputMaybe<Scalars['String']['input']>;
|
|
167009
167557
|
};
|
|
167558
|
+
export declare type QueryAiCoreApi_FetchRsaEmployeeTicketsArgs = {
|
|
167559
|
+
accountIds: Array<Scalars['ID']['input']>;
|
|
167560
|
+
jobId: Scalars['ID']['input'];
|
|
167561
|
+
projectAri: Scalars['ID']['input'];
|
|
167562
|
+
};
|
|
167563
|
+
export declare type QueryAiCoreApi_FetchRsaFunnelMetricsArgs = {
|
|
167564
|
+
durationInDays?: InputMaybe<Scalars['Int']['input']>;
|
|
167565
|
+
jobId: Scalars['ID']['input'];
|
|
167566
|
+
projectAri: Scalars['ID']['input'];
|
|
167567
|
+
};
|
|
167010
167568
|
export declare type QueryAiCoreApi_FetchRsaReportArgs = {
|
|
167011
167569
|
jobId: Scalars['ID']['input'];
|
|
167570
|
+
projectAri?: InputMaybe<Scalars['ID']['input']>;
|
|
167012
167571
|
queryTypes?: InputMaybe<Array<AiCoreApiRsaQueryType>>;
|
|
167013
167572
|
};
|
|
167014
167573
|
export declare type QueryAiCoreApi_VsaQuestionsByProjectArgs = {
|
|
@@ -167599,6 +168158,18 @@ export declare type QueryAssetsVertical_DepreciationRulesArgs = {
|
|
|
167599
168158
|
objTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
167600
168159
|
verticalInstantiationId: Scalars['ID']['input'];
|
|
167601
168160
|
};
|
|
168161
|
+
export declare type QueryAssetsVertical_HardwareCountByStatusArgs = {
|
|
168162
|
+
cloudId: Scalars['ID']['input'];
|
|
168163
|
+
input: AssetsVerticalHardwareCountByStatusInput;
|
|
168164
|
+
};
|
|
168165
|
+
export declare type QueryAssetsVertical_HardwareObjectTypesArgs = {
|
|
168166
|
+
cloudId: Scalars['ID']['input'];
|
|
168167
|
+
input: AssetsVerticalHardwareObjectTypesInput;
|
|
168168
|
+
};
|
|
168169
|
+
export declare type QueryAssetsVertical_HardwareObjectsArgs = {
|
|
168170
|
+
cloudId: Scalars['ID']['input'];
|
|
168171
|
+
input: AssetsVerticalHardwareObjectsInput;
|
|
168172
|
+
};
|
|
167602
168173
|
export declare type QueryAssetsVertical_InsightDefinitionsArgs = {
|
|
167603
168174
|
cloudId: Scalars['ID']['input'];
|
|
167604
168175
|
};
|
|
@@ -167810,6 +168381,12 @@ export declare type QueryAvp_GetDashboardIdBySlugArgs = {
|
|
|
167810
168381
|
workspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
167811
168382
|
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
167812
168383
|
};
|
|
168384
|
+
export declare type QueryAvp_GetDashboardIdentityAccessArgs = {
|
|
168385
|
+
input: AvpGetDashboardIdentityAccessInput;
|
|
168386
|
+
};
|
|
168387
|
+
export declare type QueryAvp_GetDashboardResourcePermissionArgs = {
|
|
168388
|
+
input: AvpGetDashboardResourcePermissionInput;
|
|
168389
|
+
};
|
|
167813
168390
|
export declare type QueryAvp_GetDashboardTemplateJsonArgs = {
|
|
167814
168391
|
dashboardAri: Scalars['ID']['input'];
|
|
167815
168392
|
templateType: Scalars['String']['input'];
|
|
@@ -169374,6 +169951,12 @@ export declare type QueryCsm_LiveChatAgentArgs = {
|
|
|
169374
169951
|
accountId: Scalars['ID']['input'];
|
|
169375
169952
|
cloudId: Scalars['ID']['input'];
|
|
169376
169953
|
};
|
|
169954
|
+
export declare type QueryCsm_LiveChatAgentsArgs = {
|
|
169955
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
169956
|
+
cloudId: Scalars['ID']['input'];
|
|
169957
|
+
filter?: InputMaybe<CustomerServiceLiveChatAgentsFilterInput>;
|
|
169958
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
169959
|
+
};
|
|
169377
169960
|
export declare type QueryCsm_LiveChatSettingsArgs = {
|
|
169378
169961
|
cloudId: Scalars['ID']['input'];
|
|
169379
169962
|
};
|
|
@@ -169910,6 +170493,11 @@ export declare type QueryGoals_ByKeyArgs = {
|
|
|
169910
170493
|
export declare type QueryGoals_CapabilitiesArgs = {
|
|
169911
170494
|
containerId: Scalars['ID']['input'];
|
|
169912
170495
|
};
|
|
170496
|
+
export declare type QueryGoals_ExplainSearchArgs = {
|
|
170497
|
+
containerId: Scalars['ID']['input'];
|
|
170498
|
+
directoryViewId?: InputMaybe<Scalars['ID']['input']>;
|
|
170499
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
170500
|
+
};
|
|
169913
170501
|
export declare type QueryGoals_GoalStatusesArgs = {
|
|
169914
170502
|
containerId: Scalars['ID']['input'];
|
|
169915
170503
|
};
|
|
@@ -169948,6 +170536,9 @@ export declare type QueryGoals_SearchArgs = {
|
|
|
169948
170536
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
169949
170537
|
sort?: InputMaybe<Array<InputMaybe<TownsquareGoalSortEnum>>>;
|
|
169950
170538
|
};
|
|
170539
|
+
export declare type QueryGraphInference_GetRelatedReposArgs = {
|
|
170540
|
+
input: GraphInferenceGetRelatedReposInput;
|
|
170541
|
+
};
|
|
169951
170542
|
export declare type QueryGraphIntegration_AvailableTwgCapabilityContainersArgs = {
|
|
169952
170543
|
contextAri: Scalars['ID']['input'];
|
|
169953
170544
|
};
|
|
@@ -169993,6 +170584,18 @@ export declare type QueryGraphIntegration_McpAdminManagementMcpToolsArgs = {
|
|
|
169993
170584
|
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
169994
170585
|
serverId: Scalars['ID']['input'];
|
|
169995
170586
|
};
|
|
170587
|
+
export declare type QueryGraphIntegration_McpServerRequestsArgs = {
|
|
170588
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
170589
|
+
cloudId: Scalars['ID']['input'];
|
|
170590
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
170591
|
+
status?: InputMaybe<GraphIntegrationMcpServerRequestStatus>;
|
|
170592
|
+
};
|
|
170593
|
+
export declare type QueryGraphIntegration_McpServerUserRequestsArgs = {
|
|
170594
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
170595
|
+
aggregateRequestId: Scalars['ID']['input'];
|
|
170596
|
+
cloudId: Scalars['ID']['input'];
|
|
170597
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
170598
|
+
};
|
|
169996
170599
|
export declare type QueryGraphIntegration_McpServersArgs = {
|
|
169997
170600
|
ids: Array<Scalars['ID']['input']>;
|
|
169998
170601
|
};
|
|
@@ -170456,14 +171059,6 @@ export declare type QueryJpdViewsService_GlobalViewsByIdV2Args = {
|
|
|
170456
171059
|
export declare type QueryJpdViewsService_HydrateUserArgs = {
|
|
170457
171060
|
cloudId: Scalars['ID']['input'];
|
|
170458
171061
|
};
|
|
170459
|
-
export declare type QueryJsmAgentWorkspace_LocationsArgs = {
|
|
170460
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
170461
|
-
cloudId: Scalars['ID']['input'];
|
|
170462
|
-
conversationAssignee?: InputMaybe<Scalars['String']['input']>;
|
|
170463
|
-
conversationStatus?: InputMaybe<Scalars['String']['input']>;
|
|
170464
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
170465
|
-
projectKey: Scalars['String']['input'];
|
|
170466
|
-
};
|
|
170467
171062
|
export declare type QueryJsmChannels_ConversationsByContainerAriArgs = {
|
|
170468
171063
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
170469
171064
|
containerAri: Scalars['ID']['input'];
|
|
@@ -170493,6 +171088,9 @@ export declare type QueryJsmChannels_GetServiceAgentResolutionStateByTicketIdArg
|
|
|
170493
171088
|
jiraProjectAri: Scalars['ID']['input'];
|
|
170494
171089
|
ticketId: Scalars['ID']['input'];
|
|
170495
171090
|
};
|
|
171091
|
+
export declare type QueryJsmChannels_HasRovoServiceResolutionPlanGeneratedArgs = {
|
|
171092
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
171093
|
+
};
|
|
170496
171094
|
export declare type QueryJsmChannels_IsPreviewModeEnabledArgs = {
|
|
170497
171095
|
experience: JsmChannelsExperience;
|
|
170498
171096
|
jiraProjectAri: Scalars['ID']['input'];
|
|
@@ -170996,6 +171594,13 @@ export declare type QueryPlaybook_JiraPlaybookLabelsForProjectArgs = {
|
|
|
170996
171594
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
170997
171595
|
projectKey: Scalars['String']['input'];
|
|
170998
171596
|
};
|
|
171597
|
+
export declare type QueryPlaybook_JiraPlaybookRuleIdsForProjectArgs = {
|
|
171598
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
171599
|
+
cloudId: Scalars['ID']['input'];
|
|
171600
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
171601
|
+
issueId: Scalars['String']['input'];
|
|
171602
|
+
projectKey: Scalars['String']['input'];
|
|
171603
|
+
};
|
|
170999
171604
|
export declare type QueryPlaybook_JiraPlaybookStepRunsForPlaybookInstanceArgs = {
|
|
171000
171605
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
171001
171606
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -171089,6 +171694,14 @@ export declare type QueryPostOffice_GetMessagesArgs = {
|
|
|
171089
171694
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
171090
171695
|
payload: PostOfficeGetMessagesInput;
|
|
171091
171696
|
};
|
|
171697
|
+
export declare type QueryProactiveAi_EchoArgs = {
|
|
171698
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
171699
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
171700
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
171701
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
171702
|
+
message: Scalars['String']['input'];
|
|
171703
|
+
pageId: Scalars['ID']['input'];
|
|
171704
|
+
};
|
|
171092
171705
|
export declare type QueryProductListingArgs = {
|
|
171093
171706
|
id: Scalars['ID']['input'];
|
|
171094
171707
|
locales?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -171149,6 +171762,11 @@ export declare type QueryProjects_CustomFieldDefinitionSearchArgs = {
|
|
|
171149
171762
|
sort?: InputMaybe<Array<InputMaybe<TownsquareCustomFieldSortEnum>>>;
|
|
171150
171763
|
workspaceUuid?: InputMaybe<Scalars['UUID']['input']>;
|
|
171151
171764
|
};
|
|
171765
|
+
export declare type QueryProjects_ExplainSearchArgs = {
|
|
171766
|
+
containerId: Scalars['ID']['input'];
|
|
171767
|
+
directoryViewId?: InputMaybe<Scalars['ID']['input']>;
|
|
171768
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
171769
|
+
};
|
|
171152
171770
|
export declare type QueryProjects_LinksByIdsArgs = {
|
|
171153
171771
|
linkIds: Array<Scalars['ID']['input']>;
|
|
171154
171772
|
};
|
|
@@ -171977,6 +172595,22 @@ export declare type QuerySuggestedSpacesArgs = {
|
|
|
171977
172595
|
export declare type QuerySupportInquiry_ChannelsIdentityHashByClientNameArgs = {
|
|
171978
172596
|
request?: InputMaybe<SupportInquiryChannelPlatformIdentityHashRequest>;
|
|
171979
172597
|
};
|
|
172598
|
+
export declare type QueryTags_GetTagArgs = {
|
|
172599
|
+
kind: Scalars['String']['input'];
|
|
172600
|
+
orgId: Scalars['String']['input'];
|
|
172601
|
+
tagId: Scalars['String']['input'];
|
|
172602
|
+
};
|
|
172603
|
+
export declare type QueryTags_GetTagByNameKindOrgArgs = {
|
|
172604
|
+
kind: Scalars['String']['input'];
|
|
172605
|
+
name: Scalars['String']['input'];
|
|
172606
|
+
orgId: Scalars['String']['input'];
|
|
172607
|
+
};
|
|
172608
|
+
export declare type QueryTags_ListTagsArgs = {
|
|
172609
|
+
kind: Scalars['String']['input'];
|
|
172610
|
+
namePrefix?: InputMaybe<Scalars['String']['input']>;
|
|
172611
|
+
orgId: Scalars['String']['input'];
|
|
172612
|
+
workspaceAri?: InputMaybe<Scalars['String']['input']>;
|
|
172613
|
+
};
|
|
171980
172614
|
export declare type QueryTeamLabelsArgs = {
|
|
171981
172615
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
171982
172616
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -172164,6 +172798,11 @@ export declare type QueryUsersWithContentRestrictionsArgs = {
|
|
|
172164
172798
|
accountIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
172165
172799
|
contentId: Scalars['ID']['input'];
|
|
172166
172800
|
};
|
|
172801
|
+
export declare type QueryUts_AllowanceExemptionsArgs = {
|
|
172802
|
+
scopeId: Scalars['ID']['input'];
|
|
172803
|
+
scopeType?: InputMaybe<UtsAllowanceExemptionScopeType>;
|
|
172804
|
+
usageKey?: InputMaybe<Scalars['String']['input']>;
|
|
172805
|
+
};
|
|
172167
172806
|
export declare type QueryUts_UsageAlertsArgs = {
|
|
172168
172807
|
state?: InputMaybe<UtsAlertState>;
|
|
172169
172808
|
usageIdentifier: Scalars['ID']['input'];
|
|
@@ -175639,6 +176278,27 @@ export declare type SearchResultBitbucketRepository = SearchResult & {
|
|
|
175639
176278
|
type: SearchResultType;
|
|
175640
176279
|
url: Scalars['String']['output'];
|
|
175641
176280
|
};
|
|
176281
|
+
export declare type SearchResultCodeChunk = {
|
|
176282
|
+
__typename?: 'SearchResultCodeChunk';
|
|
176283
|
+
id: Scalars['ID']['output'];
|
|
176284
|
+
lineRange: SearchResultCodeLineRange;
|
|
176285
|
+
matchedLineNumbers: Array<Scalars['Int']['output']>;
|
|
176286
|
+
matchedRanges: Array<Array<Scalars['Int']['output']>>;
|
|
176287
|
+
sourceCode: Scalars['String']['output'];
|
|
176288
|
+
};
|
|
176289
|
+
export declare type SearchResultCodeLineRange = {
|
|
176290
|
+
__typename?: 'SearchResultCodeLineRange';
|
|
176291
|
+
end: Scalars['Int']['output'];
|
|
176292
|
+
start: Scalars['Int']['output'];
|
|
176293
|
+
};
|
|
176294
|
+
export declare type SearchResultCodeRepository = {
|
|
176295
|
+
__typename?: 'SearchResultCodeRepository';
|
|
176296
|
+
host: Scalars['String']['output'];
|
|
176297
|
+
id: Scalars['ID']['output'];
|
|
176298
|
+
name: Scalars['String']['output'];
|
|
176299
|
+
namespace: Scalars['String']['output'];
|
|
176300
|
+
url: Scalars['String']['output'];
|
|
176301
|
+
};
|
|
175642
176302
|
export declare type SearchResultCompassComponent = SearchResult & {
|
|
175643
176303
|
__typename?: 'SearchResultCompassComponent';
|
|
175644
176304
|
component?: Maybe<CompassComponent>;
|
|
@@ -175743,6 +176403,32 @@ export declare type SearchResultGraphAttachment = {
|
|
|
175743
176403
|
title?: Maybe<Scalars['String']['output']>;
|
|
175744
176404
|
url?: Maybe<Scalars['String']['output']>;
|
|
175745
176405
|
};
|
|
176406
|
+
export declare type SearchResultGraphCode = SearchL2FeatureProvider & SearchResult & {
|
|
176407
|
+
__typename?: 'SearchResultGraphCode';
|
|
176408
|
+
branchOrTagName?: Maybe<Scalars['String']['output']>;
|
|
176409
|
+
commitHash: Scalars['String']['output'];
|
|
176410
|
+
customPropertiesKeyword?: Maybe<Scalars['String']['output']>;
|
|
176411
|
+
description: Scalars['String']['output'];
|
|
176412
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
176413
|
+
id: Scalars['ID']['output'];
|
|
176414
|
+
isDefaultBranch?: Maybe<Scalars['Boolean']['output']>;
|
|
176415
|
+
isMatchedPath: Scalars['Boolean']['output'];
|
|
176416
|
+
l2BodyTextInput?: Maybe<Scalars['String']['output']>;
|
|
176417
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
176418
|
+
l2TitleInput?: Maybe<Scalars['String']['output']>;
|
|
176419
|
+
l3RerankDocumentText?: Maybe<Scalars['String']['output']>;
|
|
176420
|
+
language?: Maybe<Scalars['String']['output']>;
|
|
176421
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
176422
|
+
linkedResults?: Maybe<Array<SearchLinkedResult>>;
|
|
176423
|
+
matchedChunks: Array<SearchResultCodeChunk>;
|
|
176424
|
+
navBoostScore?: Maybe<Scalars['Float']['output']>;
|
|
176425
|
+
path: Scalars['String']['output'];
|
|
176426
|
+
repository: SearchResultCodeRepository;
|
|
176427
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
176428
|
+
title: Scalars['String']['output'];
|
|
176429
|
+
type: SearchResultType;
|
|
176430
|
+
url: Scalars['String']['output'];
|
|
176431
|
+
};
|
|
175746
176432
|
export declare type SearchResultGraphDocument = SearchL2FeatureProvider & SearchResult & {
|
|
175747
176433
|
__typename?: 'SearchResultGraphDocument';
|
|
175748
176434
|
allContributors?: Maybe<Array<ThirdPartyUser>>;
|
|
@@ -176075,6 +176761,7 @@ export declare enum SearchResultType {
|
|
|
176075
176761
|
Attachment = "attachment",
|
|
176076
176762
|
Blogpost = "blogpost",
|
|
176077
176763
|
Board = "board",
|
|
176764
|
+
Code = "code",
|
|
176078
176765
|
Comment = "comment",
|
|
176079
176766
|
Component = "component",
|
|
176080
176767
|
Dashboard = "dashboard",
|
|
@@ -195589,13 +196276,13 @@ export declare type SmartsContextServiceOrbitObjectRecommendation = {
|
|
|
195589
196276
|
export declare type SmartsContextServiceQueryApi = {
|
|
195590
196277
|
__typename?: 'SmartsContextServiceQueryApi';
|
|
195591
196278
|
orbitObjectRecommendations?: Maybe<Array<Maybe<SmartsContextServiceOrbitObjectRecommendation>>>;
|
|
195592
|
-
|
|
196279
|
+
orbitUserRecommendations?: Maybe<Array<Maybe<SmartsContextServiceCollaboratorRecommendation>>>;
|
|
195593
196280
|
quickfindUserRecommendations?: Maybe<Array<Maybe<SmartsContextServiceUserRecommendation>>>;
|
|
195594
196281
|
};
|
|
195595
196282
|
export declare type SmartsContextServiceQueryApiOrbitObjectRecommendationsArgs = {
|
|
195596
196283
|
recommendationsQuery: SmartsRecommendationsQuery;
|
|
195597
196284
|
};
|
|
195598
|
-
export declare type
|
|
196285
|
+
export declare type SmartsContextServiceQueryApiOrbitUserRecommendationsArgs = {
|
|
195599
196286
|
recommendationsQuery: SmartsRecommendationsQuery;
|
|
195600
196287
|
};
|
|
195601
196288
|
export declare type SmartsContextServiceQueryApiQuickfindUserRecommendationsArgs = {
|
|
@@ -195682,7 +196369,7 @@ export declare type SmartsRecommendedContainerV2 = {
|
|
|
195682
196369
|
id: Scalars['ID']['output'];
|
|
195683
196370
|
score?: Maybe<Scalars['Float']['output']>;
|
|
195684
196371
|
};
|
|
195685
|
-
export declare type SmartsRecommendedEntity = ConfluenceBlogPost | ConfluencePage | ExternalDocument;
|
|
196372
|
+
export declare type SmartsRecommendedEntity = ConfluenceBlogPost | ConfluencePage | ExternalDocument | ExternalPullRequest | JiraIssue | TownsquareProject;
|
|
195686
196373
|
export declare type SmartsRecommendedFieldObject = {
|
|
195687
196374
|
__typename?: 'SmartsRecommendedFieldObject';
|
|
195688
196375
|
id: Scalars['ID']['output'];
|
|
@@ -200031,11 +200718,19 @@ export declare type SupportRequestOrganizationsInput = {
|
|
|
200031
200718
|
};
|
|
200032
200719
|
export declare type SupportRequestPage = {
|
|
200033
200720
|
__typename?: 'SupportRequestPage';
|
|
200721
|
+
ecosystemRequests?: Maybe<SupportRequests>;
|
|
200034
200722
|
migrationRequests?: Maybe<SupportRequestHierarchyRequests>;
|
|
200035
200723
|
namedContactRelations?: Maybe<SupportRequestNamedContactRelations>;
|
|
200036
200724
|
profile?: Maybe<SupportRequestUser>;
|
|
200037
200725
|
requests?: Maybe<SupportRequests>;
|
|
200038
200726
|
};
|
|
200727
|
+
export declare type SupportRequestPageEcosystemRequestsArgs = {
|
|
200728
|
+
offset?: Scalars['Int']['input'];
|
|
200729
|
+
ownership?: InputMaybe<SupportRequestQueryOwnership>;
|
|
200730
|
+
searchTerm?: InputMaybe<Scalars['String']['input']>;
|
|
200731
|
+
size?: Scalars['Int']['input'];
|
|
200732
|
+
status?: InputMaybe<SupportRequestQueryStatusCategory>;
|
|
200733
|
+
};
|
|
200039
200734
|
export declare type SupportRequestPageMigrationRequestsArgs = {
|
|
200040
200735
|
offset?: Scalars['Int']['input'];
|
|
200041
200736
|
ownership?: InputMaybe<SupportRequestQueryOwnership>;
|
|
@@ -200220,6 +200915,34 @@ export declare type SystemUser = {
|
|
|
200220
200915
|
isMentionable?: Maybe<Scalars['Boolean']['output']>;
|
|
200221
200916
|
nickName?: Maybe<Scalars['String']['output']>;
|
|
200222
200917
|
};
|
|
200918
|
+
export declare type TagsCreateInput = {
|
|
200919
|
+
metadata?: InputMaybe<Scalars['String']['input']>;
|
|
200920
|
+
name: Scalars['String']['input'];
|
|
200921
|
+
orgId: Scalars['String']['input'];
|
|
200922
|
+
workspaceAri?: InputMaybe<Scalars['String']['input']>;
|
|
200923
|
+
};
|
|
200924
|
+
export declare type TagsListResponse = {
|
|
200925
|
+
__typename?: 'TagsListResponse';
|
|
200926
|
+
items: Array<TagsResponse>;
|
|
200927
|
+
totalCount: Scalars['Int']['output'];
|
|
200928
|
+
};
|
|
200929
|
+
export declare type TagsResponse = {
|
|
200930
|
+
__typename?: 'TagsResponse';
|
|
200931
|
+
createdAt: Scalars['String']['output'];
|
|
200932
|
+
id: Scalars['String']['output'];
|
|
200933
|
+
kind: Scalars['String']['output'];
|
|
200934
|
+
metadata?: Maybe<Scalars['String']['output']>;
|
|
200935
|
+
name: Scalars['String']['output'];
|
|
200936
|
+
status: Scalars['String']['output'];
|
|
200937
|
+
workspaceAri?: Maybe<Scalars['String']['output']>;
|
|
200938
|
+
};
|
|
200939
|
+
export declare type TagsUpdateInput = {
|
|
200940
|
+
metadata?: InputMaybe<Scalars['String']['input']>;
|
|
200941
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
200942
|
+
orgId?: InputMaybe<Scalars['String']['input']>;
|
|
200943
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
200944
|
+
workspaceAri?: InputMaybe<Scalars['String']['input']>;
|
|
200945
|
+
};
|
|
200223
200946
|
export declare type TapExperiment = {
|
|
200224
200947
|
__typename?: 'TapExperiment';
|
|
200225
200948
|
experimentKey: Scalars['String']['output'];
|
|
@@ -202604,8 +203327,10 @@ export declare type TownsquareGoalManageAccessModifiedInput = {
|
|
|
202604
203327
|
export declare type TownsquareGoalManageAccessPayload = {
|
|
202605
203328
|
__typename?: 'TownsquareGoalManageAccessPayload';
|
|
202606
203329
|
addedPrincipalEdges?: Maybe<Array<Maybe<TownsquareGoalAccessEdge>>>;
|
|
203330
|
+
addedWatchers?: Maybe<Array<User>>;
|
|
202607
203331
|
errors?: Maybe<Array<MutationError>>;
|
|
202608
203332
|
goal?: Maybe<TownsquareGoal>;
|
|
203333
|
+
removedWatcherIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
202609
203334
|
revokedPrincipalIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
202610
203335
|
success: Scalars['Boolean']['output'];
|
|
202611
203336
|
};
|
|
@@ -203752,6 +204477,7 @@ export declare type TownsquareMetricUpdateEditInput = {
|
|
|
203752
204477
|
export declare type TownsquareMetricUpdateInput = {
|
|
203753
204478
|
newValue: Scalars['Float']['input'];
|
|
203754
204479
|
targetId: Scalars['ID']['input'];
|
|
204480
|
+
time?: InputMaybe<Scalars['DateTime']['input']>;
|
|
203755
204481
|
};
|
|
203756
204482
|
export declare type TownsquareMetricValue = Node & {
|
|
203757
204483
|
__typename?: 'TownsquareMetricValue';
|
|
@@ -204261,8 +204987,10 @@ export declare type TownsquareProjectManageAccessModifiedInput = {
|
|
|
204261
204987
|
export declare type TownsquareProjectManageAccessPayload = {
|
|
204262
204988
|
__typename?: 'TownsquareProjectManageAccessPayload';
|
|
204263
204989
|
addedPrincipalEdges?: Maybe<Array<Maybe<TownsquareProjectAccessEdge>>>;
|
|
204990
|
+
addedWatchers?: Maybe<Array<User>>;
|
|
204264
204991
|
errors?: Maybe<Array<MutationError>>;
|
|
204265
204992
|
project?: Maybe<TownsquareProject>;
|
|
204993
|
+
removedWatcherIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
204266
204994
|
revokedPrincipalIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
204267
204995
|
success: Scalars['Boolean']['output'];
|
|
204268
204996
|
};
|
|
@@ -205151,6 +205879,33 @@ export declare enum TownsquareRiskSortEnum {
|
|
|
205151
205879
|
SummaryAsc = "SUMMARY_ASC",
|
|
205152
205880
|
SummaryDesc = "SUMMARY_DESC"
|
|
205153
205881
|
}
|
|
205882
|
+
export declare enum TownsquareSearchEntity {
|
|
205883
|
+
Goal = "GOAL",
|
|
205884
|
+
Project = "PROJECT"
|
|
205885
|
+
}
|
|
205886
|
+
export declare type TownsquareSearchExplanation = {
|
|
205887
|
+
__typename?: 'TownsquareSearchExplanation';
|
|
205888
|
+
availableFields?: Maybe<Array<Maybe<TownsquareSearchExplanationField>>>;
|
|
205889
|
+
entity?: Maybe<TownsquareSearchEntity>;
|
|
205890
|
+
explanation?: Maybe<Scalars['String']['output']>;
|
|
205891
|
+
logSafeQuery?: Maybe<Scalars['String']['output']>;
|
|
205892
|
+
queryCost: Scalars['Int']['output'];
|
|
205893
|
+
};
|
|
205894
|
+
export declare type TownsquareSearchExplanationField = {
|
|
205895
|
+
__typename?: 'TownsquareSearchExplanationField';
|
|
205896
|
+
aliases?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
205897
|
+
cost: Scalars['Int']['output'];
|
|
205898
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
205899
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
205900
|
+
operators?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
205901
|
+
type?: Maybe<TownsquareSearchType>;
|
|
205902
|
+
};
|
|
205903
|
+
export declare enum TownsquareSearchType {
|
|
205904
|
+
Integer = "Integer",
|
|
205905
|
+
Numeric = "Numeric",
|
|
205906
|
+
String = "String",
|
|
205907
|
+
User = "User"
|
|
205908
|
+
}
|
|
205154
205909
|
export declare type TownsquareSetParentGoalInput = {
|
|
205155
205910
|
goalAri: Scalars['String']['input'];
|
|
205156
205911
|
parentGoalAri?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -208661,6 +209416,7 @@ export declare type TrelloMember = Node & {
|
|
|
208661
209416
|
referral?: Maybe<TrelloMemberReferral>;
|
|
208662
209417
|
referrer?: Maybe<TrelloMember>;
|
|
208663
209418
|
url?: Maybe<Scalars['URL']['output']>;
|
|
209419
|
+
usageLimits?: Maybe<Array<TrelloUsageLimit>>;
|
|
208664
209420
|
user?: Maybe<User>;
|
|
208665
209421
|
username?: Maybe<Scalars['String']['output']>;
|
|
208666
209422
|
webhooks?: Maybe<TrelloMemberOwnedWebhookConnection>;
|
|
@@ -211698,6 +212454,22 @@ export declare type TrelloUploadedBackground = {
|
|
|
211698
212454
|
__typename?: 'TrelloUploadedBackground';
|
|
211699
212455
|
objectId: Scalars['ID']['output'];
|
|
211700
212456
|
};
|
|
212457
|
+
export declare type TrelloUsageLimit = {
|
|
212458
|
+
__typename?: 'TrelloUsageLimit';
|
|
212459
|
+
count: Scalars['Int']['output'];
|
|
212460
|
+
interval?: Maybe<TrelloUsageLimitInterval>;
|
|
212461
|
+
key: TrelloUsageLimitKey;
|
|
212462
|
+
limit: Scalars['Int']['output'];
|
|
212463
|
+
periodEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
212464
|
+
periodStart?: Maybe<Scalars['DateTime']['output']>;
|
|
212465
|
+
};
|
|
212466
|
+
export declare enum TrelloUsageLimitInterval {
|
|
212467
|
+
Monthly = "MONTHLY"
|
|
212468
|
+
}
|
|
212469
|
+
export declare enum TrelloUsageLimitKey {
|
|
212470
|
+
AiBoardBackgroundGeneration = "AI_BOARD_BACKGROUND_GENERATION",
|
|
212471
|
+
AiCardCoverGeneration = "AI_CARD_COVER_GENERATION"
|
|
212472
|
+
}
|
|
211701
212473
|
export declare type TrelloUserGeneratedText = {
|
|
211702
212474
|
__typename?: 'TrelloUserGeneratedText';
|
|
211703
212475
|
text?: Maybe<Scalars['String']['output']>;
|
|
@@ -214137,6 +214909,7 @@ export declare type UpdatePolarisTimelineConfig = {
|
|
|
214137
214909
|
todayMarker?: InputMaybe<PolarisTimelineTodayMarker>;
|
|
214138
214910
|
};
|
|
214139
214911
|
export declare type UpdatePolarisTreeConfig = {
|
|
214912
|
+
allowMultipleParents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
214140
214913
|
defaultFields?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
214141
214914
|
hierarchy?: InputMaybe<Array<UpdatePolarisTreeHierarchyItem>>;
|
|
214142
214915
|
mode?: InputMaybe<PolarisTreeMode>;
|
|
@@ -214617,6 +215390,33 @@ export declare type UtsAlertThreshold = {
|
|
|
214617
215390
|
usageIdentifier: Scalars['String']['output'];
|
|
214618
215391
|
value?: Maybe<Scalars['Float']['output']>;
|
|
214619
215392
|
};
|
|
215393
|
+
export declare type UtsAllowanceExemption = {
|
|
215394
|
+
__typename?: 'UtsAllowanceExemption';
|
|
215395
|
+
exemptionType?: Maybe<Scalars['String']['output']>;
|
|
215396
|
+
expiresAt?: Maybe<Scalars['String']['output']>;
|
|
215397
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
215398
|
+
reason?: Maybe<Scalars['String']['output']>;
|
|
215399
|
+
scopeId?: Maybe<Scalars['ID']['output']>;
|
|
215400
|
+
scopeType?: Maybe<UtsAllowanceExemptionScopeType>;
|
|
215401
|
+
status?: Maybe<UtsAllowanceExemptionStatus>;
|
|
215402
|
+
usageKey?: Maybe<Scalars['String']['output']>;
|
|
215403
|
+
};
|
|
215404
|
+
export declare type UtsAllowanceExemptionList = {
|
|
215405
|
+
__typename?: 'UtsAllowanceExemptionList';
|
|
215406
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
215407
|
+
exemptions?: Maybe<Array<Maybe<UtsAllowanceExemption>>>;
|
|
215408
|
+
nextPageToken?: Maybe<Scalars['String']['output']>;
|
|
215409
|
+
};
|
|
215410
|
+
export declare enum UtsAllowanceExemptionScopeType {
|
|
215411
|
+
Org = "ORG",
|
|
215412
|
+
OrgMeter = "ORG_METER"
|
|
215413
|
+
}
|
|
215414
|
+
export declare enum UtsAllowanceExemptionStatus {
|
|
215415
|
+
Active = "ACTIVE",
|
|
215416
|
+
Cancelled = "CANCELLED",
|
|
215417
|
+
Expired = "EXPIRED",
|
|
215418
|
+
Scheduled = "SCHEDULED"
|
|
215419
|
+
}
|
|
214620
215420
|
export declare type UtsAllowancePoolAllocationUpdateInput = {
|
|
214621
215421
|
allocationId: Scalars['ID']['input'];
|
|
214622
215422
|
billingEntity?: InputMaybe<Scalars['String']['input']>;
|