@forge/cli-shared 7.0.0-next.3 → 7.0.0-next.5
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 +12 -0
- package/out/graphql/graphql-types.d.ts +313 -61
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +29 -2
- package/out/service/statsig-service.d.ts +1 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +1 -1
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 7.0.0-next.5
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 27f557d: Improve forge tunnel debugFunctionHandlers error handling
|
|
8
|
+
|
|
9
|
+
## 7.0.0-next.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 3af315d: Use .cjs extension for the single wrapper
|
|
14
|
+
|
|
3
15
|
## 7.0.0-next.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -4873,55 +4873,6 @@ export declare type CloudAppScope = {
|
|
|
4873
4873
|
id: Scalars['ID']['output'];
|
|
4874
4874
|
name: Scalars['String']['output'];
|
|
4875
4875
|
};
|
|
4876
|
-
export declare type CmdbObject = {
|
|
4877
|
-
__typename?: 'CmdbObject';
|
|
4878
|
-
attributes?: Maybe<CmdbObjectAttributeConnection>;
|
|
4879
|
-
id: Scalars['ID']['output'];
|
|
4880
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
4881
|
-
objectKey?: Maybe<Scalars['String']['output']>;
|
|
4882
|
-
objectTypeId: Scalars['ID']['output'];
|
|
4883
|
-
objectTypeName?: Maybe<Scalars['String']['output']>;
|
|
4884
|
-
};
|
|
4885
|
-
export declare type CmdbObjectAttributesArgs = {
|
|
4886
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
4887
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4888
|
-
};
|
|
4889
|
-
export declare type CmdbObjectAttribute = {
|
|
4890
|
-
__typename?: 'CmdbObjectAttribute';
|
|
4891
|
-
objectAttributeValues?: Maybe<CmdbObjectAttributeValueConnection>;
|
|
4892
|
-
objectTypeAttributeId: Scalars['ID']['output'];
|
|
4893
|
-
objectTypeAttributeName?: Maybe<Scalars['String']['output']>;
|
|
4894
|
-
};
|
|
4895
|
-
export declare type CmdbObjectAttributeObjectAttributeValuesArgs = {
|
|
4896
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
4897
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4898
|
-
};
|
|
4899
|
-
export declare type CmdbObjectAttributeConnection = {
|
|
4900
|
-
__typename?: 'CmdbObjectAttributeConnection';
|
|
4901
|
-
edges?: Maybe<Array<Maybe<CmdbObjectAttributeEdge>>>;
|
|
4902
|
-
nodes?: Maybe<Array<Maybe<CmdbObjectAttribute>>>;
|
|
4903
|
-
pageInfo: PageInfo;
|
|
4904
|
-
};
|
|
4905
|
-
export declare type CmdbObjectAttributeEdge = {
|
|
4906
|
-
__typename?: 'CmdbObjectAttributeEdge';
|
|
4907
|
-
cursor: Scalars['String']['output'];
|
|
4908
|
-
node?: Maybe<CmdbObjectAttribute>;
|
|
4909
|
-
};
|
|
4910
|
-
export declare type CmdbObjectAttributeValue = {
|
|
4911
|
-
__typename?: 'CmdbObjectAttributeValue';
|
|
4912
|
-
value?: Maybe<Scalars['String']['output']>;
|
|
4913
|
-
};
|
|
4914
|
-
export declare type CmdbObjectAttributeValueConnection = {
|
|
4915
|
-
__typename?: 'CmdbObjectAttributeValueConnection';
|
|
4916
|
-
edges?: Maybe<Array<Maybe<CmdbObjectAttributeValueEdge>>>;
|
|
4917
|
-
nodes?: Maybe<Array<Maybe<CmdbObjectAttributeValue>>>;
|
|
4918
|
-
pageInfo: PageInfo;
|
|
4919
|
-
};
|
|
4920
|
-
export declare type CmdbObjectAttributeValueEdge = {
|
|
4921
|
-
__typename?: 'CmdbObjectAttributeValueEdge';
|
|
4922
|
-
cursor: Scalars['String']['output'];
|
|
4923
|
-
node?: Maybe<CmdbObjectAttributeValue>;
|
|
4924
|
-
};
|
|
4925
4876
|
export declare type CodeInJira = {
|
|
4926
4877
|
__typename?: 'CodeInJira';
|
|
4927
4878
|
siteConfiguration?: Maybe<CodeInJiraSiteConfiguration>;
|
|
@@ -5513,17 +5464,36 @@ export declare enum CompassBuildEventState {
|
|
|
5513
5464
|
}
|
|
5514
5465
|
export declare type CompassCampaign = Node & {
|
|
5515
5466
|
__typename?: 'CompassCampaign';
|
|
5467
|
+
appliedToComponents?: Maybe<CompassGoalAppliedToComponentsConnection>;
|
|
5516
5468
|
createdByUser?: Maybe<User>;
|
|
5469
|
+
criteriaScoreStatisticsHistories?: Maybe<CompassScorecardCriteriaScoreStatisticsHistoryConnection>;
|
|
5517
5470
|
description?: Maybe<Scalars['String']['output']>;
|
|
5518
5471
|
dueDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5472
|
+
filters?: Maybe<CompassGoalFilters>;
|
|
5519
5473
|
goal?: Maybe<TownsquareGoal>;
|
|
5520
5474
|
goalId?: Maybe<Scalars['ID']['output']>;
|
|
5521
5475
|
id: Scalars['ID']['output'];
|
|
5522
5476
|
name?: Maybe<Scalars['String']['output']>;
|
|
5523
5477
|
scorecard?: Maybe<CompassScorecard>;
|
|
5478
|
+
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
5524
5479
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5525
5480
|
status?: Maybe<Scalars['String']['output']>;
|
|
5526
5481
|
};
|
|
5482
|
+
export declare type CompassCampaignAppliedToComponentsArgs = {
|
|
5483
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5484
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5485
|
+
query?: InputMaybe<CompassGoalAppliedToComponentsQuery>;
|
|
5486
|
+
};
|
|
5487
|
+
export declare type CompassCampaignCriteriaScoreStatisticsHistoriesArgs = {
|
|
5488
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5489
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5490
|
+
query?: InputMaybe<CompassGoalCriteriaScoreStatisticsHistoryQuery>;
|
|
5491
|
+
};
|
|
5492
|
+
export declare type CompassCampaignScorecardScoreStatisticsHistoriesArgs = {
|
|
5493
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5494
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5495
|
+
query?: InputMaybe<CompassGoalScoreStatisticsHistoryQuery>;
|
|
5496
|
+
};
|
|
5527
5497
|
export declare type CompassCampaignConnection = {
|
|
5528
5498
|
__typename?: 'CompassCampaignConnection';
|
|
5529
5499
|
edges?: Maybe<Array<CompassCampaignEdge>>;
|
|
@@ -5979,6 +5949,7 @@ export declare type CompassCatalogQueryApi = {
|
|
|
5979
5949
|
starredComponents?: Maybe<CompassStarredComponentsResult>;
|
|
5980
5950
|
teamCheckins?: Maybe<Array<CompassTeamCheckin>>;
|
|
5981
5951
|
teamData?: Maybe<CompassTeamDataResult>;
|
|
5952
|
+
topScorecards?: Maybe<CompassScorecardConnection>;
|
|
5982
5953
|
userDefinedParameters?: Maybe<CompassUserDefinedParametersConnection>;
|
|
5983
5954
|
viewerGlobalPermissions?: Maybe<CompassGlobalPermissionsResult>;
|
|
5984
5955
|
};
|
|
@@ -6143,6 +6114,12 @@ export declare type CompassCatalogQueryApiTeamCheckinsArgs = {
|
|
|
6143
6114
|
export declare type CompassCatalogQueryApiTeamDataArgs = {
|
|
6144
6115
|
input: CompassTeamDataInput;
|
|
6145
6116
|
};
|
|
6117
|
+
export declare type CompassCatalogQueryApiTopScorecardsArgs = {
|
|
6118
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
6119
|
+
cloudId: Scalars['ID']['input'];
|
|
6120
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
6121
|
+
query?: InputMaybe<CompassTopScorecardsQuery>;
|
|
6122
|
+
};
|
|
6146
6123
|
export declare type CompassCatalogQueryApiUserDefinedParametersArgs = {
|
|
6147
6124
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
6148
6125
|
componentId: Scalars['ID']['input'];
|
|
@@ -7936,6 +7913,54 @@ export declare type CompassGlobalPermissions = {
|
|
|
7936
7913
|
viewMetricDefinitions?: Maybe<CompassPermissionResult>;
|
|
7937
7914
|
};
|
|
7938
7915
|
export declare type CompassGlobalPermissionsResult = CompassGlobalPermissions | QueryError;
|
|
7916
|
+
export declare type CompassGoalAppliedToComponentsConnection = {
|
|
7917
|
+
__typename?: 'CompassGoalAppliedToComponentsConnection';
|
|
7918
|
+
edges?: Maybe<Array<CompassGoalAppliedToComponentsEdge>>;
|
|
7919
|
+
nodes?: Maybe<Array<CompassComponent>>;
|
|
7920
|
+
pageInfo: PageInfo;
|
|
7921
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
7922
|
+
};
|
|
7923
|
+
export declare type CompassGoalAppliedToComponentsEdge = {
|
|
7924
|
+
__typename?: 'CompassGoalAppliedToComponentsEdge';
|
|
7925
|
+
cursor: Scalars['String']['output'];
|
|
7926
|
+
node?: Maybe<CompassComponent>;
|
|
7927
|
+
};
|
|
7928
|
+
export declare type CompassGoalAppliedToComponentsQuery = {
|
|
7929
|
+
sort?: InputMaybe<CompassGoalAppliedToComponentsQuerySort>;
|
|
7930
|
+
};
|
|
7931
|
+
export declare type CompassGoalAppliedToComponentsQuerySort = {
|
|
7932
|
+
name: Scalars['String']['input'];
|
|
7933
|
+
order: CompassQuerySortOrder;
|
|
7934
|
+
};
|
|
7935
|
+
export declare type CompassGoalCriteriaScoreStatisticsHistoryQuery = {
|
|
7936
|
+
filter?: InputMaybe<CompassGoalCriteriaScoreStatisticsHistoryQueryFilter>;
|
|
7937
|
+
};
|
|
7938
|
+
export declare type CompassGoalCriteriaScoreStatisticsHistoryQueryFilter = {
|
|
7939
|
+
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
7940
|
+
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
7941
|
+
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
7942
|
+
};
|
|
7943
|
+
export declare type CompassGoalFilters = {
|
|
7944
|
+
__typename?: 'CompassGoalFilters';
|
|
7945
|
+
applicationTypes?: Maybe<Array<Scalars['String']['output']>>;
|
|
7946
|
+
componentLabels?: Maybe<Array<Scalars['String']['output']>>;
|
|
7947
|
+
componentOwnerIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
7948
|
+
componentTiers?: Maybe<Array<Scalars['String']['output']>>;
|
|
7949
|
+
};
|
|
7950
|
+
export declare type CompassGoalFiltersInput = {
|
|
7951
|
+
applicationTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
7952
|
+
componentLabels?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
7953
|
+
componentOwnerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
7954
|
+
componentTiers?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
7955
|
+
};
|
|
7956
|
+
export declare type CompassGoalScoreStatisticsHistoryQuery = {
|
|
7957
|
+
filter?: InputMaybe<CompassGoalScoreStatisticsHistoryQueryFilter>;
|
|
7958
|
+
};
|
|
7959
|
+
export declare type CompassGoalScoreStatisticsHistoryQueryFilter = {
|
|
7960
|
+
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
7961
|
+
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
7962
|
+
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
7963
|
+
};
|
|
7939
7964
|
export declare type CompassHasCustomBooleanFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
7940
7965
|
__typename?: 'CompassHasCustomBooleanFieldLibraryScorecardCriterion';
|
|
7941
7966
|
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
@@ -9737,6 +9762,16 @@ export declare type CompassTeamMetricSourceEdge = {
|
|
|
9737
9762
|
cursor: Scalars['String']['output'];
|
|
9738
9763
|
node?: Maybe<CompassTeamMetricSource>;
|
|
9739
9764
|
};
|
|
9765
|
+
export declare type CompassTopScorecardsQuery = {
|
|
9766
|
+
filter?: InputMaybe<CompassTopScorecardsQueryFilter>;
|
|
9767
|
+
sort?: InputMaybe<CompassTopScorecardsQuerySort>;
|
|
9768
|
+
};
|
|
9769
|
+
export declare type CompassTopScorecardsQueryFilter = {
|
|
9770
|
+
teams?: InputMaybe<CompassScorecardAppliedToComponentsOwnerFilter>;
|
|
9771
|
+
};
|
|
9772
|
+
export declare type CompassTopScorecardsQuerySort = {
|
|
9773
|
+
order?: InputMaybe<CompassScorecardQuerySortOrder>;
|
|
9774
|
+
};
|
|
9740
9775
|
export declare type CompassUnsetEntityPropertyInput = {
|
|
9741
9776
|
cloudId: Scalars['ID']['input'];
|
|
9742
9777
|
key: Scalars['String']['input'];
|
|
@@ -9764,6 +9799,7 @@ export declare type CompassUpdateAnnouncementPayload = Payload & {
|
|
|
9764
9799
|
export declare type CompassUpdateCampaignInput = {
|
|
9765
9800
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
9766
9801
|
dueDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
9802
|
+
filters?: InputMaybe<CompassGoalFiltersInput>;
|
|
9767
9803
|
goalId?: InputMaybe<Scalars['ID']['input']>;
|
|
9768
9804
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
9769
9805
|
startDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -22949,6 +22985,12 @@ export declare type DevAiGetSupportedReposArgs = {
|
|
|
22949
22985
|
repoUrls?: InputMaybe<Array<Scalars['URL']['input']>>;
|
|
22950
22986
|
workspaceId: Scalars['ID']['input'];
|
|
22951
22987
|
};
|
|
22988
|
+
export declare type DevAiArchivedTechnicalPlannerJobPayload = Payload & {
|
|
22989
|
+
__typename?: 'DevAiArchivedTechnicalPlannerJobPayload';
|
|
22990
|
+
errors?: Maybe<Array<MutationError>>;
|
|
22991
|
+
jobId?: Maybe<Scalars['ID']['output']>;
|
|
22992
|
+
success: Scalars['Boolean']['output'];
|
|
22993
|
+
};
|
|
22952
22994
|
export declare type DevAiAutodevContinueJobWithPromptPayload = Payload & {
|
|
22953
22995
|
__typename?: 'DevAiAutodevContinueJobWithPromptPayload';
|
|
22954
22996
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -23422,9 +23464,17 @@ export declare enum DevAiSupportedRepoFilterOption {
|
|
|
23422
23464
|
DisabledOnly = "DISABLED_ONLY",
|
|
23423
23465
|
EnabledOnly = "ENABLED_ONLY"
|
|
23424
23466
|
}
|
|
23467
|
+
export declare type DevAiTechnicalPlannerFileCounts = {
|
|
23468
|
+
__typename?: 'DevAiTechnicalPlannerFileCounts';
|
|
23469
|
+
addedCount: Scalars['Int']['output'];
|
|
23470
|
+
deletedCount: Scalars['Int']['output'];
|
|
23471
|
+
modifiedCount: Scalars['Int']['output'];
|
|
23472
|
+
};
|
|
23425
23473
|
export declare type DevAiTechnicalPlannerJob = {
|
|
23426
23474
|
__typename?: 'DevAiTechnicalPlannerJob';
|
|
23475
|
+
createdAt: Scalars['String']['output'];
|
|
23427
23476
|
error?: Maybe<DevAiWorkflowRunError>;
|
|
23477
|
+
fileCounts?: Maybe<DevAiTechnicalPlannerFileCounts>;
|
|
23428
23478
|
id: Scalars['ID']['output'];
|
|
23429
23479
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
23430
23480
|
planAdf?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -82012,6 +82062,7 @@ export declare type Mutation = {
|
|
|
82012
82062
|
deleteWebTriggerUrl?: Maybe<DeleteWebTriggerUrlResponse>;
|
|
82013
82063
|
devAi?: Maybe<DevAiMutations>;
|
|
82014
82064
|
devOps?: Maybe<DevOpsMutation>;
|
|
82065
|
+
devai_archiveTechnicalPlannerJob?: Maybe<DevAiArchivedTechnicalPlannerJobPayload>;
|
|
82015
82066
|
devai_completeFlowSession?: Maybe<DevAiFlowSessionCompletePayload>;
|
|
82016
82067
|
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
82017
82068
|
devai_createFlow?: Maybe<DevAiFlowSessionCreatePayload>;
|
|
@@ -82109,6 +82160,8 @@ export declare type Mutation = {
|
|
|
82109
82160
|
newPage?: Maybe<NewPagePayload>;
|
|
82110
82161
|
notifications?: Maybe<InfluentsNotificationMutation>;
|
|
82111
82162
|
notifyUsersOnFirstView?: Maybe<NotificationResponsePayload>;
|
|
82163
|
+
offlineUserAuthToken?: Maybe<OfflineUserAuthTokenResponse>;
|
|
82164
|
+
offlineUserAuthTokenForExtension?: Maybe<OfflineUserAuthTokenResponse>;
|
|
82112
82165
|
openUpSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
82113
82166
|
partnerEarlyAccess?: Maybe<PeapMutationApi>;
|
|
82114
82167
|
planModeCardCreate?: Maybe<CreateCardsOutput>;
|
|
@@ -82211,6 +82264,9 @@ export declare type Mutation = {
|
|
|
82211
82264
|
spf_updateDependencyStatus?: Maybe<SpfUpdateDependencyPayload>;
|
|
82212
82265
|
spf_updateDependencyTargetDate?: Maybe<SpfUpdateDependencyPayload>;
|
|
82213
82266
|
splitIssue?: Maybe<SplitIssueOutput>;
|
|
82267
|
+
stakeholderComms_createStakeholder?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
82268
|
+
stakeholderComms_removeStakeholderAssignment?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
82269
|
+
stakeholderComms_updateStakeholder?: Maybe<StakeholderCommsStakeholderResponse>;
|
|
82214
82270
|
startSprint?: Maybe<SprintResponse>;
|
|
82215
82271
|
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
82216
82272
|
team?: Maybe<TeamMutation>;
|
|
@@ -83381,6 +83437,10 @@ export declare type MutationDeleteTemplateArgs = {
|
|
|
83381
83437
|
export declare type MutationDeleteWebTriggerUrlArgs = {
|
|
83382
83438
|
id: Scalars['ID']['input'];
|
|
83383
83439
|
};
|
|
83440
|
+
export declare type MutationDevai_ArchiveTechnicalPlannerJobArgs = {
|
|
83441
|
+
cloudId: Scalars['ID']['input'];
|
|
83442
|
+
jobId: Scalars['ID']['input'];
|
|
83443
|
+
};
|
|
83384
83444
|
export declare type MutationDevai_CompleteFlowSessionArgs = {
|
|
83385
83445
|
id: Scalars['ID']['input'];
|
|
83386
83446
|
};
|
|
@@ -83646,6 +83706,12 @@ export declare type MutationNewPageArgs = {
|
|
|
83646
83706
|
export declare type MutationNotifyUsersOnFirstViewArgs = {
|
|
83647
83707
|
contentId: Scalars['ID']['input'];
|
|
83648
83708
|
};
|
|
83709
|
+
export declare type MutationOfflineUserAuthTokenArgs = {
|
|
83710
|
+
input: OfflineUserAuthTokenInput;
|
|
83711
|
+
};
|
|
83712
|
+
export declare type MutationOfflineUserAuthTokenForExtensionArgs = {
|
|
83713
|
+
input: OfflineUserAuthTokenForExtensionInput;
|
|
83714
|
+
};
|
|
83649
83715
|
export declare type MutationOpenUpSpacePermissionsArgs = {
|
|
83650
83716
|
spaceKey: Scalars['String']['input'];
|
|
83651
83717
|
};
|
|
@@ -83964,6 +84030,15 @@ export declare type MutationSpf_UpdateDependencyTargetDateArgs = {
|
|
|
83964
84030
|
export declare type MutationSplitIssueArgs = {
|
|
83965
84031
|
input?: InputMaybe<SplitIssueInput>;
|
|
83966
84032
|
};
|
|
84033
|
+
export declare type MutationStakeholderComms_CreateStakeholderArgs = {
|
|
84034
|
+
stakeholder: StakeholderCommsCreateStakeholderInput;
|
|
84035
|
+
};
|
|
84036
|
+
export declare type MutationStakeholderComms_RemoveStakeholderAssignmentArgs = {
|
|
84037
|
+
stakeholderAssignmentInput: StakeholderCommsStakeholderAssignmentIdInput;
|
|
84038
|
+
};
|
|
84039
|
+
export declare type MutationStakeholderComms_UpdateStakeholderArgs = {
|
|
84040
|
+
updateStakeholderInput: StakeholderCommsUpdateStakeholderInput;
|
|
84041
|
+
};
|
|
83967
84042
|
export declare type MutationStartSprintArgs = {
|
|
83968
84043
|
input?: InputMaybe<StartSprintInput>;
|
|
83969
84044
|
};
|
|
@@ -84589,6 +84664,21 @@ export declare type OAuthClientsScopeDetails = {
|
|
|
84589
84664
|
description?: Maybe<Scalars['String']['output']>;
|
|
84590
84665
|
key: Scalars['String']['output'];
|
|
84591
84666
|
};
|
|
84667
|
+
export declare type OfflineUserAuthTokenForExtensionInput = {
|
|
84668
|
+
contextIds: Array<Scalars['ID']['input']>;
|
|
84669
|
+
extensionId: Scalars['ID']['input'];
|
|
84670
|
+
userId: Scalars['String']['input'];
|
|
84671
|
+
};
|
|
84672
|
+
export declare type OfflineUserAuthTokenInput = {
|
|
84673
|
+
contextIds: Array<Scalars['ID']['input']>;
|
|
84674
|
+
userId: Scalars['String']['input'];
|
|
84675
|
+
};
|
|
84676
|
+
export declare type OfflineUserAuthTokenResponse = Payload & {
|
|
84677
|
+
__typename?: 'OfflineUserAuthTokenResponse';
|
|
84678
|
+
authToken?: Maybe<AuthToken>;
|
|
84679
|
+
errors?: Maybe<Array<MutationError>>;
|
|
84680
|
+
success: Scalars['Boolean']['output'];
|
|
84681
|
+
};
|
|
84592
84682
|
export declare type OnboardingState = {
|
|
84593
84683
|
__typename?: 'OnboardingState';
|
|
84594
84684
|
key: Scalars['String']['output'];
|
|
@@ -87024,7 +87114,6 @@ export declare type Query = {
|
|
|
87024
87114
|
channelPlatform_submitRequest?: Maybe<ChannelPlatformSubmitRequestResponse>;
|
|
87025
87115
|
classificationLevel?: Maybe<ContentDataClassificationLevel>;
|
|
87026
87116
|
classificationLevels?: Maybe<Array<ContentDataClassificationLevel>>;
|
|
87027
|
-
cmdb_getCmdbObjectsByIds?: Maybe<Array<Maybe<CmdbObject>>>;
|
|
87028
87117
|
codeInJira?: Maybe<CodeInJira>;
|
|
87029
87118
|
collabContext_workspaceIsConnectedToWorkspace?: Maybe<CollabContextWorkspaceConnection>;
|
|
87030
87119
|
collabDraft?: Maybe<CollabDraft>;
|
|
@@ -87476,7 +87565,7 @@ export declare type Query = {
|
|
|
87476
87565
|
loom_settings?: Maybe<LoomSettings>;
|
|
87477
87566
|
loom_space?: Maybe<LoomSpace>;
|
|
87478
87567
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
87479
|
-
loom_spacesSearch
|
|
87568
|
+
loom_spacesSearch?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
87480
87569
|
loom_video?: Maybe<LoomVideo>;
|
|
87481
87570
|
loom_videoDurations?: Maybe<LoomVideoDurations>;
|
|
87482
87571
|
loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
@@ -87632,6 +87721,9 @@ export declare type Query = {
|
|
|
87632
87721
|
spf_dependency?: Maybe<SpfDependency>;
|
|
87633
87722
|
sqlSchemaSizeLog: SqlSchemaSizeLogResponse;
|
|
87634
87723
|
sqlSlowQueryLogs: Array<SqlSlowQueryLogsResponse>;
|
|
87724
|
+
stakeholderComms_getAssignmentsByStakeholder?: Maybe<StakeholderCommsPaginatedAssignmentResults>;
|
|
87725
|
+
stakeholderComms_getStakeholder?: Maybe<StakeholderCommsStakeholderResponse>;
|
|
87726
|
+
stakeholderComms_getStakeholdersByAssignment?: Maybe<StakeholderCommsPaginatedStakeholderResults>;
|
|
87635
87727
|
stalePages?: Maybe<PaginatedStalePagePayloadList>;
|
|
87636
87728
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
87637
87729
|
suggestedSpaces?: Maybe<PaginatedSpaceList>;
|
|
@@ -87964,9 +88056,6 @@ export declare type QueryClassificationLevelArgs = {
|
|
|
87964
88056
|
export declare type QueryClassificationLevelsArgs = {
|
|
87965
88057
|
reclassificationFilterScope?: InputMaybe<ReclassificationFilterScope>;
|
|
87966
88058
|
};
|
|
87967
|
-
export declare type QueryCmdb_GetCmdbObjectsByIdsArgs = {
|
|
87968
|
-
ids: Array<Scalars['ID']['input']>;
|
|
87969
|
-
};
|
|
87970
88059
|
export declare type QueryCodeInJiraArgs = {
|
|
87971
88060
|
cloudId: Scalars['ID']['input'];
|
|
87972
88061
|
};
|
|
@@ -90404,6 +90493,15 @@ export declare type QuerySqlSlowQueryLogsArgs = {
|
|
|
90404
90493
|
interval: QueryInterval;
|
|
90405
90494
|
queryType: Array<QueryType>;
|
|
90406
90495
|
};
|
|
90496
|
+
export declare type QueryStakeholderComms_GetAssignmentsByStakeholderArgs = {
|
|
90497
|
+
paginatedAssignmentByStakeholderIdInput: StakeholderCommsPaginatedAssignmentByStakeholderInput;
|
|
90498
|
+
};
|
|
90499
|
+
export declare type QueryStakeholderComms_GetStakeholderArgs = {
|
|
90500
|
+
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
90501
|
+
};
|
|
90502
|
+
export declare type QueryStakeholderComms_GetStakeholdersByAssignmentArgs = {
|
|
90503
|
+
paginatedStakeholderInput: StakeholderCommsPaginatedStakeholderInput;
|
|
90504
|
+
};
|
|
90407
90505
|
export declare type QueryStalePagesArgs = {
|
|
90408
90506
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
90409
90507
|
includePagesWithChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -92623,6 +92721,7 @@ export declare enum Scope {
|
|
|
92623
92721
|
PullRequest = "PULL_REQUEST",
|
|
92624
92722
|
PullRequestWrite = "PULL_REQUEST_WRITE",
|
|
92625
92723
|
ReadAccount = "READ_ACCOUNT",
|
|
92724
|
+
ReadAppSystemToken = "READ_APP_SYSTEM_TOKEN",
|
|
92626
92725
|
ReadCompassAttentionItem = "READ_COMPASS_ATTENTION_ITEM",
|
|
92627
92726
|
ReadCompassComponent = "READ_COMPASS_COMPONENT",
|
|
92628
92727
|
ReadCompassEvent = "READ_COMPASS_EVENT",
|
|
@@ -95669,6 +95768,7 @@ export declare type SmartsRecommendedObject = {
|
|
|
95669
95768
|
__typename?: 'SmartsRecommendedObject';
|
|
95670
95769
|
id: Scalars['ID']['output'];
|
|
95671
95770
|
object?: Maybe<SmartsRecommendedObjectData>;
|
|
95771
|
+
reason?: Maybe<Scalars['String']['output']>;
|
|
95672
95772
|
score?: Maybe<Scalars['Float']['output']>;
|
|
95673
95773
|
};
|
|
95674
95774
|
export declare type SmartsRecommendedObjectData = ConfluenceBlogPost | ConfluencePage;
|
|
@@ -96469,11 +96569,12 @@ export declare type SpfAttachRelatedContentPayload = Payload & {
|
|
|
96469
96569
|
};
|
|
96470
96570
|
export declare type SpfComment = {
|
|
96471
96571
|
__typename?: 'SpfComment';
|
|
96472
|
-
createdAt
|
|
96572
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
96473
96573
|
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
96474
96574
|
data: Scalars['String']['output'];
|
|
96575
|
+
dependencyId: Scalars['String']['output'];
|
|
96475
96576
|
id: Scalars['ID']['output'];
|
|
96476
|
-
updatedAt
|
|
96577
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
96477
96578
|
};
|
|
96478
96579
|
export declare type SpfCommentConnection = {
|
|
96479
96580
|
__typename?: 'SpfCommentConnection';
|
|
@@ -96527,9 +96628,9 @@ export declare type SpfDeleteDependencyPayload = Payload & {
|
|
|
96527
96628
|
export declare type SpfDependency = Node & {
|
|
96528
96629
|
__typename?: 'SpfDependency';
|
|
96529
96630
|
comments?: Maybe<SpfCommentConnection>;
|
|
96530
|
-
createdAt
|
|
96631
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
96531
96632
|
createdBy?: Maybe<User>;
|
|
96532
|
-
createdByUserId
|
|
96633
|
+
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
96533
96634
|
description?: Maybe<Scalars['String']['output']>;
|
|
96534
96635
|
id: Scalars['ID']['output'];
|
|
96535
96636
|
impactedWork?: Maybe<SpfImpactedWork>;
|
|
@@ -96548,7 +96649,7 @@ export declare type SpfDependency = Node & {
|
|
|
96548
96649
|
requestingTeamId?: Maybe<Scalars['String']['output']>;
|
|
96549
96650
|
status: SpfDependencyStatus;
|
|
96550
96651
|
targetDate?: Maybe<SpfTargetDate>;
|
|
96551
|
-
updatedAt
|
|
96652
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
96552
96653
|
updatedBy?: Maybe<User>;
|
|
96553
96654
|
updatedByUserId?: Maybe<Scalars['String']['output']>;
|
|
96554
96655
|
};
|
|
@@ -96593,7 +96694,8 @@ export declare enum SpfPriority {
|
|
|
96593
96694
|
export declare type SpfRelatedContent = {
|
|
96594
96695
|
__typename?: 'SpfRelatedContent';
|
|
96595
96696
|
attachedByUserId?: Maybe<Scalars['String']['output']>;
|
|
96596
|
-
attachedDateTime
|
|
96697
|
+
attachedDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
96698
|
+
dependencyId: Scalars['String']['output'];
|
|
96597
96699
|
id: Scalars['ID']['output'];
|
|
96598
96700
|
url: Scalars['URL']['output'];
|
|
96599
96701
|
};
|
|
@@ -96770,6 +96872,153 @@ export declare type SprintWithStatistics = BaseSprint & {
|
|
|
96770
96872
|
sprintState: SprintState;
|
|
96771
96873
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
96772
96874
|
};
|
|
96875
|
+
export declare enum StakeholderCommsAddedFromType {
|
|
96876
|
+
Jsm = "JSM",
|
|
96877
|
+
Statuspage = "STATUSPAGE"
|
|
96878
|
+
}
|
|
96879
|
+
export declare type StakeholderCommsAssignment = {
|
|
96880
|
+
__typename?: 'StakeholderCommsAssignment';
|
|
96881
|
+
addedFrom?: Maybe<StakeholderCommsAddedFromType>;
|
|
96882
|
+
assignmentType?: Maybe<StakeholderCommsAssignmentType>;
|
|
96883
|
+
externalAssignmentId?: Maybe<Scalars['String']['output']>;
|
|
96884
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
96885
|
+
insertedAt?: Maybe<Scalars['String']['output']>;
|
|
96886
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
96887
|
+
};
|
|
96888
|
+
export declare type StakeholderCommsAssignmentIdInput = {
|
|
96889
|
+
assignmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
96890
|
+
assignmentType?: InputMaybe<StakeholderCommsAssignmentType>;
|
|
96891
|
+
externalAssignmentId?: InputMaybe<Scalars['String']['input']>;
|
|
96892
|
+
};
|
|
96893
|
+
export declare enum StakeholderCommsAssignmentType {
|
|
96894
|
+
Asset = "ASSET",
|
|
96895
|
+
Incident = "INCIDENT",
|
|
96896
|
+
Org = "ORG",
|
|
96897
|
+
Page = "PAGE",
|
|
96898
|
+
Product = "PRODUCT",
|
|
96899
|
+
Services = "SERVICES",
|
|
96900
|
+
Site = "SITE"
|
|
96901
|
+
}
|
|
96902
|
+
export declare type StakeholderCommsCreateStakeholderInput = {
|
|
96903
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
96904
|
+
addedFrom: StakeholderCommsAddedFromType;
|
|
96905
|
+
assignmentType: StakeholderCommsAssignmentType;
|
|
96906
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
96907
|
+
externalAssignmentId: Scalars['String']['input'];
|
|
96908
|
+
phoneCountry?: InputMaybe<Scalars['String']['input']>;
|
|
96909
|
+
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
96910
|
+
preference: StakeholderCommsPreferencesInput;
|
|
96911
|
+
skipConfirmation: Scalars['Boolean']['input'];
|
|
96912
|
+
stakeholderType: StakeholderCommsStakeholderType;
|
|
96913
|
+
webhook?: InputMaybe<Scalars['String']['input']>;
|
|
96914
|
+
};
|
|
96915
|
+
export declare type StakeholderCommsModePreference = {
|
|
96916
|
+
__typename?: 'StakeholderCommsModePreference';
|
|
96917
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
96918
|
+
};
|
|
96919
|
+
export declare type StakeholderCommsModePreferenceInput = {
|
|
96920
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
96921
|
+
};
|
|
96922
|
+
export declare type StakeholderCommsNotificationPreference = {
|
|
96923
|
+
__typename?: 'StakeholderCommsNotificationPreference';
|
|
96924
|
+
emailId?: Maybe<Scalars['String']['output']>;
|
|
96925
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
96926
|
+
insertedAt?: Maybe<Scalars['String']['output']>;
|
|
96927
|
+
phoneCountry?: Maybe<Scalars['String']['output']>;
|
|
96928
|
+
phoneNumber?: Maybe<Scalars['String']['output']>;
|
|
96929
|
+
preference?: Maybe<StakeholderCommsPreferences>;
|
|
96930
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
96931
|
+
webhook?: Maybe<Scalars['String']['output']>;
|
|
96932
|
+
};
|
|
96933
|
+
export declare type StakeholderCommsNotificationPreferenceInput = {
|
|
96934
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
96935
|
+
phoneCountry?: InputMaybe<Scalars['String']['input']>;
|
|
96936
|
+
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
96937
|
+
preference?: InputMaybe<StakeholderCommsPreferencesInput>;
|
|
96938
|
+
webhook?: InputMaybe<Scalars['String']['input']>;
|
|
96939
|
+
};
|
|
96940
|
+
export declare type StakeholderCommsPaginatedAssignmentByStakeholderInput = {
|
|
96941
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
96942
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
96943
|
+
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
96944
|
+
};
|
|
96945
|
+
export declare type StakeholderCommsPaginatedAssignmentResults = {
|
|
96946
|
+
__typename?: 'StakeholderCommsPaginatedAssignmentResults';
|
|
96947
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
96948
|
+
nextPageCursor?: Maybe<Scalars['String']['output']>;
|
|
96949
|
+
results?: Maybe<Array<Maybe<StakeholderCommsAssignment>>>;
|
|
96950
|
+
stakeholder?: Maybe<StakeholderCommsStakeholder>;
|
|
96951
|
+
};
|
|
96952
|
+
export declare type StakeholderCommsPaginatedStakeholderInput = {
|
|
96953
|
+
assignmentIdInput: StakeholderCommsAssignmentIdInput;
|
|
96954
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
96955
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
96956
|
+
};
|
|
96957
|
+
export declare type StakeholderCommsPaginatedStakeholderResults = {
|
|
96958
|
+
__typename?: 'StakeholderCommsPaginatedStakeholderResults';
|
|
96959
|
+
assignment?: Maybe<StakeholderCommsAssignment>;
|
|
96960
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
96961
|
+
nextPageCursor?: Maybe<Scalars['String']['output']>;
|
|
96962
|
+
results?: Maybe<Array<Maybe<StakeholderCommsStakeholder>>>;
|
|
96963
|
+
};
|
|
96964
|
+
export declare type StakeholderCommsPreferences = {
|
|
96965
|
+
__typename?: 'StakeholderCommsPreferences';
|
|
96966
|
+
email?: Maybe<StakeholderCommsModePreference>;
|
|
96967
|
+
sms?: Maybe<StakeholderCommsModePreference>;
|
|
96968
|
+
webhook?: Maybe<StakeholderCommsModePreference>;
|
|
96969
|
+
};
|
|
96970
|
+
export declare type StakeholderCommsPreferencesInput = {
|
|
96971
|
+
email?: InputMaybe<StakeholderCommsModePreferenceInput>;
|
|
96972
|
+
sms?: InputMaybe<StakeholderCommsModePreferenceInput>;
|
|
96973
|
+
webhook?: InputMaybe<StakeholderCommsModePreferenceInput>;
|
|
96974
|
+
};
|
|
96975
|
+
export declare type StakeholderCommsStakeholder = {
|
|
96976
|
+
__typename?: 'StakeholderCommsStakeholder';
|
|
96977
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
96978
|
+
id: Scalars['ID']['output'];
|
|
96979
|
+
insertedAt?: Maybe<Scalars['String']['output']>;
|
|
96980
|
+
notificationPreference?: Maybe<StakeholderCommsNotificationPreference>;
|
|
96981
|
+
skipConfirmation?: Maybe<Scalars['Boolean']['output']>;
|
|
96982
|
+
status?: Maybe<StakeholderCommsStakeholderStatus>;
|
|
96983
|
+
type?: Maybe<StakeholderCommsStakeholderType>;
|
|
96984
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
96985
|
+
};
|
|
96986
|
+
export declare type StakeholderCommsStakeholderAssignmentIdInput = {
|
|
96987
|
+
assignmentIdInput: StakeholderCommsAssignmentIdInput;
|
|
96988
|
+
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
96989
|
+
};
|
|
96990
|
+
export declare type StakeholderCommsStakeholderAssignmentResponse = {
|
|
96991
|
+
__typename?: 'StakeholderCommsStakeholderAssignmentResponse';
|
|
96992
|
+
assignment?: Maybe<StakeholderCommsAssignment>;
|
|
96993
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
96994
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
96995
|
+
stakeholder?: Maybe<StakeholderCommsStakeholder>;
|
|
96996
|
+
};
|
|
96997
|
+
export declare type StakeholderCommsStakeholderIdInput = {
|
|
96998
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
96999
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
97000
|
+
stakeholderId?: InputMaybe<Scalars['ID']['input']>;
|
|
97001
|
+
stakeholderType?: InputMaybe<StakeholderCommsStakeholderType>;
|
|
97002
|
+
};
|
|
97003
|
+
export declare type StakeholderCommsStakeholderResponse = {
|
|
97004
|
+
__typename?: 'StakeholderCommsStakeholderResponse';
|
|
97005
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
97006
|
+
stakeholder?: Maybe<StakeholderCommsStakeholder>;
|
|
97007
|
+
};
|
|
97008
|
+
export declare enum StakeholderCommsStakeholderStatus {
|
|
97009
|
+
Active = "ACTIVE",
|
|
97010
|
+
Deleted = "DELETED",
|
|
97011
|
+
Quarantined = "QUARANTINED"
|
|
97012
|
+
}
|
|
97013
|
+
export declare enum StakeholderCommsStakeholderType {
|
|
97014
|
+
External = "EXTERNAL",
|
|
97015
|
+
Internal = "INTERNAL"
|
|
97016
|
+
}
|
|
97017
|
+
export declare type StakeholderCommsUpdateStakeholderInput = {
|
|
97018
|
+
notificationPreference?: InputMaybe<StakeholderCommsNotificationPreferenceInput>;
|
|
97019
|
+
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
97020
|
+
status?: InputMaybe<StakeholderCommsStakeholderStatus>;
|
|
97021
|
+
};
|
|
96773
97022
|
export declare type StalePagePayload = {
|
|
96774
97023
|
__typename?: 'StalePagePayload';
|
|
96775
97024
|
lastActivityDate: Scalars['String']['output'];
|
|
@@ -99862,6 +100111,7 @@ export declare enum TrelloCardBatchStatus {
|
|
|
99862
100111
|
}
|
|
99863
100112
|
export declare type TrelloCardClause = {
|
|
99864
100113
|
closed?: InputMaybe<TrelloCardClosedClause>;
|
|
100114
|
+
completed?: InputMaybe<TrelloCardCompleteClause>;
|
|
99865
100115
|
list?: InputMaybe<TrelloCardListClause>;
|
|
99866
100116
|
};
|
|
99867
100117
|
export declare type TrelloCardCloseCommand = {
|
|
@@ -99873,6 +100123,9 @@ export declare type TrelloCardClosedClause = {
|
|
|
99873
100123
|
export declare type TrelloCardCommand = {
|
|
99874
100124
|
close?: InputMaybe<TrelloCardCloseCommand>;
|
|
99875
100125
|
};
|
|
100126
|
+
export declare type TrelloCardCompleteClause = {
|
|
100127
|
+
completed: Scalars['Boolean']['input'];
|
|
100128
|
+
};
|
|
99876
100129
|
export declare type TrelloCardConnection = {
|
|
99877
100130
|
__typename?: 'TrelloCardConnection';
|
|
99878
100131
|
edges?: Maybe<Array<TrelloCardEdge>>;
|
|
@@ -105197,7 +105450,6 @@ export declare type WorkSuggestionsUserProfile = {
|
|
|
105197
105450
|
__typename?: 'WorkSuggestionsUserProfile';
|
|
105198
105451
|
aaid: Scalars['String']['output'];
|
|
105199
105452
|
createdOn: Scalars['String']['output'];
|
|
105200
|
-
id: Scalars['String']['output'];
|
|
105201
105453
|
persona?: Maybe<WorkSuggestionsUserPersona>;
|
|
105202
105454
|
projectAris?: Maybe<Array<Scalars['ID']['output']>>;
|
|
105203
105455
|
};
|