@forge/cli-shared 8.15.0-next.1 → 8.15.0-next.2
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 +7 -0
- package/out/graphql/graphql-types.d.ts +155 -13
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +4 -0
- package/out/shared/error-handling.d.ts +1 -0
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4637,6 +4637,7 @@ export declare type AppInstallation = {
|
|
|
4637
4637
|
app?: Maybe<App>;
|
|
4638
4638
|
appEnvironment?: Maybe<AppEnvironment>;
|
|
4639
4639
|
appEnvironmentVersion?: Maybe<AppEnvironmentVersion>;
|
|
4640
|
+
computeDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
4640
4641
|
config?: Maybe<Array<Maybe<AppInstallationConfig>>>;
|
|
4641
4642
|
createdAt: Scalars['DateTime']['output'];
|
|
4642
4643
|
createdBy?: Maybe<User>;
|
|
@@ -18024,6 +18025,16 @@ export declare type ConfluenceCreateAnswerPayload = Payload & {
|
|
|
18024
18025
|
errors?: Maybe<Array<MutationError>>;
|
|
18025
18026
|
success: Scalars['Boolean']['output'];
|
|
18026
18027
|
};
|
|
18028
|
+
export declare type ConfluenceCreateAutoConvertedDateInput = {
|
|
18029
|
+
contentId: Scalars['ID']['input'];
|
|
18030
|
+
};
|
|
18031
|
+
export declare type ConfluenceCreateAutoConvertedDatePayload = Payload & {
|
|
18032
|
+
__typename?: 'ConfluenceCreateAutoConvertedDatePayload';
|
|
18033
|
+
autoConvertedDate?: Maybe<Scalars['String']['output']>;
|
|
18034
|
+
contentId: Scalars['String']['output'];
|
|
18035
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18036
|
+
success: Scalars['Boolean']['output'];
|
|
18037
|
+
};
|
|
18027
18038
|
export declare type ConfluenceCreateBlogPostInput = {
|
|
18028
18039
|
body?: InputMaybe<ConfluenceContentBodyInput>;
|
|
18029
18040
|
spaceId: Scalars['ID']['input'];
|
|
@@ -20009,7 +20020,8 @@ export declare type ConfluenceNbmVerificationResultEdge = {
|
|
|
20009
20020
|
};
|
|
20010
20021
|
export declare enum ConfluenceNbmVerificationResultOrder {
|
|
20011
20022
|
AiState = "AI_STATE",
|
|
20012
|
-
ManualState = "MANUAL_STATE"
|
|
20023
|
+
ManualState = "MANUAL_STATE",
|
|
20024
|
+
Status = "STATUS"
|
|
20013
20025
|
}
|
|
20014
20026
|
export declare enum ConfluenceNbmVerificationStatus {
|
|
20015
20027
|
Cancelled = "CANCELLED",
|
|
@@ -22949,6 +22961,7 @@ export declare type Content = {
|
|
|
22949
22961
|
macroRenderedOutput?: Maybe<Array<Maybe<MapOfStringToFormattedBody>>>;
|
|
22950
22962
|
mediaSession: ContentMediaSession;
|
|
22951
22963
|
metadata: ContentMetadata;
|
|
22964
|
+
migratedFromConnect?: Maybe<Scalars['Boolean']['output']>;
|
|
22952
22965
|
mobileContentBody?: Maybe<Scalars['String']['output']>;
|
|
22953
22966
|
operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
|
|
22954
22967
|
outgoingLinks?: Maybe<OutgoingLinks>;
|
|
@@ -26463,7 +26476,7 @@ export declare type CsmAiActionVariableInput = {
|
|
|
26463
26476
|
name: Scalars['String']['input'];
|
|
26464
26477
|
};
|
|
26465
26478
|
export declare type CsmAiAddKnowledgeSourceInput = {
|
|
26466
|
-
csmAiKnowledgeFilter
|
|
26479
|
+
csmAiKnowledgeFilter?: InputMaybe<CsmAiKnowledgeFilterInput>;
|
|
26467
26480
|
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26468
26481
|
type: Scalars['String']['input'];
|
|
26469
26482
|
};
|
|
@@ -26766,7 +26779,7 @@ export declare type CsmAiKnowledgeFilterInput = {
|
|
|
26766
26779
|
export declare type CsmAiKnowledgeSource = {
|
|
26767
26780
|
__typename?: 'CsmAiKnowledgeSource';
|
|
26768
26781
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
26769
|
-
filters
|
|
26782
|
+
filters?: Maybe<CsmAiKnowledgeFilter>;
|
|
26770
26783
|
id: Scalars['ID']['output'];
|
|
26771
26784
|
type?: Maybe<Scalars['String']['output']>;
|
|
26772
26785
|
};
|
|
@@ -26884,7 +26897,7 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
26884
26897
|
success: Scalars['Boolean']['output'];
|
|
26885
26898
|
};
|
|
26886
26899
|
export declare type CsmAiUpdateKnowledgeSourceInput = {
|
|
26887
|
-
csmAiKnowledgeFilter
|
|
26900
|
+
csmAiKnowledgeFilter?: InputMaybe<CsmAiKnowledgeFilterInput>;
|
|
26888
26901
|
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26889
26902
|
type: Scalars['String']['input'];
|
|
26890
26903
|
};
|
|
@@ -28457,6 +28470,7 @@ export declare enum DataSecurityPolicyAction {
|
|
|
28457
28470
|
AnonymousAccess = "ANONYMOUS_ACCESS",
|
|
28458
28471
|
AppAccess = "APP_ACCESS",
|
|
28459
28472
|
AppAccessConfigured = "APP_ACCESS_CONFIGURED",
|
|
28473
|
+
AttachmentDownload = "ATTACHMENT_DOWNLOAD",
|
|
28460
28474
|
PageExport = "PAGE_EXPORT",
|
|
28461
28475
|
PublicLinks = "PUBLIC_LINKS"
|
|
28462
28476
|
}
|
|
@@ -31669,6 +31683,7 @@ export declare enum DocumentRepresentation {
|
|
|
31669
31683
|
}
|
|
31670
31684
|
export declare type DraftContentProperties = {
|
|
31671
31685
|
__typename?: 'DraftContentProperties';
|
|
31686
|
+
autoConvertedDate?: Maybe<Scalars['String']['output']>;
|
|
31672
31687
|
contentAppearance?: Maybe<Scalars['String']['output']>;
|
|
31673
31688
|
contentMode?: Maybe<Scalars['String']['output']>;
|
|
31674
31689
|
coverPicture?: Maybe<Scalars['String']['output']>;
|
|
@@ -33445,6 +33460,7 @@ export declare type ExternalMessage = Node & {
|
|
|
33445
33460
|
lastActive?: Maybe<Scalars['String']['output']>;
|
|
33446
33461
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
33447
33462
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
33463
|
+
links?: Maybe<Array<Maybe<ExternalMessageLink>>>;
|
|
33448
33464
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
33449
33465
|
parent?: Maybe<ExternalEntity>;
|
|
33450
33466
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -33454,6 +33470,10 @@ export declare type ExternalMessage = Node & {
|
|
|
33454
33470
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
33455
33471
|
url?: Maybe<Scalars['String']['output']>;
|
|
33456
33472
|
};
|
|
33473
|
+
export declare type ExternalMessageLink = {
|
|
33474
|
+
__typename?: 'ExternalMessageLink';
|
|
33475
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
33476
|
+
};
|
|
33457
33477
|
export declare type ExternalOrganisation = Node & {
|
|
33458
33478
|
__typename?: 'ExternalOrganisation';
|
|
33459
33479
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -33714,6 +33734,7 @@ export declare type ExternalSpace = Node & {
|
|
|
33714
33734
|
};
|
|
33715
33735
|
export declare enum ExternalSpaceSubtype {
|
|
33716
33736
|
Business = "BUSINESS",
|
|
33737
|
+
Drive = "DRIVE",
|
|
33717
33738
|
Project = "PROJECT",
|
|
33718
33739
|
ServiceDesk = "SERVICE_DESK",
|
|
33719
33740
|
Site = "SITE",
|
|
@@ -88503,6 +88524,10 @@ export declare type JiraAffectedServicesFieldPayload = Payload & {
|
|
|
88503
88524
|
export declare type JiraAffectedServicesInput = {
|
|
88504
88525
|
serviceId: Scalars['ID']['input'];
|
|
88505
88526
|
};
|
|
88527
|
+
export declare type JiraAgentAssignableInput = {
|
|
88528
|
+
agentAccountId?: InputMaybe<Scalars['ID']['input']>;
|
|
88529
|
+
agentId?: InputMaybe<Scalars['ID']['input']>;
|
|
88530
|
+
};
|
|
88506
88531
|
export declare type JiraAggregatedDate = JiraDatePickerField | JiraDateTimePickerField;
|
|
88507
88532
|
export declare type JiraAggregatedStatusField = JiraIssueField & Node & {
|
|
88508
88533
|
__typename?: 'JiraAggregatedStatusField';
|
|
@@ -90118,10 +90143,14 @@ export declare enum JiraBoardType {
|
|
|
90118
90143
|
}
|
|
90119
90144
|
export declare type JiraBoardView = JiraView & Node & {
|
|
90120
90145
|
__typename?: 'JiraBoardView';
|
|
90146
|
+
canAssignIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90121
90147
|
canConfigureStatusColumnMapping?: Maybe<Scalars['Boolean']['output']>;
|
|
90148
|
+
canEditIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90122
90149
|
canInlineEditStatusColumns?: Maybe<Scalars['Boolean']['output']>;
|
|
90123
90150
|
canManageStatuses?: Maybe<Scalars['Boolean']['output']>;
|
|
90124
90151
|
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
90152
|
+
canScheduleIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90153
|
+
canTransitionIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90125
90154
|
cardOptions?: Maybe<JiraBoardViewCardOptionConnection>;
|
|
90126
90155
|
columns?: Maybe<JiraBoardViewColumnConnection>;
|
|
90127
90156
|
completedIssueSearchCutOffInDays?: Maybe<Scalars['Int']['output']>;
|
|
@@ -90286,7 +90315,11 @@ export declare type JiraBoardViewFieldSwimlaneCellsArgs = {
|
|
|
90286
90315
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90287
90316
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
90288
90317
|
};
|
|
90289
|
-
export declare type
|
|
90318
|
+
export declare type JiraBoardViewFieldSwimlaneUser = {
|
|
90319
|
+
__typename?: 'JiraBoardViewFieldSwimlaneUser';
|
|
90320
|
+
user?: Maybe<User>;
|
|
90321
|
+
};
|
|
90322
|
+
export declare type JiraBoardViewFieldSwimlaneValue = JiraBoardViewFieldSwimlaneUser | JiraOption | JiraPriority;
|
|
90290
90323
|
export declare type JiraBoardViewInput = {
|
|
90291
90324
|
jiraBoardViewQueryInput?: InputMaybe<JiraBoardViewQueryInput>;
|
|
90292
90325
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
@@ -107101,6 +107134,12 @@ export declare type JiraSetFormulaFieldExpressionConfigPayload = Payload & {
|
|
|
107101
107134
|
jobId?: Maybe<Scalars['String']['output']>;
|
|
107102
107135
|
success: Scalars['Boolean']['output'];
|
|
107103
107136
|
};
|
|
107137
|
+
export declare type JiraSetIsAgentAssignableResponsePayload = Payload & {
|
|
107138
|
+
__typename?: 'JiraSetIsAgentAssignableResponsePayload';
|
|
107139
|
+
errors?: Maybe<Array<MutationError>>;
|
|
107140
|
+
isAssignable?: Maybe<Scalars['Boolean']['output']>;
|
|
107141
|
+
success: Scalars['Boolean']['output'];
|
|
107142
|
+
};
|
|
107104
107143
|
export declare type JiraSetIsFavouriteInput = {
|
|
107105
107144
|
beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
|
|
107106
107145
|
entityId: Scalars['ID']['input'];
|
|
@@ -108920,6 +108959,10 @@ export declare type JiraUpdateAffectedServicesFieldInput = {
|
|
|
108920
108959
|
id: Scalars['ID']['input'];
|
|
108921
108960
|
operation: JiraAffectedServicesFieldOperationInput;
|
|
108922
108961
|
};
|
|
108962
|
+
export declare type JiraUpdateAgentAssignmentInput = {
|
|
108963
|
+
agentInput: JiraAgentAssignableInput;
|
|
108964
|
+
isAssignable: Scalars['Boolean']['input'];
|
|
108965
|
+
};
|
|
108923
108966
|
export declare type JiraUpdateAttachmentFieldInput = {
|
|
108924
108967
|
id: Scalars['ID']['input'];
|
|
108925
108968
|
operation: JiraAttachmentFieldOperationInput;
|
|
@@ -112493,6 +112536,16 @@ export declare type KitsuneFeedback = Node & {
|
|
|
112493
112536
|
export declare type KitsuneFeedbackChunksArgs = {
|
|
112494
112537
|
pagination?: InputMaybe<KitsunePaginationInput>;
|
|
112495
112538
|
};
|
|
112539
|
+
export declare type KitsuneFeedbackConnection = KitsuneConnection & {
|
|
112540
|
+
__typename?: 'KitsuneFeedbackConnection';
|
|
112541
|
+
edges: Array<KitsuneFeedbackEdge>;
|
|
112542
|
+
pageInfo: PageInfo;
|
|
112543
|
+
};
|
|
112544
|
+
export declare type KitsuneFeedbackEdge = KitsuneEdge & {
|
|
112545
|
+
__typename?: 'KitsuneFeedbackEdge';
|
|
112546
|
+
cursor: Scalars['String']['output'];
|
|
112547
|
+
node?: Maybe<KitsuneFeedback>;
|
|
112548
|
+
};
|
|
112496
112549
|
export declare type KitsuneFeedbackEvent = {
|
|
112497
112550
|
__typename?: 'KitsuneFeedbackEvent';
|
|
112498
112551
|
content: Scalars['KitsuneADF']['output'];
|
|
@@ -112524,9 +112577,13 @@ export declare type KitsuneSourceInputWeb = {
|
|
|
112524
112577
|
};
|
|
112525
112578
|
export declare type KitsuneSpace = Node & {
|
|
112526
112579
|
__typename?: 'KitsuneSpace';
|
|
112580
|
+
feedbacks: KitsuneFeedbackConnection;
|
|
112527
112581
|
id: Scalars['ID']['output'];
|
|
112528
112582
|
name?: Maybe<Scalars['String']['output']>;
|
|
112529
112583
|
};
|
|
112584
|
+
export declare type KitsuneSpaceFeedbacksArgs = {
|
|
112585
|
+
pagination?: InputMaybe<KitsunePaginationInput>;
|
|
112586
|
+
};
|
|
112530
112587
|
export declare type KnowledgeBaseAccessibleLinkedSourceResult = {
|
|
112531
112588
|
__typename?: 'KnowledgeBaseAccessibleLinkedSourceResult';
|
|
112532
112589
|
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
@@ -114707,6 +114764,7 @@ export declare type MarketplaceAppVersion = {
|
|
|
114707
114764
|
endUserLicenseAgreementUrl?: Maybe<Scalars['URL']['output']>;
|
|
114708
114765
|
heroImage?: Maybe<MarketplaceListingImage>;
|
|
114709
114766
|
highlights?: Maybe<Array<MarketplaceListingHighlight>>;
|
|
114767
|
+
isForgeROACompliant?: Maybe<Scalars['Boolean']['output']>;
|
|
114710
114768
|
isSupported: Scalars['Boolean']['output'];
|
|
114711
114769
|
learnMoreUrl?: Maybe<Scalars['URL']['output']>;
|
|
114712
114770
|
licenseType?: Maybe<MarketplaceAppVersionLicenseType>;
|
|
@@ -119241,6 +119299,7 @@ export declare type MercuryFundsMonthlySummary = {
|
|
|
119241
119299
|
amountSummary?: Maybe<MercuryFundsAmountSummary>;
|
|
119242
119300
|
costSubtype?: Maybe<MercuryCostSubtype>;
|
|
119243
119301
|
fiscalQuarter?: Maybe<Scalars['Int']['output']>;
|
|
119302
|
+
fiscalYear?: Maybe<Scalars['Int']['output']>;
|
|
119244
119303
|
fundsType?: Maybe<MercuryFundsType>;
|
|
119245
119304
|
investmentCategory?: Maybe<MercuryInvestmentCategory>;
|
|
119246
119305
|
investmentCategorySet?: Maybe<MercuryInvestmentCategorySet>;
|
|
@@ -122012,6 +122071,7 @@ export declare type Mutation = {
|
|
|
122012
122071
|
confluence_copyNote?: Maybe<ConfluenceCopyNotePayload>;
|
|
122013
122072
|
confluence_copySpaceSecurityConfiguration?: Maybe<ConfluenceCopySpaceSecurityConfigurationPayload>;
|
|
122014
122073
|
confluence_createAnswer?: Maybe<ConfluenceCreateAnswerPayload>;
|
|
122074
|
+
confluence_createAutoConvertedDate?: Maybe<ConfluenceCreateAutoConvertedDatePayload>;
|
|
122015
122075
|
confluence_createCalendar?: Maybe<ConfluenceCreateCalendarPayload>;
|
|
122016
122076
|
confluence_createCommentOnAnswer?: Maybe<ConfluenceCreateCommentOnAnswerPayload>;
|
|
122017
122077
|
confluence_createCommentOnQuestion?: Maybe<ConfluenceCreateCommentOnQuestionPayload>;
|
|
@@ -122307,6 +122367,7 @@ export declare type Mutation = {
|
|
|
122307
122367
|
goals_editUpdate?: Maybe<TownsquareGoalsEditUpdatePayload>;
|
|
122308
122368
|
goals_editUserCustomField?: Maybe<TownsquareGoalsEditUserCustomFieldPayload>;
|
|
122309
122369
|
goals_grantAccess?: Maybe<TownsquareGoalGrantAccessPayload>;
|
|
122370
|
+
goals_linkJiraAlignProject?: Maybe<TownsquareGoalsLinkJiraAlignProjectPayload>;
|
|
122310
122371
|
goals_linkWorkItem?: Maybe<TownsquareGoalsLinkWorkItemPayload>;
|
|
122311
122372
|
goals_removeDropdownCustomFieldValue?: Maybe<TownsquareGoalsRemoveDropdownCustomFieldValuePayload>;
|
|
122312
122373
|
goals_removeGoalTeamLink?: Maybe<TownsquareGoalsRemoveGoalTeamLinkPayload>;
|
|
@@ -122431,6 +122492,7 @@ export declare type Mutation = {
|
|
|
122431
122492
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
122432
122493
|
jira_setFieldSetsPreferences?: Maybe<JiraSetFieldSetsPreferencesPayload>;
|
|
122433
122494
|
jira_setGlobalPermissionUserGroups?: Maybe<JiraGlobalPermissionSetUserGroupsPayload>;
|
|
122495
|
+
jira_setIsAgentAssignable?: Maybe<JiraSetIsAgentAssignableResponsePayload>;
|
|
122434
122496
|
jira_setIssueSearchAggregationConfig?: Maybe<JiraSetIssueSearchAggregationConfigPayload>;
|
|
122435
122497
|
jira_setIssueSearchFieldSets?: Maybe<JiraSetIssueSearchFieldSetsPayload>;
|
|
122436
122498
|
jira_setIssueSearchGroupBy?: Maybe<JiraSetIssueSearchGroupByPayload>;
|
|
@@ -122467,6 +122529,7 @@ export declare type Mutation = {
|
|
|
122467
122529
|
jsw?: Maybe<JswMutation>;
|
|
122468
122530
|
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
122469
122531
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
122532
|
+
kitsune_importFeedbackFromCsv?: Maybe<Scalars['Boolean']['output']>;
|
|
122470
122533
|
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
122471
122534
|
kitsune_suggestSnippets?: Maybe<Scalars['Boolean']['output']>;
|
|
122472
122535
|
kitsune_updateSpace?: Maybe<KitsuneSpace>;
|
|
@@ -122654,6 +122717,7 @@ export declare type Mutation = {
|
|
|
122654
122717
|
shepherd?: Maybe<ShepherdMutation>;
|
|
122655
122718
|
signInvocationTokenForUI?: Maybe<SignInvocationTokenForUiResponse>;
|
|
122656
122719
|
softDeleteSpace?: Maybe<SoftDeleteSpacePayload>;
|
|
122720
|
+
spf_acceptProposedDate?: Maybe<SpfUpsertAskUpdatePayload>;
|
|
122657
122721
|
spf_addPlanOwner?: Maybe<SpfUpsertPlanOwnerPayload>;
|
|
122658
122722
|
spf_attachAskLink?: Maybe<SpfAttachAskLinkPayload>;
|
|
122659
122723
|
spf_createAsk?: Maybe<SpfUpsertAskPayload>;
|
|
@@ -122669,6 +122733,7 @@ export declare type Mutation = {
|
|
|
122669
122733
|
spf_deletePlan?: Maybe<SpfDeletePlanPayload>;
|
|
122670
122734
|
spf_deletePlanScenario?: Maybe<SpfDeletePlanScenarioPayload>;
|
|
122671
122735
|
spf_deletePlanScenarioInvestment?: Maybe<SpfDeletePlanScenarioInvestmentPayload>;
|
|
122736
|
+
spf_rejectProposedDate?: Maybe<SpfUpsertAskUpdatePayload>;
|
|
122672
122737
|
spf_removePlanOwner?: Maybe<SpfRemovePlanOwnerPayload>;
|
|
122673
122738
|
spf_updateAskComment?: Maybe<SpfUpsertAskCommentPayload>;
|
|
122674
122739
|
spf_updateAskDescription?: Maybe<SpfUpsertAskPayload>;
|
|
@@ -122712,6 +122777,7 @@ export declare type Mutation = {
|
|
|
122712
122777
|
stakeholderComms_issueSsl?: Maybe<StakeholderCommsIssueSslResponse>;
|
|
122713
122778
|
stakeholderComms_permanentlyDeletePage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
122714
122779
|
stakeholderComms_publishPage?: Maybe<StakeholderCommsPageResponse>;
|
|
122780
|
+
stakeholderComms_recoverPage?: Maybe<StakeholderCommsPageResponse>;
|
|
122715
122781
|
stakeholderComms_removeCustomDomain?: Maybe<StakeholderCommsRemoveCustomDomainResponse>;
|
|
122716
122782
|
stakeholderComms_removeStakeholderAssignment?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
122717
122783
|
stakeholderComms_removeStakeholderGroup?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
@@ -123524,6 +123590,10 @@ export declare type MutationConfluence_CreateAnswerArgs = {
|
|
|
123524
123590
|
cloudId: Scalars['ID']['input'];
|
|
123525
123591
|
input: ConfluenceCreateAnswerInput;
|
|
123526
123592
|
};
|
|
123593
|
+
export declare type MutationConfluence_CreateAutoConvertedDateArgs = {
|
|
123594
|
+
cloudId: Scalars['ID']['input'];
|
|
123595
|
+
input: ConfluenceCreateAutoConvertedDateInput;
|
|
123596
|
+
};
|
|
123527
123597
|
export declare type MutationConfluence_CreateCalendarArgs = {
|
|
123528
123598
|
cloudId: Scalars['ID']['input'];
|
|
123529
123599
|
input: ConfluenceCreateCalendarInput;
|
|
@@ -124589,6 +124659,9 @@ export declare type MutationGoals_EditUserCustomFieldArgs = {
|
|
|
124589
124659
|
export declare type MutationGoals_GrantAccessArgs = {
|
|
124590
124660
|
input: TownsquareGoalGrantAccessInput;
|
|
124591
124661
|
};
|
|
124662
|
+
export declare type MutationGoals_LinkJiraAlignProjectArgs = {
|
|
124663
|
+
input: TownsquareGoalsLinkJiraAlignProjectInput;
|
|
124664
|
+
};
|
|
124592
124665
|
export declare type MutationGoals_LinkWorkItemArgs = {
|
|
124593
124666
|
input: TownsquareGoalsLinkWorkItemInput;
|
|
124594
124667
|
};
|
|
@@ -124958,6 +125031,10 @@ export declare type MutationJira_SetGlobalPermissionUserGroupsArgs = {
|
|
|
124958
125031
|
cloudId: Scalars['ID']['input'];
|
|
124959
125032
|
input: JiraGlobalPermissionSetUserGroupsInput;
|
|
124960
125033
|
};
|
|
125034
|
+
export declare type MutationJira_SetIsAgentAssignableArgs = {
|
|
125035
|
+
cloudId: Scalars['ID']['input'];
|
|
125036
|
+
input: JiraUpdateAgentAssignmentInput;
|
|
125037
|
+
};
|
|
124961
125038
|
export declare type MutationJira_SetIssueSearchAggregationConfigArgs = {
|
|
124962
125039
|
input: JiraSetIssueSearchAggregationConfigInput;
|
|
124963
125040
|
};
|
|
@@ -125079,6 +125156,10 @@ export declare type MutationKitsune_CreateSpaceArgs = {
|
|
|
125079
125156
|
name: Scalars['String']['input'];
|
|
125080
125157
|
workspaceAri: Scalars['ID']['input'];
|
|
125081
125158
|
};
|
|
125159
|
+
export declare type MutationKitsune_ImportFeedbackFromCsvArgs = {
|
|
125160
|
+
csv: Scalars['Upload']['input'];
|
|
125161
|
+
spaceAri: Scalars['ID']['input'];
|
|
125162
|
+
};
|
|
125082
125163
|
export declare type MutationKitsune_RemoveFeedbackArgs = {
|
|
125083
125164
|
feedbackAri: Scalars['ID']['input'];
|
|
125084
125165
|
};
|
|
@@ -125651,6 +125732,9 @@ export declare type MutationSignInvocationTokenForUiArgs = {
|
|
|
125651
125732
|
export declare type MutationSoftDeleteSpaceArgs = {
|
|
125652
125733
|
spaceKey: Scalars['String']['input'];
|
|
125653
125734
|
};
|
|
125735
|
+
export declare type MutationSpf_AcceptProposedDateArgs = {
|
|
125736
|
+
input: SpfResolveProposedDateInput;
|
|
125737
|
+
};
|
|
125654
125738
|
export declare type MutationSpf_AddPlanOwnerArgs = {
|
|
125655
125739
|
input: SpfAddPlanOwnerInput;
|
|
125656
125740
|
};
|
|
@@ -125696,6 +125780,9 @@ export declare type MutationSpf_DeletePlanScenarioArgs = {
|
|
|
125696
125780
|
export declare type MutationSpf_DeletePlanScenarioInvestmentArgs = {
|
|
125697
125781
|
input: SpfDeletePlanScenarioInvestmentInput;
|
|
125698
125782
|
};
|
|
125783
|
+
export declare type MutationSpf_RejectProposedDateArgs = {
|
|
125784
|
+
input: SpfResolveProposedDateInput;
|
|
125785
|
+
};
|
|
125699
125786
|
export declare type MutationSpf_RemovePlanOwnerArgs = {
|
|
125700
125787
|
input: SpfRemovePlanOwnerInput;
|
|
125701
125788
|
};
|
|
@@ -125830,6 +125917,9 @@ export declare type MutationStakeholderComms_PermanentlyDeletePageArgs = {
|
|
|
125830
125917
|
export declare type MutationStakeholderComms_PublishPageArgs = {
|
|
125831
125918
|
draftPageId: Scalars['String']['input'];
|
|
125832
125919
|
};
|
|
125920
|
+
export declare type MutationStakeholderComms_RecoverPageArgs = {
|
|
125921
|
+
pageId: Scalars['String']['input'];
|
|
125922
|
+
};
|
|
125833
125923
|
export declare type MutationStakeholderComms_RemoveCustomDomainArgs = {
|
|
125834
125924
|
input: StakeholderCommsRemoveCustomDomainInput;
|
|
125835
125925
|
};
|
|
@@ -129417,6 +129507,7 @@ export declare type Query = {
|
|
|
129417
129507
|
cpls_peopleView?: Maybe<CplsPeopleView>;
|
|
129418
129508
|
cpls_settings?: Maybe<CplsSettings>;
|
|
129419
129509
|
cpls_testFeatureGate?: Maybe<Scalars['Boolean']['output']>;
|
|
129510
|
+
cpls_timeCells?: Maybe<Array<CplsTimeCell>>;
|
|
129420
129511
|
cpls_workView?: Maybe<CplsWorkView>;
|
|
129421
129512
|
cqlMetaData?: Maybe<Confluence_CqlMetaData>;
|
|
129422
129513
|
crossProjectIssueMentionsInComments?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -129648,6 +129739,7 @@ export declare type Query = {
|
|
|
129648
129739
|
jira_fieldSchemes?: Maybe<JiraFieldSchemesConnection>;
|
|
129649
129740
|
jira_fieldSchemesByARIs?: Maybe<Array<Maybe<JiraFieldScheme>>>;
|
|
129650
129741
|
jira_fieldsPerSchemeLimit?: Maybe<Scalars['Int']['output']>;
|
|
129742
|
+
jira_isAgentAssignable?: Maybe<Scalars['Boolean']['output']>;
|
|
129651
129743
|
jira_isRovoLLMEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
129652
129744
|
jira_issueSearchTopLevelIssueFieldsAggregation?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
129653
129745
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
@@ -132078,6 +132170,9 @@ export declare type QueryCpls_SettingsArgs = {
|
|
|
132078
132170
|
export declare type QueryCpls_TestFeatureGateArgs = {
|
|
132079
132171
|
cloudId: Scalars['ID']['input'];
|
|
132080
132172
|
};
|
|
132173
|
+
export declare type QueryCpls_TimeCellsArgs = {
|
|
132174
|
+
scopeId: Scalars['ID']['input'];
|
|
132175
|
+
};
|
|
132081
132176
|
export declare type QueryCpls_WorkViewArgs = {
|
|
132082
132177
|
filters?: InputMaybe<CplsFiltersInput>;
|
|
132083
132178
|
id: Scalars['ID']['input'];
|
|
@@ -132952,6 +133047,10 @@ export declare type QueryJira_FieldSchemesByArIsArgs = {
|
|
|
132952
133047
|
export declare type QueryJira_FieldsPerSchemeLimitArgs = {
|
|
132953
133048
|
cloudId: Scalars['ID']['input'];
|
|
132954
133049
|
};
|
|
133050
|
+
export declare type QueryJira_IsAgentAssignableArgs = {
|
|
133051
|
+
agentInput: JiraAgentAssignableInput;
|
|
133052
|
+
cloudId: Scalars['ID']['input'];
|
|
133053
|
+
};
|
|
132955
133054
|
export declare type QueryJira_IsRovoLlmEnabledArgs = {
|
|
132956
133055
|
cloudId: Scalars['ID']['input'];
|
|
132957
133056
|
};
|
|
@@ -134617,6 +134716,7 @@ export declare enum RadarEntityType {
|
|
|
134617
134716
|
Proposal = "proposal",
|
|
134618
134717
|
ProposedMovement = "proposedMovement",
|
|
134619
134718
|
Team = "team",
|
|
134719
|
+
View = "view",
|
|
134620
134720
|
Worker = "worker"
|
|
134621
134721
|
}
|
|
134622
134722
|
export declare type RadarFieldDefinition = {
|
|
@@ -158364,11 +158464,11 @@ export declare type SpfAskUpdate = {
|
|
|
158364
158464
|
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
158365
158465
|
description?: Maybe<Scalars['String']['output']>;
|
|
158366
158466
|
id: Scalars['ID']['output'];
|
|
158367
|
-
newProposedBy?: Maybe<
|
|
158467
|
+
newProposedBy?: Maybe<User>;
|
|
158368
158468
|
newProposedDate?: Maybe<SpfAskTargetDate>;
|
|
158369
158469
|
newStatus?: Maybe<SpfAskStatus>;
|
|
158370
158470
|
newTargetDate?: Maybe<SpfAskTargetDate>;
|
|
158371
|
-
oldProposedBy?: Maybe<
|
|
158471
|
+
oldProposedBy?: Maybe<User>;
|
|
158372
158472
|
oldProposedDate?: Maybe<SpfAskTargetDate>;
|
|
158373
158473
|
oldStatus?: Maybe<SpfAskStatus>;
|
|
158374
158474
|
oldTargetDate?: Maybe<SpfAskTargetDate>;
|
|
@@ -158457,7 +158557,6 @@ export declare type SpfCreatePlanScenarioInvestmentInput = {
|
|
|
158457
158557
|
committedOwnerId?: InputMaybe<Scalars['String']['input']>;
|
|
158458
158558
|
investmentId: Scalars['String']['input'];
|
|
158459
158559
|
planScenarioId: Scalars['ID']['input'];
|
|
158460
|
-
ranking: Scalars['Int']['input'];
|
|
158461
158560
|
};
|
|
158462
158561
|
export declare type SpfDeleteAskCommentInput = {
|
|
158463
158562
|
id: Scalars['ID']['input'];
|
|
@@ -158619,7 +158718,6 @@ export declare type SpfPlanScenarioInvestment = Node & {
|
|
|
158619
158718
|
id: Scalars['ID']['output'];
|
|
158620
158719
|
investment?: Maybe<SpfInvestment>;
|
|
158621
158720
|
planScenarioId: Scalars['String']['output'];
|
|
158622
|
-
ranking: Scalars['Int']['output'];
|
|
158623
158721
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
158624
158722
|
updatedBy?: Maybe<User>;
|
|
158625
158723
|
};
|
|
@@ -158681,6 +158779,9 @@ export declare type SpfResolveImpactedWorkUrlPayload = {
|
|
|
158681
158779
|
__typename?: 'SpfResolveImpactedWorkUrlPayload';
|
|
158682
158780
|
impactedWorkId?: Maybe<Scalars['String']['output']>;
|
|
158683
158781
|
};
|
|
158782
|
+
export declare type SpfResolveProposedDateInput = {
|
|
158783
|
+
askId: Scalars['String']['input'];
|
|
158784
|
+
};
|
|
158684
158785
|
export declare type SpfUpdateAskCommentDataInput = {
|
|
158685
158786
|
data: Scalars['String']['input'];
|
|
158686
158787
|
id: Scalars['ID']['input'];
|
|
@@ -161052,20 +161153,30 @@ export declare type TeamChildrenEdge = {
|
|
|
161052
161153
|
cursor: Scalars['String']['output'];
|
|
161053
161154
|
node?: Maybe<TeamV2>;
|
|
161054
161155
|
};
|
|
161156
|
+
export declare type TeamCreatePayload = Payload & {
|
|
161157
|
+
__typename?: 'TeamCreatePayload';
|
|
161158
|
+
errors?: Maybe<Array<MutationError>>;
|
|
161159
|
+
success: Scalars['Boolean']['output'];
|
|
161160
|
+
team?: Maybe<TeamV2>;
|
|
161161
|
+
};
|
|
161055
161162
|
export declare type TeamCreateTeamInput = {
|
|
161056
161163
|
description: Scalars['String']['input'];
|
|
161057
|
-
directoryId: Scalars['ID']['input'];
|
|
161058
161164
|
displayName: Scalars['String']['input'];
|
|
161059
161165
|
members?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
161060
161166
|
membershipSettings: TeamMembershipSettings;
|
|
161167
|
+
scopeId: Scalars['ID']['input'];
|
|
161061
161168
|
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
161062
161169
|
};
|
|
161063
|
-
export declare type
|
|
161064
|
-
__typename?: '
|
|
161170
|
+
export declare type TeamDeletePayload = Payload & {
|
|
161171
|
+
__typename?: 'TeamDeletePayload';
|
|
161065
161172
|
errors?: Maybe<Array<MutationError>>;
|
|
161066
161173
|
success: Scalars['Boolean']['output'];
|
|
161067
161174
|
team?: Maybe<TeamV2>;
|
|
161068
161175
|
};
|
|
161176
|
+
export declare type TeamDeleteTeamInput = {
|
|
161177
|
+
scopeId: Scalars['ID']['input'];
|
|
161178
|
+
teamId: Scalars['ID']['input'];
|
|
161179
|
+
};
|
|
161069
161180
|
export declare type TeamHierarchy = {
|
|
161070
161181
|
__typename?: 'TeamHierarchy';
|
|
161071
161182
|
ancestorErrors?: Maybe<Array<TeamHierarchyErrors>>;
|
|
@@ -161146,12 +161257,14 @@ export declare type TeamMutation = {
|
|
|
161146
161257
|
addParent?: Maybe<TeamV2>;
|
|
161147
161258
|
assignTeamToType?: Maybe<TeamV2>;
|
|
161148
161259
|
bulkAssignTeamsToType?: Maybe<Array<Maybe<TeamV2>>>;
|
|
161149
|
-
createTeam?: Maybe<
|
|
161260
|
+
createTeam?: Maybe<TeamCreatePayload>;
|
|
161150
161261
|
createTeamType?: Maybe<TeamType>;
|
|
161262
|
+
deleteTeam?: Maybe<TeamDeletePayload>;
|
|
161151
161263
|
deleteTeamType?: Maybe<TeamType>;
|
|
161152
161264
|
removeChild?: Maybe<TeamV2>;
|
|
161153
161265
|
removeParent?: Maybe<TeamV2>;
|
|
161154
161266
|
updateRoleAssignments?: Maybe<TeamUpdateRoleAssignmentsResponse>;
|
|
161267
|
+
updateTeam?: Maybe<TeamUpdatePayload>;
|
|
161155
161268
|
updateType?: Maybe<TeamType>;
|
|
161156
161269
|
};
|
|
161157
161270
|
export declare type TeamMutationAddChildArgs = {
|
|
@@ -161180,6 +161293,9 @@ export declare type TeamMutationCreateTeamTypeArgs = {
|
|
|
161180
161293
|
scopeId: Scalars['ID']['input'];
|
|
161181
161294
|
typeData: TeamTypeCreationPayload;
|
|
161182
161295
|
};
|
|
161296
|
+
export declare type TeamMutationDeleteTeamArgs = {
|
|
161297
|
+
input: TeamDeleteTeamInput;
|
|
161298
|
+
};
|
|
161183
161299
|
export declare type TeamMutationDeleteTeamTypeArgs = {
|
|
161184
161300
|
id: Scalars['ID']['input'];
|
|
161185
161301
|
};
|
|
@@ -161198,6 +161314,9 @@ export declare type TeamMutationUpdateRoleAssignmentsArgs = {
|
|
|
161198
161314
|
principalsToRemove: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
161199
161315
|
role: TeamRole;
|
|
161200
161316
|
};
|
|
161317
|
+
export declare type TeamMutationUpdateTeamArgs = {
|
|
161318
|
+
input: TeamUpdateTeamInput;
|
|
161319
|
+
};
|
|
161201
161320
|
export declare type TeamMutationUpdateTypeArgs = {
|
|
161202
161321
|
id: Scalars['ID']['input'];
|
|
161203
161322
|
typeData: TeamTypeUpdatePayload;
|
|
@@ -161393,11 +161512,23 @@ export declare type TeamTypeUpdatePayload = {
|
|
|
161393
161512
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
161394
161513
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
161395
161514
|
};
|
|
161515
|
+
export declare type TeamUpdatePayload = Payload & {
|
|
161516
|
+
__typename?: 'TeamUpdatePayload';
|
|
161517
|
+
errors?: Maybe<Array<MutationError>>;
|
|
161518
|
+
success: Scalars['Boolean']['output'];
|
|
161519
|
+
team?: Maybe<TeamV2>;
|
|
161520
|
+
};
|
|
161396
161521
|
export declare type TeamUpdateRoleAssignmentsResponse = {
|
|
161397
161522
|
__typename?: 'TeamUpdateRoleAssignmentsResponse';
|
|
161398
161523
|
successfullyAddedPrincipals?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
161399
161524
|
successfullyRemovedPrincipals?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
161400
161525
|
};
|
|
161526
|
+
export declare type TeamUpdateTeamInput = {
|
|
161527
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
161528
|
+
displayName?: InputMaybe<Scalars['String']['input']>;
|
|
161529
|
+
scopeId: Scalars['ID']['input'];
|
|
161530
|
+
teamId: Scalars['ID']['input'];
|
|
161531
|
+
};
|
|
161401
161532
|
export declare type TeamV2 = Node & {
|
|
161402
161533
|
__typename?: 'TeamV2';
|
|
161403
161534
|
creator?: Maybe<User>;
|
|
@@ -163168,6 +163299,17 @@ export declare type TownsquareGoalsEditUserCustomFieldPayload = {
|
|
|
163168
163299
|
success: Scalars['Boolean']['output'];
|
|
163169
163300
|
user?: Maybe<User>;
|
|
163170
163301
|
};
|
|
163302
|
+
export declare type TownsquareGoalsLinkJiraAlignProjectInput = {
|
|
163303
|
+
goalId: Scalars['ID']['input'];
|
|
163304
|
+
jiraAlignProjectId: Scalars['ID']['input'];
|
|
163305
|
+
};
|
|
163306
|
+
export declare type TownsquareGoalsLinkJiraAlignProjectPayload = {
|
|
163307
|
+
__typename?: 'TownsquareGoalsLinkJiraAlignProjectPayload';
|
|
163308
|
+
errors?: Maybe<Array<MutationError>>;
|
|
163309
|
+
goal?: Maybe<TownsquareGoal>;
|
|
163310
|
+
jiraAlignProject?: Maybe<JiraAlignAggProject>;
|
|
163311
|
+
success: Scalars['Boolean']['output'];
|
|
163312
|
+
};
|
|
163171
163313
|
export declare type TownsquareGoalsLinkWorkItemInput = {
|
|
163172
163314
|
goalId: Scalars['ID']['input'];
|
|
163173
163315
|
workItemId: Scalars['ID']['input'];
|