@forge/cli-shared 8.24.1-next.0 → 8.24.1-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/out/graphql/graphql-types.d.ts +350 -83
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +103 -40
- package/package.json +2 -2
|
@@ -1513,9 +1513,9 @@ export declare type AvpAnalyticsPaginationInput = {
|
|
|
1513
1513
|
};
|
|
1514
1514
|
export declare type AvpAnalyticsPermission = {
|
|
1515
1515
|
__typename?: 'AVPAnalyticsPermission';
|
|
1516
|
+
principalPermissions: Array<AvpAnalyticsPrincipalPermission>;
|
|
1516
1517
|
resourceAri: Scalars['ID']['output'];
|
|
1517
1518
|
resourcePermissionType: AvpAnalyticsResourcePermissionType;
|
|
1518
|
-
userPermissions: Array<AvpAnalyticsUserPermission>;
|
|
1519
1519
|
};
|
|
1520
1520
|
export declare enum AvpAnalyticsPermissionType {
|
|
1521
1521
|
None = "NONE",
|
|
@@ -1533,6 +1533,15 @@ export declare type AvpAnalyticsPreviewModelDataInput = {
|
|
|
1533
1533
|
modelDefinition: AvpAnalyticsModelDefinitionInput;
|
|
1534
1534
|
modelId: Scalars['ID']['input'];
|
|
1535
1535
|
};
|
|
1536
|
+
export declare type AvpAnalyticsPrincipalPermission = {
|
|
1537
|
+
__typename?: 'AVPAnalyticsPrincipalPermission';
|
|
1538
|
+
principalAri: Scalars['ID']['output'];
|
|
1539
|
+
principalPermissionType: AvpAnalyticsPermissionType;
|
|
1540
|
+
};
|
|
1541
|
+
export declare type AvpAnalyticsPrincipalPermissionInput = {
|
|
1542
|
+
principalAri: Scalars['ID']['input'];
|
|
1543
|
+
principalPermissionType: AvpAnalyticsPermissionType;
|
|
1544
|
+
};
|
|
1536
1545
|
export declare type AvpAnalyticsRangeValue = {
|
|
1537
1546
|
__typename?: 'AVPAnalyticsRangeValue';
|
|
1538
1547
|
fromExpression?: Maybe<Scalars['String']['output']>;
|
|
@@ -1646,28 +1655,15 @@ export declare type AvpAnalyticsUpdateModelPayload = Payload & {
|
|
|
1646
1655
|
success: Scalars['Boolean']['output'];
|
|
1647
1656
|
};
|
|
1648
1657
|
export declare type AvpAnalyticsUpdatePermissionInput = {
|
|
1658
|
+
principalPermissions?: InputMaybe<Array<AvpAnalyticsPrincipalPermissionInput>>;
|
|
1649
1659
|
resourceAri: Scalars['ID']['input'];
|
|
1650
1660
|
resourcePermissionType: AvpAnalyticsResourcePermissionType;
|
|
1651
|
-
userPermissions: Array<AvpAnalyticsUserPermissionInput>;
|
|
1652
1661
|
};
|
|
1653
1662
|
export declare type AvpAnalyticsUpdatePermissionPayload = Payload & {
|
|
1654
1663
|
__typename?: 'AVPAnalyticsUpdatePermissionPayload';
|
|
1655
1664
|
errors?: Maybe<Array<MutationError>>;
|
|
1656
1665
|
success: Scalars['Boolean']['output'];
|
|
1657
1666
|
};
|
|
1658
|
-
export declare type AvpAnalyticsUserPermission = {
|
|
1659
|
-
__typename?: 'AVPAnalyticsUserPermission';
|
|
1660
|
-
principalAri: Scalars['ID']['output'];
|
|
1661
|
-
userPermissionType: AvpAnalyticsUserPermissionType;
|
|
1662
|
-
};
|
|
1663
|
-
export declare type AvpAnalyticsUserPermissionInput = {
|
|
1664
|
-
principalAri: Scalars['ID']['input'];
|
|
1665
|
-
userPermissionType: AvpAnalyticsUserPermissionType;
|
|
1666
|
-
};
|
|
1667
|
-
export declare enum AvpAnalyticsUserPermissionType {
|
|
1668
|
-
Read = "READ",
|
|
1669
|
-
Write = "WRITE"
|
|
1670
|
-
}
|
|
1671
1667
|
export declare type AvpAnalyticsVisualizationConfig = {
|
|
1672
1668
|
__typename?: 'AVPAnalyticsVisualizationConfig';
|
|
1673
1669
|
chartType?: Maybe<AvpAnalyticsChartType>;
|
|
@@ -5534,6 +5530,12 @@ export declare type AdminWorkspaceTypeEdge = {
|
|
|
5534
5530
|
cursor: Scalars['String']['output'];
|
|
5535
5531
|
node?: Maybe<AdminWorkspaceType>;
|
|
5536
5532
|
};
|
|
5533
|
+
export declare type AdvisorySignalIndicator = {
|
|
5534
|
+
__typename?: 'AdvisorySignalIndicator';
|
|
5535
|
+
advisorySignalId: Scalars['String']['output'];
|
|
5536
|
+
advisorySignalSummary: Scalars['String']['output'];
|
|
5537
|
+
provenance: Array<IndicatorProvenance>;
|
|
5538
|
+
};
|
|
5537
5539
|
export declare type AgentAiCitation = {
|
|
5538
5540
|
__typename?: 'AgentAICitation';
|
|
5539
5541
|
confidence?: Maybe<Scalars['Float']['output']>;
|
|
@@ -29663,6 +29665,7 @@ export declare type ConfluenceComment = {
|
|
|
29663
29665
|
body?: Maybe<ConfluenceBodies>;
|
|
29664
29666
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
29665
29667
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
29668
|
+
contributors?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
29666
29669
|
id: Scalars['ID']['output'];
|
|
29667
29670
|
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
29668
29671
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
@@ -31283,6 +31286,7 @@ export declare type ConfluenceFooterComment = ConfluenceComment & Node & {
|
|
|
31283
31286
|
body?: Maybe<ConfluenceBodies>;
|
|
31284
31287
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
31285
31288
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
31289
|
+
contributors?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
31286
31290
|
id: Scalars['ID']['output'];
|
|
31287
31291
|
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
31288
31292
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
@@ -31567,6 +31571,7 @@ export declare type ConfluenceInlineComment = ConfluenceComment & Node & {
|
|
|
31567
31571
|
body?: Maybe<ConfluenceBodies>;
|
|
31568
31572
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
31569
31573
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
31574
|
+
contributors?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
31570
31575
|
id: Scalars['ID']['output'];
|
|
31571
31576
|
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
31572
31577
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
@@ -34979,6 +34984,7 @@ export declare type ConfluenceSyncSmartFolderPayload = Payload & {
|
|
|
34979
34984
|
__typename?: 'ConfluenceSyncSmartFolderPayload';
|
|
34980
34985
|
errors?: Maybe<Array<MutationError>>;
|
|
34981
34986
|
success: Scalars['Boolean']['output'];
|
|
34987
|
+
taskAri?: Maybe<Scalars['ID']['output']>;
|
|
34982
34988
|
};
|
|
34983
34989
|
export declare enum ConfluenceSystemOperation {
|
|
34984
34990
|
CompanyHubAdmin = "COMPANY_HUB_ADMIN",
|
|
@@ -36283,6 +36289,48 @@ export declare type ConfluenceWorkflowApplicationDetails = {
|
|
|
36283
36289
|
workflowId?: Maybe<Scalars['ID']['output']>;
|
|
36284
36290
|
workflowStatusId?: Maybe<Scalars['ID']['output']>;
|
|
36285
36291
|
};
|
|
36292
|
+
export declare type ConfluenceWorkflowApplicationHistoryActor = {
|
|
36293
|
+
__typename?: 'ConfluenceWorkflowApplicationHistoryActor';
|
|
36294
|
+
accountId?: Maybe<Scalars['ID']['output']>;
|
|
36295
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
36296
|
+
};
|
|
36297
|
+
export declare type ConfluenceWorkflowApplicationHistoryConnection = {
|
|
36298
|
+
__typename?: 'ConfluenceWorkflowApplicationHistoryConnection';
|
|
36299
|
+
edges?: Maybe<Array<Maybe<ConfluenceWorkflowApplicationHistoryEdge>>>;
|
|
36300
|
+
nodes?: Maybe<Array<Maybe<ConfluenceWorkflowApplicationHistoryEntry>>>;
|
|
36301
|
+
pageInfo: ConfluencePageInfo;
|
|
36302
|
+
};
|
|
36303
|
+
export declare type ConfluenceWorkflowApplicationHistoryEdge = {
|
|
36304
|
+
__typename?: 'ConfluenceWorkflowApplicationHistoryEdge';
|
|
36305
|
+
cursor: Scalars['String']['output'];
|
|
36306
|
+
node?: Maybe<ConfluenceWorkflowApplicationHistoryEntry>;
|
|
36307
|
+
};
|
|
36308
|
+
export declare type ConfluenceWorkflowApplicationHistoryEntry = {
|
|
36309
|
+
__typename?: 'ConfluenceWorkflowApplicationHistoryEntry';
|
|
36310
|
+
action: Scalars['String']['output'];
|
|
36311
|
+
actor?: Maybe<ConfluenceWorkflowApplicationHistoryActor>;
|
|
36312
|
+
contentId: Scalars['ID']['output'];
|
|
36313
|
+
contentStatus: GraphQlContentStatus;
|
|
36314
|
+
contentVersion?: Maybe<Scalars['Int']['output']>;
|
|
36315
|
+
creationDate: ConfluenceApprovalsDate;
|
|
36316
|
+
id: Scalars['ID']['output'];
|
|
36317
|
+
reviewDecision?: Maybe<ConfluenceWorkflowApplicationHistoryReviewDecision>;
|
|
36318
|
+
targetPrincipal?: Maybe<ConfluenceWorkflowApplicationHistoryTargetPrincipal>;
|
|
36319
|
+
triggerSource?: Maybe<Scalars['String']['output']>;
|
|
36320
|
+
workflowApplicationId: Scalars['ID']['output'];
|
|
36321
|
+
workflowReviewId?: Maybe<Scalars['ID']['output']>;
|
|
36322
|
+
workflowStatus?: Maybe<ConfluenceApprovalsWorkflowStatus>;
|
|
36323
|
+
};
|
|
36324
|
+
export declare type ConfluenceWorkflowApplicationHistoryReviewDecision = {
|
|
36325
|
+
__typename?: 'ConfluenceWorkflowApplicationHistoryReviewDecision';
|
|
36326
|
+
comment?: Maybe<Scalars['String']['output']>;
|
|
36327
|
+
decisionStatus?: Maybe<Scalars['String']['output']>;
|
|
36328
|
+
};
|
|
36329
|
+
export declare type ConfluenceWorkflowApplicationHistoryTargetPrincipal = {
|
|
36330
|
+
__typename?: 'ConfluenceWorkflowApplicationHistoryTargetPrincipal';
|
|
36331
|
+
principalId?: Maybe<Scalars['ID']['output']>;
|
|
36332
|
+
principalType?: Maybe<Scalars['String']['output']>;
|
|
36333
|
+
};
|
|
36286
36334
|
export declare type ConfluenceWorkflowApplicationPayload = {
|
|
36287
36335
|
__typename?: 'ConfluenceWorkflowApplicationPayload';
|
|
36288
36336
|
errors: Array<MutationError>;
|
|
@@ -41182,6 +41230,8 @@ export declare type CustomerServiceRequest = {
|
|
|
41182
41230
|
id: Scalars['ID']['output'];
|
|
41183
41231
|
key?: Maybe<Scalars['String']['output']>;
|
|
41184
41232
|
participants?: Maybe<Array<CustomerServiceRequestParticipant>>;
|
|
41233
|
+
reporterDisplayName?: Maybe<Scalars['String']['output']>;
|
|
41234
|
+
sharedOrganizations?: Maybe<Array<CustomerServiceRequestSharedOrganization>>;
|
|
41185
41235
|
statusCategoryName?: Maybe<Scalars['String']['output']>;
|
|
41186
41236
|
statusKey?: Maybe<CustomerServiceStatusKey>;
|
|
41187
41237
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -41255,6 +41305,11 @@ export declare type CustomerServiceRequestParticipant = {
|
|
|
41255
41305
|
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
41256
41306
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
41257
41307
|
};
|
|
41308
|
+
export declare type CustomerServiceRequestSharedOrganization = {
|
|
41309
|
+
__typename?: 'CustomerServiceRequestSharedOrganization';
|
|
41310
|
+
id: Scalars['ID']['output'];
|
|
41311
|
+
name: Scalars['String']['output'];
|
|
41312
|
+
};
|
|
41258
41313
|
export declare type CustomerServiceRequestUpdateParticipantsPayload = Payload & {
|
|
41259
41314
|
__typename?: 'CustomerServiceRequestUpdateParticipantsPayload';
|
|
41260
41315
|
addedParticipants?: Maybe<Array<CustomerServiceRequestParticipant>>;
|
|
@@ -43470,6 +43525,16 @@ export declare type DevAiWorkspace = {
|
|
|
43470
43525
|
status?: Maybe<Scalars['String']['output']>;
|
|
43471
43526
|
workspaceAri: Scalars['ID']['output'];
|
|
43472
43527
|
};
|
|
43528
|
+
export declare type DevAiWorkspaceFilter = {
|
|
43529
|
+
id: Scalars['String']['input'];
|
|
43530
|
+
name: Scalars['String']['input'];
|
|
43531
|
+
};
|
|
43532
|
+
export declare type DevConsoleActiveDistributionLink = {
|
|
43533
|
+
__typename?: 'DevConsoleActiveDistributionLink';
|
|
43534
|
+
products: Array<Scalars['String']['output']>;
|
|
43535
|
+
signature: Scalars['String']['output'];
|
|
43536
|
+
status: Scalars['String']['output'];
|
|
43537
|
+
};
|
|
43473
43538
|
export declare type DevConsoleAlertSeverityBreakdown = {
|
|
43474
43539
|
__typename?: 'DevConsoleAlertSeverityBreakdown';
|
|
43475
43540
|
critical: Scalars['Int']['output'];
|
|
@@ -43852,6 +43917,7 @@ export declare type DevConsoleMutation = {
|
|
|
43852
43917
|
assignDeveloperSpace?: Maybe<DevConsoleAssignDeveloperSpacePayload>;
|
|
43853
43918
|
createAppTransfer?: Maybe<DevConsoleCreateAppTransferPayload>;
|
|
43854
43919
|
createDeveloperSpace?: Maybe<DevConsoleDeveloperSpacePayload>;
|
|
43920
|
+
generateDistributionLink?: Maybe<DevConsoleActiveDistributionLink>;
|
|
43855
43921
|
publishDeveloperSpace?: Maybe<DevConsoleResponsePayload>;
|
|
43856
43922
|
updateDeveloperSpaceMemberRoles?: Maybe<DevConsoleDeveloperSpaceMemberPayload>;
|
|
43857
43923
|
updateDeveloperSpaceSettings?: Maybe<DevConsoleDeveloperSpaceSettingsPayload>;
|
|
@@ -43872,6 +43938,10 @@ export declare type DevConsoleMutationCreateAppTransferArgs = {
|
|
|
43872
43938
|
export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
|
|
43873
43939
|
input: DevConsoleCreateDeveloperSpaceInput;
|
|
43874
43940
|
};
|
|
43941
|
+
export declare type DevConsoleMutationGenerateDistributionLinkArgs = {
|
|
43942
|
+
appId: Scalars['String']['input'];
|
|
43943
|
+
products: Array<Scalars['String']['input']>;
|
|
43944
|
+
};
|
|
43875
43945
|
export declare type DevConsoleMutationPublishDeveloperSpaceArgs = {
|
|
43876
43946
|
input: DevConsolePublishDeveloperSpaceInput;
|
|
43877
43947
|
};
|
|
@@ -43899,6 +43969,7 @@ export declare type DevConsoleQuery = {
|
|
|
43899
43969
|
developerSpaceUsageOverview?: Maybe<DevConsoleDeveloperSpaceUsageOverviewResponse>;
|
|
43900
43970
|
downloadAppInstallations?: Maybe<DevConsoleDownloadAppInstallationsResponse>;
|
|
43901
43971
|
fetchDownloadAppInstallationsStatus?: Maybe<DevConsoleFetchDownloadAppInstallationsStatusResponse>;
|
|
43972
|
+
getActiveDistributionLink?: Maybe<DevConsoleActiveDistributionLink>;
|
|
43902
43973
|
getAppEnforcementMetadata?: Maybe<DevConsoleAppEnforcementMetadataResponse>;
|
|
43903
43974
|
getAppTransferStatus?: Maybe<DevConsoleAppTransferStatusResponse>;
|
|
43904
43975
|
getAppsWithoutConsent?: Maybe<DevConsoleAppsWithoutConsentResponse>;
|
|
@@ -43941,6 +44012,9 @@ export declare type DevConsoleQueryDownloadAppInstallationsArgs = {
|
|
|
43941
44012
|
export declare type DevConsoleQueryFetchDownloadAppInstallationsStatusArgs = {
|
|
43942
44013
|
appId: Scalars['ID']['input'];
|
|
43943
44014
|
};
|
|
44015
|
+
export declare type DevConsoleQueryGetActiveDistributionLinkArgs = {
|
|
44016
|
+
appId: Scalars['String']['input'];
|
|
44017
|
+
};
|
|
43944
44018
|
export declare type DevConsoleQueryGetAppEnforcementMetadataArgs = {
|
|
43945
44019
|
appId: Scalars['ID']['input'];
|
|
43946
44020
|
};
|
|
@@ -115124,6 +115198,14 @@ export declare type HydratingJiraIssueEdge = {
|
|
|
115124
115198
|
cursor: Scalars['String']['output'];
|
|
115125
115199
|
node?: Maybe<JiraIssue>;
|
|
115126
115200
|
};
|
|
115201
|
+
export declare type HypothesisIndicator = {
|
|
115202
|
+
__typename?: 'HypothesisIndicator';
|
|
115203
|
+
hypothesisId: Scalars['ID']['output'];
|
|
115204
|
+
hypothesisSummary: Scalars['String']['output'];
|
|
115205
|
+
hypothesisType?: Maybe<MitigationHypothesisType>;
|
|
115206
|
+
investigationId: Scalars['ID']['output'];
|
|
115207
|
+
provenance: Array<IndicatorProvenance>;
|
|
115208
|
+
};
|
|
115127
115209
|
export declare type Icon = {
|
|
115128
115210
|
__typename?: 'Icon';
|
|
115129
115211
|
height?: Maybe<Scalars['Int']['output']>;
|
|
@@ -115154,6 +115236,24 @@ export declare type IncomingLinksCount = {
|
|
|
115154
115236
|
export declare type IndexHintInputType = {
|
|
115155
115237
|
hints?: InputMaybe<Array<InputMaybe<PreferredIndexInputType>>>;
|
|
115156
115238
|
};
|
|
115239
|
+
export declare type IndicatorProvenance = {
|
|
115240
|
+
__typename?: 'IndicatorProvenance';
|
|
115241
|
+
sourceId: Scalars['ID']['output'];
|
|
115242
|
+
sourceType: Scalars['String']['output'];
|
|
115243
|
+
};
|
|
115244
|
+
export declare type IndicatorRejectionPayload = Payload & {
|
|
115245
|
+
__typename?: 'IndicatorRejectionPayload';
|
|
115246
|
+
errors?: Maybe<Array<MutationError>>;
|
|
115247
|
+
indicator?: Maybe<MitigationIndicator>;
|
|
115248
|
+
success: Scalars['Boolean']['output'];
|
|
115249
|
+
};
|
|
115250
|
+
export declare enum IndicatorRejectionReason {
|
|
115251
|
+
Duplicate = "DUPLICATE",
|
|
115252
|
+
Incorrect = "INCORRECT",
|
|
115253
|
+
LowConfidence = "LOW_CONFIDENCE",
|
|
115254
|
+
NotRelevant = "NOT_RELEVANT",
|
|
115255
|
+
Other = "OTHER"
|
|
115256
|
+
}
|
|
115157
115257
|
export declare type IndividualInlineTaskNotification = {
|
|
115158
115258
|
__typename?: 'IndividualInlineTaskNotification';
|
|
115159
115259
|
notificationAction?: Maybe<NotificationAction>;
|
|
@@ -115787,6 +115887,7 @@ export declare type InvokeExtensionPayloadErrorExtension = MutationErrorExtensio
|
|
|
115787
115887
|
__typename?: 'InvokeExtensionPayloadErrorExtension';
|
|
115788
115888
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
115789
115889
|
fields?: Maybe<InvokeExtensionPayloadErrorExtensionFields>;
|
|
115890
|
+
rateLimitProperties?: Maybe<RateLimitProperties>;
|
|
115790
115891
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
115791
115892
|
};
|
|
115792
115893
|
export declare type InvokeExtensionPayloadErrorExtensionFields = {
|
|
@@ -115800,6 +115901,7 @@ export declare type InvokeExtensionResponse = Payload & {
|
|
|
115800
115901
|
errors?: Maybe<Array<MutationError>>;
|
|
115801
115902
|
externalAuth?: Maybe<Array<Maybe<ExternalAuthProvider>>>;
|
|
115802
115903
|
metrics?: Maybe<InvocationMetrics>;
|
|
115904
|
+
rateLimitProperties?: Maybe<RateLimitProperties>;
|
|
115803
115905
|
response?: Maybe<InvocationResponsePayload>;
|
|
115804
115906
|
success: Scalars['Boolean']['output'];
|
|
115805
115907
|
};
|
|
@@ -161232,6 +161334,105 @@ export declare type MissionControlOverview = {
|
|
|
161232
161334
|
metricOrder: Array<InputMaybe<Scalars['String']['input']>>;
|
|
161233
161335
|
spaceId?: InputMaybe<Scalars['Long']['input']>;
|
|
161234
161336
|
};
|
|
161337
|
+
export declare type Mitigation = {
|
|
161338
|
+
__typename?: 'Mitigation';
|
|
161339
|
+
createdAt: Scalars['DateTime']['output'];
|
|
161340
|
+
indicators: Array<MitigationIndicator>;
|
|
161341
|
+
latestRequestId?: Maybe<Scalars['ID']['output']>;
|
|
161342
|
+
mitigationId: Scalars['ID']['output'];
|
|
161343
|
+
progressSteps: Array<MitigationProgressStep>;
|
|
161344
|
+
scopeId: Scalars['ID']['output'];
|
|
161345
|
+
scopeType: MitigationScopeType;
|
|
161346
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
161347
|
+
version: Scalars['Int']['output'];
|
|
161348
|
+
};
|
|
161349
|
+
export declare type MitigationIndicatorsArgs = {
|
|
161350
|
+
includeRejected?: InputMaybe<Scalars['Boolean']['input']>;
|
|
161351
|
+
};
|
|
161352
|
+
export declare enum MitigationDocumentType {
|
|
161353
|
+
Confluence = "CONFLUENCE",
|
|
161354
|
+
GoogleDoc = "GOOGLE_DOC",
|
|
161355
|
+
Playbook = "PLAYBOOK",
|
|
161356
|
+
Sharepoint = "SHAREPOINT"
|
|
161357
|
+
}
|
|
161358
|
+
export declare enum MitigationHypothesisType {
|
|
161359
|
+
FfChange = "FF_CHANGE",
|
|
161360
|
+
PrChange = "PR_CHANGE",
|
|
161361
|
+
Unknown = "UNKNOWN"
|
|
161362
|
+
}
|
|
161363
|
+
export declare type MitigationIndicator = {
|
|
161364
|
+
__typename?: 'MitigationIndicator';
|
|
161365
|
+
advisorySignal?: Maybe<AdvisorySignalIndicator>;
|
|
161366
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
161367
|
+
createdAt: Scalars['DateTime']['output'];
|
|
161368
|
+
hypothesis?: Maybe<HypothesisIndicator>;
|
|
161369
|
+
indicatorId: Scalars['ID']['output'];
|
|
161370
|
+
indicatorType: MitigationIndicatorType;
|
|
161371
|
+
mitigationId: Scalars['ID']['output'];
|
|
161372
|
+
plans: Array<MitigationPlan>;
|
|
161373
|
+
rejected: Scalars['Boolean']['output'];
|
|
161374
|
+
rejectedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
161375
|
+
rejectedByUserId?: Maybe<Scalars['ID']['output']>;
|
|
161376
|
+
rejectionReason?: Maybe<IndicatorRejectionReason>;
|
|
161377
|
+
rejectionSource?: Maybe<MitigationRejectionSource>;
|
|
161378
|
+
symptom?: Maybe<SymptomIndicator>;
|
|
161379
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
161380
|
+
};
|
|
161381
|
+
export declare type MitigationIndicatorPlansArgs = {
|
|
161382
|
+
includeRejected?: InputMaybe<Scalars['Boolean']['input']>;
|
|
161383
|
+
};
|
|
161384
|
+
export declare enum MitigationIndicatorType {
|
|
161385
|
+
AdvisorySignal = "ADVISORY_SIGNAL",
|
|
161386
|
+
Hypothesis = "HYPOTHESIS",
|
|
161387
|
+
Symptom = "SYMPTOM"
|
|
161388
|
+
}
|
|
161389
|
+
export declare enum MitigationPipelineStep {
|
|
161390
|
+
IndicatorDeduplication = "INDICATOR_DEDUPLICATION",
|
|
161391
|
+
IndicatorExtraction = "INDICATOR_EXTRACTION",
|
|
161392
|
+
PlanGeneration = "PLAN_GENERATION"
|
|
161393
|
+
}
|
|
161394
|
+
export declare type MitigationPlan = {
|
|
161395
|
+
__typename?: 'MitigationPlan';
|
|
161396
|
+
createdAt: Scalars['DateTime']['output'];
|
|
161397
|
+
indicatorId: Scalars['ID']['output'];
|
|
161398
|
+
mitigationId: Scalars['ID']['output'];
|
|
161399
|
+
planId: Scalars['ID']['output'];
|
|
161400
|
+
planSources: Array<PlanSource>;
|
|
161401
|
+
playbook?: Maybe<JiraPlaybook>;
|
|
161402
|
+
rejected: Scalars['Boolean']['output'];
|
|
161403
|
+
rejectedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
161404
|
+
rejectedByUserId?: Maybe<Scalars['ID']['output']>;
|
|
161405
|
+
rejectionReason?: Maybe<PlanRejectionReason>;
|
|
161406
|
+
rejectionSource?: Maybe<MitigationRejectionSource>;
|
|
161407
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
161408
|
+
title: Scalars['String']['output'];
|
|
161409
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
161410
|
+
};
|
|
161411
|
+
export declare type MitigationProgressStep = {
|
|
161412
|
+
__typename?: 'MitigationProgressStep';
|
|
161413
|
+
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
161414
|
+
failureReason?: Maybe<Scalars['String']['output']>;
|
|
161415
|
+
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
161416
|
+
step?: Maybe<MitigationPipelineStep>;
|
|
161417
|
+
stepStatus?: Maybe<MitigationStepStatus>;
|
|
161418
|
+
};
|
|
161419
|
+
export declare enum MitigationRejectionSource {
|
|
161420
|
+
Human = "HUMAN",
|
|
161421
|
+
System = "SYSTEM"
|
|
161422
|
+
}
|
|
161423
|
+
export declare type MitigationResult = Mitigation | QueryError;
|
|
161424
|
+
export declare enum MitigationScopeType {
|
|
161425
|
+
Icc = "ICC"
|
|
161426
|
+
}
|
|
161427
|
+
export declare enum MitigationStepStatus {
|
|
161428
|
+
Done = "DONE",
|
|
161429
|
+
Errored = "ERRORED",
|
|
161430
|
+
InProgress = "IN_PROGRESS"
|
|
161431
|
+
}
|
|
161432
|
+
export declare enum MitigationSymptomType {
|
|
161433
|
+
LinkedAlerts = "LINKED_ALERTS",
|
|
161434
|
+
RelatedAlerts = "RELATED_ALERTS"
|
|
161435
|
+
}
|
|
161235
161436
|
export declare enum MobilePlatform {
|
|
161236
161437
|
Android = "ANDROID",
|
|
161237
161438
|
Ios = "IOS"
|
|
@@ -162525,12 +162726,15 @@ export declare type Mutation = {
|
|
|
162525
162726
|
playbook_createJiraPlaybookLabel?: Maybe<CreateJiraPlaybookLabelPayload>;
|
|
162526
162727
|
playbook_createJiraPlaybookStepRun?: Maybe<CreateJiraPlaybookStepRunPayload>;
|
|
162527
162728
|
playbook_deleteJiraPlaybook?: Maybe<DeleteJiraPlaybookPayload>;
|
|
162729
|
+
playbook_rejectIndicator?: Maybe<IndicatorRejectionPayload>;
|
|
162730
|
+
playbook_rejectPlan?: Maybe<PlanRejectionPayload>;
|
|
162731
|
+
playbook_triggerMitigation?: Maybe<TriggerMitigationPayload>;
|
|
162528
162732
|
playbook_unassignJiraPlaybookLabelFromJiraPlaybook?: Maybe<JiraPlaybookLabelAssignmentPayload>;
|
|
162733
|
+
playbook_unrejectIndicator?: Maybe<IndicatorRejectionPayload>;
|
|
162734
|
+
playbook_unrejectPlan?: Maybe<PlanRejectionPayload>;
|
|
162529
162735
|
playbook_updateJiraPlaybook?: Maybe<UpdateJiraPlaybookPayload>;
|
|
162530
162736
|
playbook_updateJiraPlaybookLabel?: Maybe<UpdateJiraPlaybookLabelPayload>;
|
|
162531
162737
|
playbook_updateJiraPlaybookState?: Maybe<UpdateJiraPlaybookStatePayload>;
|
|
162532
|
-
polarisAddReaction?: Maybe<PolarisAddReactionPayload>;
|
|
162533
|
-
polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
|
|
162534
162738
|
projects_addGoalLink?: Maybe<TownsquareProjectsAddGoalLinkPayload>;
|
|
162535
162739
|
projects_addJiraWorkItemLink?: Maybe<TownsquareProjectsAddJiraWorkItemLinkPayload>;
|
|
162536
162740
|
projects_addMembers?: Maybe<TownsquareProjectsAddMembersPayload>;
|
|
@@ -167162,10 +167366,25 @@ export declare type MutationPlaybook_CreateJiraPlaybookStepRunArgs = {
|
|
|
167162
167366
|
export declare type MutationPlaybook_DeleteJiraPlaybookArgs = {
|
|
167163
167367
|
input: DeleteJiraPlaybookInput;
|
|
167164
167368
|
};
|
|
167369
|
+
export declare type MutationPlaybook_RejectIndicatorArgs = {
|
|
167370
|
+
input: RejectIndicatorInput;
|
|
167371
|
+
};
|
|
167372
|
+
export declare type MutationPlaybook_RejectPlanArgs = {
|
|
167373
|
+
input: RejectPlanInput;
|
|
167374
|
+
};
|
|
167375
|
+
export declare type MutationPlaybook_TriggerMitigationArgs = {
|
|
167376
|
+
input: TriggerMitigationInput;
|
|
167377
|
+
};
|
|
167165
167378
|
export declare type MutationPlaybook_UnassignJiraPlaybookLabelFromJiraPlaybookArgs = {
|
|
167166
167379
|
labelId: Scalars['ID']['input'];
|
|
167167
167380
|
playbookId: Scalars['ID']['input'];
|
|
167168
167381
|
};
|
|
167382
|
+
export declare type MutationPlaybook_UnrejectIndicatorArgs = {
|
|
167383
|
+
input: UnrejectIndicatorInput;
|
|
167384
|
+
};
|
|
167385
|
+
export declare type MutationPlaybook_UnrejectPlanArgs = {
|
|
167386
|
+
input: UnrejectPlanInput;
|
|
167387
|
+
};
|
|
167169
167388
|
export declare type MutationPlaybook_UpdateJiraPlaybookArgs = {
|
|
167170
167389
|
input: UpdateJiraPlaybookInput;
|
|
167171
167390
|
};
|
|
@@ -167175,12 +167394,6 @@ export declare type MutationPlaybook_UpdateJiraPlaybookLabelArgs = {
|
|
|
167175
167394
|
export declare type MutationPlaybook_UpdateJiraPlaybookStateArgs = {
|
|
167176
167395
|
input: UpdateJiraPlaybookStateInput;
|
|
167177
167396
|
};
|
|
167178
|
-
export declare type MutationPolarisAddReactionArgs = {
|
|
167179
|
-
input: PolarisAddReactionInput;
|
|
167180
|
-
};
|
|
167181
|
-
export declare type MutationPolarisDeleteReactionArgs = {
|
|
167182
|
-
input: PolarisDeleteReactionInput;
|
|
167183
|
-
};
|
|
167184
167397
|
export declare type MutationProjects_AddGoalLinkArgs = {
|
|
167185
167398
|
input: TownsquareProjectsAddGoalLink;
|
|
167186
167399
|
};
|
|
@@ -170096,6 +170309,28 @@ export declare enum PlanModeDestination {
|
|
|
170096
170309
|
Board = "BOARD",
|
|
170097
170310
|
Sprint = "SPRINT"
|
|
170098
170311
|
}
|
|
170312
|
+
export declare type PlanRejectionPayload = Payload & {
|
|
170313
|
+
__typename?: 'PlanRejectionPayload';
|
|
170314
|
+
errors?: Maybe<Array<MutationError>>;
|
|
170315
|
+
plan?: Maybe<MitigationPlan>;
|
|
170316
|
+
success: Scalars['Boolean']['output'];
|
|
170317
|
+
};
|
|
170318
|
+
export declare enum PlanRejectionReason {
|
|
170319
|
+
Incorrect = "INCORRECT",
|
|
170320
|
+
LowScore = "LOW_SCORE",
|
|
170321
|
+
NotHelpful = "NOT_HELPFUL",
|
|
170322
|
+
Other = "OTHER",
|
|
170323
|
+
Outdated = "OUTDATED"
|
|
170324
|
+
}
|
|
170325
|
+
export declare type PlanSource = {
|
|
170326
|
+
__typename?: 'PlanSource';
|
|
170327
|
+
documentType: MitigationDocumentType;
|
|
170328
|
+
rerankerScore?: Maybe<Scalars['Float']['output']>;
|
|
170329
|
+
retrievedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
170330
|
+
sourceId: Scalars['ID']['output'];
|
|
170331
|
+
title: Scalars['String']['output'];
|
|
170332
|
+
url: Scalars['String']['output'];
|
|
170333
|
+
};
|
|
170099
170334
|
export declare enum Platform {
|
|
170100
170335
|
Android = "ANDROID",
|
|
170101
170336
|
Ios = "IOS",
|
|
@@ -170186,18 +170421,6 @@ export declare type PokemonTrainersQueryGetByIdArgs = {
|
|
|
170186
170421
|
export declare type PokemonTrainersQueryGetByIdsArgs = {
|
|
170187
170422
|
ids?: InputMaybe<Array<InputMaybe<SkyBridgeIdInput>>>;
|
|
170188
170423
|
};
|
|
170189
|
-
export declare type PolarisAddReactionInput = {
|
|
170190
|
-
ari: Scalars['String']['input'];
|
|
170191
|
-
containerAri: Scalars['String']['input'];
|
|
170192
|
-
emojiId: Scalars['String']['input'];
|
|
170193
|
-
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
170194
|
-
};
|
|
170195
|
-
export declare type PolarisAddReactionPayload = Payload & {
|
|
170196
|
-
__typename?: 'PolarisAddReactionPayload';
|
|
170197
|
-
errors?: Maybe<Array<MutationError>>;
|
|
170198
|
-
node: Array<PolarisReactionSummary>;
|
|
170199
|
-
success: Scalars['Boolean']['output'];
|
|
170200
|
-
};
|
|
170201
170424
|
export declare enum PolarisColorStyle {
|
|
170202
170425
|
Background = "BACKGROUND",
|
|
170203
170426
|
Highlight = "HIGHLIGHT"
|
|
@@ -170244,18 +170467,6 @@ export declare type PolarisDelegationToken = {
|
|
|
170244
170467
|
token: Scalars['String']['output'];
|
|
170245
170468
|
url: Scalars['String']['output'];
|
|
170246
170469
|
};
|
|
170247
|
-
export declare type PolarisDeleteReactionInput = {
|
|
170248
|
-
ari: Scalars['String']['input'];
|
|
170249
|
-
containerAri: Scalars['String']['input'];
|
|
170250
|
-
emojiId: Scalars['String']['input'];
|
|
170251
|
-
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
170252
|
-
};
|
|
170253
|
-
export declare type PolarisDeleteReactionPayload = Payload & {
|
|
170254
|
-
__typename?: 'PolarisDeleteReactionPayload';
|
|
170255
|
-
errors?: Maybe<Array<MutationError>>;
|
|
170256
|
-
node: Array<PolarisReactionSummary>;
|
|
170257
|
-
success: Scalars['Boolean']['output'];
|
|
170258
|
-
};
|
|
170259
170470
|
export declare enum PolarisFilterEnumType {
|
|
170260
170471
|
BoardColumn = "BOARD_COLUMN",
|
|
170261
170472
|
ViewGroup = "VIEW_GROUP"
|
|
@@ -170263,15 +170474,6 @@ export declare enum PolarisFilterEnumType {
|
|
|
170263
170474
|
export declare type PolarisFilterInput = {
|
|
170264
170475
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
170265
170476
|
};
|
|
170266
|
-
export declare type PolarisGetDetailedReactionInput = {
|
|
170267
|
-
ari: Scalars['String']['input'];
|
|
170268
|
-
containerAri: Scalars['String']['input'];
|
|
170269
|
-
emojiId: Scalars['String']['input'];
|
|
170270
|
-
};
|
|
170271
|
-
export declare type PolarisGetReactionsInput = {
|
|
170272
|
-
aris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
170273
|
-
containerAri: Scalars['String']['input'];
|
|
170274
|
-
};
|
|
170275
170477
|
export declare type PolarisGroupValue = {
|
|
170276
170478
|
__typename?: 'PolarisGroupValue';
|
|
170277
170479
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -170440,25 +170642,6 @@ export declare type PolarisQueryNamespace = {
|
|
|
170440
170642
|
__typename?: 'PolarisQueryNamespace';
|
|
170441
170643
|
insights?: Maybe<PolarisInsightsQueryNamespace>;
|
|
170442
170644
|
};
|
|
170443
|
-
export declare type PolarisReaction = {
|
|
170444
|
-
__typename?: 'PolarisReaction';
|
|
170445
|
-
key: Scalars['String']['output'];
|
|
170446
|
-
value: Array<PolarisReactionSummary>;
|
|
170447
|
-
};
|
|
170448
|
-
export declare type PolarisReactionSummary = {
|
|
170449
|
-
__typename?: 'PolarisReactionSummary';
|
|
170450
|
-
ari: Scalars['String']['output'];
|
|
170451
|
-
containerAri: Scalars['String']['output'];
|
|
170452
|
-
count: Scalars['Int']['output'];
|
|
170453
|
-
emojiId: Scalars['String']['output'];
|
|
170454
|
-
reacted: Scalars['Boolean']['output'];
|
|
170455
|
-
users?: Maybe<Array<PolarisReactionUser>>;
|
|
170456
|
-
};
|
|
170457
|
-
export declare type PolarisReactionUser = {
|
|
170458
|
-
__typename?: 'PolarisReactionUser';
|
|
170459
|
-
displayName: Scalars['String']['output'];
|
|
170460
|
-
id: Scalars['String']['output'];
|
|
170461
|
-
};
|
|
170462
170645
|
export declare enum PolarisRefreshError {
|
|
170463
170646
|
InternalError = "INTERNAL_ERROR",
|
|
170464
170647
|
InvalidSnippet = "INVALID_SNIPPET",
|
|
@@ -172056,6 +172239,7 @@ export declare type Query = {
|
|
|
172056
172239
|
confluence_validateConvertPageToMarkdownMode?: Maybe<ConfluenceValidateConvertPageToMarkdownModeResult>;
|
|
172057
172240
|
confluence_watermarkConfig?: Maybe<ConfluenceWatermarkConfig>;
|
|
172058
172241
|
confluence_whiteboardTemplates?: Maybe<PaginatedConfluenceWhiteboardTemplateInfoList>;
|
|
172242
|
+
confluence_workflowApplicationHistory?: Maybe<ConfluenceWorkflowApplicationHistoryConnection>;
|
|
172059
172243
|
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
172060
172244
|
contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
|
|
172061
172245
|
content?: Maybe<PaginatedContentListWithChild>;
|
|
@@ -174674,14 +174858,14 @@ export declare type Query = {
|
|
|
174674
174858
|
playbook_jiraPlaybookTemplate?: Maybe<JiraPlaybookTemplateQueryPayload>;
|
|
174675
174859
|
playbook_jiraPlaybookTemplateCategories?: Maybe<JiraPlaybookTemplateCategoryQueryPayload>;
|
|
174676
174860
|
playbook_jiraPlaybooksForProject?: Maybe<JiraPlaybookConnection>;
|
|
174861
|
+
playbook_mitigationById?: Maybe<MitigationResult>;
|
|
174862
|
+
playbook_mitigationByScope?: Maybe<MitigationResult>;
|
|
174677
174863
|
pokemon?: Maybe<PokemonQuery>;
|
|
174678
174864
|
pokemonTrainers?: Maybe<PokemonTrainersQuery>;
|
|
174679
174865
|
polaris?: Maybe<PolarisQueryNamespace>;
|
|
174680
174866
|
polarisCollabToken?: Maybe<PolarisDelegationToken>;
|
|
174681
174867
|
polarisCommentByCommentARI?: Maybe<PolarisComment>;
|
|
174682
|
-
polarisGetDetailedReaction?: Maybe<PolarisReactionSummary>;
|
|
174683
174868
|
polarisGetEarliestOnboardedProjectForCloudId?: Maybe<EarliestOnboardedProjectForCloudId>;
|
|
174684
|
-
polarisGetReactions?: Maybe<Array<Maybe<PolarisReaction>>>;
|
|
174685
174869
|
polarisIdeaTemplates?: Maybe<Array<PolarisIdeaTemplate>>;
|
|
174686
174870
|
polarisInsight?: Maybe<PolarisInsight>;
|
|
174687
174871
|
polarisInsights?: Maybe<Array<PolarisInsight>>;
|
|
@@ -177975,6 +178159,13 @@ export declare type QueryConfluence_WatermarkConfigArgs = {
|
|
|
177975
178159
|
export declare type QueryConfluence_WhiteboardTemplatesArgs = {
|
|
177976
178160
|
cloudId: Scalars['ID']['input'];
|
|
177977
178161
|
};
|
|
178162
|
+
export declare type QueryConfluence_WorkflowApplicationHistoryArgs = {
|
|
178163
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
178164
|
+
cloudId: Scalars['ID']['input'];
|
|
178165
|
+
contentId: Scalars['ID']['input'];
|
|
178166
|
+
contentStatuses: Array<InputMaybe<GraphQlContentStatus>>;
|
|
178167
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
178168
|
+
};
|
|
177978
178169
|
export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
|
|
177979
178170
|
filter?: InputMaybe<ConnectionManagerConnectionsFilter>;
|
|
177980
178171
|
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -178684,6 +178875,7 @@ export declare type QueryDevai_FlowGetRepositoriesArgs = {
|
|
|
178684
178875
|
language?: InputMaybe<Scalars['String']['input']>;
|
|
178685
178876
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
178686
178877
|
searchAllConnectedRepos?: InputMaybe<Scalars['Boolean']['input']>;
|
|
178878
|
+
workspace?: InputMaybe<DevAiWorkspaceFilter>;
|
|
178687
178879
|
};
|
|
178688
178880
|
export declare type QueryDevai_FlowSessionGetByAriArgs = {
|
|
178689
178881
|
id: Scalars['ID']['input'];
|
|
@@ -195509,21 +195701,24 @@ export declare type QueryPlaybook_JiraPlaybooksForProjectArgs = {
|
|
|
195509
195701
|
projectKey: Scalars['String']['input'];
|
|
195510
195702
|
sort?: InputMaybe<Array<JiraPlaybooksSortInput>>;
|
|
195511
195703
|
};
|
|
195704
|
+
export declare type QueryPlaybook_MitigationByIdArgs = {
|
|
195705
|
+
cloudId: Scalars['ID']['input'];
|
|
195706
|
+
mitigationId: Scalars['ID']['input'];
|
|
195707
|
+
};
|
|
195708
|
+
export declare type QueryPlaybook_MitigationByScopeArgs = {
|
|
195709
|
+
cloudId: Scalars['ID']['input'];
|
|
195710
|
+
scopeId: Scalars['ID']['input'];
|
|
195711
|
+
scopeType: MitigationScopeType;
|
|
195712
|
+
};
|
|
195512
195713
|
export declare type QueryPolarisCollabTokenArgs = {
|
|
195513
195714
|
viewID: Scalars['ID']['input'];
|
|
195514
195715
|
};
|
|
195515
195716
|
export declare type QueryPolarisCommentByCommentAriArgs = {
|
|
195516
195717
|
commentAri: Scalars['ID']['input'];
|
|
195517
195718
|
};
|
|
195518
|
-
export declare type QueryPolarisGetDetailedReactionArgs = {
|
|
195519
|
-
input: PolarisGetDetailedReactionInput;
|
|
195520
|
-
};
|
|
195521
195719
|
export declare type QueryPolarisGetEarliestOnboardedProjectForCloudIdArgs = {
|
|
195522
195720
|
id: Scalars['ID']['input'];
|
|
195523
195721
|
};
|
|
195524
|
-
export declare type QueryPolarisGetReactionsArgs = {
|
|
195525
|
-
input: PolarisGetReactionsInput;
|
|
195526
|
-
};
|
|
195527
195722
|
export declare type QueryPolarisIdeaTemplatesArgs = {
|
|
195528
195723
|
project: Scalars['ID']['input'];
|
|
195529
195724
|
};
|
|
@@ -196949,6 +197144,7 @@ export declare type RadarConnector = {
|
|
|
196949
197144
|
type?: Maybe<RadarConnectorType>;
|
|
196950
197145
|
};
|
|
196951
197146
|
export declare enum RadarConnectorType {
|
|
197147
|
+
Ai = "AI",
|
|
196952
197148
|
Csv = "CSV",
|
|
196953
197149
|
HrisS3 = "HRIS_S3",
|
|
196954
197150
|
Workday = "WORKDAY"
|
|
@@ -197275,6 +197471,11 @@ export declare type RadarLongFieldValue = {
|
|
|
197275
197471
|
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
197276
197472
|
value?: Maybe<Scalars['Long']['output']>;
|
|
197277
197473
|
};
|
|
197474
|
+
export declare enum RadarMetricScopeType {
|
|
197475
|
+
All = "ALL",
|
|
197476
|
+
FocusArea = "FOCUS_AREA",
|
|
197477
|
+
ReportingLine = "REPORTING_LINE"
|
|
197478
|
+
}
|
|
197278
197479
|
export declare type RadarMetricSettings = {
|
|
197279
197480
|
__typename?: 'RadarMetricSettings';
|
|
197280
197481
|
id: Scalars['ID']['output'];
|
|
@@ -197297,11 +197498,15 @@ export declare type RadarMetricValue = {
|
|
|
197297
197498
|
__typename?: 'RadarMetricValue';
|
|
197298
197499
|
dimensionName: Scalars['String']['output'];
|
|
197299
197500
|
id: Scalars['ID']['output'];
|
|
197501
|
+
scopeId?: Maybe<Scalars['String']['output']>;
|
|
197502
|
+
scopeType?: Maybe<RadarMetricScopeType>;
|
|
197300
197503
|
target: Scalars['Float']['output'];
|
|
197301
197504
|
tolerance?: Maybe<Scalars['Float']['output']>;
|
|
197302
197505
|
};
|
|
197303
197506
|
export declare type RadarMetricValueInput = {
|
|
197304
197507
|
dimensionName: Scalars['String']['input'];
|
|
197508
|
+
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
197509
|
+
scopeType?: InputMaybe<RadarMetricScopeType>;
|
|
197305
197510
|
target: Scalars['Float']['input'];
|
|
197306
197511
|
tolerance?: InputMaybe<Scalars['Float']['input']>;
|
|
197307
197512
|
};
|
|
@@ -197789,6 +197994,12 @@ export declare type RateLimitPolicyProperty = {
|
|
|
197789
197994
|
argumentPath: Scalars['String']['input'];
|
|
197790
197995
|
useCloudIdFromARI?: Scalars['Boolean']['input'];
|
|
197791
197996
|
};
|
|
197997
|
+
export declare type RateLimitProperties = {
|
|
197998
|
+
__typename?: 'RateLimitProperties';
|
|
197999
|
+
rateLimitRemaining?: Maybe<Scalars['Int']['output']>;
|
|
198000
|
+
rateLimitReset?: Maybe<Scalars['Int']['output']>;
|
|
198001
|
+
rateLimitValue?: Maybe<Scalars['Int']['output']>;
|
|
198002
|
+
};
|
|
197792
198003
|
export declare enum RateLimitingCurrency {
|
|
197793
198004
|
CannedResponseMutationCurrency = "CANNED_RESPONSE_MUTATION_CURRENCY",
|
|
197794
198005
|
CannedResponseQueryCurrency = "CANNED_RESPONSE_QUERY_CURRENCY",
|
|
@@ -198021,6 +198232,16 @@ export declare type RegisterTunnelResponse = Payload & {
|
|
|
198021
198232
|
tunnelToken?: Maybe<Scalars['String']['output']>;
|
|
198022
198233
|
tunnelUrl?: Maybe<Scalars['String']['output']>;
|
|
198023
198234
|
};
|
|
198235
|
+
export declare type RejectIndicatorInput = {
|
|
198236
|
+
cloudId: Scalars['ID']['input'];
|
|
198237
|
+
indicatorId: Scalars['ID']['input'];
|
|
198238
|
+
reason: IndicatorRejectionReason;
|
|
198239
|
+
};
|
|
198240
|
+
export declare type RejectPlanInput = {
|
|
198241
|
+
cloudId: Scalars['ID']['input'];
|
|
198242
|
+
planId: Scalars['ID']['input'];
|
|
198243
|
+
reason: PlanRejectionReason;
|
|
198244
|
+
};
|
|
198024
198245
|
export declare enum RelationSourceType {
|
|
198025
198246
|
User = "user"
|
|
198026
198247
|
}
|
|
@@ -220403,7 +220624,9 @@ export declare type SmartsContextServiceCollaboratorRecommendation = {
|
|
|
220403
220624
|
__typename?: 'SmartsContextServiceCollaboratorRecommendation';
|
|
220404
220625
|
context?: Maybe<Scalars['String']['output']>;
|
|
220405
220626
|
id: Scalars['ID']['output'];
|
|
220627
|
+
kwShare?: Maybe<Scalars['Float']['output']>;
|
|
220406
220628
|
score?: Maybe<Scalars['Float']['output']>;
|
|
220629
|
+
topKw?: Maybe<Scalars['String']['output']>;
|
|
220407
220630
|
user?: Maybe<User>;
|
|
220408
220631
|
};
|
|
220409
220632
|
export declare type SmartsContextServiceOrbitObjectRecommendation = {
|
|
@@ -225090,6 +225313,13 @@ export declare enum SwimlaneStrategy {
|
|
|
225090
225313
|
None = "NONE",
|
|
225091
225314
|
Townsquareproject = "TOWNSQUAREPROJECT"
|
|
225092
225315
|
}
|
|
225316
|
+
export declare type SymptomIndicator = {
|
|
225317
|
+
__typename?: 'SymptomIndicator';
|
|
225318
|
+
provenance: Array<IndicatorProvenance>;
|
|
225319
|
+
summary: Scalars['String']['output'];
|
|
225320
|
+
symptomId: Scalars['String']['output'];
|
|
225321
|
+
symptomType: MitigationSymptomType;
|
|
225322
|
+
};
|
|
225093
225323
|
export declare type SystemSpaceHomepageInput = {
|
|
225094
225324
|
systemSpaceHomepageTemplate: SystemSpaceHomepageTemplate;
|
|
225095
225325
|
};
|
|
@@ -228791,8 +229021,10 @@ export declare type TownsquareMetricTarget = Node & {
|
|
|
228791
229021
|
export declare type TownsquareMetricTargetMetricTargetPeriodsArgs = {
|
|
228792
229022
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
228793
229023
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
229024
|
+
endDate?: InputMaybe<Scalars['Date']['input']>;
|
|
228794
229025
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
228795
229026
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
229027
|
+
startDate?: InputMaybe<Scalars['Date']['input']>;
|
|
228796
229028
|
};
|
|
228797
229029
|
export declare type TownsquareMetricTargetMetricValuesArgs = {
|
|
228798
229030
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -233903,6 +234135,7 @@ export declare type TrelloMember = Node & {
|
|
|
233903
234135
|
avatarUrl?: Maybe<Scalars['URL']['output']>;
|
|
233904
234136
|
bio?: Maybe<Scalars['String']['output']>;
|
|
233905
234137
|
bioData?: Maybe<Scalars['JSON']['output']>;
|
|
234138
|
+
boardBackgrounds?: Maybe<TrelloMemberBoardBackgroundConnection>;
|
|
233906
234139
|
boardStars?: Maybe<TrelloMemberBoardStarConnection>;
|
|
233907
234140
|
boards?: Maybe<TrelloMemberBoardConnection>;
|
|
233908
234141
|
boardsV2?: Maybe<TrelloMemberBaseBoardConnection>;
|
|
@@ -233936,6 +234169,10 @@ export declare type TrelloMemberAtlassianSitesArgs = {
|
|
|
233936
234169
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
233937
234170
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
233938
234171
|
};
|
|
234172
|
+
export declare type TrelloMemberBoardBackgroundsArgs = {
|
|
234173
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
234174
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
234175
|
+
};
|
|
233939
234176
|
export declare type TrelloMemberBoardStarsArgs = {
|
|
233940
234177
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
233941
234178
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -234000,6 +234237,17 @@ export declare type TrelloMemberBaseBoardEdge = {
|
|
|
234000
234237
|
cursor: Scalars['String']['output'];
|
|
234001
234238
|
node?: Maybe<TrelloBaseBoard>;
|
|
234002
234239
|
};
|
|
234240
|
+
export declare type TrelloMemberBoardBackgroundConnection = {
|
|
234241
|
+
__typename?: 'TrelloMemberBoardBackgroundConnection';
|
|
234242
|
+
edges?: Maybe<Array<TrelloMemberBoardBackgroundEdge>>;
|
|
234243
|
+
nodes?: Maybe<Array<TrelloBoardBackground>>;
|
|
234244
|
+
pageInfo: PageInfo;
|
|
234245
|
+
};
|
|
234246
|
+
export declare type TrelloMemberBoardBackgroundEdge = {
|
|
234247
|
+
__typename?: 'TrelloMemberBoardBackgroundEdge';
|
|
234248
|
+
cursor: Scalars['String']['output'];
|
|
234249
|
+
node?: Maybe<TrelloBoardBackground>;
|
|
234250
|
+
};
|
|
234003
234251
|
export declare type TrelloMemberBoardConnection = {
|
|
234004
234252
|
__typename?: 'TrelloMemberBoardConnection';
|
|
234005
234253
|
edges?: Maybe<Array<TrelloMemberBoardEdge>>;
|
|
@@ -237244,6 +237492,17 @@ export declare type TrelloWorkspaceUpdated = {
|
|
|
237244
237492
|
planner?: Maybe<TrelloPlannerUpdated>;
|
|
237245
237493
|
powerUpData?: Maybe<TrelloPowerUpDataConnectionUpdated>;
|
|
237246
237494
|
};
|
|
237495
|
+
export declare type TriggerMitigationInput = {
|
|
237496
|
+
cloudId: Scalars['ID']['input'];
|
|
237497
|
+
scopeId: Scalars['ID']['input'];
|
|
237498
|
+
scopeType: MitigationScopeType;
|
|
237499
|
+
};
|
|
237500
|
+
export declare type TriggerMitigationPayload = Payload & {
|
|
237501
|
+
__typename?: 'TriggerMitigationPayload';
|
|
237502
|
+
errors?: Maybe<Array<MutationError>>;
|
|
237503
|
+
mitigation?: Maybe<Mitigation>;
|
|
237504
|
+
success: Scalars['Boolean']['output'];
|
|
237505
|
+
};
|
|
237247
237506
|
export declare type TrustSignal = {
|
|
237248
237507
|
__typename?: 'TrustSignal';
|
|
237249
237508
|
key: Scalars['ID']['output'];
|
|
@@ -238807,6 +239066,14 @@ export declare type UnlinkExternalSourcePayload = Payload & {
|
|
|
238807
239066
|
errors?: Maybe<Array<MutationError>>;
|
|
238808
239067
|
success: Scalars['Boolean']['output'];
|
|
238809
239068
|
};
|
|
239069
|
+
export declare type UnrejectIndicatorInput = {
|
|
239070
|
+
cloudId: Scalars['ID']['input'];
|
|
239071
|
+
indicatorId: Scalars['ID']['input'];
|
|
239072
|
+
};
|
|
239073
|
+
export declare type UnrejectPlanInput = {
|
|
239074
|
+
cloudId: Scalars['ID']['input'];
|
|
239075
|
+
planId: Scalars['ID']['input'];
|
|
239076
|
+
};
|
|
238810
239077
|
export declare type UnwatchMarketplaceAppPayload = Payload & {
|
|
238811
239078
|
__typename?: 'UnwatchMarketplaceAppPayload';
|
|
238812
239079
|
errors?: Maybe<Array<MutationError>>;
|