@forge/cli-shared 9.0.1-next.8 → 9.1.0-next.10
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 +205 -1
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +16 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +15 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.1.0-next.10
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c3dbc58: Manifest Merge Logics changed
|
|
8
|
+
|
|
9
|
+
## 9.1.0-next.9
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 4f18feb: Added the non interactive function for module add
|
|
14
|
+
|
|
3
15
|
## 9.0.1-next.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -2728,6 +2728,7 @@ export type AvpPermissionsResourcePermission = {
|
|
|
2728
2728
|
__typename?: 'AVPPermissionsResourcePermission';
|
|
2729
2729
|
containerId?: Maybe<Scalars['ID']['output']>;
|
|
2730
2730
|
integrationId?: Maybe<Scalars['String']['output']>;
|
|
2731
|
+
permissionAri?: Maybe<Scalars['ID']['output']>;
|
|
2731
2732
|
permissionType?: Maybe<AvpPermissionsResourcePermissionType>;
|
|
2732
2733
|
resourceId?: Maybe<Scalars['ID']['output']>;
|
|
2733
2734
|
resourceType?: Maybe<AvpPermissionsResourceType>;
|
|
@@ -4282,7 +4283,6 @@ export type AdminCustomDomains = {
|
|
|
4282
4283
|
export type AdminDataResidency = {
|
|
4283
4284
|
__typename?: 'AdminDataResidency';
|
|
4284
4285
|
realm: Scalars['String']['output'];
|
|
4285
|
-
regions: Array<Scalars['String']['output']>;
|
|
4286
4286
|
};
|
|
4287
4287
|
export type AdminDataResidencyFeature = {
|
|
4288
4288
|
__typename?: 'AdminDataResidencyFeature';
|
|
@@ -5278,6 +5278,7 @@ export type AdminUnit = {
|
|
|
5278
5278
|
__typename?: 'AdminUnit';
|
|
5279
5279
|
apps?: Maybe<AdminUnitAppsConnection>;
|
|
5280
5280
|
appsV2?: Maybe<AdminWorkspaceConnection>;
|
|
5281
|
+
dataResidency?: Maybe<AdminDataResidency>;
|
|
5281
5282
|
description?: Maybe<Scalars['String']['output']>;
|
|
5282
5283
|
directory?: Maybe<AdminDirectory>;
|
|
5283
5284
|
id: Scalars['ID']['output'];
|
|
@@ -20903,6 +20904,7 @@ export type CommerceExpCcpEntitlement = {
|
|
|
20903
20904
|
isSandbox?: Maybe<Scalars['Boolean']['output']>;
|
|
20904
20905
|
key: Scalars['String']['output'];
|
|
20905
20906
|
kind?: Maybe<CommerceExpEntitlementKind>;
|
|
20907
|
+
meterConfiguration?: Maybe<CommerceExpUtsMeterConfiguration>;
|
|
20906
20908
|
meteredChargeElementUsageAggregations?: Maybe<CommerceExpMeteredChargeElementUsageAggregationResponse>;
|
|
20907
20909
|
meteredChargeElementsUsageLatest?: Maybe<Array<Maybe<CommerceExpMeteredChargeElementUsageLatest>>>;
|
|
20908
20910
|
offering?: Maybe<CcpOffering>;
|
|
@@ -24376,6 +24378,26 @@ export declare enum CommerceExpUtsAllowanceExemptionStatus {
|
|
|
24376
24378
|
Expired = "EXPIRED",
|
|
24377
24379
|
Scheduled = "SCHEDULED"
|
|
24378
24380
|
}
|
|
24381
|
+
export type CommerceExpUtsMeterAllowanceDefaults = {
|
|
24382
|
+
__typename?: 'CommerceExpUtsMeterAllowanceDefaults';
|
|
24383
|
+
enforcementMode?: Maybe<Scalars['String']['output']>;
|
|
24384
|
+
overageCap?: Maybe<CommerceExpUtsMeterOverageCap>;
|
|
24385
|
+
systemLimit?: Maybe<Scalars['Float']['output']>;
|
|
24386
|
+
};
|
|
24387
|
+
export type CommerceExpUtsMeterAllowanceMetadata = {
|
|
24388
|
+
__typename?: 'CommerceExpUtsMeterAllowanceMetadata';
|
|
24389
|
+
allowanceDefaults?: Maybe<CommerceExpUtsMeterAllowanceDefaults>;
|
|
24390
|
+
};
|
|
24391
|
+
export type CommerceExpUtsMeterConfiguration = {
|
|
24392
|
+
__typename?: 'CommerceExpUtsMeterConfiguration';
|
|
24393
|
+
allowanceMetadata?: Maybe<CommerceExpUtsMeterAllowanceMetadata>;
|
|
24394
|
+
usageKey?: Maybe<Scalars['String']['output']>;
|
|
24395
|
+
};
|
|
24396
|
+
export type CommerceExpUtsMeterOverageCap = {
|
|
24397
|
+
__typename?: 'CommerceExpUtsMeterOverageCap';
|
|
24398
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
24399
|
+
value?: Maybe<Scalars['Float']['output']>;
|
|
24400
|
+
};
|
|
24379
24401
|
export type CommerceExpValidOrderError = {
|
|
24380
24402
|
__typename?: 'CommerceExpValidOrderError';
|
|
24381
24403
|
orderPreviewError?: Maybe<CommerceExpCcpOrderValidationError>;
|
|
@@ -30593,6 +30615,10 @@ export type ConfluenceContentApprovalReviewerInput = {
|
|
|
30593
30615
|
principalId: Scalars['String']['input'];
|
|
30594
30616
|
principalType: ConfluencePrincipalType;
|
|
30595
30617
|
};
|
|
30618
|
+
export type ConfluenceContentApprovalsSiteSettings = {
|
|
30619
|
+
__typename?: 'ConfluenceContentApprovalsSiteSettings';
|
|
30620
|
+
enabled: Scalars['Boolean']['output'];
|
|
30621
|
+
};
|
|
30596
30622
|
export type ConfluenceContentApprovalsSpaceSettingConfig = {
|
|
30597
30623
|
__typename?: 'ConfluenceContentApprovalsSpaceSettingConfig';
|
|
30598
30624
|
defaultApprovalReviewerConfig: ConfluenceApprovalReviewerConfig;
|
|
@@ -36247,6 +36273,15 @@ export type ConfluenceUpdateContentApprovalRequestInput = {
|
|
|
36247
36273
|
reviewers?: InputMaybe<Array<InputMaybe<ConfluenceContentApprovalReviewerInput>>>;
|
|
36248
36274
|
workflowApplicationId: Scalars['Long']['input'];
|
|
36249
36275
|
};
|
|
36276
|
+
export type ConfluenceUpdateContentApprovalsSiteSettingsInput = {
|
|
36277
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36278
|
+
};
|
|
36279
|
+
export type ConfluenceUpdateContentApprovalsSiteSettingsPayload = Payload & {
|
|
36280
|
+
__typename?: 'ConfluenceUpdateContentApprovalsSiteSettingsPayload';
|
|
36281
|
+
errors: Array<MutationError>;
|
|
36282
|
+
settings?: Maybe<ConfluenceContentApprovalsSiteSettings>;
|
|
36283
|
+
success: Scalars['Boolean']['output'];
|
|
36284
|
+
};
|
|
36250
36285
|
export type ConfluenceUpdateContentDirectRestrictionsInput = {
|
|
36251
36286
|
add?: InputMaybe<ConfluenceDirectRestrictionsAddInput>;
|
|
36252
36287
|
contentId: Scalars['ID']['input'];
|
|
@@ -43690,6 +43725,16 @@ export type DevAiAutodevNextUsageStageCount = {
|
|
|
43690
43725
|
count?: Maybe<Scalars['Int']['output']>;
|
|
43691
43726
|
stage?: Maybe<Scalars['ID']['output']>;
|
|
43692
43727
|
};
|
|
43728
|
+
export type DevAiAutodevNextWorkExecutionSession = {
|
|
43729
|
+
__typename?: 'DevAiAutodevNextWorkExecutionSession';
|
|
43730
|
+
agentSessionId?: Maybe<Scalars['String']['output']>;
|
|
43731
|
+
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
43732
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
43733
|
+
id: Scalars['ID']['output'];
|
|
43734
|
+
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
43735
|
+
status?: Maybe<Scalars['ID']['output']>;
|
|
43736
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
43737
|
+
};
|
|
43693
43738
|
export type DevAiAutodevNextWorkItem = {
|
|
43694
43739
|
__typename?: 'DevAiAutodevNextWorkItem';
|
|
43695
43740
|
assignedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -43698,6 +43743,7 @@ export type DevAiAutodevNextWorkItem = {
|
|
|
43698
43743
|
id: Scalars['ID']['output'];
|
|
43699
43744
|
isOverdue?: Maybe<Scalars['Boolean']['output']>;
|
|
43700
43745
|
jiraIssue?: Maybe<JiraIssue>;
|
|
43746
|
+
latestExecutionSession?: Maybe<DevAiAutodevNextWorkExecutionSession>;
|
|
43701
43747
|
pullRequestUrl?: Maybe<Scalars['String']['output']>;
|
|
43702
43748
|
repository?: Maybe<Scalars['String']['output']>;
|
|
43703
43749
|
requestedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -43755,6 +43801,7 @@ export type DevAiAutodevNextWorkstream = {
|
|
|
43755
43801
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
43756
43802
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
43757
43803
|
id: Scalars['ID']['output'];
|
|
43804
|
+
lastSweep?: Maybe<DevAiAutodevNextWorkstreamLastSweep>;
|
|
43758
43805
|
members?: Maybe<DevAiAutodevNextMemberConnection>;
|
|
43759
43806
|
name?: Maybe<Scalars['String']['output']>;
|
|
43760
43807
|
projects?: Maybe<DevAiAutodevNextProjectConnection>;
|
|
@@ -43786,6 +43833,11 @@ export declare enum DevAiAutodevNextWorkstreamFindWorkMode {
|
|
|
43786
43833
|
BacklogScan = "BACKLOG_SCAN",
|
|
43787
43834
|
CodeScan = "CODE_SCAN"
|
|
43788
43835
|
}
|
|
43836
|
+
export type DevAiAutodevNextWorkstreamLastSweep = {
|
|
43837
|
+
__typename?: 'DevAiAutodevNextWorkstreamLastSweep';
|
|
43838
|
+
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
43839
|
+
startedAt: Scalars['DateTime']['output'];
|
|
43840
|
+
};
|
|
43789
43841
|
export type DevAiAutodevNextWorkstreamMember = {
|
|
43790
43842
|
__typename?: 'DevAiAutodevNextWorkstreamMember';
|
|
43791
43843
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -43802,6 +43854,7 @@ export declare enum DevAiAutodevNextWorkstreamMemberRole {
|
|
|
43802
43854
|
}
|
|
43803
43855
|
export type DevAiAutodevNextWorkstreamSettings = {
|
|
43804
43856
|
__typename?: 'DevAiAutodevNextWorkstreamSettings';
|
|
43857
|
+
assigneeDenylist?: Maybe<Array<User>>;
|
|
43805
43858
|
assignees?: Maybe<Array<User>>;
|
|
43806
43859
|
boysenberrySessionInitiator?: Maybe<Scalars['ID']['output']>;
|
|
43807
43860
|
classificationRepositoryUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -43817,6 +43870,7 @@ export type DevAiAutodevNextWorkstreamSettings = {
|
|
|
43817
43870
|
wipLimit?: Maybe<Scalars['Int']['output']>;
|
|
43818
43871
|
};
|
|
43819
43872
|
export type DevAiAutodevNextWorkstreamSettingsInput = {
|
|
43873
|
+
assigneeDenylist?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
43820
43874
|
assignees?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
43821
43875
|
boysenberrySessionInitiator?: InputMaybe<DevAiAutodevNextBoysenberrySessionInitiatorInput>;
|
|
43822
43876
|
classificationRepositoryUrl?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -52631,6 +52685,7 @@ export type GraphIncidentLinkedJswIssueRelationshipEdge = {
|
|
|
52631
52685
|
node: GraphIncidentLinkedJswIssueRelationship;
|
|
52632
52686
|
};
|
|
52633
52687
|
export type GraphInferenceGetJiraEntityContextInput = {
|
|
52688
|
+
agentAri?: InputMaybe<Scalars['String']['input']>;
|
|
52634
52689
|
contextTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
52635
52690
|
includeEvidence?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52636
52691
|
jiraEntityAri: Scalars['String']['input'];
|
|
@@ -119222,6 +119277,7 @@ export type JiraAgentSessionCreateEvent = {
|
|
|
119222
119277
|
agent?: Maybe<JiraAgent>;
|
|
119223
119278
|
conversationId: Scalars['String']['output'];
|
|
119224
119279
|
convoAiAgentId?: Maybe<Scalars['String']['output']>;
|
|
119280
|
+
issueId?: Maybe<Scalars['String']['output']>;
|
|
119225
119281
|
startTime?: Maybe<Scalars['Long']['output']>;
|
|
119226
119282
|
triggeredBy?: Maybe<User>;
|
|
119227
119283
|
};
|
|
@@ -135738,6 +135794,7 @@ export type JiraProject = Node & {
|
|
|
135738
135794
|
intentTemplates?: Maybe<VirtualAgentIntentTemplatesConnection>;
|
|
135739
135795
|
isAIEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135740
135796
|
isAccessRequestsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135797
|
+
isAgentKnowledgeViewEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135741
135798
|
isAgenticWorkItemViewEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135742
135799
|
isAiContextFeatureEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135743
135800
|
isAutomationDiscoverabilityEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -156731,6 +156788,7 @@ export type MarketplaceStoreQueryApiInstallAppStatusArgs = {
|
|
|
156731
156788
|
isUpmInstall?: InputMaybe<Scalars['Boolean']['input']>;
|
|
156732
156789
|
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
156733
156790
|
orderId?: InputMaybe<Scalars['ID']['input']>;
|
|
156791
|
+
secondaryTargetProducts?: InputMaybe<Array<MarketplaceStoreInstallationTargetProduct>>;
|
|
156734
156792
|
target?: InputMaybe<MarketplaceStoreInstallAppTargetInput>;
|
|
156735
156793
|
txaAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
156736
156794
|
};
|
|
@@ -166227,6 +166285,7 @@ export type Mutation = {
|
|
|
166227
166285
|
confluence_updateContentAccessRequestSettings?: Maybe<ConfluenceUpdateAccessRequestSettingsPayload>;
|
|
166228
166286
|
confluence_updateContentAppearance?: Maybe<ConfluenceUpdateContentAppearancePayload>;
|
|
166229
166287
|
confluence_updateContentApproval?: Maybe<ConfluenceContentApprovalPayload>;
|
|
166288
|
+
confluence_updateContentApprovalsSiteSettings?: Maybe<ConfluenceUpdateContentApprovalsSiteSettingsPayload>;
|
|
166230
166289
|
confluence_updateContentApprovalsSpaceSettingConfig?: Maybe<ConfluenceContentApprovalsSpaceSettingConfigPayload>;
|
|
166231
166290
|
confluence_updateContentDirectRestrictions?: Maybe<ConfluenceUpdateContentDirectRestrictionsPayload>;
|
|
166232
166291
|
confluence_updateContentMode?: Maybe<ConfluenceUpdateContentModePayload>;
|
|
@@ -166565,6 +166624,7 @@ export type Mutation = {
|
|
|
166565
166624
|
goals_unlinkJiraAlignProject?: Maybe<TownsquareGoalsUnlinkJiraAlignProjectPayload>;
|
|
166566
166625
|
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
166567
166626
|
goals_updateAppPermissionPolicies?: Maybe<TownsquareUpdateGoalsAppPermissionPoliciesPayload>;
|
|
166627
|
+
goals_updateSlackSubscription?: Maybe<TownsquareGoalsUpdateSlackSubscriptionPayload>;
|
|
166568
166628
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
166569
166629
|
graphIntegration_actionAdminManagementUpdateActionConfiguration?: Maybe<GraphIntegrationActionAdminManagementUpdateActionConfigurationPayload>;
|
|
166570
166630
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
@@ -167100,6 +167160,7 @@ export type Mutation = {
|
|
|
167100
167160
|
projects_shareProject?: Maybe<TownsquareProjectsShareProjectPayload>;
|
|
167101
167161
|
projects_shareUpdate?: Maybe<TownsquareProjectsShareUpdatePayload>;
|
|
167102
167162
|
projects_updateAppPermissionPolicies?: Maybe<TownsquareUpdateProjectsAppPermissionPoliciesPayload>;
|
|
167163
|
+
projects_updateSlackSubscription?: Maybe<TownsquareProjectsUpdateSlackSubscriptionPayload>;
|
|
167103
167164
|
provisionDemoSite?: Maybe<ProvisionDemoSiteResponse>;
|
|
167104
167165
|
publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
|
|
167105
167166
|
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
|
|
@@ -169114,6 +169175,10 @@ export type MutationConfluence_UpdateContentApprovalArgs = {
|
|
|
169114
169175
|
cloudId: Scalars['ID']['input'];
|
|
169115
169176
|
updateContentApprovalGraphQLInput: ConfluenceUpdateContentApprovalRequestInput;
|
|
169116
169177
|
};
|
|
169178
|
+
export type MutationConfluence_UpdateContentApprovalsSiteSettingsArgs = {
|
|
169179
|
+
cloudId: Scalars['ID']['input'];
|
|
169180
|
+
input: ConfluenceUpdateContentApprovalsSiteSettingsInput;
|
|
169181
|
+
};
|
|
169117
169182
|
export type MutationConfluence_UpdateContentApprovalsSpaceSettingConfigArgs = {
|
|
169118
169183
|
cloudId: Scalars['ID']['input'];
|
|
169119
169184
|
config: ConfluenceContentApprovalsSpaceSettingConfigInput;
|
|
@@ -170287,6 +170352,9 @@ export type MutationGoals_UnlinkWorkItemArgs = {
|
|
|
170287
170352
|
export type MutationGoals_UpdateAppPermissionPoliciesArgs = {
|
|
170288
170353
|
input: TownsquareUpdateGoalsAppPermissionPoliciesInput;
|
|
170289
170354
|
};
|
|
170355
|
+
export type MutationGoals_UpdateSlackSubscriptionArgs = {
|
|
170356
|
+
input: TownsquareGoalsUpdateSlackSubscriptionInput;
|
|
170357
|
+
};
|
|
170290
170358
|
export type MutationGrantContentAccessArgs = {
|
|
170291
170359
|
grantContentAccessInput: GrantContentAccessInput;
|
|
170292
170360
|
};
|
|
@@ -172002,6 +172070,9 @@ export type MutationProjects_ShareUpdateArgs = {
|
|
|
172002
172070
|
export type MutationProjects_UpdateAppPermissionPoliciesArgs = {
|
|
172003
172071
|
input: TownsquareUpdateProjectsAppPermissionPoliciesInput;
|
|
172004
172072
|
};
|
|
172073
|
+
export type MutationProjects_UpdateSlackSubscriptionArgs = {
|
|
172074
|
+
input: TownsquareProjectsUpdateSlackSubscriptionInput;
|
|
172075
|
+
};
|
|
172005
172076
|
export type MutationPublicLinkPagesAdminActionArgs = {
|
|
172006
172077
|
action: PublicLinkAdminAction;
|
|
172007
172078
|
pageIds: Array<Scalars['ID']['input']>;
|
|
@@ -176573,6 +176644,7 @@ export type Query = {
|
|
|
176573
176644
|
confluence_contentAccessRequestByStatus?: Maybe<ConfluenceContentAccessRequestConnection>;
|
|
176574
176645
|
confluence_contentAnalyticsCountUserByContentType?: Maybe<ConfluenceContentAnalyticsCountUserByContentType>;
|
|
176575
176646
|
confluence_contentApprovalStatuses?: Maybe<Array<Maybe<ConfluenceApprovalsWorkflowStatus>>>;
|
|
176647
|
+
confluence_contentApprovalsSiteSettings?: Maybe<ConfluenceContentApprovalsSiteSettings>;
|
|
176576
176648
|
confluence_contentApprovalsSpaceSettingConfig?: Maybe<ConfluenceContentApprovalsSpaceSettingConfigPayload>;
|
|
176577
176649
|
confluence_contentPerformanceList?: Maybe<ConfluenceContentPerformanceConnection>;
|
|
176578
176650
|
confluence_contentPerformanceSummary?: Maybe<ConfluenceContentPerformanceSummary>;
|
|
@@ -176971,6 +177043,7 @@ export type Query = {
|
|
|
176971
177043
|
goals_search?: Maybe<TownsquareGoalConnection>;
|
|
176972
177044
|
goals_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
|
|
176973
177045
|
goals_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
|
|
177046
|
+
goals_statusSummary?: Maybe<TownsquareStatusSummary>;
|
|
176974
177047
|
graphInference_getJiraEntityContext?: Maybe<GraphInferenceGetJiraEntityContextResponse>;
|
|
176975
177048
|
graphInference_getRelatedRepos?: Maybe<GraphInferenceGetRelatedReposResponse>;
|
|
176976
177049
|
graphInference_getRelatedReposV2?: Maybe<GraphInferenceGetRelatedReposV2Response>;
|
|
@@ -179447,6 +179520,7 @@ export type Query = {
|
|
|
179447
179520
|
projects_searchJiraWorkItemsToLink?: Maybe<TownsquareJiraWorkItemConnection>;
|
|
179448
179521
|
projects_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
|
|
179449
179522
|
projects_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
|
|
179523
|
+
projects_statusSummary?: Maybe<TownsquareStatusSummary>;
|
|
179450
179524
|
projects_statusSummaryForTag?: Maybe<TownsquareStatusSummaryForTag>;
|
|
179451
179525
|
projects_updatesByIds?: Maybe<Array<Maybe<TownsquareProjectUpdate>>>;
|
|
179452
179526
|
ptpage?: Maybe<PtPage>;
|
|
@@ -181959,6 +182033,7 @@ export type QueryClassificationLevelsArgs = {
|
|
|
181959
182033
|
};
|
|
181960
182034
|
export type QueryCloudify_AnalysisExecutionsArgs = {
|
|
181961
182035
|
orgId: Scalars['ID']['input'];
|
|
182036
|
+
states?: InputMaybe<Array<CloudifyAnalysisExecutionState>>;
|
|
181962
182037
|
target: CloudifyTargetInput;
|
|
181963
182038
|
};
|
|
181964
182039
|
export type QueryCloudify_EnactmentArgs = {
|
|
@@ -182170,6 +182245,9 @@ export type QueryConfluence_ContentApprovalStatusesArgs = {
|
|
|
182170
182245
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
182171
182246
|
transitionType?: InputMaybe<ConfluenceApprovalTransitionType>;
|
|
182172
182247
|
};
|
|
182248
|
+
export type QueryConfluence_ContentApprovalsSiteSettingsArgs = {
|
|
182249
|
+
cloudId: Scalars['ID']['input'];
|
|
182250
|
+
};
|
|
182173
182251
|
export type QueryConfluence_ContentApprovalsSpaceSettingConfigArgs = {
|
|
182174
182252
|
cloudId: Scalars['ID']['input'];
|
|
182175
182253
|
filterSelf?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -184024,6 +184102,11 @@ export type QueryGoals_SlackChannelsArgs = {
|
|
|
184024
184102
|
export type QueryGoals_SlackTeamsArgs = {
|
|
184025
184103
|
containerId: Scalars['ID']['input'];
|
|
184026
184104
|
};
|
|
184105
|
+
export type QueryGoals_StatusSummaryArgs = {
|
|
184106
|
+
containerId: Scalars['ID']['input'];
|
|
184107
|
+
endDate: Scalars['DateTime']['input'];
|
|
184108
|
+
startDate: Scalars['DateTime']['input'];
|
|
184109
|
+
};
|
|
184027
184110
|
export type QueryGraphInference_GetJiraEntityContextArgs = {
|
|
184028
184111
|
input: GraphInferenceGetJiraEntityContextInput;
|
|
184029
184112
|
};
|
|
@@ -200993,6 +201076,11 @@ export type QueryProjects_SlackChannelsArgs = {
|
|
|
200993
201076
|
export type QueryProjects_SlackTeamsArgs = {
|
|
200994
201077
|
containerId: Scalars['ID']['input'];
|
|
200995
201078
|
};
|
|
201079
|
+
export type QueryProjects_StatusSummaryArgs = {
|
|
201080
|
+
containerId: Scalars['ID']['input'];
|
|
201081
|
+
endDate: Scalars['DateTime']['input'];
|
|
201082
|
+
startDate: Scalars['DateTime']['input'];
|
|
201083
|
+
};
|
|
200996
201084
|
export type QueryProjects_StatusSummaryForTagArgs = {
|
|
200997
201085
|
tagId: Scalars['ID']['input'];
|
|
200998
201086
|
};
|
|
@@ -202208,6 +202296,7 @@ export type QuickReloadComment = {
|
|
|
202208
202296
|
};
|
|
202209
202297
|
export type RadarAiConnector = {
|
|
202210
202298
|
__typename?: 'RadarAiConnector';
|
|
202299
|
+
config?: Maybe<RadarAiConnectorConfig>;
|
|
202211
202300
|
createdAt: Scalars['DateTime']['output'];
|
|
202212
202301
|
id: Scalars['ID']['output'];
|
|
202213
202302
|
isEnabled: Scalars['Boolean']['output'];
|
|
@@ -202218,6 +202307,12 @@ export type RadarAiConnector = {
|
|
|
202218
202307
|
type: RadarAiConnectorType;
|
|
202219
202308
|
updatedAt: Scalars['DateTime']['output'];
|
|
202220
202309
|
};
|
|
202310
|
+
export type RadarAiConnectorConfig = {
|
|
202311
|
+
__typename?: 'RadarAiConnectorConfig';
|
|
202312
|
+
pricePerCredit?: Maybe<RadarMoney>;
|
|
202313
|
+
seats?: Maybe<RadarAiConnectorSeatConfig>;
|
|
202314
|
+
workspaceId?: Maybe<Scalars['String']['output']>;
|
|
202315
|
+
};
|
|
202221
202316
|
export type RadarAiConnectorConfigInput = {
|
|
202222
202317
|
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
202223
202318
|
pricePerCredit?: InputMaybe<RadarMoneyInput>;
|
|
@@ -202231,6 +202326,11 @@ export declare enum RadarAiConnectorProvider {
|
|
|
202231
202326
|
OpenaiCodex = "OPENAI_CODEX",
|
|
202232
202327
|
Rovo = "ROVO"
|
|
202233
202328
|
}
|
|
202329
|
+
export type RadarAiConnectorSeatConfig = {
|
|
202330
|
+
__typename?: 'RadarAiConnectorSeatConfig';
|
|
202331
|
+
pricePerSeat: RadarMoney;
|
|
202332
|
+
seatCount: Scalars['Int']['output'];
|
|
202333
|
+
};
|
|
202234
202334
|
export type RadarAiConnectorSeatConfigInput = {
|
|
202235
202335
|
pricePerSeat: RadarMoneyInput;
|
|
202236
202336
|
seatCount: Scalars['Int']['input'];
|
|
@@ -234221,6 +234321,19 @@ export type TownsquareGoalsUnlinkWorkItemPayload = {
|
|
|
234221
234321
|
goal?: Maybe<TownsquareGoal>;
|
|
234222
234322
|
success: Scalars['Boolean']['output'];
|
|
234223
234323
|
};
|
|
234324
|
+
export type TownsquareGoalsUpdateSlackSubscriptionInput = {
|
|
234325
|
+
connectionId: Scalars['String']['input'];
|
|
234326
|
+
goalId: Scalars['ID']['input'];
|
|
234327
|
+
metadata?: InputMaybe<TownsquareUpdateSlackSubscriptionInputMetadata>;
|
|
234328
|
+
slackTeamId: Scalars['String']['input'];
|
|
234329
|
+
types: Array<Scalars['String']['input']>;
|
|
234330
|
+
};
|
|
234331
|
+
export type TownsquareGoalsUpdateSlackSubscriptionPayload = {
|
|
234332
|
+
__typename?: 'TownsquareGoalsUpdateSlackSubscriptionPayload';
|
|
234333
|
+
errors?: Maybe<Array<MutationError>>;
|
|
234334
|
+
subscription?: Maybe<TownsquareUpdateSlackSubscription>;
|
|
234335
|
+
success: Scalars['Boolean']['output'];
|
|
234336
|
+
};
|
|
234224
234337
|
export type TownsquareHighlight = {
|
|
234225
234338
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
234226
234339
|
creator?: Maybe<User>;
|
|
@@ -235826,6 +235939,19 @@ export type TownsquareProjectsShareUpdatePayload = {
|
|
|
235826
235939
|
isShared: Scalars['Boolean']['output'];
|
|
235827
235940
|
success: Scalars['Boolean']['output'];
|
|
235828
235941
|
};
|
|
235942
|
+
export type TownsquareProjectsUpdateSlackSubscriptionInput = {
|
|
235943
|
+
connectionId: Scalars['String']['input'];
|
|
235944
|
+
metadata?: InputMaybe<TownsquareUpdateSlackSubscriptionInputMetadata>;
|
|
235945
|
+
projectId: Scalars['ID']['input'];
|
|
235946
|
+
slackTeamId: Scalars['String']['input'];
|
|
235947
|
+
types: Array<Scalars['String']['input']>;
|
|
235948
|
+
};
|
|
235949
|
+
export type TownsquareProjectsUpdateSlackSubscriptionPayload = {
|
|
235950
|
+
__typename?: 'TownsquareProjectsUpdateSlackSubscriptionPayload';
|
|
235951
|
+
errors?: Maybe<Array<MutationError>>;
|
|
235952
|
+
subscription?: Maybe<TownsquareUpdateSlackSubscription>;
|
|
235953
|
+
success: Scalars['Boolean']['output'];
|
|
235954
|
+
};
|
|
235829
235955
|
export type TownsquareProjectsWorkItemAlreadyLinkedMutationErrorExtension = MutationErrorExtension & {
|
|
235830
235956
|
__typename?: 'TownsquareProjectsWorkItemAlreadyLinkedMutationErrorExtension';
|
|
235831
235957
|
canReplace?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -236118,6 +236244,16 @@ export type TownsquareStatus = {
|
|
|
236118
236244
|
score?: Maybe<Scalars['Float']['output']>;
|
|
236119
236245
|
value?: Maybe<Scalars['String']['output']>;
|
|
236120
236246
|
};
|
|
236247
|
+
export type TownsquareStatusSummary = {
|
|
236248
|
+
__typename?: 'TownsquareStatusSummary';
|
|
236249
|
+
active?: Maybe<Scalars['Int']['output']>;
|
|
236250
|
+
atRisk?: Maybe<Scalars['Int']['output']>;
|
|
236251
|
+
cancelled?: Maybe<Scalars['Int']['output']>;
|
|
236252
|
+
done?: Maybe<Scalars['Int']['output']>;
|
|
236253
|
+
missed?: Maybe<Scalars['Int']['output']>;
|
|
236254
|
+
offTrack?: Maybe<Scalars['Int']['output']>;
|
|
236255
|
+
onTrack?: Maybe<Scalars['Int']['output']>;
|
|
236256
|
+
};
|
|
236121
236257
|
export type TownsquareStatusSummaryForTag = {
|
|
236122
236258
|
__typename?: 'TownsquareStatusSummaryForTag';
|
|
236123
236259
|
atRisk?: Maybe<Scalars['Int']['output']>;
|
|
@@ -236403,6 +236539,33 @@ export type TownsquareUpdateProjectsAppPermissionPoliciesPayload = {
|
|
|
236403
236539
|
success: Scalars['Boolean']['output'];
|
|
236404
236540
|
updatedPolicies?: Maybe<Array<Maybe<TownsquareProjectsAppPermissionPolicy>>>;
|
|
236405
236541
|
};
|
|
236542
|
+
export type TownsquareUpdateSlackSubscription = {
|
|
236543
|
+
__typename?: 'TownsquareUpdateSlackSubscription';
|
|
236544
|
+
connectionId: Scalars['String']['output'];
|
|
236545
|
+
creationDate?: Maybe<Scalars['String']['output']>;
|
|
236546
|
+
metadata?: Maybe<TownsquareUpdateSlackSubscriptionMetadata>;
|
|
236547
|
+
resourceAri?: Maybe<Scalars['String']['output']>;
|
|
236548
|
+
resourceId?: Maybe<Scalars['String']['output']>;
|
|
236549
|
+
resourceType?: Maybe<Scalars['String']['output']>;
|
|
236550
|
+
slackChannelId?: Maybe<Scalars['String']['output']>;
|
|
236551
|
+
slackTeamId?: Maybe<Scalars['String']['output']>;
|
|
236552
|
+
subscriberId?: Maybe<Scalars['String']['output']>;
|
|
236553
|
+
types?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
236554
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
236555
|
+
workspace?: Maybe<TownsquareUpdateSlackSubscriptionWorkspace>;
|
|
236556
|
+
};
|
|
236557
|
+
export type TownsquareUpdateSlackSubscriptionInputMetadata = {
|
|
236558
|
+
fieldTypes: Array<Scalars['String']['input']>;
|
|
236559
|
+
};
|
|
236560
|
+
export type TownsquareUpdateSlackSubscriptionMetadata = {
|
|
236561
|
+
__typename?: 'TownsquareUpdateSlackSubscriptionMetadata';
|
|
236562
|
+
fieldTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
236563
|
+
};
|
|
236564
|
+
export type TownsquareUpdateSlackSubscriptionWorkspace = {
|
|
236565
|
+
__typename?: 'TownsquareUpdateSlackSubscriptionWorkspace';
|
|
236566
|
+
cloudId?: Maybe<Scalars['String']['output']>;
|
|
236567
|
+
organisationId?: Maybe<Scalars['String']['output']>;
|
|
236568
|
+
};
|
|
236406
236569
|
export declare enum TownsquareUpdateStateFilter {
|
|
236407
236570
|
Active = "ACTIVE",
|
|
236408
236571
|
AtRisk = "AT_RISK",
|
|
@@ -239754,6 +239917,15 @@ export type TrelloMarkCardCompletePayload = Payload & {
|
|
|
239754
239917
|
errors?: Maybe<Array<MutationError>>;
|
|
239755
239918
|
success: Scalars['Boolean']['output'];
|
|
239756
239919
|
};
|
|
239920
|
+
export type TrelloMarkCardIncompleteInput = {
|
|
239921
|
+
cardId: Scalars['ID']['input'];
|
|
239922
|
+
};
|
|
239923
|
+
export type TrelloMarkCardIncompletePayload = Payload & {
|
|
239924
|
+
__typename?: 'TrelloMarkCardIncompletePayload';
|
|
239925
|
+
card?: Maybe<TrelloBaseCard>;
|
|
239926
|
+
errors?: Maybe<Array<MutationError>>;
|
|
239927
|
+
success: Scalars['Boolean']['output'];
|
|
239928
|
+
};
|
|
239757
239929
|
export type TrelloMarkInboxNotificationsReadInput = {
|
|
239758
239930
|
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
239759
239931
|
read?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -240303,6 +240475,7 @@ export type TrelloMutationApi = {
|
|
|
240303
240475
|
initializeMemberAiPreference?: Maybe<TrelloInitializeMemberAiPreferencePayload>;
|
|
240304
240476
|
initializeVoiceCaptureSession?: Maybe<TrelloInitializeVoiceCaptureSessionPayload>;
|
|
240305
240477
|
markCardComplete?: Maybe<TrelloMarkCardCompletePayload>;
|
|
240478
|
+
markCardIncomplete?: Maybe<TrelloMarkCardIncompletePayload>;
|
|
240306
240479
|
markInboxNotificationsRead?: Maybe<TrelloMarkInboxNotificationsReadPayload>;
|
|
240307
240480
|
mergeCards?: Maybe<TrelloMergeCardsPayload>;
|
|
240308
240481
|
moveCard?: Maybe<TrelloMoveCardPayload>;
|
|
@@ -240359,9 +240532,11 @@ export type TrelloMutationApi = {
|
|
|
240359
240532
|
updateCardDateViewedByCreator?: Maybe<TrelloUpdateCardDateViewedByCreatorPayload>;
|
|
240360
240533
|
updateCardDescription?: Maybe<TrelloUpdateCardDescriptionPayload>;
|
|
240361
240534
|
updateCardDueDate?: Maybe<TrelloUpdateCardDueDatePayload>;
|
|
240535
|
+
updateCardDueReminder?: Maybe<TrelloUpdateCardDueReminderPayload>;
|
|
240362
240536
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
240363
240537
|
updateCardPositionOnPlannerCalendarEvent?: Maybe<TrelloUpdateCardPositionOnPlannerCalendarEventPayload>;
|
|
240364
240538
|
updateCardRole?: Maybe<TrelloUpdateCardRolePayload>;
|
|
240539
|
+
updateCardStartDate?: Maybe<TrelloUpdateCardStartDatePayload>;
|
|
240365
240540
|
updateCheckItem?: Maybe<TrelloUpdateCheckItemPayload>;
|
|
240366
240541
|
updateChecklistName?: Maybe<TrelloUpdateChecklistPayload>;
|
|
240367
240542
|
updateChecklistPosition?: Maybe<TrelloUpdateChecklistPayload>;
|
|
@@ -240555,6 +240730,9 @@ export type TrelloMutationApiInitializeVoiceCaptureSessionArgs = {
|
|
|
240555
240730
|
export type TrelloMutationApiMarkCardCompleteArgs = {
|
|
240556
240731
|
input: TrelloMarkCardCompleteInput;
|
|
240557
240732
|
};
|
|
240733
|
+
export type TrelloMutationApiMarkCardIncompleteArgs = {
|
|
240734
|
+
input: TrelloMarkCardIncompleteInput;
|
|
240735
|
+
};
|
|
240558
240736
|
export type TrelloMutationApiMarkInboxNotificationsReadArgs = {
|
|
240559
240737
|
input?: InputMaybe<TrelloMarkInboxNotificationsReadInput>;
|
|
240560
240738
|
};
|
|
@@ -240717,6 +240895,9 @@ export type TrelloMutationApiUpdateCardDescriptionArgs = {
|
|
|
240717
240895
|
export type TrelloMutationApiUpdateCardDueDateArgs = {
|
|
240718
240896
|
input: TrelloUpdateCardDueDateInput;
|
|
240719
240897
|
};
|
|
240898
|
+
export type TrelloMutationApiUpdateCardDueReminderArgs = {
|
|
240899
|
+
input: TrelloUpdateCardDueReminderInput;
|
|
240900
|
+
};
|
|
240720
240901
|
export type TrelloMutationApiUpdateCardNameArgs = {
|
|
240721
240902
|
input: TrelloUpdateCardNameInput;
|
|
240722
240903
|
};
|
|
@@ -240726,6 +240907,9 @@ export type TrelloMutationApiUpdateCardPositionOnPlannerCalendarEventArgs = {
|
|
|
240726
240907
|
export type TrelloMutationApiUpdateCardRoleArgs = {
|
|
240727
240908
|
input: TrelloUpdateCardRoleInput;
|
|
240728
240909
|
};
|
|
240910
|
+
export type TrelloMutationApiUpdateCardStartDateArgs = {
|
|
240911
|
+
input: TrelloUpdateCardStartDateInput;
|
|
240912
|
+
};
|
|
240729
240913
|
export type TrelloMutationApiUpdateCheckItemArgs = {
|
|
240730
240914
|
input: TrelloUpdateCheckItemInput;
|
|
240731
240915
|
};
|
|
@@ -242718,6 +242902,16 @@ export type TrelloUpdateCardDueDatePayload = Payload & {
|
|
|
242718
242902
|
errors?: Maybe<Array<MutationError>>;
|
|
242719
242903
|
success: Scalars['Boolean']['output'];
|
|
242720
242904
|
};
|
|
242905
|
+
export type TrelloUpdateCardDueReminderInput = {
|
|
242906
|
+
cardId: Scalars['ID']['input'];
|
|
242907
|
+
dueReminder?: InputMaybe<Scalars['Int']['input']>;
|
|
242908
|
+
};
|
|
242909
|
+
export type TrelloUpdateCardDueReminderPayload = Payload & {
|
|
242910
|
+
__typename?: 'TrelloUpdateCardDueReminderPayload';
|
|
242911
|
+
card?: Maybe<TrelloBaseCard>;
|
|
242912
|
+
errors?: Maybe<Array<MutationError>>;
|
|
242913
|
+
success: Scalars['Boolean']['output'];
|
|
242914
|
+
};
|
|
242721
242915
|
export type TrelloUpdateCardNameInput = {
|
|
242722
242916
|
cardId: Scalars['ID']['input'];
|
|
242723
242917
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -242769,6 +242963,16 @@ export type TrelloUpdateCardRolePayload = Payload & {
|
|
|
242769
242963
|
errors?: Maybe<Array<MutationError>>;
|
|
242770
242964
|
success: Scalars['Boolean']['output'];
|
|
242771
242965
|
};
|
|
242966
|
+
export type TrelloUpdateCardStartDateInput = {
|
|
242967
|
+
cardId: Scalars['ID']['input'];
|
|
242968
|
+
startAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
242969
|
+
};
|
|
242970
|
+
export type TrelloUpdateCardStartDatePayload = Payload & {
|
|
242971
|
+
__typename?: 'TrelloUpdateCardStartDatePayload';
|
|
242972
|
+
card?: Maybe<TrelloBaseCard>;
|
|
242973
|
+
errors?: Maybe<Array<MutationError>>;
|
|
242974
|
+
success: Scalars['Boolean']['output'];
|
|
242975
|
+
};
|
|
242772
242976
|
export type TrelloUpdateCheckItemInput = {
|
|
242773
242977
|
checkItemId: Scalars['ID']['input'];
|
|
242774
242978
|
checklistId: Scalars['ID']['input'];
|