@forge/cli-shared 8.15.3-next.2 → 8.15.3-next.3-experimental-bf21d1e
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 +16 -0
- package/out/graphql/graphql-types.d.ts +285 -28
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +178 -27
- 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 +2 -2
|
@@ -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'];
|
|
@@ -35551,6 +35592,11 @@ export declare type DevAiMutationsSetAutofixEnabledStateForRepositoryArgs = {
|
|
|
35551
35592
|
export declare type DevAiMutationsTriggerAutofixScanArgs = {
|
|
35552
35593
|
input: DevAiTriggerAutofixScanInput;
|
|
35553
35594
|
};
|
|
35595
|
+
export declare enum DevAiOwnershipFilter {
|
|
35596
|
+
All = "ALL",
|
|
35597
|
+
Own = "OWN",
|
|
35598
|
+
Shared = "SHARED"
|
|
35599
|
+
}
|
|
35554
35600
|
export declare type DevAiPhaseEndedAutodevLog = DevAiAutodevLog & {
|
|
35555
35601
|
__typename?: 'DevAiPhaseEndedAutodevLog';
|
|
35556
35602
|
id: Scalars['ID']['output'];
|
|
@@ -35691,6 +35737,7 @@ export declare type DevAiRovoDevCreateSessionByCloudIdInput = {
|
|
|
35691
35737
|
options?: InputMaybe<DevAiRovoDevCreateSessionOptionsInput>;
|
|
35692
35738
|
promptAdf?: InputMaybe<Scalars['JSON']['input']>;
|
|
35693
35739
|
repository: DevAiRovoDevRepositoryInput;
|
|
35740
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
35694
35741
|
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
35695
35742
|
xid?: InputMaybe<Scalars['String']['input']>;
|
|
35696
35743
|
};
|
|
@@ -35701,6 +35748,7 @@ export declare type DevAiRovoDevCreateSessionInput = {
|
|
|
35701
35748
|
options?: InputMaybe<DevAiRovoDevCreateSessionOptionsInput>;
|
|
35702
35749
|
promptAdf?: InputMaybe<Scalars['JSON']['input']>;
|
|
35703
35750
|
repository: DevAiRovoDevRepositoryInput;
|
|
35751
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
35704
35752
|
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
35705
35753
|
workspaceAri: Scalars['ID']['input'];
|
|
35706
35754
|
xid?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -35728,6 +35776,7 @@ export declare type DevAiRovoDevIssueViewResponseSessionsArgs = {
|
|
|
35728
35776
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
35729
35777
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35730
35778
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
35779
|
+
ownershipFilter?: InputMaybe<DevAiOwnershipFilter>;
|
|
35731
35780
|
sort?: InputMaybe<DevAiRovoDevSessionSort>;
|
|
35732
35781
|
statusCategoryFilter?: InputMaybe<DevAiSessionStatusCategoryFilter>;
|
|
35733
35782
|
};
|
|
@@ -98216,8 +98265,9 @@ export declare type JiraAiEnablementIssueInput = {
|
|
|
98216
98265
|
issueId?: InputMaybe<Scalars['ID']['input']>;
|
|
98217
98266
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
98218
98267
|
};
|
|
98219
|
-
export declare type JiraAlignAggCustomProjectType = {
|
|
98268
|
+
export declare type JiraAlignAggCustomProjectType = Node & {
|
|
98220
98269
|
__typename?: 'JiraAlignAggCustomProjectType';
|
|
98270
|
+
id: Scalars['ID']['output'];
|
|
98221
98271
|
label: Scalars['String']['output'];
|
|
98222
98272
|
value: JiraAlignAggProjectType;
|
|
98223
98273
|
};
|
|
@@ -103610,6 +103660,10 @@ export declare type JiraEstimate = {
|
|
|
103610
103660
|
export declare type JiraEstimateInput = {
|
|
103611
103661
|
timeInSeconds: Scalars['Long']['input'];
|
|
103612
103662
|
};
|
|
103663
|
+
export declare enum JiraExperienceContext {
|
|
103664
|
+
Standard = "STANDARD",
|
|
103665
|
+
Timeline = "TIMELINE"
|
|
103666
|
+
}
|
|
103613
103667
|
export declare type JiraExportIssueDetailsInput = {
|
|
103614
103668
|
includeComments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
103615
103669
|
includeFields?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -103699,6 +103753,7 @@ export declare type JiraFetchBulkOperationDetailsResponse = {
|
|
|
103699
103753
|
export declare type JiraFetchBulkOperationDetailsResponseBulkEditFieldsArgs = {
|
|
103700
103754
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
103701
103755
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
103756
|
+
experience?: InputMaybe<JiraExperienceContext>;
|
|
103702
103757
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
103703
103758
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
103704
103759
|
search?: InputMaybe<JiraBulkEditFieldsSearch>;
|
|
@@ -104335,6 +104390,7 @@ export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
104335
104390
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104336
104391
|
fieldId: Scalars['String']['output'];
|
|
104337
104392
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104393
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104338
104394
|
id: Scalars['ID']['output'];
|
|
104339
104395
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104340
104396
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104352,6 +104408,7 @@ export declare type JiraForgeDatetimeField = JiraIssueField & JiraIssueFieldConf
|
|
|
104352
104408
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104353
104409
|
fieldId: Scalars['String']['output'];
|
|
104354
104410
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104411
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104355
104412
|
id: Scalars['ID']['output'];
|
|
104356
104413
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104357
104414
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104405,6 +104462,7 @@ export declare type JiraForgeGroupField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
104405
104462
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104406
104463
|
fieldId: Scalars['String']['output'];
|
|
104407
104464
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104465
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104408
104466
|
groups?: Maybe<JiraGroupConnection>;
|
|
104409
104467
|
id: Scalars['ID']['output'];
|
|
104410
104468
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104431,6 +104489,7 @@ export declare type JiraForgeGroupsField = JiraIssueField & JiraIssueFieldConfig
|
|
|
104431
104489
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104432
104490
|
fieldId: Scalars['String']['output'];
|
|
104433
104491
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104492
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104434
104493
|
groups?: Maybe<JiraGroupConnection>;
|
|
104435
104494
|
id: Scalars['ID']['output'];
|
|
104436
104495
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104486,6 +104545,7 @@ export declare type JiraForgeNumberField = JiraIssueField & JiraIssueFieldConfig
|
|
|
104486
104545
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104487
104546
|
fieldId: Scalars['String']['output'];
|
|
104488
104547
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104548
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104489
104549
|
id: Scalars['ID']['output'];
|
|
104490
104550
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104491
104551
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104503,6 +104563,7 @@ export declare type JiraForgeObjectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
104503
104563
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104504
104564
|
fieldId: Scalars['String']['output'];
|
|
104505
104565
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104566
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104506
104567
|
id: Scalars['ID']['output'];
|
|
104507
104568
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104508
104569
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104553,6 +104614,7 @@ export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfig
|
|
|
104553
104614
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104554
104615
|
fieldId: Scalars['String']['output'];
|
|
104555
104616
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104617
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104556
104618
|
id: Scalars['ID']['output'];
|
|
104557
104619
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104558
104620
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104570,6 +104632,7 @@ export declare type JiraForgeStringsField = JiraIssueField & JiraIssueFieldConfi
|
|
|
104570
104632
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104571
104633
|
fieldId: Scalars['String']['output'];
|
|
104572
104634
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104635
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104573
104636
|
id: Scalars['ID']['output'];
|
|
104574
104637
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104575
104638
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104632,6 +104695,7 @@ export declare type JiraForgeUserField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
104632
104695
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104633
104696
|
fieldId: Scalars['String']['output'];
|
|
104634
104697
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104698
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104635
104699
|
id: Scalars['ID']['output'];
|
|
104636
104700
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104637
104701
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -104659,6 +104723,7 @@ export declare type JiraForgeUsersField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
104659
104723
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
104660
104724
|
fieldId: Scalars['String']['output'];
|
|
104661
104725
|
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
104726
|
+
formattedText?: Maybe<Scalars['String']['output']>;
|
|
104662
104727
|
id: Scalars['ID']['output'];
|
|
104663
104728
|
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
104664
104729
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -112363,6 +112428,7 @@ export declare type JiraProject = Node & {
|
|
|
112363
112428
|
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
112364
112429
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
112365
112430
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
112431
|
+
schemeAssociatedFields?: Maybe<JiraFieldSchemeAssociatedFieldsConnection>;
|
|
112366
112432
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
112367
112433
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
112368
112434
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
@@ -112511,6 +112577,11 @@ export declare type JiraProjectRequestTypesArgs = {
|
|
|
112511
112577
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
112512
112578
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
112513
112579
|
};
|
|
112580
|
+
export declare type JiraProjectSchemeAssociatedFieldsArgs = {
|
|
112581
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
112582
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
112583
|
+
input?: InputMaybe<JiraProjectSchemeAssociatedFieldsInput>;
|
|
112584
|
+
};
|
|
112514
112585
|
export declare type JiraProjectServicesAvailableToLinkWithArgs = {
|
|
112515
112586
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
112516
112587
|
filter?: InputMaybe<DevOpsServicesFilterInput>;
|
|
@@ -113041,6 +113112,10 @@ export declare type JiraProjectRoleGrantTypeValue = Node & {
|
|
|
113041
113112
|
id: Scalars['ID']['output'];
|
|
113042
113113
|
role: JiraRole;
|
|
113043
113114
|
};
|
|
113115
|
+
export declare type JiraProjectSchemeAssociatedFieldsInput = {
|
|
113116
|
+
fieldTypeGroupsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
113117
|
+
nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
|
|
113118
|
+
};
|
|
113044
113119
|
export declare type JiraProjectShortcut = Node & {
|
|
113045
113120
|
__typename?: 'JiraProjectShortcut';
|
|
113046
113121
|
id: Scalars['ID']['output'];
|
|
@@ -121870,8 +121945,8 @@ export declare enum JpdViewsServiceViewSortMode {
|
|
|
121870
121945
|
}
|
|
121871
121946
|
export declare enum JpdViewsServiceVisualizationType {
|
|
121872
121947
|
Board = "BOARD",
|
|
121873
|
-
List = "LIST",
|
|
121874
121948
|
Matrix = "MATRIX",
|
|
121949
|
+
Table = "TABLE",
|
|
121875
121950
|
Timeline = "TIMELINE"
|
|
121876
121951
|
}
|
|
121877
121952
|
export declare type JsmAgentWorkspaceLocations = {
|
|
@@ -123277,6 +123352,7 @@ export declare type KitsuneFeedbackEvent = {
|
|
|
123277
123352
|
id: Scalars['ID']['output'];
|
|
123278
123353
|
sourceCategoryId: Scalars['ID']['output'];
|
|
123279
123354
|
spaceId: Scalars['ID']['output'];
|
|
123355
|
+
summary?: Maybe<KitsuneFeedbackSummary>;
|
|
123280
123356
|
tenantId: Scalars['ID']['output'];
|
|
123281
123357
|
title?: Maybe<Scalars['String']['output']>;
|
|
123282
123358
|
type: Scalars['String']['output'];
|
|
@@ -123404,12 +123480,137 @@ export declare type KitsuneSourceCategoryEdge = KitsuneEdge & {
|
|
|
123404
123480
|
node?: Maybe<KitsuneSourceCategory>;
|
|
123405
123481
|
};
|
|
123406
123482
|
export declare enum KitsuneSourceCategoryType {
|
|
123483
|
+
AdaCx = "ADA_CX",
|
|
123484
|
+
Aircall = "AIRCALL",
|
|
123485
|
+
Airtable = "AIRTABLE",
|
|
123486
|
+
AlternativeTo = "ALTERNATIVE_TO",
|
|
123487
|
+
Amplitude = "AMPLITUDE",
|
|
123488
|
+
Api = "API",
|
|
123489
|
+
AppleAppStore = "APPLE_APP_STORE",
|
|
123490
|
+
Asana = "ASANA",
|
|
123491
|
+
Attio = "ATTIO",
|
|
123492
|
+
AudioFiles = "AUDIO_FILES",
|
|
123493
|
+
BigqueryByGoogle = "BIGQUERY_BY_GOOGLE",
|
|
123494
|
+
Bitbucket = "BITBUCKET",
|
|
123495
|
+
Blueconic = "BLUECONIC",
|
|
123496
|
+
Bluesky = "BLUESKY",
|
|
123497
|
+
Capterra = "CAPTERRA",
|
|
123498
|
+
ChorusByZoominfo = "CHORUS_BY_ZOOMINFO",
|
|
123499
|
+
Chrome = "CHROME",
|
|
123500
|
+
Circle = "CIRCLE",
|
|
123501
|
+
CiscoWebex = "CISCO_WEBEX",
|
|
123502
|
+
Claap = "CLAAP",
|
|
123503
|
+
Clickup = "CLICKUP",
|
|
123504
|
+
Close = "CLOSE",
|
|
123505
|
+
Confluence = "CONFLUENCE",
|
|
123506
|
+
Copper = "COPPER",
|
|
123507
|
+
Crisp = "CRISP",
|
|
123508
|
+
CsvFiles = "CSV_FILES",
|
|
123509
|
+
Customerly = "CUSTOMERLY",
|
|
123510
|
+
Discord = "DISCORD",
|
|
123511
|
+
Discourse = "DISCOURSE",
|
|
123512
|
+
Drift = "DRIFT",
|
|
123513
|
+
DropboxPaper = "DROPBOX_PAPER",
|
|
123514
|
+
Email = "EMAIL",
|
|
123515
|
+
Evernote = "EVERNOTE",
|
|
123516
|
+
ExcelSpreadsheets = "EXCEL_SPREADSHEETS",
|
|
123517
|
+
Facebook = "FACEBOOK",
|
|
123518
|
+
Fathom = "FATHOM",
|
|
123407
123519
|
FeedbackApp = "FEEDBACK_APP",
|
|
123408
|
-
|
|
123520
|
+
Fillout = "FILLOUT",
|
|
123521
|
+
Fireflies = "FIREFLIES",
|
|
123522
|
+
Folk = "FOLK",
|
|
123523
|
+
Formstack = "FORMSTACK",
|
|
123524
|
+
Front = "FRONT",
|
|
123525
|
+
G2 = "G2",
|
|
123526
|
+
Gainsight = "GAINSIGHT",
|
|
123527
|
+
Getapp = "GETAPP",
|
|
123528
|
+
Github = "GITHUB",
|
|
123529
|
+
Gitlab = "GITLAB",
|
|
123530
|
+
Gong = "GONG",
|
|
123531
|
+
GoogleChat = "GOOGLE_CHAT",
|
|
123532
|
+
GoogleDocs = "GOOGLE_DOCS",
|
|
123533
|
+
GoogleForms = "GOOGLE_FORMS",
|
|
123534
|
+
GoogleMeet = "GOOGLE_MEET",
|
|
123535
|
+
GooglePlayStore = "GOOGLE_PLAY_STORE",
|
|
123536
|
+
GoogleSheets = "GOOGLE_SHEETS",
|
|
123537
|
+
Grain = "GRAIN",
|
|
123538
|
+
HelpScout = "HELP_SCOUT",
|
|
123539
|
+
Hubspot = "HUBSPOT",
|
|
123540
|
+
Ifttt = "IFTTT",
|
|
123541
|
+
ImageFiles = "IMAGE_FILES",
|
|
123542
|
+
Intercom = "INTERCOM",
|
|
123543
|
+
Jira = "JIRA",
|
|
123544
|
+
JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
|
|
123545
|
+
Jotform = "JOTFORM",
|
|
123546
|
+
Kustomer = "KUSTOMER",
|
|
123547
|
+
Linear = "LINEAR",
|
|
123548
|
+
Linkedin = "LINKEDIN",
|
|
123549
|
+
LogmeinGotomeeting = "LOGMEIN_GOTOMEETING",
|
|
123550
|
+
Loom = "LOOM",
|
|
123551
|
+
Make = "MAKE",
|
|
123552
|
+
Mattermost = "MATTERMOST",
|
|
123553
|
+
MicrosoftDynamics_365 = "MICROSOFT_DYNAMICS_365",
|
|
123554
|
+
Modjo = "MODJO",
|
|
123555
|
+
Monday = "MONDAY",
|
|
123556
|
+
N8N = "N8N",
|
|
123557
|
+
Notion = "NOTION",
|
|
123558
|
+
NotionTables = "NOTION_TABLES",
|
|
123559
|
+
Otter = "OTTER",
|
|
123560
|
+
PdfFiles = "PDF_FILES",
|
|
123561
|
+
Pipedrive = "PIPEDRIVE",
|
|
123562
|
+
Planhat = "PLANHAT",
|
|
123563
|
+
Pylon = "PYLON",
|
|
123564
|
+
Qualtrics = "QUALTRICS",
|
|
123565
|
+
Quip = "QUIP",
|
|
123566
|
+
Reddit = "REDDIT",
|
|
123567
|
+
Rewatch = "REWATCH",
|
|
123568
|
+
Salesforce = "SALESFORCE",
|
|
123569
|
+
Salesloft = "SALESLOFT",
|
|
123570
|
+
Segment = "SEGMENT",
|
|
123571
|
+
Sharepoint = "SHAREPOINT",
|
|
123572
|
+
Shortcut = "SHORTCUT",
|
|
123573
|
+
Slack = "SLACK",
|
|
123574
|
+
SlackHuddles = "SLACK_HUDDLES",
|
|
123575
|
+
Slite = "SLITE",
|
|
123576
|
+
Smartsheet = "SMARTSHEET",
|
|
123577
|
+
Snowflake = "SNOWFLAKE",
|
|
123578
|
+
SoftwareAdvice = "SOFTWARE_ADVICE",
|
|
123579
|
+
Surveymonkey = "SURVEYMONKEY",
|
|
123580
|
+
Surveyplanet = "SURVEYPLANET",
|
|
123581
|
+
Surveysparrow = "SURVEYSPARROW",
|
|
123582
|
+
Survicate = "SURVICATE",
|
|
123583
|
+
Tally = "TALLY",
|
|
123584
|
+
Tealium = "TEALIUM",
|
|
123585
|
+
Teams = "TEAMS",
|
|
123586
|
+
TextFiles = "TEXT_FILES",
|
|
123587
|
+
Threads = "THREADS",
|
|
123588
|
+
TlDv = "TL_DV",
|
|
123589
|
+
Totango = "TOTANGO",
|
|
123590
|
+
Trello = "TRELLO",
|
|
123591
|
+
Trustpilot = "TRUSTPILOT",
|
|
123592
|
+
Twist = "TWIST",
|
|
123593
|
+
TwitterX = "TWITTER_X",
|
|
123594
|
+
Typeform = "TYPEFORM",
|
|
123595
|
+
VideoFiles = "VIDEO_FILES",
|
|
123596
|
+
Vidyard = "VIDYARD",
|
|
123597
|
+
Vitally = "VITALLY",
|
|
123598
|
+
Word = "WORD",
|
|
123599
|
+
WorkplaceByMeta = "WORKPLACE_BY_META",
|
|
123600
|
+
Wufoo = "WUFOO",
|
|
123601
|
+
Zapier = "ZAPIER",
|
|
123602
|
+
Zendesk = "ZENDESK",
|
|
123603
|
+
Zoho = "ZOHO",
|
|
123604
|
+
Zoom = "ZOOM",
|
|
123605
|
+
ZoomTeamChat = "ZOOM_TEAM_CHAT"
|
|
123409
123606
|
}
|
|
123410
123607
|
export declare type KitsuneSourceInput = {
|
|
123411
123608
|
sourceWeb?: InputMaybe<KitsuneSourceInputWeb>;
|
|
123412
123609
|
};
|
|
123610
|
+
export declare type KitsuneSourceInputNew = {
|
|
123611
|
+
type: KitsuneSourceCategoryType;
|
|
123612
|
+
url: Scalars['String']['input'];
|
|
123613
|
+
};
|
|
123413
123614
|
export declare type KitsuneSourceInputWeb = {
|
|
123414
123615
|
url: Scalars['String']['input'];
|
|
123415
123616
|
};
|
|
@@ -130175,6 +130376,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
130175
130376
|
aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedFocusAreaStatusCount>;
|
|
130176
130377
|
archived: Scalars['Boolean']['output'];
|
|
130177
130378
|
ari: Scalars['String']['output'];
|
|
130379
|
+
asks?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
130178
130380
|
changeSummary?: Maybe<MercuryChangeSummary>;
|
|
130179
130381
|
costSummary?: Maybe<MercuryFocusAreaCostSummary>;
|
|
130180
130382
|
createdDate: Scalars['String']['output'];
|
|
@@ -130206,6 +130408,10 @@ export declare type MercuryFocusArea = Node & {
|
|
|
130206
130408
|
watchers?: Maybe<MercuryUserConnection>;
|
|
130207
130409
|
watching: Scalars['Boolean']['output'];
|
|
130208
130410
|
};
|
|
130411
|
+
export declare type MercuryFocusAreaAsksArgs = {
|
|
130412
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
130413
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
130414
|
+
};
|
|
130209
130415
|
export declare type MercuryFocusAreaFocusAreaStatusUpdatesArgs = {
|
|
130210
130416
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
130211
130417
|
createdAtOrAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -132003,6 +132209,7 @@ export declare type MercuryQueryApi = {
|
|
|
132003
132209
|
commentsByAris?: Maybe<Array<Maybe<MercuryComment>>>;
|
|
132004
132210
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
132005
132211
|
focusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
|
|
132212
|
+
focusAreaAsks?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
132006
132213
|
focusAreaCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
132007
132214
|
focusAreaHierarchies?: Maybe<Array<MercuryFocusAreaHierarchy>>;
|
|
132008
132215
|
focusAreaHierarchiesSearch?: Maybe<MercuryFocusAreaHierarchyConnection>;
|
|
@@ -132063,6 +132270,11 @@ export declare type MercuryQueryApiFocusAreaActivityHistoryArgs = {
|
|
|
132063
132270
|
focusAreaId: Scalars['ID']['input'];
|
|
132064
132271
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
|
|
132065
132272
|
};
|
|
132273
|
+
export declare type MercuryQueryApiFocusAreaAsksArgs = {
|
|
132274
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
132275
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
132276
|
+
focusAreaId: Scalars['ID']['input'];
|
|
132277
|
+
};
|
|
132066
132278
|
export declare type MercuryQueryApiFocusAreaCustomFieldDefinitionsSearchArgs = {
|
|
132067
132279
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
132068
132280
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -132299,6 +132511,7 @@ export declare type MercuryRisk = Node & {
|
|
|
132299
132511
|
name: Scalars['String']['output'];
|
|
132300
132512
|
owner?: Maybe<Scalars['ID']['output']>;
|
|
132301
132513
|
status?: Maybe<MercuryRiskStatus>;
|
|
132514
|
+
updatedDate: Scalars['String']['output'];
|
|
132302
132515
|
};
|
|
132303
132516
|
export declare type MercuryRiskStatus = {
|
|
132304
132517
|
__typename?: 'MercuryRiskStatus';
|
|
@@ -133402,17 +133615,9 @@ export declare enum MercuryViewType {
|
|
|
133402
133615
|
}
|
|
133403
133616
|
export declare type MercuryWorkNormalizationQueryApi = {
|
|
133404
133617
|
__typename?: 'MercuryWorkNormalizationQueryApi';
|
|
133405
|
-
focusAreasWithCount?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133406
133618
|
linkedWorkByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133407
|
-
searchHierarchyByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133408
|
-
searchWorkByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133409
133619
|
workNormalizationByFocusAreaId?: Maybe<MercuryWorkNormalizationSearchConnection>;
|
|
133410
133620
|
};
|
|
133411
|
-
export declare type MercuryWorkNormalizationQueryApiFocusAreasWithCountArgs = {
|
|
133412
|
-
filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
|
|
133413
|
-
parentFocusAreaId: Scalars['ID']['input'];
|
|
133414
|
-
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
133415
|
-
};
|
|
133416
133621
|
export declare type MercuryWorkNormalizationQueryApiLinkedWorkByFocusAreaArgs = {
|
|
133417
133622
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
133418
133623
|
filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
|
|
@@ -133421,22 +133626,6 @@ export declare type MercuryWorkNormalizationQueryApiLinkedWorkByFocusAreaArgs =
|
|
|
133421
133626
|
sortOptions?: InputMaybe<Array<InputMaybe<MercuryNormalizedWorkSortInput>>>;
|
|
133422
133627
|
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
133423
133628
|
};
|
|
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
133629
|
export declare type MercuryWorkNormalizationQueryApiWorkNormalizationByFocusAreaIdArgs = {
|
|
133441
133630
|
focusAreaId: Scalars['ID']['input'];
|
|
133442
133631
|
};
|
|
@@ -133878,6 +134067,7 @@ export declare type Mutation = {
|
|
|
133878
134067
|
avp_updateVariable?: Maybe<AvpUpdateVariablePayload>;
|
|
133879
134068
|
avpanalytics_createModel?: Maybe<AvpAnalyticsCreateModelPayload>;
|
|
133880
134069
|
blockService_batchCreateBlocks?: Maybe<BlockServiceBatchRetrieveBlocksPayload>;
|
|
134070
|
+
blockService_batchUpdateBlocks?: Maybe<BlockServiceBatchRetrieveBlocksPayload>;
|
|
133881
134071
|
blockService_createBlock?: Maybe<BlockServiceBlockPayload>;
|
|
133882
134072
|
blockService_deleteBlock?: Maybe<BlockServiceDeleteBlockPayload>;
|
|
133883
134073
|
blockService_updateBlock?: Maybe<BlockServiceBlockPayload>;
|
|
@@ -133904,6 +134094,8 @@ export declare type Mutation = {
|
|
|
133904
134094
|
channelPlatform_endChatIfTicketIsNotPresent?: Maybe<ChannelPlatformChatClosureResponse>;
|
|
133905
134095
|
channelPlatform_performPluginAction?: Maybe<ChannelPlatformPluginActionResponse>;
|
|
133906
134096
|
channelPlatform_relayMessage?: Maybe<ChannelPlatformMutationStatus>;
|
|
134097
|
+
channelPlatform_updateTracMetrics?: Maybe<ChannelPlatformTracMetricsResponse>;
|
|
134098
|
+
channelPlatform_uploadAttachmentMetadata?: Maybe<ChannelPlatformAttachmentMetadataResponse>;
|
|
133907
134099
|
clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
|
|
133908
134100
|
commerceExp_approvalDesk?: Maybe<CommerceExpApprovalDeskMutation>;
|
|
133909
134101
|
commerceExp_ccp?: Maybe<CommerceExpCcpMutation>;
|
|
@@ -134423,7 +134615,7 @@ export declare type Mutation = {
|
|
|
134423
134615
|
kitsune_createSection?: Maybe<KitsuneSection>;
|
|
134424
134616
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
134425
134617
|
kitsune_createView?: Maybe<KitsuneView>;
|
|
134426
|
-
kitsune_generateFeedbackSummary?: Maybe<
|
|
134618
|
+
kitsune_generateFeedbackSummary?: Maybe<KitsuneFeedback>;
|
|
134427
134619
|
kitsune_moveSection?: Maybe<KitsuneSpace>;
|
|
134428
134620
|
kitsune_moveView?: Maybe<KitsuneSpace>;
|
|
134429
134621
|
kitsune_removeFeedback?: Maybe<KitsuneDeletedRecord>;
|
|
@@ -134954,6 +135146,7 @@ export declare type MutationAgentStudio_RemoveGroupsFromCreatePermissionArgs = {
|
|
|
134954
135146
|
export declare type MutationAgentStudio_RunBatchEvaluationJobArgs = {
|
|
134955
135147
|
batchEvaluationJobId: Scalars['ID']['input'];
|
|
134956
135148
|
cloudId: Scalars['String']['input'];
|
|
135149
|
+
judgeMode?: InputMaybe<AgentStudioJudgeMode>;
|
|
134957
135150
|
productType: AgentStudioProductType;
|
|
134958
135151
|
projectContainerAri: Scalars['ID']['input'];
|
|
134959
135152
|
};
|
|
@@ -135482,6 +135675,9 @@ export declare type MutationAvpanalytics_CreateModelArgs = {
|
|
|
135482
135675
|
export declare type MutationBlockService_BatchCreateBlocksArgs = {
|
|
135483
135676
|
input: BlockServiceBatchCreateBlocksInput;
|
|
135484
135677
|
};
|
|
135678
|
+
export declare type MutationBlockService_BatchUpdateBlocksArgs = {
|
|
135679
|
+
input: BlockServiceBatchUpdateBlocksInput;
|
|
135680
|
+
};
|
|
135485
135681
|
export declare type MutationBlockService_CreateBlockArgs = {
|
|
135486
135682
|
input: BlockServiceCreateBlockInput;
|
|
135487
135683
|
};
|
|
@@ -135567,6 +135763,13 @@ export declare type MutationChannelPlatform_PerformPluginActionArgs = {
|
|
|
135567
135763
|
export declare type MutationChannelPlatform_RelayMessageArgs = {
|
|
135568
135764
|
eventRelayRequest?: InputMaybe<ChannelPlatformEventRelayRequest>;
|
|
135569
135765
|
};
|
|
135766
|
+
export declare type MutationChannelPlatform_UpdateTracMetricsArgs = {
|
|
135767
|
+
metrics: Scalars['JSON']['input'];
|
|
135768
|
+
};
|
|
135769
|
+
export declare type MutationChannelPlatform_UploadAttachmentMetadataArgs = {
|
|
135770
|
+
attachmentId: Scalars['String']['input'];
|
|
135771
|
+
metadata: Scalars['JSON']['input'];
|
|
135772
|
+
};
|
|
135570
135773
|
export declare type MutationClearRestrictionsForFreeArgs = {
|
|
135571
135774
|
contentId: Scalars['ID']['input'];
|
|
135572
135775
|
};
|
|
@@ -137309,6 +137512,7 @@ export declare type MutationKitsune_CreateCustomerArgs = {
|
|
|
137309
137512
|
export declare type MutationKitsune_CreateFeedbackArgs = {
|
|
137310
137513
|
content: Scalars['KitsuneADF']['input'];
|
|
137311
137514
|
source?: InputMaybe<KitsuneSourceInput>;
|
|
137515
|
+
sourceNew?: InputMaybe<KitsuneSourceInputNew>;
|
|
137312
137516
|
spaceAri: Scalars['ID']['input'];
|
|
137313
137517
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
137314
137518
|
};
|
|
@@ -141625,6 +141829,7 @@ export declare type Query = {
|
|
|
141625
141829
|
channelPlatform_generateMediaToken?: Maybe<ChannelPlatformMediaTokenResponse>;
|
|
141626
141830
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
141627
141831
|
channelPlatform_getAgentStatus?: Maybe<ChannelPlatformAgentStatusResponse>;
|
|
141832
|
+
channelPlatform_getAttachmentPreviewUrl?: Maybe<ChannelPlatformAttachmentPreviewUrlResponse>;
|
|
141628
141833
|
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
141629
141834
|
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
|
|
141630
141835
|
channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
|
|
@@ -142041,6 +142246,7 @@ export declare type Query = {
|
|
|
142041
142246
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
142042
142247
|
isSiteAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
142043
142248
|
jira?: Maybe<JiraQuery>;
|
|
142249
|
+
jiraAlignAgg_projectTypesByAris?: Maybe<Array<Maybe<JiraAlignAggCustomProjectType>>>;
|
|
142044
142250
|
jiraAlignAgg_projectsByAris?: Maybe<Array<Maybe<JiraAlignAggProject>>>;
|
|
142045
142251
|
jiraAlignAgg_searchProjects?: Maybe<JiraAlignAggProjectConnection>;
|
|
142046
142252
|
jiraAlignAgg_sitesByOrgId?: Maybe<Array<Maybe<JiraAlignAggSite>>>;
|
|
@@ -142071,6 +142277,8 @@ export declare type Query = {
|
|
|
142071
142277
|
jira_isTenantConvertedToNfa?: Maybe<Scalars['Boolean']['output']>;
|
|
142072
142278
|
jira_issueSearchTopLevelIssueFieldsAggregation?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
142073
142279
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
142280
|
+
jira_issueStatusesByIds?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
142281
|
+
jira_issueTypesByIds?: Maybe<Array<Maybe<JiraIssueType>>>;
|
|
142074
142282
|
jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
142075
142283
|
jira_jiraServiceManagementDefaultCommentBehavior?: Maybe<JiraServiceManagementDefaultCommentBehavior>;
|
|
142076
142284
|
jira_jswBoardViewSettings?: Maybe<JiraJswBoardViewSettings>;
|
|
@@ -142079,6 +142287,7 @@ export declare type Query = {
|
|
|
142079
142287
|
jira_onboardingConfigById?: Maybe<JiraOnboardingConfig>;
|
|
142080
142288
|
jira_onboardingConfigByTarget?: Maybe<JiraOnboardingConfig>;
|
|
142081
142289
|
jira_onboardingConfigs?: Maybe<JiraOnboardingConfigConnection>;
|
|
142290
|
+
jira_prioritiesByIds?: Maybe<Array<Maybe<JiraPriority>>>;
|
|
142082
142291
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
142083
142292
|
jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
|
|
142084
142293
|
jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
|
|
@@ -143821,6 +144030,10 @@ export declare type QueryChannelPlatform_GetAgentIdForAaidArgs = {
|
|
|
143821
144030
|
aaId?: InputMaybe<Scalars['String']['input']>;
|
|
143822
144031
|
instanceId?: InputMaybe<Scalars['String']['input']>;
|
|
143823
144032
|
};
|
|
144033
|
+
export declare type QueryChannelPlatform_GetAttachmentPreviewUrlArgs = {
|
|
144034
|
+
attachmentId: Scalars['String']['input'];
|
|
144035
|
+
issueId: Scalars['String']['input'];
|
|
144036
|
+
};
|
|
143824
144037
|
export declare type QueryChannelPlatform_GetChannelTokenArgs = {
|
|
143825
144038
|
request?: InputMaybe<ChannelPlatformGetChannelTokenRequest>;
|
|
143826
144039
|
};
|
|
@@ -144546,6 +144759,7 @@ export declare type QueryContentArgs = {
|
|
|
144546
144759
|
version?: InputMaybe<Scalars['Int']['input']>;
|
|
144547
144760
|
};
|
|
144548
144761
|
export declare type QueryContentAnalyticsLastViewedAtByPageArgs = {
|
|
144762
|
+
accountIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
144549
144763
|
contentIds: Array<Scalars['ID']['input']>;
|
|
144550
144764
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
144551
144765
|
startTime: Scalars['String']['input'];
|
|
@@ -145154,6 +145368,7 @@ export declare type QueryDevai_RovodevSessionsByIssueKeyArgs = {
|
|
|
145154
145368
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
145155
145369
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
145156
145370
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
145371
|
+
ownershipFilter?: InputMaybe<DevAiOwnershipFilter>;
|
|
145157
145372
|
sort?: InputMaybe<DevAiRovoDevSessionSort>;
|
|
145158
145373
|
statusCategoryFilter?: InputMaybe<DevAiSessionStatusCategoryFilter>;
|
|
145159
145374
|
};
|
|
@@ -145640,6 +145855,9 @@ export declare type QueryIsMoveContentStatesSupportedArgs = {
|
|
|
145640
145855
|
export declare type QueryIsSainSearchEnabledArgs = {
|
|
145641
145856
|
cloudId: Scalars['String']['input'];
|
|
145642
145857
|
};
|
|
145858
|
+
export declare type QueryJiraAlignAgg_ProjectTypesByArisArgs = {
|
|
145859
|
+
ids: Array<Scalars['ID']['input']>;
|
|
145860
|
+
};
|
|
145643
145861
|
export declare type QueryJiraAlignAgg_ProjectsByArisArgs = {
|
|
145644
145862
|
ids: Array<Scalars['ID']['input']>;
|
|
145645
145863
|
};
|
|
@@ -145746,6 +145964,12 @@ export declare type QueryJira_IssueSearchTopLevelIssueFieldsAggregationArgs = {
|
|
|
145746
145964
|
export declare type QueryJira_IssueSearchViewsByIdsArgs = {
|
|
145747
145965
|
ids: Array<Scalars['ID']['input']>;
|
|
145748
145966
|
};
|
|
145967
|
+
export declare type QueryJira_IssueStatusesByIdsArgs = {
|
|
145968
|
+
ids: Array<Scalars['ID']['input']>;
|
|
145969
|
+
};
|
|
145970
|
+
export declare type QueryJira_IssueTypesByIdsArgs = {
|
|
145971
|
+
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
145972
|
+
};
|
|
145749
145973
|
export declare type QueryJira_IssuesByIdsArgs = {
|
|
145750
145974
|
ids: Array<Scalars['ID']['input']>;
|
|
145751
145975
|
};
|
|
@@ -145773,6 +145997,9 @@ export declare type QueryJira_OnboardingConfigByTargetArgs = {
|
|
|
145773
145997
|
export declare type QueryJira_OnboardingConfigsArgs = {
|
|
145774
145998
|
cloudId: Scalars['ID']['input'];
|
|
145775
145999
|
};
|
|
146000
|
+
export declare type QueryJira_PrioritiesByIdsArgs = {
|
|
146001
|
+
ids: Array<Scalars['ID']['input']>;
|
|
146002
|
+
};
|
|
145776
146003
|
export declare type QueryJira_ProjectByIdOrKeyArgs = {
|
|
145777
146004
|
cloudId: Scalars['ID']['input'];
|
|
145778
146005
|
idOrKey: Scalars['String']['input'];
|
|
@@ -149430,6 +149657,9 @@ export declare enum Scope {
|
|
|
149430
149657
|
DeleteServicedeskCustomer = "DELETE_SERVICEDESK_CUSTOMER",
|
|
149431
149658
|
DeleteServicedeskOrganization = "DELETE_SERVICEDESK_ORGANIZATION",
|
|
149432
149659
|
DeleteServicedeskProperty = "DELETE_SERVICEDESK_PROPERTY",
|
|
149660
|
+
DeleteStakeholderCommsPage = "DELETE_STAKEHOLDER_COMMS_PAGE",
|
|
149661
|
+
DeleteStakeholderCommsStakeholder = "DELETE_STAKEHOLDER_COMMS_STAKEHOLDER",
|
|
149662
|
+
DeleteStakeholderCommsSubscriber = "DELETE_STAKEHOLDER_COMMS_SUBSCRIBER",
|
|
149433
149663
|
DeployAppEnvironment = "DEPLOY_APP_ENVIRONMENT",
|
|
149434
149664
|
DevelopAppEnvironment = "DEVELOP_APP_ENVIRONMENT",
|
|
149435
149665
|
FieldConfigurationDelete = "FIELD_CONFIGURATION_DELETE",
|
|
@@ -149647,6 +149877,12 @@ export declare enum Scope {
|
|
|
149647
149877
|
ReadServicedeskOrganization = "READ_SERVICEDESK_ORGANIZATION",
|
|
149648
149878
|
ReadServicedeskProperty = "READ_SERVICEDESK_PROPERTY",
|
|
149649
149879
|
ReadServicedeskRequest = "READ_SERVICEDESK_REQUEST",
|
|
149880
|
+
ReadStakeholderCommsAssignment = "READ_STAKEHOLDER_COMMS_ASSIGNMENT",
|
|
149881
|
+
ReadStakeholderCommsComponent = "READ_STAKEHOLDER_COMMS_COMPONENT",
|
|
149882
|
+
ReadStakeholderCommsIncident = "READ_STAKEHOLDER_COMMS_INCIDENT",
|
|
149883
|
+
ReadStakeholderCommsPage = "READ_STAKEHOLDER_COMMS_PAGE",
|
|
149884
|
+
ReadStakeholderCommsStakeholder = "READ_STAKEHOLDER_COMMS_STAKEHOLDER",
|
|
149885
|
+
ReadStakeholderCommsSubscriber = "READ_STAKEHOLDER_COMMS_SUBSCRIBER",
|
|
149650
149886
|
ReadTeam = "READ_TEAM",
|
|
149651
149887
|
ReadTeamMembers = "READ_TEAM_MEMBERS",
|
|
149652
149888
|
ReadTeamMembersTemp = "READ_TEAM_MEMBERS_TEMP",
|
|
@@ -149757,6 +149993,11 @@ export declare enum Scope {
|
|
|
149757
149993
|
WriteServicedeskOrganization = "WRITE_SERVICEDESK_ORGANIZATION",
|
|
149758
149994
|
WriteServicedeskProperty = "WRITE_SERVICEDESK_PROPERTY",
|
|
149759
149995
|
WriteServicedeskRequest = "WRITE_SERVICEDESK_REQUEST",
|
|
149996
|
+
WriteStakeholderCommsComponent = "WRITE_STAKEHOLDER_COMMS_COMPONENT",
|
|
149997
|
+
WriteStakeholderCommsIncident = "WRITE_STAKEHOLDER_COMMS_INCIDENT",
|
|
149998
|
+
WriteStakeholderCommsPage = "WRITE_STAKEHOLDER_COMMS_PAGE",
|
|
149999
|
+
WriteStakeholderCommsStakeholder = "WRITE_STAKEHOLDER_COMMS_STAKEHOLDER",
|
|
150000
|
+
WriteStakeholderCommsSubscriber = "WRITE_STAKEHOLDER_COMMS_SUBSCRIBER",
|
|
149760
150001
|
WriteTeam = "WRITE_TEAM",
|
|
149761
150002
|
WriteTeamMembersTemp = "WRITE_TEAM_MEMBERS_TEMP",
|
|
149762
150003
|
WriteTeamTemp = "WRITE_TEAM_TEMP",
|
|
@@ -170239,6 +170480,7 @@ export declare type SmartsModelRequestParams = {
|
|
|
170239
170480
|
export declare type SmartsQueryApi = {
|
|
170240
170481
|
__typename?: 'SmartsQueryApi';
|
|
170241
170482
|
recommendedContainer?: Maybe<Array<Maybe<SmartsRecommendedContainer>>>;
|
|
170483
|
+
recommendedContainerV2?: Maybe<Array<Maybe<SmartsRecommendedContainerV2>>>;
|
|
170242
170484
|
recommendedField?: Maybe<Array<Maybe<SmartsRecommendedFieldObject>>>;
|
|
170243
170485
|
recommendedObject?: Maybe<Array<Maybe<SmartsRecommendedObject>>>;
|
|
170244
170486
|
recommendedUser?: Maybe<Array<Maybe<SmartsRecommendedUser>>>;
|
|
@@ -170246,6 +170488,9 @@ export declare type SmartsQueryApi = {
|
|
|
170246
170488
|
export declare type SmartsQueryApiRecommendedContainerArgs = {
|
|
170247
170489
|
recommendationsQuery: SmartsRecommendationsQuery;
|
|
170248
170490
|
};
|
|
170491
|
+
export declare type SmartsQueryApiRecommendedContainerV2Args = {
|
|
170492
|
+
recommendationsQuery: SmartsRecommendationsQuery;
|
|
170493
|
+
};
|
|
170249
170494
|
export declare type SmartsQueryApiRecommendedFieldArgs = {
|
|
170250
170495
|
recommendationsQuery: SmartsRecommendationsFieldQuery;
|
|
170251
170496
|
};
|
|
@@ -170275,6 +170520,13 @@ export declare type SmartsRecommendedContainer = {
|
|
|
170275
170520
|
id: Scalars['ID']['output'];
|
|
170276
170521
|
score?: Maybe<Scalars['Float']['output']>;
|
|
170277
170522
|
};
|
|
170523
|
+
export declare type SmartsRecommendedContainerData = ConfluenceSpace | JiraProject;
|
|
170524
|
+
export declare type SmartsRecommendedContainerV2 = {
|
|
170525
|
+
__typename?: 'SmartsRecommendedContainerV2';
|
|
170526
|
+
container?: Maybe<SmartsRecommendedContainerData>;
|
|
170527
|
+
id: Scalars['ID']['output'];
|
|
170528
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
170529
|
+
};
|
|
170278
170530
|
export declare type SmartsRecommendedFieldObject = {
|
|
170279
170531
|
__typename?: 'SmartsRecommendedFieldObject';
|
|
170280
170532
|
id: Scalars['ID']['output'];
|
|
@@ -175877,6 +176129,7 @@ export declare type TownsquareFusionDetails = {
|
|
|
175877
176129
|
export declare type TownsquareGoal = Node & {
|
|
175878
176130
|
__typename?: 'TownsquareGoal';
|
|
175879
176131
|
access?: Maybe<TownsquareGoalAccessConnection>;
|
|
176132
|
+
accessLevel?: Maybe<TownsquareGoalAccessLevel>;
|
|
175880
176133
|
activityItems?: Maybe<TownsquareActivityItemConnection>;
|
|
175881
176134
|
archived: Scalars['Boolean']['output'];
|
|
175882
176135
|
canEditMembers?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -176048,6 +176301,10 @@ export declare type TownsquareGoalAccessEdge = {
|
|
|
176048
176301
|
principalAri?: Maybe<Scalars['String']['output']>;
|
|
176049
176302
|
role?: Maybe<TownsquareGoalAccessRole>;
|
|
176050
176303
|
};
|
|
176304
|
+
export declare enum TownsquareGoalAccessLevel {
|
|
176305
|
+
OpenEdit = "OPEN_EDIT",
|
|
176306
|
+
OpenView = "OPEN_VIEW"
|
|
176307
|
+
}
|
|
176051
176308
|
export declare enum TownsquareGoalAccessRole {
|
|
176052
176309
|
Editor = "EDITOR",
|
|
176053
176310
|
Viewer = "VIEWER"
|