@forge/cli-shared 8.15.1-next.0 → 8.15.1-next.0-experimental-5a86f99
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
CHANGED
|
@@ -7309,6 +7309,12 @@ export declare type AssetsDmDeleteDataSourceArgs = {
|
|
|
7309
7309
|
input: AssetsDmDeleteDataSourceInput;
|
|
7310
7310
|
workspaceId: Scalars['ID']['input'];
|
|
7311
7311
|
};
|
|
7312
|
+
export declare type AssetsDmDeleteDataSourceConfigPayload = {
|
|
7313
|
+
__typename?: 'AssetsDMDeleteDataSourceConfigPayload';
|
|
7314
|
+
errors?: Maybe<Array<Scalars['String']['output']>>;
|
|
7315
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
7316
|
+
success: Scalars['Boolean']['output'];
|
|
7317
|
+
};
|
|
7312
7318
|
export declare type AssetsDmDeleteDataSourceInput = {
|
|
7313
7319
|
dataSourceId: Scalars['ID']['input'];
|
|
7314
7320
|
};
|
|
@@ -18546,6 +18552,22 @@ export declare type ConfluenceContentRestrictionUpdated = {
|
|
|
18546
18552
|
__typename?: 'ConfluenceContentRestrictionUpdated';
|
|
18547
18553
|
contentId?: Maybe<Scalars['ID']['output']>;
|
|
18548
18554
|
};
|
|
18555
|
+
export declare type ConfluenceContentShareMetadata = {
|
|
18556
|
+
altOrigin?: InputMaybe<Scalars['String']['input']>;
|
|
18557
|
+
shareAction?: InputMaybe<Scalars['String']['input']>;
|
|
18558
|
+
};
|
|
18559
|
+
export declare type ConfluenceContentShareRecipient = {
|
|
18560
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
|
18561
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
18562
|
+
recipientType: ConfluenceRecipientType;
|
|
18563
|
+
};
|
|
18564
|
+
export declare type ConfluenceContentShareRequestInput = {
|
|
18565
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
18566
|
+
content: ConfluenceShareContent;
|
|
18567
|
+
contentShareMetadata?: InputMaybe<ConfluenceContentShareMetadata>;
|
|
18568
|
+
recipients?: InputMaybe<Array<InputMaybe<ConfluenceContentShareRecipient>>>;
|
|
18569
|
+
sharerAaid?: InputMaybe<Scalars['String']['input']>;
|
|
18570
|
+
};
|
|
18549
18571
|
export declare type ConfluenceContentState = {
|
|
18550
18572
|
__typename?: 'ConfluenceContentState';
|
|
18551
18573
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -21688,6 +21710,11 @@ export declare type ConfluenceReactionsSummaryResponse = {
|
|
|
21688
21710
|
reactionsCount?: Maybe<Scalars['Int']['output']>;
|
|
21689
21711
|
reactionsSummaryForEmoji?: Maybe<Array<Maybe<ConfluenceReactionsSummaryForEmoji>>>;
|
|
21690
21712
|
};
|
|
21713
|
+
export declare enum ConfluenceRecipientType {
|
|
21714
|
+
Group = "GROUP",
|
|
21715
|
+
Team = "TEAM",
|
|
21716
|
+
User = "USER"
|
|
21717
|
+
}
|
|
21691
21718
|
export declare type ConfluenceRedactionMetadata = {
|
|
21692
21719
|
__typename?: 'ConfluenceRedactionMetadata';
|
|
21693
21720
|
creationDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -21961,6 +21988,16 @@ export declare type ConfluenceShareConfiguration = {
|
|
|
21961
21988
|
__typename?: 'ConfluenceShareConfiguration';
|
|
21962
21989
|
disableSharingToEmails: Scalars['Boolean']['output'];
|
|
21963
21990
|
};
|
|
21991
|
+
export declare type ConfluenceShareContent = {
|
|
21992
|
+
contentId: Scalars['ID']['input'];
|
|
21993
|
+
contentUrl?: InputMaybe<Scalars['String']['input']>;
|
|
21994
|
+
};
|
|
21995
|
+
export declare type ConfluenceShareContentPayload = Payload & {
|
|
21996
|
+
__typename?: 'ConfluenceShareContentPayload';
|
|
21997
|
+
errors: Array<MutationError>;
|
|
21998
|
+
success: Scalars['Boolean']['output'];
|
|
21999
|
+
triggerId?: Maybe<Scalars['String']['output']>;
|
|
22000
|
+
};
|
|
21964
22001
|
export declare type ConfluenceSiteConfiguration = {
|
|
21965
22002
|
__typename?: 'ConfluenceSiteConfiguration';
|
|
21966
22003
|
attachmentSettings?: Maybe<ConfluenceAttachmentSettings>;
|
|
@@ -22396,6 +22433,11 @@ export declare type ConfluenceTemplateInfoInput = {
|
|
|
22396
22433
|
styleClass?: InputMaybe<Scalars['String']['input']>;
|
|
22397
22434
|
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
22398
22435
|
templateType?: InputMaybe<Scalars['String']['input']>;
|
|
22436
|
+
variables?: InputMaybe<Array<InputMaybe<ConfluenceTemplateVariableInput>>>;
|
|
22437
|
+
};
|
|
22438
|
+
export declare type ConfluenceTemplateVariableInput = {
|
|
22439
|
+
key: Scalars['String']['input'];
|
|
22440
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
22399
22441
|
};
|
|
22400
22442
|
export declare type ConfluenceTemplates = {
|
|
22401
22443
|
__typename?: 'ConfluenceTemplates';
|
|
@@ -23668,6 +23710,7 @@ export declare type Content = {
|
|
|
23668
23710
|
schedulePublishDate?: Maybe<Scalars['String']['output']>;
|
|
23669
23711
|
schedulePublishInfo?: Maybe<SchedulePublishInfo>;
|
|
23670
23712
|
smartFeatures?: Maybe<SmartPageFeatures>;
|
|
23713
|
+
smartFeaturesV2?: Maybe<SmartPageFeatures>;
|
|
23671
23714
|
space?: Maybe<Space>;
|
|
23672
23715
|
status?: Maybe<Scalars['String']['output']>;
|
|
23673
23716
|
subType?: Maybe<Scalars['String']['output']>;
|
|
@@ -30376,6 +30419,7 @@ export declare type DevAiRovoDevIssueViewResponseSessionsArgs = {
|
|
|
30376
30419
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
30377
30420
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30378
30421
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
30422
|
+
statusCategoryFilter?: InputMaybe<DevAiSessionStatusCategoryFilter>;
|
|
30379
30423
|
};
|
|
30380
30424
|
export declare enum DevAiRovoDevPrStatus {
|
|
30381
30425
|
Declined = "DECLINED",
|
|
@@ -30506,6 +30550,12 @@ export declare enum DevAiScanIntervalUnit {
|
|
|
30506
30550
|
Months = "MONTHS",
|
|
30507
30551
|
Weeks = "WEEKS"
|
|
30508
30552
|
}
|
|
30553
|
+
export declare enum DevAiSessionStatusCategoryFilter {
|
|
30554
|
+
All = "ALL",
|
|
30555
|
+
Completed = "COMPLETED",
|
|
30556
|
+
Deleted = "DELETED",
|
|
30557
|
+
Working = "WORKING"
|
|
30558
|
+
}
|
|
30509
30559
|
export declare type DevAiSetAutofixConfigurationForRepositoryInput = {
|
|
30510
30560
|
codeCoverageCommand: Scalars['String']['input'];
|
|
30511
30561
|
codeCoverageReportPath: Scalars['String']['input'];
|
|
@@ -35443,6 +35493,14 @@ export declare type ForgeAuditLogEdge = {
|
|
|
35443
35493
|
cursor: Scalars['String']['output'];
|
|
35444
35494
|
node?: Maybe<ForgeAuditLog>;
|
|
35445
35495
|
};
|
|
35496
|
+
export declare type ForgeAuditLogFeatureFlag = {
|
|
35497
|
+
__typename?: 'ForgeAuditLogFeatureFlag';
|
|
35498
|
+
action: ForgeAuditLogsFeatureFlagsActionType;
|
|
35499
|
+
actorId: Scalars['ID']['output'];
|
|
35500
|
+
changes?: Maybe<ForgeAuditLogsFeatureFlagChanges>;
|
|
35501
|
+
details: Array<Scalars['String']['output']>;
|
|
35502
|
+
timestamp: Scalars['String']['output'];
|
|
35503
|
+
};
|
|
35446
35504
|
export declare enum ForgeAuditLogsActionType {
|
|
35447
35505
|
ContributorAdded = "CONTRIBUTOR_ADDED",
|
|
35448
35506
|
ContributorRemoved = "CONTRIBUTOR_REMOVED",
|
|
@@ -35505,12 +35563,82 @@ export declare type ForgeAuditLogsDaResResponse = {
|
|
|
35505
35563
|
data?: Maybe<Array<Maybe<ForgeAuditLogsDaResAppData>>>;
|
|
35506
35564
|
};
|
|
35507
35565
|
export declare type ForgeAuditLogsDaResResult = ForgeAuditLogsDaResResponse | QueryError;
|
|
35566
|
+
export declare type ForgeAuditLogsFeatureFlagChanges = {
|
|
35567
|
+
__typename?: 'ForgeAuditLogsFeatureFlagChanges';
|
|
35568
|
+
description?: Maybe<ForgeAuditLogsFeatureFlagDescriptionChange>;
|
|
35569
|
+
enabled?: Maybe<ForgeAuditLogsFeatureFlagEnabledChange>;
|
|
35570
|
+
idType?: Maybe<ForgeAuditLogsFeatureFlagIdTypeChange>;
|
|
35571
|
+
rules?: Maybe<ForgeAuditLogsFeatureFlagRules>;
|
|
35572
|
+
};
|
|
35573
|
+
export declare type ForgeAuditLogsFeatureFlagCondition = {
|
|
35574
|
+
__typename?: 'ForgeAuditLogsFeatureFlagCondition';
|
|
35575
|
+
field?: Maybe<Scalars['String']['output']>;
|
|
35576
|
+
operator?: Maybe<Scalars['String']['output']>;
|
|
35577
|
+
order: Scalars['Int']['output'];
|
|
35578
|
+
type: Scalars['String']['output'];
|
|
35579
|
+
values?: Maybe<Scalars['JSON']['output']>;
|
|
35580
|
+
};
|
|
35581
|
+
export declare type ForgeAuditLogsFeatureFlagDescriptionChange = {
|
|
35582
|
+
__typename?: 'ForgeAuditLogsFeatureFlagDescriptionChange';
|
|
35583
|
+
new?: Maybe<Scalars['String']['output']>;
|
|
35584
|
+
old?: Maybe<Scalars['String']['output']>;
|
|
35585
|
+
};
|
|
35586
|
+
export declare type ForgeAuditLogsFeatureFlagEnabledChange = {
|
|
35587
|
+
__typename?: 'ForgeAuditLogsFeatureFlagEnabledChange';
|
|
35588
|
+
new?: Maybe<Scalars['Boolean']['output']>;
|
|
35589
|
+
old?: Maybe<Scalars['Boolean']['output']>;
|
|
35590
|
+
};
|
|
35591
|
+
export declare type ForgeAuditLogsFeatureFlagIdTypeChange = {
|
|
35592
|
+
__typename?: 'ForgeAuditLogsFeatureFlagIdTypeChange';
|
|
35593
|
+
new?: Maybe<Scalars['String']['output']>;
|
|
35594
|
+
old?: Maybe<Scalars['String']['output']>;
|
|
35595
|
+
};
|
|
35596
|
+
export declare type ForgeAuditLogsFeatureFlagReturnValue = {
|
|
35597
|
+
__typename?: 'ForgeAuditLogsFeatureFlagReturnValue';
|
|
35598
|
+
type: Scalars['String']['output'];
|
|
35599
|
+
value: Scalars['String']['output'];
|
|
35600
|
+
};
|
|
35601
|
+
export declare type ForgeAuditLogsFeatureFlagRule = {
|
|
35602
|
+
__typename?: 'ForgeAuditLogsFeatureFlagRule';
|
|
35603
|
+
conditions: Array<ForgeAuditLogsFeatureFlagCondition>;
|
|
35604
|
+
env: Array<Scalars['String']['output']>;
|
|
35605
|
+
name: Scalars['String']['output'];
|
|
35606
|
+
order: Scalars['Int']['output'];
|
|
35607
|
+
passPercentage: Scalars['Int']['output'];
|
|
35608
|
+
returnValue: ForgeAuditLogsFeatureFlagReturnValue;
|
|
35609
|
+
};
|
|
35610
|
+
export declare type ForgeAuditLogsFeatureFlagRules = {
|
|
35611
|
+
__typename?: 'ForgeAuditLogsFeatureFlagRules';
|
|
35612
|
+
new?: Maybe<Array<ForgeAuditLogsFeatureFlagRule>>;
|
|
35613
|
+
old?: Maybe<Array<ForgeAuditLogsFeatureFlagRule>>;
|
|
35614
|
+
};
|
|
35615
|
+
export declare enum ForgeAuditLogsFeatureFlagsActionType {
|
|
35616
|
+
FeatureFlagCreated = "FEATURE_FLAG_CREATED",
|
|
35617
|
+
FeatureFlagDeleted = "FEATURE_FLAG_DELETED",
|
|
35618
|
+
FeatureFlagToggled = "FEATURE_FLAG_TOGGLED",
|
|
35619
|
+
FeatureFlagUpdated = "FEATURE_FLAG_UPDATED"
|
|
35620
|
+
}
|
|
35621
|
+
export declare type ForgeAuditLogsFeatureFlagsQueryInput = {
|
|
35622
|
+
action?: InputMaybe<ForgeAuditLogsFeatureFlagsActionType>;
|
|
35623
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35624
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
35625
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35626
|
+
flagId: Scalars['ID']['input'];
|
|
35627
|
+
startTime?: InputMaybe<Scalars['String']['input']>;
|
|
35628
|
+
};
|
|
35629
|
+
export declare type ForgeAuditLogsFeatureFlagsResponse = {
|
|
35630
|
+
__typename?: 'ForgeAuditLogsFeatureFlagsResponse';
|
|
35631
|
+
data: Array<ForgeAuditLogFeatureFlag>;
|
|
35632
|
+
pageInfo: PageInfo;
|
|
35633
|
+
};
|
|
35634
|
+
export declare type ForgeAuditLogsFeatureFlagsResult = ForgeAuditLogsFeatureFlagsResponse | QueryError;
|
|
35508
35635
|
export declare type ForgeAuditLogsQuery = {
|
|
35509
35636
|
__typename?: 'ForgeAuditLogsQuery';
|
|
35510
35637
|
appId: Scalars['ID']['output'];
|
|
35511
35638
|
auditLogs?: Maybe<ForgeAuditLogsResult>;
|
|
35512
35639
|
contributors?: Maybe<ForgeAuditLogsAppContributorResult>;
|
|
35513
35640
|
daResAuditLogs?: Maybe<ForgeAuditLogsDaResResult>;
|
|
35641
|
+
featureFlagsAuditLogs?: Maybe<ForgeAuditLogsFeatureFlagsResult>;
|
|
35514
35642
|
};
|
|
35515
35643
|
export declare type ForgeAuditLogsQueryAuditLogsArgs = {
|
|
35516
35644
|
input: ForgeAuditLogsQueryInput;
|
|
@@ -35518,6 +35646,9 @@ export declare type ForgeAuditLogsQueryAuditLogsArgs = {
|
|
|
35518
35646
|
export declare type ForgeAuditLogsQueryDaResAuditLogsArgs = {
|
|
35519
35647
|
input: ForgeAuditLogsDaResQueryInput;
|
|
35520
35648
|
};
|
|
35649
|
+
export declare type ForgeAuditLogsQueryFeatureFlagsAuditLogsArgs = {
|
|
35650
|
+
input: ForgeAuditLogsFeatureFlagsQueryInput;
|
|
35651
|
+
};
|
|
35521
35652
|
export declare type ForgeAuditLogsQueryInput = {
|
|
35522
35653
|
actions?: InputMaybe<Array<ForgeAuditLogsActionType>>;
|
|
35523
35654
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -91006,6 +91137,7 @@ export declare type JiraBoardViewFieldSwimlane = JiraBoardViewSwimlane & Node &
|
|
|
91006
91137
|
cells?: Maybe<JiraBoardViewCellConnection>;
|
|
91007
91138
|
field?: Maybe<JiraField>;
|
|
91008
91139
|
id: Scalars['ID']['output'];
|
|
91140
|
+
totalIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
91009
91141
|
value?: Maybe<JiraBoardViewFieldSwimlaneValue>;
|
|
91010
91142
|
};
|
|
91011
91143
|
export declare type JiraBoardViewFieldSwimlaneCellsArgs = {
|
|
@@ -91088,6 +91220,7 @@ export declare type JiraBoardViewStatusEdge = {
|
|
|
91088
91220
|
export declare type JiraBoardViewSwimlane = {
|
|
91089
91221
|
cells?: Maybe<JiraBoardViewCellConnection>;
|
|
91090
91222
|
id: Scalars['ID']['output'];
|
|
91223
|
+
totalIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
91091
91224
|
};
|
|
91092
91225
|
export declare type JiraBoardViewSwimlaneCellsArgs = {
|
|
91093
91226
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -112260,7 +112393,8 @@ export declare enum JsmChannelsResolutionPlanStepStatus {
|
|
|
112260
112393
|
Completed = "COMPLETED",
|
|
112261
112394
|
Failed = "FAILED",
|
|
112262
112395
|
InProgress = "IN_PROGRESS",
|
|
112263
|
-
Pending = "PENDING"
|
|
112396
|
+
Pending = "PENDING",
|
|
112397
|
+
Waiting = "WAITING"
|
|
112264
112398
|
}
|
|
112265
112399
|
export declare type JsmChannelsServiceAgentResolutionPlan = {
|
|
112266
112400
|
__typename?: 'JsmChannelsServiceAgentResolutionPlan';
|
|
@@ -113367,6 +113501,7 @@ export declare type KitsuneFeedback = Node & {
|
|
|
113367
113501
|
chunks: KitsuneChunkConnection;
|
|
113368
113502
|
content?: Maybe<Scalars['KitsuneADF']['output']>;
|
|
113369
113503
|
id: Scalars['ID']['output'];
|
|
113504
|
+
summary?: Maybe<KitsuneFeedbackSummary>;
|
|
113370
113505
|
title?: Maybe<Scalars['String']['output']>;
|
|
113371
113506
|
};
|
|
113372
113507
|
export declare type KitsuneFeedbackChunksArgs = {
|
|
@@ -113396,6 +113531,11 @@ export declare type KitsuneFeedbackEvent = {
|
|
|
113396
113531
|
updatedAt: Scalars['DateTime']['output'];
|
|
113397
113532
|
url: Scalars['String']['output'];
|
|
113398
113533
|
};
|
|
113534
|
+
export declare type KitsuneFeedbackSummary = {
|
|
113535
|
+
__typename?: 'KitsuneFeedbackSummary';
|
|
113536
|
+
generatedAt: Scalars['DateTime']['output'];
|
|
113537
|
+
text: Scalars['String']['output'];
|
|
113538
|
+
};
|
|
113399
113539
|
export declare type KitsuneNode = {
|
|
113400
113540
|
_id: Scalars['ID']['output'];
|
|
113401
113541
|
};
|
|
@@ -117955,11 +118095,6 @@ export declare type MarketplaceStoreCompatibilityRanges = {
|
|
|
117955
118095
|
end?: Maybe<Scalars['String']['output']>;
|
|
117956
118096
|
start?: Maybe<Scalars['String']['output']>;
|
|
117957
118097
|
};
|
|
117958
|
-
export declare type MarketplaceStoreCompatibleAtlassianProduct = {
|
|
117959
|
-
__typename?: 'MarketplaceStoreCompatibleAtlassianProduct';
|
|
117960
|
-
id: Scalars['ID']['output'];
|
|
117961
|
-
name: Scalars['String']['output'];
|
|
117962
|
-
};
|
|
117963
118098
|
export declare type MarketplaceStoreCompatibleProducts = {
|
|
117964
118099
|
__typename?: 'MarketplaceStoreCompatibleProducts';
|
|
117965
118100
|
entitlementDetails?: Maybe<Array<Maybe<MarketplaceStoreEntitlementDetails>>>;
|
|
@@ -118730,7 +118865,7 @@ export declare type MarketplaceStoreSiteDetailsInput = {
|
|
|
118730
118865
|
};
|
|
118731
118866
|
export declare type MarketplaceStoreSiteDetailsResponse = {
|
|
118732
118867
|
__typename?: 'MarketplaceStoreSiteDetailsResponse';
|
|
118733
|
-
additionalCompatibleProducts?: Maybe<
|
|
118868
|
+
additionalCompatibleProducts?: Maybe<MarketplaceStoreCompatibleProducts>;
|
|
118734
118869
|
cloudId: Scalars['String']['output'];
|
|
118735
118870
|
compatibleProducts?: Maybe<MarketplaceStoreCompatibleProducts>;
|
|
118736
118871
|
installedAppUsers?: Maybe<Scalars['Int']['output']>;
|
|
@@ -121373,6 +121508,7 @@ export declare type MercuryProviderOrchestrationQueryApi = {
|
|
|
121373
121508
|
__typename?: 'MercuryProviderOrchestrationQueryApi';
|
|
121374
121509
|
isWorkspaceConnected: Array<MercuryWorkspaceConnectionStatus>;
|
|
121375
121510
|
searchWorkByFocusArea?: Maybe<MercuryProviderWorkSearchConnection>;
|
|
121511
|
+
workStatuses?: Maybe<Array<Maybe<MercuryProviderWorkStatus>>>;
|
|
121376
121512
|
};
|
|
121377
121513
|
export declare type MercuryProviderOrchestrationQueryApiIsWorkspaceConnectedArgs = {
|
|
121378
121514
|
cloudId: Scalars['ID']['input'];
|
|
@@ -121388,6 +121524,9 @@ export declare type MercuryProviderOrchestrationQueryApiSearchWorkByFocusAreaArg
|
|
|
121388
121524
|
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
121389
121525
|
workContainerAri?: InputMaybe<Scalars['String']['input']>;
|
|
121390
121526
|
};
|
|
121527
|
+
export declare type MercuryProviderOrchestrationQueryApiWorkStatusesArgs = {
|
|
121528
|
+
cloudId: Scalars['ID']['input'];
|
|
121529
|
+
};
|
|
121391
121530
|
export declare type MercuryProviderUser = {
|
|
121392
121531
|
id: Scalars['ID']['output'];
|
|
121393
121532
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -121458,6 +121597,7 @@ export declare type MercuryProviderWorkSearchProjectFilters = {
|
|
|
121458
121597
|
export declare type MercuryProviderWorkStatus = {
|
|
121459
121598
|
__typename?: 'MercuryProviderWorkStatus';
|
|
121460
121599
|
color: MercuryProviderWorkStatusColor;
|
|
121600
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
121461
121601
|
name: Scalars['String']['output'];
|
|
121462
121602
|
};
|
|
121463
121603
|
export declare enum MercuryProviderWorkStatusColor {
|
|
@@ -123078,6 +123218,7 @@ export declare type Mutation = {
|
|
|
123078
123218
|
assetsDM_deleteDataDictionaryGroup?: Maybe<AssetsDmDeleteDataDictionaryGroupResponse>;
|
|
123079
123219
|
assetsDM_deleteDataDictionaryGroupValue?: Maybe<AssetsDmDeleteDataDictionaryGroupValueResponse>;
|
|
123080
123220
|
assetsDM_deleteDataSource?: Maybe<AssetsDmUpdateDataSourcePayload>;
|
|
123221
|
+
assetsDM_deleteDataSourceConfig?: Maybe<AssetsDmDeleteDataSourceConfigPayload>;
|
|
123081
123222
|
assetsDM_deleteDataSourceType?: Maybe<AssetsDmDeleteDataSourceTypeResponse>;
|
|
123082
123223
|
assetsDM_deleteDefaultAttributeMapping?: Maybe<AssetsDmDeleteDefaultAttributeMappingResponse>;
|
|
123083
123224
|
assetsDM_deleteDefaultCleansingRule?: Maybe<AssetsDmDeleteDefaultCleansingRuleResponse>;
|
|
@@ -123225,6 +123366,7 @@ export declare type Mutation = {
|
|
|
123225
123366
|
confluence_restoreContentVersion?: Maybe<ConfluenceRestoreContentVersionPayload>;
|
|
123226
123367
|
confluence_setContentGeneralAccessMode?: Maybe<ConfluenceSetContentGeneralAccessModePayload>;
|
|
123227
123368
|
confluence_setSubCalendarReminder?: Maybe<ConfluenceSetSubCalendarReminderPayload>;
|
|
123369
|
+
confluence_shareContent?: Maybe<ConfluenceShareContentPayload>;
|
|
123228
123370
|
confluence_subscribeCalendars?: Maybe<ConfluenceSubscribeCalendarPayload>;
|
|
123229
123371
|
confluence_unmarkCommentAsDangling?: Maybe<ConfluenceUnmarkCommentAsDanglingPayload>;
|
|
123230
123372
|
confluence_unschedulePublish?: Maybe<ConfluenceUnschedulePublishPayload>;
|
|
@@ -123638,6 +123780,7 @@ export declare type Mutation = {
|
|
|
123638
123780
|
jsw?: Maybe<JswMutation>;
|
|
123639
123781
|
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
123640
123782
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
123783
|
+
kitsune_generateFeedbackSummary?: Maybe<Scalars['Boolean']['output']>;
|
|
123641
123784
|
kitsune_importFeedbackFromCsv?: Maybe<Scalars['Boolean']['output']>;
|
|
123642
123785
|
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
123643
123786
|
kitsune_suggestSnippets?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -124393,6 +124536,11 @@ export declare type MutationAssetsDm_DeleteDataSourceArgs = {
|
|
|
124393
124536
|
input: AssetsDmDeleteDataSourceInput;
|
|
124394
124537
|
workspaceId: Scalars['ID']['input'];
|
|
124395
124538
|
};
|
|
124539
|
+
export declare type MutationAssetsDm_DeleteDataSourceConfigArgs = {
|
|
124540
|
+
cloudId: Scalars['ID']['input'];
|
|
124541
|
+
jobId: Scalars['ID']['input'];
|
|
124542
|
+
workspaceId: Scalars['ID']['input'];
|
|
124543
|
+
};
|
|
124396
124544
|
export declare type MutationAssetsDm_DeleteDataSourceTypeArgs = {
|
|
124397
124545
|
cloudId: Scalars['String']['input'];
|
|
124398
124546
|
dataSourceTypeId: Scalars['ID']['input'];
|
|
@@ -124937,6 +125085,10 @@ export declare type MutationConfluence_SetSubCalendarReminderArgs = {
|
|
|
124937
125085
|
cloudId: Scalars['ID']['input'];
|
|
124938
125086
|
input: ConfluenceSetSubCalendarReminderInput;
|
|
124939
125087
|
};
|
|
125088
|
+
export declare type MutationConfluence_ShareContentArgs = {
|
|
125089
|
+
ContentShareRequestInput?: InputMaybe<ConfluenceContentShareRequestInput>;
|
|
125090
|
+
cloudId: Scalars['ID']['input'];
|
|
125091
|
+
};
|
|
124940
125092
|
export declare type MutationConfluence_SubscribeCalendarsArgs = {
|
|
124941
125093
|
cloudId: Scalars['ID']['input'];
|
|
124942
125094
|
input: ConfluenceCalendarSubscribeInput;
|
|
@@ -126319,6 +126471,9 @@ export declare type MutationKitsune_CreateSpaceArgs = {
|
|
|
126319
126471
|
name: Scalars['String']['input'];
|
|
126320
126472
|
workspaceAri: Scalars['ID']['input'];
|
|
126321
126473
|
};
|
|
126474
|
+
export declare type MutationKitsune_GenerateFeedbackSummaryArgs = {
|
|
126475
|
+
feedbackAri: Scalars['ID']['input'];
|
|
126476
|
+
};
|
|
126322
126477
|
export declare type MutationKitsune_ImportFeedbackFromCsvArgs = {
|
|
126323
126478
|
csv: Scalars['Upload']['input'];
|
|
126324
126479
|
spaceAri: Scalars['ID']['input'];
|
|
@@ -131248,6 +131403,7 @@ export declare type Query = {
|
|
|
131248
131403
|
stakeholderComms_listStakeholders?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
131249
131404
|
stakeholderComms_listSubscribers?: Maybe<StakeholderCommsListSubscriberResponse>;
|
|
131250
131405
|
stakeholderComms_listSubscribersConnection?: Maybe<StakeholderCommsSubscriberConnection>;
|
|
131406
|
+
stakeholderComms_subscriptionStats?: Maybe<StakeholderCommsSubscriptionStatsResponse>;
|
|
131251
131407
|
stakeholderComms_unifiedSearch?: Maybe<StakeholderCommsUnifiedSearchResults>;
|
|
131252
131408
|
stalePages?: Maybe<PaginatedStalePagePayloadList>;
|
|
131253
131409
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
@@ -133736,6 +133892,7 @@ export declare type QueryDevai_RovodevSessionsByIssueKeyArgs = {
|
|
|
133736
133892
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
133737
133893
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
133738
133894
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
133895
|
+
statusCategoryFilter?: InputMaybe<DevAiSessionStatusCategoryFilter>;
|
|
133739
133896
|
};
|
|
133740
133897
|
export declare type QueryDevai_SavedPromptsArgs = {
|
|
133741
133898
|
cloudId: Scalars['ID']['input'];
|
|
@@ -135465,6 +135622,10 @@ export declare type QueryStakeholderComms_ListSubscribersConnectionArgs = {
|
|
|
135465
135622
|
order?: InputMaybe<StakeholderCommsSubscriberConnectionOrder>;
|
|
135466
135623
|
search?: InputMaybe<StakeholderCommsSubscriberConnectionSearch>;
|
|
135467
135624
|
};
|
|
135625
|
+
export declare type QueryStakeholderComms_SubscriptionStatsArgs = {
|
|
135626
|
+
itemId: Scalars['ID']['input'];
|
|
135627
|
+
type: StakeholderCommsSubscriberItemType;
|
|
135628
|
+
};
|
|
135468
135629
|
export declare type QueryStakeholderComms_UnifiedSearchArgs = {
|
|
135469
135630
|
input: StakeholderCommsUnifiedSearchInput;
|
|
135470
135631
|
};
|
|
@@ -161566,6 +161727,11 @@ export declare enum StakeholderCommsSubscriberStatus {
|
|
|
161566
161727
|
Unsubscribed = "UNSUBSCRIBED",
|
|
161567
161728
|
Unverified = "UNVERIFIED"
|
|
161568
161729
|
}
|
|
161730
|
+
export declare type StakeholderCommsSubscriberStatusCount = {
|
|
161731
|
+
__typename?: 'StakeholderCommsSubscriberStatusCount';
|
|
161732
|
+
count: Scalars['String']['output'];
|
|
161733
|
+
status: StakeholderCommsSubscriberStatus;
|
|
161734
|
+
};
|
|
161569
161735
|
export declare enum StakeholderCommsSubscriptionChannel {
|
|
161570
161736
|
Email = "EMAIL",
|
|
161571
161737
|
Slack = "SLACK",
|
|
@@ -161585,6 +161751,20 @@ export declare type StakeholderCommsSubscriptionRequest = {
|
|
|
161585
161751
|
subscriptionData?: InputMaybe<StakeholderCommsSubscriptionData>;
|
|
161586
161752
|
subscriptionType: StakeholderCommsSubscriptionChannel;
|
|
161587
161753
|
};
|
|
161754
|
+
export declare type StakeholderCommsSubscriptionStats = {
|
|
161755
|
+
__typename?: 'StakeholderCommsSubscriptionStats';
|
|
161756
|
+
countsByStatus?: Maybe<Array<Maybe<StakeholderCommsSubscriberStatusCount>>>;
|
|
161757
|
+
insertedAt?: Maybe<Scalars['String']['output']>;
|
|
161758
|
+
itemId?: Maybe<Scalars['String']['output']>;
|
|
161759
|
+
itemType?: Maybe<Scalars['String']['output']>;
|
|
161760
|
+
totalQuotaUsed?: Maybe<Scalars['Int']['output']>;
|
|
161761
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
161762
|
+
};
|
|
161763
|
+
export declare type StakeholderCommsSubscriptionStatsResponse = {
|
|
161764
|
+
__typename?: 'StakeholderCommsSubscriptionStatsResponse';
|
|
161765
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
161766
|
+
stats?: Maybe<StakeholderCommsSubscriptionStats>;
|
|
161767
|
+
};
|
|
161588
161768
|
export declare enum StakeholderCommsSubscriptionType {
|
|
161589
161769
|
Email = "EMAIL",
|
|
161590
161770
|
MsTeams = "MS_TEAMS",
|
|
@@ -162446,7 +162626,8 @@ export declare enum SwimlaneStrategy {
|
|
|
162446
162626
|
Assignee = "ASSIGNEE",
|
|
162447
162627
|
Issuechildren = "ISSUECHILDREN",
|
|
162448
162628
|
Issueparent = "ISSUEPARENT",
|
|
162449
|
-
None = "NONE"
|
|
162629
|
+
None = "NONE",
|
|
162630
|
+
Townsquareproject = "TOWNSQUAREPROJECT"
|
|
162450
162631
|
}
|
|
162451
162632
|
export declare type SystemSpaceHomepageInput = {
|
|
162452
162633
|
systemSpaceHomepageTemplate: SystemSpaceHomepageTemplate;
|
|
@@ -169769,6 +169950,7 @@ export declare type TrelloPlannerCalendarEvent = Node & {
|
|
|
169769
169950
|
link?: Maybe<Scalars['String']['output']>;
|
|
169770
169951
|
parentEventId?: Maybe<Scalars['ID']['output']>;
|
|
169771
169952
|
plannerCalendarId?: Maybe<Scalars['ID']['output']>;
|
|
169953
|
+
providerCalendarId?: Maybe<Scalars['ID']['output']>;
|
|
169772
169954
|
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
169773
169955
|
startAt?: Maybe<Scalars['DateTime']['output']>;
|
|
169774
169956
|
status?: Maybe<TrelloPlannerCalendarEventStatus>;
|