@forge/cli-shared 8.9.0-next.12-experimental-cd26ead → 8.9.0-next.13-experimental-f85d28a
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 +10 -2
- package/out/graphql/graphql-types.d.ts +153 -38
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +37 -27
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.9.0-next.
|
|
3
|
+
## 8.9.0-next.13-experimental-f85d28a
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
- ef033a5: support container identity when tunneling
|
|
14
14
|
- 118f8af: switch `contexts` to `compatibility` for Forge create operation
|
|
15
15
|
- aaf8a03: forge tunnel with containers: delete auto generated docker compose files upon failing to startup
|
|
16
|
+
- Updated dependencies [0a3f5d5]
|
|
16
17
|
- Updated dependencies [9a6d346]
|
|
17
18
|
- Updated dependencies [260eb24]
|
|
18
19
|
- Updated dependencies [3228cf0]
|
|
@@ -20,7 +21,14 @@
|
|
|
20
21
|
- Updated dependencies [f0a5a03]
|
|
21
22
|
- Updated dependencies [d00ef59]
|
|
22
23
|
- Updated dependencies [78efec7]
|
|
23
|
-
- @forge/manifest@11.0.0-next.
|
|
24
|
+
- @forge/manifest@11.0.0-next.7-experimental-f85d28a
|
|
25
|
+
|
|
26
|
+
## 8.9.0-next.13
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [0a3f5d5]
|
|
31
|
+
- @forge/manifest@11.0.0-next.7
|
|
24
32
|
|
|
25
33
|
## 8.9.0-next.12
|
|
26
34
|
|
|
@@ -18964,6 +18964,7 @@ export declare type ConfluenceSpaceDetailsSpaceOwner = {
|
|
|
18964
18964
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
18965
18965
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
18966
18966
|
ownerType?: Maybe<ConfluenceSpaceOwnerType>;
|
|
18967
|
+
usageType?: Maybe<ConfluenceGroupUsageType>;
|
|
18967
18968
|
};
|
|
18968
18969
|
export declare type ConfluenceSpaceDetailsSpaceOwnerInput = {
|
|
18969
18970
|
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22874,6 +22875,7 @@ export declare type CreateAppEnvironmentResponse = Payload & {
|
|
|
22874
22875
|
};
|
|
22875
22876
|
export declare type CreateAppInput = {
|
|
22876
22877
|
appFeatures?: InputMaybe<AppFeaturesInput>;
|
|
22878
|
+
billingConsent?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22877
22879
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
22878
22880
|
developerSpaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
22879
22881
|
name: Scalars['String']['input'];
|
|
@@ -26617,6 +26619,12 @@ export declare type DevAiRovoDevIssueViewResponse = {
|
|
|
26617
26619
|
isFeatureEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
26618
26620
|
sessions?: Maybe<DevAiRovoDevSessionConnection>;
|
|
26619
26621
|
};
|
|
26622
|
+
export declare type DevAiRovoDevIssueViewResponseSessionsArgs = {
|
|
26623
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26624
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
26625
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26626
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
26627
|
+
};
|
|
26620
26628
|
export declare enum DevAiRovoDevPrStatus {
|
|
26621
26629
|
Declined = "DECLINED",
|
|
26622
26630
|
Draft = "DRAFT",
|
|
@@ -26932,6 +26940,7 @@ export declare type DevConsoleDeveloperSpace = {
|
|
|
26932
26940
|
publishStatus: DevConsoleDeveloperSpacePublishStatus;
|
|
26933
26941
|
status: Scalars['String']['output'];
|
|
26934
26942
|
type: DevConsoleDeveloperSpaceType;
|
|
26943
|
+
vendorId: Scalars['String']['output'];
|
|
26935
26944
|
version: Scalars['Int']['output'];
|
|
26936
26945
|
versionId: Scalars['Int']['output'];
|
|
26937
26946
|
};
|
|
@@ -26940,6 +26949,7 @@ export declare type DevConsoleDeveloperSpaceDetails = {
|
|
|
26940
26949
|
logo?: Maybe<Scalars['String']['output']>;
|
|
26941
26950
|
name: Scalars['String']['output'];
|
|
26942
26951
|
publishStatus: DevConsoleDeveloperSpacePublishStatus;
|
|
26952
|
+
vendorId: Scalars['String']['output'];
|
|
26943
26953
|
};
|
|
26944
26954
|
export declare type DevConsoleDeveloperSpaceDetailsResult = {
|
|
26945
26955
|
__typename?: 'DevConsoleDeveloperSpaceDetailsResult';
|
|
@@ -26953,21 +26963,13 @@ export declare type DevConsoleDeveloperSpaceMember = {
|
|
|
26953
26963
|
email?: Maybe<Scalars['String']['output']>;
|
|
26954
26964
|
name?: Maybe<Scalars['String']['output']>;
|
|
26955
26965
|
picture?: Maybe<Scalars['String']['output']>;
|
|
26956
|
-
|
|
26957
|
-
export declare type DevConsoleDeveloperSpaceMemberInput = {
|
|
26958
|
-
developerSpaceId: Scalars['String']['input'];
|
|
26959
|
-
memberEmail: Scalars['String']['input'];
|
|
26960
|
-
role: DevConsoleDeveloperSpaceMemberRole;
|
|
26966
|
+
roles?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
26961
26967
|
};
|
|
26962
26968
|
export declare type DevConsoleDeveloperSpaceMemberPayload = Payload & {
|
|
26963
26969
|
__typename?: 'DevConsoleDeveloperSpaceMemberPayload';
|
|
26964
|
-
devSpace?: Maybe<DevConsoleDeveloperSpace>;
|
|
26965
26970
|
errors?: Maybe<Array<MutationError>>;
|
|
26966
26971
|
success: Scalars['Boolean']['output'];
|
|
26967
26972
|
};
|
|
26968
|
-
export declare enum DevConsoleDeveloperSpaceMemberRole {
|
|
26969
|
-
Admin = "ADMIN"
|
|
26970
|
-
}
|
|
26971
26973
|
export declare type DevConsoleDeveloperSpaceMembersResponse = {
|
|
26972
26974
|
__typename?: 'DevConsoleDeveloperSpaceMembersResponse';
|
|
26973
26975
|
errors?: Maybe<Array<QueryError>>;
|
|
@@ -26996,7 +26998,6 @@ export declare enum DevConsoleDeveloperSpacePublishStatus {
|
|
|
26996
26998
|
}
|
|
26997
26999
|
export declare type DevConsoleDeveloperSpaceSettingsPayload = Payload & {
|
|
26998
27000
|
__typename?: 'DevConsoleDeveloperSpaceSettingsPayload';
|
|
26999
|
-
devSpace?: Maybe<DevConsoleDeveloperSpace>;
|
|
27000
27001
|
errors?: Maybe<Array<MutationError>>;
|
|
27001
27002
|
success: Scalars['Boolean']['output'];
|
|
27002
27003
|
};
|
|
@@ -27025,21 +27026,16 @@ export declare type DevConsoleHasConsoleAdminResponse = {
|
|
|
27025
27026
|
export declare type DevConsoleMutation = {
|
|
27026
27027
|
__typename?: 'DevConsoleMutation';
|
|
27027
27028
|
acceptAppBillingConsent: DevConsoleResponsePayload;
|
|
27028
|
-
addDeveloperSpaceMember?: Maybe<DevConsoleDeveloperSpaceMemberPayload>;
|
|
27029
27029
|
archiveDeveloperSpace: DevConsoleResponsePayload;
|
|
27030
27030
|
assignDeveloperSpace?: Maybe<DevConsoleAssignDeveloperSpacePayload>;
|
|
27031
27031
|
createDeveloperSpace?: Maybe<DevConsoleDeveloperSpacePayload>;
|
|
27032
|
-
|
|
27033
|
-
updateDeveloperSpaceMember?: Maybe<DevConsoleDeveloperSpaceMemberPayload>;
|
|
27032
|
+
updateDeveloperSpaceMemberRoles?: Maybe<DevConsoleDeveloperSpaceMemberPayload>;
|
|
27034
27033
|
updateDeveloperSpaceSettings?: Maybe<DevConsoleDeveloperSpaceSettingsPayload>;
|
|
27035
27034
|
};
|
|
27036
27035
|
export declare type DevConsoleMutationAcceptAppBillingConsentArgs = {
|
|
27037
27036
|
appIds: Array<Scalars['String']['input']>;
|
|
27038
27037
|
developerSpaceId: Scalars['String']['input'];
|
|
27039
27038
|
};
|
|
27040
|
-
export declare type DevConsoleMutationAddDeveloperSpaceMemberArgs = {
|
|
27041
|
-
input: DevConsoleDeveloperSpaceMemberInput;
|
|
27042
|
-
};
|
|
27043
27039
|
export declare type DevConsoleMutationArchiveDeveloperSpaceArgs = {
|
|
27044
27040
|
input: DevConsoleArchiveDeveloperSpaceInput;
|
|
27045
27041
|
};
|
|
@@ -27049,11 +27045,8 @@ export declare type DevConsoleMutationAssignDeveloperSpaceArgs = {
|
|
|
27049
27045
|
export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
|
|
27050
27046
|
input: DevConsoleCreateDeveloperSpaceInput;
|
|
27051
27047
|
};
|
|
27052
|
-
export declare type
|
|
27053
|
-
input:
|
|
27054
|
-
};
|
|
27055
|
-
export declare type DevConsoleMutationUpdateDeveloperSpaceMemberArgs = {
|
|
27056
|
-
input: DevConsoleUpdateDeveloperSpaceMemberInput;
|
|
27048
|
+
export declare type DevConsoleMutationUpdateDeveloperSpaceMemberRolesArgs = {
|
|
27049
|
+
input: DevConsoleUpdateDeveloperSpaceMemberRolesInput;
|
|
27057
27050
|
};
|
|
27058
27051
|
export declare type DevConsoleMutationUpdateDeveloperSpaceSettingsArgs = {
|
|
27059
27052
|
input: DevConsoleUpdateDeveloperSpaceSettingsInput;
|
|
@@ -27117,10 +27110,6 @@ export declare type DevConsoleQueryHasAnyConsoleAdminArgs = {
|
|
|
27117
27110
|
export declare type DevConsoleQueryTenantContextsArgs = {
|
|
27118
27111
|
ids: Array<Scalars['ID']['input']>;
|
|
27119
27112
|
};
|
|
27120
|
-
export declare type DevConsoleRemoveDeveloperSpaceMemberInput = {
|
|
27121
|
-
developerSpaceId: Scalars['String']['input'];
|
|
27122
|
-
memberId: Scalars['String']['input'];
|
|
27123
|
-
};
|
|
27124
27113
|
export declare enum DevConsoleResource {
|
|
27125
27114
|
FunctionCompute = "FUNCTION_COMPUTE",
|
|
27126
27115
|
KvsRead = "KVS_READ",
|
|
@@ -27201,10 +27190,12 @@ export declare type DevConsoleTransactionAccountResponse = {
|
|
|
27201
27190
|
paymentMethod?: Maybe<DevConsoleTransactionAccountPaymentMethod>;
|
|
27202
27191
|
transactionAccount?: Maybe<DevConsoleTransactionAccountData>;
|
|
27203
27192
|
};
|
|
27204
|
-
export declare type
|
|
27193
|
+
export declare type DevConsoleUpdateDeveloperSpaceMemberRolesInput = {
|
|
27194
|
+
addRoles: Array<Scalars['String']['input']>;
|
|
27205
27195
|
developerSpaceId: Scalars['String']['input'];
|
|
27206
|
-
|
|
27207
|
-
|
|
27196
|
+
memberEmail?: InputMaybe<Scalars['String']['input']>;
|
|
27197
|
+
memberId?: InputMaybe<Scalars['String']['input']>;
|
|
27198
|
+
removeRoles: Array<Scalars['String']['input']>;
|
|
27208
27199
|
};
|
|
27209
27200
|
export declare type DevConsoleUpdateDeveloperSpaceSettingsInput = {
|
|
27210
27201
|
developerSpaceId: Scalars['String']['input'];
|
|
@@ -36997,6 +36988,7 @@ export declare type GraphStore = {
|
|
|
36997
36988
|
userUpdatedIssueBatch?: Maybe<GraphStoreBatchUserUpdatedIssueConnection>;
|
|
36998
36989
|
userUpdatedIssueInverse?: Maybe<GraphStoreSimplifiedUserUpdatedIssueInverseConnection>;
|
|
36999
36990
|
userUpdatedIssueInverseBatch?: Maybe<GraphStoreBatchUserUpdatedIssueConnection>;
|
|
36991
|
+
userViewed3pRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserViewed3pRemoteLinkInverseConnection>;
|
|
37000
36992
|
userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
|
|
37001
36993
|
userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
|
|
37002
36994
|
userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
|
|
@@ -42065,6 +42057,13 @@ export declare type GraphStoreUserUpdatedIssueInverseBatchArgs = {
|
|
|
42065
42057
|
ids: Array<Scalars['ID']['input']>;
|
|
42066
42058
|
sort?: InputMaybe<GraphStoreUserUpdatedIssueSortInput>;
|
|
42067
42059
|
};
|
|
42060
|
+
export declare type GraphStoreUserViewed3pRemoteLinkInverseArgs = {
|
|
42061
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42062
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42063
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42064
|
+
id: Scalars['ID']['input'];
|
|
42065
|
+
sort?: InputMaybe<GraphStoreUserViewed3pRemoteLinkSortInput>;
|
|
42066
|
+
};
|
|
42068
42067
|
export declare type GraphStoreUserViewedAtlasGoalArgs = {
|
|
42069
42068
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
42070
42069
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -57728,6 +57727,20 @@ export declare type GraphStoreSimplifiedUserUpdatedIssueInverseEdge = {
|
|
|
57728
57727
|
};
|
|
57729
57728
|
export declare type GraphStoreSimplifiedUserUpdatedIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
57730
57729
|
export declare type GraphStoreSimplifiedUserUpdatedIssueUnion = JiraIssue;
|
|
57730
|
+
export declare type GraphStoreSimplifiedUserViewed3pRemoteLinkInverseConnection = HasPageInfo & {
|
|
57731
|
+
__typename?: 'GraphStoreSimplifiedUserViewed3pRemoteLinkInverseConnection';
|
|
57732
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewed3pRemoteLinkInverseEdge>>>;
|
|
57733
|
+
pageInfo: PageInfo;
|
|
57734
|
+
};
|
|
57735
|
+
export declare type GraphStoreSimplifiedUserViewed3pRemoteLinkInverseEdge = {
|
|
57736
|
+
__typename?: 'GraphStoreSimplifiedUserViewed3pRemoteLinkInverseEdge';
|
|
57737
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57738
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57739
|
+
id: Scalars['ID']['output'];
|
|
57740
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57741
|
+
node?: Maybe<GraphStoreSimplifiedUserViewed3pRemoteLinkInverseUnion>;
|
|
57742
|
+
};
|
|
57743
|
+
export declare type GraphStoreSimplifiedUserViewed3pRemoteLinkInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
57731
57744
|
export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
|
|
57732
57745
|
__typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
|
|
57733
57746
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedAtlasGoalEdge>>>;
|
|
@@ -59160,6 +59173,9 @@ export declare type GraphStoreUserUpdatedGraphDocumentSortInput = {
|
|
|
59160
59173
|
export declare type GraphStoreUserUpdatedIssueSortInput = {
|
|
59161
59174
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59162
59175
|
};
|
|
59176
|
+
export declare type GraphStoreUserViewed3pRemoteLinkSortInput = {
|
|
59177
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59178
|
+
};
|
|
59163
59179
|
export declare type GraphStoreUserViewedAtlasGoalSortInput = {
|
|
59164
59180
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59165
59181
|
};
|
|
@@ -70058,6 +70074,7 @@ export declare type JiraHistoryAssigneeFieldValue = {
|
|
|
70058
70074
|
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
70059
70075
|
displayValue?: Maybe<Scalars['String']['output']>;
|
|
70060
70076
|
formattedValue?: Maybe<Scalars['String']['output']>;
|
|
70077
|
+
user?: Maybe<User>;
|
|
70061
70078
|
value?: Maybe<Scalars['String']['output']>;
|
|
70062
70079
|
};
|
|
70063
70080
|
export declare type JiraHistoryFieldSchema = {
|
|
@@ -70207,6 +70224,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
70207
70224
|
autodevIssueScopingResult?: Maybe<DevAiIssueScopingResult>;
|
|
70208
70225
|
canBeExported?: Maybe<Scalars['Boolean']['output']>;
|
|
70209
70226
|
canCreateSubtask?: Maybe<Scalars['Boolean']['output']>;
|
|
70227
|
+
canDownloadAttachment?: Maybe<Scalars['Boolean']['output']>;
|
|
70210
70228
|
canHaveChildIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
70211
70229
|
childIssues?: Maybe<JiraChildIssues>;
|
|
70212
70230
|
commandPaletteActions?: Maybe<JiraIssueCommandPaletteActionConnection>;
|
|
@@ -83127,6 +83145,19 @@ export declare type JiraUpdateCustomBackgroundPayload = Payload & {
|
|
|
83127
83145
|
errors?: Maybe<Array<MutationError>>;
|
|
83128
83146
|
success: Scalars['Boolean']['output'];
|
|
83129
83147
|
};
|
|
83148
|
+
export declare type JiraUpdateCustomFieldInput = {
|
|
83149
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
83150
|
+
fieldId: Scalars['String']['input'];
|
|
83151
|
+
formatConfig?: InputMaybe<JiraFieldFormatConfigInput>;
|
|
83152
|
+
name: Scalars['String']['input'];
|
|
83153
|
+
searcherKey?: InputMaybe<Scalars['String']['input']>;
|
|
83154
|
+
};
|
|
83155
|
+
export declare type JiraUpdateCustomFieldPayload = Payload & {
|
|
83156
|
+
__typename?: 'JiraUpdateCustomFieldPayload';
|
|
83157
|
+
errors?: Maybe<Array<MutationError>>;
|
|
83158
|
+
field?: Maybe<JiraIssueFieldConfig>;
|
|
83159
|
+
success: Scalars['Boolean']['output'];
|
|
83160
|
+
};
|
|
83130
83161
|
export declare type JiraUpdateCustomFilterDetailsInput = {
|
|
83131
83162
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
83132
83163
|
editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
|
|
@@ -94446,6 +94477,7 @@ export declare type Mutation = {
|
|
|
94446
94477
|
agentStudio_addGroupsToCreatePermission?: Maybe<AgentStudioAddGroupsToCreatePermissionPayload>;
|
|
94447
94478
|
agentStudio_cancelBatchEvaluationJobRun?: Maybe<AgentStudioBatchEvalRunJobPayload>;
|
|
94448
94479
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
94480
|
+
agentStudio_createAndRunBatchEvaluationJob?: Maybe<AgentStudioBatchEvalRunJobPayload>;
|
|
94449
94481
|
agentStudio_createBatchEvaluationJob: AgentStudioCreateBatchEvaluationJobPayload;
|
|
94450
94482
|
agentStudio_createScenario?: Maybe<AgentStudioCreateScenarioPayload>;
|
|
94451
94483
|
agentStudio_deleteAgent?: Maybe<AgentStudioDeleteAgentPayload>;
|
|
@@ -94922,6 +94954,7 @@ export declare type Mutation = {
|
|
|
94922
94954
|
jira_trashCustomFields?: Maybe<JiraTrashCustomFieldsPayload>;
|
|
94923
94955
|
jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
|
|
94924
94956
|
jira_unarchiveIssue?: Maybe<JiraIssueUnarchivePayload>;
|
|
94957
|
+
jira_updateCustomField?: Maybe<JiraUpdateCustomFieldPayload>;
|
|
94925
94958
|
jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
|
|
94926
94959
|
jira_updateFieldToFieldSchemeAssociations?: Maybe<JiraFieldToFieldSchemeAssociationsPayload>;
|
|
94927
94960
|
jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
|
|
@@ -95115,6 +95148,7 @@ export declare type Mutation = {
|
|
|
95115
95148
|
stakeholderComms_createPage?: Maybe<StakeholderCommsPageResponse>;
|
|
95116
95149
|
stakeholderComms_createStakeholder?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
95117
95150
|
stakeholderComms_createStakeholderGroupAndMembers?: Maybe<StakeholderCommsStakeholderGroupsAndStakeholders>;
|
|
95151
|
+
stakeholderComms_createSubscriber?: Maybe<StakeholderCommsSubscriberResponse>;
|
|
95118
95152
|
stakeholderComms_deleteDraftPage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
95119
95153
|
stakeholderComms_deletePage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
95120
95154
|
stakeholderComms_deleteStakeholder?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
@@ -95124,6 +95158,7 @@ export declare type Mutation = {
|
|
|
95124
95158
|
stakeholderComms_removeStakeholderGroups?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
95125
95159
|
stakeholderComms_removeStakeholderMembers?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
95126
95160
|
stakeholderComms_resendStakeholderInvite?: Maybe<StakeholderCommsResendInviteResponse>;
|
|
95161
|
+
stakeholderComms_unsubscribeSubscriber?: Maybe<StakeholderCommsUnsubscribeSubscriberResponse>;
|
|
95127
95162
|
stakeholderComms_updateDraftPage?: Maybe<StakeholderCommsPageResponse>;
|
|
95128
95163
|
stakeholderComms_updateIncident?: Maybe<StakeholderCommsIncidentResponse>;
|
|
95129
95164
|
stakeholderComms_updatePage?: Maybe<StakeholderCommsPageResponse>;
|
|
@@ -95308,6 +95343,12 @@ export declare type MutationAgentStudio_CreateAgentArgs = {
|
|
|
95308
95343
|
cloudId: Scalars['String']['input'];
|
|
95309
95344
|
input: AgentStudioCreateAgentInput;
|
|
95310
95345
|
};
|
|
95346
|
+
export declare type MutationAgentStudio_CreateAndRunBatchEvaluationJobArgs = {
|
|
95347
|
+
cloudId: Scalars['String']['input'];
|
|
95348
|
+
input: AgentStudioCreateBatchEvaluationJobInput;
|
|
95349
|
+
productType: AgentStudioProductType;
|
|
95350
|
+
projectContainerAri: Scalars['ID']['input'];
|
|
95351
|
+
};
|
|
95311
95352
|
export declare type MutationAgentStudio_CreateBatchEvaluationJobArgs = {
|
|
95312
95353
|
cloudId: Scalars['String']['input'];
|
|
95313
95354
|
input: AgentStudioCreateBatchEvaluationJobInput;
|
|
@@ -96968,6 +97009,10 @@ export declare type MutationJira_TrashGlobalCustomFieldsArgs = {
|
|
|
96968
97009
|
export declare type MutationJira_UnarchiveIssueArgs = {
|
|
96969
97010
|
input: JiraIssueUnarchiveInput;
|
|
96970
97011
|
};
|
|
97012
|
+
export declare type MutationJira_UpdateCustomFieldArgs = {
|
|
97013
|
+
cloudId: Scalars['ID']['input'];
|
|
97014
|
+
input: JiraUpdateCustomFieldInput;
|
|
97015
|
+
};
|
|
96971
97016
|
export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs = {
|
|
96972
97017
|
cloudId: Scalars['ID']['input'];
|
|
96973
97018
|
input: JiraFieldToFieldConfigSchemeAssociationsInput;
|
|
@@ -97555,6 +97600,9 @@ export declare type MutationStakeholderComms_CreateStakeholderGroupAndMembersArg
|
|
|
97555
97600
|
stakeholderGroupInput: StakeholderCommsCreateStakeholderGroupInput;
|
|
97556
97601
|
stakeholders?: InputMaybe<Array<InputMaybe<StakeholderCommsCreateStakeholderInput>>>;
|
|
97557
97602
|
};
|
|
97603
|
+
export declare type MutationStakeholderComms_CreateSubscriberArgs = {
|
|
97604
|
+
subscriptionRequest: StakeholderCommsSubscriptionRequest;
|
|
97605
|
+
};
|
|
97558
97606
|
export declare type MutationStakeholderComms_DeleteDraftPageArgs = {
|
|
97559
97607
|
pageId: Scalars['String']['input'];
|
|
97560
97608
|
};
|
|
@@ -97583,6 +97631,9 @@ export declare type MutationStakeholderComms_RemoveStakeholderMembersArgs = {
|
|
|
97583
97631
|
export declare type MutationStakeholderComms_ResendStakeholderInviteArgs = {
|
|
97584
97632
|
resendInviteInput: StakeholderCommsResendInviteInput;
|
|
97585
97633
|
};
|
|
97634
|
+
export declare type MutationStakeholderComms_UnsubscribeSubscriberArgs = {
|
|
97635
|
+
subscriberId: Scalars['String']['input'];
|
|
97636
|
+
};
|
|
97586
97637
|
export declare type MutationStakeholderComms_UpdateDraftPageArgs = {
|
|
97587
97638
|
page: StakeholderCommsUpdatePageInputType;
|
|
97588
97639
|
};
|
|
@@ -100780,6 +100831,7 @@ export declare type Query = {
|
|
|
100780
100831
|
agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
|
|
100781
100832
|
agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
|
|
100782
100833
|
agentStudio_agentByIdentityAccountId?: Maybe<AgentStudioAgentResult>;
|
|
100834
|
+
agentStudio_agentsByIds?: Maybe<Array<Maybe<AgentStudioAgent>>>;
|
|
100783
100835
|
agentStudio_batchEvaluationJob?: Maybe<AgentStudioBatchEvaluationJob>;
|
|
100784
100836
|
agentStudio_batchEvaluationJobsResult: AgentStudioBatchEvaluationJobsResult;
|
|
100785
100837
|
agentStudio_batchEvaluationResults: AgentStudioEvaluationResultsResult;
|
|
@@ -100791,7 +100843,6 @@ export declare type Query = {
|
|
|
100791
100843
|
agentStudio_evaluationProject?: Maybe<AgentStudioBatchEvaluationProject>;
|
|
100792
100844
|
agentStudio_getAgentActorRoles?: Maybe<AgentStudioActorRoles>;
|
|
100793
100845
|
agentStudio_getAgents?: Maybe<AgentStudioAgentsConnection>;
|
|
100794
|
-
agentStudio_getAgentsByIds?: Maybe<Array<Maybe<AgentStudioAgent>>>;
|
|
100795
100846
|
agentStudio_getByExternalReference?: Maybe<AgentStudioAgentResult>;
|
|
100796
100847
|
agentStudio_getCreateAgentPermissions?: Maybe<AgentStudioAgentCreatePermissionsConnection>;
|
|
100797
100848
|
agentStudio_getToolsByIdAndSource?: Maybe<Array<AgentStudioTool>>;
|
|
@@ -101190,6 +101241,7 @@ export declare type Query = {
|
|
|
101190
101241
|
goals_appSettings?: Maybe<TownsquareGoalsAppSettings>;
|
|
101191
101242
|
goals_byId?: Maybe<TownsquareGoal>;
|
|
101192
101243
|
goals_byIds?: Maybe<Array<Maybe<TownsquareGoal>>>;
|
|
101244
|
+
goals_goalTypeById?: Maybe<TownsquareGoalType>;
|
|
101193
101245
|
goals_metricSearch?: Maybe<TownsquareMetricConnection>;
|
|
101194
101246
|
goals_metricTargetsByIds?: Maybe<Array<Maybe<TownsquareMetricTarget>>>;
|
|
101195
101247
|
goals_metricValuesByIds?: Maybe<Array<Maybe<TownsquareMetricValue>>>;
|
|
@@ -101801,6 +101853,9 @@ export declare type QueryAgentStudio_AgentByIdentityAccountIdArgs = {
|
|
|
101801
101853
|
cloudId: Scalars['String']['input'];
|
|
101802
101854
|
id: Scalars['ID']['input'];
|
|
101803
101855
|
};
|
|
101856
|
+
export declare type QueryAgentStudio_AgentsByIdsArgs = {
|
|
101857
|
+
ids: Array<Scalars['ID']['input']>;
|
|
101858
|
+
};
|
|
101804
101859
|
export declare type QueryAgentStudio_BatchEvaluationJobArgs = {
|
|
101805
101860
|
cloudId: Scalars['String']['input'];
|
|
101806
101861
|
jobId: Scalars['ID']['input'];
|
|
@@ -101875,9 +101930,6 @@ export declare type QueryAgentStudio_GetAgentsArgs = {
|
|
|
101875
101930
|
input?: InputMaybe<AgentStudioAgentQueryInput>;
|
|
101876
101931
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
101877
101932
|
};
|
|
101878
|
-
export declare type QueryAgentStudio_GetAgentsByIdsArgs = {
|
|
101879
|
-
ids: Array<Scalars['ID']['input']>;
|
|
101880
|
-
};
|
|
101881
101933
|
export declare type QueryAgentStudio_GetByExternalReferenceArgs = {
|
|
101882
101934
|
cloudId: Scalars['String']['input'];
|
|
101883
101935
|
externalReference: Scalars['String']['input'];
|
|
@@ -103704,6 +103756,9 @@ export declare type QueryGoals_ByIdArgs = {
|
|
|
103704
103756
|
export declare type QueryGoals_ByIdsArgs = {
|
|
103705
103757
|
goalIds: Array<Scalars['ID']['input']>;
|
|
103706
103758
|
};
|
|
103759
|
+
export declare type QueryGoals_GoalTypeByIdArgs = {
|
|
103760
|
+
goalTypeId: Scalars['ID']['input'];
|
|
103761
|
+
};
|
|
103707
103762
|
export declare type QueryGoals_MetricSearchArgs = {
|
|
103708
103763
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
103709
103764
|
containerId: Scalars['ID']['input'];
|
|
@@ -104880,13 +104935,13 @@ export declare type QueryStakeholderComms_GetComponentUptimePercentageArgs = {
|
|
|
104880
104935
|
};
|
|
104881
104936
|
export declare type QueryStakeholderComms_GetComponentWithUptimeByComponentIdArgs = {
|
|
104882
104937
|
componentId: Scalars['String']['input'];
|
|
104883
|
-
endDate
|
|
104884
|
-
startDate
|
|
104938
|
+
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
104939
|
+
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
104885
104940
|
};
|
|
104886
104941
|
export declare type QueryStakeholderComms_GetComponentsWithUptimeByPageIdArgs = {
|
|
104887
|
-
endDate
|
|
104942
|
+
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
104888
104943
|
pageId: Scalars['String']['input'];
|
|
104889
|
-
startDate
|
|
104944
|
+
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
104890
104945
|
};
|
|
104891
104946
|
export declare type QueryStakeholderComms_GetComponentsWithUptimeByPageIdV2Args = {
|
|
104892
104947
|
nestedComponentWithUptimeConnectionInput: StakeholderCommsNestedComponentWithUptimeConnectionInput;
|
|
@@ -108038,6 +108093,7 @@ export declare type SearchProductInfo = {
|
|
|
108038
108093
|
};
|
|
108039
108094
|
export declare enum SearchProjectType {
|
|
108040
108095
|
Business = "business",
|
|
108096
|
+
CustomerService = "customer_service",
|
|
108041
108097
|
ProductDiscovery = "product_discovery",
|
|
108042
108098
|
ServiceDesk = "service_desk",
|
|
108043
108099
|
Software = "software"
|
|
@@ -129843,12 +129899,12 @@ export declare type StakeholderCommsNestedComponentWithUptimeConnection = {
|
|
|
129843
129899
|
export declare type StakeholderCommsNestedComponentWithUptimeConnectionInput = {
|
|
129844
129900
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
129845
129901
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
129846
|
-
endDate
|
|
129902
|
+
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
129847
129903
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
129848
129904
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
129849
129905
|
pageId: Scalars['String']['input'];
|
|
129850
129906
|
searchTerm?: InputMaybe<Scalars['String']['input']>;
|
|
129851
|
-
startDate
|
|
129907
|
+
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
129852
129908
|
statusFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
129853
129909
|
};
|
|
129854
129910
|
export declare type StakeholderCommsNestedComponentWithUptimeEdge = {
|
|
@@ -130271,6 +130327,60 @@ export declare enum StakeholderCommsStakeholderType {
|
|
|
130271
130327
|
Internal = "INTERNAL",
|
|
130272
130328
|
Team = "TEAM"
|
|
130273
130329
|
}
|
|
130330
|
+
export declare type StakeholderCommsSubscriber = {
|
|
130331
|
+
__typename?: 'StakeholderCommsSubscriber';
|
|
130332
|
+
additionalInformation?: Maybe<Array<Scalars['String']['output']>>;
|
|
130333
|
+
componentIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
130334
|
+
confirmationCode?: Maybe<Scalars['String']['output']>;
|
|
130335
|
+
confirmedAt?: Maybe<Scalars['String']['output']>;
|
|
130336
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
130337
|
+
deactivatedAt?: Maybe<Scalars['String']['output']>;
|
|
130338
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
130339
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
130340
|
+
itemId?: Maybe<Scalars['String']['output']>;
|
|
130341
|
+
lastRemindedAt?: Maybe<Scalars['String']['output']>;
|
|
130342
|
+
orphanedAt?: Maybe<Scalars['String']['output']>;
|
|
130343
|
+
pageAccessUserId?: Maybe<Scalars['String']['output']>;
|
|
130344
|
+
phoneCountry?: Maybe<Scalars['String']['output']>;
|
|
130345
|
+
phoneNumber?: Maybe<Scalars['String']['output']>;
|
|
130346
|
+
phoneNumberDisplay?: Maybe<Scalars['String']['output']>;
|
|
130347
|
+
quarantinedAt?: Maybe<Scalars['String']['output']>;
|
|
130348
|
+
shortCodeSubscriptionId?: Maybe<Scalars['String']['output']>;
|
|
130349
|
+
skipConfirmation?: Maybe<Scalars['Boolean']['output']>;
|
|
130350
|
+
slackChannelId?: Maybe<Scalars['String']['output']>;
|
|
130351
|
+
slackUserId?: Maybe<Scalars['String']['output']>;
|
|
130352
|
+
subscriptionType?: Maybe<Scalars['String']['output']>;
|
|
130353
|
+
type?: Maybe<StakeholderCommsSubscriberItemType>;
|
|
130354
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
130355
|
+
webhookEndpoint?: Maybe<Scalars['String']['output']>;
|
|
130356
|
+
};
|
|
130357
|
+
export declare enum StakeholderCommsSubscriberItemType {
|
|
130358
|
+
ComponentSubscriber = "COMPONENT_SUBSCRIBER",
|
|
130359
|
+
IncidentSubscriber = "INCIDENT_SUBSCRIBER",
|
|
130360
|
+
PageSubscriber = "PAGE_SUBSCRIBER"
|
|
130361
|
+
}
|
|
130362
|
+
export declare type StakeholderCommsSubscriberResponse = {
|
|
130363
|
+
__typename?: 'StakeholderCommsSubscriberResponse';
|
|
130364
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
130365
|
+
subscriber?: Maybe<StakeholderCommsSubscriber>;
|
|
130366
|
+
};
|
|
130367
|
+
export declare enum StakeholderCommsSubscriptionChannel {
|
|
130368
|
+
Email = "EMAIL",
|
|
130369
|
+
Slack = "SLACK",
|
|
130370
|
+
Sms = "SMS",
|
|
130371
|
+
Webhook = "WEBHOOK"
|
|
130372
|
+
}
|
|
130373
|
+
export declare type StakeholderCommsSubscriptionData = {
|
|
130374
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
|
130375
|
+
phoneCountry?: InputMaybe<Scalars['String']['input']>;
|
|
130376
|
+
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
130377
|
+
};
|
|
130378
|
+
export declare type StakeholderCommsSubscriptionRequest = {
|
|
130379
|
+
itemId: Scalars['String']['input'];
|
|
130380
|
+
itemType: StakeholderCommsSubscriberItemType;
|
|
130381
|
+
subscriptionData?: InputMaybe<StakeholderCommsSubscriptionData>;
|
|
130382
|
+
subscriptionType: StakeholderCommsSubscriptionChannel;
|
|
130383
|
+
};
|
|
130274
130384
|
export declare type StakeholderCommsUnifiedSearchInput = {
|
|
130275
130385
|
filters?: InputMaybe<Array<InputMaybe<StakeholderCommsSearchFilterType>>>;
|
|
130276
130386
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -130282,6 +130392,11 @@ export declare type StakeholderCommsUnifiedSearchResults = {
|
|
|
130282
130392
|
error?: Maybe<Scalars['String']['output']>;
|
|
130283
130393
|
results?: Maybe<Array<Maybe<StakeholderCommsSearchResult>>>;
|
|
130284
130394
|
};
|
|
130395
|
+
export declare type StakeholderCommsUnsubscribeSubscriberResponse = {
|
|
130396
|
+
__typename?: 'StakeholderCommsUnsubscribeSubscriberResponse';
|
|
130397
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
130398
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
130399
|
+
};
|
|
130285
130400
|
export declare type StakeholderCommsUpdatePageInputType = {
|
|
130286
130401
|
activityScore?: InputMaybe<Scalars['Int']['input']>;
|
|
130287
130402
|
allowPageSubscribers?: InputMaybe<Scalars['Boolean']['input']>;
|