@forge/cli-shared 9.3.0-next.11-experimental-4b981ef → 9.3.0-next.13
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 +6 -18
- package/out/apps/template-module.d.ts.map +1 -1
- package/out/apps/template-module.js +5 -4
- package/out/apps/template.d.ts.map +1 -1
- package/out/apps/template.js +10 -4
- package/out/graphql/graphql-types.d.ts +661 -47
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +157 -31
- package/out/graphql/minimal-graphql-runner.d.ts +2 -1
- package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
- package/out/http-client/feedback-post-client.d.ts +1 -0
- package/out/http-client/feedback-post-client.d.ts.map +1 -1
- package/out/http-client/feedback-post-client.js +3 -1
- package/out/http-client/file-uploader.d.ts.map +1 -1
- package/out/http-client/file-uploader.js +9 -36
- package/out/http-client/global-edge-http-client.d.ts +1 -0
- package/out/http-client/global-edge-http-client.d.ts.map +1 -1
- package/out/http-client/trace.d.ts +2 -3
- package/out/http-client/trace.d.ts.map +1 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +4 -2
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +4 -30
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +49 -13
- package/package.json +4 -2
|
@@ -8208,6 +8208,7 @@ export type AgentWorkspaceCreateScheduleInput = {
|
|
|
8208
8208
|
cloudId: Scalars['ID']['input'];
|
|
8209
8209
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
8210
8210
|
effectiveUntil?: InputMaybe<Scalars['DateTime']['input']>;
|
|
8211
|
+
endAfterOccurrences?: InputMaybe<Scalars['Int']['input']>;
|
|
8211
8212
|
endTime: Scalars['DateTime']['input'];
|
|
8212
8213
|
name: Scalars['String']['input'];
|
|
8213
8214
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -8685,8 +8686,10 @@ export type AgentWorkspaceSchedule = {
|
|
|
8685
8686
|
description?: Maybe<Scalars['String']['output']>;
|
|
8686
8687
|
effectiveUntil?: Maybe<Scalars['DateTime']['output']>;
|
|
8687
8688
|
enabled: Scalars['Boolean']['output'];
|
|
8689
|
+
endAfterOccurrences?: Maybe<Scalars['Int']['output']>;
|
|
8688
8690
|
endTime: Scalars['DateTime']['output'];
|
|
8689
8691
|
id: Scalars['ID']['output'];
|
|
8692
|
+
minimumEndAfterOccurrencesForUpdate?: Maybe<Scalars['Int']['output']>;
|
|
8690
8693
|
name: Scalars['String']['output'];
|
|
8691
8694
|
projectId?: Maybe<Scalars['ID']['output']>;
|
|
8692
8695
|
projectKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -9480,6 +9483,7 @@ export type AgentWorkspaceUpdateScheduleInput = {
|
|
|
9480
9483
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
9481
9484
|
effectiveUntil?: InputMaybe<Scalars['DateTime']['input']>;
|
|
9482
9485
|
enabled: Scalars['Boolean']['input'];
|
|
9486
|
+
endAfterOccurrences?: InputMaybe<Scalars['Int']['input']>;
|
|
9483
9487
|
endTime: Scalars['DateTime']['input'];
|
|
9484
9488
|
name: Scalars['String']['input'];
|
|
9485
9489
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -11133,8 +11137,10 @@ export type AppPreDeploymentCheckError = {
|
|
|
11133
11137
|
};
|
|
11134
11138
|
export type AppPreDeploymentCheckInput = {
|
|
11135
11139
|
appId: Scalars['ID']['input'];
|
|
11140
|
+
buildTag?: InputMaybe<Scalars['String']['input']>;
|
|
11136
11141
|
bypassRules?: InputMaybe<Array<AppPreDeploymentCheckRules>>;
|
|
11137
11142
|
environmentKey: Scalars['String']['input'];
|
|
11143
|
+
majorVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
11138
11144
|
manifestUrl: Scalars['URL']['input'];
|
|
11139
11145
|
};
|
|
11140
11146
|
export type AppPreDeploymentCheckOutcome = {
|
|
@@ -40719,14 +40725,6 @@ export type CreateInlineTaskNotificationPayload = Payload & {
|
|
|
40719
40725
|
success: Scalars['Boolean']['output'];
|
|
40720
40726
|
tasks: Array<Maybe<IndividualInlineTaskNotification>>;
|
|
40721
40727
|
};
|
|
40722
|
-
export type CreateInvitationUrlPayload = {
|
|
40723
|
-
__typename?: 'CreateInvitationUrlPayload';
|
|
40724
|
-
expiration: Scalars['String']['output'];
|
|
40725
|
-
id: Scalars['ID']['output'];
|
|
40726
|
-
rules: Array<InvitationUrlRule>;
|
|
40727
|
-
status: InvitationUrlsStatus;
|
|
40728
|
-
url: Scalars['String']['output'];
|
|
40729
|
-
};
|
|
40730
40728
|
export type CreateJiraPlaybookInput = {
|
|
40731
40729
|
cloudId: Scalars['ID']['input'];
|
|
40732
40730
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
@@ -47950,6 +47948,15 @@ export type DlpClassificationLevelsAutoUpdatedResponse = {
|
|
|
47950
47948
|
__typename?: 'DlpClassificationLevelsAutoUpdatedResponse';
|
|
47951
47949
|
levels?: Maybe<Array<Maybe<DlpClassificationLevelAutoUpdated>>>;
|
|
47952
47950
|
};
|
|
47951
|
+
export type DlpCreateFalsePositivesInput = {
|
|
47952
|
+
falsePositives: Array<DlpFalsePositiveInput>;
|
|
47953
|
+
orgId: Scalars['String']['input'];
|
|
47954
|
+
};
|
|
47955
|
+
export type DlpCreateFalsePositivesResult = {
|
|
47956
|
+
__typename?: 'DlpCreateFalsePositivesResult';
|
|
47957
|
+
errors: Array<DlpFalsePositiveError>;
|
|
47958
|
+
falsePositives: Array<DlpFalsePositive>;
|
|
47959
|
+
};
|
|
47953
47960
|
export type DlpDetectionContentSummary = {
|
|
47954
47961
|
__typename?: 'DlpDetectionContentSummary';
|
|
47955
47962
|
containerCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -47985,6 +47992,60 @@ export type DlpDetectorClassificationMappingResponse = {
|
|
|
47985
47992
|
scope?: Maybe<DlpScope>;
|
|
47986
47993
|
status?: Maybe<DlpMappingStatus>;
|
|
47987
47994
|
};
|
|
47995
|
+
export type DlpFalsePositive = {
|
|
47996
|
+
__typename?: 'DlpFalsePositive';
|
|
47997
|
+
actorId?: Maybe<Scalars['String']['output']>;
|
|
47998
|
+
app?: Maybe<Scalars['String']['output']>;
|
|
47999
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
48000
|
+
confidence?: Maybe<Scalars['String']['output']>;
|
|
48001
|
+
contentHash?: Maybe<Scalars['String']['output']>;
|
|
48002
|
+
contentType?: Maybe<Scalars['String']['output']>;
|
|
48003
|
+
detectorId?: Maybe<Scalars['String']['output']>;
|
|
48004
|
+
excludedAt?: Maybe<Scalars['String']['output']>;
|
|
48005
|
+
excludedBy?: Maybe<Scalars['String']['output']>;
|
|
48006
|
+
findingId?: Maybe<Scalars['String']['output']>;
|
|
48007
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
48008
|
+
lastDetectedAt?: Maybe<Scalars['String']['output']>;
|
|
48009
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
48010
|
+
objectTitle?: Maybe<Scalars['String']['output']>;
|
|
48011
|
+
parentResourceId?: Maybe<Scalars['String']['output']>;
|
|
48012
|
+
resourceId?: Maybe<Scalars['String']['output']>;
|
|
48013
|
+
source?: Maybe<Scalars['String']['output']>;
|
|
48014
|
+
workspaceId?: Maybe<Scalars['String']['output']>;
|
|
48015
|
+
};
|
|
48016
|
+
export type DlpFalsePositiveError = {
|
|
48017
|
+
__typename?: 'DlpFalsePositiveError';
|
|
48018
|
+
findingId?: Maybe<Scalars['String']['output']>;
|
|
48019
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
48020
|
+
};
|
|
48021
|
+
export type DlpFalsePositiveFiltersInput = {
|
|
48022
|
+
categories?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
48023
|
+
detectorIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
48024
|
+
workspaceIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
48025
|
+
};
|
|
48026
|
+
export type DlpFalsePositiveInput = {
|
|
48027
|
+
actorId?: InputMaybe<Scalars['String']['input']>;
|
|
48028
|
+
app?: InputMaybe<Scalars['String']['input']>;
|
|
48029
|
+
category?: InputMaybe<Scalars['String']['input']>;
|
|
48030
|
+
confidence?: InputMaybe<Scalars['String']['input']>;
|
|
48031
|
+
contentHash: Scalars['String']['input'];
|
|
48032
|
+
contentType: Scalars['String']['input'];
|
|
48033
|
+
detectorId: Scalars['String']['input'];
|
|
48034
|
+
findingId: Scalars['String']['input'];
|
|
48035
|
+
lastDetectedAt?: InputMaybe<Scalars['String']['input']>;
|
|
48036
|
+
location?: InputMaybe<Scalars['String']['input']>;
|
|
48037
|
+
objectTitle?: InputMaybe<Scalars['String']['input']>;
|
|
48038
|
+
parentResourceId: Scalars['String']['input'];
|
|
48039
|
+
resourceId: Scalars['String']['input'];
|
|
48040
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
48041
|
+
workspaceId: Scalars['String']['input'];
|
|
48042
|
+
};
|
|
48043
|
+
export type DlpFalsePositivesListResponse = {
|
|
48044
|
+
__typename?: 'DlpFalsePositivesListResponse';
|
|
48045
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48046
|
+
falsePositives: Array<DlpFalsePositive>;
|
|
48047
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
48048
|
+
};
|
|
47988
48049
|
export type DlpFinding = {
|
|
47989
48050
|
__typename?: 'DlpFinding';
|
|
47990
48051
|
app?: Maybe<Scalars['String']['output']>;
|
|
@@ -47993,6 +48054,7 @@ export type DlpFinding = {
|
|
|
47993
48054
|
confidenceLevel?: Maybe<Scalars['String']['output']>;
|
|
47994
48055
|
detectedDate?: Maybe<Scalars['String']['output']>;
|
|
47995
48056
|
detectorId?: Maybe<Scalars['String']['output']>;
|
|
48057
|
+
detectorTitle?: Maybe<Scalars['String']['output']>;
|
|
47996
48058
|
detectorType?: Maybe<Scalars['String']['output']>;
|
|
47997
48059
|
findingId?: Maybe<Scalars['String']['output']>;
|
|
47998
48060
|
maxConfidence?: Maybe<Scalars['Float']['output']>;
|
|
@@ -48030,6 +48092,15 @@ export type DlpPreviewRulesImpactResponse = {
|
|
|
48030
48092
|
totalObjectsUpdatedByRules?: Maybe<Scalars['Int']['output']>;
|
|
48031
48093
|
totalObjectsWithDetections?: Maybe<Scalars['Int']['output']>;
|
|
48032
48094
|
};
|
|
48095
|
+
export type DlpRemoveFalsePositiveInput = {
|
|
48096
|
+
id: Scalars['String']['input'];
|
|
48097
|
+
orgId: Scalars['String']['input'];
|
|
48098
|
+
};
|
|
48099
|
+
export type DlpRemoveFalsePositiveResult = {
|
|
48100
|
+
__typename?: 'DlpRemoveFalsePositiveResult';
|
|
48101
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
48102
|
+
reverted?: Maybe<Scalars['Boolean']['output']>;
|
|
48103
|
+
};
|
|
48033
48104
|
export type DlpScope = {
|
|
48034
48105
|
__typename?: 'DlpScope';
|
|
48035
48106
|
scopeType?: Maybe<DlpScopeType>;
|
|
@@ -52811,11 +52882,13 @@ export type GenericQueryErrorExtension = QueryErrorExtension & {
|
|
|
52811
52882
|
};
|
|
52812
52883
|
export type GetAllPlanOwnersFilterInput = {
|
|
52813
52884
|
jiraProjectAri?: InputMaybe<Scalars['String']['input']>;
|
|
52885
|
+
jiraProjectKey?: InputMaybe<Scalars['String']['input']>;
|
|
52814
52886
|
};
|
|
52815
52887
|
export type GetAllPlansFilterInput = {
|
|
52816
52888
|
access?: InputMaybe<PlanAccessFilter>;
|
|
52817
52889
|
excludeOwnerId?: InputMaybe<Scalars['String']['input']>;
|
|
52818
52890
|
jiraProjectAri?: InputMaybe<Scalars['String']['input']>;
|
|
52891
|
+
jiraProjectKey?: InputMaybe<Scalars['String']['input']>;
|
|
52819
52892
|
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
52820
52893
|
ownerIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
52821
52894
|
planName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -119242,6 +119315,7 @@ export type HelpCenterQueryApiHelpCenterByHoistedProjectIdRoutedArgs = {
|
|
|
119242
119315
|
};
|
|
119243
119316
|
export type HelpCenterQueryApiHelpCenterByIdArgs = {
|
|
119244
119317
|
helpCenterAri: Scalars['ID']['input'];
|
|
119318
|
+
isDraft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
119245
119319
|
};
|
|
119246
119320
|
export type HelpCenterQueryApiHelpCenterPageByIdArgs = {
|
|
119247
119321
|
helpCenterPageAri: Scalars['ID']['input'];
|
|
@@ -119466,6 +119540,7 @@ export type HelpCenterUpdateInput = {
|
|
|
119466
119540
|
helpCenterAri: Scalars['String']['input'];
|
|
119467
119541
|
helpCenterBranding?: InputMaybe<HelpCenterBrandingInput>;
|
|
119468
119542
|
homePageLayout?: InputMaybe<HelpCenterHomePageLayoutInput>;
|
|
119543
|
+
isDraft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
119469
119544
|
name?: InputMaybe<HelpCenterNameInput>;
|
|
119470
119545
|
productEntityImages?: InputMaybe<Array<HelpCenterProductEntityImageInput>>;
|
|
119471
119546
|
slug?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -121460,28 +121535,6 @@ export type IntervalInput = {
|
|
|
121460
121535
|
endTime: Scalars['DateTime']['input'];
|
|
121461
121536
|
startTime: Scalars['DateTime']['input'];
|
|
121462
121537
|
};
|
|
121463
|
-
export type InvitationUrl = {
|
|
121464
|
-
__typename?: 'InvitationUrl';
|
|
121465
|
-
expiration: Scalars['String']['output'];
|
|
121466
|
-
id: Scalars['String']['output'];
|
|
121467
|
-
rules: Array<InvitationUrlRule>;
|
|
121468
|
-
status: InvitationUrlsStatus;
|
|
121469
|
-
url: Scalars['String']['output'];
|
|
121470
|
-
};
|
|
121471
|
-
export type InvitationUrlRule = {
|
|
121472
|
-
__typename?: 'InvitationUrlRule';
|
|
121473
|
-
resource: Scalars['ID']['output'];
|
|
121474
|
-
role: Scalars['ID']['output'];
|
|
121475
|
-
};
|
|
121476
|
-
export type InvitationUrlsPayload = {
|
|
121477
|
-
__typename?: 'InvitationUrlsPayload';
|
|
121478
|
-
urls: Array<Maybe<InvitationUrl>>;
|
|
121479
|
-
};
|
|
121480
|
-
export declare enum InvitationUrlsStatus {
|
|
121481
|
-
Active = "ACTIVE",
|
|
121482
|
-
Deleted = "DELETED",
|
|
121483
|
-
Expired = "EXPIRED"
|
|
121484
|
-
}
|
|
121485
121538
|
export type InvocationMetrics = {
|
|
121486
121539
|
__typename?: 'InvocationMetrics';
|
|
121487
121540
|
appExecutionRegion?: Maybe<Scalars['String']['output']>;
|
|
@@ -122426,6 +122479,10 @@ export type JiraAgentInSpaceContextSuggestedSourcesArgs = {
|
|
|
122426
122479
|
filter?: InputMaybe<JiraAgentContextFilter>;
|
|
122427
122480
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
122428
122481
|
};
|
|
122482
|
+
export type JiraAgentInSpaceTriggersArgs = {
|
|
122483
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
122484
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
122485
|
+
};
|
|
122429
122486
|
export type JiraAgentInSpaceConnection = HasPageInfo & {
|
|
122430
122487
|
__typename?: 'JiraAgentInSpaceConnection';
|
|
122431
122488
|
edges?: Maybe<Array<Maybe<JiraAgentInSpaceEdge>>>;
|
|
@@ -122500,6 +122557,7 @@ export declare enum JiraAgentInSpaceTriggerKind {
|
|
|
122500
122557
|
}
|
|
122501
122558
|
export type JiraAgentInSpaceWorkflowTrigger = JiraAgentInSpaceTrigger & {
|
|
122502
122559
|
__typename?: 'JiraAgentInSpaceWorkflowTrigger';
|
|
122560
|
+
editUrl?: Maybe<Scalars['String']['output']>;
|
|
122503
122561
|
from?: Maybe<JiraStatus>;
|
|
122504
122562
|
id: Scalars['ID']['output'];
|
|
122505
122563
|
kind: JiraAgentInSpaceTriggerKind;
|
|
@@ -150963,6 +151021,23 @@ export declare enum JiraZeroOneOrMany {
|
|
|
150963
151021
|
One = "ONE",
|
|
150964
151022
|
Zero = "ZERO"
|
|
150965
151023
|
}
|
|
151024
|
+
export type JpdBoardViewConfig = {
|
|
151025
|
+
__typename?: 'JpdBoardViewConfig';
|
|
151026
|
+
cardSize?: Maybe<JpdViewCardSize>;
|
|
151027
|
+
colorConfig?: Maybe<JpdViewColorConfigSimple>;
|
|
151028
|
+
columns?: Maybe<JpdViewLayoutConfig>;
|
|
151029
|
+
connectionsFilters?: Maybe<JpdViewFilters>;
|
|
151030
|
+
connectionsLayoutType?: Maybe<JpdViewConnectionsLayoutType>;
|
|
151031
|
+
enabledAutoSave?: Maybe<Scalars['Boolean']['output']>;
|
|
151032
|
+
fields: Array<Scalars['String']['output']>;
|
|
151033
|
+
filters?: Maybe<JpdViewFilters>;
|
|
151034
|
+
hiddenFields?: Maybe<Array<Scalars['String']['output']>>;
|
|
151035
|
+
issueLayout?: Maybe<JpdViewIssueLayoutTypeSimple>;
|
|
151036
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
151037
|
+
rankingConfig?: Maybe<JpdViewRankingConfig>;
|
|
151038
|
+
showCardCovers?: Maybe<Scalars['Boolean']['output']>;
|
|
151039
|
+
swimlanes?: Maybe<JpdViewLayoutConfig>;
|
|
151040
|
+
};
|
|
150966
151041
|
export type JpdInsightDeletedEvent = {
|
|
150967
151042
|
__typename?: 'JpdInsightDeletedEvent';
|
|
150968
151043
|
actorUserId: Scalars['ID']['output'];
|
|
@@ -150971,6 +151046,18 @@ export type JpdInsightDeletedEvent = {
|
|
|
150971
151046
|
performedAt: Scalars['String']['output'];
|
|
150972
151047
|
projectAri: Scalars['ID']['output'];
|
|
150973
151048
|
};
|
|
151049
|
+
export type JpdMatrixViewConfig = {
|
|
151050
|
+
__typename?: 'JpdMatrixViewConfig';
|
|
151051
|
+
axes?: Maybe<JpdViewMatrixAxes>;
|
|
151052
|
+
colorConfig?: Maybe<JpdViewColorConfigSimple>;
|
|
151053
|
+
connectionsFilters?: Maybe<JpdViewFilters>;
|
|
151054
|
+
enabledAutoSave?: Maybe<Scalars['Boolean']['output']>;
|
|
151055
|
+
fields: Array<Scalars['String']['output']>;
|
|
151056
|
+
filters?: Maybe<JpdViewFilters>;
|
|
151057
|
+
hiddenFields?: Maybe<Array<Scalars['String']['output']>>;
|
|
151058
|
+
issueLayout?: Maybe<JpdViewIssueLayoutTypeSimple>;
|
|
151059
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
151060
|
+
};
|
|
150974
151061
|
export type JpdPlayContributionDeletedEvent = {
|
|
150975
151062
|
__typename?: 'JpdPlayContributionDeletedEvent';
|
|
150976
151063
|
contributionAri: Scalars['ID']['output'];
|
|
@@ -151069,6 +151156,95 @@ export type JpdSubscriptionsOnViewUpdatedArgs = {
|
|
|
151069
151156
|
consumer?: InputMaybe<Scalars['String']['input']>;
|
|
151070
151157
|
projectAri: Scalars['ID']['input'];
|
|
151071
151158
|
};
|
|
151159
|
+
export type JpdTableViewConfig = {
|
|
151160
|
+
__typename?: 'JpdTableViewConfig';
|
|
151161
|
+
colorConfig?: Maybe<JpdViewColorConfigSimple>;
|
|
151162
|
+
columnSizes?: Maybe<Array<JpdViewTableColumnSize>>;
|
|
151163
|
+
connectionsFilters?: Maybe<JpdViewFilters>;
|
|
151164
|
+
enabledAutoSave?: Maybe<Scalars['Boolean']['output']>;
|
|
151165
|
+
fieldRollups?: Maybe<Array<JpdViewFieldRollup>>;
|
|
151166
|
+
fields: Array<Scalars['String']['output']>;
|
|
151167
|
+
filters?: Maybe<JpdViewFilters>;
|
|
151168
|
+
hiddenFields?: Maybe<Array<Scalars['String']['output']>>;
|
|
151169
|
+
issueLayout?: Maybe<JpdViewIssueLayoutTypeSimple>;
|
|
151170
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
151171
|
+
numberColumnDisplay?: Maybe<JpdViewNumberColumnDisplay>;
|
|
151172
|
+
rankingConfig?: Maybe<JpdViewRankingConfig>;
|
|
151173
|
+
swimlanes?: Maybe<JpdViewLayoutConfig>;
|
|
151174
|
+
};
|
|
151175
|
+
export type JpdTimelineViewConfig = {
|
|
151176
|
+
__typename?: 'JpdTimelineViewConfig';
|
|
151177
|
+
colorConfig?: Maybe<JpdViewColorConfigWithBold>;
|
|
151178
|
+
columnWidth?: Maybe<Scalars['Int']['output']>;
|
|
151179
|
+
connectionsFilters?: Maybe<JpdViewFilters>;
|
|
151180
|
+
connectionsLayoutType?: Maybe<JpdViewConnectionsLayoutType>;
|
|
151181
|
+
dueDateField?: Maybe<Scalars['String']['output']>;
|
|
151182
|
+
enabledAutoSave?: Maybe<Scalars['Boolean']['output']>;
|
|
151183
|
+
endTimestamp?: Maybe<Scalars['String']['output']>;
|
|
151184
|
+
fields: Array<Scalars['String']['output']>;
|
|
151185
|
+
filters?: Maybe<JpdViewFilters>;
|
|
151186
|
+
hiddenFields?: Maybe<Array<Scalars['String']['output']>>;
|
|
151187
|
+
issueLayoutWithSummary?: Maybe<JpdViewIssueLayoutTypeWithSummary>;
|
|
151188
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
151189
|
+
rankingConfig?: Maybe<JpdViewRankingConfig>;
|
|
151190
|
+
scale: JpdViewTimelineScale;
|
|
151191
|
+
startDateField?: Maybe<Scalars['String']['output']>;
|
|
151192
|
+
startTimestamp?: Maybe<Scalars['String']['output']>;
|
|
151193
|
+
summaryCardField?: Maybe<Scalars['String']['output']>;
|
|
151194
|
+
swimlanes?: Maybe<JpdViewLayoutConfig>;
|
|
151195
|
+
todayMarker: JpdViewTodayMarker;
|
|
151196
|
+
};
|
|
151197
|
+
export type JpdTreeViewConfig = {
|
|
151198
|
+
__typename?: 'JpdTreeViewConfig';
|
|
151199
|
+
allowMultipleParents?: Maybe<Scalars['Boolean']['output']>;
|
|
151200
|
+
cardSize?: Maybe<JpdViewCardSize>;
|
|
151201
|
+
colorConfig?: Maybe<JpdViewColorConfigSimple>;
|
|
151202
|
+
connectionsFilters?: Maybe<JpdViewFilters>;
|
|
151203
|
+
connectionsLayoutType?: Maybe<JpdViewConnectionsLayoutType>;
|
|
151204
|
+
enabledAutoSave?: Maybe<Scalars['Boolean']['output']>;
|
|
151205
|
+
filters?: Maybe<JpdViewFilters>;
|
|
151206
|
+
hierarchy?: Maybe<Array<JpdViewTreeHierarchy>>;
|
|
151207
|
+
issueLayoutWithSummary?: Maybe<JpdViewIssueLayoutTypeWithSummary>;
|
|
151208
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
151209
|
+
rankingConfig?: Maybe<JpdViewRankingConfig>;
|
|
151210
|
+
showCardCovers?: Maybe<Scalars['Boolean']['output']>;
|
|
151211
|
+
treeDirection?: Maybe<JpdViewTreeDirection>;
|
|
151212
|
+
treeMode?: Maybe<JpdViewTreeMode>;
|
|
151213
|
+
};
|
|
151214
|
+
export type JpdView = {
|
|
151215
|
+
__typename?: 'JpdView';
|
|
151216
|
+
containerId: Scalars['ID']['output'];
|
|
151217
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
151218
|
+
description?: Maybe<Scalars['JSON']['output']>;
|
|
151219
|
+
emoji?: Maybe<Scalars['String']['output']>;
|
|
151220
|
+
globalViewId?: Maybe<Scalars['ID']['output']>;
|
|
151221
|
+
id: Scalars['ID']['output'];
|
|
151222
|
+
name: Scalars['String']['output'];
|
|
151223
|
+
ownerAaid?: Maybe<Scalars['String']['output']>;
|
|
151224
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
151225
|
+
viewType: JpdViewType;
|
|
151226
|
+
viewTypeConfig?: Maybe<JpdViewTypeConfig>;
|
|
151227
|
+
};
|
|
151228
|
+
export declare enum JpdViewCardSize {
|
|
151229
|
+
Default = "DEFAULT",
|
|
151230
|
+
Large = "LARGE",
|
|
151231
|
+
Small = "SMALL"
|
|
151232
|
+
}
|
|
151233
|
+
export type JpdViewColorConfigSimple = {
|
|
151234
|
+
__typename?: 'JpdViewColorConfigSimple';
|
|
151235
|
+
colorBy?: Maybe<Scalars['String']['output']>;
|
|
151236
|
+
colorStyle: JpdViewColorStyle;
|
|
151237
|
+
};
|
|
151238
|
+
export type JpdViewColorConfigWithBold = {
|
|
151239
|
+
__typename?: 'JpdViewColorConfigWithBold';
|
|
151240
|
+
boldColors?: Maybe<Scalars['Boolean']['output']>;
|
|
151241
|
+
colorBy?: Maybe<Scalars['String']['output']>;
|
|
151242
|
+
colorStyle: JpdViewColorStyle;
|
|
151243
|
+
};
|
|
151244
|
+
export declare enum JpdViewColorStyle {
|
|
151245
|
+
Background = "BACKGROUND",
|
|
151246
|
+
Highlight = "HIGHLIGHT"
|
|
151247
|
+
}
|
|
151072
151248
|
export type JpdViewCommentEvent = {
|
|
151073
151249
|
__typename?: 'JpdViewCommentEvent';
|
|
151074
151250
|
actionMadeAt: Scalars['String']['output'];
|
|
@@ -151079,6 +151255,11 @@ export type JpdViewCommentEvent = {
|
|
|
151079
151255
|
viewAri: Scalars['ID']['output'];
|
|
151080
151256
|
viewId: Scalars['Int']['output'];
|
|
151081
151257
|
};
|
|
151258
|
+
export declare enum JpdViewConnectionsLayoutType {
|
|
151259
|
+
Cards = "CARDS",
|
|
151260
|
+
List = "LIST",
|
|
151261
|
+
Summary = "SUMMARY"
|
|
151262
|
+
}
|
|
151082
151263
|
export type JpdViewCreatedDetails = {
|
|
151083
151264
|
__typename?: 'JpdViewCreatedDetails';
|
|
151084
151265
|
emoji?: Maybe<Scalars['String']['output']>;
|
|
@@ -151106,6 +151287,117 @@ export type JpdViewDeletedEvent = {
|
|
|
151106
151287
|
viewId: Scalars['Int']['output'];
|
|
151107
151288
|
viewUuid: Scalars['ID']['output'];
|
|
151108
151289
|
};
|
|
151290
|
+
export type JpdViewFieldRollup = {
|
|
151291
|
+
__typename?: 'JpdViewFieldRollup';
|
|
151292
|
+
field: Scalars['String']['output'];
|
|
151293
|
+
rollupType: JpdViewFieldRollupType;
|
|
151294
|
+
};
|
|
151295
|
+
export declare enum JpdViewFieldRollupType {
|
|
151296
|
+
Average = "AVERAGE",
|
|
151297
|
+
Count = "COUNT",
|
|
151298
|
+
Max = "MAX",
|
|
151299
|
+
Median = "MEDIAN",
|
|
151300
|
+
Min = "MIN",
|
|
151301
|
+
Sum = "SUM"
|
|
151302
|
+
}
|
|
151303
|
+
export type JpdViewFilterConjunct = {
|
|
151304
|
+
__typename?: 'JpdViewFilterConjunct';
|
|
151305
|
+
field?: Maybe<Scalars['String']['output']>;
|
|
151306
|
+
filterType?: Maybe<JpdViewFilterConjunctType>;
|
|
151307
|
+
values?: Maybe<Array<JpdViewFilterValue>>;
|
|
151308
|
+
};
|
|
151309
|
+
export declare enum JpdViewFilterConjunctType {
|
|
151310
|
+
FieldExcludes = "FIELD_EXCLUDES",
|
|
151311
|
+
FieldHasValue = "FIELD_HAS_VALUE",
|
|
151312
|
+
FieldIncludes = "FIELD_INCLUDES",
|
|
151313
|
+
FieldNumeric = "FIELD_NUMERIC",
|
|
151314
|
+
Interval = "INTERVAL",
|
|
151315
|
+
Text = "TEXT"
|
|
151316
|
+
}
|
|
151317
|
+
export declare enum JpdViewFilterEnumType {
|
|
151318
|
+
BoardColumn = "BOARD_COLUMN",
|
|
151319
|
+
ViewGroup = "VIEW_GROUP"
|
|
151320
|
+
}
|
|
151321
|
+
export declare enum JpdViewFilterOperator {
|
|
151322
|
+
Eq = "EQ",
|
|
151323
|
+
Gt = "GT",
|
|
151324
|
+
Gte = "GTE",
|
|
151325
|
+
In = "IN",
|
|
151326
|
+
IsEmpty = "IS_EMPTY",
|
|
151327
|
+
IsNotEmpty = "IS_NOT_EMPTY",
|
|
151328
|
+
Lt = "LT",
|
|
151329
|
+
Lte = "LTE",
|
|
151330
|
+
Neq = "NEQ",
|
|
151331
|
+
NotIn = "NOT_IN"
|
|
151332
|
+
}
|
|
151333
|
+
export type JpdViewFilterValue = {
|
|
151334
|
+
__typename?: 'JpdViewFilterValue';
|
|
151335
|
+
enumValue?: Maybe<JpdViewFilterEnumType>;
|
|
151336
|
+
numericValue?: Maybe<Scalars['Float']['output']>;
|
|
151337
|
+
operator?: Maybe<JpdViewFilterOperator>;
|
|
151338
|
+
stringValue?: Maybe<Scalars['String']['output']>;
|
|
151339
|
+
};
|
|
151340
|
+
export type JpdViewFilters = {
|
|
151341
|
+
__typename?: 'JpdViewFilters';
|
|
151342
|
+
conjuncts?: Maybe<Array<JpdViewFilterConjunct>>;
|
|
151343
|
+
};
|
|
151344
|
+
export declare enum JpdViewIssueLayoutTypeSimple {
|
|
151345
|
+
Compact = "COMPACT",
|
|
151346
|
+
Detailed = "DETAILED"
|
|
151347
|
+
}
|
|
151348
|
+
export declare enum JpdViewIssueLayoutTypeWithSummary {
|
|
151349
|
+
Compact = "COMPACT",
|
|
151350
|
+
Detailed = "DETAILED",
|
|
151351
|
+
Summary = "SUMMARY"
|
|
151352
|
+
}
|
|
151353
|
+
export type JpdViewLayoutConfig = {
|
|
151354
|
+
__typename?: 'JpdViewLayoutConfig';
|
|
151355
|
+
connectionsFilters?: Maybe<JpdViewFilters>;
|
|
151356
|
+
field?: Maybe<Scalars['String']['output']>;
|
|
151357
|
+
hideEmpty?: Maybe<Scalars['Boolean']['output']>;
|
|
151358
|
+
showMatchingConnections?: Maybe<Scalars['Boolean']['output']>;
|
|
151359
|
+
valuesAndOrder?: Maybe<Array<Scalars['String']['output']>>;
|
|
151360
|
+
};
|
|
151361
|
+
export type JpdViewMatrixAxes = {
|
|
151362
|
+
__typename?: 'JpdViewMatrixAxes';
|
|
151363
|
+
size?: Maybe<JpdViewMatrixSize>;
|
|
151364
|
+
x: JpdViewMatrixAxis;
|
|
151365
|
+
y: JpdViewMatrixAxis;
|
|
151366
|
+
};
|
|
151367
|
+
export type JpdViewMatrixAxis = {
|
|
151368
|
+
__typename?: 'JpdViewMatrixAxis';
|
|
151369
|
+
field: Scalars['String']['output'];
|
|
151370
|
+
fieldOptions?: Maybe<Array<Scalars['String']['output']>>;
|
|
151371
|
+
reversed?: Maybe<Scalars['Boolean']['output']>;
|
|
151372
|
+
};
|
|
151373
|
+
export type JpdViewMatrixSize = {
|
|
151374
|
+
__typename?: 'JpdViewMatrixSize';
|
|
151375
|
+
field?: Maybe<Scalars['String']['output']>;
|
|
151376
|
+
};
|
|
151377
|
+
export declare enum JpdViewNumberColumnDisplay {
|
|
151378
|
+
Disabled = "DISABLED",
|
|
151379
|
+
Enabled = "ENABLED"
|
|
151380
|
+
}
|
|
151381
|
+
export type JpdViewRanking = {
|
|
151382
|
+
__typename?: 'JpdViewRanking';
|
|
151383
|
+
field: Scalars['String']['output'];
|
|
151384
|
+
order: JpdViewRankingSortOrder;
|
|
151385
|
+
};
|
|
151386
|
+
export type JpdViewRankingConfig = {
|
|
151387
|
+
__typename?: 'JpdViewRankingConfig';
|
|
151388
|
+
ranking?: Maybe<JpdViewRanking>;
|
|
151389
|
+
rankingMode: JpdViewRankingMode;
|
|
151390
|
+
};
|
|
151391
|
+
export declare enum JpdViewRankingMode {
|
|
151392
|
+
FieldsSort = "FIELDS_SORT",
|
|
151393
|
+
ProjectRank = "PROJECT_RANK",
|
|
151394
|
+
ViewRank = "VIEW_RANK"
|
|
151395
|
+
}
|
|
151396
|
+
export declare enum JpdViewRankingSortOrder {
|
|
151397
|
+
Asc = "ASC",
|
|
151398
|
+
Desc = "DESC"
|
|
151399
|
+
}
|
|
151400
|
+
export type JpdViewResult = JpdViewSuccess | QueryError;
|
|
151109
151401
|
export type JpdViewSetCreatedEvent = {
|
|
151110
151402
|
__typename?: 'JpdViewSetCreatedEvent';
|
|
151111
151403
|
projectAri: Scalars['ID']['output'];
|
|
@@ -151125,6 +151417,59 @@ export type JpdViewSetUpdatedEvent = {
|
|
|
151125
151417
|
viewSetAri: Scalars['ID']['output'];
|
|
151126
151418
|
viewSetUuid: Scalars['ID']['output'];
|
|
151127
151419
|
};
|
|
151420
|
+
export type JpdViewSuccess = {
|
|
151421
|
+
__typename?: 'JpdViewSuccess';
|
|
151422
|
+
view: JpdView;
|
|
151423
|
+
};
|
|
151424
|
+
export type JpdViewTableColumnSize = {
|
|
151425
|
+
__typename?: 'JpdViewTableColumnSize';
|
|
151426
|
+
field: Scalars['String']['output'];
|
|
151427
|
+
width: Scalars['Int']['output'];
|
|
151428
|
+
};
|
|
151429
|
+
export declare enum JpdViewTimelineScale {
|
|
151430
|
+
Months = "MONTHS",
|
|
151431
|
+
Quarters = "QUARTERS",
|
|
151432
|
+
Weeks = "WEEKS",
|
|
151433
|
+
Years = "YEARS"
|
|
151434
|
+
}
|
|
151435
|
+
export declare enum JpdViewTodayMarker {
|
|
151436
|
+
Disabled = "DISABLED",
|
|
151437
|
+
Enabled = "ENABLED"
|
|
151438
|
+
}
|
|
151439
|
+
export declare enum JpdViewTreeDirection {
|
|
151440
|
+
Down = "DOWN",
|
|
151441
|
+
Left = "LEFT",
|
|
151442
|
+
Right = "RIGHT",
|
|
151443
|
+
Up = "UP"
|
|
151444
|
+
}
|
|
151445
|
+
export type JpdViewTreeHierarchy = {
|
|
151446
|
+
__typename?: 'JpdViewTreeHierarchy';
|
|
151447
|
+
fields?: Maybe<Array<Scalars['String']['output']>>;
|
|
151448
|
+
filters?: Maybe<JpdViewFilters>;
|
|
151449
|
+
hierarchyType: JpdViewTreeHierarchyType;
|
|
151450
|
+
items?: Maybe<Array<JpdViewTreeHierarchyItem>>;
|
|
151451
|
+
};
|
|
151452
|
+
export type JpdViewTreeHierarchyItem = {
|
|
151453
|
+
__typename?: 'JpdViewTreeHierarchyItem';
|
|
151454
|
+
field?: Maybe<Scalars['String']['output']>;
|
|
151455
|
+
issueTypeName?: Maybe<Scalars['String']['output']>;
|
|
151456
|
+
};
|
|
151457
|
+
export declare enum JpdViewTreeHierarchyType {
|
|
151458
|
+
Field = "FIELD",
|
|
151459
|
+
IssueType = "ISSUE_TYPE"
|
|
151460
|
+
}
|
|
151461
|
+
export declare enum JpdViewTreeMode {
|
|
151462
|
+
Automatic = "AUTOMATIC",
|
|
151463
|
+
Manual = "MANUAL"
|
|
151464
|
+
}
|
|
151465
|
+
export declare enum JpdViewType {
|
|
151466
|
+
Board = "BOARD",
|
|
151467
|
+
Matrix = "MATRIX",
|
|
151468
|
+
Table = "TABLE",
|
|
151469
|
+
Timeline = "TIMELINE",
|
|
151470
|
+
Tree = "TREE"
|
|
151471
|
+
}
|
|
151472
|
+
export type JpdViewTypeConfig = JpdBoardViewConfig | JpdMatrixViewConfig | JpdTableViewConfig | JpdTimelineViewConfig | JpdTreeViewConfig;
|
|
151128
151473
|
export type JpdViewUpdatedEvent = {
|
|
151129
151474
|
__typename?: 'JpdViewUpdatedEvent';
|
|
151130
151475
|
changes?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -153645,6 +153990,15 @@ export type JsmTelemetryProvider = {
|
|
|
153645
153990
|
iconKey?: Maybe<Scalars['String']['output']>;
|
|
153646
153991
|
provider: JsmTelemetryProviderType;
|
|
153647
153992
|
};
|
|
153993
|
+
export type JsmTelemetryProviderAvailability = {
|
|
153994
|
+
__typename?: 'JsmTelemetryProviderAvailability';
|
|
153995
|
+
capabilities: Array<Scalars['String']['output']>;
|
|
153996
|
+
connected: Scalars['Boolean']['output'];
|
|
153997
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
153998
|
+
displayName: Scalars['String']['output'];
|
|
153999
|
+
iconKey?: Maybe<Scalars['String']['output']>;
|
|
154000
|
+
provider: JsmTelemetryProviderType;
|
|
154001
|
+
};
|
|
153648
154002
|
export type JsmTelemetryProviderConnectionSchema = {
|
|
153649
154003
|
__typename?: 'JsmTelemetryProviderConnectionSchema';
|
|
153650
154004
|
provider: JsmTelemetryProviderType;
|
|
@@ -154488,6 +154842,14 @@ export type KitsuneInsightEdge = KitsuneEdge & {
|
|
|
154488
154842
|
cursor: Scalars['String']['output'];
|
|
154489
154843
|
node?: Maybe<KitsuneInsight>;
|
|
154490
154844
|
};
|
|
154845
|
+
export type KitsuneInsightSuggestion = {
|
|
154846
|
+
__typename?: 'KitsuneInsightSuggestion';
|
|
154847
|
+
embeddingType: Scalars['String']['output'];
|
|
154848
|
+
insight: KitsuneInsight;
|
|
154849
|
+
insightId: Scalars['ID']['output'];
|
|
154850
|
+
matchedContent: Scalars['String']['output'];
|
|
154851
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
154852
|
+
};
|
|
154491
154853
|
export type KitsuneJob = {
|
|
154492
154854
|
__typename?: 'KitsuneJob';
|
|
154493
154855
|
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -156420,6 +156782,7 @@ export declare enum KnowledgeDiscoveryZeroQueryType {
|
|
|
156420
156782
|
ConfluencePagesCreatedCollaborator = "CONFLUENCE_PAGES_CREATED_COLLABORATOR",
|
|
156421
156783
|
ConfluencePagesCreatedCollaborator_7Days = "CONFLUENCE_PAGES_CREATED_COLLABORATOR_7_DAYS",
|
|
156422
156784
|
ConfluencePagesCreatedCollaborator_30Days = "CONFLUENCE_PAGES_CREATED_COLLABORATOR_30_DAYS",
|
|
156785
|
+
ConfluencePagesCreatedCollaboratorTopic = "CONFLUENCE_PAGES_CREATED_COLLABORATOR_TOPIC",
|
|
156423
156786
|
JiraAssignedCollaboratorInProject = "JIRA_ASSIGNED_COLLABORATOR_IN_PROJECT",
|
|
156424
156787
|
JiraMyWorkItems = "JIRA_MY_WORK_ITEMS",
|
|
156425
156788
|
JiraNlq = "JIRA_NLQ",
|
|
@@ -156428,10 +156791,13 @@ export declare enum KnowledgeDiscoveryZeroQueryType {
|
|
|
156428
156791
|
JiraTicketsAssignedCollaborator = "JIRA_TICKETS_ASSIGNED_COLLABORATOR",
|
|
156429
156792
|
JiraTicketsCreated = "JIRA_TICKETS_CREATED",
|
|
156430
156793
|
JiraTicketsCreatedCollaborator = "JIRA_TICKETS_CREATED_COLLABORATOR",
|
|
156794
|
+
JiraTicketsCreatedCollaboratorTopic = "JIRA_TICKETS_CREATED_COLLABORATOR_TOPIC",
|
|
156431
156795
|
RelatedQuestion = "RELATED_QUESTION",
|
|
156432
156796
|
ThirdPartyGoogleCollaboratorDocs = "THIRD_PARTY_GOOGLE_COLLABORATOR_DOCS",
|
|
156797
|
+
ThirdPartyGoogleCollaboratorDocsTopic = "THIRD_PARTY_GOOGLE_COLLABORATOR_DOCS_TOPIC",
|
|
156433
156798
|
ThirdPartyGoogleMyDocs = "THIRD_PARTY_GOOGLE_MY_DOCS",
|
|
156434
156799
|
ThirdPartySharepointCollaboratorDocs = "THIRD_PARTY_SHAREPOINT_COLLABORATOR_DOCS",
|
|
156800
|
+
ThirdPartySharepointCollaboratorDocsTopic = "THIRD_PARTY_SHAREPOINT_COLLABORATOR_DOCS_TOPIC",
|
|
156435
156801
|
ThirdPartySharepointMyDocs = "THIRD_PARTY_SHAREPOINT_MY_DOCS",
|
|
156436
156802
|
ThirdPartySlackCollaboratorMessages = "THIRD_PARTY_SLACK_COLLABORATOR_MESSAGES",
|
|
156437
156803
|
ThirdPartySlackMyMessages = "THIRD_PARTY_SLACK_MY_MESSAGES",
|
|
@@ -162670,7 +163036,7 @@ export type MercuryAskActivityHistoryConnection = {
|
|
|
162670
163036
|
pageInfo: PageInfo;
|
|
162671
163037
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
162672
163038
|
};
|
|
162673
|
-
export type MercuryAskActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser;
|
|
163039
|
+
export type MercuryAskActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser | JiraAlignAggProject | JiraIssue | MercuryOrganization | TeamV2 | TownsquareProject;
|
|
162674
163040
|
export type MercuryAskActivityHistoryEdge = {
|
|
162675
163041
|
__typename?: 'MercuryAskActivityHistoryEdge';
|
|
162676
163042
|
cursor: Scalars['String']['output'];
|
|
@@ -162991,6 +163357,10 @@ export type MercuryBaseJiraWorkStatusMapping = {
|
|
|
162991
163357
|
mappedStatusKey: Scalars['String']['output'];
|
|
162992
163358
|
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
162993
163359
|
};
|
|
163360
|
+
export declare enum MercuryBaselineContributionStatus {
|
|
163361
|
+
Contributing = "CONTRIBUTING",
|
|
163362
|
+
NonContributing = "NON_CONTRIBUTING"
|
|
163363
|
+
}
|
|
162994
163364
|
export type MercuryBaselineDetails = {
|
|
162995
163365
|
__typename?: 'MercuryBaselineDetails';
|
|
162996
163366
|
focusAreaId: Scalars['ID']['output'];
|
|
@@ -163014,6 +163384,26 @@ export declare enum MercuryBaselineJobStatus {
|
|
|
163014
163384
|
InProgress = "IN_PROGRESS",
|
|
163015
163385
|
Succeeded = "SUCCEEDED"
|
|
163016
163386
|
}
|
|
163387
|
+
export type MercuryBaselineRevision = {
|
|
163388
|
+
__typename?: 'MercuryBaselineRevision';
|
|
163389
|
+
createdBy?: Maybe<User>;
|
|
163390
|
+
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
163391
|
+
endYearMonth: Scalars['String']['output'];
|
|
163392
|
+
financialVersion?: Maybe<MercuryFinancialVersion>;
|
|
163393
|
+
id: Scalars['ID']['output'];
|
|
163394
|
+
startYearMonth: Scalars['String']['output'];
|
|
163395
|
+
};
|
|
163396
|
+
export type MercuryBaselineRevisionConnection = {
|
|
163397
|
+
__typename?: 'MercuryBaselineRevisionConnection';
|
|
163398
|
+
edges?: Maybe<Array<MercuryBaselineRevisionEdge>>;
|
|
163399
|
+
pageInfo: PageInfo;
|
|
163400
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
163401
|
+
};
|
|
163402
|
+
export type MercuryBaselineRevisionEdge = {
|
|
163403
|
+
__typename?: 'MercuryBaselineRevisionEdge';
|
|
163404
|
+
cursor: Scalars['String']['output'];
|
|
163405
|
+
node?: Maybe<MercuryBaselineRevision>;
|
|
163406
|
+
};
|
|
163017
163407
|
export type MercuryBenefitItem = Node & {
|
|
163018
163408
|
__typename?: 'MercuryBenefitItem';
|
|
163019
163409
|
benefitItemSummary?: Maybe<MercuryBenefitItemSummary>;
|
|
@@ -164785,6 +165175,16 @@ export type MercuryDeleteViewPayload = Payload & {
|
|
|
164785
165175
|
id: Scalars['ID']['output'];
|
|
164786
165176
|
success: Scalars['Boolean']['output'];
|
|
164787
165177
|
};
|
|
165178
|
+
export type MercuryDismissCompoundInsightInput = {
|
|
165179
|
+
cloudId: Scalars['ID']['input'];
|
|
165180
|
+
dismissalType: MercuryDismissalType;
|
|
165181
|
+
insightObjectId: Scalars['ID']['input'];
|
|
165182
|
+
};
|
|
165183
|
+
export type MercuryDismissCompoundInsightPayload = Payload & {
|
|
165184
|
+
__typename?: 'MercuryDismissCompoundInsightPayload';
|
|
165185
|
+
errors?: Maybe<Array<MutationError>>;
|
|
165186
|
+
success: Scalars['Boolean']['output'];
|
|
165187
|
+
};
|
|
164788
165188
|
export type MercuryDismissInsightInput = {
|
|
164789
165189
|
dismissalType: MercuryDismissalType;
|
|
164790
165190
|
focusAreaId: Scalars['ID']['input'];
|
|
@@ -164810,6 +165210,63 @@ export declare enum MercuryDismissalType {
|
|
|
164810
165210
|
Dismiss = "DISMISS",
|
|
164811
165211
|
Snooze = "SNOOZE"
|
|
164812
165212
|
}
|
|
165213
|
+
export type MercuryDismissedCompoundInsight = {
|
|
165214
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
|
165215
|
+
dismissalDate: Scalars['DateTime']['output'];
|
|
165216
|
+
dismissalType: MercuryDismissalType;
|
|
165217
|
+
};
|
|
165218
|
+
export type MercuryDismissedCompoundInsightConnection = {
|
|
165219
|
+
__typename?: 'MercuryDismissedCompoundInsightConnection';
|
|
165220
|
+
edges?: Maybe<Array<MercuryDismissedCompoundInsightEdge>>;
|
|
165221
|
+
pageInfo: PageInfo;
|
|
165222
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
165223
|
+
};
|
|
165224
|
+
export type MercuryDismissedCompoundInsightEdge = {
|
|
165225
|
+
__typename?: 'MercuryDismissedCompoundInsightEdge';
|
|
165226
|
+
cursor: Scalars['String']['output'];
|
|
165227
|
+
node?: Maybe<MercuryDismissedCompoundInsightObject>;
|
|
165228
|
+
};
|
|
165229
|
+
export type MercuryDismissedCompoundInsightObject = MercuryDismissedFocusAreaInsight | MercuryDismissedGoalInsight | MercuryDismissedJiraAlignProjectInsight | MercuryDismissedJiraIssueInsight | MercuryDismissedTownsquareProjectInsight;
|
|
165230
|
+
export type MercuryDismissedFocusAreaInsight = MercuryDismissedCompoundInsight & {
|
|
165231
|
+
__typename?: 'MercuryDismissedFocusAreaInsight';
|
|
165232
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
|
165233
|
+
ari: Scalars['ID']['output'];
|
|
165234
|
+
dismissalDate: Scalars['DateTime']['output'];
|
|
165235
|
+
dismissalType: MercuryDismissalType;
|
|
165236
|
+
insightData?: Maybe<MercuryFocusArea>;
|
|
165237
|
+
};
|
|
165238
|
+
export type MercuryDismissedGoalInsight = MercuryDismissedCompoundInsight & {
|
|
165239
|
+
__typename?: 'MercuryDismissedGoalInsight';
|
|
165240
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
|
165241
|
+
ari: Scalars['ID']['output'];
|
|
165242
|
+
dismissalDate: Scalars['DateTime']['output'];
|
|
165243
|
+
dismissalType: MercuryDismissalType;
|
|
165244
|
+
insightData?: Maybe<TownsquareGoal>;
|
|
165245
|
+
};
|
|
165246
|
+
export type MercuryDismissedJiraAlignProjectInsight = MercuryDismissedCompoundInsight & {
|
|
165247
|
+
__typename?: 'MercuryDismissedJiraAlignProjectInsight';
|
|
165248
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
|
165249
|
+
ari: Scalars['ID']['output'];
|
|
165250
|
+
dismissalDate: Scalars['DateTime']['output'];
|
|
165251
|
+
dismissalType: MercuryDismissalType;
|
|
165252
|
+
insightData?: Maybe<JiraAlignAggProject>;
|
|
165253
|
+
};
|
|
165254
|
+
export type MercuryDismissedJiraIssueInsight = MercuryDismissedCompoundInsight & {
|
|
165255
|
+
__typename?: 'MercuryDismissedJiraIssueInsight';
|
|
165256
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
|
165257
|
+
ari: Scalars['ID']['output'];
|
|
165258
|
+
dismissalDate: Scalars['DateTime']['output'];
|
|
165259
|
+
dismissalType: MercuryDismissalType;
|
|
165260
|
+
insightData?: Maybe<JiraIssue>;
|
|
165261
|
+
};
|
|
165262
|
+
export type MercuryDismissedTownsquareProjectInsight = MercuryDismissedCompoundInsight & {
|
|
165263
|
+
__typename?: 'MercuryDismissedTownsquareProjectInsight';
|
|
165264
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
|
165265
|
+
ari: Scalars['ID']['output'];
|
|
165266
|
+
dismissalDate: Scalars['DateTime']['output'];
|
|
165267
|
+
dismissalType: MercuryDismissalType;
|
|
165268
|
+
insightData?: Maybe<TownsquareProject>;
|
|
165269
|
+
};
|
|
164813
165270
|
export declare enum MercuryEntityType {
|
|
164814
165271
|
Ask = "ASK",
|
|
164815
165272
|
ChangeProposal = "CHANGE_PROPOSAL",
|
|
@@ -165002,8 +165459,10 @@ export type MercuryFocusArea = Node & {
|
|
|
165002
165459
|
archived: Scalars['Boolean']['output'];
|
|
165003
165460
|
ari: Scalars['String']['output'];
|
|
165004
165461
|
asks?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
165462
|
+
benefitBaselineRevisions?: Maybe<MercuryBaselineRevisionConnection>;
|
|
165005
165463
|
benefitSummary?: Maybe<MercuryFocusAreaBenefitSummary>;
|
|
165006
165464
|
budgets?: Maybe<Array<Maybe<MercuryFocusAreaBudget>>>;
|
|
165465
|
+
costBaselineRevisions?: Maybe<MercuryBaselineRevisionConnection>;
|
|
165007
165466
|
costSummary?: Maybe<MercuryFocusAreaCostSummary>;
|
|
165008
165467
|
createdDate: Scalars['String']['output'];
|
|
165009
165468
|
customFields?: Maybe<Array<MercuryCustomField>>;
|
|
@@ -165047,6 +165506,13 @@ export type MercuryFocusAreaAsksArgs = {
|
|
|
165047
165506
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
165048
165507
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
165049
165508
|
};
|
|
165509
|
+
export type MercuryFocusAreaBenefitBaselineRevisionsArgs = {
|
|
165510
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
165511
|
+
contributionStatus?: InputMaybe<MercuryBaselineContributionStatus>;
|
|
165512
|
+
endYearMonth: Scalars['String']['input'];
|
|
165513
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
165514
|
+
startYearMonth: Scalars['String']['input'];
|
|
165515
|
+
};
|
|
165050
165516
|
export type MercuryFocusAreaBenefitSummaryArgs = {
|
|
165051
165517
|
dimensions?: InputMaybe<Array<MercuryBenefitSummaryDimension>>;
|
|
165052
165518
|
endYearMonth: Scalars['String']['input'];
|
|
@@ -165057,6 +165523,13 @@ export type MercuryFocusAreaBudgetsArgs = {
|
|
|
165057
165523
|
endFiscalYear: Scalars['Int']['input'];
|
|
165058
165524
|
startFiscalYear: Scalars['Int']['input'];
|
|
165059
165525
|
};
|
|
165526
|
+
export type MercuryFocusAreaCostBaselineRevisionsArgs = {
|
|
165527
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
165528
|
+
contributionStatus?: InputMaybe<MercuryBaselineContributionStatus>;
|
|
165529
|
+
endYearMonth: Scalars['String']['input'];
|
|
165530
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
165531
|
+
startYearMonth: Scalars['String']['input'];
|
|
165532
|
+
};
|
|
165060
165533
|
export type MercuryFocusAreaCostSummaryArgs = {
|
|
165061
165534
|
dimensions?: InputMaybe<Array<MercuryCostSummaryDimension>>;
|
|
165062
165535
|
endYearMonth: Scalars['String']['input'];
|
|
@@ -166170,17 +166643,25 @@ export type MercuryInsightWidgetInsightsArgs = {
|
|
|
166170
166643
|
};
|
|
166171
166644
|
export type MercuryInsightsMutationApi = {
|
|
166172
166645
|
__typename?: 'MercuryInsightsMutationApi';
|
|
166646
|
+
dismissCompoundInsight?: Maybe<MercuryDismissCompoundInsightPayload>;
|
|
166173
166647
|
dismissInsight?: Maybe<MercuryDismissInsightPayload>;
|
|
166174
166648
|
dismissSuggestedFocusAreaFollowers?: Maybe<MercuryDismissSuggestedFocusAreaFollowers>;
|
|
166649
|
+
undoDismissCompoundInsight?: Maybe<MercuryUndoDismissCompoundInsightPayload>;
|
|
166175
166650
|
undoDismissInsight?: Maybe<MercuryUndoDismissInsightPayload>;
|
|
166176
166651
|
updateInsightWidget?: Maybe<MercuryUpdateInsightWidgetPayload>;
|
|
166177
166652
|
};
|
|
166653
|
+
export type MercuryInsightsMutationApiDismissCompoundInsightArgs = {
|
|
166654
|
+
input: MercuryDismissCompoundInsightInput;
|
|
166655
|
+
};
|
|
166178
166656
|
export type MercuryInsightsMutationApiDismissInsightArgs = {
|
|
166179
166657
|
input: MercuryDismissInsightInput;
|
|
166180
166658
|
};
|
|
166181
166659
|
export type MercuryInsightsMutationApiDismissSuggestedFocusAreaFollowersArgs = {
|
|
166182
166660
|
input: MercuryDismissSuggestedFocusAreaFollowersInput;
|
|
166183
166661
|
};
|
|
166662
|
+
export type MercuryInsightsMutationApiUndoDismissCompoundInsightArgs = {
|
|
166663
|
+
input: MercuryUndoDismissCompoundInsightInput;
|
|
166664
|
+
};
|
|
166184
166665
|
export type MercuryInsightsMutationApiUndoDismissInsightArgs = {
|
|
166185
166666
|
input: MercuryUndoDismissInsightInput;
|
|
166186
166667
|
};
|
|
@@ -166189,12 +166670,24 @@ export type MercuryInsightsMutationApiUpdateInsightWidgetArgs = {
|
|
|
166189
166670
|
};
|
|
166190
166671
|
export type MercuryInsightsQueryApi = {
|
|
166191
166672
|
__typename?: 'MercuryInsightsQueryApi';
|
|
166673
|
+
dismissedFocusAreaCompoundInsights?: Maybe<MercuryDismissedCompoundInsightConnection>;
|
|
166674
|
+
dismissedForYouCompoundInsights?: Maybe<MercuryDismissedCompoundInsightConnection>;
|
|
166192
166675
|
focusAreaFollowerSuggestions?: Maybe<Array<MercuryFocusAreaFollowerSuggestion>>;
|
|
166193
166676
|
focusAreaInsights?: Maybe<Array<MercuryInsightObject>>;
|
|
166194
166677
|
focusAreaWorkSuggestions?: Maybe<Array<MercuryWorkSuggestionsSearchItem>>;
|
|
166195
166678
|
forYouInsights?: Maybe<MercuryInsightObjectConnection>;
|
|
166196
166679
|
previewInsightWidget?: Maybe<MercuryInsightWidget>;
|
|
166197
166680
|
};
|
|
166681
|
+
export type MercuryInsightsQueryApiDismissedFocusAreaCompoundInsightsArgs = {
|
|
166682
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
166683
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
166684
|
+
focusAreaId: Scalars['ID']['input'];
|
|
166685
|
+
};
|
|
166686
|
+
export type MercuryInsightsQueryApiDismissedForYouCompoundInsightsArgs = {
|
|
166687
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
166688
|
+
cloudId: Scalars['ID']['input'];
|
|
166689
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
166690
|
+
};
|
|
166198
166691
|
export type MercuryInsightsQueryApiFocusAreaFollowerSuggestionsArgs = {
|
|
166199
166692
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
166200
166693
|
focusAreaId: Scalars['ID']['input'];
|
|
@@ -170321,6 +170814,15 @@ export type MercuryUnarchiveOrganizationPayload = Payload & {
|
|
|
170321
170814
|
errors?: Maybe<Array<MutationError>>;
|
|
170322
170815
|
success: Scalars['Boolean']['output'];
|
|
170323
170816
|
};
|
|
170817
|
+
export type MercuryUndoDismissCompoundInsightInput = {
|
|
170818
|
+
cloudId: Scalars['ID']['input'];
|
|
170819
|
+
insightObjectId: Scalars['ID']['input'];
|
|
170820
|
+
};
|
|
170821
|
+
export type MercuryUndoDismissCompoundInsightPayload = Payload & {
|
|
170822
|
+
__typename?: 'MercuryUndoDismissCompoundInsightPayload';
|
|
170823
|
+
errors?: Maybe<Array<MutationError>>;
|
|
170824
|
+
success: Scalars['Boolean']['output'];
|
|
170825
|
+
};
|
|
170324
170826
|
export type MercuryUndoDismissInsightInput = {
|
|
170325
170827
|
cloudId: Scalars['ID']['input'];
|
|
170326
170828
|
dismissalId: Scalars['ID']['input'];
|
|
@@ -172220,7 +172722,6 @@ export type Mutation = {
|
|
|
172220
172722
|
createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
|
|
172221
172723
|
createInlineComment?: Maybe<Comment>;
|
|
172222
172724
|
createInlineTaskNotification?: Maybe<CreateInlineTaskNotificationPayload>;
|
|
172223
|
-
createInvitationUrl?: Maybe<CreateInvitationUrlPayload>;
|
|
172224
172725
|
createLivePage?: Maybe<Content>;
|
|
172225
172726
|
createMentionNotification?: Maybe<CreateMentionNotificationPayload>;
|
|
172226
172727
|
createMentionReminderNotification?: Maybe<CreateMentionReminderNotificationPayload>;
|
|
@@ -172379,7 +172880,9 @@ export type Mutation = {
|
|
|
172379
172880
|
disablePublicLinkForPage?: Maybe<DisablePublicLinkForPagePayload>;
|
|
172380
172881
|
disablePublicLinkForSite?: Maybe<PublicLinkSitePayload>;
|
|
172381
172882
|
disableSuperAdmin?: Maybe<SuperAdminPayload>;
|
|
172883
|
+
dlp_createFalsePositives?: Maybe<DlpCreateFalsePositivesResult>;
|
|
172382
172884
|
dlp_reClassify?: Maybe<DlpClassificationJobResponse>;
|
|
172885
|
+
dlp_removeFalsePositive?: Maybe<DlpRemoveFalsePositiveResult>;
|
|
172383
172886
|
dlp_saveAutoClassificationRuleScope?: Maybe<Scalars['Boolean']['output']>;
|
|
172384
172887
|
dlp_saveDetectorClassificationMapping?: Maybe<Scalars['Boolean']['output']>;
|
|
172385
172888
|
dlp_startPreviewRulesImpact?: Maybe<DlpStartPreviewResponse>;
|
|
@@ -173143,7 +173646,7 @@ export type Mutation = {
|
|
|
173143
173646
|
radar_updateNotificationSettings?: Maybe<Array<RadarNotification>>;
|
|
173144
173647
|
radar_updatePositionLaborCostEstimateSettings?: Maybe<RadarUpdatePositionLaborCostResponse>;
|
|
173145
173648
|
radar_updateSkill?: Maybe<RadarSkill>;
|
|
173146
|
-
radar_updateSkillMappingStatuses?: Maybe<Array<
|
|
173649
|
+
radar_updateSkillMappingStatuses?: Maybe<Array<RadarWorkerSkill>>;
|
|
173147
173650
|
radar_updateWorkspaceSettings?: Maybe<RadarMutationResponse>;
|
|
173148
173651
|
radar_upsertAiScopedBudgetPolicies?: Maybe<RadarUpsertAiScopedBudgetPoliciesPayload>;
|
|
173149
173652
|
radar_upsertAiWorkspaceBudgetPolicy?: Maybe<RadarAiWorkspaceBudgetPolicy>;
|
|
@@ -176126,9 +176629,15 @@ export type MutationDisableExperimentArgs = {
|
|
|
176126
176629
|
export type MutationDisablePublicLinkForPageArgs = {
|
|
176127
176630
|
pageId: Scalars['ID']['input'];
|
|
176128
176631
|
};
|
|
176632
|
+
export type MutationDlp_CreateFalsePositivesArgs = {
|
|
176633
|
+
input: DlpCreateFalsePositivesInput;
|
|
176634
|
+
};
|
|
176129
176635
|
export type MutationDlp_ReClassifyArgs = {
|
|
176130
176636
|
orgId?: InputMaybe<Scalars['String']['input']>;
|
|
176131
176637
|
};
|
|
176638
|
+
export type MutationDlp_RemoveFalsePositiveArgs = {
|
|
176639
|
+
input: DlpRemoveFalsePositiveInput;
|
|
176640
|
+
};
|
|
176132
176641
|
export type MutationDlp_SaveAutoClassificationRuleScopeArgs = {
|
|
176133
176642
|
orgId: Scalars['String']['input'];
|
|
176134
176643
|
scope?: InputMaybe<DlpScopeInput>;
|
|
@@ -183463,6 +183972,8 @@ export type Query = {
|
|
|
183463
183972
|
dlp_getAutoClassificationRuleScope?: Maybe<DlpScope>;
|
|
183464
183973
|
dlp_getDetectionContentSummary?: Maybe<DlpDetectionContentSummaryListResponse>;
|
|
183465
183974
|
dlp_getDetectorClassificationMapping?: Maybe<DlpDetectorClassificationMappingListResponse>;
|
|
183975
|
+
dlp_getFalsePositive?: Maybe<DlpFalsePositive>;
|
|
183976
|
+
dlp_getFalsePositives?: Maybe<DlpFalsePositivesListResponse>;
|
|
183466
183977
|
dlp_getFindings?: Maybe<DlpFindingsListResponse>;
|
|
183467
183978
|
dlp_getPreviewRulesImpact?: Maybe<DlpPreviewRulesImpactResponse>;
|
|
183468
183979
|
dlp_isClassificationTaskRunning?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -185714,6 +186225,7 @@ export type Query = {
|
|
|
185714
186225
|
gravity_importIdeas: GravityImportIdeasResult;
|
|
185715
186226
|
gravity_matchDelivery?: Maybe<GravityDeliveryMatchingResult>;
|
|
185716
186227
|
gravity_reactions?: Maybe<GravityReactionsResult>;
|
|
186228
|
+
gravity_view?: Maybe<JpdViewResult>;
|
|
185717
186229
|
gravity_viewArrangement?: Maybe<GravityViewArrangementResult>;
|
|
185718
186230
|
gravity_viewTemplateMappingProposals: GravityViewTemplateMappingProposalsResult;
|
|
185719
186231
|
gravity_viewTemplates: GravityViewTemplatesResult;
|
|
@@ -185753,7 +186265,6 @@ export type Query = {
|
|
|
185753
186265
|
instanceAnalyticsCount?: Maybe<InstanceAnalyticsCount>;
|
|
185754
186266
|
intentdetection_getIntent?: Maybe<IntentDetectionResponse>;
|
|
185755
186267
|
internalFrontendResource?: Maybe<FrontendResourceRenderResponse>;
|
|
185756
|
-
invitationUrls?: Maybe<InvitationUrlsPayload>;
|
|
185757
186268
|
isDataClassificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
185758
186269
|
isMoveContentStatesSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
185759
186270
|
isNewUser?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -185874,6 +186385,7 @@ export type Query = {
|
|
|
185874
186385
|
jsmTelemetry_getProviderContextSchema?: Maybe<JsmTelemetryProviderContextSchemaResult>;
|
|
185875
186386
|
jsmTelemetry_getTelemetryConnection?: Maybe<JsmTelemetryConnection>;
|
|
185876
186387
|
jsmTelemetry_incidentTelemetry?: Maybe<JsmTelemetryIncidentTelemetryResult>;
|
|
186388
|
+
jsmTelemetry_listAvailableTelemetryProviders?: Maybe<Array<JsmTelemetryProviderAvailability>>;
|
|
185877
186389
|
jsmTelemetry_listTelemetryConnections?: Maybe<Array<JsmTelemetryConnection>>;
|
|
185878
186390
|
jsmTelemetry_listTelemetryProviders?: Maybe<Array<JsmTelemetryProvider>>;
|
|
185879
186391
|
jsmTelemetry_metricData?: Maybe<JsmTelemetryMetricDataResult>;
|
|
@@ -185909,6 +186421,7 @@ export type Query = {
|
|
|
185909
186421
|
kitsune_snippets?: Maybe<Array<Maybe<KitsuneSnippet>>>;
|
|
185910
186422
|
kitsune_spaces?: Maybe<Array<Maybe<KitsuneSpace>>>;
|
|
185911
186423
|
kitsune_spacesForWorkspace?: Maybe<KitsuneSpaceConnection>;
|
|
186424
|
+
kitsune_suggestInsights?: Maybe<Array<KitsuneInsightSuggestion>>;
|
|
185912
186425
|
kitsune_views?: Maybe<Array<Maybe<KitsuneView>>>;
|
|
185913
186426
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
185914
186427
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
@@ -190553,6 +191066,16 @@ export type QueryDlp_GetDetectorClassificationMappingArgs = {
|
|
|
190553
191066
|
orgId?: InputMaybe<Scalars['String']['input']>;
|
|
190554
191067
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
190555
191068
|
};
|
|
191069
|
+
export type QueryDlp_GetFalsePositiveArgs = {
|
|
191070
|
+
id: Scalars['String']['input'];
|
|
191071
|
+
orgId: Scalars['String']['input'];
|
|
191072
|
+
};
|
|
191073
|
+
export type QueryDlp_GetFalsePositivesArgs = {
|
|
191074
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
191075
|
+
filters?: InputMaybe<DlpFalsePositiveFiltersInput>;
|
|
191076
|
+
orgId: Scalars['String']['input'];
|
|
191077
|
+
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
191078
|
+
};
|
|
190556
191079
|
export type QueryDlp_GetFindingsArgs = {
|
|
190557
191080
|
minConfidence?: InputMaybe<Scalars['String']['input']>;
|
|
190558
191081
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -206836,6 +207359,10 @@ export type QueryGravity_ReactionsArgs = {
|
|
|
206836
207359
|
cloudId: Scalars['ID']['input'];
|
|
206837
207360
|
input: GravityGetReactionsInput;
|
|
206838
207361
|
};
|
|
207362
|
+
export type QueryGravity_ViewArgs = {
|
|
207363
|
+
cloudId: Scalars['ID']['input'];
|
|
207364
|
+
viewId: Scalars['ID']['input'];
|
|
207365
|
+
};
|
|
206839
207366
|
export type QueryGravity_ViewArrangementArgs = {
|
|
206840
207367
|
cloudId: Scalars['ID']['input'];
|
|
206841
207368
|
viewId: Scalars['ID']['input'];
|
|
@@ -207465,6 +207992,9 @@ export type QueryJsmTelemetry_IncidentTelemetryArgs = {
|
|
|
207465
207992
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
207466
207993
|
incidentId: Scalars['ID']['input'];
|
|
207467
207994
|
};
|
|
207995
|
+
export type QueryJsmTelemetry_ListAvailableTelemetryProvidersArgs = {
|
|
207996
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
207997
|
+
};
|
|
207468
207998
|
export type QueryJsmTelemetry_ListTelemetryConnectionsArgs = {
|
|
207469
207999
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
207470
208000
|
filter?: InputMaybe<JsmTelemetryConnectionFilterInput>;
|
|
@@ -207636,6 +208166,14 @@ export type QueryKitsune_SpacesForWorkspaceArgs = {
|
|
|
207636
208166
|
pagination?: InputMaybe<KitsunePaginationInput>;
|
|
207637
208167
|
workspaceAri: Scalars['ID']['input'];
|
|
207638
208168
|
};
|
|
208169
|
+
export type QueryKitsune_SuggestInsightsArgs = {
|
|
208170
|
+
embeddingType?: InputMaybe<Scalars['String']['input']>;
|
|
208171
|
+
input?: InputMaybe<KitsuneSearchInsightsInput>;
|
|
208172
|
+
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
208173
|
+
query: Scalars['String']['input'];
|
|
208174
|
+
spaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
208175
|
+
workspaceAri: Scalars['ID']['input'];
|
|
208176
|
+
};
|
|
207639
208177
|
export type QueryKitsune_ViewsArgs = {
|
|
207640
208178
|
ids: Array<Scalars['ID']['input']>;
|
|
207641
208179
|
};
|
|
@@ -209549,6 +210087,9 @@ export type QuickReloadComment = {
|
|
|
209549
210087
|
primaryActions: Array<Maybe<CommentUserAction>>;
|
|
209550
210088
|
secondaryActions: Array<Maybe<CommentUserAction>>;
|
|
209551
210089
|
};
|
|
210090
|
+
export type RadarAiBudgetPolicyAllowanceInput = {
|
|
210091
|
+
amount: Scalars['String']['input'];
|
|
210092
|
+
};
|
|
209552
210093
|
export type RadarAiConnector = {
|
|
209553
210094
|
__typename?: 'RadarAiConnector';
|
|
209554
210095
|
config?: Maybe<RadarAiConnectorConfig>;
|
|
@@ -209614,6 +210155,7 @@ export type RadarAiModelFieldValue = {
|
|
|
209614
210155
|
};
|
|
209615
210156
|
export type RadarAiScopedBudgetPolicy = {
|
|
209616
210157
|
__typename?: 'RadarAiScopedBudgetPolicy';
|
|
210158
|
+
allowance: RadarMoney;
|
|
209617
210159
|
allowanceAmount: Scalars['Int']['output'];
|
|
209618
210160
|
id: Scalars['ID']['output'];
|
|
209619
210161
|
scopeFieldValue: Scalars['String']['output'];
|
|
@@ -209632,6 +210174,7 @@ export type RadarAiScopedBudgetPolicyEdge = RadarEdge & {
|
|
|
209632
210174
|
};
|
|
209633
210175
|
export type RadarAiWorkspaceBudgetPolicy = {
|
|
209634
210176
|
__typename?: 'RadarAiWorkspaceBudgetPolicy';
|
|
210177
|
+
allowance: RadarMoney;
|
|
209635
210178
|
allowanceAmount: Scalars['Int']['output'];
|
|
209636
210179
|
id: Scalars['ID']['output'];
|
|
209637
210180
|
};
|
|
@@ -210318,9 +210861,8 @@ export type RadarSkillEdge = RadarEdge & {
|
|
|
210318
210861
|
node?: Maybe<RadarSkill>;
|
|
210319
210862
|
};
|
|
210320
210863
|
export type RadarSkillMappingStatusUpdateInput = {
|
|
210321
|
-
skillId: Scalars['ID']['input'];
|
|
210322
210864
|
status: RadarSkillVerificationStatus;
|
|
210323
|
-
|
|
210865
|
+
workerSkill: Scalars['ID']['input'];
|
|
210324
210866
|
};
|
|
210325
210867
|
export declare enum RadarSkillVerificationStatus {
|
|
210326
210868
|
Declined = "DECLINED",
|
|
@@ -210458,11 +211000,13 @@ export type RadarUpsertAiScopedBudgetPoliciesPayload = {
|
|
|
210458
211000
|
policies: Array<RadarAiScopedBudgetPolicy>;
|
|
210459
211001
|
};
|
|
210460
211002
|
export type RadarUpsertAiScopedBudgetPolicyInput = {
|
|
210461
|
-
|
|
211003
|
+
allowance?: InputMaybe<RadarAiBudgetPolicyAllowanceInput>;
|
|
211004
|
+
allowanceAmount?: InputMaybe<Scalars['Int']['input']>;
|
|
210462
211005
|
scopeFieldValue: Scalars['String']['input'];
|
|
210463
211006
|
};
|
|
210464
211007
|
export type RadarUpsertAiWorkspaceBudgetPolicyInput = {
|
|
210465
|
-
|
|
211008
|
+
allowance?: InputMaybe<RadarAiBudgetPolicyAllowanceInput>;
|
|
211009
|
+
allowanceAmount?: InputMaybe<Scalars['Int']['input']>;
|
|
210466
211010
|
};
|
|
210467
211011
|
export type RadarUpsertViewInput = {
|
|
210468
211012
|
groupingField?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -233467,6 +234011,7 @@ export type SmartsContextServiceQueryApi = {
|
|
|
233467
234011
|
__typename?: 'SmartsContextServiceQueryApi';
|
|
233468
234012
|
orbitObjectRecommendations?: Maybe<Array<Maybe<SmartsContextServiceOrbitObjectRecommendation>>>;
|
|
233469
234013
|
orbitObjectRecommendationsV2?: Maybe<Array<Maybe<SmartsContextServiceOrbitObjectRecommendation>>>;
|
|
234014
|
+
orbitTopicsUserRecommendations?: Maybe<Array<Maybe<SmartsContextServiceCollaboratorRecommendation>>>;
|
|
233470
234015
|
orbitUserRecommendations?: Maybe<Array<Maybe<SmartsContextServiceCollaboratorRecommendation>>>;
|
|
233471
234016
|
quickfindUserRecommendations?: Maybe<Array<Maybe<SmartsContextServiceUserRecommendation>>>;
|
|
233472
234017
|
};
|
|
@@ -233476,6 +234021,9 @@ export type SmartsContextServiceQueryApiOrbitObjectRecommendationsArgs = {
|
|
|
233476
234021
|
export type SmartsContextServiceQueryApiOrbitObjectRecommendationsV2Args = {
|
|
233477
234022
|
recommendationsQuery: SmartsRecommendationsOrbitQuery;
|
|
233478
234023
|
};
|
|
234024
|
+
export type SmartsContextServiceQueryApiOrbitTopicsUserRecommendationsArgs = {
|
|
234025
|
+
recommendationsQuery: SmartsRecommendationsOrbitTopicsQuery;
|
|
234026
|
+
};
|
|
233479
234027
|
export type SmartsContextServiceQueryApiOrbitUserRecommendationsArgs = {
|
|
233480
234028
|
recommendationsQuery: SmartsRecommendationsQuery;
|
|
233481
234029
|
};
|
|
@@ -233565,6 +234113,16 @@ export type SmartsRecommendationsOrbitQuery = {
|
|
|
233565
234113
|
requestingUserId: Scalars['String']['input'];
|
|
233566
234114
|
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
233567
234115
|
};
|
|
234116
|
+
export type SmartsRecommendationsOrbitTopicsQuery = {
|
|
234117
|
+
context: SmartsContext;
|
|
234118
|
+
excludeInactive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
234119
|
+
excludeSelf?: InputMaybe<Scalars['Boolean']['input']>;
|
|
234120
|
+
maxNumberOfResults?: InputMaybe<Scalars['Int']['input']>;
|
|
234121
|
+
modelRequestParams: SmartsOrbitModelRequestParams;
|
|
234122
|
+
requestingUserId: Scalars['String']['input'];
|
|
234123
|
+
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
234124
|
+
workspaceId: Scalars['String']['input'];
|
|
234125
|
+
};
|
|
233568
234126
|
export type SmartsRecommendationsQuery = {
|
|
233569
234127
|
context: SmartsContext;
|
|
233570
234128
|
excludeInactive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -244642,6 +245200,7 @@ export type TrelloAdministeredPaidWorkspacesUpdated = {
|
|
|
244642
245200
|
};
|
|
244643
245201
|
export type TrelloAgentSessionUpdated = TrelloStatefulSessionUpdated & {
|
|
244644
245202
|
__typename?: 'TrelloAgentSessionUpdated';
|
|
245203
|
+
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
244645
245204
|
objectId: Scalars['ID']['output'];
|
|
244646
245205
|
sessionId: Scalars['ID']['output'];
|
|
244647
245206
|
tasks: TrelloAgentTaskUpdatedConnection;
|
|
@@ -244676,18 +245235,12 @@ export type TrelloAgentTaskStatus = {
|
|
|
244676
245235
|
state: TrelloAgentTaskState;
|
|
244677
245236
|
timestamp: Scalars['DateTime']['output'];
|
|
244678
245237
|
};
|
|
244679
|
-
export type TrelloAgentTaskStatusUpdated = {
|
|
244680
|
-
__typename?: 'TrelloAgentTaskStatusUpdated';
|
|
244681
|
-
message?: Maybe<Scalars['String']['output']>;
|
|
244682
|
-
state: TrelloAgentTaskState;
|
|
244683
|
-
timestamp: Scalars['DateTime']['output'];
|
|
244684
|
-
};
|
|
244685
245238
|
export type TrelloAgentTaskUpdated = {
|
|
244686
245239
|
__typename?: 'TrelloAgentTaskUpdated';
|
|
244687
245240
|
id: Scalars['ID']['output'];
|
|
244688
245241
|
key?: Maybe<Scalars['String']['output']>;
|
|
244689
245242
|
sessionId?: Maybe<Scalars['ID']['output']>;
|
|
244690
|
-
status?: Maybe<
|
|
245243
|
+
status?: Maybe<TrelloAgentTaskStatus>;
|
|
244691
245244
|
};
|
|
244692
245245
|
export type TrelloAgentTaskUpdatedConnection = {
|
|
244693
245246
|
__typename?: 'TrelloAgentTaskUpdatedConnection';
|
|
@@ -244892,10 +245445,15 @@ export declare enum TrelloAiRuleType {
|
|
|
244892
245445
|
}
|
|
244893
245446
|
export type TrelloAppCreator = {
|
|
244894
245447
|
__typename?: 'TrelloAppCreator';
|
|
245448
|
+
authType?: Maybe<TrelloAppCreatorAuthType>;
|
|
244895
245449
|
icon?: Maybe<TrelloApplicationIcon>;
|
|
244896
245450
|
id: Scalars['ID']['output'];
|
|
244897
245451
|
name?: Maybe<Scalars['String']['output']>;
|
|
244898
245452
|
};
|
|
245453
|
+
export declare enum TrelloAppCreatorAuthType {
|
|
245454
|
+
AppKeyToken = "APP_KEY_TOKEN",
|
|
245455
|
+
Oauth2 = "OAUTH2"
|
|
245456
|
+
}
|
|
244899
245457
|
export type TrelloApplication = {
|
|
244900
245458
|
__typename?: 'TrelloApplication';
|
|
244901
245459
|
agreement?: Maybe<TrelloApplicationAgreement>;
|
|
@@ -247172,7 +247730,7 @@ export type TrelloEditBoardWithAiPayload = Payload & {
|
|
|
247172
247730
|
__typename?: 'TrelloEditBoardWithAiPayload';
|
|
247173
247731
|
errors?: Maybe<Array<MutationError>>;
|
|
247174
247732
|
success: Scalars['Boolean']['output'];
|
|
247175
|
-
|
|
247733
|
+
task?: Maybe<TrelloAgentTask>;
|
|
247176
247734
|
};
|
|
247177
247735
|
export type TrelloEditPlannerCalendarEventInput = {
|
|
247178
247736
|
event: TrelloEditPlannerCalendarEventOptions;
|
|
@@ -248361,6 +248919,15 @@ export type TrelloMultiboardDueStartFilterInput = {
|
|
|
248361
248919
|
due?: InputMaybe<TrelloMultiboardDateFieldFilterInput>;
|
|
248362
248920
|
start?: InputMaybe<TrelloMultiboardDateFieldFilterInput>;
|
|
248363
248921
|
};
|
|
248922
|
+
export type TrelloMultiboardLabelFilterInput = {
|
|
248923
|
+
any?: InputMaybe<Scalars['Boolean']['input']>;
|
|
248924
|
+
labels?: InputMaybe<Array<TrelloMultiboardLabelInput>>;
|
|
248925
|
+
none?: InputMaybe<Scalars['Boolean']['input']>;
|
|
248926
|
+
};
|
|
248927
|
+
export type TrelloMultiboardLabelInput = {
|
|
248928
|
+
color?: InputMaybe<Scalars['String']['input']>;
|
|
248929
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
248930
|
+
};
|
|
248364
248931
|
export type TrelloMultiboardMemberFilterInput = {
|
|
248365
248932
|
any?: InputMaybe<Scalars['Boolean']['input']>;
|
|
248366
248933
|
memberIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -248477,6 +249044,9 @@ export type TrelloMutationApi = {
|
|
|
248477
249044
|
unwatchCard?: Maybe<TrelloWatchCardPayload>;
|
|
248478
249045
|
updateAiRule?: Maybe<TrelloUpdateAiRulePayload>;
|
|
248479
249046
|
updateApplication?: Maybe<TrelloUpdateApplicationPayload>;
|
|
249047
|
+
updateAttachmentName?: Maybe<TrelloUpdateAttachmentNamePayload>;
|
|
249048
|
+
updateAttachmentPosition?: Maybe<TrelloUpdateAttachmentPositionPayload>;
|
|
249049
|
+
updateAttachmentUrl?: Maybe<TrelloUpdateAttachmentUrlPayload>;
|
|
248480
249050
|
updateBoardBackground?: Maybe<TrelloUpdateBoardBackgroundPayload>;
|
|
248481
249051
|
updateBoardCommentingPermissions?: Maybe<TrelloUpdateBoardCommentingPermissionsPayload>;
|
|
248482
249052
|
updateBoardDescription?: Maybe<TrelloUpdateBoardDescriptionPayload>;
|
|
@@ -248828,6 +249398,15 @@ export type TrelloMutationApiUpdateAiRuleArgs = {
|
|
|
248828
249398
|
export type TrelloMutationApiUpdateApplicationArgs = {
|
|
248829
249399
|
input: TrelloUpdateApplicationInput;
|
|
248830
249400
|
};
|
|
249401
|
+
export type TrelloMutationApiUpdateAttachmentNameArgs = {
|
|
249402
|
+
input: TrelloUpdateAttachmentNameInput;
|
|
249403
|
+
};
|
|
249404
|
+
export type TrelloMutationApiUpdateAttachmentPositionArgs = {
|
|
249405
|
+
input: TrelloUpdateAttachmentPositionInput;
|
|
249406
|
+
};
|
|
249407
|
+
export type TrelloMutationApiUpdateAttachmentUrlArgs = {
|
|
249408
|
+
input: TrelloUpdateAttachmentUrlInput;
|
|
249409
|
+
};
|
|
248831
249410
|
export type TrelloMutationApiUpdateBoardBackgroundArgs = {
|
|
248832
249411
|
input: TrelloUpdateBoardBackgroundInput;
|
|
248833
249412
|
};
|
|
@@ -250480,6 +251059,7 @@ export type TrelloSortListCardsPayload = Payload & {
|
|
|
250480
251059
|
success: Scalars['Boolean']['output'];
|
|
250481
251060
|
};
|
|
250482
251061
|
export type TrelloStatefulSessionUpdated = {
|
|
251062
|
+
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
250483
251063
|
sessionId: Scalars['ID']['output'];
|
|
250484
251064
|
};
|
|
250485
251065
|
export type TrelloSticker = {
|
|
@@ -250711,6 +251291,39 @@ export type TrelloUpdateApplicationPayload = Payload & {
|
|
|
250711
251291
|
errors?: Maybe<Array<MutationError>>;
|
|
250712
251292
|
success: Scalars['Boolean']['output'];
|
|
250713
251293
|
};
|
|
251294
|
+
export type TrelloUpdateAttachmentNameInput = {
|
|
251295
|
+
attachmentId: Scalars['ID']['input'];
|
|
251296
|
+
cardId: Scalars['ID']['input'];
|
|
251297
|
+
name: Scalars['String']['input'];
|
|
251298
|
+
};
|
|
251299
|
+
export type TrelloUpdateAttachmentNamePayload = Payload & {
|
|
251300
|
+
__typename?: 'TrelloUpdateAttachmentNamePayload';
|
|
251301
|
+
attachment?: Maybe<TrelloAttachment>;
|
|
251302
|
+
errors?: Maybe<Array<MutationError>>;
|
|
251303
|
+
success: Scalars['Boolean']['output'];
|
|
251304
|
+
};
|
|
251305
|
+
export type TrelloUpdateAttachmentPositionInput = {
|
|
251306
|
+
attachmentId: Scalars['ID']['input'];
|
|
251307
|
+
cardId: Scalars['ID']['input'];
|
|
251308
|
+
position: Scalars['Float']['input'];
|
|
251309
|
+
};
|
|
251310
|
+
export type TrelloUpdateAttachmentPositionPayload = Payload & {
|
|
251311
|
+
__typename?: 'TrelloUpdateAttachmentPositionPayload';
|
|
251312
|
+
attachment?: Maybe<TrelloAttachment>;
|
|
251313
|
+
errors?: Maybe<Array<MutationError>>;
|
|
251314
|
+
success: Scalars['Boolean']['output'];
|
|
251315
|
+
};
|
|
251316
|
+
export type TrelloUpdateAttachmentUrlInput = {
|
|
251317
|
+
attachmentId: Scalars['ID']['input'];
|
|
251318
|
+
cardId: Scalars['ID']['input'];
|
|
251319
|
+
url: Scalars['URL']['input'];
|
|
251320
|
+
};
|
|
251321
|
+
export type TrelloUpdateAttachmentUrlPayload = Payload & {
|
|
251322
|
+
__typename?: 'TrelloUpdateAttachmentUrlPayload';
|
|
251323
|
+
attachment?: Maybe<TrelloAttachment>;
|
|
251324
|
+
errors?: Maybe<Array<MutationError>>;
|
|
251325
|
+
success: Scalars['Boolean']['output'];
|
|
251326
|
+
};
|
|
250714
251327
|
export type TrelloUpdateBoardBackgroundInput = {
|
|
250715
251328
|
background?: InputMaybe<TrelloBoardBackgroundInput>;
|
|
250716
251329
|
id: Scalars['ID']['input'];
|
|
@@ -251339,6 +251952,7 @@ export type TrelloVoiceCaptureSessionCardEdgeUpdated = {
|
|
|
251339
251952
|
};
|
|
251340
251953
|
export type TrelloVoiceCaptureSessionUpdated = TrelloStatefulSessionUpdated & {
|
|
251341
251954
|
__typename?: 'TrelloVoiceCaptureSessionUpdated';
|
|
251955
|
+
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
251342
251956
|
cards?: Maybe<TrelloVoiceCaptureSessionCardConnectionUpdated>;
|
|
251343
251957
|
sessionId: Scalars['ID']['output'];
|
|
251344
251958
|
transcript?: Maybe<Scalars['String']['output']>;
|
|
@@ -251509,7 +252123,7 @@ export type TrelloWorkspaceMultiboardCardsArgs = {
|
|
|
251509
252123
|
dateFilter?: InputMaybe<TrelloMultiboardCardDateFilterInput>;
|
|
251510
252124
|
dueComplete?: InputMaybe<Scalars['Boolean']['input']>;
|
|
251511
252125
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
251512
|
-
|
|
252126
|
+
labelFilter?: InputMaybe<TrelloMultiboardLabelFilterInput>;
|
|
251513
252127
|
listIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
251514
252128
|
memberFilter?: InputMaybe<TrelloMultiboardMemberFilterInput>;
|
|
251515
252129
|
sortBy?: InputMaybe<Array<TrelloMultiboardCardSortInput>>;
|