@forge/cli-shared 9.4.0-next.11 → 9.4.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 +15 -0
- package/out/graphql/graphql-types.d.ts +444 -34
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +82 -50
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +2 -2
|
@@ -2732,7 +2732,8 @@ export declare enum AvpPermissionsCapabilityFailureType {
|
|
|
2732
2732
|
None = "NONE",
|
|
2733
2733
|
PerimeterDenied = "PERIMETER_DENIED",
|
|
2734
2734
|
PermissionDenied = "PERMISSION_DENIED",
|
|
2735
|
-
ProductRequired = "PRODUCT_REQUIRED"
|
|
2735
|
+
ProductRequired = "PRODUCT_REQUIRED",
|
|
2736
|
+
UserRequired = "USER_REQUIRED"
|
|
2736
2737
|
}
|
|
2737
2738
|
export type AvpPermissionsCapabilityResult = {
|
|
2738
2739
|
__typename?: 'AVPPermissionsCapabilityResult';
|
|
@@ -12299,16 +12300,26 @@ export type Artifact = {
|
|
|
12299
12300
|
id: Scalars['ID']['output'];
|
|
12300
12301
|
name: Scalars['String']['output'];
|
|
12301
12302
|
type: Scalars['String']['output'];
|
|
12302
|
-
url
|
|
12303
|
+
url: Scalars['URL']['output'];
|
|
12304
|
+
};
|
|
12305
|
+
export declare enum ArtifactChecksumType {
|
|
12306
|
+
Sha256 = "SHA256"
|
|
12307
|
+
}
|
|
12308
|
+
export type ArtifactCreateContentInput = {
|
|
12309
|
+
checksum: Scalars['String']['input'];
|
|
12310
|
+
checksumType: ArtifactChecksumType;
|
|
12311
|
+
contextId: Scalars['ID']['input'];
|
|
12312
|
+
length: Scalars['Int']['input'];
|
|
12303
12313
|
};
|
|
12304
|
-
export type ArtifactCreateContentPayload = {
|
|
12314
|
+
export type ArtifactCreateContentPayload = Payload & {
|
|
12305
12315
|
__typename?: 'ArtifactCreateContentPayload';
|
|
12306
12316
|
errors?: Maybe<Array<MutationError>>;
|
|
12307
|
-
success
|
|
12317
|
+
success: Scalars['Boolean']['output'];
|
|
12308
12318
|
upload?: Maybe<ArtifactUploadTarget>;
|
|
12309
12319
|
};
|
|
12310
12320
|
export type ArtifactCreateInput = {
|
|
12311
12321
|
contentId: Scalars['ID']['input'];
|
|
12322
|
+
contextId: Scalars['ID']['input'];
|
|
12312
12323
|
name: Scalars['String']['input'];
|
|
12313
12324
|
type: Scalars['String']['input'];
|
|
12314
12325
|
};
|
|
@@ -12318,6 +12329,10 @@ export type ArtifactCreatePayload = Payload & {
|
|
|
12318
12329
|
errors?: Maybe<Array<MutationError>>;
|
|
12319
12330
|
success: Scalars['Boolean']['output'];
|
|
12320
12331
|
};
|
|
12332
|
+
export type ArtifactGetInput = {
|
|
12333
|
+
contextId: Scalars['ID']['input'];
|
|
12334
|
+
id: Scalars['ID']['input'];
|
|
12335
|
+
};
|
|
12321
12336
|
export type ArtifactUploadTarget = {
|
|
12322
12337
|
__typename?: 'ArtifactUploadTarget';
|
|
12323
12338
|
contentId: Scalars['ID']['output'];
|
|
@@ -14280,6 +14295,7 @@ export type AssetsDmObjectInfo = {
|
|
|
14280
14295
|
};
|
|
14281
14296
|
export type AssetsDmObjectSchema = {
|
|
14282
14297
|
__typename?: 'AssetsDMObjectSchema';
|
|
14298
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
14283
14299
|
id: Scalars['ID']['output'];
|
|
14284
14300
|
name: Scalars['String']['output'];
|
|
14285
14301
|
objectCount: Scalars['Int']['output'];
|
|
@@ -14709,6 +14725,7 @@ export type AssetsDmSavedSearchesQueryArgs = {
|
|
|
14709
14725
|
};
|
|
14710
14726
|
export type AssetsDmSchemaObjectType = {
|
|
14711
14727
|
__typename?: 'AssetsDMSchemaObjectType';
|
|
14728
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
14712
14729
|
id: Scalars['ID']['output'];
|
|
14713
14730
|
name: Scalars['String']['output'];
|
|
14714
14731
|
objectCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -23615,11 +23632,15 @@ export declare enum CommerceExpEntitlementLevel {
|
|
|
23615
23632
|
}
|
|
23616
23633
|
export type CommerceExpEntitlementProvisioning = {
|
|
23617
23634
|
__typename?: 'CommerceExpEntitlementProvisioning';
|
|
23635
|
+
bitbucketWorkspace?: Maybe<BitbucketWorkspace>;
|
|
23636
|
+
bitbucketWorkspaceAri?: Maybe<Scalars['String']['output']>;
|
|
23618
23637
|
canReactivate?: Maybe<Scalars['Boolean']['output']>;
|
|
23619
23638
|
level?: Maybe<CommerceExpEntitlementLevel>;
|
|
23620
23639
|
lifecycleState?: Maybe<Scalars['String']['output']>;
|
|
23621
23640
|
organisation?: Maybe<CommerceExpOrganisation>;
|
|
23622
23641
|
resourceAris?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
23642
|
+
site?: Maybe<TenantContext>;
|
|
23643
|
+
siteResourceId?: Maybe<Scalars['String']['output']>;
|
|
23623
23644
|
sourceEntitlement?: Maybe<CommerceExpCcpEntitlement>;
|
|
23624
23645
|
status?: Maybe<CommerceExpEntitlementProvisioningStatus>;
|
|
23625
23646
|
suspensionReasons?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -30959,8 +30980,8 @@ export type ConfluenceAccessLinkInfo = {
|
|
|
30959
30980
|
};
|
|
30960
30981
|
export type ConfluenceAccessLinkSpacesActionInput = {
|
|
30961
30982
|
accessTypes: Array<ConfluenceShareableLinkAccessType>;
|
|
30983
|
+
action: ConfluenceShareableLinkSpaceStatus;
|
|
30962
30984
|
spaceIds: Array<Scalars['ID']['input']>;
|
|
30963
|
-
status: ConfluenceShareableLinkSpaceStatus;
|
|
30964
30985
|
};
|
|
30965
30986
|
export type ConfluenceAccessLinkSpacesActionPayload = Payload & {
|
|
30966
30987
|
__typename?: 'ConfluenceAccessLinkSpacesActionPayload';
|
|
@@ -45820,6 +45841,7 @@ export type DevAiAutodevNextWorkstreamSettings = {
|
|
|
45820
45841
|
defaultJiraProjectAri?: Maybe<Scalars['ID']['output']>;
|
|
45821
45842
|
eligibilityCriteria?: Maybe<Scalars['String']['output']>;
|
|
45822
45843
|
notifications?: Maybe<DevAiAutodevNextNotificationSettings>;
|
|
45844
|
+
prNursingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
45823
45845
|
pullRequestMessage?: Maybe<Scalars['String']['output']>;
|
|
45824
45846
|
pullRequestPrefix?: Maybe<Scalars['String']['output']>;
|
|
45825
45847
|
scanSchedule?: Maybe<DevAiAutodevNextScanSchedule>;
|
|
@@ -45841,6 +45863,7 @@ export type DevAiAutodevNextWorkstreamSettingsInput = {
|
|
|
45841
45863
|
defaultJiraProjectAri?: InputMaybe<Scalars['ID']['input']>;
|
|
45842
45864
|
eligibilityCriteria?: InputMaybe<Scalars['String']['input']>;
|
|
45843
45865
|
notifications?: InputMaybe<DevAiAutodevNextNotificationSettingsInput>;
|
|
45866
|
+
prNursingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
45844
45867
|
pullRequestMessage?: InputMaybe<Scalars['String']['input']>;
|
|
45845
45868
|
pullRequestPrefix?: InputMaybe<Scalars['String']['input']>;
|
|
45846
45869
|
scanSchedule?: InputMaybe<DevAiAutodevNextScanScheduleInput>;
|
|
@@ -53821,6 +53844,7 @@ export type GeneratedPlaybook = {
|
|
|
53821
53844
|
};
|
|
53822
53845
|
export type GeneratedStep = {
|
|
53823
53846
|
__typename?: 'GeneratedStep';
|
|
53847
|
+
checklistItems?: Maybe<Array<ChecklistItem>>;
|
|
53824
53848
|
description?: Maybe<Scalars['JSON']['output']>;
|
|
53825
53849
|
name: Scalars['String']['output'];
|
|
53826
53850
|
type: JiraPlaybookStepType;
|
|
@@ -56427,6 +56451,16 @@ export type GraphIntegrationRemoveTwgCapabilityContainerPayload = Payload & {
|
|
|
56427
56451
|
errors?: Maybe<Array<MutationError>>;
|
|
56428
56452
|
success: Scalars['Boolean']['output'];
|
|
56429
56453
|
};
|
|
56454
|
+
export type GraphIntegrationResolveSkillCloneLinkInput = {
|
|
56455
|
+
cloneToken: Scalars['String']['input'];
|
|
56456
|
+
contextAri: Scalars['ID']['input'];
|
|
56457
|
+
};
|
|
56458
|
+
export type GraphIntegrationResolveSkillCloneLinkPayload = {
|
|
56459
|
+
__typename?: 'GraphIntegrationResolveSkillCloneLinkPayload';
|
|
56460
|
+
createdBy?: Maybe<User>;
|
|
56461
|
+
errors?: Maybe<Array<MutationError>>;
|
|
56462
|
+
skills: Array<GraphIntegrationSharedSkillInfo>;
|
|
56463
|
+
};
|
|
56430
56464
|
export type GraphIntegrationSetTwgPlatformCapabilityGlobalAdminSettingInput = {
|
|
56431
56465
|
capabilityType: GraphIntegrationTwgCapabilityType;
|
|
56432
56466
|
cloudId: Scalars['ID']['input'];
|
|
@@ -56438,6 +56472,13 @@ export type GraphIntegrationSetTwgPlatformCapabilityGlobalAdminSettingPayload =
|
|
|
56438
56472
|
setting?: Maybe<GraphIntegrationTwgPlatformCapabilityGlobalAdminSetting>;
|
|
56439
56473
|
success: Scalars['Boolean']['output'];
|
|
56440
56474
|
};
|
|
56475
|
+
export type GraphIntegrationSharedSkillInfo = {
|
|
56476
|
+
__typename?: 'GraphIntegrationSharedSkillInfo';
|
|
56477
|
+
hasConflict: Scalars['Boolean']['output'];
|
|
56478
|
+
id: Scalars['ID']['output'];
|
|
56479
|
+
name: Scalars['String']['output'];
|
|
56480
|
+
uiMetadata: GraphIntegrationSkillUiMetadata;
|
|
56481
|
+
};
|
|
56441
56482
|
export type GraphIntegrationSkill = {
|
|
56442
56483
|
__typename?: 'GraphIntegrationSkill';
|
|
56443
56484
|
description: Scalars['String']['output'];
|
|
@@ -59465,6 +59506,8 @@ export type GraphStore = {
|
|
|
59465
59506
|
atlassianUserDismissedJiraForYouRecommendationEntityInverseBatch?: Maybe<GraphStoreBatchAtlassianUserDismissedJiraForYouRecommendationEntityConnection>;
|
|
59466
59507
|
atlassianUserFollowsAtlassianHomeTag?: Maybe<GraphStoreSimplifiedAtlassianUserFollowsAtlassianHomeTagConnection>;
|
|
59467
59508
|
atlassianUserFollowsAtlassianHomeTagInverse?: Maybe<GraphStoreSimplifiedAtlassianUserFollowsAtlassianHomeTagInverseConnection>;
|
|
59509
|
+
atlassianUserHasPendingApprovalOnJiraWorkItem?: Maybe<GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemConnection>;
|
|
59510
|
+
atlassianUserHasPendingApprovalOnJiraWorkItemInverse?: Maybe<GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseConnection>;
|
|
59468
59511
|
atlassianUserInvitedToLoomMeeting?: Maybe<GraphStoreSimplifiedAtlassianUserInvitedToLoomMeetingConnection>;
|
|
59469
59512
|
atlassianUserInvitedToLoomMeetingBatch?: Maybe<GraphStoreBatchAtlassianUserInvitedToLoomMeetingConnection>;
|
|
59470
59513
|
atlassianUserInvitedToLoomMeetingInverse?: Maybe<GraphStoreSimplifiedAtlassianUserInvitedToLoomMeetingInverseConnection>;
|
|
@@ -61457,6 +61500,22 @@ export type GraphStoreAtlassianUserFollowsAtlassianHomeTagInverseArgs = {
|
|
|
61457
61500
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
61458
61501
|
sort?: InputMaybe<GraphStoreAtlassianUserFollowsAtlassianHomeTagSortInput>;
|
|
61459
61502
|
};
|
|
61503
|
+
export type GraphStoreAtlassianUserHasPendingApprovalOnJiraWorkItemArgs = {
|
|
61504
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61505
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
61506
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61507
|
+
id: Scalars['ID']['input'];
|
|
61508
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
61509
|
+
sort?: InputMaybe<GraphStoreAtlassianUserHasPendingApprovalOnJiraWorkItemSortInput>;
|
|
61510
|
+
};
|
|
61511
|
+
export type GraphStoreAtlassianUserHasPendingApprovalOnJiraWorkItemInverseArgs = {
|
|
61512
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61513
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
61514
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61515
|
+
id: Scalars['ID']['input'];
|
|
61516
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
61517
|
+
sort?: InputMaybe<GraphStoreAtlassianUserHasPendingApprovalOnJiraWorkItemSortInput>;
|
|
61518
|
+
};
|
|
61460
61519
|
export type GraphStoreAtlassianUserInvitedToLoomMeetingArgs = {
|
|
61461
61520
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61462
61521
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -70449,6 +70508,9 @@ export type GraphStoreAtlassianUserDismissedJiraForYouRecommendationEntitySortIn
|
|
|
70449
70508
|
export type GraphStoreAtlassianUserFollowsAtlassianHomeTagSortInput = {
|
|
70450
70509
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
70451
70510
|
};
|
|
70511
|
+
export type GraphStoreAtlassianUserHasPendingApprovalOnJiraWorkItemSortInput = {
|
|
70512
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
70513
|
+
};
|
|
70452
70514
|
export type GraphStoreAtlassianUserInvitedToLoomMeetingSortInput = {
|
|
70453
70515
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
70454
70516
|
};
|
|
@@ -80725,6 +80787,34 @@ export type GraphStoreSimplifiedAtlassianUserFollowsAtlassianHomeTagInverseEdge
|
|
|
80725
80787
|
};
|
|
80726
80788
|
export type GraphStoreSimplifiedAtlassianUserFollowsAtlassianHomeTagInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
80727
80789
|
export type GraphStoreSimplifiedAtlassianUserFollowsAtlassianHomeTagUnion = TownsquareTag;
|
|
80790
|
+
export type GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemConnection = HasPageInfo & {
|
|
80791
|
+
__typename?: 'GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemConnection';
|
|
80792
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemEdge>>>;
|
|
80793
|
+
pageInfo: PageInfo;
|
|
80794
|
+
};
|
|
80795
|
+
export type GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemEdge = {
|
|
80796
|
+
__typename?: 'GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemEdge';
|
|
80797
|
+
createdAt: Scalars['DateTime']['output'];
|
|
80798
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
80799
|
+
id: Scalars['ID']['output'];
|
|
80800
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
80801
|
+
node?: Maybe<GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemUnion>;
|
|
80802
|
+
};
|
|
80803
|
+
export type GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseConnection = HasPageInfo & {
|
|
80804
|
+
__typename?: 'GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseConnection';
|
|
80805
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseEdge>>>;
|
|
80806
|
+
pageInfo: PageInfo;
|
|
80807
|
+
};
|
|
80808
|
+
export type GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseEdge = {
|
|
80809
|
+
__typename?: 'GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseEdge';
|
|
80810
|
+
createdAt: Scalars['DateTime']['output'];
|
|
80811
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
80812
|
+
id: Scalars['ID']['output'];
|
|
80813
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
80814
|
+
node?: Maybe<GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseUnion>;
|
|
80815
|
+
};
|
|
80816
|
+
export type GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
80817
|
+
export type GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemUnion = JiraIssue;
|
|
80728
80818
|
export type GraphStoreSimplifiedAtlassianUserInvitedToLoomMeetingConnection = HasPageInfo & {
|
|
80729
80819
|
__typename?: 'GraphStoreSimplifiedAtlassianUserInvitedToLoomMeetingConnection';
|
|
80730
80820
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlassianUserInvitedToLoomMeetingEdge>>>;
|
|
@@ -94419,6 +94509,8 @@ export type GraphStoreV2 = {
|
|
|
94419
94509
|
atlassianUserHasConfluenceMeetingNotesFolderInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasConfluenceMeetingNotesFolderInverseConnection>;
|
|
94420
94510
|
atlassianUserHasExternalPosition?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasExternalPositionConnection>;
|
|
94421
94511
|
atlassianUserHasExternalPositionInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasExternalPositionInverseConnection>;
|
|
94512
|
+
atlassianUserHasPendingApprovalOnJiraWorkItem?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemConnection>;
|
|
94513
|
+
atlassianUserHasPendingApprovalOnJiraWorkItemInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseConnection>;
|
|
94422
94514
|
atlassianUserHasRelevantJiraSpace?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasRelevantJiraSpaceConnection>;
|
|
94423
94515
|
atlassianUserHasRelevantJiraSpaceInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasRelevantJiraSpaceInverseConnection>;
|
|
94424
94516
|
atlassianUserInvitedToLoomMeeting?: Maybe<GraphStoreV2SimplifiedAtlassianUserInvitedToLoomMeetingConnection>;
|
|
@@ -96304,6 +96396,20 @@ export type GraphStoreV2AtlassianUserHasExternalPositionInverseArgs = {
|
|
|
96304
96396
|
id: Scalars['ID']['input'];
|
|
96305
96397
|
sort?: InputMaybe<GraphStoreV2AtlassianUserHasExternalPositionSortInput>;
|
|
96306
96398
|
};
|
|
96399
|
+
export type GraphStoreV2AtlassianUserHasPendingApprovalOnJiraWorkItemArgs = {
|
|
96400
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
96401
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
96402
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
96403
|
+
id: Scalars['ID']['input'];
|
|
96404
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserHasPendingApprovalOnJiraWorkItemSortInput>;
|
|
96405
|
+
};
|
|
96406
|
+
export type GraphStoreV2AtlassianUserHasPendingApprovalOnJiraWorkItemInverseArgs = {
|
|
96407
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
96408
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
96409
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
96410
|
+
id: Scalars['ID']['input'];
|
|
96411
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserHasPendingApprovalOnJiraWorkItemSortInput>;
|
|
96412
|
+
};
|
|
96307
96413
|
export type GraphStoreV2AtlassianUserHasRelevantJiraSpaceArgs = {
|
|
96308
96414
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
96309
96415
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -101864,6 +101970,9 @@ export type GraphStoreV2AtlassianUserHasExternalPositionSortInput = {
|
|
|
101864
101970
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
101865
101971
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
101866
101972
|
};
|
|
101973
|
+
export type GraphStoreV2AtlassianUserHasPendingApprovalOnJiraWorkItemSortInput = {
|
|
101974
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
101975
|
+
};
|
|
101867
101976
|
export type GraphStoreV2AtlassianUserHasRelevantJiraSpaceSortInput = {
|
|
101868
101977
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
101869
101978
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -107893,6 +108002,34 @@ export type GraphStoreV2SimplifiedAtlassianUserHasExternalPositionInverseEdge =
|
|
|
107893
108002
|
};
|
|
107894
108003
|
export type GraphStoreV2SimplifiedAtlassianUserHasExternalPositionInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
107895
108004
|
export type GraphStoreV2SimplifiedAtlassianUserHasExternalPositionUnion = ExternalPosition;
|
|
108005
|
+
export type GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemConnection = HasPageInfo & {
|
|
108006
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemConnection';
|
|
108007
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemEdge>>>;
|
|
108008
|
+
pageInfo: PageInfo;
|
|
108009
|
+
};
|
|
108010
|
+
export type GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemEdge = {
|
|
108011
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemEdge';
|
|
108012
|
+
createdAt: Scalars['DateTime']['output'];
|
|
108013
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
108014
|
+
id: Scalars['ID']['output'];
|
|
108015
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
108016
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemUnion>;
|
|
108017
|
+
};
|
|
108018
|
+
export type GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseConnection = HasPageInfo & {
|
|
108019
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseConnection';
|
|
108020
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseEdge>>>;
|
|
108021
|
+
pageInfo: PageInfo;
|
|
108022
|
+
};
|
|
108023
|
+
export type GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseEdge = {
|
|
108024
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseEdge';
|
|
108025
|
+
createdAt: Scalars['DateTime']['output'];
|
|
108026
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
108027
|
+
id: Scalars['ID']['output'];
|
|
108028
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
108029
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseUnion>;
|
|
108030
|
+
};
|
|
108031
|
+
export type GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
108032
|
+
export type GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemUnion = JiraIssue;
|
|
107896
108033
|
export type GraphStoreV2SimplifiedAtlassianUserHasRelevantJiraSpaceConnection = HasPageInfo & HasTotal & {
|
|
107897
108034
|
__typename?: 'GraphStoreV2SimplifiedAtlassianUserHasRelevantJiraSpaceConnection';
|
|
107898
108035
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserHasRelevantJiraSpaceEdge>>>;
|
|
@@ -142987,6 +143124,7 @@ export type JiraProjectsSidebarMenu = {
|
|
|
142987
143124
|
__typename?: 'JiraProjectsSidebarMenu';
|
|
142988
143125
|
current?: Maybe<JiraProject>;
|
|
142989
143126
|
displayMode?: Maybe<JiraSidebarMenuDisplayMode>;
|
|
143127
|
+
errors?: Maybe<Array<QueryError>>;
|
|
142990
143128
|
favouriteLimit?: Maybe<Scalars['Int']['output']>;
|
|
142991
143129
|
favourites?: Maybe<JiraProjectConnection>;
|
|
142992
143130
|
hasMore?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -149621,7 +149759,6 @@ export declare enum JiraStartAgentSessionResult {
|
|
|
149621
149759
|
AlreadyStarted = "ALREADY_STARTED",
|
|
149622
149760
|
Failed = "FAILED",
|
|
149623
149761
|
RateLimited = "RATE_LIMITED",
|
|
149624
|
-
Skipped = "SKIPPED",
|
|
149625
149762
|
Started = "STARTED"
|
|
149626
149763
|
}
|
|
149627
149764
|
export type JiraStartAiAgentSessionByExternalReferenceInput = {
|
|
@@ -152201,6 +152338,24 @@ export type JiraVersionDriverEdge = {
|
|
|
152201
152338
|
cursor: Scalars['String']['output'];
|
|
152202
152339
|
node?: Maybe<User>;
|
|
152203
152340
|
};
|
|
152341
|
+
export type JiraVersionDriverOption = {
|
|
152342
|
+
__typename?: 'JiraVersionDriverOption';
|
|
152343
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
152344
|
+
driver?: Maybe<User>;
|
|
152345
|
+
driverAccountId: Scalars['ID']['output'];
|
|
152346
|
+
};
|
|
152347
|
+
export type JiraVersionDriverOptionConnection = {
|
|
152348
|
+
__typename?: 'JiraVersionDriverOptionConnection';
|
|
152349
|
+
edges?: Maybe<Array<Maybe<JiraVersionDriverOptionEdge>>>;
|
|
152350
|
+
hasUnassigned: Scalars['Boolean']['output'];
|
|
152351
|
+
pageInfo: PageInfo;
|
|
152352
|
+
totalCount: Scalars['Int']['output'];
|
|
152353
|
+
};
|
|
152354
|
+
export type JiraVersionDriverOptionEdge = {
|
|
152355
|
+
__typename?: 'JiraVersionDriverOptionEdge';
|
|
152356
|
+
cursor: Scalars['String']['output'];
|
|
152357
|
+
node: JiraVersionDriverOption;
|
|
152358
|
+
};
|
|
152204
152359
|
export type JiraVersionDriverResult = {
|
|
152205
152360
|
__typename?: 'JiraVersionDriverResult';
|
|
152206
152361
|
driver?: Maybe<User>;
|
|
@@ -154767,9 +154922,11 @@ export type JsmChannelsRequestTypesInput = {
|
|
|
154767
154922
|
export declare enum JsmChannelsResolutionPlanAction {
|
|
154768
154923
|
Approve = "APPROVE",
|
|
154769
154924
|
Pause = "PAUSE",
|
|
154925
|
+
Pin = "PIN",
|
|
154770
154926
|
Regenerate = "REGENERATE",
|
|
154771
154927
|
Reject = "REJECT",
|
|
154772
|
-
Resume = "RESUME"
|
|
154928
|
+
Resume = "RESUME",
|
|
154929
|
+
Unpin = "UNPIN"
|
|
154773
154930
|
}
|
|
154774
154931
|
export type JsmChannelsResolutionPlanActionPayload = Payload & {
|
|
154775
154932
|
__typename?: 'JsmChannelsResolutionPlanActionPayload';
|
|
@@ -157124,6 +157281,21 @@ export type KitsuneCreateConnectorConfigPayload = Payload & {
|
|
|
157124
157281
|
errors?: Maybe<Array<MutationError>>;
|
|
157125
157282
|
success: Scalars['Boolean']['output'];
|
|
157126
157283
|
};
|
|
157284
|
+
export type KitsuneCreateFeedbackInput = {
|
|
157285
|
+
content: Scalars['KitsuneADF']['input'];
|
|
157286
|
+
customerId?: InputMaybe<Scalars['ID']['input']>;
|
|
157287
|
+
organizationId?: InputMaybe<Scalars['ID']['input']>;
|
|
157288
|
+
reporterId?: InputMaybe<Scalars['ID']['input']>;
|
|
157289
|
+
source?: InputMaybe<KitsuneSourceInputNew>;
|
|
157290
|
+
spaceAri: Scalars['ID']['input'];
|
|
157291
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
157292
|
+
};
|
|
157293
|
+
export type KitsuneCreateFeedbackPayload = Payload & {
|
|
157294
|
+
__typename?: 'KitsuneCreateFeedbackPayload';
|
|
157295
|
+
errors?: Maybe<Array<MutationError>>;
|
|
157296
|
+
feedback?: Maybe<KitsuneFeedback>;
|
|
157297
|
+
success: Scalars['Boolean']['output'];
|
|
157298
|
+
};
|
|
157127
157299
|
export type KitsuneCreateFieldInput = {
|
|
157128
157300
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
157129
157301
|
entityTypes: Array<KitsuneEntityType>;
|
|
@@ -157178,6 +157350,17 @@ export type KitsuneCreateSnippetPayload = Payload & {
|
|
|
157178
157350
|
snippet?: Maybe<KitsuneSnippet>;
|
|
157179
157351
|
success: Scalars['Boolean']['output'];
|
|
157180
157352
|
};
|
|
157353
|
+
export type KitsuneCreateSpaceInput = {
|
|
157354
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
157355
|
+
name: Scalars['String']['input'];
|
|
157356
|
+
workspaceAri: Scalars['ID']['input'];
|
|
157357
|
+
};
|
|
157358
|
+
export type KitsuneCreateSpacePayload = Payload & {
|
|
157359
|
+
__typename?: 'KitsuneCreateSpacePayload';
|
|
157360
|
+
errors?: Maybe<Array<MutationError>>;
|
|
157361
|
+
space?: Maybe<KitsuneSpace>;
|
|
157362
|
+
success: Scalars['Boolean']['output'];
|
|
157363
|
+
};
|
|
157181
157364
|
export type KitsuneCreateViewInput = {
|
|
157182
157365
|
config?: InputMaybe<KitsuneViewConfigInput>;
|
|
157183
157366
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -157465,6 +157648,15 @@ export type KitsuneFilterValueInput = {
|
|
|
157465
157648
|
valueNumber?: InputMaybe<Array<Scalars['Float']['input']>>;
|
|
157466
157649
|
valueText?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
157467
157650
|
};
|
|
157651
|
+
export type KitsuneGenerateFeedbackSummaryInput = {
|
|
157652
|
+
feedbackAri: Scalars['ID']['input'];
|
|
157653
|
+
};
|
|
157654
|
+
export type KitsuneGenerateFeedbackSummaryPayload = Payload & {
|
|
157655
|
+
__typename?: 'KitsuneGenerateFeedbackSummaryPayload';
|
|
157656
|
+
errors?: Maybe<Array<MutationError>>;
|
|
157657
|
+
feedback?: Maybe<KitsuneFeedback>;
|
|
157658
|
+
success: Scalars['Boolean']['output'];
|
|
157659
|
+
};
|
|
157468
157660
|
export type KitsuneGenerateInsightSummaryInput = {
|
|
157469
157661
|
insightAri: Scalars['ID']['input'];
|
|
157470
157662
|
};
|
|
@@ -157686,6 +157878,23 @@ export type KitsuneRemoveFromSpacePayload = Payload & {
|
|
|
157686
157878
|
principalAri?: Maybe<Scalars['ID']['output']>;
|
|
157687
157879
|
success: Scalars['Boolean']['output'];
|
|
157688
157880
|
};
|
|
157881
|
+
export type KitsuneRemoveSpacePayload = Payload & {
|
|
157882
|
+
__typename?: 'KitsuneRemoveSpacePayload';
|
|
157883
|
+
errors?: Maybe<Array<MutationError>>;
|
|
157884
|
+
job?: Maybe<KitsuneJob>;
|
|
157885
|
+
success: Scalars['Boolean']['output'];
|
|
157886
|
+
};
|
|
157887
|
+
export type KitsuneResyncFeedbackInput = {
|
|
157888
|
+
dateRange?: InputMaybe<KitsuneDateRangeInput>;
|
|
157889
|
+
rebuildEmbeddings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
157890
|
+
workspaceAri: Scalars['ID']['input'];
|
|
157891
|
+
};
|
|
157892
|
+
export type KitsuneResyncFeedbackPayload = Payload & {
|
|
157893
|
+
__typename?: 'KitsuneResyncFeedbackPayload';
|
|
157894
|
+
errors?: Maybe<Array<MutationError>>;
|
|
157895
|
+
job?: Maybe<KitsuneJob>;
|
|
157896
|
+
success: Scalars['Boolean']['output'];
|
|
157897
|
+
};
|
|
157689
157898
|
export type KitsuneResyncInsightsInput = {
|
|
157690
157899
|
workspaceAri: Scalars['ID']['input'];
|
|
157691
157900
|
};
|
|
@@ -158102,6 +158311,22 @@ export type KitsuneUpdateConnectorConfigPayload = Payload & {
|
|
|
158102
158311
|
errors?: Maybe<Array<MutationError>>;
|
|
158103
158312
|
success: Scalars['Boolean']['output'];
|
|
158104
158313
|
};
|
|
158314
|
+
export type KitsuneUpdateFeedbackInput = {
|
|
158315
|
+
content?: InputMaybe<Scalars['KitsuneADF']['input']>;
|
|
158316
|
+
customerId?: InputMaybe<Scalars['ID']['input']>;
|
|
158317
|
+
organizationId?: InputMaybe<Scalars['ID']['input']>;
|
|
158318
|
+
reporterId?: InputMaybe<Scalars['ID']['input']>;
|
|
158319
|
+
source?: InputMaybe<KitsuneSourceInputNew>;
|
|
158320
|
+
summaryContent?: InputMaybe<Scalars['KitsuneADF']['input']>;
|
|
158321
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
158322
|
+
values?: InputMaybe<Array<KitsuneFeedbackValueInput>>;
|
|
158323
|
+
};
|
|
158324
|
+
export type KitsuneUpdateFeedbackPayload = Payload & {
|
|
158325
|
+
__typename?: 'KitsuneUpdateFeedbackPayload';
|
|
158326
|
+
errors?: Maybe<Array<MutationError>>;
|
|
158327
|
+
feedback?: Maybe<KitsuneFeedback>;
|
|
158328
|
+
success: Scalars['Boolean']['output'];
|
|
158329
|
+
};
|
|
158105
158330
|
export type KitsuneUpdateFieldInput = {
|
|
158106
158331
|
aiEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
158107
158332
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -158143,6 +158368,17 @@ export type KitsuneUpdateSnippetPayload = Payload & {
|
|
|
158143
158368
|
snippet?: Maybe<KitsuneSnippet>;
|
|
158144
158369
|
success: Scalars['Boolean']['output'];
|
|
158145
158370
|
};
|
|
158371
|
+
export type KitsuneUpdateSpaceInput = {
|
|
158372
|
+
accessLevel?: InputMaybe<KitsuneSpaceAccessLevel>;
|
|
158373
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
158374
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
158375
|
+
};
|
|
158376
|
+
export type KitsuneUpdateSpacePayload = Payload & {
|
|
158377
|
+
__typename?: 'KitsuneUpdateSpacePayload';
|
|
158378
|
+
errors?: Maybe<Array<MutationError>>;
|
|
158379
|
+
space?: Maybe<KitsuneSpace>;
|
|
158380
|
+
success: Scalars['Boolean']['output'];
|
|
158381
|
+
};
|
|
158146
158382
|
export type KitsuneUpdateViewInput = {
|
|
158147
158383
|
config?: InputMaybe<KitsuneViewConfigInput>;
|
|
158148
158384
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -164461,6 +164697,7 @@ export declare enum MarketplaceStoreLayoutSlotTheme {
|
|
|
164461
164697
|
Bounded = "BOUNDED",
|
|
164462
164698
|
Dark = "DARK",
|
|
164463
164699
|
Default = "DEFAULT",
|
|
164700
|
+
Elevated = "ELEVATED",
|
|
164464
164701
|
Inverse = "INVERSE"
|
|
164465
164702
|
}
|
|
164466
164703
|
export declare enum MarketplaceStoreLayoutSlotVariant {
|
|
@@ -167635,6 +167872,7 @@ export type MercuryCreateRateCardInput = {
|
|
|
167635
167872
|
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
167636
167873
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
167637
167874
|
rate?: InputMaybe<Scalars['String']['input']>;
|
|
167875
|
+
ratePeriodTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
167638
167876
|
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
167639
167877
|
};
|
|
167640
167878
|
export type MercuryCreateRateCardPayload = Payload & {
|
|
@@ -169348,7 +169586,6 @@ export type MercuryFundsMutationApi = {
|
|
|
169348
169586
|
updateFocusAreaBudgetAmount?: Maybe<MercuryUpdateFocusAreaBudgetPayload>;
|
|
169349
169587
|
updateInvestmentCategoryName?: Maybe<MercuryUpdateInvestmentCategoryPayload>;
|
|
169350
169588
|
updateRateCard?: Maybe<MercuryUpdateRateCardPayload>;
|
|
169351
|
-
updateRateCardConfigurationRatePeriod?: Maybe<MercuryUpdateRateCardConfigurationPayload>;
|
|
169352
169589
|
};
|
|
169353
169590
|
export type MercuryFundsMutationApiCreateBenefitItemArgs = {
|
|
169354
169591
|
input: MercuryCreateBenefitItemInput;
|
|
@@ -169485,9 +169722,6 @@ export type MercuryFundsMutationApiUpdateInvestmentCategoryNameArgs = {
|
|
|
169485
169722
|
export type MercuryFundsMutationApiUpdateRateCardArgs = {
|
|
169486
169723
|
input: MercuryUpdateRateCardInput;
|
|
169487
169724
|
};
|
|
169488
|
-
export type MercuryFundsMutationApiUpdateRateCardConfigurationRatePeriodArgs = {
|
|
169489
|
-
input: MercuryUpdateRateCardConfigurationRatePeriodInput;
|
|
169490
|
-
};
|
|
169491
169725
|
export declare enum MercuryFundsPermission {
|
|
169492
169726
|
EditBaseline = "EDIT_BASELINE",
|
|
169493
169727
|
EditBudget = "EDIT_BUDGET",
|
|
@@ -169516,6 +169750,7 @@ export type MercuryFundsQueryApi = {
|
|
|
169516
169750
|
costTypes?: Maybe<Array<Maybe<MercuryCostType>>>;
|
|
169517
169751
|
costTypesByIds?: Maybe<Array<Maybe<MercuryCostType>>>;
|
|
169518
169752
|
currencies?: Maybe<Array<MercuryCurrency>>;
|
|
169753
|
+
defaultRateCard?: Maybe<MercuryRateCard>;
|
|
169519
169754
|
expenditureTypes?: Maybe<Array<Maybe<MercuryExpenditureType>>>;
|
|
169520
169755
|
expenditureTypesByIds?: Maybe<Array<Maybe<MercuryExpenditureType>>>;
|
|
169521
169756
|
financialVersions?: Maybe<Array<Maybe<MercuryFinancialVersion>>>;
|
|
@@ -169533,7 +169768,6 @@ export type MercuryFundsQueryApi = {
|
|
|
169533
169768
|
investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
|
|
169534
169769
|
rateCardAttributeTypes?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
169535
169770
|
rateCardAttributeTypesByIds?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
169536
|
-
rateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
169537
169771
|
rateCardsSearch?: Maybe<MercuryRateCardConnection>;
|
|
169538
169772
|
searchBenefitItemActivityHistory?: Maybe<MercuryBenefitItemActivityHistoryConnection>;
|
|
169539
169773
|
searchCostItemActivityHistory?: Maybe<MercuryCostItemActivityHistoryConnection>;
|
|
@@ -169615,6 +169849,9 @@ export type MercuryFundsQueryApiCostTypesByIdsArgs = {
|
|
|
169615
169849
|
export type MercuryFundsQueryApiCurrenciesArgs = {
|
|
169616
169850
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
169617
169851
|
};
|
|
169852
|
+
export type MercuryFundsQueryApiDefaultRateCardArgs = {
|
|
169853
|
+
cloudId: Scalars['ID']['input'];
|
|
169854
|
+
};
|
|
169618
169855
|
export type MercuryFundsQueryApiExpenditureTypesArgs = {
|
|
169619
169856
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
169620
169857
|
};
|
|
@@ -169689,9 +169926,6 @@ export type MercuryFundsQueryApiRateCardAttributeTypesByIdsArgs = {
|
|
|
169689
169926
|
cloudId: Scalars['ID']['input'];
|
|
169690
169927
|
ids: Array<Scalars['ID']['input']>;
|
|
169691
169928
|
};
|
|
169692
|
-
export type MercuryFundsQueryApiRateCardConfigurationArgs = {
|
|
169693
|
-
cloudId: Scalars['ID']['input'];
|
|
169694
|
-
};
|
|
169695
169929
|
export type MercuryFundsQueryApiRateCardsSearchArgs = {
|
|
169696
169930
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
169697
169931
|
cloudId: Scalars['ID']['input'];
|
|
@@ -172695,11 +172929,14 @@ export declare enum MercuryRankingGroupType {
|
|
|
172695
172929
|
export type MercuryRateCard = {
|
|
172696
172930
|
__typename?: 'MercuryRateCard';
|
|
172697
172931
|
attributeValues?: Maybe<Array<Maybe<MercuryRateCardAttributeValue>>>;
|
|
172698
|
-
|
|
172932
|
+
changes?: Maybe<MercuryRateCardChangeConnection>;
|
|
172699
172933
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
172700
172934
|
id: Scalars['ID']['output'];
|
|
172701
|
-
|
|
172702
|
-
|
|
172935
|
+
};
|
|
172936
|
+
export type MercuryRateCardChangesArgs = {
|
|
172937
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
172938
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
172939
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryRateCardChangeSort>>>;
|
|
172703
172940
|
};
|
|
172704
172941
|
export type MercuryRateCardAttribute = {
|
|
172705
172942
|
__typename?: 'MercuryRateCardAttribute';
|
|
@@ -172718,17 +172955,43 @@ export type MercuryRateCardAttributeValue = MercuryRateCardOrganizationAttribute
|
|
|
172718
172955
|
export type MercuryRateCardAttributeValueInput = {
|
|
172719
172956
|
attributeId: Scalars['ID']['input'];
|
|
172720
172957
|
attributeValue?: InputMaybe<Scalars['String']['input']>;
|
|
172721
|
-
id: Scalars['ID']['input'];
|
|
172722
172958
|
};
|
|
172723
172959
|
export type MercuryRateCardAttributeValueInterface = {
|
|
172724
172960
|
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
172725
172961
|
id: Scalars['ID']['output'];
|
|
172726
172962
|
};
|
|
172963
|
+
export type MercuryRateCardChange = {
|
|
172964
|
+
__typename?: 'MercuryRateCardChange';
|
|
172965
|
+
effectiveEndDate?: Maybe<Scalars['Date']['output']>;
|
|
172966
|
+
effectiveStartDate?: Maybe<Scalars['Date']['output']>;
|
|
172967
|
+
id: Scalars['ID']['output'];
|
|
172968
|
+
rate?: Maybe<MercuryMoney>;
|
|
172969
|
+
ratePeriodType?: Maybe<MercuryRatePeriodType>;
|
|
172970
|
+
workingHoursPerWeek?: Maybe<Scalars['Int']['output']>;
|
|
172971
|
+
};
|
|
172972
|
+
export type MercuryRateCardChangeConnection = {
|
|
172973
|
+
__typename?: 'MercuryRateCardChangeConnection';
|
|
172974
|
+
edges?: Maybe<Array<MercuryRateCardChangeEdge>>;
|
|
172975
|
+
pageInfo: PageInfo;
|
|
172976
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
172977
|
+
};
|
|
172978
|
+
export type MercuryRateCardChangeEdge = {
|
|
172979
|
+
__typename?: 'MercuryRateCardChangeEdge';
|
|
172980
|
+
cursor: Scalars['String']['output'];
|
|
172981
|
+
node?: Maybe<MercuryRateCardChange>;
|
|
172982
|
+
};
|
|
172983
|
+
export type MercuryRateCardChangeSort = {
|
|
172984
|
+
field: MercuryRateCardChangeSortField;
|
|
172985
|
+
order: SortOrder;
|
|
172986
|
+
};
|
|
172987
|
+
export declare enum MercuryRateCardChangeSortField {
|
|
172988
|
+
EffectiveStartDate = "EFFECTIVE_START_DATE"
|
|
172989
|
+
}
|
|
172727
172990
|
export type MercuryRateCardConfiguration = {
|
|
172728
172991
|
__typename?: 'MercuryRateCardConfiguration';
|
|
172729
172992
|
defaultRateCard?: Maybe<MercuryRateCard>;
|
|
172730
172993
|
id: Scalars['ID']['output'];
|
|
172731
|
-
ratePeriod?: Maybe<
|
|
172994
|
+
ratePeriod?: Maybe<MercuryRatePeriodType>;
|
|
172732
172995
|
};
|
|
172733
172996
|
export type MercuryRateCardConnection = {
|
|
172734
172997
|
__typename?: 'MercuryRateCardConnection';
|
|
@@ -172747,8 +173010,8 @@ export type MercuryRateCardOrganizationAttributeValue = MercuryRateCardAttribute
|
|
|
172747
173010
|
id: Scalars['ID']['output'];
|
|
172748
173011
|
organization?: Maybe<MercuryOrganization>;
|
|
172749
173012
|
};
|
|
172750
|
-
export type
|
|
172751
|
-
__typename?: '
|
|
173013
|
+
export type MercuryRatePeriodType = {
|
|
173014
|
+
__typename?: 'MercuryRatePeriodType';
|
|
172752
173015
|
displayName: Scalars['String']['output'];
|
|
172753
173016
|
id: Scalars['ID']['output'];
|
|
172754
173017
|
key: Scalars['String']['output'];
|
|
@@ -174910,16 +175173,13 @@ export type MercuryUpdateRateCardConfigurationPayload = Payload & {
|
|
|
174910
175173
|
success: Scalars['Boolean']['output'];
|
|
174911
175174
|
updatedRateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
174912
175175
|
};
|
|
174913
|
-
export type MercuryUpdateRateCardConfigurationRatePeriodInput = {
|
|
174914
|
-
cloudId: Scalars['ID']['input'];
|
|
174915
|
-
ratePeriodKey: Scalars['String']['input'];
|
|
174916
|
-
};
|
|
174917
175176
|
export type MercuryUpdateRateCardInput = {
|
|
174918
175177
|
cloudId: Scalars['ID']['input'];
|
|
174919
175178
|
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
174920
175179
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
174921
175180
|
id: Scalars['ID']['input'];
|
|
174922
175181
|
rate?: InputMaybe<Scalars['String']['input']>;
|
|
175182
|
+
ratePeriodTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
174923
175183
|
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
174924
175184
|
};
|
|
174925
175185
|
export type MercuryUpdateRateCardPayload = Payload & {
|
|
@@ -176920,6 +177180,7 @@ export type Mutation = {
|
|
|
176920
177180
|
kitsune_createCustomer?: Maybe<KitsuneCustomer>;
|
|
176921
177181
|
kitsune_createCustomerField?: Maybe<KitsuneCustomerCustomField>;
|
|
176922
177182
|
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
177183
|
+
kitsune_createFeedbackV2?: Maybe<KitsuneCreateFeedbackPayload>;
|
|
176923
177184
|
kitsune_createField?: Maybe<KitsuneField>;
|
|
176924
177185
|
kitsune_createFieldV2?: Maybe<KitsuneCreateFieldPayload>;
|
|
176925
177186
|
kitsune_createInsight?: Maybe<KitsuneInsight>;
|
|
@@ -176931,10 +177192,12 @@ export type Mutation = {
|
|
|
176931
177192
|
kitsune_createSnippet?: Maybe<KitsuneSnippet>;
|
|
176932
177193
|
kitsune_createSnippetV2?: Maybe<KitsuneCreateSnippetPayload>;
|
|
176933
177194
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
177195
|
+
kitsune_createSpaceV2?: Maybe<KitsuneCreateSpacePayload>;
|
|
176934
177196
|
kitsune_createView?: Maybe<KitsuneView>;
|
|
176935
177197
|
kitsune_createViewV2?: Maybe<KitsuneViewPayload>;
|
|
176936
177198
|
kitsune_exportFeedbackFromView?: Maybe<KitsuneJob>;
|
|
176937
177199
|
kitsune_generateFeedbackSummary?: Maybe<KitsuneFeedback>;
|
|
177200
|
+
kitsune_generateFeedbackSummaryV2?: Maybe<KitsuneGenerateFeedbackSummaryPayload>;
|
|
176938
177201
|
kitsune_generateInsightSummary?: Maybe<KitsuneInsight>;
|
|
176939
177202
|
kitsune_generateInsightSummaryV2?: Maybe<KitsuneGenerateInsightSummaryPayload>;
|
|
176940
177203
|
kitsune_inviteToSpace?: Maybe<KitsuneInviteToSpacePayload>;
|
|
@@ -176950,6 +177213,7 @@ export type Mutation = {
|
|
|
176950
177213
|
kitsune_removeCustomer?: Maybe<KitsuneDeletedRecord>;
|
|
176951
177214
|
kitsune_removeCustomerField?: Maybe<KitsuneDeletedRecord>;
|
|
176952
177215
|
kitsune_removeFeedback?: Maybe<KitsuneDeletedRecord>;
|
|
177216
|
+
kitsune_removeFeedbackV2?: Maybe<KitsuneDeletedPayload>;
|
|
176953
177217
|
kitsune_removeField?: Maybe<KitsuneDeletedRecord>;
|
|
176954
177218
|
kitsune_removeFieldV2?: Maybe<KitsuneDeletedPayload>;
|
|
176955
177219
|
kitsune_removeFieldValue?: Maybe<KitsuneDeletedRecord>;
|
|
@@ -176964,9 +177228,11 @@ export type Mutation = {
|
|
|
176964
177228
|
kitsune_removeSnippet?: Maybe<KitsuneDeletedRecord>;
|
|
176965
177229
|
kitsune_removeSnippetV2?: Maybe<KitsuneDeletedPayload>;
|
|
176966
177230
|
kitsune_removeSpace?: Maybe<KitsuneJob>;
|
|
177231
|
+
kitsune_removeSpaceV2?: Maybe<KitsuneRemoveSpacePayload>;
|
|
176967
177232
|
kitsune_removeView?: Maybe<KitsuneDeletedRecord>;
|
|
176968
177233
|
kitsune_removeViewV2?: Maybe<KitsuneDeleteViewPayload>;
|
|
176969
177234
|
kitsune_resyncFeedback?: Maybe<KitsuneJob>;
|
|
177235
|
+
kitsune_resyncFeedbackV2?: Maybe<KitsuneResyncFeedbackPayload>;
|
|
176970
177236
|
kitsune_resyncInsights?: Maybe<KitsuneJob>;
|
|
176971
177237
|
kitsune_resyncInsightsV2?: Maybe<KitsuneResyncInsightsPayload>;
|
|
176972
177238
|
kitsune_syncCsmProperties?: Maybe<KitsuneJob>;
|
|
@@ -176976,6 +177242,7 @@ export type Mutation = {
|
|
|
176976
177242
|
kitsune_updateCustomer?: Maybe<KitsuneCustomer>;
|
|
176977
177243
|
kitsune_updateCustomerField?: Maybe<KitsuneCustomerCustomField>;
|
|
176978
177244
|
kitsune_updateFeedback?: Maybe<KitsuneFeedback>;
|
|
177245
|
+
kitsune_updateFeedbackV2?: Maybe<KitsuneUpdateFeedbackPayload>;
|
|
176979
177246
|
kitsune_updateField?: Maybe<KitsuneField>;
|
|
176980
177247
|
kitsune_updateFieldV2?: Maybe<KitsuneUpdateFieldPayload>;
|
|
176981
177248
|
kitsune_updateInsight?: Maybe<KitsuneInsight>;
|
|
@@ -176987,6 +177254,7 @@ export type Mutation = {
|
|
|
176987
177254
|
kitsune_updateSnippet?: Maybe<KitsuneSnippet>;
|
|
176988
177255
|
kitsune_updateSnippetV2?: Maybe<KitsuneUpdateSnippetPayload>;
|
|
176989
177256
|
kitsune_updateSpace?: Maybe<KitsuneSpace>;
|
|
177257
|
+
kitsune_updateSpaceV2?: Maybe<KitsuneUpdateSpacePayload>;
|
|
176990
177258
|
kitsune_updateView?: Maybe<KitsuneView>;
|
|
176991
177259
|
kitsune_updateViewV2?: Maybe<KitsuneViewPayload>;
|
|
176992
177260
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
@@ -177173,6 +177441,7 @@ export type Mutation = {
|
|
|
177173
177441
|
radar_createRoleAssignment?: Maybe<RadarMutationResponse>;
|
|
177174
177442
|
radar_createSkill?: Maybe<RadarSkill>;
|
|
177175
177443
|
radar_deleteAiConnectors?: Maybe<RadarMutationResponse>;
|
|
177444
|
+
radar_deleteAllAiConnectors?: Maybe<RadarDeleteAllAiConnectorsResponse>;
|
|
177176
177445
|
radar_deleteConnector?: Maybe<RadarMutationResponse>;
|
|
177177
177446
|
radar_deleteCustomFieldDefinitions?: Maybe<RadarDeleteCustomFieldDefinitionsMutationResponse>;
|
|
177178
177447
|
radar_deleteCustomFields?: Maybe<RadarMutationResponse>;
|
|
@@ -178040,6 +178309,9 @@ export type MutationArchiveSpaceArgs = {
|
|
|
178040
178309
|
export type MutationArtifact_CreateArtifactArgs = {
|
|
178041
178310
|
input: ArtifactCreateInput;
|
|
178042
178311
|
};
|
|
178312
|
+
export type MutationArtifact_CreateContentArgs = {
|
|
178313
|
+
input: ArtifactCreateContentInput;
|
|
178314
|
+
};
|
|
178043
178315
|
export type MutationAssetsDm_AddDataDictionaryArgs = {
|
|
178044
178316
|
cloudId: Scalars['ID']['input'];
|
|
178045
178317
|
payload: AssetsDmAddDataDictionaryInput;
|
|
@@ -181959,6 +182231,9 @@ export type MutationKitsune_CreateFeedbackArgs = {
|
|
|
181959
182231
|
spaceAri: Scalars['ID']['input'];
|
|
181960
182232
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
181961
182233
|
};
|
|
182234
|
+
export type MutationKitsune_CreateFeedbackV2Args = {
|
|
182235
|
+
input: KitsuneCreateFeedbackInput;
|
|
182236
|
+
};
|
|
181962
182237
|
export type MutationKitsune_CreateFieldArgs = {
|
|
181963
182238
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
181964
182239
|
entityTypes: Array<KitsuneEntityType>;
|
|
@@ -182016,6 +182291,9 @@ export type MutationKitsune_CreateSpaceArgs = {
|
|
|
182016
182291
|
name: Scalars['String']['input'];
|
|
182017
182292
|
workspaceAri: Scalars['ID']['input'];
|
|
182018
182293
|
};
|
|
182294
|
+
export type MutationKitsune_CreateSpaceV2Args = {
|
|
182295
|
+
input: KitsuneCreateSpaceInput;
|
|
182296
|
+
};
|
|
182019
182297
|
export type MutationKitsune_CreateViewArgs = {
|
|
182020
182298
|
config?: InputMaybe<KitsuneViewConfigInput>;
|
|
182021
182299
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -182036,6 +182314,9 @@ export type MutationKitsune_ExportFeedbackFromViewArgs = {
|
|
|
182036
182314
|
export type MutationKitsune_GenerateFeedbackSummaryArgs = {
|
|
182037
182315
|
id: Scalars['ID']['input'];
|
|
182038
182316
|
};
|
|
182317
|
+
export type MutationKitsune_GenerateFeedbackSummaryV2Args = {
|
|
182318
|
+
input: KitsuneGenerateFeedbackSummaryInput;
|
|
182319
|
+
};
|
|
182039
182320
|
export type MutationKitsune_GenerateInsightSummaryArgs = {
|
|
182040
182321
|
insightAri: Scalars['ID']['input'];
|
|
182041
182322
|
};
|
|
@@ -182089,6 +182370,9 @@ export type MutationKitsune_RemoveCustomerFieldArgs = {
|
|
|
182089
182370
|
export type MutationKitsune_RemoveFeedbackArgs = {
|
|
182090
182371
|
id: Scalars['ID']['input'];
|
|
182091
182372
|
};
|
|
182373
|
+
export type MutationKitsune_RemoveFeedbackV2Args = {
|
|
182374
|
+
id: Scalars['ID']['input'];
|
|
182375
|
+
};
|
|
182092
182376
|
export type MutationKitsune_RemoveFieldArgs = {
|
|
182093
182377
|
id: Scalars['ID']['input'];
|
|
182094
182378
|
};
|
|
@@ -182134,6 +182418,9 @@ export type MutationKitsune_RemoveSnippetV2Args = {
|
|
|
182134
182418
|
export type MutationKitsune_RemoveSpaceArgs = {
|
|
182135
182419
|
id: Scalars['ID']['input'];
|
|
182136
182420
|
};
|
|
182421
|
+
export type MutationKitsune_RemoveSpaceV2Args = {
|
|
182422
|
+
id: Scalars['ID']['input'];
|
|
182423
|
+
};
|
|
182137
182424
|
export type MutationKitsune_RemoveViewArgs = {
|
|
182138
182425
|
viewAri: Scalars['ID']['input'];
|
|
182139
182426
|
};
|
|
@@ -182145,6 +182432,9 @@ export type MutationKitsune_ResyncFeedbackArgs = {
|
|
|
182145
182432
|
rebuildEmbeddings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
182146
182433
|
workspaceAri: Scalars['ID']['input'];
|
|
182147
182434
|
};
|
|
182435
|
+
export type MutationKitsune_ResyncFeedbackV2Args = {
|
|
182436
|
+
input: KitsuneResyncFeedbackInput;
|
|
182437
|
+
};
|
|
182148
182438
|
export type MutationKitsune_ResyncInsightsArgs = {
|
|
182149
182439
|
workspaceAri: Scalars['ID']['input'];
|
|
182150
182440
|
};
|
|
@@ -182185,6 +182475,10 @@ export type MutationKitsune_UpdateFeedbackArgs = {
|
|
|
182185
182475
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
182186
182476
|
values?: InputMaybe<Array<KitsuneFeedbackValueInput>>;
|
|
182187
182477
|
};
|
|
182478
|
+
export type MutationKitsune_UpdateFeedbackV2Args = {
|
|
182479
|
+
id: Scalars['ID']['input'];
|
|
182480
|
+
input: KitsuneUpdateFeedbackInput;
|
|
182481
|
+
};
|
|
182188
182482
|
export type MutationKitsune_UpdateFieldArgs = {
|
|
182189
182483
|
aiEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
182190
182484
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -182249,6 +182543,10 @@ export type MutationKitsune_UpdateSpaceArgs = {
|
|
|
182249
182543
|
id: Scalars['ID']['input'];
|
|
182250
182544
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
182251
182545
|
};
|
|
182546
|
+
export type MutationKitsune_UpdateSpaceV2Args = {
|
|
182547
|
+
id: Scalars['ID']['input'];
|
|
182548
|
+
input: KitsuneUpdateSpaceInput;
|
|
182549
|
+
};
|
|
182252
182550
|
export type MutationKitsune_UpdateViewArgs = {
|
|
182253
182551
|
config?: InputMaybe<KitsuneViewConfigInput>;
|
|
182254
182552
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -182787,6 +183085,9 @@ export type MutationRadar_DeleteAiConnectorsArgs = {
|
|
|
182787
183085
|
cloudId: Scalars['ID']['input'];
|
|
182788
183086
|
input: RadarDeleteAiConnectorsInput;
|
|
182789
183087
|
};
|
|
183088
|
+
export type MutationRadar_DeleteAllAiConnectorsArgs = {
|
|
183089
|
+
cloudId: Scalars['ID']['input'];
|
|
183090
|
+
};
|
|
182790
183091
|
export type MutationRadar_DeleteConnectorArgs = {
|
|
182791
183092
|
cloudId: Scalars['ID']['input'];
|
|
182792
183093
|
input: RadarDeleteConnectorInput;
|
|
@@ -186449,8 +186750,8 @@ export declare enum PsmDeviceHealthStatus {
|
|
|
186449
186750
|
Excellent = "EXCELLENT",
|
|
186450
186751
|
Fair = "FAIR",
|
|
186451
186752
|
Good = "GOOD",
|
|
186452
|
-
|
|
186453
|
-
|
|
186753
|
+
NotReporting = "NOT_REPORTING",
|
|
186754
|
+
Poor = "POOR"
|
|
186454
186755
|
}
|
|
186455
186756
|
export type PsmDeviceIdentity = {
|
|
186456
186757
|
__typename?: 'PsmDeviceIdentity';
|
|
@@ -186482,6 +186783,9 @@ export declare enum PsmDeviceStatus {
|
|
|
186482
186783
|
Orphan = "ORPHAN",
|
|
186483
186784
|
Unmapped = "UNMAPPED"
|
|
186484
186785
|
}
|
|
186786
|
+
export type PsmDevicesFilter = {
|
|
186787
|
+
healthStatuses?: InputMaybe<Array<PsmDeviceHealthStatus>>;
|
|
186788
|
+
};
|
|
186485
186789
|
export type PsmEligibleUser = {
|
|
186486
186790
|
__typename?: 'PsmEligibleUser';
|
|
186487
186791
|
atlassianAccountId: Scalars['ID']['output'];
|
|
@@ -186497,6 +186801,30 @@ export type PsmEligibleUsersListResult = {
|
|
|
186497
186801
|
errors?: Maybe<Array<QueryError>>;
|
|
186498
186802
|
users?: Maybe<Array<PsmEligibleUser>>;
|
|
186499
186803
|
};
|
|
186804
|
+
export type PsmFilter = {
|
|
186805
|
+
__typename?: 'PsmFilter';
|
|
186806
|
+
key: PsmFilterKey;
|
|
186807
|
+
label: Scalars['String']['output'];
|
|
186808
|
+
options: Array<PsmFilterOption>;
|
|
186809
|
+
searchable: Scalars['Boolean']['output'];
|
|
186810
|
+
};
|
|
186811
|
+
export declare enum PsmFilterKey {
|
|
186812
|
+
RemediationCategory = "REMEDIATION_CATEGORY",
|
|
186813
|
+
Sensor = "SENSOR",
|
|
186814
|
+
SensorCategory = "SENSOR_CATEGORY",
|
|
186815
|
+
Status = "STATUS"
|
|
186816
|
+
}
|
|
186817
|
+
export type PsmFilterOption = {
|
|
186818
|
+
__typename?: 'PsmFilterOption';
|
|
186819
|
+
label: Scalars['String']['output'];
|
|
186820
|
+
value: Scalars['String']['output'];
|
|
186821
|
+
};
|
|
186822
|
+
export declare enum PsmFilterScreen {
|
|
186823
|
+
Activities = "ACTIVITIES",
|
|
186824
|
+
DeviceList = "DEVICE_LIST",
|
|
186825
|
+
OpenIssuesAgentActionPending = "OPEN_ISSUES_AGENT_ACTION_PENDING",
|
|
186826
|
+
OpenIssuesAutomatedApproved = "OPEN_ISSUES_AUTOMATED_APPROVED"
|
|
186827
|
+
}
|
|
186500
186828
|
export type PsmFinishOnboardTenantInput = {
|
|
186501
186829
|
spaceId: Scalars['ID']['input'];
|
|
186502
186830
|
};
|
|
@@ -186616,6 +186944,12 @@ export type PsmRemediationTriggerSummary = {
|
|
|
186616
186944
|
offline?: Maybe<Array<Scalars['String']['output']>>;
|
|
186617
186945
|
queued?: Maybe<Array<Scalars['String']['output']>>;
|
|
186618
186946
|
};
|
|
186947
|
+
export type PsmScreenFilterResult = {
|
|
186948
|
+
__typename?: 'PsmScreenFilterResult';
|
|
186949
|
+
errors?: Maybe<Array<QueryError>>;
|
|
186950
|
+
filters?: Maybe<Array<PsmFilter>>;
|
|
186951
|
+
screen: PsmFilterScreen;
|
|
186952
|
+
};
|
|
186619
186953
|
export type PsmSensorCategoriesInput = {
|
|
186620
186954
|
spaceId: Scalars['ID']['input'];
|
|
186621
186955
|
};
|
|
@@ -186645,6 +186979,7 @@ export type PsmSensorConfigDetails = {
|
|
|
186645
186979
|
name?: Maybe<Scalars['String']['output']>;
|
|
186646
186980
|
remediationDesc?: Maybe<Scalars['String']['output']>;
|
|
186647
186981
|
remediationFrequency?: Maybe<Scalars['String']['output']>;
|
|
186982
|
+
remediationId?: Maybe<Scalars['ID']['output']>;
|
|
186648
186983
|
remediationType?: Maybe<PsmSensorRemediationType>;
|
|
186649
186984
|
sensorId?: Maybe<Scalars['String']['output']>;
|
|
186650
186985
|
triggerCondition?: Maybe<Scalars['String']['output']>;
|
|
@@ -187269,7 +187604,6 @@ export type Query = {
|
|
|
187269
187604
|
agentWorkspace_skillCategoriesInProject?: Maybe<AgentWorkspaceProjectSkillCategoryConnection>;
|
|
187270
187605
|
agentWorkspace_skills?: Maybe<AgentWorkspaceSkillConnection>;
|
|
187271
187606
|
agentWorkspace_skillsInCategory?: Maybe<AgentWorkspaceSkillConnection>;
|
|
187272
|
-
agentWorkspace_smartRoutingConfig?: Maybe<AgentWorkspaceSmartRoutingConfig>;
|
|
187273
187607
|
agentWorkspace_smartRoutingDryRun?: Maybe<AgentWorkspaceSmartRoutingDryRun>;
|
|
187274
187608
|
agentWorkspace_smartRoutingDryRunTickets?: Maybe<AgentWorkspaceSmartRoutingDryRunTicketsPayload>;
|
|
187275
187609
|
agentWorkspace_teamCapacities?: Maybe<Array<AgentWorkspaceTeamCapacity>>;
|
|
@@ -188093,6 +188427,7 @@ export type Query = {
|
|
|
188093
188427
|
graphIntegration_mcpServers?: Maybe<Array<Maybe<GraphIntegrationMcpServerNode>>>;
|
|
188094
188428
|
graphIntegration_mcpTools?: Maybe<Array<Maybe<GraphIntegrationMcpToolNode>>>;
|
|
188095
188429
|
graphIntegration_rbacRecords?: Maybe<Array<GraphIntegrationRbacRecord>>;
|
|
188430
|
+
graphIntegration_resolveSkillCloneLink?: Maybe<GraphIntegrationResolveSkillCloneLinkPayload>;
|
|
188096
188431
|
graphIntegration_skill?: Maybe<GraphIntegrationSkill>;
|
|
188097
188432
|
graphIntegration_skillDimensionMetadata?: Maybe<GraphIntegrationSkillDimensionMetadata>;
|
|
188098
188433
|
graphIntegration_skillItems?: Maybe<Array<Maybe<GraphIntegrationSkillItem>>>;
|
|
@@ -188266,6 +188601,8 @@ export type Query = {
|
|
|
188266
188601
|
graphStoreV2_atlassianUserHasConfluenceMeetingNotesFolderInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasConfluenceMeetingNotesFolderInverseConnection>;
|
|
188267
188602
|
graphStoreV2_atlassianUserHasExternalPosition?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasExternalPositionConnection>;
|
|
188268
188603
|
graphStoreV2_atlassianUserHasExternalPositionInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasExternalPositionInverseConnection>;
|
|
188604
|
+
graphStoreV2_atlassianUserHasPendingApprovalOnJiraWorkItem?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemConnection>;
|
|
188605
|
+
graphStoreV2_atlassianUserHasPendingApprovalOnJiraWorkItemInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseConnection>;
|
|
188269
188606
|
graphStoreV2_atlassianUserHasRelevantJiraSpace?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasRelevantJiraSpaceConnection>;
|
|
188270
188607
|
graphStoreV2_atlassianUserHasRelevantJiraSpaceInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserHasRelevantJiraSpaceInverseConnection>;
|
|
188271
188608
|
graphStoreV2_atlassianUserInvitedToLoomMeeting?: Maybe<GraphStoreV2SimplifiedAtlassianUserInvitedToLoomMeetingConnection>;
|
|
@@ -189116,6 +189453,8 @@ export type Query = {
|
|
|
189116
189453
|
graphStore_atlassianUserDismissedJiraForYouRecommendationEntityInverseBatch?: Maybe<GraphStoreBatchAtlassianUserDismissedJiraForYouRecommendationEntityConnection>;
|
|
189117
189454
|
graphStore_atlassianUserFollowsAtlassianHomeTag?: Maybe<GraphStoreSimplifiedAtlassianUserFollowsAtlassianHomeTagConnection>;
|
|
189118
189455
|
graphStore_atlassianUserFollowsAtlassianHomeTagInverse?: Maybe<GraphStoreSimplifiedAtlassianUserFollowsAtlassianHomeTagInverseConnection>;
|
|
189456
|
+
graphStore_atlassianUserHasPendingApprovalOnJiraWorkItem?: Maybe<GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemConnection>;
|
|
189457
|
+
graphStore_atlassianUserHasPendingApprovalOnJiraWorkItemInverse?: Maybe<GraphStoreSimplifiedAtlassianUserHasPendingApprovalOnJiraWorkItemInverseConnection>;
|
|
189119
189458
|
graphStore_atlassianUserInvitedToLoomMeeting?: Maybe<GraphStoreSimplifiedAtlassianUserInvitedToLoomMeetingConnection>;
|
|
189120
189459
|
graphStore_atlassianUserInvitedToLoomMeetingBatch?: Maybe<GraphStoreBatchAtlassianUserInvitedToLoomMeetingConnection>;
|
|
189121
189460
|
graphStore_atlassianUserInvitedToLoomMeetingInverse?: Maybe<GraphStoreSimplifiedAtlassianUserInvitedToLoomMeetingInverseConnection>;
|
|
@@ -190367,6 +190706,7 @@ export type Query = {
|
|
|
190367
190706
|
jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
|
|
190368
190707
|
jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
|
|
190369
190708
|
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
190709
|
+
jira_releaseDriversForProject?: Maybe<JiraVersionDriverOptionConnection>;
|
|
190370
190710
|
jira_rovoEnablementStatus?: Maybe<JiraRovoEnablementStatus>;
|
|
190371
190711
|
jira_sprintField?: Maybe<JiraJqlField>;
|
|
190372
190712
|
jira_subtaskCreationAdditionalServices?: Maybe<JiraIssueCreateAdditionalServicesResult>;
|
|
@@ -190673,6 +191013,7 @@ export type Query = {
|
|
|
190673
191013
|
psm_device?: Maybe<PsmDevice>;
|
|
190674
191014
|
psm_devices?: Maybe<PsmDeviceConnection>;
|
|
190675
191015
|
psm_eligibleUsersList?: Maybe<PsmEligibleUsersListResult>;
|
|
191016
|
+
psm_filters?: Maybe<PsmScreenFilterResult>;
|
|
190676
191017
|
psm_onboardTenantStatus?: Maybe<PsmOnboardTenantStatusResult>;
|
|
190677
191018
|
psm_sensorCategories?: Maybe<PsmSensorCategoriesResult>;
|
|
190678
191019
|
psm_sensorDetails?: Maybe<PsmSensorConfigResult>;
|
|
@@ -191906,9 +192247,6 @@ export type QueryAgentWorkspace_SkillsInCategoryArgs = {
|
|
|
191906
192247
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
191907
192248
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
191908
192249
|
};
|
|
191909
|
-
export type QueryAgentWorkspace_SmartRoutingConfigArgs = {
|
|
191910
|
-
projectAri: Scalars['ID']['input'];
|
|
191911
|
-
};
|
|
191912
192250
|
export type QueryAgentWorkspace_SmartRoutingDryRunArgs = {
|
|
191913
192251
|
cloudId: Scalars['ID']['input'];
|
|
191914
192252
|
projectKey: Scalars['String']['input'];
|
|
@@ -192260,7 +192598,7 @@ export type QueryAquaOutgoingEmailLogsArgs = {
|
|
|
192260
192598
|
cloudId: Scalars['ID']['input'];
|
|
192261
192599
|
};
|
|
192262
192600
|
export type QueryArtifact_GetArtifactArgs = {
|
|
192263
|
-
|
|
192601
|
+
input: ArtifactGetInput;
|
|
192264
192602
|
};
|
|
192265
192603
|
export type QueryAssetsDm_AdaptersArgs = {
|
|
192266
192604
|
cloudId: Scalars['ID']['input'];
|
|
@@ -195708,6 +196046,9 @@ export type QueryGraphIntegration_RbacRecordsArgs = {
|
|
|
195708
196046
|
resourceAri: Scalars['ID']['input'];
|
|
195709
196047
|
workspaceAri: Scalars['ID']['input'];
|
|
195710
196048
|
};
|
|
196049
|
+
export type QueryGraphIntegration_ResolveSkillCloneLinkArgs = {
|
|
196050
|
+
input: GraphIntegrationResolveSkillCloneLinkInput;
|
|
196051
|
+
};
|
|
195711
196052
|
export type QueryGraphIntegration_SkillArgs = {
|
|
195712
196053
|
contextAri: Scalars['ID']['input'];
|
|
195713
196054
|
resolvePlatformToolNames?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -196889,6 +197230,20 @@ export type QueryGraphStoreV2_AtlassianUserHasExternalPositionInverseArgs = {
|
|
|
196889
197230
|
id: Scalars['ID']['input'];
|
|
196890
197231
|
sort?: InputMaybe<GraphStoreV2AtlassianUserHasExternalPositionSortInput>;
|
|
196891
197232
|
};
|
|
197233
|
+
export type QueryGraphStoreV2_AtlassianUserHasPendingApprovalOnJiraWorkItemArgs = {
|
|
197234
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
197235
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
197236
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
197237
|
+
id: Scalars['ID']['input'];
|
|
197238
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserHasPendingApprovalOnJiraWorkItemSortInput>;
|
|
197239
|
+
};
|
|
197240
|
+
export type QueryGraphStoreV2_AtlassianUserHasPendingApprovalOnJiraWorkItemInverseArgs = {
|
|
197241
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
197242
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
197243
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
197244
|
+
id: Scalars['ID']['input'];
|
|
197245
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserHasPendingApprovalOnJiraWorkItemSortInput>;
|
|
197246
|
+
};
|
|
196892
197247
|
export type QueryGraphStoreV2_AtlassianUserHasRelevantJiraSpaceArgs = {
|
|
196893
197248
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
196894
197249
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -202969,6 +203324,22 @@ export type QueryGraphStore_AtlassianUserFollowsAtlassianHomeTagInverseArgs = {
|
|
|
202969
203324
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
202970
203325
|
sort?: InputMaybe<GraphStoreAtlassianUserFollowsAtlassianHomeTagSortInput>;
|
|
202971
203326
|
};
|
|
203327
|
+
export type QueryGraphStore_AtlassianUserHasPendingApprovalOnJiraWorkItemArgs = {
|
|
203328
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
203329
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
203330
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
203331
|
+
id: Scalars['ID']['input'];
|
|
203332
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
203333
|
+
sort?: InputMaybe<GraphStoreAtlassianUserHasPendingApprovalOnJiraWorkItemSortInput>;
|
|
203334
|
+
};
|
|
203335
|
+
export type QueryGraphStore_AtlassianUserHasPendingApprovalOnJiraWorkItemInverseArgs = {
|
|
203336
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
203337
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
203338
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
203339
|
+
id: Scalars['ID']['input'];
|
|
203340
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
203341
|
+
sort?: InputMaybe<GraphStoreAtlassianUserHasPendingApprovalOnJiraWorkItemSortInput>;
|
|
203342
|
+
};
|
|
202972
203343
|
export type QueryGraphStore_AtlassianUserInvitedToLoomMeetingArgs = {
|
|
202973
203344
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
202974
203345
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -212195,6 +212566,11 @@ export type QueryJira_ProjectsSidebarMenuArgs = {
|
|
|
212195
212566
|
cloudId: Scalars['ID']['input'];
|
|
212196
212567
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
212197
212568
|
};
|
|
212569
|
+
export type QueryJira_ReleaseDriversForProjectArgs = {
|
|
212570
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
212571
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
212572
|
+
projectId: Scalars['ID']['input'];
|
|
212573
|
+
};
|
|
212198
212574
|
export type QueryJira_RovoEnablementStatusArgs = {
|
|
212199
212575
|
cloudId: Scalars['ID']['input'];
|
|
212200
212576
|
};
|
|
@@ -213364,6 +213740,7 @@ export type QueryPsm_DeviceArgs = {
|
|
|
213364
213740
|
export type QueryPsm_DevicesArgs = {
|
|
213365
213741
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
213366
213742
|
cloudId: Scalars['ID']['input'];
|
|
213743
|
+
filter?: InputMaybe<PsmDevicesFilter>;
|
|
213367
213744
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
213368
213745
|
spaceId: Scalars['ID']['input'];
|
|
213369
213746
|
};
|
|
@@ -213371,6 +213748,11 @@ export type QueryPsm_EligibleUsersListArgs = {
|
|
|
213371
213748
|
cloudId: Scalars['ID']['input'];
|
|
213372
213749
|
input: PsmEligibleUsersListInput;
|
|
213373
213750
|
};
|
|
213751
|
+
export type QueryPsm_FiltersArgs = {
|
|
213752
|
+
cloudId: Scalars['ID']['input'];
|
|
213753
|
+
screen: PsmFilterScreen;
|
|
213754
|
+
spaceId: Scalars['ID']['input'];
|
|
213755
|
+
};
|
|
213374
213756
|
export type QueryPsm_OnboardTenantStatusArgs = {
|
|
213375
213757
|
cloudId: Scalars['ID']['input'];
|
|
213376
213758
|
input: PsmOnboardTenantStatusInput;
|
|
@@ -214822,6 +215204,11 @@ export type RadarDateFieldValue = {
|
|
|
214822
215204
|
export type RadarDeleteAiConnectorsInput = {
|
|
214823
215205
|
ids: Array<Scalars['ID']['input']>;
|
|
214824
215206
|
};
|
|
215207
|
+
export type RadarDeleteAllAiConnectorsResponse = {
|
|
215208
|
+
__typename?: 'RadarDeleteAllAiConnectorsResponse';
|
|
215209
|
+
deletedConnectorCount: Scalars['Int']['output'];
|
|
215210
|
+
deletedConnectorIds: Array<Scalars['ID']['output']>;
|
|
215211
|
+
};
|
|
214825
215212
|
export type RadarDeleteConnectorInput = {
|
|
214826
215213
|
connectorId: Scalars['ID']['input'];
|
|
214827
215214
|
};
|
|
@@ -232874,6 +233261,26 @@ export type TrelloAdministeredPaidWorkspacesUpdated = {
|
|
|
232874
233261
|
__typename?: 'TrelloAdministeredPaidWorkspacesUpdated';
|
|
232875
233262
|
id: Scalars['ID']['output'];
|
|
232876
233263
|
};
|
|
233264
|
+
export type TrelloAgentMessage = {
|
|
233265
|
+
__typename?: 'TrelloAgentMessage';
|
|
233266
|
+
content: Scalars['String']['output'];
|
|
233267
|
+
id: Scalars['ID']['output'];
|
|
233268
|
+
role: TrelloAgentMessageRole;
|
|
233269
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
233270
|
+
};
|
|
233271
|
+
export type TrelloAgentMessageEdgeUpdated = {
|
|
233272
|
+
__typename?: 'TrelloAgentMessageEdgeUpdated';
|
|
233273
|
+
node: TrelloAgentMessage;
|
|
233274
|
+
};
|
|
233275
|
+
export declare enum TrelloAgentMessageRole {
|
|
233276
|
+
Agent = "AGENT",
|
|
233277
|
+
Unspecified = "UNSPECIFIED",
|
|
233278
|
+
User = "USER"
|
|
233279
|
+
}
|
|
233280
|
+
export type TrelloAgentMessageUpdatedConnection = {
|
|
233281
|
+
__typename?: 'TrelloAgentMessageUpdatedConnection';
|
|
233282
|
+
edges?: Maybe<Array<TrelloAgentMessageEdgeUpdated>>;
|
|
233283
|
+
};
|
|
232877
233284
|
export type TrelloAgentSessionUpdated = TrelloStatefulSessionUpdated & {
|
|
232878
233285
|
__typename?: 'TrelloAgentSessionUpdated';
|
|
232879
233286
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -232907,12 +233314,13 @@ export declare enum TrelloAgentTaskState {
|
|
|
232907
233314
|
}
|
|
232908
233315
|
export type TrelloAgentTaskStatus = {
|
|
232909
233316
|
__typename?: 'TrelloAgentTaskStatus';
|
|
232910
|
-
message?: Maybe<
|
|
233317
|
+
message?: Maybe<TrelloAgentMessage>;
|
|
232911
233318
|
state: TrelloAgentTaskState;
|
|
232912
233319
|
timestamp: Scalars['DateTime']['output'];
|
|
232913
233320
|
};
|
|
232914
233321
|
export type TrelloAgentTaskUpdated = {
|
|
232915
233322
|
__typename?: 'TrelloAgentTaskUpdated';
|
|
233323
|
+
history?: Maybe<TrelloAgentMessageUpdatedConnection>;
|
|
232916
233324
|
id: Scalars['ID']['output'];
|
|
232917
233325
|
key?: Maybe<Scalars['String']['output']>;
|
|
232918
233326
|
sessionId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -235882,6 +236290,7 @@ export type TrelloInitializeVoiceCaptureSessionInput = {
|
|
|
235882
236290
|
export type TrelloInitializeVoiceCaptureSessionPayload = Payload & {
|
|
235883
236291
|
__typename?: 'TrelloInitializeVoiceCaptureSessionPayload';
|
|
235884
236292
|
errors?: Maybe<Array<MutationError>>;
|
|
236293
|
+
maximumCardLimit?: Maybe<Scalars['Int']['output']>;
|
|
235885
236294
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
235886
236295
|
sessionId?: Maybe<Scalars['ID']['output']>;
|
|
235887
236296
|
success: Scalars['Boolean']['output'];
|
|
@@ -239787,6 +240196,7 @@ export type TrelloWorkspace = Node & {
|
|
|
239787
240196
|
description?: Maybe<Scalars['String']['output']>;
|
|
239788
240197
|
displayBoardCount?: Maybe<Scalars['Int']['output']>;
|
|
239789
240198
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
240199
|
+
eligibleForTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
239790
240200
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
239791
240201
|
entitlement?: Maybe<CcpEntitlement>;
|
|
239792
240202
|
iconEmoji?: Maybe<Scalars['String']['output']>;
|