@forge/cli-shared 9.0.1-next.8 → 9.1.0-next.9
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 +6 -0
- package/out/graphql/graphql-types.d.ts +181 -1
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +14 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +11 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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']>;
|
|
@@ -52631,6 +52683,7 @@ export type GraphIncidentLinkedJswIssueRelationshipEdge = {
|
|
|
52631
52683
|
node: GraphIncidentLinkedJswIssueRelationship;
|
|
52632
52684
|
};
|
|
52633
52685
|
export type GraphInferenceGetJiraEntityContextInput = {
|
|
52686
|
+
agentAri?: InputMaybe<Scalars['String']['input']>;
|
|
52634
52687
|
contextTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
52635
52688
|
includeEvidence?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52636
52689
|
jiraEntityAri: Scalars['String']['input'];
|
|
@@ -119222,6 +119275,7 @@ export type JiraAgentSessionCreateEvent = {
|
|
|
119222
119275
|
agent?: Maybe<JiraAgent>;
|
|
119223
119276
|
conversationId: Scalars['String']['output'];
|
|
119224
119277
|
convoAiAgentId?: Maybe<Scalars['String']['output']>;
|
|
119278
|
+
issueId?: Maybe<Scalars['String']['output']>;
|
|
119225
119279
|
startTime?: Maybe<Scalars['Long']['output']>;
|
|
119226
119280
|
triggeredBy?: Maybe<User>;
|
|
119227
119281
|
};
|
|
@@ -135738,6 +135792,7 @@ export type JiraProject = Node & {
|
|
|
135738
135792
|
intentTemplates?: Maybe<VirtualAgentIntentTemplatesConnection>;
|
|
135739
135793
|
isAIEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135740
135794
|
isAccessRequestsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135795
|
+
isAgentKnowledgeViewEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135741
135796
|
isAgenticWorkItemViewEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135742
135797
|
isAiContextFeatureEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135743
135798
|
isAutomationDiscoverabilityEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -156731,6 +156786,7 @@ export type MarketplaceStoreQueryApiInstallAppStatusArgs = {
|
|
|
156731
156786
|
isUpmInstall?: InputMaybe<Scalars['Boolean']['input']>;
|
|
156732
156787
|
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
156733
156788
|
orderId?: InputMaybe<Scalars['ID']['input']>;
|
|
156789
|
+
secondaryTargetProducts?: InputMaybe<Array<MarketplaceStoreInstallationTargetProduct>>;
|
|
156734
156790
|
target?: InputMaybe<MarketplaceStoreInstallAppTargetInput>;
|
|
156735
156791
|
txaAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
156736
156792
|
};
|
|
@@ -166227,6 +166283,7 @@ export type Mutation = {
|
|
|
166227
166283
|
confluence_updateContentAccessRequestSettings?: Maybe<ConfluenceUpdateAccessRequestSettingsPayload>;
|
|
166228
166284
|
confluence_updateContentAppearance?: Maybe<ConfluenceUpdateContentAppearancePayload>;
|
|
166229
166285
|
confluence_updateContentApproval?: Maybe<ConfluenceContentApprovalPayload>;
|
|
166286
|
+
confluence_updateContentApprovalsSiteSettings?: Maybe<ConfluenceUpdateContentApprovalsSiteSettingsPayload>;
|
|
166230
166287
|
confluence_updateContentApprovalsSpaceSettingConfig?: Maybe<ConfluenceContentApprovalsSpaceSettingConfigPayload>;
|
|
166231
166288
|
confluence_updateContentDirectRestrictions?: Maybe<ConfluenceUpdateContentDirectRestrictionsPayload>;
|
|
166232
166289
|
confluence_updateContentMode?: Maybe<ConfluenceUpdateContentModePayload>;
|
|
@@ -166565,6 +166622,7 @@ export type Mutation = {
|
|
|
166565
166622
|
goals_unlinkJiraAlignProject?: Maybe<TownsquareGoalsUnlinkJiraAlignProjectPayload>;
|
|
166566
166623
|
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
166567
166624
|
goals_updateAppPermissionPolicies?: Maybe<TownsquareUpdateGoalsAppPermissionPoliciesPayload>;
|
|
166625
|
+
goals_updateSlackSubscription?: Maybe<TownsquareGoalsUpdateSlackSubscriptionPayload>;
|
|
166568
166626
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
166569
166627
|
graphIntegration_actionAdminManagementUpdateActionConfiguration?: Maybe<GraphIntegrationActionAdminManagementUpdateActionConfigurationPayload>;
|
|
166570
166628
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
@@ -167100,6 +167158,7 @@ export type Mutation = {
|
|
|
167100
167158
|
projects_shareProject?: Maybe<TownsquareProjectsShareProjectPayload>;
|
|
167101
167159
|
projects_shareUpdate?: Maybe<TownsquareProjectsShareUpdatePayload>;
|
|
167102
167160
|
projects_updateAppPermissionPolicies?: Maybe<TownsquareUpdateProjectsAppPermissionPoliciesPayload>;
|
|
167161
|
+
projects_updateSlackSubscription?: Maybe<TownsquareProjectsUpdateSlackSubscriptionPayload>;
|
|
167103
167162
|
provisionDemoSite?: Maybe<ProvisionDemoSiteResponse>;
|
|
167104
167163
|
publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
|
|
167105
167164
|
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
|
|
@@ -169114,6 +169173,10 @@ export type MutationConfluence_UpdateContentApprovalArgs = {
|
|
|
169114
169173
|
cloudId: Scalars['ID']['input'];
|
|
169115
169174
|
updateContentApprovalGraphQLInput: ConfluenceUpdateContentApprovalRequestInput;
|
|
169116
169175
|
};
|
|
169176
|
+
export type MutationConfluence_UpdateContentApprovalsSiteSettingsArgs = {
|
|
169177
|
+
cloudId: Scalars['ID']['input'];
|
|
169178
|
+
input: ConfluenceUpdateContentApprovalsSiteSettingsInput;
|
|
169179
|
+
};
|
|
169117
169180
|
export type MutationConfluence_UpdateContentApprovalsSpaceSettingConfigArgs = {
|
|
169118
169181
|
cloudId: Scalars['ID']['input'];
|
|
169119
169182
|
config: ConfluenceContentApprovalsSpaceSettingConfigInput;
|
|
@@ -170287,6 +170350,9 @@ export type MutationGoals_UnlinkWorkItemArgs = {
|
|
|
170287
170350
|
export type MutationGoals_UpdateAppPermissionPoliciesArgs = {
|
|
170288
170351
|
input: TownsquareUpdateGoalsAppPermissionPoliciesInput;
|
|
170289
170352
|
};
|
|
170353
|
+
export type MutationGoals_UpdateSlackSubscriptionArgs = {
|
|
170354
|
+
input: TownsquareGoalsUpdateSlackSubscriptionInput;
|
|
170355
|
+
};
|
|
170290
170356
|
export type MutationGrantContentAccessArgs = {
|
|
170291
170357
|
grantContentAccessInput: GrantContentAccessInput;
|
|
170292
170358
|
};
|
|
@@ -172002,6 +172068,9 @@ export type MutationProjects_ShareUpdateArgs = {
|
|
|
172002
172068
|
export type MutationProjects_UpdateAppPermissionPoliciesArgs = {
|
|
172003
172069
|
input: TownsquareUpdateProjectsAppPermissionPoliciesInput;
|
|
172004
172070
|
};
|
|
172071
|
+
export type MutationProjects_UpdateSlackSubscriptionArgs = {
|
|
172072
|
+
input: TownsquareProjectsUpdateSlackSubscriptionInput;
|
|
172073
|
+
};
|
|
172005
172074
|
export type MutationPublicLinkPagesAdminActionArgs = {
|
|
172006
172075
|
action: PublicLinkAdminAction;
|
|
172007
172076
|
pageIds: Array<Scalars['ID']['input']>;
|
|
@@ -176573,6 +176642,7 @@ export type Query = {
|
|
|
176573
176642
|
confluence_contentAccessRequestByStatus?: Maybe<ConfluenceContentAccessRequestConnection>;
|
|
176574
176643
|
confluence_contentAnalyticsCountUserByContentType?: Maybe<ConfluenceContentAnalyticsCountUserByContentType>;
|
|
176575
176644
|
confluence_contentApprovalStatuses?: Maybe<Array<Maybe<ConfluenceApprovalsWorkflowStatus>>>;
|
|
176645
|
+
confluence_contentApprovalsSiteSettings?: Maybe<ConfluenceContentApprovalsSiteSettings>;
|
|
176576
176646
|
confluence_contentApprovalsSpaceSettingConfig?: Maybe<ConfluenceContentApprovalsSpaceSettingConfigPayload>;
|
|
176577
176647
|
confluence_contentPerformanceList?: Maybe<ConfluenceContentPerformanceConnection>;
|
|
176578
176648
|
confluence_contentPerformanceSummary?: Maybe<ConfluenceContentPerformanceSummary>;
|
|
@@ -181959,6 +182029,7 @@ export type QueryClassificationLevelsArgs = {
|
|
|
181959
182029
|
};
|
|
181960
182030
|
export type QueryCloudify_AnalysisExecutionsArgs = {
|
|
181961
182031
|
orgId: Scalars['ID']['input'];
|
|
182032
|
+
states?: InputMaybe<Array<CloudifyAnalysisExecutionState>>;
|
|
181962
182033
|
target: CloudifyTargetInput;
|
|
181963
182034
|
};
|
|
181964
182035
|
export type QueryCloudify_EnactmentArgs = {
|
|
@@ -182170,6 +182241,9 @@ export type QueryConfluence_ContentApprovalStatusesArgs = {
|
|
|
182170
182241
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
182171
182242
|
transitionType?: InputMaybe<ConfluenceApprovalTransitionType>;
|
|
182172
182243
|
};
|
|
182244
|
+
export type QueryConfluence_ContentApprovalsSiteSettingsArgs = {
|
|
182245
|
+
cloudId: Scalars['ID']['input'];
|
|
182246
|
+
};
|
|
182173
182247
|
export type QueryConfluence_ContentApprovalsSpaceSettingConfigArgs = {
|
|
182174
182248
|
cloudId: Scalars['ID']['input'];
|
|
182175
182249
|
filterSelf?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -202208,6 +202282,7 @@ export type QuickReloadComment = {
|
|
|
202208
202282
|
};
|
|
202209
202283
|
export type RadarAiConnector = {
|
|
202210
202284
|
__typename?: 'RadarAiConnector';
|
|
202285
|
+
config?: Maybe<RadarAiConnectorConfig>;
|
|
202211
202286
|
createdAt: Scalars['DateTime']['output'];
|
|
202212
202287
|
id: Scalars['ID']['output'];
|
|
202213
202288
|
isEnabled: Scalars['Boolean']['output'];
|
|
@@ -202218,6 +202293,12 @@ export type RadarAiConnector = {
|
|
|
202218
202293
|
type: RadarAiConnectorType;
|
|
202219
202294
|
updatedAt: Scalars['DateTime']['output'];
|
|
202220
202295
|
};
|
|
202296
|
+
export type RadarAiConnectorConfig = {
|
|
202297
|
+
__typename?: 'RadarAiConnectorConfig';
|
|
202298
|
+
pricePerCredit?: Maybe<RadarMoney>;
|
|
202299
|
+
seats?: Maybe<RadarAiConnectorSeatConfig>;
|
|
202300
|
+
workspaceId?: Maybe<Scalars['String']['output']>;
|
|
202301
|
+
};
|
|
202221
202302
|
export type RadarAiConnectorConfigInput = {
|
|
202222
202303
|
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
202223
202304
|
pricePerCredit?: InputMaybe<RadarMoneyInput>;
|
|
@@ -202231,6 +202312,11 @@ export declare enum RadarAiConnectorProvider {
|
|
|
202231
202312
|
OpenaiCodex = "OPENAI_CODEX",
|
|
202232
202313
|
Rovo = "ROVO"
|
|
202233
202314
|
}
|
|
202315
|
+
export type RadarAiConnectorSeatConfig = {
|
|
202316
|
+
__typename?: 'RadarAiConnectorSeatConfig';
|
|
202317
|
+
pricePerSeat: RadarMoney;
|
|
202318
|
+
seatCount: Scalars['Int']['output'];
|
|
202319
|
+
};
|
|
202234
202320
|
export type RadarAiConnectorSeatConfigInput = {
|
|
202235
202321
|
pricePerSeat: RadarMoneyInput;
|
|
202236
202322
|
seatCount: Scalars['Int']['input'];
|
|
@@ -234221,6 +234307,19 @@ export type TownsquareGoalsUnlinkWorkItemPayload = {
|
|
|
234221
234307
|
goal?: Maybe<TownsquareGoal>;
|
|
234222
234308
|
success: Scalars['Boolean']['output'];
|
|
234223
234309
|
};
|
|
234310
|
+
export type TownsquareGoalsUpdateSlackSubscriptionInput = {
|
|
234311
|
+
connectionId: Scalars['String']['input'];
|
|
234312
|
+
goalId: Scalars['ID']['input'];
|
|
234313
|
+
metadata?: InputMaybe<TownsquareUpdateSlackSubscriptionInputMetadata>;
|
|
234314
|
+
slackTeamId: Scalars['String']['input'];
|
|
234315
|
+
types: Array<Scalars['String']['input']>;
|
|
234316
|
+
};
|
|
234317
|
+
export type TownsquareGoalsUpdateSlackSubscriptionPayload = {
|
|
234318
|
+
__typename?: 'TownsquareGoalsUpdateSlackSubscriptionPayload';
|
|
234319
|
+
errors?: Maybe<Array<MutationError>>;
|
|
234320
|
+
subscription?: Maybe<TownsquareUpdateSlackSubscription>;
|
|
234321
|
+
success: Scalars['Boolean']['output'];
|
|
234322
|
+
};
|
|
234224
234323
|
export type TownsquareHighlight = {
|
|
234225
234324
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
234226
234325
|
creator?: Maybe<User>;
|
|
@@ -235826,6 +235925,19 @@ export type TownsquareProjectsShareUpdatePayload = {
|
|
|
235826
235925
|
isShared: Scalars['Boolean']['output'];
|
|
235827
235926
|
success: Scalars['Boolean']['output'];
|
|
235828
235927
|
};
|
|
235928
|
+
export type TownsquareProjectsUpdateSlackSubscriptionInput = {
|
|
235929
|
+
connectionId: Scalars['String']['input'];
|
|
235930
|
+
metadata?: InputMaybe<TownsquareUpdateSlackSubscriptionInputMetadata>;
|
|
235931
|
+
projectId: Scalars['ID']['input'];
|
|
235932
|
+
slackTeamId: Scalars['String']['input'];
|
|
235933
|
+
types: Array<Scalars['String']['input']>;
|
|
235934
|
+
};
|
|
235935
|
+
export type TownsquareProjectsUpdateSlackSubscriptionPayload = {
|
|
235936
|
+
__typename?: 'TownsquareProjectsUpdateSlackSubscriptionPayload';
|
|
235937
|
+
errors?: Maybe<Array<MutationError>>;
|
|
235938
|
+
subscription?: Maybe<TownsquareUpdateSlackSubscription>;
|
|
235939
|
+
success: Scalars['Boolean']['output'];
|
|
235940
|
+
};
|
|
235829
235941
|
export type TownsquareProjectsWorkItemAlreadyLinkedMutationErrorExtension = MutationErrorExtension & {
|
|
235830
235942
|
__typename?: 'TownsquareProjectsWorkItemAlreadyLinkedMutationErrorExtension';
|
|
235831
235943
|
canReplace?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -236403,6 +236515,33 @@ export type TownsquareUpdateProjectsAppPermissionPoliciesPayload = {
|
|
|
236403
236515
|
success: Scalars['Boolean']['output'];
|
|
236404
236516
|
updatedPolicies?: Maybe<Array<Maybe<TownsquareProjectsAppPermissionPolicy>>>;
|
|
236405
236517
|
};
|
|
236518
|
+
export type TownsquareUpdateSlackSubscription = {
|
|
236519
|
+
__typename?: 'TownsquareUpdateSlackSubscription';
|
|
236520
|
+
connectionId: Scalars['String']['output'];
|
|
236521
|
+
creationDate?: Maybe<Scalars['String']['output']>;
|
|
236522
|
+
metadata?: Maybe<TownsquareUpdateSlackSubscriptionMetadata>;
|
|
236523
|
+
resourceAri?: Maybe<Scalars['String']['output']>;
|
|
236524
|
+
resourceId?: Maybe<Scalars['String']['output']>;
|
|
236525
|
+
resourceType?: Maybe<Scalars['String']['output']>;
|
|
236526
|
+
slackChannelId?: Maybe<Scalars['String']['output']>;
|
|
236527
|
+
slackTeamId?: Maybe<Scalars['String']['output']>;
|
|
236528
|
+
subscriberId?: Maybe<Scalars['String']['output']>;
|
|
236529
|
+
types?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
236530
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
236531
|
+
workspace?: Maybe<TownsquareUpdateSlackSubscriptionWorkspace>;
|
|
236532
|
+
};
|
|
236533
|
+
export type TownsquareUpdateSlackSubscriptionInputMetadata = {
|
|
236534
|
+
fieldTypes: Array<Scalars['String']['input']>;
|
|
236535
|
+
};
|
|
236536
|
+
export type TownsquareUpdateSlackSubscriptionMetadata = {
|
|
236537
|
+
__typename?: 'TownsquareUpdateSlackSubscriptionMetadata';
|
|
236538
|
+
fieldTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
236539
|
+
};
|
|
236540
|
+
export type TownsquareUpdateSlackSubscriptionWorkspace = {
|
|
236541
|
+
__typename?: 'TownsquareUpdateSlackSubscriptionWorkspace';
|
|
236542
|
+
cloudId?: Maybe<Scalars['String']['output']>;
|
|
236543
|
+
organisationId?: Maybe<Scalars['String']['output']>;
|
|
236544
|
+
};
|
|
236406
236545
|
export declare enum TownsquareUpdateStateFilter {
|
|
236407
236546
|
Active = "ACTIVE",
|
|
236408
236547
|
AtRisk = "AT_RISK",
|
|
@@ -239754,6 +239893,15 @@ export type TrelloMarkCardCompletePayload = Payload & {
|
|
|
239754
239893
|
errors?: Maybe<Array<MutationError>>;
|
|
239755
239894
|
success: Scalars['Boolean']['output'];
|
|
239756
239895
|
};
|
|
239896
|
+
export type TrelloMarkCardIncompleteInput = {
|
|
239897
|
+
cardId: Scalars['ID']['input'];
|
|
239898
|
+
};
|
|
239899
|
+
export type TrelloMarkCardIncompletePayload = Payload & {
|
|
239900
|
+
__typename?: 'TrelloMarkCardIncompletePayload';
|
|
239901
|
+
card?: Maybe<TrelloBaseCard>;
|
|
239902
|
+
errors?: Maybe<Array<MutationError>>;
|
|
239903
|
+
success: Scalars['Boolean']['output'];
|
|
239904
|
+
};
|
|
239757
239905
|
export type TrelloMarkInboxNotificationsReadInput = {
|
|
239758
239906
|
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
239759
239907
|
read?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -240303,6 +240451,7 @@ export type TrelloMutationApi = {
|
|
|
240303
240451
|
initializeMemberAiPreference?: Maybe<TrelloInitializeMemberAiPreferencePayload>;
|
|
240304
240452
|
initializeVoiceCaptureSession?: Maybe<TrelloInitializeVoiceCaptureSessionPayload>;
|
|
240305
240453
|
markCardComplete?: Maybe<TrelloMarkCardCompletePayload>;
|
|
240454
|
+
markCardIncomplete?: Maybe<TrelloMarkCardIncompletePayload>;
|
|
240306
240455
|
markInboxNotificationsRead?: Maybe<TrelloMarkInboxNotificationsReadPayload>;
|
|
240307
240456
|
mergeCards?: Maybe<TrelloMergeCardsPayload>;
|
|
240308
240457
|
moveCard?: Maybe<TrelloMoveCardPayload>;
|
|
@@ -240359,9 +240508,11 @@ export type TrelloMutationApi = {
|
|
|
240359
240508
|
updateCardDateViewedByCreator?: Maybe<TrelloUpdateCardDateViewedByCreatorPayload>;
|
|
240360
240509
|
updateCardDescription?: Maybe<TrelloUpdateCardDescriptionPayload>;
|
|
240361
240510
|
updateCardDueDate?: Maybe<TrelloUpdateCardDueDatePayload>;
|
|
240511
|
+
updateCardDueReminder?: Maybe<TrelloUpdateCardDueReminderPayload>;
|
|
240362
240512
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
240363
240513
|
updateCardPositionOnPlannerCalendarEvent?: Maybe<TrelloUpdateCardPositionOnPlannerCalendarEventPayload>;
|
|
240364
240514
|
updateCardRole?: Maybe<TrelloUpdateCardRolePayload>;
|
|
240515
|
+
updateCardStartDate?: Maybe<TrelloUpdateCardStartDatePayload>;
|
|
240365
240516
|
updateCheckItem?: Maybe<TrelloUpdateCheckItemPayload>;
|
|
240366
240517
|
updateChecklistName?: Maybe<TrelloUpdateChecklistPayload>;
|
|
240367
240518
|
updateChecklistPosition?: Maybe<TrelloUpdateChecklistPayload>;
|
|
@@ -240555,6 +240706,9 @@ export type TrelloMutationApiInitializeVoiceCaptureSessionArgs = {
|
|
|
240555
240706
|
export type TrelloMutationApiMarkCardCompleteArgs = {
|
|
240556
240707
|
input: TrelloMarkCardCompleteInput;
|
|
240557
240708
|
};
|
|
240709
|
+
export type TrelloMutationApiMarkCardIncompleteArgs = {
|
|
240710
|
+
input: TrelloMarkCardIncompleteInput;
|
|
240711
|
+
};
|
|
240558
240712
|
export type TrelloMutationApiMarkInboxNotificationsReadArgs = {
|
|
240559
240713
|
input?: InputMaybe<TrelloMarkInboxNotificationsReadInput>;
|
|
240560
240714
|
};
|
|
@@ -240717,6 +240871,9 @@ export type TrelloMutationApiUpdateCardDescriptionArgs = {
|
|
|
240717
240871
|
export type TrelloMutationApiUpdateCardDueDateArgs = {
|
|
240718
240872
|
input: TrelloUpdateCardDueDateInput;
|
|
240719
240873
|
};
|
|
240874
|
+
export type TrelloMutationApiUpdateCardDueReminderArgs = {
|
|
240875
|
+
input: TrelloUpdateCardDueReminderInput;
|
|
240876
|
+
};
|
|
240720
240877
|
export type TrelloMutationApiUpdateCardNameArgs = {
|
|
240721
240878
|
input: TrelloUpdateCardNameInput;
|
|
240722
240879
|
};
|
|
@@ -240726,6 +240883,9 @@ export type TrelloMutationApiUpdateCardPositionOnPlannerCalendarEventArgs = {
|
|
|
240726
240883
|
export type TrelloMutationApiUpdateCardRoleArgs = {
|
|
240727
240884
|
input: TrelloUpdateCardRoleInput;
|
|
240728
240885
|
};
|
|
240886
|
+
export type TrelloMutationApiUpdateCardStartDateArgs = {
|
|
240887
|
+
input: TrelloUpdateCardStartDateInput;
|
|
240888
|
+
};
|
|
240729
240889
|
export type TrelloMutationApiUpdateCheckItemArgs = {
|
|
240730
240890
|
input: TrelloUpdateCheckItemInput;
|
|
240731
240891
|
};
|
|
@@ -242718,6 +242878,16 @@ export type TrelloUpdateCardDueDatePayload = Payload & {
|
|
|
242718
242878
|
errors?: Maybe<Array<MutationError>>;
|
|
242719
242879
|
success: Scalars['Boolean']['output'];
|
|
242720
242880
|
};
|
|
242881
|
+
export type TrelloUpdateCardDueReminderInput = {
|
|
242882
|
+
cardId: Scalars['ID']['input'];
|
|
242883
|
+
dueReminder?: InputMaybe<Scalars['Int']['input']>;
|
|
242884
|
+
};
|
|
242885
|
+
export type TrelloUpdateCardDueReminderPayload = Payload & {
|
|
242886
|
+
__typename?: 'TrelloUpdateCardDueReminderPayload';
|
|
242887
|
+
card?: Maybe<TrelloBaseCard>;
|
|
242888
|
+
errors?: Maybe<Array<MutationError>>;
|
|
242889
|
+
success: Scalars['Boolean']['output'];
|
|
242890
|
+
};
|
|
242721
242891
|
export type TrelloUpdateCardNameInput = {
|
|
242722
242892
|
cardId: Scalars['ID']['input'];
|
|
242723
242893
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -242769,6 +242939,16 @@ export type TrelloUpdateCardRolePayload = Payload & {
|
|
|
242769
242939
|
errors?: Maybe<Array<MutationError>>;
|
|
242770
242940
|
success: Scalars['Boolean']['output'];
|
|
242771
242941
|
};
|
|
242942
|
+
export type TrelloUpdateCardStartDateInput = {
|
|
242943
|
+
cardId: Scalars['ID']['input'];
|
|
242944
|
+
startAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
242945
|
+
};
|
|
242946
|
+
export type TrelloUpdateCardStartDatePayload = Payload & {
|
|
242947
|
+
__typename?: 'TrelloUpdateCardStartDatePayload';
|
|
242948
|
+
card?: Maybe<TrelloBaseCard>;
|
|
242949
|
+
errors?: Maybe<Array<MutationError>>;
|
|
242950
|
+
success: Scalars['Boolean']['output'];
|
|
242951
|
+
};
|
|
242772
242952
|
export type TrelloUpdateCheckItemInput = {
|
|
242773
242953
|
checkItemId: Scalars['ID']['input'];
|
|
242774
242954
|
checklistId: Scalars['ID']['input'];
|