@forge/cli-shared 8.7.2-next.1 → 8.7.2-next.1-experimental-1a0bb6a
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,5 +1,13 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.7.2-next.1-experimental-1a0bb6a
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 90ee56f: Remove forge-cli-enable-atlas-product-support FF from type
|
|
8
|
+
- Updated dependencies [f5d3945]
|
|
9
|
+
- @forge/manifest@10.7.0-next.0-experimental-1a0bb6a
|
|
10
|
+
|
|
3
11
|
## 8.7.2-next.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -2629,6 +2629,11 @@ export declare type AgentStudioDeleteDatasetItemPayload = Payload & {
|
|
|
2629
2629
|
errors?: Maybe<Array<MutationError>>;
|
|
2630
2630
|
success: Scalars['Boolean']['output'];
|
|
2631
2631
|
};
|
|
2632
|
+
export declare type AgentStudioDeleteDatasetPayload = Payload & {
|
|
2633
|
+
__typename?: 'AgentStudioDeleteDatasetPayload';
|
|
2634
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2635
|
+
success: Scalars['Boolean']['output'];
|
|
2636
|
+
};
|
|
2632
2637
|
export declare type AgentStudioDeleteScenarioPayload = Payload & {
|
|
2633
2638
|
__typename?: 'AgentStudioDeleteScenarioPayload';
|
|
2634
2639
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -15903,6 +15908,7 @@ export declare type ConfluenceCustomContentPermissionGroupPrincipal = Confluence
|
|
|
15903
15908
|
export declare type ConfluenceCustomContentPermissionGuestPrincipal = ConfluenceCustomContentPermissionPrincipal & {
|
|
15904
15909
|
__typename?: 'ConfluenceCustomContentPermissionGuestPrincipal';
|
|
15905
15910
|
displayName: Scalars['String']['output'];
|
|
15911
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
15906
15912
|
principalId: Scalars['ID']['output'];
|
|
15907
15913
|
profilePicture?: Maybe<Icon>;
|
|
15908
15914
|
};
|
|
@@ -15929,6 +15935,7 @@ export declare enum ConfluenceCustomContentPermissionType {
|
|
|
15929
15935
|
export declare type ConfluenceCustomContentPermissionUserPrincipal = ConfluenceCustomContentPermissionPrincipal & {
|
|
15930
15936
|
__typename?: 'ConfluenceCustomContentPermissionUserPrincipal';
|
|
15931
15937
|
displayName: Scalars['String']['output'];
|
|
15938
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
15932
15939
|
principalId: Scalars['ID']['output'];
|
|
15933
15940
|
profilePicture?: Maybe<Icon>;
|
|
15934
15941
|
};
|
|
@@ -16785,6 +16792,14 @@ export declare type ConfluenceLanguage = {
|
|
|
16785
16792
|
language?: Maybe<Scalars['String']['output']>;
|
|
16786
16793
|
name?: Maybe<Scalars['String']['output']>;
|
|
16787
16794
|
};
|
|
16795
|
+
export declare type ConfluenceLegacyEditorReportDownloadLink = {
|
|
16796
|
+
__typename?: 'ConfluenceLegacyEditorReportDownloadLink';
|
|
16797
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
16798
|
+
};
|
|
16799
|
+
export declare enum ConfluenceLegacyEditorReportType {
|
|
16800
|
+
Page = "PAGE",
|
|
16801
|
+
Template = "TEMPLATE"
|
|
16802
|
+
}
|
|
16788
16803
|
export declare type ConfluenceLike = {
|
|
16789
16804
|
__typename?: 'ConfluenceLike';
|
|
16790
16805
|
likedAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -17625,6 +17640,18 @@ export declare type ConfluencePublishBlogPostPayload = Payload & {
|
|
|
17625
17640
|
errors?: Maybe<Array<MutationError>>;
|
|
17626
17641
|
success: Scalars['Boolean']['output'];
|
|
17627
17642
|
};
|
|
17643
|
+
export declare type ConfluencePublishBlueprintSharedDraftInput = {
|
|
17644
|
+
confluenceContentInput: ConfluenceContentInput;
|
|
17645
|
+
draftId: Scalars['ID']['input'];
|
|
17646
|
+
expand?: InputMaybe<Scalars['String']['input']>;
|
|
17647
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
17648
|
+
};
|
|
17649
|
+
export declare type ConfluencePublishBlueprintSharedDraftPayload = Payload & {
|
|
17650
|
+
__typename?: 'ConfluencePublishBlueprintSharedDraftPayload';
|
|
17651
|
+
content?: Maybe<Content>;
|
|
17652
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17653
|
+
success: Scalars['Boolean']['output'];
|
|
17654
|
+
};
|
|
17628
17655
|
export declare type ConfluencePublishPageInput = {
|
|
17629
17656
|
id: Scalars['ID']['input'];
|
|
17630
17657
|
publishTitle?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -18264,6 +18291,12 @@ export declare type ConfluenceSpaceRecommendations = {
|
|
|
18264
18291
|
active?: Maybe<Array<Maybe<Space>>>;
|
|
18265
18292
|
starred?: Maybe<Array<Maybe<Space>>>;
|
|
18266
18293
|
};
|
|
18294
|
+
export declare type ConfluenceSpaceReportPayload = Payload & {
|
|
18295
|
+
__typename?: 'ConfluenceSpaceReportPayload';
|
|
18296
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18297
|
+
success: Scalars['Boolean']['output'];
|
|
18298
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
18299
|
+
};
|
|
18267
18300
|
export declare type ConfluenceSpaceRoleAppPrincipal = SpaceRolePrincipal & {
|
|
18268
18301
|
__typename?: 'ConfluenceSpaceRoleAppPrincipal';
|
|
18269
18302
|
displayName: Scalars['String']['output'];
|
|
@@ -28523,15 +28556,18 @@ export declare type ExternalBranch = Node & {
|
|
|
28523
28556
|
container?: Maybe<ExternalEntity>;
|
|
28524
28557
|
containerId?: Maybe<Scalars['ID']['output']>;
|
|
28525
28558
|
createPullRequestUrl?: Maybe<Scalars['String']['output']>;
|
|
28559
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
28526
28560
|
createdBy?: Maybe<ExternalUser>;
|
|
28527
28561
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
28528
28562
|
id: Scalars['ID']['output'];
|
|
28563
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
28529
28564
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
28530
28565
|
name?: Maybe<Scalars['String']['output']>;
|
|
28531
28566
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
28532
28567
|
provider?: Maybe<ExternalProvider>;
|
|
28533
28568
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
28534
28569
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
28570
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
28535
28571
|
url?: Maybe<Scalars['String']['output']>;
|
|
28536
28572
|
};
|
|
28537
28573
|
export declare type ExternalBranchReference = {
|
|
@@ -62045,6 +62081,7 @@ export declare type JiraAlignAggMercuryProjectTypeDto = MercuryProjectType & {
|
|
|
62045
62081
|
};
|
|
62046
62082
|
export declare type JiraAlignAggProject = HasMercuryProjectFields & Node & {
|
|
62047
62083
|
__typename?: 'JiraAlignAggProject';
|
|
62084
|
+
customProjectType?: Maybe<JiraAlignAggCustomProjectType>;
|
|
62048
62085
|
externalOwner?: Maybe<JiraAlignAggJiraAlignProjectOwner>;
|
|
62049
62086
|
id: Scalars['ID']['output'];
|
|
62050
62087
|
mercuryOriginalProjectStatus?: Maybe<MercuryOriginalProjectStatus>;
|
|
@@ -70738,7 +70775,7 @@ export declare type JiraJqlAtlasProjectFieldValue = JiraJqlFieldValue & {
|
|
|
70738
70775
|
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
70739
70776
|
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
70740
70777
|
jqlTerm: Scalars['String']['output'];
|
|
70741
|
-
project
|
|
70778
|
+
project?: Maybe<JiraAtlasProject>;
|
|
70742
70779
|
};
|
|
70743
70780
|
export declare enum JiraJqlAutocompleteType {
|
|
70744
70781
|
Basic = "BASIC",
|
|
@@ -88944,6 +88981,10 @@ export declare type MercuryFocusAreaFundChangeSummary = {
|
|
|
88944
88981
|
nonLaborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
88945
88982
|
totalAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
88946
88983
|
};
|
|
88984
|
+
export declare type MercuryFocusAreaGoalContext = {
|
|
88985
|
+
__typename?: 'MercuryFocusAreaGoalContext';
|
|
88986
|
+
focusAreaLinkedGoalContext?: Maybe<Array<Maybe<MercuryFocusAreaLinkedGoalContextData>>>;
|
|
88987
|
+
};
|
|
88947
88988
|
export declare type MercuryFocusAreaGoalLink = Node & {
|
|
88948
88989
|
__typename?: 'MercuryFocusAreaGoalLink';
|
|
88949
88990
|
atlasGoal?: Maybe<TownsquareGoal>;
|
|
@@ -88999,6 +89040,17 @@ export declare type MercuryFocusAreaLink = Node & {
|
|
|
88999
89040
|
id: Scalars['ID']['output'];
|
|
89000
89041
|
parentFocusAreaId: Scalars['String']['output'];
|
|
89001
89042
|
};
|
|
89043
|
+
export declare type MercuryFocusAreaLinkedGoalContextData = {
|
|
89044
|
+
__typename?: 'MercuryFocusAreaLinkedGoalContextData';
|
|
89045
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
89046
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
89047
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
89048
|
+
status?: Maybe<MercuryLinkedGoalStatus>;
|
|
89049
|
+
targetDateEnd?: Maybe<Scalars['String']['output']>;
|
|
89050
|
+
targetDateStart?: Maybe<Scalars['String']['output']>;
|
|
89051
|
+
updates?: Maybe<Array<MercuryLinkedGoalUpdate>>;
|
|
89052
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
89053
|
+
};
|
|
89002
89054
|
export declare type MercuryFocusAreaLinkedGoalSummary = {
|
|
89003
89055
|
__typename?: 'MercuryFocusAreaLinkedGoalSummary';
|
|
89004
89056
|
count: Scalars['Int']['output'];
|
|
@@ -89285,6 +89337,21 @@ export declare type MercuryLinkWorkToFocusAreaPayload = Payload & {
|
|
|
89285
89337
|
errors?: Maybe<Array<MutationError>>;
|
|
89286
89338
|
success: Scalars['Boolean']['output'];
|
|
89287
89339
|
};
|
|
89340
|
+
export declare type MercuryLinkedGoalStatus = {
|
|
89341
|
+
__typename?: 'MercuryLinkedGoalStatus';
|
|
89342
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
89343
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
89344
|
+
};
|
|
89345
|
+
export declare type MercuryLinkedGoalUpdate = {
|
|
89346
|
+
__typename?: 'MercuryLinkedGoalUpdate';
|
|
89347
|
+
creationDate?: Maybe<Scalars['String']['output']>;
|
|
89348
|
+
editDate?: Maybe<Scalars['String']['output']>;
|
|
89349
|
+
newState?: Maybe<Scalars['String']['output']>;
|
|
89350
|
+
newTargetDate?: Maybe<Scalars['String']['output']>;
|
|
89351
|
+
oldState?: Maybe<Scalars['String']['output']>;
|
|
89352
|
+
oldTargetDate?: Maybe<Scalars['String']['output']>;
|
|
89353
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
89354
|
+
};
|
|
89288
89355
|
export declare type MercuryMediaToken = {
|
|
89289
89356
|
__typename?: 'MercuryMediaToken';
|
|
89290
89357
|
token: Scalars['String']['output'];
|
|
@@ -89847,6 +89914,7 @@ export declare type MercuryPublishFocusAreaPayload = Payload & {
|
|
|
89847
89914
|
};
|
|
89848
89915
|
export declare type MercuryQueryApi = {
|
|
89849
89916
|
__typename?: 'MercuryQueryApi';
|
|
89917
|
+
aiFocusAreaGoalContextData?: Maybe<MercuryFocusAreaGoalContext>;
|
|
89850
89918
|
aiFocusAreaSummary?: Maybe<MercuryFocusAreaSummary>;
|
|
89851
89919
|
aiFocusAreaWorkContextData?: Maybe<MercuryFocusAreaWorkContext>;
|
|
89852
89920
|
comments?: Maybe<MercuryCommentConnection>;
|
|
@@ -89871,6 +89939,11 @@ export declare type MercuryQueryApi = {
|
|
|
89871
89939
|
searchFocusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
|
|
89872
89940
|
workspaceContext: MercuryWorkspaceContext;
|
|
89873
89941
|
};
|
|
89942
|
+
export declare type MercuryQueryApiAiFocusAreaGoalContextDataArgs = {
|
|
89943
|
+
cloudId: Scalars['ID']['input'];
|
|
89944
|
+
id: Scalars['ID']['input'];
|
|
89945
|
+
maxDepth?: InputMaybe<Scalars['Int']['input']>;
|
|
89946
|
+
};
|
|
89874
89947
|
export declare type MercuryQueryApiAiFocusAreaSummaryArgs = {
|
|
89875
89948
|
cloudId: Scalars['ID']['input'];
|
|
89876
89949
|
id: Scalars['ID']['input'];
|
|
@@ -91052,10 +91125,12 @@ export declare type Mutation = {
|
|
|
91052
91125
|
admin_unitCreate?: Maybe<AdminUnitCreatePayload>;
|
|
91053
91126
|
admin_updateInvitePolicy?: Maybe<AdminUpdateInvitePolicyResponsePayload>;
|
|
91054
91127
|
agentStudio_addGroupsToCreatePermission?: Maybe<AgentStudioAddGroupsToCreatePermissionPayload>;
|
|
91128
|
+
agentStudio_cancelBatchEvaluationJobRun?: Maybe<AgentStudioBatchEvalRunJobPayload>;
|
|
91055
91129
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
91056
91130
|
agentStudio_createBatchEvaluationJob: AgentStudioCreateBatchEvaluationJobPayload;
|
|
91057
91131
|
agentStudio_createScenario?: Maybe<AgentStudioCreateScenarioPayload>;
|
|
91058
91132
|
agentStudio_deleteAgent?: Maybe<AgentStudioDeleteAgentPayload>;
|
|
91133
|
+
agentStudio_deleteDataset: AgentStudioDeleteDatasetPayload;
|
|
91059
91134
|
agentStudio_deleteDatasetItem: AgentStudioDeleteDatasetItemPayload;
|
|
91060
91135
|
agentStudio_deleteScenario?: Maybe<AgentStudioDeleteScenarioPayload>;
|
|
91061
91136
|
agentStudio_removeActorRoles?: Maybe<AgentStudioUpdateAgentPermissionPayload>;
|
|
@@ -91176,6 +91251,7 @@ export declare type Mutation = {
|
|
|
91176
91251
|
confluence_experimentInitAiFirstCreation?: Maybe<ConfluenceExperimentInitAiFirstCreationPayload>;
|
|
91177
91252
|
confluence_experimentInitModernize?: Maybe<ConfluenceExperimentInitModernizePayload>;
|
|
91178
91253
|
confluence_generateForgeContextToken?: Maybe<ConfluenceForgeContextTokenPayload>;
|
|
91254
|
+
confluence_generateLegacyEditorReport?: Maybe<ConfluenceSpaceReportPayload>;
|
|
91179
91255
|
confluence_generateSpacePermissionAuditReport?: Maybe<ConfluenceAdminReportPayload>;
|
|
91180
91256
|
confluence_insertOfflineVersion?: Maybe<ConfluenceInsertOfflineVersionPayload>;
|
|
91181
91257
|
confluence_inviteUsers?: Maybe<ConfluenceInviteUserPayload>;
|
|
@@ -91187,6 +91263,7 @@ export declare type Mutation = {
|
|
|
91187
91263
|
confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
|
|
91188
91264
|
confluence_nbmStartVerificationLongTask?: Maybe<ConfluenceNbmStartVerificationLongTaskPayload>;
|
|
91189
91265
|
confluence_patchCalendar?: Maybe<ConfluencePatchCalendarPayload>;
|
|
91266
|
+
confluence_publishBlueprintSharedDraft?: Maybe<ConfluencePublishBlueprintSharedDraftPayload>;
|
|
91190
91267
|
confluence_reopenComment?: Maybe<ConfluenceReopenCommentPayload>;
|
|
91191
91268
|
confluence_resolveComments?: Maybe<ConfluenceResolveCommentsPayload>;
|
|
91192
91269
|
confluence_resolveCommentsByContentId?: Maybe<ConfluenceResolveCommentByContentIdPayload>;
|
|
@@ -91857,6 +91934,12 @@ export declare type MutationAgentStudio_AddGroupsToCreatePermissionArgs = {
|
|
|
91857
91934
|
cloudId: Scalars['ID']['input'];
|
|
91858
91935
|
groupARIs: Array<Scalars['ID']['input']>;
|
|
91859
91936
|
};
|
|
91937
|
+
export declare type MutationAgentStudio_CancelBatchEvaluationJobRunArgs = {
|
|
91938
|
+
cloudId: Scalars['String']['input'];
|
|
91939
|
+
jobRunId: Scalars['ID']['input'];
|
|
91940
|
+
productType: AgentStudioProductType;
|
|
91941
|
+
projectContainerAri: Scalars['ID']['input'];
|
|
91942
|
+
};
|
|
91860
91943
|
export declare type MutationAgentStudio_CreateAgentArgs = {
|
|
91861
91944
|
cloudId: Scalars['String']['input'];
|
|
91862
91945
|
input: AgentStudioCreateAgentInput;
|
|
@@ -91874,6 +91957,12 @@ export declare type MutationAgentStudio_CreateScenarioArgs = {
|
|
|
91874
91957
|
export declare type MutationAgentStudio_DeleteAgentArgs = {
|
|
91875
91958
|
id: Scalars['ID']['input'];
|
|
91876
91959
|
};
|
|
91960
|
+
export declare type MutationAgentStudio_DeleteDatasetArgs = {
|
|
91961
|
+
cloudId: Scalars['String']['input'];
|
|
91962
|
+
id: Scalars['ID']['input'];
|
|
91963
|
+
productType: AgentStudioProductType;
|
|
91964
|
+
projectContainerAri: Scalars['ID']['input'];
|
|
91965
|
+
};
|
|
91877
91966
|
export declare type MutationAgentStudio_DeleteDatasetItemArgs = {
|
|
91878
91967
|
cloudId: Scalars['String']['input'];
|
|
91879
91968
|
id: Scalars['ID']['input'];
|
|
@@ -92322,6 +92411,11 @@ export declare type MutationConfluence_GenerateForgeContextTokenArgs = {
|
|
|
92322
92411
|
cloudId: Scalars['ID']['input'];
|
|
92323
92412
|
input: ConfluenceForgeContextTokenRequestInput;
|
|
92324
92413
|
};
|
|
92414
|
+
export declare type MutationConfluence_GenerateLegacyEditorReportArgs = {
|
|
92415
|
+
cloudId: Scalars['ID']['input'];
|
|
92416
|
+
contentType: ConfluenceLegacyEditorReportType;
|
|
92417
|
+
spaceId: Scalars['ID']['input'];
|
|
92418
|
+
};
|
|
92325
92419
|
export declare type MutationConfluence_GenerateSpacePermissionAuditReportArgs = {
|
|
92326
92420
|
cloudId: Scalars['ID']['input'];
|
|
92327
92421
|
reportType: ConfluenceSpacePermissionAuditReportType;
|
|
@@ -92368,6 +92462,10 @@ export declare type MutationConfluence_PatchCalendarArgs = {
|
|
|
92368
92462
|
cloudId: Scalars['ID']['input'];
|
|
92369
92463
|
input: ConfluencePatchCalendarInput;
|
|
92370
92464
|
};
|
|
92465
|
+
export declare type MutationConfluence_PublishBlueprintSharedDraftArgs = {
|
|
92466
|
+
cloudId: Scalars['ID']['input'];
|
|
92467
|
+
input?: InputMaybe<ConfluencePublishBlueprintSharedDraftInput>;
|
|
92468
|
+
};
|
|
92371
92469
|
export declare type MutationConfluence_ReopenCommentArgs = {
|
|
92372
92470
|
cloudId: Scalars['ID']['input'];
|
|
92373
92471
|
commentId: Scalars['ID']['input'];
|
|
@@ -97331,6 +97429,7 @@ export declare type Query = {
|
|
|
97331
97429
|
confluence_isSpaceRoleAssignedToUserTypes?: Maybe<ConfluenceSpaceRoleAssigned>;
|
|
97332
97430
|
confluence_isWatchingLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
97333
97431
|
confluence_latestKnowledgeGraphObjectV2?: Maybe<KnowledgeGraphObjectResponseV2>;
|
|
97432
|
+
confluence_legacyEditorReportDownloadLink?: Maybe<ConfluenceLegacyEditorReportDownloadLink>;
|
|
97334
97433
|
confluence_loomEntryPoints?: Maybe<ConfluenceLoomEntryPoints>;
|
|
97335
97434
|
confluence_macroPlaceholderAdf?: Maybe<ConfluenceMacroPlaceholderAdf>;
|
|
97336
97435
|
confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
|
|
@@ -98910,6 +99009,11 @@ export declare type QueryConfluence_LatestKnowledgeGraphObjectV2Args = {
|
|
|
98910
99009
|
contentType: KnowledgeGraphContentType;
|
|
98911
99010
|
objectType: KnowledgeGraphObjectType;
|
|
98912
99011
|
};
|
|
99012
|
+
export declare type QueryConfluence_LegacyEditorReportDownloadLinkArgs = {
|
|
99013
|
+
cloudId: Scalars['ID']['input'];
|
|
99014
|
+
spaceId: Scalars['ID']['input'];
|
|
99015
|
+
taskId: Scalars['ID']['input'];
|
|
99016
|
+
};
|
|
98913
99017
|
export declare type QueryConfluence_LoomEntryPointsArgs = {
|
|
98914
99018
|
cloudId: Scalars['ID']['input'];
|
|
98915
99019
|
};
|
|
@@ -101537,8 +101641,13 @@ export declare type RadarFieldPermissionsInput = {
|
|
|
101537
101641
|
};
|
|
101538
101642
|
export declare type RadarFieldSettingsInput = {
|
|
101539
101643
|
entity: RadarEntityType;
|
|
101644
|
+
permissionUpdates?: InputMaybe<RadarFieldSettingsPermissionsInput>;
|
|
101540
101645
|
relativeId: Scalars['String']['input'];
|
|
101541
|
-
sensitivityLevel
|
|
101646
|
+
sensitivityLevel?: InputMaybe<RadarSensitivityLevel>;
|
|
101647
|
+
};
|
|
101648
|
+
export declare type RadarFieldSettingsPermissionsInput = {
|
|
101649
|
+
addedViewSensitiveFieldGroups?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
101650
|
+
removedViewSensitiveFieldGroups?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
101542
101651
|
};
|
|
101543
101652
|
export declare enum RadarFieldType {
|
|
101544
101653
|
Ari = "ARI",
|
|
@@ -126838,9 +126947,11 @@ export declare type TeamMutation = {
|
|
|
126838
126947
|
__typename?: 'TeamMutation';
|
|
126839
126948
|
addChild?: Maybe<TeamV2>;
|
|
126840
126949
|
addParent?: Maybe<TeamV2>;
|
|
126950
|
+
createTeamType?: Maybe<TeamType>;
|
|
126841
126951
|
removeChild?: Maybe<TeamV2>;
|
|
126842
126952
|
removeParent?: Maybe<TeamV2>;
|
|
126843
126953
|
updateRoleAssignments?: Maybe<TeamUpdateRoleAssignmentsResponse>;
|
|
126954
|
+
updateType?: Maybe<TeamType>;
|
|
126844
126955
|
};
|
|
126845
126956
|
export declare type TeamMutationAddChildArgs = {
|
|
126846
126957
|
childId: Scalars['ID']['input'];
|
|
@@ -126852,6 +126963,10 @@ export declare type TeamMutationAddParentArgs = {
|
|
|
126852
126963
|
siteId: Scalars['ID']['input'];
|
|
126853
126964
|
teamId: Scalars['ID']['input'];
|
|
126854
126965
|
};
|
|
126966
|
+
export declare type TeamMutationCreateTeamTypeArgs = {
|
|
126967
|
+
scopeId: Scalars['ID']['input'];
|
|
126968
|
+
typeData: TeamTypeCreationPayload;
|
|
126969
|
+
};
|
|
126855
126970
|
export declare type TeamMutationRemoveChildArgs = {
|
|
126856
126971
|
childId: Scalars['ID']['input'];
|
|
126857
126972
|
siteId: Scalars['ID']['input'];
|
|
@@ -126867,6 +126982,10 @@ export declare type TeamMutationUpdateRoleAssignmentsArgs = {
|
|
|
126867
126982
|
principalsToRemove: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
126868
126983
|
role: TeamRole;
|
|
126869
126984
|
};
|
|
126985
|
+
export declare type TeamMutationUpdateTypeArgs = {
|
|
126986
|
+
id: Scalars['ID']['input'];
|
|
126987
|
+
typeData: TeamTypeUpdatePayload;
|
|
126988
|
+
};
|
|
126870
126989
|
export declare enum TeamPermission {
|
|
126871
126990
|
FullRead = "FULL_READ",
|
|
126872
126991
|
FullWrite = "FULL_WRITE",
|
|
@@ -126888,6 +127007,8 @@ export declare type TeamQuery = {
|
|
|
126888
127007
|
teamSearch?: Maybe<TeamSearchResultConnection>;
|
|
126889
127008
|
teamSearchV2?: Maybe<TeamSearchResultConnectionV2>;
|
|
126890
127009
|
teamV2?: Maybe<TeamV2>;
|
|
127010
|
+
typeInformation?: Maybe<TeamType>;
|
|
127011
|
+
typesWithinScope?: Maybe<TeamTypeConnection>;
|
|
126891
127012
|
};
|
|
126892
127013
|
export declare type TeamQueryRoleAssignmentsArgs = {
|
|
126893
127014
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -126919,6 +127040,15 @@ export declare type TeamQueryTeamV2Args = {
|
|
|
126919
127040
|
id: Scalars['ID']['input'];
|
|
126920
127041
|
siteId: Scalars['String']['input'];
|
|
126921
127042
|
};
|
|
127043
|
+
export declare type TeamQueryTypeInformationArgs = {
|
|
127044
|
+
id: Scalars['ID']['input'];
|
|
127045
|
+
scopeId: Scalars['ID']['input'];
|
|
127046
|
+
};
|
|
127047
|
+
export declare type TeamQueryTypesWithinScopeArgs = {
|
|
127048
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
127049
|
+
first?: Scalars['Int']['input'];
|
|
127050
|
+
scopeId: Scalars['ID']['input'];
|
|
127051
|
+
};
|
|
126922
127052
|
export declare enum TeamRole {
|
|
126923
127053
|
TeamsAdmin = "TEAMS_ADMIN",
|
|
126924
127054
|
TeamsObserver = "TEAMS_OBSERVER",
|
|
@@ -126995,6 +127125,39 @@ export declare enum TeamStateV2 {
|
|
|
126995
127125
|
Active = "ACTIVE",
|
|
126996
127126
|
Purged = "PURGED"
|
|
126997
127127
|
}
|
|
127128
|
+
export declare type TeamType = {
|
|
127129
|
+
__typename?: 'TeamType';
|
|
127130
|
+
default?: Maybe<TeamTypeDefaultFor>;
|
|
127131
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
127132
|
+
id: Scalars['ID']['output'];
|
|
127133
|
+
name: Scalars['String']['output'];
|
|
127134
|
+
teamScope: Scalars['ID']['output'];
|
|
127135
|
+
verified?: Maybe<Scalars['Boolean']['output']>;
|
|
127136
|
+
};
|
|
127137
|
+
export declare type TeamTypeConnection = {
|
|
127138
|
+
__typename?: 'TeamTypeConnection';
|
|
127139
|
+
edges?: Maybe<Array<TeamTypeEdge>>;
|
|
127140
|
+
nodes?: Maybe<Array<TeamType>>;
|
|
127141
|
+
pageInfo: PageInfo;
|
|
127142
|
+
};
|
|
127143
|
+
export declare type TeamTypeCreationPayload = {
|
|
127144
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
127145
|
+
name: Scalars['String']['input'];
|
|
127146
|
+
};
|
|
127147
|
+
export declare enum TeamTypeDefaultFor {
|
|
127148
|
+
Admin = "ADMIN",
|
|
127149
|
+
UserManaged = "USER_MANAGED",
|
|
127150
|
+
Verified = "VERIFIED"
|
|
127151
|
+
}
|
|
127152
|
+
export declare type TeamTypeEdge = {
|
|
127153
|
+
__typename?: 'TeamTypeEdge';
|
|
127154
|
+
cursor: Scalars['String']['output'];
|
|
127155
|
+
node?: Maybe<TeamType>;
|
|
127156
|
+
};
|
|
127157
|
+
export declare type TeamTypeUpdatePayload = {
|
|
127158
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
127159
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
127160
|
+
};
|
|
126998
127161
|
export declare type TeamUpdateRoleAssignmentsResponse = {
|
|
126999
127162
|
__typename?: 'TeamUpdateRoleAssignmentsResponse';
|
|
127000
127163
|
successfullyAddedPrincipals?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|