@forge/cli-shared 8.15.3-next.2 → 8.15.3-next.3
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 -0
- package/out/graphql/graphql-types.d.ts +278 -28
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +162 -17
- package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
- package/out/graphql/minimal-graphql-runner.js +2 -1
- package/out/ui/text.d.ts +1 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +1 -1
- package/package.json +1 -1
|
@@ -4810,6 +4810,7 @@ export declare type AgentWorkspaceAgent = {
|
|
|
4810
4810
|
displayName: Scalars['String']['output'];
|
|
4811
4811
|
id: Scalars['ID']['output'];
|
|
4812
4812
|
skills: Array<AgentWorkspaceUserSkill>;
|
|
4813
|
+
teamARIs: Array<Scalars['ID']['output']>;
|
|
4813
4814
|
teamIds: Array<Scalars['ID']['output']>;
|
|
4814
4815
|
teamNames: Array<Scalars['String']['output']>;
|
|
4815
4816
|
teams?: Maybe<Array<TeamV2>>;
|
|
@@ -4820,6 +4821,7 @@ export declare type AgentWorkspaceAgentAvailability = {
|
|
|
4820
4821
|
agentId: Scalars['ID']['output'];
|
|
4821
4822
|
agentName: Scalars['String']['output'];
|
|
4822
4823
|
status: AgentWorkspaceAvailabilityStatus;
|
|
4824
|
+
teamARIs: Array<Scalars['ID']['output']>;
|
|
4823
4825
|
teamIds: Array<Scalars['ID']['output']>;
|
|
4824
4826
|
teamNames: Array<Scalars['String']['output']>;
|
|
4825
4827
|
teams?: Maybe<Array<TeamV2>>;
|
|
@@ -5069,6 +5071,7 @@ export declare type AgentWorkspaceCreateScheduleInput = {
|
|
|
5069
5071
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
5070
5072
|
recurrence?: InputMaybe<AgentWorkspaceRecurrenceRuleInput>;
|
|
5071
5073
|
startTime: Scalars['DateTime']['input'];
|
|
5074
|
+
teamId?: InputMaybe<Scalars['ID']['input']>;
|
|
5072
5075
|
};
|
|
5073
5076
|
export declare type AgentWorkspaceCreateSchedulePayload = {
|
|
5074
5077
|
__typename?: 'AgentWorkspaceCreateSchedulePayload';
|
|
@@ -5169,6 +5172,7 @@ export declare type AgentWorkspaceSchedule = {
|
|
|
5169
5172
|
recurrence?: Maybe<AgentWorkspaceRecurrenceRule>;
|
|
5170
5173
|
recurring: Scalars['Boolean']['output'];
|
|
5171
5174
|
startTime: Scalars['DateTime']['output'];
|
|
5175
|
+
teamId?: Maybe<Scalars['ID']['output']>;
|
|
5172
5176
|
updatedAt: Scalars['DateTime']['output'];
|
|
5173
5177
|
};
|
|
5174
5178
|
export declare type AgentWorkspaceScheduleError = {
|
|
@@ -5338,6 +5342,7 @@ export declare type AgentWorkspaceUpdateScheduleInput = {
|
|
|
5338
5342
|
recurrence?: InputMaybe<AgentWorkspaceRecurrenceRuleInput>;
|
|
5339
5343
|
scheduleId: Scalars['ID']['input'];
|
|
5340
5344
|
startTime: Scalars['DateTime']['input'];
|
|
5345
|
+
teamId?: InputMaybe<Scalars['ID']['input']>;
|
|
5341
5346
|
};
|
|
5342
5347
|
export declare type AgentWorkspaceUpdateSchedulePayload = {
|
|
5343
5348
|
__typename?: 'AgentWorkspaceUpdateSchedulePayload';
|
|
@@ -7173,6 +7178,7 @@ export declare type ArjHierarchyConfigurationLevel = {
|
|
|
7173
7178
|
export declare type AssetsAriAttribute = AssetsObjectTypeAttribute & {
|
|
7174
7179
|
__typename?: 'AssetsARIAttribute';
|
|
7175
7180
|
id: Scalars['ID']['output'];
|
|
7181
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
7176
7182
|
name?: Maybe<Scalars['String']['output']>;
|
|
7177
7183
|
};
|
|
7178
7184
|
export declare type AssetsAriAttributeOnObject = AssetsAttributeOnObject & {
|
|
@@ -9347,6 +9353,7 @@ export declare type AssetsDatetimeAttributeValue = {
|
|
|
9347
9353
|
export declare type AssetsEmailAttribute = AssetsObjectTypeAttribute & {
|
|
9348
9354
|
__typename?: 'AssetsEmailAttribute';
|
|
9349
9355
|
id: Scalars['ID']['output'];
|
|
9356
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
9350
9357
|
name?: Maybe<Scalars['String']['output']>;
|
|
9351
9358
|
};
|
|
9352
9359
|
export declare type AssetsEmailAttributeOnObject = AssetsAttributeOnObject & {
|
|
@@ -9366,6 +9373,7 @@ export declare type AssetsFloatAttribute = AssetsObjectTypeAttribute & {
|
|
|
9366
9373
|
__typename?: 'AssetsFloatAttribute';
|
|
9367
9374
|
id: Scalars['ID']['output'];
|
|
9368
9375
|
name?: Maybe<Scalars['String']['output']>;
|
|
9376
|
+
suffix?: Maybe<Scalars['String']['output']>;
|
|
9369
9377
|
};
|
|
9370
9378
|
export declare type AssetsFloatAttributeOnObject = AssetsAttributeOnObject & {
|
|
9371
9379
|
__typename?: 'AssetsFloatAttributeOnObject';
|
|
@@ -9383,6 +9391,7 @@ export declare type AssetsFloatAttributeValue = {
|
|
|
9383
9391
|
export declare type AssetsGroupAttribute = AssetsObjectTypeAttribute & {
|
|
9384
9392
|
__typename?: 'AssetsGroupAttribute';
|
|
9385
9393
|
id: Scalars['ID']['output'];
|
|
9394
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
9386
9395
|
name?: Maybe<Scalars['String']['output']>;
|
|
9387
9396
|
};
|
|
9388
9397
|
export declare type AssetsGroupAttributeOnObject = AssetsAttributeOnObject & {
|
|
@@ -9433,6 +9442,7 @@ export declare type AssetsIntegerAttribute = AssetsObjectTypeAttribute & {
|
|
|
9433
9442
|
__typename?: 'AssetsIntegerAttribute';
|
|
9434
9443
|
id: Scalars['ID']['output'];
|
|
9435
9444
|
name?: Maybe<Scalars['String']['output']>;
|
|
9445
|
+
suffix?: Maybe<Scalars['String']['output']>;
|
|
9436
9446
|
};
|
|
9437
9447
|
export declare type AssetsIntegerAttributeOnObject = AssetsAttributeOnObject & {
|
|
9438
9448
|
__typename?: 'AssetsIntegerAttributeOnObject';
|
|
@@ -9478,6 +9488,7 @@ export declare type AssetsObjectAqlResult = {
|
|
|
9478
9488
|
export declare type AssetsObjectAttribute = AssetsObjectTypeAttribute & {
|
|
9479
9489
|
__typename?: 'AssetsObjectAttribute';
|
|
9480
9490
|
id: Scalars['ID']['output'];
|
|
9491
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
9481
9492
|
name?: Maybe<Scalars['String']['output']>;
|
|
9482
9493
|
qlQuery?: Maybe<Scalars['String']['output']>;
|
|
9483
9494
|
referenceObjectType?: Maybe<AssetsObjectType>;
|
|
@@ -9539,6 +9550,7 @@ export declare type AssetsSchema = Node & {
|
|
|
9539
9550
|
export declare type AssetsSelectAttribute = AssetsObjectTypeAttribute & {
|
|
9540
9551
|
__typename?: 'AssetsSelectAttribute';
|
|
9541
9552
|
id: Scalars['ID']['output'];
|
|
9553
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
9542
9554
|
name?: Maybe<Scalars['String']['output']>;
|
|
9543
9555
|
options?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
9544
9556
|
};
|
|
@@ -9579,6 +9591,7 @@ export declare type AssetsServiceObjectAttributesArgs = {
|
|
|
9579
9591
|
export declare type AssetsSpaceAttribute = AssetsObjectTypeAttribute & {
|
|
9580
9592
|
__typename?: 'AssetsSpaceAttribute';
|
|
9581
9593
|
id: Scalars['ID']['output'];
|
|
9594
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
9582
9595
|
name?: Maybe<Scalars['String']['output']>;
|
|
9583
9596
|
};
|
|
9584
9597
|
export declare type AssetsSpaceAttributeOnObject = AssetsAttributeOnObject & {
|
|
@@ -9639,6 +9652,7 @@ export declare type AssetsStatusType = {
|
|
|
9639
9652
|
export declare type AssetsTagAttribute = AssetsObjectTypeAttribute & {
|
|
9640
9653
|
__typename?: 'AssetsTagAttribute';
|
|
9641
9654
|
id: Scalars['ID']['output'];
|
|
9655
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
9642
9656
|
name?: Maybe<Scalars['String']['output']>;
|
|
9643
9657
|
};
|
|
9644
9658
|
export declare type AssetsTagAttributeOnObject = AssetsAttributeOnObject & {
|
|
@@ -9687,6 +9701,7 @@ export declare type AssetsTextareaAttributeValue = {
|
|
|
9687
9701
|
export declare type AssetsUrlAttribute = AssetsObjectTypeAttribute & {
|
|
9688
9702
|
__typename?: 'AssetsURLAttribute';
|
|
9689
9703
|
id: Scalars['ID']['output'];
|
|
9704
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
9690
9705
|
name?: Maybe<Scalars['String']['output']>;
|
|
9691
9706
|
};
|
|
9692
9707
|
export declare type AssetsUrlAttributeOnObject = AssetsAttributeOnObject & {
|
|
@@ -9704,6 +9719,7 @@ export declare type AssetsUrlAttributeValue = {
|
|
|
9704
9719
|
export declare type AssetsUserAttribute = AssetsObjectTypeAttribute & {
|
|
9705
9720
|
__typename?: 'AssetsUserAttribute';
|
|
9706
9721
|
id: Scalars['ID']['output'];
|
|
9722
|
+
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
9707
9723
|
name?: Maybe<Scalars['String']['output']>;
|
|
9708
9724
|
userGroups?: Maybe<Array<AssetsGroupAttributeValue>>;
|
|
9709
9725
|
};
|
|
@@ -10107,6 +10123,9 @@ export declare type BlockServiceBatchRetrieveBlocksPayload = {
|
|
|
10107
10123
|
error: Array<BlockServiceBlockErrorPayload>;
|
|
10108
10124
|
success: Array<BlockServiceBlockPayload>;
|
|
10109
10125
|
};
|
|
10126
|
+
export declare type BlockServiceBatchUpdateBlocksInput = {
|
|
10127
|
+
blocks: Array<BlockServiceUpdateBlockInput>;
|
|
10128
|
+
};
|
|
10110
10129
|
export declare type BlockServiceBlockErrorPayload = {
|
|
10111
10130
|
__typename?: 'BlockServiceBlockErrorPayload';
|
|
10112
10131
|
blockAri: Scalars['String']['output'];
|
|
@@ -12984,6 +13003,17 @@ export declare type ChannelPlatformAgentStatusResponse = {
|
|
|
12984
13003
|
__typename?: 'ChannelPlatformAgentStatusResponse';
|
|
12985
13004
|
status?: Maybe<Scalars['String']['output']>;
|
|
12986
13005
|
};
|
|
13006
|
+
export declare type ChannelPlatformAttachmentMetadataResponse = {
|
|
13007
|
+
__typename?: 'ChannelPlatformAttachmentMetadataResponse';
|
|
13008
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
13009
|
+
};
|
|
13010
|
+
export declare type ChannelPlatformAttachmentPreviewUrlResponse = {
|
|
13011
|
+
__typename?: 'ChannelPlatformAttachmentPreviewUrlResponse';
|
|
13012
|
+
attachmentId?: Maybe<Scalars['String']['output']>;
|
|
13013
|
+
expireAt?: Maybe<Scalars['String']['output']>;
|
|
13014
|
+
filename?: Maybe<Scalars['String']['output']>;
|
|
13015
|
+
preSignedUrl: Scalars['String']['output'];
|
|
13016
|
+
};
|
|
12987
13017
|
export declare type ChannelPlatformAttendee = {
|
|
12988
13018
|
__typename?: 'ChannelPlatformAttendee';
|
|
12989
13019
|
attendeeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -13268,6 +13298,10 @@ export declare type ChannelPlatformTicket = {
|
|
|
13268
13298
|
ticketKey?: Maybe<Scalars['String']['output']>;
|
|
13269
13299
|
};
|
|
13270
13300
|
export declare type ChannelPlatformTokenResponse = ChannelPlatformGetChannelTokenResponse | ChannelPlatformSubmitTicketResponse;
|
|
13301
|
+
export declare type ChannelPlatformTracMetricsResponse = {
|
|
13302
|
+
__typename?: 'ChannelPlatformTracMetricsResponse';
|
|
13303
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
13304
|
+
};
|
|
13271
13305
|
export declare type ChannelPlatformTranscriptEntry = {
|
|
13272
13306
|
__typename?: 'ChannelPlatformTranscriptEntry';
|
|
13273
13307
|
contactId?: Maybe<Scalars['String']['output']>;
|
|
@@ -28495,6 +28529,7 @@ export declare type ConfluenceUser = {
|
|
|
28495
28529
|
__typename?: 'ConfluenceUser';
|
|
28496
28530
|
accessStatus: AccessStatus;
|
|
28497
28531
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
28532
|
+
confluenceUserDetailsId?: Maybe<Scalars['ID']['output']>;
|
|
28498
28533
|
currentUser?: Maybe<CurrentUserOperations>;
|
|
28499
28534
|
groups: Array<Maybe<Scalars['String']['output']>>;
|
|
28500
28535
|
groupsWithId: Array<Maybe<Group>>;
|
|
@@ -29072,6 +29107,8 @@ export declare type ContentAnalyticsLastViewedAtByPageItem = {
|
|
|
29072
29107
|
};
|
|
29073
29108
|
export declare type ContentAnalyticsPageViewInfo = {
|
|
29074
29109
|
__typename?: 'ContentAnalyticsPageViewInfo';
|
|
29110
|
+
confluenceUser?: Maybe<ConfluenceUser>;
|
|
29111
|
+
confluenceUserDetailsId: Scalars['ID']['output'];
|
|
29075
29112
|
isEngaged?: Maybe<Scalars['Boolean']['output']>;
|
|
29076
29113
|
isPrivate?: Maybe<Scalars['Boolean']['output']>;
|
|
29077
29114
|
lastVersionViewed: Scalars['Int']['output'];
|
|
@@ -31444,9 +31481,13 @@ export declare type CplsCreateCustomContributionTargetWithWorkAssociationInput =
|
|
|
31444
31481
|
export declare type CplsCreateCustomContributionTargetWithWorkAssociationPayload = Payload & {
|
|
31445
31482
|
__typename?: 'CplsCreateCustomContributionTargetWithWorkAssociationPayload';
|
|
31446
31483
|
contributorWorkAssociation?: Maybe<CplsContributorWorkEdge>;
|
|
31484
|
+
contributorWorkAssociationByScope?: Maybe<CplsContributorWorkEdge>;
|
|
31447
31485
|
errors?: Maybe<Array<MutationError>>;
|
|
31448
31486
|
success: Scalars['Boolean']['output'];
|
|
31449
31487
|
};
|
|
31488
|
+
export declare type CplsCreateCustomContributionTargetWithWorkAssociationPayloadContributorWorkAssociationByScopeArgs = {
|
|
31489
|
+
scopeId: Scalars['ID']['input'];
|
|
31490
|
+
};
|
|
31450
31491
|
export declare type CplsCustomContributionTarget = {
|
|
31451
31492
|
__typename?: 'CplsCustomContributionTarget';
|
|
31452
31493
|
id: Scalars['ID']['output'];
|
|
@@ -35691,6 +35732,7 @@ export declare type DevAiRovoDevCreateSessionByCloudIdInput = {
|
|
|
35691
35732
|
options?: InputMaybe<DevAiRovoDevCreateSessionOptionsInput>;
|
|
35692
35733
|
promptAdf?: InputMaybe<Scalars['JSON']['input']>;
|
|
35693
35734
|
repository: DevAiRovoDevRepositoryInput;
|
|
35735
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
35694
35736
|
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
35695
35737
|
xid?: InputMaybe<Scalars['String']['input']>;
|
|
35696
35738
|
};
|
|
@@ -35701,6 +35743,7 @@ export declare type DevAiRovoDevCreateSessionInput = {
|
|
|
35701
35743
|
options?: InputMaybe<DevAiRovoDevCreateSessionOptionsInput>;
|
|
35702
35744
|
promptAdf?: InputMaybe<Scalars['JSON']['input']>;
|
|
35703
35745
|
repository: DevAiRovoDevRepositoryInput;
|
|
35746
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
35704
35747
|
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
35705
35748
|
workspaceAri: Scalars['ID']['input'];
|
|
35706
35749
|
xid?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -98216,8 +98259,9 @@ export declare type JiraAiEnablementIssueInput = {
|
|
|
98216
98259
|
issueId?: InputMaybe<Scalars['ID']['input']>;
|
|
98217
98260
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
98218
98261
|
};
|
|
98219
|
-
export declare type JiraAlignAggCustomProjectType = {
|
|
98262
|
+
export declare type JiraAlignAggCustomProjectType = Node & {
|
|
98220
98263
|
__typename?: 'JiraAlignAggCustomProjectType';
|
|
98264
|
+
id: Scalars['ID']['output'];
|
|
98221
98265
|
label: Scalars['String']['output'];
|
|
98222
98266
|
value: JiraAlignAggProjectType;
|
|
98223
98267
|
};
|
|
@@ -103610,6 +103654,10 @@ export declare type JiraEstimate = {
|
|
|
103610
103654
|
export declare type JiraEstimateInput = {
|
|
103611
103655
|
timeInSeconds: Scalars['Long']['input'];
|
|
103612
103656
|
};
|
|
103657
|
+
export declare enum JiraExperienceContext {
|
|
103658
|
+
Standard = "STANDARD",
|
|
103659
|
+
Timeline = "TIMELINE"
|
|
103660
|
+
}
|
|
103613
103661
|
export declare type JiraExportIssueDetailsInput = {
|
|
103614
103662
|
includeComments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
103615
103663
|
includeFields?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -103699,6 +103747,7 @@ export declare type JiraFetchBulkOperationDetailsResponse = {
|
|
|
103699
103747
|
export declare type JiraFetchBulkOperationDetailsResponseBulkEditFieldsArgs = {
|
|
103700
103748
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
103701
103749
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
103750
|
+
experience?: InputMaybe<JiraExperienceContext>;
|
|
103702
103751
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
103703
103752
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
103704
103753
|
search?: InputMaybe<JiraBulkEditFieldsSearch>;
|
|
@@ -104335,6 +104384,7 @@ export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
104335
104384
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104336
104385
|
fieldId: Scalars['String']['output'];
|
|
104337
104386
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104387
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104338
104388
|
id: Scalars['ID']['output'];
|
|
104339
104389
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104340
104390
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104352,6 +104402,7 @@ export declare type JiraForgeDatetimeField = JiraIssueField & JiraIssueFieldConf
|
|
|
104352
104402
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104353
104403
|
fieldId: Scalars['String']['output'];
|
|
104354
104404
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104405
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104355
104406
|
id: Scalars['ID']['output'];
|
|
104356
104407
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104357
104408
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104405,6 +104456,7 @@ export declare type JiraForgeGroupField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
104405
104456
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104406
104457
|
fieldId: Scalars['String']['output'];
|
|
104407
104458
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104459
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104408
104460
|
groups?: Maybe<JiraGroupConnection>;
|
|
104409
104461
|
id: Scalars['ID']['output'];
|
|
104410
104462
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104431,6 +104483,7 @@ export declare type JiraForgeGroupsField = JiraIssueField & JiraIssueFieldConfig
|
|
|
104431
104483
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104432
104484
|
fieldId: Scalars['String']['output'];
|
|
104433
104485
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104486
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104434
104487
|
groups?: Maybe<JiraGroupConnection>;
|
|
104435
104488
|
id: Scalars['ID']['output'];
|
|
104436
104489
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104486,6 +104539,7 @@ export declare type JiraForgeNumberField = JiraIssueField & JiraIssueFieldConfig
|
|
|
104486
104539
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104487
104540
|
fieldId: Scalars['String']['output'];
|
|
104488
104541
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104542
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104489
104543
|
id: Scalars['ID']['output'];
|
|
104490
104544
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104491
104545
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104503,6 +104557,7 @@ export declare type JiraForgeObjectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
104503
104557
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104504
104558
|
fieldId: Scalars['String']['output'];
|
|
104505
104559
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104560
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104506
104561
|
id: Scalars['ID']['output'];
|
|
104507
104562
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104508
104563
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104553,6 +104608,7 @@ export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfig
|
|
|
104553
104608
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104554
104609
|
fieldId: Scalars['String']['output'];
|
|
104555
104610
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104611
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104556
104612
|
id: Scalars['ID']['output'];
|
|
104557
104613
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104558
104614
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104570,6 +104626,7 @@ export declare type JiraForgeStringsField = JiraIssueField & JiraIssueFieldConfi
|
|
|
104570
104626
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104571
104627
|
fieldId: Scalars['String']['output'];
|
|
104572
104628
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104629
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104573
104630
|
id: Scalars['ID']['output'];
|
|
104574
104631
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104575
104632
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104632,6 +104689,7 @@ export declare type JiraForgeUserField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
104632
104689
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104633
104690
|
fieldId: Scalars['String']['output'];
|
|
104634
104691
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104692
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104635
104693
|
id: Scalars['ID']['output'];
|
|
104636
104694
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104637
104695
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104659,6 +104717,7 @@ export declare type JiraForgeUsersField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
104659
104717
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104660
104718
|
fieldId: Scalars['String']['output'];
|
|
104661
104719
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104720
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104662
104721
|
id: Scalars['ID']['output'];
|
|
104663
104722
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104664
104723
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -112363,6 +112422,7 @@ export declare type JiraProject = Node & {
|
|
|
112363
112422
|
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
112364
112423
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
112365
112424
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
112425
|
+
schemeAssociatedFields?: Maybe<JiraFieldSchemeAssociatedFieldsConnection>;
|
|
112366
112426
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
112367
112427
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
112368
112428
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
@@ -112511,6 +112571,11 @@ export declare type JiraProjectRequestTypesArgs = {
|
|
|
112511
112571
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
112512
112572
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
112513
112573
|
};
|
|
112574
|
+
export declare type JiraProjectSchemeAssociatedFieldsArgs = {
|
|
112575
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
112576
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
112577
|
+
input?: InputMaybe<JiraProjectSchemeAssociatedFieldsInput>;
|
|
112578
|
+
};
|
|
112514
112579
|
export declare type JiraProjectServicesAvailableToLinkWithArgs = {
|
|
112515
112580
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
112516
112581
|
filter?: InputMaybe<DevOpsServicesFilterInput>;
|
|
@@ -113041,6 +113106,10 @@ export declare type JiraProjectRoleGrantTypeValue = Node & {
|
|
|
113041
113106
|
id: Scalars['ID']['output'];
|
|
113042
113107
|
role: JiraRole;
|
|
113043
113108
|
};
|
|
113109
|
+
export declare type JiraProjectSchemeAssociatedFieldsInput = {
|
|
113110
|
+
fieldTypeGroupsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
113111
|
+
nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
|
|
113112
|
+
};
|
|
113044
113113
|
export declare type JiraProjectShortcut = Node & {
|
|
113045
113114
|
__typename?: 'JiraProjectShortcut';
|
|
113046
113115
|
id: Scalars['ID']['output'];
|
|
@@ -121870,8 +121939,8 @@ export declare enum JpdViewsServiceViewSortMode {
|
|
|
121870
121939
|
}
|
|
121871
121940
|
export declare enum JpdViewsServiceVisualizationType {
|
|
121872
121941
|
Board = "BOARD",
|
|
121873
|
-
List = "LIST",
|
|
121874
121942
|
Matrix = "MATRIX",
|
|
121943
|
+
Table = "TABLE",
|
|
121875
121944
|
Timeline = "TIMELINE"
|
|
121876
121945
|
}
|
|
121877
121946
|
export declare type JsmAgentWorkspaceLocations = {
|
|
@@ -123277,6 +123346,7 @@ export declare type KitsuneFeedbackEvent = {
|
|
|
123277
123346
|
id: Scalars['ID']['output'];
|
|
123278
123347
|
sourceCategoryId: Scalars['ID']['output'];
|
|
123279
123348
|
spaceId: Scalars['ID']['output'];
|
|
123349
|
+
summary?: Maybe<KitsuneFeedbackSummary>;
|
|
123280
123350
|
tenantId: Scalars['ID']['output'];
|
|
123281
123351
|
title?: Maybe<Scalars['String']['output']>;
|
|
123282
123352
|
type: Scalars['String']['output'];
|
|
@@ -123404,12 +123474,137 @@ export declare type KitsuneSourceCategoryEdge = KitsuneEdge & {
|
|
|
123404
123474
|
node?: Maybe<KitsuneSourceCategory>;
|
|
123405
123475
|
};
|
|
123406
123476
|
export declare enum KitsuneSourceCategoryType {
|
|
123477
|
+
AdaCx = "ADA_CX",
|
|
123478
|
+
Aircall = "AIRCALL",
|
|
123479
|
+
Airtable = "AIRTABLE",
|
|
123480
|
+
AlternativeTo = "ALTERNATIVE_TO",
|
|
123481
|
+
Amplitude = "AMPLITUDE",
|
|
123482
|
+
Api = "API",
|
|
123483
|
+
AppleAppStore = "APPLE_APP_STORE",
|
|
123484
|
+
Asana = "ASANA",
|
|
123485
|
+
Attio = "ATTIO",
|
|
123486
|
+
AudioFiles = "AUDIO_FILES",
|
|
123487
|
+
BigqueryByGoogle = "BIGQUERY_BY_GOOGLE",
|
|
123488
|
+
Bitbucket = "BITBUCKET",
|
|
123489
|
+
Blueconic = "BLUECONIC",
|
|
123490
|
+
Bluesky = "BLUESKY",
|
|
123491
|
+
Capterra = "CAPTERRA",
|
|
123492
|
+
ChorusByZoominfo = "CHORUS_BY_ZOOMINFO",
|
|
123493
|
+
Chrome = "CHROME",
|
|
123494
|
+
Circle = "CIRCLE",
|
|
123495
|
+
CiscoWebex = "CISCO_WEBEX",
|
|
123496
|
+
Claap = "CLAAP",
|
|
123497
|
+
Clickup = "CLICKUP",
|
|
123498
|
+
Close = "CLOSE",
|
|
123499
|
+
Confluence = "CONFLUENCE",
|
|
123500
|
+
Copper = "COPPER",
|
|
123501
|
+
Crisp = "CRISP",
|
|
123502
|
+
CsvFiles = "CSV_FILES",
|
|
123503
|
+
Customerly = "CUSTOMERLY",
|
|
123504
|
+
Discord = "DISCORD",
|
|
123505
|
+
Discourse = "DISCOURSE",
|
|
123506
|
+
Drift = "DRIFT",
|
|
123507
|
+
DropboxPaper = "DROPBOX_PAPER",
|
|
123508
|
+
Email = "EMAIL",
|
|
123509
|
+
Evernote = "EVERNOTE",
|
|
123510
|
+
ExcelSpreadsheets = "EXCEL_SPREADSHEETS",
|
|
123511
|
+
Facebook = "FACEBOOK",
|
|
123512
|
+
Fathom = "FATHOM",
|
|
123407
123513
|
FeedbackApp = "FEEDBACK_APP",
|
|
123408
|
-
|
|
123514
|
+
Fillout = "FILLOUT",
|
|
123515
|
+
Fireflies = "FIREFLIES",
|
|
123516
|
+
Folk = "FOLK",
|
|
123517
|
+
Formstack = "FORMSTACK",
|
|
123518
|
+
Front = "FRONT",
|
|
123519
|
+
G2 = "G2",
|
|
123520
|
+
Gainsight = "GAINSIGHT",
|
|
123521
|
+
Getapp = "GETAPP",
|
|
123522
|
+
Github = "GITHUB",
|
|
123523
|
+
Gitlab = "GITLAB",
|
|
123524
|
+
Gong = "GONG",
|
|
123525
|
+
GoogleChat = "GOOGLE_CHAT",
|
|
123526
|
+
GoogleDocs = "GOOGLE_DOCS",
|
|
123527
|
+
GoogleForms = "GOOGLE_FORMS",
|
|
123528
|
+
GoogleMeet = "GOOGLE_MEET",
|
|
123529
|
+
GooglePlayStore = "GOOGLE_PLAY_STORE",
|
|
123530
|
+
GoogleSheets = "GOOGLE_SHEETS",
|
|
123531
|
+
Grain = "GRAIN",
|
|
123532
|
+
HelpScout = "HELP_SCOUT",
|
|
123533
|
+
Hubspot = "HUBSPOT",
|
|
123534
|
+
Ifttt = "IFTTT",
|
|
123535
|
+
ImageFiles = "IMAGE_FILES",
|
|
123536
|
+
Intercom = "INTERCOM",
|
|
123537
|
+
Jira = "JIRA",
|
|
123538
|
+
JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
|
|
123539
|
+
Jotform = "JOTFORM",
|
|
123540
|
+
Kustomer = "KUSTOMER",
|
|
123541
|
+
Linear = "LINEAR",
|
|
123542
|
+
Linkedin = "LINKEDIN",
|
|
123543
|
+
LogmeinGotomeeting = "LOGMEIN_GOTOMEETING",
|
|
123544
|
+
Loom = "LOOM",
|
|
123545
|
+
Make = "MAKE",
|
|
123546
|
+
Mattermost = "MATTERMOST",
|
|
123547
|
+
MicrosoftDynamics_365 = "MICROSOFT_DYNAMICS_365",
|
|
123548
|
+
Modjo = "MODJO",
|
|
123549
|
+
Monday = "MONDAY",
|
|
123550
|
+
N8N = "N8N",
|
|
123551
|
+
Notion = "NOTION",
|
|
123552
|
+
NotionTables = "NOTION_TABLES",
|
|
123553
|
+
Otter = "OTTER",
|
|
123554
|
+
PdfFiles = "PDF_FILES",
|
|
123555
|
+
Pipedrive = "PIPEDRIVE",
|
|
123556
|
+
Planhat = "PLANHAT",
|
|
123557
|
+
Pylon = "PYLON",
|
|
123558
|
+
Qualtrics = "QUALTRICS",
|
|
123559
|
+
Quip = "QUIP",
|
|
123560
|
+
Reddit = "REDDIT",
|
|
123561
|
+
Rewatch = "REWATCH",
|
|
123562
|
+
Salesforce = "SALESFORCE",
|
|
123563
|
+
Salesloft = "SALESLOFT",
|
|
123564
|
+
Segment = "SEGMENT",
|
|
123565
|
+
Sharepoint = "SHAREPOINT",
|
|
123566
|
+
Shortcut = "SHORTCUT",
|
|
123567
|
+
Slack = "SLACK",
|
|
123568
|
+
SlackHuddles = "SLACK_HUDDLES",
|
|
123569
|
+
Slite = "SLITE",
|
|
123570
|
+
Smartsheet = "SMARTSHEET",
|
|
123571
|
+
Snowflake = "SNOWFLAKE",
|
|
123572
|
+
SoftwareAdvice = "SOFTWARE_ADVICE",
|
|
123573
|
+
Surveymonkey = "SURVEYMONKEY",
|
|
123574
|
+
Surveyplanet = "SURVEYPLANET",
|
|
123575
|
+
Surveysparrow = "SURVEYSPARROW",
|
|
123576
|
+
Survicate = "SURVICATE",
|
|
123577
|
+
Tally = "TALLY",
|
|
123578
|
+
Tealium = "TEALIUM",
|
|
123579
|
+
Teams = "TEAMS",
|
|
123580
|
+
TextFiles = "TEXT_FILES",
|
|
123581
|
+
Threads = "THREADS",
|
|
123582
|
+
TlDv = "TL_DV",
|
|
123583
|
+
Totango = "TOTANGO",
|
|
123584
|
+
Trello = "TRELLO",
|
|
123585
|
+
Trustpilot = "TRUSTPILOT",
|
|
123586
|
+
Twist = "TWIST",
|
|
123587
|
+
TwitterX = "TWITTER_X",
|
|
123588
|
+
Typeform = "TYPEFORM",
|
|
123589
|
+
VideoFiles = "VIDEO_FILES",
|
|
123590
|
+
Vidyard = "VIDYARD",
|
|
123591
|
+
Vitally = "VITALLY",
|
|
123592
|
+
Word = "WORD",
|
|
123593
|
+
WorkplaceByMeta = "WORKPLACE_BY_META",
|
|
123594
|
+
Wufoo = "WUFOO",
|
|
123595
|
+
Zapier = "ZAPIER",
|
|
123596
|
+
Zendesk = "ZENDESK",
|
|
123597
|
+
Zoho = "ZOHO",
|
|
123598
|
+
Zoom = "ZOOM",
|
|
123599
|
+
ZoomTeamChat = "ZOOM_TEAM_CHAT"
|
|
123409
123600
|
}
|
|
123410
123601
|
export declare type KitsuneSourceInput = {
|
|
123411
123602
|
sourceWeb?: InputMaybe<KitsuneSourceInputWeb>;
|
|
123412
123603
|
};
|
|
123604
|
+
export declare type KitsuneSourceInputNew = {
|
|
123605
|
+
type: KitsuneSourceCategoryType;
|
|
123606
|
+
url: Scalars['String']['input'];
|
|
123607
|
+
};
|
|
123413
123608
|
export declare type KitsuneSourceInputWeb = {
|
|
123414
123609
|
url: Scalars['String']['input'];
|
|
123415
123610
|
};
|
|
@@ -130175,6 +130370,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
130175
130370
|
aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedFocusAreaStatusCount>;
|
|
130176
130371
|
archived: Scalars['Boolean']['output'];
|
|
130177
130372
|
ari: Scalars['String']['output'];
|
|
130373
|
+
asks?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
130178
130374
|
changeSummary?: Maybe<MercuryChangeSummary>;
|
|
130179
130375
|
costSummary?: Maybe<MercuryFocusAreaCostSummary>;
|
|
130180
130376
|
createdDate: Scalars['String']['output'];
|
|
@@ -130206,6 +130402,10 @@ export declare type MercuryFocusArea = Node & {
|
|
|
130206
130402
|
watchers?: Maybe<MercuryUserConnection>;
|
|
130207
130403
|
watching: Scalars['Boolean']['output'];
|
|
130208
130404
|
};
|
|
130405
|
+
export declare type MercuryFocusAreaAsksArgs = {
|
|
130406
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
130407
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
130408
|
+
};
|
|
130209
130409
|
export declare type MercuryFocusAreaFocusAreaStatusUpdatesArgs = {
|
|
130210
130410
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
130211
130411
|
createdAtOrAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -132003,6 +132203,7 @@ export declare type MercuryQueryApi = {
|
|
|
132003
132203
|
commentsByAris?: Maybe<Array<Maybe<MercuryComment>>>;
|
|
132004
132204
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
132005
132205
|
focusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
|
|
132206
|
+
focusAreaAsks?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
132006
132207
|
focusAreaCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
132007
132208
|
focusAreaHierarchies?: Maybe<Array<MercuryFocusAreaHierarchy>>;
|
|
132008
132209
|
focusAreaHierarchiesSearch?: Maybe<MercuryFocusAreaHierarchyConnection>;
|
|
@@ -132063,6 +132264,11 @@ export declare type MercuryQueryApiFocusAreaActivityHistoryArgs = {
|
|
|
132063
132264
|
focusAreaId: Scalars['ID']['input'];
|
|
132064
132265
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
|
|
132065
132266
|
};
|
|
132267
|
+
export declare type MercuryQueryApiFocusAreaAsksArgs = {
|
|
132268
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
132269
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
132270
|
+
focusAreaId: Scalars['ID']['input'];
|
|
132271
|
+
};
|
|
132066
132272
|
export declare type MercuryQueryApiFocusAreaCustomFieldDefinitionsSearchArgs = {
|
|
132067
132273
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
132068
132274
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -132299,6 +132505,7 @@ export declare type MercuryRisk = Node & {
|
|
|
132299
132505
|
name: Scalars['String']['output'];
|
|
132300
132506
|
owner?: Maybe<Scalars['ID']['output']>;
|
|
132301
132507
|
status?: Maybe<MercuryRiskStatus>;
|
|
132508
|
+
updatedDate: Scalars['String']['output'];
|
|
132302
132509
|
};
|
|
132303
132510
|
export declare type MercuryRiskStatus = {
|
|
132304
132511
|
__typename?: 'MercuryRiskStatus';
|
|
@@ -133402,17 +133609,9 @@ export declare enum MercuryViewType {
|
|
|
133402
133609
|
}
|
|
133403
133610
|
export declare type MercuryWorkNormalizationQueryApi = {
|
|
133404
133611
|
__typename?: 'MercuryWorkNormalizationQueryApi';
|
|
133405
|
-
focusAreasWithCount?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133406
133612
|
linkedWorkByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133407
|
-
searchHierarchyByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133408
|
-
searchWorkByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133409
133613
|
workNormalizationByFocusAreaId?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133410
133614
|
};
|
|
133411
|
-
export declare type MercuryWorkNormalizationQueryApiFocusAreasWithCountArgs = {
|
|
133412
|
-
filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
|
|
133413
|
-
parentFocusAreaId: Scalars['ID']['input'];
|
|
133414
|
-
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
133415
|
-
};
|
|
133416
133615
|
export declare type MercuryWorkNormalizationQueryApiLinkedWorkByFocusAreaArgs = {
|
|
133417
133616
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
133418
133617
|
filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
|
|
@@ -133421,22 +133620,6 @@ export declare type MercuryWorkNormalizationQueryApiLinkedWorkByFocusAreaArgs =
|
|
|
133421
133620
|
sortOptions?: InputMaybe<Array<InputMaybe<MercuryNormalizedWorkSortInput>>>;
|
|
133422
133621
|
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
133423
133622
|
};
|
|
133424
|
-
export declare type MercuryWorkNormalizationQueryApiSearchHierarchyByFocusAreaArgs = {
|
|
133425
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
133426
|
-
filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
|
|
133427
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
133428
|
-
parentFocusAreaId: Scalars['ID']['input'];
|
|
133429
|
-
sortOptions?: InputMaybe<Array<InputMaybe<MercuryNormalizedWorkSortInput>>>;
|
|
133430
|
-
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
133431
|
-
};
|
|
133432
|
-
export declare type MercuryWorkNormalizationQueryApiSearchWorkByFocusAreaArgs = {
|
|
133433
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
133434
|
-
filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
|
|
133435
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
133436
|
-
parentFocusAreaId: Scalars['ID']['input'];
|
|
133437
|
-
sortOptions?: InputMaybe<Array<InputMaybe<MercuryNormalizedWorkSortInput>>>;
|
|
133438
|
-
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
133439
|
-
};
|
|
133440
133623
|
export declare type MercuryWorkNormalizationQueryApiWorkNormalizationByFocusAreaIdArgs = {
|
|
133441
133624
|
focusAreaId: Scalars['ID']['input'];
|
|
133442
133625
|
};
|
|
@@ -133878,6 +134061,7 @@ export declare type Mutation = {
|
|
|
133878
134061
|
avp_updateVariable?: Maybe<AvpUpdateVariablePayload>;
|
|
133879
134062
|
avpanalytics_createModel?: Maybe<AvpAnalyticsCreateModelPayload>;
|
|
133880
134063
|
blockService_batchCreateBlocks?: Maybe<BlockServiceBatchRetrieveBlocksPayload>;
|
|
134064
|
+
blockService_batchUpdateBlocks?: Maybe<BlockServiceBatchRetrieveBlocksPayload>;
|
|
133881
134065
|
blockService_createBlock?: Maybe<BlockServiceBlockPayload>;
|
|
133882
134066
|
blockService_deleteBlock?: Maybe<BlockServiceDeleteBlockPayload>;
|
|
133883
134067
|
blockService_updateBlock?: Maybe<BlockServiceBlockPayload>;
|
|
@@ -133904,6 +134088,8 @@ export declare type Mutation = {
|
|
|
133904
134088
|
channelPlatform_endChatIfTicketIsNotPresent?: Maybe<ChannelPlatformChatClosureResponse>;
|
|
133905
134089
|
channelPlatform_performPluginAction?: Maybe<ChannelPlatformPluginActionResponse>;
|
|
133906
134090
|
channelPlatform_relayMessage?: Maybe<ChannelPlatformMutationStatus>;
|
|
134091
|
+
channelPlatform_updateTracMetrics?: Maybe<ChannelPlatformTracMetricsResponse>;
|
|
134092
|
+
channelPlatform_uploadAttachmentMetadata?: Maybe<ChannelPlatformAttachmentMetadataResponse>;
|
|
133907
134093
|
clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
|
|
133908
134094
|
commerceExp_approvalDesk?: Maybe<CommerceExpApprovalDeskMutation>;
|
|
133909
134095
|
commerceExp_ccp?: Maybe<CommerceExpCcpMutation>;
|
|
@@ -134423,7 +134609,7 @@ export declare type Mutation = {
|
|
|
134423
134609
|
kitsune_createSection?: Maybe<KitsuneSection>;
|
|
134424
134610
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
134425
134611
|
kitsune_createView?: Maybe<KitsuneView>;
|
|
134426
|
-
kitsune_generateFeedbackSummary?: Maybe<
|
|
134612
|
+
kitsune_generateFeedbackSummary?: Maybe<KitsuneFeedback>;
|
|
134427
134613
|
kitsune_moveSection?: Maybe<KitsuneSpace>;
|
|
134428
134614
|
kitsune_moveView?: Maybe<KitsuneSpace>;
|
|
134429
134615
|
kitsune_removeFeedback?: Maybe<KitsuneDeletedRecord>;
|
|
@@ -134954,6 +135140,7 @@ export declare type MutationAgentStudio_RemoveGroupsFromCreatePermissionArgs = {
|
|
|
134954
135140
|
export declare type MutationAgentStudio_RunBatchEvaluationJobArgs = {
|
|
134955
135141
|
batchEvaluationJobId: Scalars['ID']['input'];
|
|
134956
135142
|
cloudId: Scalars['String']['input'];
|
|
135143
|
+
judgeMode?: InputMaybe<AgentStudioJudgeMode>;
|
|
134957
135144
|
productType: AgentStudioProductType;
|
|
134958
135145
|
projectContainerAri: Scalars['ID']['input'];
|
|
134959
135146
|
};
|
|
@@ -135482,6 +135669,9 @@ export declare type MutationAvpanalytics_CreateModelArgs = {
|
|
|
135482
135669
|
export declare type MutationBlockService_BatchCreateBlocksArgs = {
|
|
135483
135670
|
input: BlockServiceBatchCreateBlocksInput;
|
|
135484
135671
|
};
|
|
135672
|
+
export declare type MutationBlockService_BatchUpdateBlocksArgs = {
|
|
135673
|
+
input: BlockServiceBatchUpdateBlocksInput;
|
|
135674
|
+
};
|
|
135485
135675
|
export declare type MutationBlockService_CreateBlockArgs = {
|
|
135486
135676
|
input: BlockServiceCreateBlockInput;
|
|
135487
135677
|
};
|
|
@@ -135567,6 +135757,13 @@ export declare type MutationChannelPlatform_PerformPluginActionArgs = {
|
|
|
135567
135757
|
export declare type MutationChannelPlatform_RelayMessageArgs = {
|
|
135568
135758
|
eventRelayRequest?: InputMaybe<ChannelPlatformEventRelayRequest>;
|
|
135569
135759
|
};
|
|
135760
|
+
export declare type MutationChannelPlatform_UpdateTracMetricsArgs = {
|
|
135761
|
+
metrics: Scalars['JSON']['input'];
|
|
135762
|
+
};
|
|
135763
|
+
export declare type MutationChannelPlatform_UploadAttachmentMetadataArgs = {
|
|
135764
|
+
attachmentId: Scalars['String']['input'];
|
|
135765
|
+
metadata: Scalars['JSON']['input'];
|
|
135766
|
+
};
|
|
135570
135767
|
export declare type MutationClearRestrictionsForFreeArgs = {
|
|
135571
135768
|
contentId: Scalars['ID']['input'];
|
|
135572
135769
|
};
|
|
@@ -137309,6 +137506,7 @@ export declare type MutationKitsune_CreateCustomerArgs = {
|
|
|
137309
137506
|
export declare type MutationKitsune_CreateFeedbackArgs = {
|
|
137310
137507
|
content: Scalars['KitsuneADF']['input'];
|
|
137311
137508
|
source?: InputMaybe<KitsuneSourceInput>;
|
|
137509
|
+
sourceNew?: InputMaybe<KitsuneSourceInputNew>;
|
|
137312
137510
|
spaceAri: Scalars['ID']['input'];
|
|
137313
137511
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
137314
137512
|
};
|
|
@@ -141625,6 +141823,7 @@ export declare type Query = {
|
|
|
141625
141823
|
channelPlatform_generateMediaToken?: Maybe<ChannelPlatformMediaTokenResponse>;
|
|
141626
141824
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
141627
141825
|
channelPlatform_getAgentStatus?: Maybe<ChannelPlatformAgentStatusResponse>;
|
|
141826
|
+
channelPlatform_getAttachmentPreviewUrl?: Maybe<ChannelPlatformAttachmentPreviewUrlResponse>;
|
|
141628
141827
|
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
141629
141828
|
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
|
|
141630
141829
|
channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
|
|
@@ -142041,6 +142240,7 @@ export declare type Query = {
|
|
|
142041
142240
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
142042
142241
|
isSiteAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
142043
142242
|
jira?: Maybe<JiraQuery>;
|
|
142243
|
+
jiraAlignAgg_projectTypesByAris?: Maybe<Array<Maybe<JiraAlignAggCustomProjectType>>>;
|
|
142044
142244
|
jiraAlignAgg_projectsByAris?: Maybe<Array<Maybe<JiraAlignAggProject>>>;
|
|
142045
142245
|
jiraAlignAgg_searchProjects?: Maybe<JiraAlignAggProjectConnection>;
|
|
142046
142246
|
jiraAlignAgg_sitesByOrgId?: Maybe<Array<Maybe<JiraAlignAggSite>>>;
|
|
@@ -142071,6 +142271,8 @@ export declare type Query = {
|
|
|
142071
142271
|
jira_isTenantConvertedToNfa?: Maybe<Scalars['Boolean']['output']>;
|
|
142072
142272
|
jira_issueSearchTopLevelIssueFieldsAggregation?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
142073
142273
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
142274
|
+
jira_issueStatusesByIds?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
142275
|
+
jira_issueTypesByIds?: Maybe<Array<Maybe<JiraIssueType>>>;
|
|
142074
142276
|
jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
142075
142277
|
jira_jiraServiceManagementDefaultCommentBehavior?: Maybe<JiraServiceManagementDefaultCommentBehavior>;
|
|
142076
142278
|
jira_jswBoardViewSettings?: Maybe<JiraJswBoardViewSettings>;
|
|
@@ -142079,6 +142281,7 @@ export declare type Query = {
|
|
|
142079
142281
|
jira_onboardingConfigById?: Maybe<JiraOnboardingConfig>;
|
|
142080
142282
|
jira_onboardingConfigByTarget?: Maybe<JiraOnboardingConfig>;
|
|
142081
142283
|
jira_onboardingConfigs?: Maybe<JiraOnboardingConfigConnection>;
|
|
142284
|
+
jira_prioritiesByIds?: Maybe<Array<Maybe<JiraPriority>>>;
|
|
142082
142285
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
142083
142286
|
jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
|
|
142084
142287
|
jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
|
|
@@ -143821,6 +144024,10 @@ export declare type QueryChannelPlatform_GetAgentIdForAaidArgs = {
|
|
|
143821
144024
|
aaId?: InputMaybe<Scalars['String']['input']>;
|
|
143822
144025
|
instanceId?: InputMaybe<Scalars['String']['input']>;
|
|
143823
144026
|
};
|
|
144027
|
+
export declare type QueryChannelPlatform_GetAttachmentPreviewUrlArgs = {
|
|
144028
|
+
attachmentId: Scalars['String']['input'];
|
|
144029
|
+
issueId: Scalars['String']['input'];
|
|
144030
|
+
};
|
|
143824
144031
|
export declare type QueryChannelPlatform_GetChannelTokenArgs = {
|
|
143825
144032
|
request?: InputMaybe<ChannelPlatformGetChannelTokenRequest>;
|
|
143826
144033
|
};
|
|
@@ -144546,6 +144753,7 @@ export declare type QueryContentArgs = {
|
|
|
144546
144753
|
version?: InputMaybe<Scalars['Int']['input']>;
|
|
144547
144754
|
};
|
|
144548
144755
|
export declare type QueryContentAnalyticsLastViewedAtByPageArgs = {
|
|
144756
|
+
accountIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
144549
144757
|
contentIds: Array<Scalars['ID']['input']>;
|
|
144550
144758
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
144551
144759
|
startTime: Scalars['String']['input'];
|
|
@@ -145640,6 +145848,9 @@ export declare type QueryIsMoveContentStatesSupportedArgs = {
|
|
|
145640
145848
|
export declare type QueryIsSainSearchEnabledArgs = {
|
|
145641
145849
|
cloudId: Scalars['String']['input'];
|
|
145642
145850
|
};
|
|
145851
|
+
export declare type QueryJiraAlignAgg_ProjectTypesByArisArgs = {
|
|
145852
|
+
ids: Array<Scalars['ID']['input']>;
|
|
145853
|
+
};
|
|
145643
145854
|
export declare type QueryJiraAlignAgg_ProjectsByArisArgs = {
|
|
145644
145855
|
ids: Array<Scalars['ID']['input']>;
|
|
145645
145856
|
};
|
|
@@ -145746,6 +145957,12 @@ export declare type QueryJira_IssueSearchTopLevelIssueFieldsAggregationArgs = {
|
|
|
145746
145957
|
export declare type QueryJira_IssueSearchViewsByIdsArgs = {
|
|
145747
145958
|
ids: Array<Scalars['ID']['input']>;
|
|
145748
145959
|
};
|
|
145960
|
+
export declare type QueryJira_IssueStatusesByIdsArgs = {
|
|
145961
|
+
ids: Array<Scalars['ID']['input']>;
|
|
145962
|
+
};
|
|
145963
|
+
export declare type QueryJira_IssueTypesByIdsArgs = {
|
|
145964
|
+
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
145965
|
+
};
|
|
145749
145966
|
export declare type QueryJira_IssuesByIdsArgs = {
|
|
145750
145967
|
ids: Array<Scalars['ID']['input']>;
|
|
145751
145968
|
};
|
|
@@ -145773,6 +145990,9 @@ export declare type QueryJira_OnboardingConfigByTargetArgs = {
|
|
|
145773
145990
|
export declare type QueryJira_OnboardingConfigsArgs = {
|
|
145774
145991
|
cloudId: Scalars['ID']['input'];
|
|
145775
145992
|
};
|
|
145993
|
+
export declare type QueryJira_PrioritiesByIdsArgs = {
|
|
145994
|
+
ids: Array<Scalars['ID']['input']>;
|
|
145995
|
+
};
|
|
145776
145996
|
export declare type QueryJira_ProjectByIdOrKeyArgs = {
|
|
145777
145997
|
cloudId: Scalars['ID']['input'];
|
|
145778
145998
|
idOrKey: Scalars['String']['input'];
|
|
@@ -149430,6 +149650,9 @@ export declare enum Scope {
|
|
|
149430
149650
|
DeleteServicedeskCustomer = "DELETE_SERVICEDESK_CUSTOMER",
|
|
149431
149651
|
DeleteServicedeskOrganization = "DELETE_SERVICEDESK_ORGANIZATION",
|
|
149432
149652
|
DeleteServicedeskProperty = "DELETE_SERVICEDESK_PROPERTY",
|
|
149653
|
+
DeleteStakeholderCommsPage = "DELETE_STAKEHOLDER_COMMS_PAGE",
|
|
149654
|
+
DeleteStakeholderCommsStakeholder = "DELETE_STAKEHOLDER_COMMS_STAKEHOLDER",
|
|
149655
|
+
DeleteStakeholderCommsSubscriber = "DELETE_STAKEHOLDER_COMMS_SUBSCRIBER",
|
|
149433
149656
|
DeployAppEnvironment = "DEPLOY_APP_ENVIRONMENT",
|
|
149434
149657
|
DevelopAppEnvironment = "DEVELOP_APP_ENVIRONMENT",
|
|
149435
149658
|
FieldConfigurationDelete = "FIELD_CONFIGURATION_DELETE",
|
|
@@ -149647,6 +149870,12 @@ export declare enum Scope {
|
|
|
149647
149870
|
ReadServicedeskOrganization = "READ_SERVICEDESK_ORGANIZATION",
|
|
149648
149871
|
ReadServicedeskProperty = "READ_SERVICEDESK_PROPERTY",
|
|
149649
149872
|
ReadServicedeskRequest = "READ_SERVICEDESK_REQUEST",
|
|
149873
|
+
ReadStakeholderCommsAssignment = "READ_STAKEHOLDER_COMMS_ASSIGNMENT",
|
|
149874
|
+
ReadStakeholderCommsComponent = "READ_STAKEHOLDER_COMMS_COMPONENT",
|
|
149875
|
+
ReadStakeholderCommsIncident = "READ_STAKEHOLDER_COMMS_INCIDENT",
|
|
149876
|
+
ReadStakeholderCommsPage = "READ_STAKEHOLDER_COMMS_PAGE",
|
|
149877
|
+
ReadStakeholderCommsStakeholder = "READ_STAKEHOLDER_COMMS_STAKEHOLDER",
|
|
149878
|
+
ReadStakeholderCommsSubscriber = "READ_STAKEHOLDER_COMMS_SUBSCRIBER",
|
|
149650
149879
|
ReadTeam = "READ_TEAM",
|
|
149651
149880
|
ReadTeamMembers = "READ_TEAM_MEMBERS",
|
|
149652
149881
|
ReadTeamMembersTemp = "READ_TEAM_MEMBERS_TEMP",
|
|
@@ -149757,6 +149986,11 @@ export declare enum Scope {
|
|
|
149757
149986
|
WriteServicedeskOrganization = "WRITE_SERVICEDESK_ORGANIZATION",
|
|
149758
149987
|
WriteServicedeskProperty = "WRITE_SERVICEDESK_PROPERTY",
|
|
149759
149988
|
WriteServicedeskRequest = "WRITE_SERVICEDESK_REQUEST",
|
|
149989
|
+
WriteStakeholderCommsComponent = "WRITE_STAKEHOLDER_COMMS_COMPONENT",
|
|
149990
|
+
WriteStakeholderCommsIncident = "WRITE_STAKEHOLDER_COMMS_INCIDENT",
|
|
149991
|
+
WriteStakeholderCommsPage = "WRITE_STAKEHOLDER_COMMS_PAGE",
|
|
149992
|
+
WriteStakeholderCommsStakeholder = "WRITE_STAKEHOLDER_COMMS_STAKEHOLDER",
|
|
149993
|
+
WriteStakeholderCommsSubscriber = "WRITE_STAKEHOLDER_COMMS_SUBSCRIBER",
|
|
149760
149994
|
WriteTeam = "WRITE_TEAM",
|
|
149761
149995
|
WriteTeamMembersTemp = "WRITE_TEAM_MEMBERS_TEMP",
|
|
149762
149996
|
WriteTeamTemp = "WRITE_TEAM_TEMP",
|
|
@@ -170239,6 +170473,7 @@ export declare type SmartsModelRequestParams = {
|
|
|
170239
170473
|
export declare type SmartsQueryApi = {
|
|
170240
170474
|
__typename?: 'SmartsQueryApi';
|
|
170241
170475
|
recommendedContainer?: Maybe<Array<Maybe<SmartsRecommendedContainer>>>;
|
|
170476
|
+
recommendedContainerV2?: Maybe<Array<Maybe<SmartsRecommendedContainerV2>>>;
|
|
170242
170477
|
recommendedField?: Maybe<Array<Maybe<SmartsRecommendedFieldObject>>>;
|
|
170243
170478
|
recommendedObject?: Maybe<Array<Maybe<SmartsRecommendedObject>>>;
|
|
170244
170479
|
recommendedUser?: Maybe<Array<Maybe<SmartsRecommendedUser>>>;
|
|
@@ -170246,6 +170481,9 @@ export declare type SmartsQueryApi = {
|
|
|
170246
170481
|
export declare type SmartsQueryApiRecommendedContainerArgs = {
|
|
170247
170482
|
recommendationsQuery: SmartsRecommendationsQuery;
|
|
170248
170483
|
};
|
|
170484
|
+
export declare type SmartsQueryApiRecommendedContainerV2Args = {
|
|
170485
|
+
recommendationsQuery: SmartsRecommendationsQuery;
|
|
170486
|
+
};
|
|
170249
170487
|
export declare type SmartsQueryApiRecommendedFieldArgs = {
|
|
170250
170488
|
recommendationsQuery: SmartsRecommendationsFieldQuery;
|
|
170251
170489
|
};
|
|
@@ -170275,6 +170513,13 @@ export declare type SmartsRecommendedContainer = {
|
|
|
170275
170513
|
id: Scalars['ID']['output'];
|
|
170276
170514
|
score?: Maybe<Scalars['Float']['output']>;
|
|
170277
170515
|
};
|
|
170516
|
+
export declare type SmartsRecommendedContainerData = ConfluenceSpace | JiraProject;
|
|
170517
|
+
export declare type SmartsRecommendedContainerV2 = {
|
|
170518
|
+
__typename?: 'SmartsRecommendedContainerV2';
|
|
170519
|
+
container?: Maybe<SmartsRecommendedContainerData>;
|
|
170520
|
+
id: Scalars['ID']['output'];
|
|
170521
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
170522
|
+
};
|
|
170278
170523
|
export declare type SmartsRecommendedFieldObject = {
|
|
170279
170524
|
__typename?: 'SmartsRecommendedFieldObject';
|
|
170280
170525
|
id: Scalars['ID']['output'];
|
|
@@ -175877,6 +176122,7 @@ export declare type TownsquareFusionDetails = {
|
|
|
175877
176122
|
export declare type TownsquareGoal = Node & {
|
|
175878
176123
|
__typename?: 'TownsquareGoal';
|
|
175879
176124
|
access?: Maybe<TownsquareGoalAccessConnection>;
|
|
176125
|
+
accessLevel?: Maybe<TownsquareGoalAccessLevel>;
|
|
175880
176126
|
activityItems?: Maybe<TownsquareActivityItemConnection>;
|
|
175881
176127
|
archived: Scalars['Boolean']['output'];
|
|
175882
176128
|
canEditMembers?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -176048,6 +176294,10 @@ export declare type TownsquareGoalAccessEdge = {
|
|
|
176048
176294
|
principalAri?: Maybe<Scalars['String']['output']>;
|
|
176049
176295
|
role?: Maybe<TownsquareGoalAccessRole>;
|
|
176050
176296
|
};
|
|
176297
|
+
export declare enum TownsquareGoalAccessLevel {
|
|
176298
|
+
OpenEdit = "OPEN_EDIT",
|
|
176299
|
+
OpenView = "OPEN_VIEW"
|
|
176300
|
+
}
|
|
176051
176301
|
export declare enum TownsquareGoalAccessRole {
|
|
176052
176302
|
Editor = "EDITOR",
|
|
176053
176303
|
Viewer = "VIEWER"
|