@forge/cli-shared 9.2.0-next.3-experimental-bd3d812 → 9.2.0-next.4
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.
|
@@ -6141,7 +6141,6 @@ export type AgentStudioAssistantConversation = {
|
|
|
6141
6141
|
hasCoachingContent?: Maybe<Scalars['Boolean']['output']>;
|
|
6142
6142
|
hasGenericAnnotation?: Maybe<Scalars['Boolean']['output']>;
|
|
6143
6143
|
id?: Maybe<Scalars['ID']['output']>;
|
|
6144
|
-
interactionChannel?: Maybe<Scalars['String']['output']>;
|
|
6145
6144
|
lastMessageDate?: Maybe<Scalars['String']['output']>;
|
|
6146
6145
|
lifecycleStatus?: Maybe<AgentStudioConversationLifecycleStatus>;
|
|
6147
6146
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -6864,7 +6863,6 @@ export type AgentStudioLiveConversationFilterInput = {
|
|
|
6864
6863
|
annotationLabels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6865
6864
|
conversationReviewStatus?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6866
6865
|
customerFeedback?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6867
|
-
interactionChannels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6868
6866
|
llmJudgedResolution?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6869
6867
|
messageReviewStatus?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6870
6868
|
updatedAfter?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -158765,343 +158763,6 @@ export type MercuryArchiveOrganizationValidationPayload = Payload & {
|
|
|
158765
158763
|
errors?: Maybe<Array<MutationError>>;
|
|
158766
158764
|
success: Scalars['Boolean']['output'];
|
|
158767
158765
|
};
|
|
158768
|
-
export type MercuryAsk = Node & {
|
|
158769
|
-
__typename?: 'MercuryAsk';
|
|
158770
|
-
activities?: Maybe<MercuryAskActivityConnection>;
|
|
158771
|
-
comments?: Maybe<MercuryThreadedCommentConnection>;
|
|
158772
|
-
connectedWork?: Maybe<MercuryAskConnectedWorkConnection>;
|
|
158773
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
158774
|
-
createdBy?: Maybe<User>;
|
|
158775
|
-
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
158776
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
158777
|
-
focusAreas?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
158778
|
-
goals?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
158779
|
-
id: Scalars['ID']['output'];
|
|
158780
|
-
impactedWork?: Maybe<MercuryImpactedWork>;
|
|
158781
|
-
impactedWorkId?: Maybe<Scalars['String']['output']>;
|
|
158782
|
-
justification?: Maybe<Scalars['String']['output']>;
|
|
158783
|
-
links?: Maybe<MercuryAskLinkConnection>;
|
|
158784
|
-
name: Scalars['String']['output'];
|
|
158785
|
-
owner?: Maybe<User>;
|
|
158786
|
-
ownerId?: Maybe<Scalars['String']['output']>;
|
|
158787
|
-
priority: MercuryAskPriority;
|
|
158788
|
-
proposedBy?: Maybe<User>;
|
|
158789
|
-
proposedDate?: Maybe<MercuryAskTargetDate>;
|
|
158790
|
-
receivingTeam?: Maybe<TeamV2>;
|
|
158791
|
-
receivingTeamId?: Maybe<Scalars['String']['output']>;
|
|
158792
|
-
status: MercuryAskStatus;
|
|
158793
|
-
submitter?: Maybe<User>;
|
|
158794
|
-
submitterId: Scalars['String']['output'];
|
|
158795
|
-
submittingTeam?: Maybe<TeamV2>;
|
|
158796
|
-
submittingTeamId?: Maybe<Scalars['String']['output']>;
|
|
158797
|
-
targetDate?: Maybe<MercuryAskTargetDate>;
|
|
158798
|
-
transitions?: Maybe<Array<Maybe<MercuryAskTransition>>>;
|
|
158799
|
-
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
158800
|
-
updatedBy?: Maybe<User>;
|
|
158801
|
-
updatedByUserId?: Maybe<Scalars['String']['output']>;
|
|
158802
|
-
updates?: Maybe<MercuryAskStatusUpdateConnection>;
|
|
158803
|
-
url?: Maybe<Scalars['URL']['output']>;
|
|
158804
|
-
};
|
|
158805
|
-
export type MercuryAskActivitiesArgs = {
|
|
158806
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
158807
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158808
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
158809
|
-
};
|
|
158810
|
-
export type MercuryAskCommentsArgs = {
|
|
158811
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
158812
|
-
cloudId: Scalars['ID']['input'];
|
|
158813
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158814
|
-
};
|
|
158815
|
-
export type MercuryAskConnectedWorkArgs = {
|
|
158816
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
158817
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158818
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
158819
|
-
};
|
|
158820
|
-
export type MercuryAskFocusAreasArgs = {
|
|
158821
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
158822
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158823
|
-
};
|
|
158824
|
-
export type MercuryAskGoalsArgs = {
|
|
158825
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
158826
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158827
|
-
};
|
|
158828
|
-
export type MercuryAskLinksArgs = {
|
|
158829
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
158830
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158831
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
158832
|
-
};
|
|
158833
|
-
export type MercuryAskUpdatesArgs = {
|
|
158834
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
158835
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158836
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
158837
|
-
};
|
|
158838
|
-
export type MercuryAskActivity = {
|
|
158839
|
-
__typename?: 'MercuryAskActivity';
|
|
158840
|
-
askActivityType: MercuryAskActivityType;
|
|
158841
|
-
askId: Scalars['String']['output'];
|
|
158842
|
-
askUpdatedAt: Scalars['DateTime']['output'];
|
|
158843
|
-
askUpdatedByUser?: Maybe<User>;
|
|
158844
|
-
askUpdatedByUserId: Scalars['String']['output'];
|
|
158845
|
-
id: Scalars['ID']['output'];
|
|
158846
|
-
updatedValues?: Maybe<Array<Maybe<MercuryAskActivityUpdatedValue>>>;
|
|
158847
|
-
};
|
|
158848
|
-
export declare enum MercuryAskActivityAttribute {
|
|
158849
|
-
ConnectedWork = "CONNECTED_WORK",
|
|
158850
|
-
Description = "DESCRIPTION",
|
|
158851
|
-
ImpactedWork = "IMPACTED_WORK",
|
|
158852
|
-
Justification = "JUSTIFICATION",
|
|
158853
|
-
Link = "LINK",
|
|
158854
|
-
Name = "NAME",
|
|
158855
|
-
Owner = "OWNER",
|
|
158856
|
-
Priority = "PRIORITY",
|
|
158857
|
-
ProposedDate = "PROPOSED_DATE",
|
|
158858
|
-
ReceivingTeam = "RECEIVING_TEAM",
|
|
158859
|
-
Status = "STATUS",
|
|
158860
|
-
Submitter = "SUBMITTER",
|
|
158861
|
-
SubmittingTeam = "SUBMITTING_TEAM",
|
|
158862
|
-
TargetDate = "TARGET_DATE"
|
|
158863
|
-
}
|
|
158864
|
-
export type MercuryAskActivityConnection = {
|
|
158865
|
-
__typename?: 'MercuryAskActivityConnection';
|
|
158866
|
-
edges?: Maybe<Array<Maybe<MercuryAskActivityEdge>>>;
|
|
158867
|
-
pageInfo: PageInfo;
|
|
158868
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
158869
|
-
};
|
|
158870
|
-
export type MercuryAskActivityEdge = {
|
|
158871
|
-
__typename?: 'MercuryAskActivityEdge';
|
|
158872
|
-
cursor: Scalars['String']['output'];
|
|
158873
|
-
node?: Maybe<MercuryAskActivityResult>;
|
|
158874
|
-
};
|
|
158875
|
-
export type MercuryAskActivityLink = {
|
|
158876
|
-
__typename?: 'MercuryAskActivityLink';
|
|
158877
|
-
linkText?: Maybe<Scalars['String']['output']>;
|
|
158878
|
-
linkUrl?: Maybe<Scalars['String']['output']>;
|
|
158879
|
-
};
|
|
158880
|
-
export type MercuryAskActivityProposedDate = {
|
|
158881
|
-
__typename?: 'MercuryAskActivityProposedDate';
|
|
158882
|
-
proposedDate?: Maybe<Scalars['String']['output']>;
|
|
158883
|
-
proposedDateType?: Maybe<MercuryAskTargetDateType>;
|
|
158884
|
-
targetDate?: Maybe<Scalars['String']['output']>;
|
|
158885
|
-
targetDateType?: Maybe<MercuryAskTargetDateType>;
|
|
158886
|
-
};
|
|
158887
|
-
export type MercuryAskActivityResult = MercuryAskActivity | QueryError;
|
|
158888
|
-
export declare enum MercuryAskActivityType {
|
|
158889
|
-
Created = "CREATED",
|
|
158890
|
-
Updated = "UPDATED"
|
|
158891
|
-
}
|
|
158892
|
-
export type MercuryAskActivityUpdatedConnectedWork = MercuryAskActivityUpdatedValue & {
|
|
158893
|
-
__typename?: 'MercuryAskActivityUpdatedConnectedWork';
|
|
158894
|
-
attribute: MercuryAskActivityAttribute;
|
|
158895
|
-
newConnectedWork?: Maybe<Array<Maybe<MercuryAskConnectedWork>>>;
|
|
158896
|
-
newValue?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
158897
|
-
oldConnectedWork?: Maybe<Array<Maybe<MercuryAskConnectedWork>>>;
|
|
158898
|
-
oldValue?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
158899
|
-
};
|
|
158900
|
-
export type MercuryAskActivityUpdatedDocument = MercuryAskActivityUpdatedValue & {
|
|
158901
|
-
__typename?: 'MercuryAskActivityUpdatedDocument';
|
|
158902
|
-
attribute: MercuryAskActivityAttribute;
|
|
158903
|
-
newValue?: Maybe<Scalars['String']['output']>;
|
|
158904
|
-
oldValue?: Maybe<Scalars['String']['output']>;
|
|
158905
|
-
};
|
|
158906
|
-
export type MercuryAskActivityUpdatedImpactedWork = MercuryAskActivityUpdatedValue & {
|
|
158907
|
-
__typename?: 'MercuryAskActivityUpdatedImpactedWork';
|
|
158908
|
-
attribute: MercuryAskActivityAttribute;
|
|
158909
|
-
newImpactedWork?: Maybe<MercuryImpactedWork>;
|
|
158910
|
-
newValue?: Maybe<Scalars['String']['output']>;
|
|
158911
|
-
oldImpactedWork?: Maybe<MercuryImpactedWork>;
|
|
158912
|
-
oldValue?: Maybe<Scalars['String']['output']>;
|
|
158913
|
-
};
|
|
158914
|
-
export type MercuryAskActivityUpdatedLink = MercuryAskActivityUpdatedValue & {
|
|
158915
|
-
__typename?: 'MercuryAskActivityUpdatedLink';
|
|
158916
|
-
attribute: MercuryAskActivityAttribute;
|
|
158917
|
-
newValue?: Maybe<MercuryAskActivityLink>;
|
|
158918
|
-
oldValue?: Maybe<MercuryAskActivityLink>;
|
|
158919
|
-
};
|
|
158920
|
-
export type MercuryAskActivityUpdatedPriority = MercuryAskActivityUpdatedValue & {
|
|
158921
|
-
__typename?: 'MercuryAskActivityUpdatedPriority';
|
|
158922
|
-
attribute: MercuryAskActivityAttribute;
|
|
158923
|
-
newValue?: Maybe<MercuryAskPriority>;
|
|
158924
|
-
oldValue?: Maybe<MercuryAskPriority>;
|
|
158925
|
-
};
|
|
158926
|
-
export type MercuryAskActivityUpdatedProposedDate = MercuryAskActivityUpdatedValue & {
|
|
158927
|
-
__typename?: 'MercuryAskActivityUpdatedProposedDate';
|
|
158928
|
-
attribute: MercuryAskActivityAttribute;
|
|
158929
|
-
newValue?: Maybe<MercuryAskActivityProposedDate>;
|
|
158930
|
-
oldValue?: Maybe<MercuryAskActivityProposedDate>;
|
|
158931
|
-
};
|
|
158932
|
-
export type MercuryAskActivityUpdatedStatus = MercuryAskActivityUpdatedValue & {
|
|
158933
|
-
__typename?: 'MercuryAskActivityUpdatedStatus';
|
|
158934
|
-
attribute: MercuryAskActivityAttribute;
|
|
158935
|
-
newValue?: Maybe<MercuryAskStatus>;
|
|
158936
|
-
oldValue?: Maybe<MercuryAskStatus>;
|
|
158937
|
-
};
|
|
158938
|
-
export type MercuryAskActivityUpdatedString = MercuryAskActivityUpdatedValue & {
|
|
158939
|
-
__typename?: 'MercuryAskActivityUpdatedString';
|
|
158940
|
-
attribute: MercuryAskActivityAttribute;
|
|
158941
|
-
newValue?: Maybe<Scalars['String']['output']>;
|
|
158942
|
-
oldValue?: Maybe<Scalars['String']['output']>;
|
|
158943
|
-
};
|
|
158944
|
-
export type MercuryAskActivityUpdatedTargetDate = MercuryAskActivityUpdatedValue & {
|
|
158945
|
-
__typename?: 'MercuryAskActivityUpdatedTargetDate';
|
|
158946
|
-
attribute: MercuryAskActivityAttribute;
|
|
158947
|
-
newValue?: Maybe<MercuryAskTargetDate>;
|
|
158948
|
-
oldValue?: Maybe<MercuryAskTargetDate>;
|
|
158949
|
-
};
|
|
158950
|
-
export type MercuryAskActivityUpdatedTeam = MercuryAskActivityUpdatedValue & {
|
|
158951
|
-
__typename?: 'MercuryAskActivityUpdatedTeam';
|
|
158952
|
-
attribute: MercuryAskActivityAttribute;
|
|
158953
|
-
newTeam?: Maybe<TeamV2>;
|
|
158954
|
-
newValue?: Maybe<Scalars['String']['output']>;
|
|
158955
|
-
oldTeam?: Maybe<TeamV2>;
|
|
158956
|
-
oldValue?: Maybe<Scalars['String']['output']>;
|
|
158957
|
-
};
|
|
158958
|
-
export type MercuryAskActivityUpdatedUser = MercuryAskActivityUpdatedValue & {
|
|
158959
|
-
__typename?: 'MercuryAskActivityUpdatedUser';
|
|
158960
|
-
attribute: MercuryAskActivityAttribute;
|
|
158961
|
-
newUser?: Maybe<User>;
|
|
158962
|
-
newValue?: Maybe<Scalars['String']['output']>;
|
|
158963
|
-
oldUser?: Maybe<User>;
|
|
158964
|
-
oldValue?: Maybe<Scalars['String']['output']>;
|
|
158965
|
-
};
|
|
158966
|
-
export type MercuryAskActivityUpdatedValue = {
|
|
158967
|
-
attribute: MercuryAskActivityAttribute;
|
|
158968
|
-
};
|
|
158969
|
-
export type MercuryAskConnectedWork = JiraAlignAggProject | JiraIssue | TownsquareProject;
|
|
158970
|
-
export type MercuryAskConnectedWorkConnection = {
|
|
158971
|
-
__typename?: 'MercuryAskConnectedWorkConnection';
|
|
158972
|
-
edges?: Maybe<Array<Maybe<MercuryAskConnectedWorkEdge>>>;
|
|
158973
|
-
pageInfo: PageInfo;
|
|
158974
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
158975
|
-
};
|
|
158976
|
-
export type MercuryAskConnectedWorkEdge = {
|
|
158977
|
-
__typename?: 'MercuryAskConnectedWorkEdge';
|
|
158978
|
-
cursor: Scalars['String']['output'];
|
|
158979
|
-
node?: Maybe<MercuryAskConnectedWork>;
|
|
158980
|
-
};
|
|
158981
|
-
export type MercuryAskConnectedWorkInput = {
|
|
158982
|
-
connectedWorkIds: Array<Scalars['String']['input']>;
|
|
158983
|
-
id: Scalars['ID']['input'];
|
|
158984
|
-
};
|
|
158985
|
-
export type MercuryAskConnectedWorkPayload = Payload & {
|
|
158986
|
-
__typename?: 'MercuryAskConnectedWorkPayload';
|
|
158987
|
-
errors?: Maybe<Array<MutationError>>;
|
|
158988
|
-
ids: Array<Scalars['ID']['output']>;
|
|
158989
|
-
success: Scalars['Boolean']['output'];
|
|
158990
|
-
};
|
|
158991
|
-
export type MercuryAskConnection = {
|
|
158992
|
-
__typename?: 'MercuryAskConnection';
|
|
158993
|
-
edges?: Maybe<Array<Maybe<MercuryAskEdge>>>;
|
|
158994
|
-
pageInfo: PageInfo;
|
|
158995
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
158996
|
-
};
|
|
158997
|
-
export type MercuryAskEdge = {
|
|
158998
|
-
__typename?: 'MercuryAskEdge';
|
|
158999
|
-
cursor: Scalars['String']['output'];
|
|
159000
|
-
node?: Maybe<MercuryAskResult>;
|
|
159001
|
-
};
|
|
159002
|
-
export type MercuryAskLink = Node & {
|
|
159003
|
-
__typename?: 'MercuryAskLink';
|
|
159004
|
-
askId: Scalars['String']['output'];
|
|
159005
|
-
attachedByUser?: Maybe<User>;
|
|
159006
|
-
attachedByUserId?: Maybe<Scalars['String']['output']>;
|
|
159007
|
-
attachedDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
159008
|
-
id: Scalars['ID']['output'];
|
|
159009
|
-
linkText?: Maybe<Scalars['String']['output']>;
|
|
159010
|
-
url: Scalars['URL']['output'];
|
|
159011
|
-
};
|
|
159012
|
-
export type MercuryAskLinkConnection = {
|
|
159013
|
-
__typename?: 'MercuryAskLinkConnection';
|
|
159014
|
-
edges?: Maybe<Array<Maybe<MercuryAskLinkEdge>>>;
|
|
159015
|
-
pageInfo: PageInfo;
|
|
159016
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
159017
|
-
};
|
|
159018
|
-
export type MercuryAskLinkEdge = {
|
|
159019
|
-
__typename?: 'MercuryAskLinkEdge';
|
|
159020
|
-
cursor: Scalars['String']['output'];
|
|
159021
|
-
node?: Maybe<MercuryAskLinkResult>;
|
|
159022
|
-
};
|
|
159023
|
-
export type MercuryAskLinkResult = MercuryAskLink | QueryError;
|
|
159024
|
-
export declare enum MercuryAskPriority {
|
|
159025
|
-
Critical = "CRITICAL",
|
|
159026
|
-
High = "HIGH",
|
|
159027
|
-
Highest = "HIGHEST",
|
|
159028
|
-
Low = "LOW",
|
|
159029
|
-
Medium = "MEDIUM"
|
|
159030
|
-
}
|
|
159031
|
-
export type MercuryAskResult = MercuryAsk | QueryError;
|
|
159032
|
-
export declare enum MercuryAskStatus {
|
|
159033
|
-
Accepted = "ACCEPTED",
|
|
159034
|
-
Canceled = "CANCELED",
|
|
159035
|
-
Deferred = "DEFERRED",
|
|
159036
|
-
Draft = "DRAFT",
|
|
159037
|
-
InReview = "IN_REVIEW",
|
|
159038
|
-
Resolved = "RESOLVED",
|
|
159039
|
-
Revising = "REVISING",
|
|
159040
|
-
Submitted = "SUBMITTED"
|
|
159041
|
-
}
|
|
159042
|
-
export type MercuryAskStatusUpdate = {
|
|
159043
|
-
__typename?: 'MercuryAskStatusUpdate';
|
|
159044
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
159045
|
-
createdBy?: Maybe<User>;
|
|
159046
|
-
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
159047
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
159048
|
-
id: Scalars['ID']['output'];
|
|
159049
|
-
newProposedBy?: Maybe<User>;
|
|
159050
|
-
newProposedDate?: Maybe<MercuryAskTargetDate>;
|
|
159051
|
-
newStatus?: Maybe<MercuryAskStatus>;
|
|
159052
|
-
newTargetDate?: Maybe<MercuryAskTargetDate>;
|
|
159053
|
-
oldProposedBy?: Maybe<User>;
|
|
159054
|
-
oldProposedDate?: Maybe<MercuryAskTargetDate>;
|
|
159055
|
-
oldStatus?: Maybe<MercuryAskStatus>;
|
|
159056
|
-
oldTargetDate?: Maybe<MercuryAskTargetDate>;
|
|
159057
|
-
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
159058
|
-
updatedBy?: Maybe<User>;
|
|
159059
|
-
updatedByUserId?: Maybe<Scalars['String']['output']>;
|
|
159060
|
-
};
|
|
159061
|
-
export type MercuryAskStatusUpdateConnection = {
|
|
159062
|
-
__typename?: 'MercuryAskStatusUpdateConnection';
|
|
159063
|
-
edges?: Maybe<Array<Maybe<MercuryAskStatusUpdateEdge>>>;
|
|
159064
|
-
pageInfo: PageInfo;
|
|
159065
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
159066
|
-
};
|
|
159067
|
-
export type MercuryAskStatusUpdateDescriptionInput = {
|
|
159068
|
-
description: Scalars['String']['input'];
|
|
159069
|
-
id: Scalars['ID']['input'];
|
|
159070
|
-
};
|
|
159071
|
-
export type MercuryAskStatusUpdateEdge = {
|
|
159072
|
-
__typename?: 'MercuryAskStatusUpdateEdge';
|
|
159073
|
-
cursor: Scalars['String']['output'];
|
|
159074
|
-
node?: Maybe<MercuryAskStatusUpdateResult>;
|
|
159075
|
-
};
|
|
159076
|
-
export type MercuryAskStatusUpdateResult = MercuryAskStatusUpdate | QueryError;
|
|
159077
|
-
export type MercuryAskStatusUpdateStatusInput = {
|
|
159078
|
-
id: Scalars['ID']['input'];
|
|
159079
|
-
status: MercuryAskStatus;
|
|
159080
|
-
};
|
|
159081
|
-
export type MercuryAskStatusUpdateTargetDateInput = {
|
|
159082
|
-
id: Scalars['ID']['input'];
|
|
159083
|
-
targetDate: MercuryAskTargetDateInput;
|
|
159084
|
-
};
|
|
159085
|
-
export type MercuryAskTargetDate = {
|
|
159086
|
-
__typename?: 'MercuryAskTargetDate';
|
|
159087
|
-
targetDate?: Maybe<Scalars['String']['output']>;
|
|
159088
|
-
targetDateType?: Maybe<MercuryAskTargetDateType>;
|
|
159089
|
-
};
|
|
159090
|
-
export type MercuryAskTargetDateInput = {
|
|
159091
|
-
targetDate: Scalars['String']['input'];
|
|
159092
|
-
targetDateType: MercuryAskTargetDateType;
|
|
159093
|
-
};
|
|
159094
|
-
export declare enum MercuryAskTargetDateType {
|
|
159095
|
-
Day = "DAY",
|
|
159096
|
-
Month = "MONTH",
|
|
159097
|
-
Quarter = "QUARTER"
|
|
159098
|
-
}
|
|
159099
|
-
export type MercuryAskTransition = {
|
|
159100
|
-
__typename?: 'MercuryAskTransition';
|
|
159101
|
-
askId: Scalars['String']['output'];
|
|
159102
|
-
status?: Maybe<MercuryAskStatus>;
|
|
159103
|
-
unmetRequirements?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
159104
|
-
};
|
|
159105
158766
|
export type MercuryAssignUserAccessToFocusAreaInput = {
|
|
159106
158767
|
focusAreaAri: Scalars['ID']['input'];
|
|
159107
158768
|
focusAreaUserAccessAssignment: Array<InputMaybe<MercuryFocusAreaUserAccessInput>>;
|
|
@@ -159122,17 +158783,6 @@ export type MercuryAssignUserAccessToOrganizationPayload = Payload & {
|
|
|
159122
158783
|
organizationUserAccessAssignment?: Maybe<Array<Maybe<MercuryOrganizationUserAccessMutation>>>;
|
|
159123
158784
|
success: Scalars['Boolean']['output'];
|
|
159124
158785
|
};
|
|
159125
|
-
export type MercuryAttachAskLinkInput = {
|
|
159126
|
-
askId: Scalars['ID']['input'];
|
|
159127
|
-
linkText?: InputMaybe<Scalars['String']['input']>;
|
|
159128
|
-
url: Scalars['URL']['input'];
|
|
159129
|
-
};
|
|
159130
|
-
export type MercuryAttachAskLinkPayload = Payload & {
|
|
159131
|
-
__typename?: 'MercuryAttachAskLinkPayload';
|
|
159132
|
-
errors?: Maybe<Array<MutationError>>;
|
|
159133
|
-
link?: Maybe<MercuryAskLink>;
|
|
159134
|
-
success: Scalars['Boolean']['output'];
|
|
159135
|
-
};
|
|
159136
158786
|
export type MercuryBaseJiraWorkStatusMapping = {
|
|
159137
158787
|
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
159138
158788
|
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
@@ -159904,55 +159554,6 @@ export type MercuryCostType = Node & {
|
|
|
159904
159554
|
key: Scalars['String']['output'];
|
|
159905
159555
|
order: Scalars['Int']['output'];
|
|
159906
159556
|
};
|
|
159907
|
-
export type MercuryCreateAskInput = {
|
|
159908
|
-
cloudId: Scalars['ID']['input'];
|
|
159909
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
159910
|
-
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
159911
|
-
justification?: InputMaybe<Scalars['String']['input']>;
|
|
159912
|
-
name: Scalars['String']['input'];
|
|
159913
|
-
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
159914
|
-
priority: MercuryAskPriority;
|
|
159915
|
-
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
159916
|
-
status: MercuryAskStatus;
|
|
159917
|
-
submitterId: Scalars['String']['input'];
|
|
159918
|
-
submittingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
159919
|
-
targetDate?: InputMaybe<MercuryAskTargetDateInput>;
|
|
159920
|
-
};
|
|
159921
|
-
export type MercuryCreateAskStatusUpdateInput = {
|
|
159922
|
-
askId: Scalars['ID']['input'];
|
|
159923
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
159924
|
-
proposedDate?: InputMaybe<MercuryAskTargetDateInput>;
|
|
159925
|
-
status?: InputMaybe<MercuryAskStatus>;
|
|
159926
|
-
targetDate?: InputMaybe<MercuryAskTargetDateInput>;
|
|
159927
|
-
};
|
|
159928
|
-
export type MercuryCreateAsksAskInput = {
|
|
159929
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
159930
|
-
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
159931
|
-
justification?: InputMaybe<Scalars['String']['input']>;
|
|
159932
|
-
links?: InputMaybe<Array<MercuryCreateAsksAskLinkInput>>;
|
|
159933
|
-
name: Scalars['String']['input'];
|
|
159934
|
-
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
159935
|
-
priority: MercuryAskPriority;
|
|
159936
|
-
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
159937
|
-
status: MercuryAskStatus;
|
|
159938
|
-
submitterId: Scalars['String']['input'];
|
|
159939
|
-
submittingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
159940
|
-
targetDate?: InputMaybe<MercuryAskTargetDateInput>;
|
|
159941
|
-
};
|
|
159942
|
-
export type MercuryCreateAsksAskLinkInput = {
|
|
159943
|
-
linkText?: InputMaybe<Scalars['String']['input']>;
|
|
159944
|
-
url: Scalars['URL']['input'];
|
|
159945
|
-
};
|
|
159946
|
-
export type MercuryCreateAsksInput = {
|
|
159947
|
-
asks: Array<MercuryCreateAsksAskInput>;
|
|
159948
|
-
cloudId: Scalars['ID']['input'];
|
|
159949
|
-
};
|
|
159950
|
-
export type MercuryCreateAsksPayload = Payload & {
|
|
159951
|
-
__typename?: 'MercuryCreateAsksPayload';
|
|
159952
|
-
asks?: Maybe<Array<MercuryAsk>>;
|
|
159953
|
-
errors?: Maybe<Array<MutationError>>;
|
|
159954
|
-
success: Scalars['Boolean']['output'];
|
|
159955
|
-
};
|
|
159956
159557
|
export type MercuryCreateBaseCustomFieldDefinitionInput = {
|
|
159957
159558
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
159958
159559
|
name: Scalars['String']['input'];
|
|
@@ -160540,33 +160141,6 @@ export type MercuryDeleteAllPreferencesByUserPayload = Payload & {
|
|
|
160540
160141
|
errors?: Maybe<Array<MutationError>>;
|
|
160541
160142
|
success: Scalars['Boolean']['output'];
|
|
160542
160143
|
};
|
|
160543
|
-
export type MercuryDeleteAskInput = {
|
|
160544
|
-
id: Scalars['ID']['input'];
|
|
160545
|
-
};
|
|
160546
|
-
export type MercuryDeleteAskLinkInput = {
|
|
160547
|
-
id: Scalars['ID']['input'];
|
|
160548
|
-
};
|
|
160549
|
-
export type MercuryDeleteAskLinkPayload = Payload & {
|
|
160550
|
-
__typename?: 'MercuryDeleteAskLinkPayload';
|
|
160551
|
-
errors?: Maybe<Array<MutationError>>;
|
|
160552
|
-
id: Scalars['ID']['output'];
|
|
160553
|
-
success: Scalars['Boolean']['output'];
|
|
160554
|
-
};
|
|
160555
|
-
export type MercuryDeleteAskPayload = Payload & {
|
|
160556
|
-
__typename?: 'MercuryDeleteAskPayload';
|
|
160557
|
-
errors?: Maybe<Array<MutationError>>;
|
|
160558
|
-
id: Scalars['ID']['output'];
|
|
160559
|
-
success: Scalars['Boolean']['output'];
|
|
160560
|
-
};
|
|
160561
|
-
export type MercuryDeleteAskStatusUpdateInput = {
|
|
160562
|
-
id: Scalars['ID']['input'];
|
|
160563
|
-
};
|
|
160564
|
-
export type MercuryDeleteAskStatusUpdatePayload = Payload & {
|
|
160565
|
-
__typename?: 'MercuryDeleteAskStatusUpdatePayload';
|
|
160566
|
-
errors?: Maybe<Array<MutationError>>;
|
|
160567
|
-
id: Scalars['ID']['output'];
|
|
160568
|
-
success: Scalars['Boolean']['output'];
|
|
160569
|
-
};
|
|
160570
160144
|
export type MercuryDeleteBenefitItemInput = {
|
|
160571
160145
|
id: Scalars['ID']['input'];
|
|
160572
160146
|
};
|
|
@@ -162211,7 +161785,6 @@ export type MercuryImpactedPositionSummaryByChangeProposalStatus = {
|
|
|
162211
161785
|
countByStatus?: Maybe<Array<Maybe<MercuryPositionCountByStatus>>>;
|
|
162212
161786
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
162213
161787
|
};
|
|
162214
|
-
export type MercuryImpactedWork = JiraAlignAggProject | JiraIssue | TownsquareProject;
|
|
162215
161788
|
export type MercuryImportExecutionError = {
|
|
162216
161789
|
__typename?: 'MercuryImportExecutionError';
|
|
162217
161790
|
entityType?: Maybe<MercuryImportExecutionErrorEntityType>;
|
|
@@ -164361,10 +163934,6 @@ export declare enum MercuryProjectTargetDateType {
|
|
|
164361
163934
|
export type MercuryProjectType = {
|
|
164362
163935
|
mercuryProjectTypeName?: Maybe<Scalars['String']['output']>;
|
|
164363
163936
|
};
|
|
164364
|
-
export type MercuryPromoteWorkItemToImpactedWorkInput = {
|
|
164365
|
-
connectedWorkId: Scalars['String']['input'];
|
|
164366
|
-
id: Scalars['ID']['input'];
|
|
164367
|
-
};
|
|
164368
163937
|
export type MercuryProposeChangesInput = {
|
|
164369
163938
|
archiveFocusAreas?: InputMaybe<Array<MercuryArchiveFocusAreaChangeInput>>;
|
|
164370
163939
|
changeParentFocusAreas?: InputMaybe<Array<MercuryChangeParentFocusAreaChangeInput>>;
|
|
@@ -165125,9 +164694,6 @@ export type MercuryRerankFocusAreasPayload = Payload & {
|
|
|
165125
164694
|
focusAreas?: Maybe<Array<MercuryFocusArea>>;
|
|
165126
164695
|
success: Scalars['Boolean']['output'];
|
|
165127
164696
|
};
|
|
165128
|
-
export type MercuryResolveProposedDateInput = {
|
|
165129
|
-
askId: Scalars['ID']['input'];
|
|
165130
|
-
};
|
|
165131
164697
|
export type MercuryRestrictedChangeProposal = {
|
|
165132
164698
|
__typename?: 'MercuryRestrictedChangeProposal';
|
|
165133
164699
|
id: Scalars['ID']['output'];
|
|
@@ -166466,52 +166032,6 @@ export type MercuryUpdateActiveCurrencyPayload = Payload & {
|
|
|
166466
166032
|
success: Scalars['Boolean']['output'];
|
|
166467
166033
|
updatedActiveCurrency?: Maybe<MercuryCurrency>;
|
|
166468
166034
|
};
|
|
166469
|
-
export type MercuryUpdateAskDescriptionInput = {
|
|
166470
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
166471
|
-
id: Scalars['ID']['input'];
|
|
166472
|
-
};
|
|
166473
|
-
export type MercuryUpdateAskImpactedWorkInput = {
|
|
166474
|
-
id: Scalars['ID']['input'];
|
|
166475
|
-
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
166476
|
-
};
|
|
166477
|
-
export type MercuryUpdateAskJustificationInput = {
|
|
166478
|
-
id: Scalars['ID']['input'];
|
|
166479
|
-
justification?: InputMaybe<Scalars['String']['input']>;
|
|
166480
|
-
};
|
|
166481
|
-
export type MercuryUpdateAskNameInput = {
|
|
166482
|
-
id: Scalars['ID']['input'];
|
|
166483
|
-
name: Scalars['String']['input'];
|
|
166484
|
-
};
|
|
166485
|
-
export type MercuryUpdateAskOwnerInput = {
|
|
166486
|
-
id: Scalars['ID']['input'];
|
|
166487
|
-
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
166488
|
-
};
|
|
166489
|
-
export type MercuryUpdateAskPriorityInput = {
|
|
166490
|
-
id: Scalars['ID']['input'];
|
|
166491
|
-
priority: MercuryAskPriority;
|
|
166492
|
-
};
|
|
166493
|
-
export type MercuryUpdateAskReceivingFieldsInput = {
|
|
166494
|
-
id: Scalars['ID']['input'];
|
|
166495
|
-
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
166496
|
-
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
166497
|
-
};
|
|
166498
|
-
export type MercuryUpdateAskReceivingTeamInput = {
|
|
166499
|
-
id: Scalars['ID']['input'];
|
|
166500
|
-
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
166501
|
-
};
|
|
166502
|
-
export type MercuryUpdateAskSubmitterInput = {
|
|
166503
|
-
id: Scalars['ID']['input'];
|
|
166504
|
-
submitterId: Scalars['String']['input'];
|
|
166505
|
-
};
|
|
166506
|
-
export type MercuryUpdateAskSubmittingFieldsInput = {
|
|
166507
|
-
id: Scalars['ID']['input'];
|
|
166508
|
-
submitterId: Scalars['String']['input'];
|
|
166509
|
-
submittingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
166510
|
-
};
|
|
166511
|
-
export type MercuryUpdateAskSubmittingTeamInput = {
|
|
166512
|
-
id: Scalars['ID']['input'];
|
|
166513
|
-
submittingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
166514
|
-
};
|
|
166515
166035
|
export type MercuryUpdateBenefitItemBenefitTypeInput = {
|
|
166516
166036
|
benefitTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
166517
166037
|
id: Scalars['ID']['input'];
|
|
@@ -167103,19 +166623,6 @@ export type MercuryUpdatedField = {
|
|
|
167103
166623
|
oldString?: Maybe<Scalars['String']['output']>;
|
|
167104
166624
|
oldValue?: Maybe<Scalars['String']['output']>;
|
|
167105
166625
|
};
|
|
167106
|
-
export type MercuryUpsertAskPayload = Payload & {
|
|
167107
|
-
__typename?: 'MercuryUpsertAskPayload';
|
|
167108
|
-
ask?: Maybe<MercuryAsk>;
|
|
167109
|
-
errors?: Maybe<Array<MutationError>>;
|
|
167110
|
-
success: Scalars['Boolean']['output'];
|
|
167111
|
-
};
|
|
167112
|
-
export type MercuryUpsertAskStatusUpdatePayload = Payload & {
|
|
167113
|
-
__typename?: 'MercuryUpsertAskStatusUpdatePayload';
|
|
167114
|
-
ask?: Maybe<MercuryAsk>;
|
|
167115
|
-
askStatusUpdate?: Maybe<MercuryAskStatusUpdate>;
|
|
167116
|
-
errors?: Maybe<Array<MutationError>>;
|
|
167117
|
-
success: Scalars['Boolean']['output'];
|
|
167118
|
-
};
|
|
167119
166626
|
export type MercuryUpsertViewPayload = Payload & {
|
|
167120
166627
|
__typename?: 'MercuryUpsertViewPayload';
|
|
167121
166628
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -168383,7 +167890,6 @@ export type Mutation = {
|
|
|
168383
167890
|
goals_deleteDecision?: Maybe<TownsquareGoalsDeleteDecisionPayload>;
|
|
168384
167891
|
goals_deleteLatestUpdate?: Maybe<TownsquareGoalsDeleteLatestUpdatePayload>;
|
|
168385
167892
|
goals_deleteLearning?: Maybe<TownsquareGoalsDeleteLearningPayload>;
|
|
168386
|
-
goals_deleteMetricValue?: Maybe<TownsquareGoalsDeleteMetricValuePayload>;
|
|
168387
167893
|
goals_deleteProjectLink?: Maybe<TownsquareGoalsDeleteProjectLinkPayload>;
|
|
168388
167894
|
goals_deleteRisk?: Maybe<TownsquareGoalsDeleteRiskPayload>;
|
|
168389
167895
|
goals_disconnectMsteamsChannel?: Maybe<TownsquareGoalsDisconnectMsteamsChannelPayload>;
|
|
@@ -168883,42 +168389,16 @@ export type Mutation = {
|
|
|
168883
168389
|
marketplaceConsole: MarketplaceConsoleMutationApi;
|
|
168884
168390
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
168885
168391
|
mercury?: Maybe<MercuryMutationApi>;
|
|
168886
|
-
mercury_acceptProposedDate?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
168887
|
-
mercury_addConnectedWork?: Maybe<MercuryAskConnectedWorkPayload>;
|
|
168888
|
-
mercury_attachAskLink?: Maybe<MercuryAttachAskLinkPayload>;
|
|
168889
168392
|
mercury_businessDomains?: Maybe<MercuryBusinessDomainsMutationApi>;
|
|
168890
168393
|
mercury_comments?: Maybe<MercuryCommentMutationApi>;
|
|
168891
|
-
mercury_createAsk?: Maybe<MercuryUpsertAskPayload>;
|
|
168892
|
-
mercury_createAskStatusUpdate?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
168893
|
-
mercury_createAsks?: Maybe<MercuryCreateAsksPayload>;
|
|
168894
|
-
mercury_deleteAsk?: Maybe<MercuryDeleteAskPayload>;
|
|
168895
|
-
mercury_deleteAskLink?: Maybe<MercuryDeleteAskLinkPayload>;
|
|
168896
|
-
mercury_deleteAskStatusUpdate?: Maybe<MercuryDeleteAskStatusUpdatePayload>;
|
|
168897
168394
|
mercury_funds?: Maybe<MercuryFundsMutationApi>;
|
|
168898
168395
|
mercury_insights?: Maybe<MercuryInsightsMutationApi>;
|
|
168899
168396
|
mercury_organizations?: Maybe<MercuryOrganizationsMutationApi>;
|
|
168900
168397
|
mercury_plans?: Maybe<MercuryPlansMutationApi>;
|
|
168901
|
-
mercury_promoteWorkItemToImpactedWork?: Maybe<MercuryUpsertAskPayload>;
|
|
168902
168398
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
168903
|
-
mercury_rejectProposedDate?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
168904
|
-
mercury_removeConnectedWork?: Maybe<MercuryAskConnectedWorkPayload>;
|
|
168905
168399
|
mercury_risks?: Maybe<MercuryRisksMutationApi>;
|
|
168906
168400
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
168907
168401
|
mercury_tags?: Maybe<MercuryTagsMutationApi>;
|
|
168908
|
-
mercury_updateAskDescription?: Maybe<MercuryUpsertAskPayload>;
|
|
168909
|
-
mercury_updateAskImpactedWork?: Maybe<MercuryUpsertAskPayload>;
|
|
168910
|
-
mercury_updateAskJustification?: Maybe<MercuryUpsertAskPayload>;
|
|
168911
|
-
mercury_updateAskName?: Maybe<MercuryUpsertAskPayload>;
|
|
168912
|
-
mercury_updateAskOwner?: Maybe<MercuryUpsertAskPayload>;
|
|
168913
|
-
mercury_updateAskPriority?: Maybe<MercuryUpsertAskPayload>;
|
|
168914
|
-
mercury_updateAskReceivingFields?: Maybe<MercuryUpsertAskPayload>;
|
|
168915
|
-
mercury_updateAskReceivingTeam?: Maybe<MercuryUpsertAskPayload>;
|
|
168916
|
-
mercury_updateAskStatusUpdateDescription?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
168917
|
-
mercury_updateAskStatusUpdateStatus?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
168918
|
-
mercury_updateAskStatusUpdateTargetDate?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
168919
|
-
mercury_updateAskSubmitter?: Maybe<MercuryUpsertAskPayload>;
|
|
168920
|
-
mercury_updateAskSubmittingFields?: Maybe<MercuryUpsertAskPayload>;
|
|
168921
|
-
mercury_updateAskSubmittingTeam?: Maybe<MercuryUpsertAskPayload>;
|
|
168922
168402
|
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
168923
168403
|
moveBlog?: Maybe<MoveBlogPayload>;
|
|
168924
168404
|
movePageAfter?: Maybe<MovePagePayload>;
|
|
@@ -172093,9 +171573,6 @@ export type MutationGoals_DeleteLatestUpdateArgs = {
|
|
|
172093
171573
|
export type MutationGoals_DeleteLearningArgs = {
|
|
172094
171574
|
input: TownsquareGoalsDeleteLearningInput;
|
|
172095
171575
|
};
|
|
172096
|
-
export type MutationGoals_DeleteMetricValueArgs = {
|
|
172097
|
-
input: TownsquareGoalsDeleteMetricValueInput;
|
|
172098
|
-
};
|
|
172099
171576
|
export type MutationGoals_DeleteProjectLinkArgs = {
|
|
172100
171577
|
input: TownsquareGoalsDeleteProjectLinkInput;
|
|
172101
171578
|
};
|
|
@@ -173737,84 +173214,6 @@ export type MutationMarkFeatureDiscoveredArgs = {
|
|
|
173737
173214
|
featureKey: Scalars['String']['input'];
|
|
173738
173215
|
pluginKey: Scalars['String']['input'];
|
|
173739
173216
|
};
|
|
173740
|
-
export type MutationMercury_AcceptProposedDateArgs = {
|
|
173741
|
-
input: MercuryResolveProposedDateInput;
|
|
173742
|
-
};
|
|
173743
|
-
export type MutationMercury_AddConnectedWorkArgs = {
|
|
173744
|
-
input: MercuryAskConnectedWorkInput;
|
|
173745
|
-
};
|
|
173746
|
-
export type MutationMercury_AttachAskLinkArgs = {
|
|
173747
|
-
input: MercuryAttachAskLinkInput;
|
|
173748
|
-
};
|
|
173749
|
-
export type MutationMercury_CreateAskArgs = {
|
|
173750
|
-
input: MercuryCreateAskInput;
|
|
173751
|
-
};
|
|
173752
|
-
export type MutationMercury_CreateAskStatusUpdateArgs = {
|
|
173753
|
-
input: MercuryCreateAskStatusUpdateInput;
|
|
173754
|
-
};
|
|
173755
|
-
export type MutationMercury_CreateAsksArgs = {
|
|
173756
|
-
input: MercuryCreateAsksInput;
|
|
173757
|
-
};
|
|
173758
|
-
export type MutationMercury_DeleteAskArgs = {
|
|
173759
|
-
input: MercuryDeleteAskInput;
|
|
173760
|
-
};
|
|
173761
|
-
export type MutationMercury_DeleteAskLinkArgs = {
|
|
173762
|
-
input: MercuryDeleteAskLinkInput;
|
|
173763
|
-
};
|
|
173764
|
-
export type MutationMercury_DeleteAskStatusUpdateArgs = {
|
|
173765
|
-
input: MercuryDeleteAskStatusUpdateInput;
|
|
173766
|
-
};
|
|
173767
|
-
export type MutationMercury_PromoteWorkItemToImpactedWorkArgs = {
|
|
173768
|
-
input: MercuryPromoteWorkItemToImpactedWorkInput;
|
|
173769
|
-
};
|
|
173770
|
-
export type MutationMercury_RejectProposedDateArgs = {
|
|
173771
|
-
input: MercuryResolveProposedDateInput;
|
|
173772
|
-
};
|
|
173773
|
-
export type MutationMercury_RemoveConnectedWorkArgs = {
|
|
173774
|
-
input: MercuryAskConnectedWorkInput;
|
|
173775
|
-
};
|
|
173776
|
-
export type MutationMercury_UpdateAskDescriptionArgs = {
|
|
173777
|
-
input: MercuryUpdateAskDescriptionInput;
|
|
173778
|
-
};
|
|
173779
|
-
export type MutationMercury_UpdateAskImpactedWorkArgs = {
|
|
173780
|
-
input: MercuryUpdateAskImpactedWorkInput;
|
|
173781
|
-
};
|
|
173782
|
-
export type MutationMercury_UpdateAskJustificationArgs = {
|
|
173783
|
-
input: MercuryUpdateAskJustificationInput;
|
|
173784
|
-
};
|
|
173785
|
-
export type MutationMercury_UpdateAskNameArgs = {
|
|
173786
|
-
input: MercuryUpdateAskNameInput;
|
|
173787
|
-
};
|
|
173788
|
-
export type MutationMercury_UpdateAskOwnerArgs = {
|
|
173789
|
-
input: MercuryUpdateAskOwnerInput;
|
|
173790
|
-
};
|
|
173791
|
-
export type MutationMercury_UpdateAskPriorityArgs = {
|
|
173792
|
-
input: MercuryUpdateAskPriorityInput;
|
|
173793
|
-
};
|
|
173794
|
-
export type MutationMercury_UpdateAskReceivingFieldsArgs = {
|
|
173795
|
-
input: MercuryUpdateAskReceivingFieldsInput;
|
|
173796
|
-
};
|
|
173797
|
-
export type MutationMercury_UpdateAskReceivingTeamArgs = {
|
|
173798
|
-
input: MercuryUpdateAskReceivingTeamInput;
|
|
173799
|
-
};
|
|
173800
|
-
export type MutationMercury_UpdateAskStatusUpdateDescriptionArgs = {
|
|
173801
|
-
input: MercuryAskStatusUpdateDescriptionInput;
|
|
173802
|
-
};
|
|
173803
|
-
export type MutationMercury_UpdateAskStatusUpdateStatusArgs = {
|
|
173804
|
-
input: MercuryAskStatusUpdateStatusInput;
|
|
173805
|
-
};
|
|
173806
|
-
export type MutationMercury_UpdateAskStatusUpdateTargetDateArgs = {
|
|
173807
|
-
input: MercuryAskStatusUpdateTargetDateInput;
|
|
173808
|
-
};
|
|
173809
|
-
export type MutationMercury_UpdateAskSubmitterArgs = {
|
|
173810
|
-
input: MercuryUpdateAskSubmitterInput;
|
|
173811
|
-
};
|
|
173812
|
-
export type MutationMercury_UpdateAskSubmittingFieldsArgs = {
|
|
173813
|
-
input: MercuryUpdateAskSubmittingFieldsInput;
|
|
173814
|
-
};
|
|
173815
|
-
export type MutationMercury_UpdateAskSubmittingTeamArgs = {
|
|
173816
|
-
input: MercuryUpdateAskSubmittingTeamInput;
|
|
173817
|
-
};
|
|
173818
173217
|
export type MutationMigrateSpaceShortcutsArgs = {
|
|
173819
173218
|
shortcutsList: Array<InputMaybe<GraphQlSpaceShortcutsInput>>;
|
|
173820
173219
|
spaceId: Scalars['ID']['input'];
|
|
@@ -181451,11 +180850,6 @@ export type Query = {
|
|
|
181451
180850
|
media_items?: Maybe<Array<MediaItem>>;
|
|
181452
180851
|
media_itemsByDescriptor?: Maybe<Array<MediaItem>>;
|
|
181453
180852
|
mercury?: Maybe<MercuryQueryApi>;
|
|
181454
|
-
mercury_ask?: Maybe<MercuryAskResult>;
|
|
181455
|
-
mercury_askCountByStatusForFocusArea?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
181456
|
-
mercury_askLinksByIds?: Maybe<Array<Maybe<MercuryAskLink>>>;
|
|
181457
|
-
mercury_asks?: Maybe<MercuryAskConnection>;
|
|
181458
|
-
mercury_asksByIds?: Maybe<Array<Maybe<MercuryAsk>>>;
|
|
181459
180853
|
mercury_businessDomains?: Maybe<MercuryBusinessDomainsQueryApi>;
|
|
181460
180854
|
mercury_comments?: Maybe<MercuryCommentQueryApi>;
|
|
181461
180855
|
mercury_dataIntegrations?: Maybe<MercuryDataIntegrationsQueryApi>;
|
|
@@ -181468,7 +180862,6 @@ export type Query = {
|
|
|
181468
180862
|
mercury_plans?: Maybe<MercuryPlansQueryApi>;
|
|
181469
180863
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
181470
180864
|
mercury_risks?: Maybe<MercuryRisksQueryApi>;
|
|
181471
|
-
mercury_stalledAskCountForFocusArea?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
181472
180865
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
|
|
181473
180866
|
mercury_tags?: Maybe<MercuryTagsQueryApi>;
|
|
181474
180867
|
migration: MigrationQuery;
|
|
@@ -202922,28 +202315,6 @@ export type QueryMedia_ItemsByDescriptorArgs = {
|
|
|
202922
202315
|
cloudId: Scalars['String']['input'];
|
|
202923
202316
|
input: MediaItemsInput;
|
|
202924
202317
|
};
|
|
202925
|
-
export type QueryMercury_AskArgs = {
|
|
202926
|
-
id: Scalars['ID']['input'];
|
|
202927
|
-
};
|
|
202928
|
-
export type QueryMercury_AskCountByStatusForFocusAreaArgs = {
|
|
202929
|
-
focusAreaAri: Scalars['ID']['input'];
|
|
202930
|
-
};
|
|
202931
|
-
export type QueryMercury_AskLinksByIdsArgs = {
|
|
202932
|
-
ids: Array<Scalars['ID']['input']>;
|
|
202933
|
-
};
|
|
202934
|
-
export type QueryMercury_AsksArgs = {
|
|
202935
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
202936
|
-
cloudId: Scalars['ID']['input'];
|
|
202937
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
202938
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
202939
|
-
};
|
|
202940
|
-
export type QueryMercury_AsksByIdsArgs = {
|
|
202941
|
-
ids: Array<Scalars['ID']['input']>;
|
|
202942
|
-
};
|
|
202943
|
-
export type QueryMercury_StalledAskCountForFocusAreaArgs = {
|
|
202944
|
-
cutoffDate: Scalars['String']['input'];
|
|
202945
|
-
focusAreaAri: Scalars['ID']['input'];
|
|
202946
|
-
};
|
|
202947
202318
|
export type QueryMyMarketplaceAppsArgs = {
|
|
202948
202319
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
202949
202320
|
filter?: InputMaybe<MarketplaceAppsFilter>;
|
|
@@ -236261,15 +235632,6 @@ export type TownsquareGoalsDeleteLearningPayload = {
|
|
|
236261
235632
|
errors?: Maybe<Array<MutationError>>;
|
|
236262
235633
|
success: Scalars['Boolean']['output'];
|
|
236263
235634
|
};
|
|
236264
|
-
export type TownsquareGoalsDeleteMetricValueInput = {
|
|
236265
|
-
metricValueId: Scalars['ID']['input'];
|
|
236266
|
-
};
|
|
236267
|
-
export type TownsquareGoalsDeleteMetricValuePayload = {
|
|
236268
|
-
__typename?: 'TownsquareGoalsDeleteMetricValuePayload';
|
|
236269
|
-
deletedMetricValueId?: Maybe<Scalars['ID']['output']>;
|
|
236270
|
-
errors?: Maybe<Array<MutationError>>;
|
|
236271
|
-
success: Scalars['Boolean']['output'];
|
|
236272
|
-
};
|
|
236273
235635
|
export type TownsquareGoalsDeleteProjectLinkInput = {
|
|
236274
235636
|
goalId: Scalars['ID']['input'];
|
|
236275
235637
|
projectId: Scalars['ID']['input'];
|
|
@@ -236980,7 +236342,6 @@ export type TownsquareMetricUpdateInput = {
|
|
|
236980
236342
|
};
|
|
236981
236343
|
export type TownsquareMetricValue = Node & {
|
|
236982
236344
|
__typename?: 'TownsquareMetricValue';
|
|
236983
|
-
canDelete?: Maybe<Scalars['Boolean']['output']>;
|
|
236984
236345
|
id: Scalars['ID']['output'];
|
|
236985
236346
|
origin?: Maybe<TownsquareMetricValueOrigin>;
|
|
236986
236347
|
time?: Maybe<Scalars['DateTime']['output']>;
|