@forge/cli-shared 8.15.0-next.1-experimental-919607a → 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
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.15.0-next.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- e8cce7f: add transformErrorMessage for preserving error attributes
|
|
3
|
+
## 8.15.0-next.2
|
|
8
4
|
|
|
9
5
|
### Patch Changes
|
|
10
6
|
|
|
11
|
-
- Updated dependencies [
|
|
12
|
-
-
|
|
13
|
-
- @forge/manifest@11.4.0-next.1-experimental-919607a
|
|
7
|
+
- Updated dependencies [eadb4a6]
|
|
8
|
+
- @forge/manifest@11.4.0-next.2
|
|
14
9
|
|
|
15
10
|
## 8.15.0-next.1
|
|
16
11
|
|
|
@@ -18025,6 +18025,16 @@ export declare type ConfluenceCreateAnswerPayload = Payload & {
|
|
|
18025
18025
|
errors?: Maybe<Array<MutationError>>;
|
|
18026
18026
|
success: Scalars['Boolean']['output'];
|
|
18027
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
|
+
};
|
|
18028
18038
|
export declare type ConfluenceCreateBlogPostInput = {
|
|
18029
18039
|
body?: InputMaybe<ConfluenceContentBodyInput>;
|
|
18030
18040
|
spaceId: Scalars['ID']['input'];
|
|
@@ -20010,7 +20020,8 @@ export declare type ConfluenceNbmVerificationResultEdge = {
|
|
|
20010
20020
|
};
|
|
20011
20021
|
export declare enum ConfluenceNbmVerificationResultOrder {
|
|
20012
20022
|
AiState = "AI_STATE",
|
|
20013
|
-
ManualState = "MANUAL_STATE"
|
|
20023
|
+
ManualState = "MANUAL_STATE",
|
|
20024
|
+
Status = "STATUS"
|
|
20014
20025
|
}
|
|
20015
20026
|
export declare enum ConfluenceNbmVerificationStatus {
|
|
20016
20027
|
Cancelled = "CANCELLED",
|
|
@@ -28459,6 +28470,7 @@ export declare enum DataSecurityPolicyAction {
|
|
|
28459
28470
|
AnonymousAccess = "ANONYMOUS_ACCESS",
|
|
28460
28471
|
AppAccess = "APP_ACCESS",
|
|
28461
28472
|
AppAccessConfigured = "APP_ACCESS_CONFIGURED",
|
|
28473
|
+
AttachmentDownload = "ATTACHMENT_DOWNLOAD",
|
|
28462
28474
|
PageExport = "PAGE_EXPORT",
|
|
28463
28475
|
PublicLinks = "PUBLIC_LINKS"
|
|
28464
28476
|
}
|
|
@@ -31671,6 +31683,7 @@ export declare enum DocumentRepresentation {
|
|
|
31671
31683
|
}
|
|
31672
31684
|
export declare type DraftContentProperties = {
|
|
31673
31685
|
__typename?: 'DraftContentProperties';
|
|
31686
|
+
autoConvertedDate?: Maybe<Scalars['String']['output']>;
|
|
31674
31687
|
contentAppearance?: Maybe<Scalars['String']['output']>;
|
|
31675
31688
|
contentMode?: Maybe<Scalars['String']['output']>;
|
|
31676
31689
|
coverPicture?: Maybe<Scalars['String']['output']>;
|
|
@@ -33447,6 +33460,7 @@ export declare type ExternalMessage = Node & {
|
|
|
33447
33460
|
lastActive?: Maybe<Scalars['String']['output']>;
|
|
33448
33461
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
33449
33462
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
33463
|
+
links?: Maybe<Array<Maybe<ExternalMessageLink>>>;
|
|
33450
33464
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
33451
33465
|
parent?: Maybe<ExternalEntity>;
|
|
33452
33466
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -33456,6 +33470,10 @@ export declare type ExternalMessage = Node & {
|
|
|
33456
33470
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
33457
33471
|
url?: Maybe<Scalars['String']['output']>;
|
|
33458
33472
|
};
|
|
33473
|
+
export declare type ExternalMessageLink = {
|
|
33474
|
+
__typename?: 'ExternalMessageLink';
|
|
33475
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
33476
|
+
};
|
|
33459
33477
|
export declare type ExternalOrganisation = Node & {
|
|
33460
33478
|
__typename?: 'ExternalOrganisation';
|
|
33461
33479
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -33716,6 +33734,7 @@ export declare type ExternalSpace = Node & {
|
|
|
33716
33734
|
};
|
|
33717
33735
|
export declare enum ExternalSpaceSubtype {
|
|
33718
33736
|
Business = "BUSINESS",
|
|
33737
|
+
Drive = "DRIVE",
|
|
33719
33738
|
Project = "PROJECT",
|
|
33720
33739
|
ServiceDesk = "SERVICE_DESK",
|
|
33721
33740
|
Site = "SITE",
|
|
@@ -90124,10 +90143,14 @@ export declare enum JiraBoardType {
|
|
|
90124
90143
|
}
|
|
90125
90144
|
export declare type JiraBoardView = JiraView & Node & {
|
|
90126
90145
|
__typename?: 'JiraBoardView';
|
|
90146
|
+
canAssignIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90127
90147
|
canConfigureStatusColumnMapping?: Maybe<Scalars['Boolean']['output']>;
|
|
90148
|
+
canEditIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90128
90149
|
canInlineEditStatusColumns?: Maybe<Scalars['Boolean']['output']>;
|
|
90129
90150
|
canManageStatuses?: Maybe<Scalars['Boolean']['output']>;
|
|
90130
90151
|
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
90152
|
+
canScheduleIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90153
|
+
canTransitionIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
90131
90154
|
cardOptions?: Maybe<JiraBoardViewCardOptionConnection>;
|
|
90132
90155
|
columns?: Maybe<JiraBoardViewColumnConnection>;
|
|
90133
90156
|
completedIssueSearchCutOffInDays?: Maybe<Scalars['Int']['output']>;
|
|
@@ -112513,6 +112536,16 @@ export declare type KitsuneFeedback = Node & {
|
|
|
112513
112536
|
export declare type KitsuneFeedbackChunksArgs = {
|
|
112514
112537
|
pagination?: InputMaybe<KitsunePaginationInput>;
|
|
112515
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
|
+
};
|
|
112516
112549
|
export declare type KitsuneFeedbackEvent = {
|
|
112517
112550
|
__typename?: 'KitsuneFeedbackEvent';
|
|
112518
112551
|
content: Scalars['KitsuneADF']['output'];
|
|
@@ -112544,9 +112577,13 @@ export declare type KitsuneSourceInputWeb = {
|
|
|
112544
112577
|
};
|
|
112545
112578
|
export declare type KitsuneSpace = Node & {
|
|
112546
112579
|
__typename?: 'KitsuneSpace';
|
|
112580
|
+
feedbacks: KitsuneFeedbackConnection;
|
|
112547
112581
|
id: Scalars['ID']['output'];
|
|
112548
112582
|
name?: Maybe<Scalars['String']['output']>;
|
|
112549
112583
|
};
|
|
112584
|
+
export declare type KitsuneSpaceFeedbacksArgs = {
|
|
112585
|
+
pagination?: InputMaybe<KitsunePaginationInput>;
|
|
112586
|
+
};
|
|
112550
112587
|
export declare type KnowledgeBaseAccessibleLinkedSourceResult = {
|
|
112551
112588
|
__typename?: 'KnowledgeBaseAccessibleLinkedSourceResult';
|
|
112552
112589
|
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
@@ -114727,6 +114764,7 @@ export declare type MarketplaceAppVersion = {
|
|
|
114727
114764
|
endUserLicenseAgreementUrl?: Maybe<Scalars['URL']['output']>;
|
|
114728
114765
|
heroImage?: Maybe<MarketplaceListingImage>;
|
|
114729
114766
|
highlights?: Maybe<Array<MarketplaceListingHighlight>>;
|
|
114767
|
+
isForgeROACompliant?: Maybe<Scalars['Boolean']['output']>;
|
|
114730
114768
|
isSupported: Scalars['Boolean']['output'];
|
|
114731
114769
|
learnMoreUrl?: Maybe<Scalars['URL']['output']>;
|
|
114732
114770
|
licenseType?: Maybe<MarketplaceAppVersionLicenseType>;
|
|
@@ -119261,6 +119299,7 @@ export declare type MercuryFundsMonthlySummary = {
|
|
|
119261
119299
|
amountSummary?: Maybe<MercuryFundsAmountSummary>;
|
|
119262
119300
|
costSubtype?: Maybe<MercuryCostSubtype>;
|
|
119263
119301
|
fiscalQuarter?: Maybe<Scalars['Int']['output']>;
|
|
119302
|
+
fiscalYear?: Maybe<Scalars['Int']['output']>;
|
|
119264
119303
|
fundsType?: Maybe<MercuryFundsType>;
|
|
119265
119304
|
investmentCategory?: Maybe<MercuryInvestmentCategory>;
|
|
119266
119305
|
investmentCategorySet?: Maybe<MercuryInvestmentCategorySet>;
|
|
@@ -122032,6 +122071,7 @@ export declare type Mutation = {
|
|
|
122032
122071
|
confluence_copyNote?: Maybe<ConfluenceCopyNotePayload>;
|
|
122033
122072
|
confluence_copySpaceSecurityConfiguration?: Maybe<ConfluenceCopySpaceSecurityConfigurationPayload>;
|
|
122034
122073
|
confluence_createAnswer?: Maybe<ConfluenceCreateAnswerPayload>;
|
|
122074
|
+
confluence_createAutoConvertedDate?: Maybe<ConfluenceCreateAutoConvertedDatePayload>;
|
|
122035
122075
|
confluence_createCalendar?: Maybe<ConfluenceCreateCalendarPayload>;
|
|
122036
122076
|
confluence_createCommentOnAnswer?: Maybe<ConfluenceCreateCommentOnAnswerPayload>;
|
|
122037
122077
|
confluence_createCommentOnQuestion?: Maybe<ConfluenceCreateCommentOnQuestionPayload>;
|
|
@@ -122489,6 +122529,7 @@ export declare type Mutation = {
|
|
|
122489
122529
|
jsw?: Maybe<JswMutation>;
|
|
122490
122530
|
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
122491
122531
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
122532
|
+
kitsune_importFeedbackFromCsv?: Maybe<Scalars['Boolean']['output']>;
|
|
122492
122533
|
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
122493
122534
|
kitsune_suggestSnippets?: Maybe<Scalars['Boolean']['output']>;
|
|
122494
122535
|
kitsune_updateSpace?: Maybe<KitsuneSpace>;
|
|
@@ -122676,6 +122717,7 @@ export declare type Mutation = {
|
|
|
122676
122717
|
shepherd?: Maybe<ShepherdMutation>;
|
|
122677
122718
|
signInvocationTokenForUI?: Maybe<SignInvocationTokenForUiResponse>;
|
|
122678
122719
|
softDeleteSpace?: Maybe<SoftDeleteSpacePayload>;
|
|
122720
|
+
spf_acceptProposedDate?: Maybe<SpfUpsertAskUpdatePayload>;
|
|
122679
122721
|
spf_addPlanOwner?: Maybe<SpfUpsertPlanOwnerPayload>;
|
|
122680
122722
|
spf_attachAskLink?: Maybe<SpfAttachAskLinkPayload>;
|
|
122681
122723
|
spf_createAsk?: Maybe<SpfUpsertAskPayload>;
|
|
@@ -122691,6 +122733,7 @@ export declare type Mutation = {
|
|
|
122691
122733
|
spf_deletePlan?: Maybe<SpfDeletePlanPayload>;
|
|
122692
122734
|
spf_deletePlanScenario?: Maybe<SpfDeletePlanScenarioPayload>;
|
|
122693
122735
|
spf_deletePlanScenarioInvestment?: Maybe<SpfDeletePlanScenarioInvestmentPayload>;
|
|
122736
|
+
spf_rejectProposedDate?: Maybe<SpfUpsertAskUpdatePayload>;
|
|
122694
122737
|
spf_removePlanOwner?: Maybe<SpfRemovePlanOwnerPayload>;
|
|
122695
122738
|
spf_updateAskComment?: Maybe<SpfUpsertAskCommentPayload>;
|
|
122696
122739
|
spf_updateAskDescription?: Maybe<SpfUpsertAskPayload>;
|
|
@@ -122734,6 +122777,7 @@ export declare type Mutation = {
|
|
|
122734
122777
|
stakeholderComms_issueSsl?: Maybe<StakeholderCommsIssueSslResponse>;
|
|
122735
122778
|
stakeholderComms_permanentlyDeletePage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
122736
122779
|
stakeholderComms_publishPage?: Maybe<StakeholderCommsPageResponse>;
|
|
122780
|
+
stakeholderComms_recoverPage?: Maybe<StakeholderCommsPageResponse>;
|
|
122737
122781
|
stakeholderComms_removeCustomDomain?: Maybe<StakeholderCommsRemoveCustomDomainResponse>;
|
|
122738
122782
|
stakeholderComms_removeStakeholderAssignment?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
122739
122783
|
stakeholderComms_removeStakeholderGroup?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
@@ -123546,6 +123590,10 @@ export declare type MutationConfluence_CreateAnswerArgs = {
|
|
|
123546
123590
|
cloudId: Scalars['ID']['input'];
|
|
123547
123591
|
input: ConfluenceCreateAnswerInput;
|
|
123548
123592
|
};
|
|
123593
|
+
export declare type MutationConfluence_CreateAutoConvertedDateArgs = {
|
|
123594
|
+
cloudId: Scalars['ID']['input'];
|
|
123595
|
+
input: ConfluenceCreateAutoConvertedDateInput;
|
|
123596
|
+
};
|
|
123549
123597
|
export declare type MutationConfluence_CreateCalendarArgs = {
|
|
123550
123598
|
cloudId: Scalars['ID']['input'];
|
|
123551
123599
|
input: ConfluenceCreateCalendarInput;
|
|
@@ -125108,6 +125156,10 @@ export declare type MutationKitsune_CreateSpaceArgs = {
|
|
|
125108
125156
|
name: Scalars['String']['input'];
|
|
125109
125157
|
workspaceAri: Scalars['ID']['input'];
|
|
125110
125158
|
};
|
|
125159
|
+
export declare type MutationKitsune_ImportFeedbackFromCsvArgs = {
|
|
125160
|
+
csv: Scalars['Upload']['input'];
|
|
125161
|
+
spaceAri: Scalars['ID']['input'];
|
|
125162
|
+
};
|
|
125111
125163
|
export declare type MutationKitsune_RemoveFeedbackArgs = {
|
|
125112
125164
|
feedbackAri: Scalars['ID']['input'];
|
|
125113
125165
|
};
|
|
@@ -125680,6 +125732,9 @@ export declare type MutationSignInvocationTokenForUiArgs = {
|
|
|
125680
125732
|
export declare type MutationSoftDeleteSpaceArgs = {
|
|
125681
125733
|
spaceKey: Scalars['String']['input'];
|
|
125682
125734
|
};
|
|
125735
|
+
export declare type MutationSpf_AcceptProposedDateArgs = {
|
|
125736
|
+
input: SpfResolveProposedDateInput;
|
|
125737
|
+
};
|
|
125683
125738
|
export declare type MutationSpf_AddPlanOwnerArgs = {
|
|
125684
125739
|
input: SpfAddPlanOwnerInput;
|
|
125685
125740
|
};
|
|
@@ -125725,6 +125780,9 @@ export declare type MutationSpf_DeletePlanScenarioArgs = {
|
|
|
125725
125780
|
export declare type MutationSpf_DeletePlanScenarioInvestmentArgs = {
|
|
125726
125781
|
input: SpfDeletePlanScenarioInvestmentInput;
|
|
125727
125782
|
};
|
|
125783
|
+
export declare type MutationSpf_RejectProposedDateArgs = {
|
|
125784
|
+
input: SpfResolveProposedDateInput;
|
|
125785
|
+
};
|
|
125728
125786
|
export declare type MutationSpf_RemovePlanOwnerArgs = {
|
|
125729
125787
|
input: SpfRemovePlanOwnerInput;
|
|
125730
125788
|
};
|
|
@@ -125859,6 +125917,9 @@ export declare type MutationStakeholderComms_PermanentlyDeletePageArgs = {
|
|
|
125859
125917
|
export declare type MutationStakeholderComms_PublishPageArgs = {
|
|
125860
125918
|
draftPageId: Scalars['String']['input'];
|
|
125861
125919
|
};
|
|
125920
|
+
export declare type MutationStakeholderComms_RecoverPageArgs = {
|
|
125921
|
+
pageId: Scalars['String']['input'];
|
|
125922
|
+
};
|
|
125862
125923
|
export declare type MutationStakeholderComms_RemoveCustomDomainArgs = {
|
|
125863
125924
|
input: StakeholderCommsRemoveCustomDomainInput;
|
|
125864
125925
|
};
|
|
@@ -129446,6 +129507,7 @@ export declare type Query = {
|
|
|
129446
129507
|
cpls_peopleView?: Maybe<CplsPeopleView>;
|
|
129447
129508
|
cpls_settings?: Maybe<CplsSettings>;
|
|
129448
129509
|
cpls_testFeatureGate?: Maybe<Scalars['Boolean']['output']>;
|
|
129510
|
+
cpls_timeCells?: Maybe<Array<CplsTimeCell>>;
|
|
129449
129511
|
cpls_workView?: Maybe<CplsWorkView>;
|
|
129450
129512
|
cqlMetaData?: Maybe<Confluence_CqlMetaData>;
|
|
129451
129513
|
crossProjectIssueMentionsInComments?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -132108,6 +132170,9 @@ export declare type QueryCpls_SettingsArgs = {
|
|
|
132108
132170
|
export declare type QueryCpls_TestFeatureGateArgs = {
|
|
132109
132171
|
cloudId: Scalars['ID']['input'];
|
|
132110
132172
|
};
|
|
132173
|
+
export declare type QueryCpls_TimeCellsArgs = {
|
|
132174
|
+
scopeId: Scalars['ID']['input'];
|
|
132175
|
+
};
|
|
132111
132176
|
export declare type QueryCpls_WorkViewArgs = {
|
|
132112
132177
|
filters?: InputMaybe<CplsFiltersInput>;
|
|
132113
132178
|
id: Scalars['ID']['input'];
|
|
@@ -134651,6 +134716,7 @@ export declare enum RadarEntityType {
|
|
|
134651
134716
|
Proposal = "proposal",
|
|
134652
134717
|
ProposedMovement = "proposedMovement",
|
|
134653
134718
|
Team = "team",
|
|
134719
|
+
View = "view",
|
|
134654
134720
|
Worker = "worker"
|
|
134655
134721
|
}
|
|
134656
134722
|
export declare type RadarFieldDefinition = {
|
|
@@ -158398,11 +158464,11 @@ export declare type SpfAskUpdate = {
|
|
|
158398
158464
|
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
158399
158465
|
description?: Maybe<Scalars['String']['output']>;
|
|
158400
158466
|
id: Scalars['ID']['output'];
|
|
158401
|
-
newProposedBy?: Maybe<
|
|
158467
|
+
newProposedBy?: Maybe<User>;
|
|
158402
158468
|
newProposedDate?: Maybe<SpfAskTargetDate>;
|
|
158403
158469
|
newStatus?: Maybe<SpfAskStatus>;
|
|
158404
158470
|
newTargetDate?: Maybe<SpfAskTargetDate>;
|
|
158405
|
-
oldProposedBy?: Maybe<
|
|
158471
|
+
oldProposedBy?: Maybe<User>;
|
|
158406
158472
|
oldProposedDate?: Maybe<SpfAskTargetDate>;
|
|
158407
158473
|
oldStatus?: Maybe<SpfAskStatus>;
|
|
158408
158474
|
oldTargetDate?: Maybe<SpfAskTargetDate>;
|
|
@@ -158491,7 +158557,6 @@ export declare type SpfCreatePlanScenarioInvestmentInput = {
|
|
|
158491
158557
|
committedOwnerId?: InputMaybe<Scalars['String']['input']>;
|
|
158492
158558
|
investmentId: Scalars['String']['input'];
|
|
158493
158559
|
planScenarioId: Scalars['ID']['input'];
|
|
158494
|
-
ranking: Scalars['Int']['input'];
|
|
158495
158560
|
};
|
|
158496
158561
|
export declare type SpfDeleteAskCommentInput = {
|
|
158497
158562
|
id: Scalars['ID']['input'];
|
|
@@ -158653,7 +158718,6 @@ export declare type SpfPlanScenarioInvestment = Node & {
|
|
|
158653
158718
|
id: Scalars['ID']['output'];
|
|
158654
158719
|
investment?: Maybe<SpfInvestment>;
|
|
158655
158720
|
planScenarioId: Scalars['String']['output'];
|
|
158656
|
-
ranking: Scalars['Int']['output'];
|
|
158657
158721
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
158658
158722
|
updatedBy?: Maybe<User>;
|
|
158659
158723
|
};
|
|
@@ -158715,6 +158779,9 @@ export declare type SpfResolveImpactedWorkUrlPayload = {
|
|
|
158715
158779
|
__typename?: 'SpfResolveImpactedWorkUrlPayload';
|
|
158716
158780
|
impactedWorkId?: Maybe<Scalars['String']['output']>;
|
|
158717
158781
|
};
|
|
158782
|
+
export declare type SpfResolveProposedDateInput = {
|
|
158783
|
+
askId: Scalars['String']['input'];
|
|
158784
|
+
};
|
|
158718
158785
|
export declare type SpfUpdateAskCommentDataInput = {
|
|
158719
158786
|
data: Scalars['String']['input'];
|
|
158720
158787
|
id: Scalars['ID']['input'];
|
|
@@ -161086,20 +161153,30 @@ export declare type TeamChildrenEdge = {
|
|
|
161086
161153
|
cursor: Scalars['String']['output'];
|
|
161087
161154
|
node?: Maybe<TeamV2>;
|
|
161088
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
|
+
};
|
|
161089
161162
|
export declare type TeamCreateTeamInput = {
|
|
161090
161163
|
description: Scalars['String']['input'];
|
|
161091
|
-
directoryId: Scalars['ID']['input'];
|
|
161092
161164
|
displayName: Scalars['String']['input'];
|
|
161093
161165
|
members?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
161094
161166
|
membershipSettings: TeamMembershipSettings;
|
|
161167
|
+
scopeId: Scalars['ID']['input'];
|
|
161095
161168
|
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
161096
161169
|
};
|
|
161097
|
-
export declare type
|
|
161098
|
-
__typename?: '
|
|
161170
|
+
export declare type TeamDeletePayload = Payload & {
|
|
161171
|
+
__typename?: 'TeamDeletePayload';
|
|
161099
161172
|
errors?: Maybe<Array<MutationError>>;
|
|
161100
161173
|
success: Scalars['Boolean']['output'];
|
|
161101
161174
|
team?: Maybe<TeamV2>;
|
|
161102
161175
|
};
|
|
161176
|
+
export declare type TeamDeleteTeamInput = {
|
|
161177
|
+
scopeId: Scalars['ID']['input'];
|
|
161178
|
+
teamId: Scalars['ID']['input'];
|
|
161179
|
+
};
|
|
161103
161180
|
export declare type TeamHierarchy = {
|
|
161104
161181
|
__typename?: 'TeamHierarchy';
|
|
161105
161182
|
ancestorErrors?: Maybe<Array<TeamHierarchyErrors>>;
|
|
@@ -161180,12 +161257,14 @@ export declare type TeamMutation = {
|
|
|
161180
161257
|
addParent?: Maybe<TeamV2>;
|
|
161181
161258
|
assignTeamToType?: Maybe<TeamV2>;
|
|
161182
161259
|
bulkAssignTeamsToType?: Maybe<Array<Maybe<TeamV2>>>;
|
|
161183
|
-
createTeam?: Maybe<
|
|
161260
|
+
createTeam?: Maybe<TeamCreatePayload>;
|
|
161184
161261
|
createTeamType?: Maybe<TeamType>;
|
|
161262
|
+
deleteTeam?: Maybe<TeamDeletePayload>;
|
|
161185
161263
|
deleteTeamType?: Maybe<TeamType>;
|
|
161186
161264
|
removeChild?: Maybe<TeamV2>;
|
|
161187
161265
|
removeParent?: Maybe<TeamV2>;
|
|
161188
161266
|
updateRoleAssignments?: Maybe<TeamUpdateRoleAssignmentsResponse>;
|
|
161267
|
+
updateTeam?: Maybe<TeamUpdatePayload>;
|
|
161189
161268
|
updateType?: Maybe<TeamType>;
|
|
161190
161269
|
};
|
|
161191
161270
|
export declare type TeamMutationAddChildArgs = {
|
|
@@ -161214,6 +161293,9 @@ export declare type TeamMutationCreateTeamTypeArgs = {
|
|
|
161214
161293
|
scopeId: Scalars['ID']['input'];
|
|
161215
161294
|
typeData: TeamTypeCreationPayload;
|
|
161216
161295
|
};
|
|
161296
|
+
export declare type TeamMutationDeleteTeamArgs = {
|
|
161297
|
+
input: TeamDeleteTeamInput;
|
|
161298
|
+
};
|
|
161217
161299
|
export declare type TeamMutationDeleteTeamTypeArgs = {
|
|
161218
161300
|
id: Scalars['ID']['input'];
|
|
161219
161301
|
};
|
|
@@ -161232,6 +161314,9 @@ export declare type TeamMutationUpdateRoleAssignmentsArgs = {
|
|
|
161232
161314
|
principalsToRemove: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
161233
161315
|
role: TeamRole;
|
|
161234
161316
|
};
|
|
161317
|
+
export declare type TeamMutationUpdateTeamArgs = {
|
|
161318
|
+
input: TeamUpdateTeamInput;
|
|
161319
|
+
};
|
|
161235
161320
|
export declare type TeamMutationUpdateTypeArgs = {
|
|
161236
161321
|
id: Scalars['ID']['input'];
|
|
161237
161322
|
typeData: TeamTypeUpdatePayload;
|
|
@@ -161427,11 +161512,23 @@ export declare type TeamTypeUpdatePayload = {
|
|
|
161427
161512
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
161428
161513
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
161429
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
|
+
};
|
|
161430
161521
|
export declare type TeamUpdateRoleAssignmentsResponse = {
|
|
161431
161522
|
__typename?: 'TeamUpdateRoleAssignmentsResponse';
|
|
161432
161523
|
successfullyAddedPrincipals?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
161433
161524
|
successfullyRemovedPrincipals?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
161434
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
|
+
};
|
|
161435
161532
|
export declare type TeamV2 = Node & {
|
|
161436
161533
|
__typename?: 'TeamV2';
|
|
161437
161534
|
creator?: Maybe<User>;
|