@forge/cli-shared 9.4.1-next.8 → 9.5.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 +423 -9
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +72 -38
- package/out/ui/text.d.ts +3 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +5 -1
- package/package.json +1 -1
|
@@ -4252,6 +4252,11 @@ export type AdminAuditLogBackgroundQueryResponse = {
|
|
|
4252
4252
|
status: AdminAuditLogBackgroundQueryStatusType;
|
|
4253
4253
|
updatedAt: Scalars['String']['output'];
|
|
4254
4254
|
};
|
|
4255
|
+
export type AdminAuditLogBackgroundQueryResultsInput = {
|
|
4256
|
+
alqlQuery?: InputMaybe<Scalars['String']['input']>;
|
|
4257
|
+
container: AdminAuditLogContainer;
|
|
4258
|
+
queryId: Scalars['ID']['input'];
|
|
4259
|
+
};
|
|
4255
4260
|
export declare enum AdminAuditLogBackgroundQueryStatusType {
|
|
4256
4261
|
Cancelled = "CANCELLED",
|
|
4257
4262
|
Completed = "COMPLETED",
|
|
@@ -11461,6 +11466,7 @@ export type AppInstallationByIndexEdge = {
|
|
|
11461
11466
|
};
|
|
11462
11467
|
export type AppInstallationConfig = {
|
|
11463
11468
|
__typename?: 'AppInstallationConfig';
|
|
11469
|
+
data?: Maybe<Scalars['JSON']['output']>;
|
|
11464
11470
|
key: EcosystemInstallationOverrideKeys;
|
|
11465
11471
|
value: Scalars['Boolean']['output'];
|
|
11466
11472
|
};
|
|
@@ -23447,6 +23453,7 @@ export type CommerceExpCcpSubscriptionTrial = {
|
|
|
23447
23453
|
};
|
|
23448
23454
|
export type CommerceExpCcpTransactionAccount = {
|
|
23449
23455
|
__typename?: 'CommerceExpCcpTransactionAccount';
|
|
23456
|
+
addressesWithExemptions?: Maybe<Array<CommerceExpPostalAddress>>;
|
|
23450
23457
|
aggCcpTransactionAccount?: Maybe<CcpTransactionAccount>;
|
|
23451
23458
|
billToParty?: Maybe<CommerceExpBillToParty>;
|
|
23452
23459
|
billToPartyResult?: Maybe<CommerceExpBillToPartyResult>;
|
|
@@ -25889,6 +25896,12 @@ export type CommerceExpPurchaseOrderInput = {
|
|
|
25889
25896
|
number: Scalars['String']['input'];
|
|
25890
25897
|
oneTimeUse?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25891
25898
|
};
|
|
25899
|
+
export type CommerceExpQueryIfAuthenticated = {
|
|
25900
|
+
__typename?: 'CommerceExpQueryIfAuthenticated';
|
|
25901
|
+
ccp?: Maybe<CommerceExpCcpQuery>;
|
|
25902
|
+
contactManagement?: Maybe<CommerceExpContactManagementQuery>;
|
|
25903
|
+
me?: Maybe<AuthenticationContext>;
|
|
25904
|
+
};
|
|
25892
25905
|
export type CommerceExpQuoteConnection = {
|
|
25893
25906
|
__typename?: 'CommerceExpQuoteConnection';
|
|
25894
25907
|
edges?: Maybe<Array<Maybe<CommerceExpQuoteEdge>>>;
|
|
@@ -32877,9 +32890,11 @@ export type ConfluenceCommentResolutionState = {
|
|
|
32877
32890
|
status?: Maybe<Scalars['Boolean']['output']>;
|
|
32878
32891
|
};
|
|
32879
32892
|
export declare enum ConfluenceCommentResolveAllLocation {
|
|
32893
|
+
Database = "DATABASE",
|
|
32880
32894
|
Editor = "EDITOR",
|
|
32881
32895
|
Live = "LIVE",
|
|
32882
|
-
Renderer = "RENDERER"
|
|
32896
|
+
Renderer = "RENDERER",
|
|
32897
|
+
Whiteboard = "WHITEBOARD"
|
|
32883
32898
|
}
|
|
32884
32899
|
export declare enum ConfluenceCommentState {
|
|
32885
32900
|
Resolved = "RESOLVED",
|
|
@@ -39632,19 +39647,67 @@ export type ConfluenceUserInfo = {
|
|
|
39632
39647
|
type: ConfluenceUserType;
|
|
39633
39648
|
user?: Maybe<User>;
|
|
39634
39649
|
};
|
|
39650
|
+
export declare enum ConfluenceUserSetupAssessment {
|
|
39651
|
+
InconclusiveData = "INCONCLUSIVE_DATA",
|
|
39652
|
+
OptimalSetup = "OPTIMAL_SETUP",
|
|
39653
|
+
PerformanceImpact = "PERFORMANCE_IMPACT"
|
|
39654
|
+
}
|
|
39655
|
+
export declare enum ConfluenceUserSetupAvailability {
|
|
39656
|
+
Available = "AVAILABLE",
|
|
39657
|
+
NoData = "NO_DATA",
|
|
39658
|
+
Unavailable = "UNAVAILABLE"
|
|
39659
|
+
}
|
|
39635
39660
|
export type ConfluenceUserSetupCohort = {
|
|
39636
39661
|
__typename?: 'ConfluenceUserSetupCohort';
|
|
39662
|
+
category: ConfluenceUserSetupCohortCategory;
|
|
39637
39663
|
eventCount: Scalars['Long']['output'];
|
|
39638
39664
|
isLowConfidence: Scalars['Boolean']['output'];
|
|
39639
39665
|
p75LoadTimeMs: Scalars['Long']['output'];
|
|
39666
|
+
pageLoadCount: Scalars['Long']['output'];
|
|
39640
39667
|
value: Scalars['String']['output'];
|
|
39641
39668
|
};
|
|
39669
|
+
export declare enum ConfluenceUserSetupCohortCategory {
|
|
39670
|
+
Adequate = "ADEQUATE",
|
|
39671
|
+
Basic = "BASIC",
|
|
39672
|
+
Optimal = "OPTIMAL"
|
|
39673
|
+
}
|
|
39674
|
+
export type ConfluenceUserSetupCohortComparison = {
|
|
39675
|
+
__typename?: 'ConfluenceUserSetupCohortComparison';
|
|
39676
|
+
fasterCohort: ConfluenceUserSetupCohort;
|
|
39677
|
+
slowerCohort: ConfluenceUserSetupCohort;
|
|
39678
|
+
};
|
|
39679
|
+
export type ConfluenceUserSetupCountryBreakdown = {
|
|
39680
|
+
__typename?: 'ConfluenceUserSetupCountryBreakdown';
|
|
39681
|
+
availability: ConfluenceUserSetupAvailability;
|
|
39682
|
+
nodes: Array<ConfluenceUserSetupCountryData>;
|
|
39683
|
+
totalPageLoadCount: Scalars['Long']['output'];
|
|
39684
|
+
};
|
|
39685
|
+
export type ConfluenceUserSetupCountryCohort = {
|
|
39686
|
+
__typename?: 'ConfluenceUserSetupCountryCohort';
|
|
39687
|
+
category: ConfluenceUserSetupCohortCategory;
|
|
39688
|
+
pageLoadCount: Scalars['Long']['output'];
|
|
39689
|
+
value: Scalars['String']['output'];
|
|
39690
|
+
};
|
|
39691
|
+
export type ConfluenceUserSetupCountryData = {
|
|
39692
|
+
__typename?: 'ConfluenceUserSetupCountryData';
|
|
39693
|
+
cohorts: Array<ConfluenceUserSetupCountryCohort>;
|
|
39694
|
+
countryCode: Scalars['String']['output'];
|
|
39695
|
+
pageLoadCount: Scalars['Long']['output'];
|
|
39696
|
+
};
|
|
39642
39697
|
export declare enum ConfluenceUserSetupMetric {
|
|
39643
39698
|
CpuCoreCount = "CPU_CORE_COUNT",
|
|
39644
39699
|
NetworkProtocol = "NETWORK_PROTOCOL",
|
|
39645
39700
|
NetworkSpeed = "NETWORK_SPEED",
|
|
39646
39701
|
OperatingSystem = "OPERATING_SYSTEM"
|
|
39647
39702
|
}
|
|
39703
|
+
export type ConfluenceUserSetupMetricDetailsResult = {
|
|
39704
|
+
__typename?: 'ConfluenceUserSetupMetricDetailsResult';
|
|
39705
|
+
availability: ConfluenceUserSetupAvailability;
|
|
39706
|
+
countryBreakdown: ConfluenceUserSetupCountryBreakdown;
|
|
39707
|
+
metric: ConfluenceUserSetupMetric;
|
|
39708
|
+
summary?: Maybe<ConfluenceUserSetupSummary>;
|
|
39709
|
+
timeseries: ConfluenceUserSetupTimeseriesResult;
|
|
39710
|
+
};
|
|
39648
39711
|
export type ConfluenceUserSetupModule = {
|
|
39649
39712
|
__typename?: 'ConfluenceUserSetupModule';
|
|
39650
39713
|
cohorts: Array<ConfluenceUserSetupCohort>;
|
|
@@ -39654,6 +39717,21 @@ export type ConfluenceUserSetupResult = {
|
|
|
39654
39717
|
__typename?: 'ConfluenceUserSetupResult';
|
|
39655
39718
|
modules: Array<ConfluenceUserSetupModule>;
|
|
39656
39719
|
};
|
|
39720
|
+
export type ConfluenceUserSetupSummary = {
|
|
39721
|
+
__typename?: 'ConfluenceUserSetupSummary';
|
|
39722
|
+
assessment: ConfluenceUserSetupAssessment;
|
|
39723
|
+
comparison?: Maybe<ConfluenceUserSetupCohortComparison>;
|
|
39724
|
+
};
|
|
39725
|
+
export type ConfluenceUserSetupTimeseriesDataPoint = {
|
|
39726
|
+
__typename?: 'ConfluenceUserSetupTimeseriesDataPoint';
|
|
39727
|
+
bucketStartTimestamp: Scalars['String']['output'];
|
|
39728
|
+
cohorts: Array<ConfluenceUserSetupCohort>;
|
|
39729
|
+
totalPageLoadCount: Scalars['Long']['output'];
|
|
39730
|
+
};
|
|
39731
|
+
export type ConfluenceUserSetupTimeseriesResult = {
|
|
39732
|
+
__typename?: 'ConfluenceUserSetupTimeseriesResult';
|
|
39733
|
+
nodes: Array<ConfluenceUserSetupTimeseriesDataPoint>;
|
|
39734
|
+
};
|
|
39657
39735
|
export declare enum ConfluenceUserType {
|
|
39658
39736
|
Anonymous = "ANONYMOUS",
|
|
39659
39737
|
Known = "KNOWN"
|
|
@@ -50679,9 +50757,11 @@ export declare enum EcosystemInstallationOverrideKeys {
|
|
|
50679
50757
|
AllowExternalMcp = "ALLOW_EXTERNAL_MCP",
|
|
50680
50758
|
AllowLlmCapability = "ALLOW_LLM_CAPABILITY",
|
|
50681
50759
|
AllowLogsAccess = "ALLOW_LOGS_ACCESS",
|
|
50682
|
-
AllowRestApis = "ALLOW_REST_APIS"
|
|
50760
|
+
AllowRestApis = "ALLOW_REST_APIS",
|
|
50761
|
+
OptionalScopes = "OPTIONAL_SCOPES"
|
|
50683
50762
|
}
|
|
50684
50763
|
export type EcosystemInstallationOverrides = {
|
|
50764
|
+
data?: InputMaybe<Scalars['JSON']['input']>;
|
|
50685
50765
|
key: EcosystemInstallationOverrideKeys;
|
|
50686
50766
|
value: Scalars['Boolean']['input'];
|
|
50687
50767
|
};
|
|
@@ -57521,6 +57601,11 @@ export type GraphIntegrationDataProvider = {
|
|
|
57521
57601
|
namespace: GraphIntegrationProviderNamespace;
|
|
57522
57602
|
providerType: GraphIntegrationProviderType;
|
|
57523
57603
|
};
|
|
57604
|
+
export declare enum GraphIntegrationDefaultToolsStatus {
|
|
57605
|
+
Disabled = "DISABLED",
|
|
57606
|
+
Enabled = "ENABLED",
|
|
57607
|
+
ReadOnly = "READ_ONLY"
|
|
57608
|
+
}
|
|
57524
57609
|
export type GraphIntegrationDeleteConnectionPayload = Payload & {
|
|
57525
57610
|
__typename?: 'GraphIntegrationDeleteConnectionPayload';
|
|
57526
57611
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -57833,6 +57918,7 @@ export type GraphIntegrationMcpAdminManagementNoAuthConfigInput = {
|
|
|
57833
57918
|
authType: GraphIntegrationMcpAdminManagementMcpServerAuthType;
|
|
57834
57919
|
};
|
|
57835
57920
|
export type GraphIntegrationMcpAdminManagementRegisterMcpServerInput = {
|
|
57921
|
+
allowedPrincipalAris?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
57836
57922
|
allowedPrincipalIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
57837
57923
|
authConfig?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerAuthConfigInput>;
|
|
57838
57924
|
authType?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerAuthType>;
|
|
@@ -58172,6 +58258,16 @@ export type GraphIntegrationResolveSkillCloneLinkPayload = {
|
|
|
58172
58258
|
errors?: Maybe<Array<MutationError>>;
|
|
58173
58259
|
skills: Array<GraphIntegrationSharedSkillInfo>;
|
|
58174
58260
|
};
|
|
58261
|
+
export type GraphIntegrationSetTwgDefaultToolsAdminSettingInput = {
|
|
58262
|
+
orgId: Scalars['ID']['input'];
|
|
58263
|
+
status: GraphIntegrationDefaultToolsStatus;
|
|
58264
|
+
};
|
|
58265
|
+
export type GraphIntegrationSetTwgDefaultToolsAdminSettingPayload = {
|
|
58266
|
+
__typename?: 'GraphIntegrationSetTwgDefaultToolsAdminSettingPayload';
|
|
58267
|
+
errors?: Maybe<Array<MutationError>>;
|
|
58268
|
+
setting?: Maybe<GraphIntegrationTwgDefaultToolsAdminSetting>;
|
|
58269
|
+
success: Scalars['Boolean']['output'];
|
|
58270
|
+
};
|
|
58175
58271
|
export type GraphIntegrationSetTwgPlatformCapabilityGlobalAdminSettingInput = {
|
|
58176
58272
|
capabilityType: GraphIntegrationTwgCapabilityType;
|
|
58177
58273
|
cloudId: Scalars['ID']['input'];
|
|
@@ -58404,6 +58500,10 @@ export declare enum GraphIntegrationTwgCapabilityType {
|
|
|
58404
58500
|
PlatformMcpServer = "PLATFORM_MCP_SERVER",
|
|
58405
58501
|
ThirdPartyAction = "THIRD_PARTY_ACTION"
|
|
58406
58502
|
}
|
|
58503
|
+
export type GraphIntegrationTwgDefaultToolsAdminSetting = {
|
|
58504
|
+
__typename?: 'GraphIntegrationTwgDefaultToolsAdminSetting';
|
|
58505
|
+
status: GraphIntegrationDefaultToolsStatus;
|
|
58506
|
+
};
|
|
58407
58507
|
export type GraphIntegrationTwgPlatformCapabilityGlobalAdminSetting = {
|
|
58408
58508
|
__typename?: 'GraphIntegrationTwgPlatformCapabilityGlobalAdminSetting';
|
|
58409
58509
|
capabilityType: GraphIntegrationTwgCapabilityType;
|
|
@@ -122580,6 +122680,7 @@ export type GrowthUnifiedProfileTrialHistoryResult = {
|
|
|
122580
122680
|
trialType: GrowthUnifiedProfileTrialType;
|
|
122581
122681
|
};
|
|
122582
122682
|
export declare enum GrowthUnifiedProfileTrialTrigger {
|
|
122683
|
+
AutoUpgradeMediaStorageLimit = "AUTO_UPGRADE_MEDIA_STORAGE_LIMIT",
|
|
122583
122684
|
AutoUpgradeStorageLimit = "AUTO_UPGRADE_STORAGE_LIMIT",
|
|
122584
122685
|
AutoUpgradeUserLimit = "AUTO_UPGRADE_USER_LIMIT",
|
|
122585
122686
|
CrossflowReverseTrial = "CROSSFLOW_REVERSE_TRIAL",
|
|
@@ -123145,6 +123246,7 @@ export type HelpCenterFilter = {
|
|
|
123145
123246
|
export type HelpCenterFolder = Node & {
|
|
123146
123247
|
__typename?: 'HelpCenterFolder';
|
|
123147
123248
|
contents: HelpCenterSiteTreeNodeConnection;
|
|
123249
|
+
helpCenterAri: Scalars['ID']['output'];
|
|
123148
123250
|
id: Scalars['ID']['output'];
|
|
123149
123251
|
name?: Maybe<HelpCenterFolderName>;
|
|
123150
123252
|
};
|
|
@@ -127215,6 +127317,7 @@ export declare enum JiraAgentSessionState {
|
|
|
127215
127317
|
Completed = "COMPLETED",
|
|
127216
127318
|
Failed = "FAILED",
|
|
127217
127319
|
InputRequired = "INPUT_REQUIRED",
|
|
127320
|
+
Loading = "LOADING",
|
|
127218
127321
|
Rejected = "REJECTED",
|
|
127219
127322
|
Unknown = "UNKNOWN",
|
|
127220
127323
|
Working = "WORKING"
|
|
@@ -134142,6 +134245,7 @@ export type JiraFieldActionInput = {
|
|
|
134142
134245
|
fieldId: Scalars['String']['input'];
|
|
134143
134246
|
fieldValue?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
134144
134247
|
routingContext?: InputMaybe<Scalars['String']['input']>;
|
|
134248
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
134145
134249
|
};
|
|
134146
134250
|
export type JiraFieldActionResult = {
|
|
134147
134251
|
__typename?: 'JiraFieldActionResult';
|
|
@@ -152650,6 +152754,7 @@ export type JiraStartAiAgentSessionPayload = Payload & {
|
|
|
152650
152754
|
__typename?: 'JiraStartAiAgentSessionPayload';
|
|
152651
152755
|
agentSession?: Maybe<JiraAgentSession>;
|
|
152652
152756
|
errors?: Maybe<Array<MutationError>>;
|
|
152757
|
+
issue?: Maybe<JiraIssue>;
|
|
152653
152758
|
success: Scalars['Boolean']['output'];
|
|
152654
152759
|
};
|
|
152655
152760
|
export type JiraStatus = MercuryOriginalProjectStatus & Node & {
|
|
@@ -156804,6 +156909,13 @@ export type JpdTreeViewConfigInput = {
|
|
|
156804
156909
|
treeDirection?: InputMaybe<JpdViewTreeDirection>;
|
|
156805
156910
|
treeMode?: InputMaybe<JpdViewTreeMode>;
|
|
156806
156911
|
};
|
|
156912
|
+
export type JpdUpdateViewInput = {
|
|
156913
|
+
description?: InputMaybe<Scalars['JSON']['input']>;
|
|
156914
|
+
emoji?: InputMaybe<Scalars['String']['input']>;
|
|
156915
|
+
id: Scalars['ID']['input'];
|
|
156916
|
+
name: Scalars['String']['input'];
|
|
156917
|
+
viewTypeConfig?: InputMaybe<JpdViewTypeConfigInput>;
|
|
156918
|
+
};
|
|
156807
156919
|
export type JpdView = {
|
|
156808
156920
|
__typename?: 'JpdView';
|
|
156809
156921
|
containerId: Scalars['ID']['output'];
|
|
@@ -159225,8 +159337,13 @@ export type JsmConversationSystemMessageMetadataEntry = {
|
|
|
159225
159337
|
export type JsmConversationUpdate = JsmConversation | JsmConversationClaimedConversationMessage | QueryError;
|
|
159226
159338
|
export type JsmSolutionComposerFollowupTask = {
|
|
159227
159339
|
__typename?: 'JsmSolutionComposerFollowupTask';
|
|
159340
|
+
items?: Maybe<Array<JsmSolutionComposerFollowupTaskItem>>;
|
|
159228
159341
|
taskType: Scalars['String']['output'];
|
|
159229
159342
|
};
|
|
159343
|
+
export type JsmSolutionComposerFollowupTaskItem = {
|
|
159344
|
+
__typename?: 'JsmSolutionComposerFollowupTaskItem';
|
|
159345
|
+
intent: Scalars['String']['output'];
|
|
159346
|
+
};
|
|
159230
159347
|
export type JsmSolutionComposerPlanContextResponse = {
|
|
159231
159348
|
__typename?: 'JsmSolutionComposerPlanContextResponse';
|
|
159232
159349
|
contextSummary?: Maybe<Scalars['String']['output']>;
|
|
@@ -161449,6 +161566,7 @@ export type KitsuneSpace = Node & {
|
|
|
161449
161566
|
id: Scalars['ID']['output'];
|
|
161450
161567
|
name?: Maybe<Scalars['String']['output']>;
|
|
161451
161568
|
sourceCategories: KitsuneSourceCategoryConnection;
|
|
161569
|
+
starred: Scalars['Boolean']['output'];
|
|
161452
161570
|
viewTree: KitsuneViewTreeConnection;
|
|
161453
161571
|
};
|
|
161454
161572
|
export type KitsuneSpaceAccessPrincipalsArgs = {
|
|
@@ -161665,6 +161783,12 @@ export type KitsuneUpdateSpacePayload = Payload & {
|
|
|
161665
161783
|
space?: Maybe<KitsuneSpace>;
|
|
161666
161784
|
success: Scalars['Boolean']['output'];
|
|
161667
161785
|
};
|
|
161786
|
+
export type KitsuneUpdateSpaceStarredStatePayload = Payload & {
|
|
161787
|
+
__typename?: 'KitsuneUpdateSpaceStarredStatePayload';
|
|
161788
|
+
errors?: Maybe<Array<MutationError>>;
|
|
161789
|
+
space?: Maybe<KitsuneSpace>;
|
|
161790
|
+
success: Scalars['Boolean']['output'];
|
|
161791
|
+
};
|
|
161668
161792
|
export type KitsuneUpdateViewInput = {
|
|
161669
161793
|
config?: InputMaybe<KitsuneViewConfigInput>;
|
|
161670
161794
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -169606,6 +169730,18 @@ export type MercuryAddCustomFieldDefinitionOptionsPayload = Payload & {
|
|
|
169606
169730
|
errors?: Maybe<Array<MutationError>>;
|
|
169607
169731
|
success: Scalars['Boolean']['output'];
|
|
169608
169732
|
};
|
|
169733
|
+
export type MercuryAddOrganizationMembershipAvailabilityRangeInput = {
|
|
169734
|
+
endDate?: InputMaybe<Scalars['Date']['input']>;
|
|
169735
|
+
functionalRoleId?: InputMaybe<Scalars['ID']['input']>;
|
|
169736
|
+
organizationMembershipId: Scalars['ID']['input'];
|
|
169737
|
+
startDate: Scalars['Date']['input'];
|
|
169738
|
+
};
|
|
169739
|
+
export type MercuryAddOrganizationMembershipAvailabilityRangePayload = Payload & {
|
|
169740
|
+
__typename?: 'MercuryAddOrganizationMembershipAvailabilityRangePayload';
|
|
169741
|
+
errors?: Maybe<Array<MutationError>>;
|
|
169742
|
+
organizationMembershipAvailabilityRange?: Maybe<MercuryOrganizationAvailabilityRange>;
|
|
169743
|
+
success: Scalars['Boolean']['output'];
|
|
169744
|
+
};
|
|
169609
169745
|
export type MercuryAddOrganizationMembershipInput = {
|
|
169610
169746
|
endDate?: InputMaybe<Scalars['Date']['input']>;
|
|
169611
169747
|
organizationId: Scalars['ID']['input'];
|
|
@@ -172235,7 +172371,6 @@ export type MercuryDeletePreferencePayload = Payload & {
|
|
|
172235
172371
|
success: Scalars['Boolean']['output'];
|
|
172236
172372
|
};
|
|
172237
172373
|
export type MercuryDeleteRateCardInput = {
|
|
172238
|
-
cloudId: Scalars['ID']['input'];
|
|
172239
172374
|
id: Scalars['ID']['input'];
|
|
172240
172375
|
};
|
|
172241
172376
|
export type MercuryDeleteRateCardPayload = Payload & {
|
|
@@ -172245,7 +172380,6 @@ export type MercuryDeleteRateCardPayload = Payload & {
|
|
|
172245
172380
|
success: Scalars['Boolean']['output'];
|
|
172246
172381
|
};
|
|
172247
172382
|
export type MercuryDeleteRateCardsInput = {
|
|
172248
|
-
cloudId: Scalars['ID']['input'];
|
|
172249
172383
|
ids: Array<Scalars['ID']['input']>;
|
|
172250
172384
|
};
|
|
172251
172385
|
export type MercuryDeleteRateCardsPayload = Payload & {
|
|
@@ -172684,6 +172818,7 @@ export type MercuryFocusArea = Node & {
|
|
|
172684
172818
|
latestDraftUpdate?: Maybe<MercuryFocusAreaDraftStatusUpdate>;
|
|
172685
172819
|
linkedGoalSummary?: Maybe<MercuryFocusAreaLinkedGoalSummary>;
|
|
172686
172820
|
linkedGoals?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection>;
|
|
172821
|
+
linkedMilestones?: Maybe<Array<MercuryMilestone>>;
|
|
172687
172822
|
linkedRisks?: Maybe<Array<MercuryRisk>>;
|
|
172688
172823
|
linkedWorkSummary?: Maybe<MercuryFocusAreaLinkedWorkSummary>;
|
|
172689
172824
|
name: Scalars['String']['output'];
|
|
@@ -173346,6 +173481,7 @@ export type MercuryFunctionalRole = Node & {
|
|
|
173346
173481
|
archived: Scalars['Boolean']['output'];
|
|
173347
173482
|
description?: Maybe<Scalars['String']['output']>;
|
|
173348
173483
|
id: Scalars['ID']['output'];
|
|
173484
|
+
inUse: Scalars['Boolean']['output'];
|
|
173349
173485
|
name: Scalars['String']['output'];
|
|
173350
173486
|
};
|
|
173351
173487
|
export type MercuryFunctionalRoleConnection = {
|
|
@@ -174987,6 +175123,7 @@ export type MercuryNormalizedWork = HasMercuryProjectFields & {
|
|
|
174987
175123
|
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
174988
175124
|
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
174989
175125
|
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
175126
|
+
rollup?: Maybe<MercuryNormalizedWorkRollup>;
|
|
174990
175127
|
workId: Scalars['ID']['output'];
|
|
174991
175128
|
};
|
|
174992
175129
|
export type MercuryNormalizedWorkConnection = {
|
|
@@ -175005,6 +175142,14 @@ export type MercuryNormalizedWorkProjectType = MercuryProjectType & {
|
|
|
175005
175142
|
mercuryProjectTypeName?: Maybe<Scalars['String']['output']>;
|
|
175006
175143
|
};
|
|
175007
175144
|
export type MercuryNormalizedWorkResult = MercuryNormalizedWork | MercuryRestrictedWork;
|
|
175145
|
+
export type MercuryNormalizedWorkRollup = {
|
|
175146
|
+
__typename?: 'MercuryNormalizedWorkRollup';
|
|
175147
|
+
projectCountCompleted?: Maybe<Scalars['Int']['output']>;
|
|
175148
|
+
projectCountInProgress?: Maybe<Scalars['Int']['output']>;
|
|
175149
|
+
projectCountTotal?: Maybe<Scalars['Int']['output']>;
|
|
175150
|
+
rollupEndDate?: Maybe<Scalars['DateTime']['output']>;
|
|
175151
|
+
rollupStartDate?: Maybe<Scalars['DateTime']['output']>;
|
|
175152
|
+
};
|
|
175008
175153
|
export type MercuryNormalizedWorkSearchFiltersInput = {
|
|
175009
175154
|
applicationName?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
175010
175155
|
cloudId?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
@@ -175715,6 +175860,7 @@ export declare enum MercuryOrganizationViewType {
|
|
|
175715
175860
|
export type MercuryOrganizationsMutationApi = {
|
|
175716
175861
|
__typename?: 'MercuryOrganizationsMutationApi';
|
|
175717
175862
|
addOrganizationCustomFieldDefinitionOptions?: Maybe<MercuryAddCustomFieldDefinitionOptionsPayload>;
|
|
175863
|
+
addOrganizationMembershipAvailabilityRange?: Maybe<MercuryAddOrganizationMembershipAvailabilityRangePayload>;
|
|
175718
175864
|
addOrganizationMemberships?: Maybe<MercuryAddOrganizationMembershipsPayload>;
|
|
175719
175865
|
addSponsoredFocusAreas?: Maybe<MercuryAddSponsoredFocusAreasPayload>;
|
|
175720
175866
|
addWatcherToOrganization?: Maybe<MercuryAddWatcherToOrganizationPayload>;
|
|
@@ -175749,6 +175895,7 @@ export type MercuryOrganizationsMutationApi = {
|
|
|
175749
175895
|
publishOrganization?: Maybe<MercuryPublishOrganizationPayload>;
|
|
175750
175896
|
recreateOrganizationViewOrganizations?: Maybe<MercuryUpdateOrganizationViewPayload>;
|
|
175751
175897
|
removeOrganizationMembership?: Maybe<MercuryRemoveOrganizationMembershipPayload>;
|
|
175898
|
+
removeOrganizationMembershipAvailabilityRange?: Maybe<MercuryRemoveOrganizationMembershipAvailabilityRangePayload>;
|
|
175752
175899
|
removeSponsoredFocusAreas?: Maybe<MercuryRemoveSponsoredFocusAreasPayload>;
|
|
175753
175900
|
removeUserAccessToOrganization?: Maybe<MercuryRemoveUserAccessToOrganizationPayload>;
|
|
175754
175901
|
removeWatcherFromOrganization?: Maybe<MercuryRemoveWatcherFromOrganizationPayload>;
|
|
@@ -175771,6 +175918,9 @@ export type MercuryOrganizationsMutationApi = {
|
|
|
175771
175918
|
updateOrganizationCustomFieldDefinitionName?: Maybe<MercuryUpdateCustomFieldDefinitionNamePayload>;
|
|
175772
175919
|
updateOrganizationCustomFieldDefinitionOption?: Maybe<MercuryUpdateCustomFieldDefinitionOptionPayload>;
|
|
175773
175920
|
updateOrganizationHierarchyName?: Maybe<MercuryUpdateOrganizationHierarchyPayload>;
|
|
175921
|
+
updateOrganizationMembershipAvailabilityRangeEndDate?: Maybe<MercuryUpdateOrganizationMembershipAvailabilityRangePayload>;
|
|
175922
|
+
updateOrganizationMembershipAvailabilityRangeFunctionalRole?: Maybe<MercuryUpdateOrganizationMembershipAvailabilityRangePayload>;
|
|
175923
|
+
updateOrganizationMembershipAvailabilityRangeStartDate?: Maybe<MercuryUpdateOrganizationMembershipAvailabilityRangePayload>;
|
|
175774
175924
|
updateOrganizationMembershipEndDate?: Maybe<MercuryUpdateOrganizationMembershipPayload>;
|
|
175775
175925
|
updateOrganizationMembershipStartDate?: Maybe<MercuryUpdateOrganizationMembershipPayload>;
|
|
175776
175926
|
updateOrganizationName?: Maybe<MercuryUpdateOrganizationPayload>;
|
|
@@ -175785,6 +175935,9 @@ export type MercuryOrganizationsMutationApi = {
|
|
|
175785
175935
|
export type MercuryOrganizationsMutationApiAddOrganizationCustomFieldDefinitionOptionsArgs = {
|
|
175786
175936
|
input: MercuryAddCustomFieldDefinitionOptionsInput;
|
|
175787
175937
|
};
|
|
175938
|
+
export type MercuryOrganizationsMutationApiAddOrganizationMembershipAvailabilityRangeArgs = {
|
|
175939
|
+
input: MercuryAddOrganizationMembershipAvailabilityRangeInput;
|
|
175940
|
+
};
|
|
175788
175941
|
export type MercuryOrganizationsMutationApiAddOrganizationMembershipsArgs = {
|
|
175789
175942
|
input: MercuryAddOrganizationMembershipsInput;
|
|
175790
175943
|
};
|
|
@@ -175887,6 +176040,9 @@ export type MercuryOrganizationsMutationApiRecreateOrganizationViewOrganizations
|
|
|
175887
176040
|
export type MercuryOrganizationsMutationApiRemoveOrganizationMembershipArgs = {
|
|
175888
176041
|
input: MercuryRemoveOrganizationMembershipInput;
|
|
175889
176042
|
};
|
|
176043
|
+
export type MercuryOrganizationsMutationApiRemoveOrganizationMembershipAvailabilityRangeArgs = {
|
|
176044
|
+
input: MercuryRemoveOrganizationMembershipAvailabilityRangeInput;
|
|
176045
|
+
};
|
|
175890
176046
|
export type MercuryOrganizationsMutationApiRemoveSponsoredFocusAreasArgs = {
|
|
175891
176047
|
input: MercuryRemoveSponsoredFocusAreasInput;
|
|
175892
176048
|
};
|
|
@@ -175953,6 +176109,15 @@ export type MercuryOrganizationsMutationApiUpdateOrganizationCustomFieldDefiniti
|
|
|
175953
176109
|
export type MercuryOrganizationsMutationApiUpdateOrganizationHierarchyNameArgs = {
|
|
175954
176110
|
input: MercuryUpdateOrganizationHierarchyNameInput;
|
|
175955
176111
|
};
|
|
176112
|
+
export type MercuryOrganizationsMutationApiUpdateOrganizationMembershipAvailabilityRangeEndDateArgs = {
|
|
176113
|
+
input: MercuryUpdateOrganizationMembershipAvailabilityRangeEndDateInput;
|
|
176114
|
+
};
|
|
176115
|
+
export type MercuryOrganizationsMutationApiUpdateOrganizationMembershipAvailabilityRangeFunctionalRoleArgs = {
|
|
176116
|
+
input: MercuryUpdateOrganizationMembershipAvailabilityRangeFunctionalRoleInput;
|
|
176117
|
+
};
|
|
176118
|
+
export type MercuryOrganizationsMutationApiUpdateOrganizationMembershipAvailabilityRangeStartDateArgs = {
|
|
176119
|
+
input: MercuryUpdateOrganizationMembershipAvailabilityRangeStartDateInput;
|
|
176120
|
+
};
|
|
175956
176121
|
export type MercuryOrganizationsMutationApiUpdateOrganizationMembershipEndDateArgs = {
|
|
175957
176122
|
input: MercuryUpdateOrganizationMembershipEndDateInput;
|
|
175958
176123
|
};
|
|
@@ -177172,6 +177337,15 @@ export type MercuryRemoveFocusAreaOrganizationLinksPayload = Payload & {
|
|
|
177172
177337
|
removedFocusAreaIds: Array<Scalars['ID']['output']>;
|
|
177173
177338
|
success: Scalars['Boolean']['output'];
|
|
177174
177339
|
};
|
|
177340
|
+
export type MercuryRemoveOrganizationMembershipAvailabilityRangeInput = {
|
|
177341
|
+
cloudId: Scalars['ID']['input'];
|
|
177342
|
+
id: Scalars['ID']['input'];
|
|
177343
|
+
};
|
|
177344
|
+
export type MercuryRemoveOrganizationMembershipAvailabilityRangePayload = Payload & {
|
|
177345
|
+
__typename?: 'MercuryRemoveOrganizationMembershipAvailabilityRangePayload';
|
|
177346
|
+
errors?: Maybe<Array<MutationError>>;
|
|
177347
|
+
success: Scalars['Boolean']['output'];
|
|
177348
|
+
};
|
|
177175
177349
|
export type MercuryRemoveOrganizationMembershipInput = {
|
|
177176
177350
|
id: Scalars['ID']['input'];
|
|
177177
177351
|
};
|
|
@@ -179386,6 +179560,27 @@ export type MercuryUpdateOrganizationHierarchyPayload = Payload & {
|
|
|
179386
179560
|
success: Scalars['Boolean']['output'];
|
|
179387
179561
|
updatedOrganizationHierarchy?: Maybe<MercuryOrganizationHierarchy>;
|
|
179388
179562
|
};
|
|
179563
|
+
export type MercuryUpdateOrganizationMembershipAvailabilityRangeEndDateInput = {
|
|
179564
|
+
cloudId: Scalars['ID']['input'];
|
|
179565
|
+
endDate?: InputMaybe<Scalars['Date']['input']>;
|
|
179566
|
+
id: Scalars['ID']['input'];
|
|
179567
|
+
};
|
|
179568
|
+
export type MercuryUpdateOrganizationMembershipAvailabilityRangeFunctionalRoleInput = {
|
|
179569
|
+
cloudId: Scalars['ID']['input'];
|
|
179570
|
+
functionalRoleId?: InputMaybe<Scalars['ID']['input']>;
|
|
179571
|
+
id: Scalars['ID']['input'];
|
|
179572
|
+
};
|
|
179573
|
+
export type MercuryUpdateOrganizationMembershipAvailabilityRangePayload = Payload & {
|
|
179574
|
+
__typename?: 'MercuryUpdateOrganizationMembershipAvailabilityRangePayload';
|
|
179575
|
+
errors?: Maybe<Array<MutationError>>;
|
|
179576
|
+
organizationMembershipAvailabilityRange?: Maybe<MercuryOrganizationAvailabilityRange>;
|
|
179577
|
+
success: Scalars['Boolean']['output'];
|
|
179578
|
+
};
|
|
179579
|
+
export type MercuryUpdateOrganizationMembershipAvailabilityRangeStartDateInput = {
|
|
179580
|
+
cloudId: Scalars['ID']['input'];
|
|
179581
|
+
id: Scalars['ID']['input'];
|
|
179582
|
+
startDate: Scalars['Date']['input'];
|
|
179583
|
+
};
|
|
179389
179584
|
export type MercuryUpdateOrganizationMembershipEndDateInput = {
|
|
179390
179585
|
endDate?: InputMaybe<Scalars['Date']['input']>;
|
|
179391
179586
|
id: Scalars['ID']['input'];
|
|
@@ -179498,7 +179693,6 @@ export type MercuryUpdateRateCardConfigurationPayload = Payload & {
|
|
|
179498
179693
|
updatedRateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
179499
179694
|
};
|
|
179500
179695
|
export type MercuryUpdateRateCardInput = {
|
|
179501
|
-
cloudId: Scalars['ID']['input'];
|
|
179502
179696
|
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
179503
179697
|
id: Scalars['ID']['input'];
|
|
179504
179698
|
};
|
|
@@ -181113,6 +181307,7 @@ export type Mutation = {
|
|
|
181113
181307
|
graphIntegration_rbacCreateRecord?: Maybe<GraphIntegrationRbacCreateRecordPayload>;
|
|
181114
181308
|
graphIntegration_rbacDeleteRecord?: Maybe<GraphIntegrationRbacDeleteRecordPayload>;
|
|
181115
181309
|
graphIntegration_removeTwgCapabilityContainer?: Maybe<GraphIntegrationRemoveTwgCapabilityContainerPayload>;
|
|
181310
|
+
graphIntegration_setTwgDefaultToolsAdminSetting?: Maybe<GraphIntegrationSetTwgDefaultToolsAdminSettingPayload>;
|
|
181116
181311
|
graphIntegration_setTwgPlatformCapabilityGlobalAdminSetting?: Maybe<GraphIntegrationSetTwgPlatformCapabilityGlobalAdminSettingPayload>;
|
|
181117
181312
|
graphIntegration_setTwgProductToolAccessOverride?: Maybe<GraphIntegrationSetTwgProductToolAccessOverridePayload>;
|
|
181118
181313
|
graphIntegration_updateDataConnectorConnection?: Maybe<GraphIntegrationUpdateConnectionPayload>;
|
|
@@ -181291,6 +181486,7 @@ export type Mutation = {
|
|
|
181291
181486
|
gravity_startAltaSession?: Maybe<GravityAltaSessionPayload>;
|
|
181292
181487
|
gravity_updateDeliverySettings?: Maybe<GravityUpdateDeliverySettingsPayload>;
|
|
181293
181488
|
gravity_updateDraftContent?: Maybe<GravityDraftPayload>;
|
|
181489
|
+
gravity_updateView?: Maybe<JpdView>;
|
|
181294
181490
|
gravity_upsertAction?: Maybe<GravityActionPayload>;
|
|
181295
181491
|
growthUnifiedProfile_createEntitlementProfile?: Maybe<GrowthUnifiedProfileCreateEntitlementProfileResponse>;
|
|
181296
181492
|
growthUnifiedProfile_createOrgProfile?: Maybe<GrowthUnifiedProfileTwcCreateOrgProfileResponse>;
|
|
@@ -181607,6 +181803,7 @@ export type Mutation = {
|
|
|
181607
181803
|
kitsune_updateSnippet?: Maybe<KitsuneSnippet>;
|
|
181608
181804
|
kitsune_updateSnippetV2?: Maybe<KitsuneUpdateSnippetPayload>;
|
|
181609
181805
|
kitsune_updateSpace?: Maybe<KitsuneSpace>;
|
|
181806
|
+
kitsune_updateSpaceStarredState?: Maybe<KitsuneUpdateSpaceStarredStatePayload>;
|
|
181610
181807
|
kitsune_updateSpaceV2?: Maybe<KitsuneUpdateSpacePayload>;
|
|
181611
181808
|
kitsune_updateView?: Maybe<KitsuneView>;
|
|
181612
181809
|
kitsune_updateViewV2?: Maybe<KitsuneViewPayload>;
|
|
@@ -184998,6 +185195,7 @@ export type MutationEnableExperimentArgs = {
|
|
|
184998
185195
|
export type MutationEnablePublicLinkForPageArgs = {
|
|
184999
185196
|
accessType?: InputMaybe<ConfluenceShareableLinkAccessType>;
|
|
185000
185197
|
pageId: Scalars['ID']['input'];
|
|
185198
|
+
permissionMode?: InputMaybe<ConfluenceAccessLinkPermissionMode>;
|
|
185001
185199
|
};
|
|
185002
185200
|
export type MutationFavouritePageArgs = {
|
|
185003
185201
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -185341,6 +185539,9 @@ export type MutationGraphIntegration_RbacDeleteRecordArgs = {
|
|
|
185341
185539
|
export type MutationGraphIntegration_RemoveTwgCapabilityContainerArgs = {
|
|
185342
185540
|
input: GraphIntegrationRemoveTwgCapabilityContainerInput;
|
|
185343
185541
|
};
|
|
185542
|
+
export type MutationGraphIntegration_SetTwgDefaultToolsAdminSettingArgs = {
|
|
185543
|
+
input: GraphIntegrationSetTwgDefaultToolsAdminSettingInput;
|
|
185544
|
+
};
|
|
185344
185545
|
export type MutationGraphIntegration_SetTwgPlatformCapabilityGlobalAdminSettingArgs = {
|
|
185345
185546
|
input: GraphIntegrationSetTwgPlatformCapabilityGlobalAdminSettingInput;
|
|
185346
185547
|
};
|
|
@@ -185890,6 +186091,10 @@ export type MutationGravity_UpdateDraftContentArgs = {
|
|
|
185890
186091
|
cloudId: Scalars['ID']['input'];
|
|
185891
186092
|
input: GravityUpdateDraftContentInput;
|
|
185892
186093
|
};
|
|
186094
|
+
export type MutationGravity_UpdateViewArgs = {
|
|
186095
|
+
cloudId: Scalars['ID']['input'];
|
|
186096
|
+
input: JpdUpdateViewInput;
|
|
186097
|
+
};
|
|
185893
186098
|
export type MutationGravity_UpsertActionArgs = {
|
|
185894
186099
|
cloudId: Scalars['ID']['input'];
|
|
185895
186100
|
input: GravityUpsertActionInput;
|
|
@@ -187015,6 +187220,10 @@ export type MutationKitsune_UpdateSpaceArgs = {
|
|
|
187015
187220
|
id: Scalars['ID']['input'];
|
|
187016
187221
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
187017
187222
|
};
|
|
187223
|
+
export type MutationKitsune_UpdateSpaceStarredStateArgs = {
|
|
187224
|
+
id: Scalars['ID']['input'];
|
|
187225
|
+
starred: Scalars['Boolean']['input'];
|
|
187226
|
+
};
|
|
187018
187227
|
export type MutationKitsune_UpdateSpaceV2Args = {
|
|
187019
187228
|
id: Scalars['ID']['input'];
|
|
187020
187229
|
input: KitsuneUpdateSpaceInput;
|
|
@@ -191137,6 +191346,16 @@ export type PsmActiveSensorsFilter = {
|
|
|
191137
191346
|
remediationCategories?: InputMaybe<Array<PsmRemediationCategory>>;
|
|
191138
191347
|
remediationModes?: InputMaybe<Array<PsmRemediationMode>>;
|
|
191139
191348
|
};
|
|
191349
|
+
export type PsmActivityDevice = {
|
|
191350
|
+
__typename?: 'PsmActivityDevice';
|
|
191351
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
191352
|
+
serialNumber: Scalars['String']['output'];
|
|
191353
|
+
};
|
|
191354
|
+
export type PsmActivityDeviceOwner = {
|
|
191355
|
+
__typename?: 'PsmActivityDeviceOwner';
|
|
191356
|
+
accountId: Scalars['ID']['output'];
|
|
191357
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
191358
|
+
};
|
|
191140
191359
|
export declare enum PsmActorType {
|
|
191141
191360
|
System = "SYSTEM",
|
|
191142
191361
|
User = "USER"
|
|
@@ -191145,6 +191364,32 @@ export type PsmAgent = {
|
|
|
191145
191364
|
__typename?: 'PsmAgent';
|
|
191146
191365
|
status: PsmAgentStatus;
|
|
191147
191366
|
};
|
|
191367
|
+
export type PsmAgentActivitiesConnection = {
|
|
191368
|
+
__typename?: 'PsmAgentActivitiesConnection';
|
|
191369
|
+
activeSensorsCount?: Maybe<Scalars['Int']['output']>;
|
|
191370
|
+
edges?: Maybe<Array<PsmAgentActivityEdge>>;
|
|
191371
|
+
errors?: Maybe<Array<QueryError>>;
|
|
191372
|
+
generatedAt: Scalars['DateTime']['output'];
|
|
191373
|
+
nodes?: Maybe<Array<Maybe<PsmAgentActivity>>>;
|
|
191374
|
+
pageInfo: PageInfo;
|
|
191375
|
+
remediationSuccessCount?: Maybe<Scalars['Int']['output']>;
|
|
191376
|
+
};
|
|
191377
|
+
export type PsmAgentActivity = {
|
|
191378
|
+
__typename?: 'PsmAgentActivity';
|
|
191379
|
+
device?: Maybe<PsmActivityDevice>;
|
|
191380
|
+
deviceOwner?: Maybe<PsmActivityDeviceOwner>;
|
|
191381
|
+
durationMilliseconds?: Maybe<Scalars['Int']['output']>;
|
|
191382
|
+
providerSensorId?: Maybe<Scalars['ID']['output']>;
|
|
191383
|
+
result?: Maybe<PsmRemediationResult>;
|
|
191384
|
+
sensorName?: Maybe<Scalars['String']['output']>;
|
|
191385
|
+
status?: Maybe<PsmSensorStatus>;
|
|
191386
|
+
triggeredAt?: Maybe<Scalars['DateTime']['output']>;
|
|
191387
|
+
};
|
|
191388
|
+
export type PsmAgentActivityEdge = {
|
|
191389
|
+
__typename?: 'PsmAgentActivityEdge';
|
|
191390
|
+
cursor: Scalars['String']['output'];
|
|
191391
|
+
node: PsmAgentActivity;
|
|
191392
|
+
};
|
|
191148
191393
|
export declare enum PsmAgentStatus {
|
|
191149
191394
|
NotReporting = "NOT_REPORTING",
|
|
191150
191395
|
Reporting = "REPORTING"
|
|
@@ -191294,6 +191539,7 @@ export type PsmDevice = {
|
|
|
191294
191539
|
__typename?: 'PsmDevice';
|
|
191295
191540
|
activeSensorCount?: Maybe<Scalars['Int']['output']>;
|
|
191296
191541
|
activeSensorFaults?: Maybe<Array<PsmDeviceSensorFault>>;
|
|
191542
|
+
activeSensors?: Maybe<Array<PsmRemediationSensor>>;
|
|
191297
191543
|
cloudId: Scalars['ID']['output'];
|
|
191298
191544
|
configuration?: Maybe<PsmDeviceConfiguration>;
|
|
191299
191545
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -191393,6 +191639,12 @@ export type PsmDeviceOwner = {
|
|
|
191393
191639
|
email?: Maybe<Scalars['String']['output']>;
|
|
191394
191640
|
name?: Maybe<Scalars['String']['output']>;
|
|
191395
191641
|
};
|
|
191642
|
+
export type PsmDeviceRemediationHistory = {
|
|
191643
|
+
__typename?: 'PsmDeviceRemediationHistory';
|
|
191644
|
+
errors?: Maybe<Array<QueryError>>;
|
|
191645
|
+
generatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
191646
|
+
sensors?: Maybe<Array<PsmRemediationSensor>>;
|
|
191647
|
+
};
|
|
191396
191648
|
export type PsmDeviceSensorFault = {
|
|
191397
191649
|
__typename?: 'PsmDeviceSensorFault';
|
|
191398
191650
|
category?: Maybe<Scalars['String']['output']>;
|
|
@@ -191441,6 +191693,13 @@ export declare enum PsmExecutionOutcome {
|
|
|
191441
191693
|
Skipped = "SKIPPED",
|
|
191442
191694
|
Succeeded = "SUCCEEDED"
|
|
191443
191695
|
}
|
|
191696
|
+
export type PsmFaultRemediationHistory = {
|
|
191697
|
+
__typename?: 'PsmFaultRemediationHistory';
|
|
191698
|
+
errors?: Maybe<Array<QueryError>>;
|
|
191699
|
+
faultId: Scalars['ID']['output'];
|
|
191700
|
+
generatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
191701
|
+
sensor?: Maybe<PsmRemediationSensor>;
|
|
191702
|
+
};
|
|
191444
191703
|
export declare enum PsmFaultStatus {
|
|
191445
191704
|
Closed = "CLOSED",
|
|
191446
191705
|
Failed = "FAILED",
|
|
@@ -191647,6 +191906,17 @@ export type PsmRemediationCategoryInfo = {
|
|
|
191647
191906
|
label?: Maybe<Scalars['String']['output']>;
|
|
191648
191907
|
value?: Maybe<PsmRemediationCategory>;
|
|
191649
191908
|
};
|
|
191909
|
+
export type PsmRemediationHistoryEvent = {
|
|
191910
|
+
__typename?: 'PsmRemediationHistoryEvent';
|
|
191911
|
+
durationMs?: Maybe<Scalars['Int']['output']>;
|
|
191912
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
191913
|
+
executedAt: Scalars['DateTime']['output'];
|
|
191914
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
191915
|
+
result: PsmRemediationResultInfo;
|
|
191916
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
191917
|
+
triggerType?: Maybe<PsmRemediationTrigger>;
|
|
191918
|
+
triggeredBy?: Maybe<PsmRemediatedBy>;
|
|
191919
|
+
};
|
|
191650
191920
|
export declare enum PsmRemediationMode {
|
|
191651
191921
|
AgentAction = "AGENT_ACTION",
|
|
191652
191922
|
Automated = "AUTOMATED"
|
|
@@ -191668,6 +191938,18 @@ export declare enum PsmRemediationResult {
|
|
|
191668
191938
|
Pending = "PENDING",
|
|
191669
191939
|
Success = "SUCCESS"
|
|
191670
191940
|
}
|
|
191941
|
+
export type PsmRemediationResultInfo = {
|
|
191942
|
+
__typename?: 'PsmRemediationResultInfo';
|
|
191943
|
+
label: Scalars['String']['output'];
|
|
191944
|
+
value: PsmRemediationResult;
|
|
191945
|
+
};
|
|
191946
|
+
export type PsmRemediationSensor = {
|
|
191947
|
+
__typename?: 'PsmRemediationSensor';
|
|
191948
|
+
events?: Maybe<Array<PsmRemediationHistoryEvent>>;
|
|
191949
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
191950
|
+
providerSensorId: Scalars['ID']['output'];
|
|
191951
|
+
sensorId?: Maybe<Scalars['ID']['output']>;
|
|
191952
|
+
};
|
|
191671
191953
|
export declare enum PsmRemediationState {
|
|
191672
191954
|
AwaitingAction = "AWAITING_ACTION",
|
|
191673
191955
|
Declined = "DECLINED",
|
|
@@ -191838,6 +192120,10 @@ export declare enum PsmSensorSeverity {
|
|
|
191838
192120
|
Low = "LOW",
|
|
191839
192121
|
Medium = "MEDIUM"
|
|
191840
192122
|
}
|
|
192123
|
+
export declare enum PsmSensorStatus {
|
|
192124
|
+
Closed = "CLOSED",
|
|
192125
|
+
Open = "OPEN"
|
|
192126
|
+
}
|
|
191841
192127
|
export type PsmSensorTriggerState = {
|
|
191842
192128
|
__typename?: 'PsmSensorTriggerState';
|
|
191843
192129
|
lastDetectedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -192747,6 +193033,7 @@ export type Query = {
|
|
|
192747
193033
|
commerceExp_pls?: Maybe<CommerceExpPlsQuery>;
|
|
192748
193034
|
commerceExp_poaQuery?: Maybe<CommerceExpPoaQuery>;
|
|
192749
193035
|
commerceExp_poe?: Maybe<CommerceExpPoeQuery>;
|
|
193036
|
+
commerceExp_queryIfAuthenticated2?: Maybe<CommerceExpQueryIfAuthenticated>;
|
|
192750
193037
|
commerceExp_taas?: Maybe<CommerceExpTaasQuery>;
|
|
192751
193038
|
compass?: Maybe<CompassCatalogQueryApi>;
|
|
192752
193039
|
confluence?: Maybe<ConfluenceQueryApi>;
|
|
@@ -192913,6 +193200,7 @@ export type Query = {
|
|
|
192913
193200
|
confluence_userClasses?: Maybe<ConfluenceUserClassConnection>;
|
|
192914
193201
|
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
192915
193202
|
confluence_userSetup?: Maybe<ConfluenceUserSetupResult>;
|
|
193203
|
+
confluence_userSetupMetricDetails?: Maybe<ConfluenceUserSetupMetricDetailsResult>;
|
|
192916
193204
|
confluence_usersHavePermission?: Maybe<ConfluenceUsersHavePermissionList>;
|
|
192917
193205
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
192918
193206
|
confluence_validateConvertPageToMarkdownMode?: Maybe<ConfluenceValidateConvertPageToMarkdownModeResult>;
|
|
@@ -193261,6 +193549,7 @@ export type Query = {
|
|
|
193261
193549
|
graphIntegration_twgCapabilityContainer?: Maybe<GraphIntegrationTwgCapabilityContainer>;
|
|
193262
193550
|
graphIntegration_twgCapabilityContainerTools?: Maybe<Array<GraphIntegrationActionAdminManagementActionNode>>;
|
|
193263
193551
|
graphIntegration_twgCapabilityContainersInContext?: Maybe<GraphIntegrationTwgCapabilityContainerConnection>;
|
|
193552
|
+
graphIntegration_twgDefaultToolsAdminSetting?: Maybe<GraphIntegrationTwgDefaultToolsAdminSetting>;
|
|
193264
193553
|
graphIntegration_twgPlatformCapabilityGlobalAdminSettings?: Maybe<GraphIntegrationTwgPlatformCapabilityGlobalAdminSettings>;
|
|
193265
193554
|
graphIntegration_twgProductAdminSettings?: Maybe<GraphIntegrationTwgProductAdminSettings>;
|
|
193266
193555
|
graphStore?: Maybe<GraphStore>;
|
|
@@ -195868,12 +196157,15 @@ export type Query = {
|
|
|
195868
196157
|
projects_statusSummaryForTag?: Maybe<TownsquareStatusSummaryForTag>;
|
|
195869
196158
|
projects_updatesByIds?: Maybe<Array<Maybe<TownsquareProjectUpdate>>>;
|
|
195870
196159
|
psm_activeSensors?: Maybe<PsmActiveSensors>;
|
|
196160
|
+
psm_agentActivities?: Maybe<PsmAgentActivitiesConnection>;
|
|
195871
196161
|
psm_auditLog?: Maybe<PsmAuditLogConnection>;
|
|
195872
196162
|
psm_dashboardOverview?: Maybe<PsmDashboardOverview>;
|
|
195873
196163
|
psm_device?: Maybe<PsmDevice>;
|
|
195874
196164
|
psm_deviceHealthTrend?: Maybe<PsmDeviceHealthTrend>;
|
|
196165
|
+
psm_deviceRemediationHistory?: Maybe<PsmDeviceRemediationHistory>;
|
|
195875
196166
|
psm_devices?: Maybe<PsmDeviceConnection>;
|
|
195876
196167
|
psm_eligibleUsersList?: Maybe<PsmEligibleUsersListResult>;
|
|
196168
|
+
psm_faultRemediationHistory?: Maybe<PsmFaultRemediationHistory>;
|
|
195877
196169
|
psm_faultStatuses?: Maybe<PsmFaultStatusResult>;
|
|
195878
196170
|
psm_fetchNotificationTemplates?: Maybe<PsmNotificationTemplatesResult>;
|
|
195879
196171
|
psm_filters?: Maybe<PsmScreenFilterResult>;
|
|
@@ -196234,13 +196526,10 @@ export type QueryAdmin_AuditLogBackgroundQueryByIdArgs = {
|
|
|
196234
196526
|
};
|
|
196235
196527
|
export type QueryAdmin_AuditLogBackgroundQueryResultsArgs = {
|
|
196236
196528
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
196237
|
-
alqlQuery?: InputMaybe<Scalars['String']['input']>;
|
|
196238
|
-
backgroundQueryId: Scalars['String']['input'];
|
|
196239
196529
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
196240
|
-
container: AdminAuditLogContainer;
|
|
196241
196530
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
196531
|
+
input: AdminAuditLogBackgroundQueryResultsInput;
|
|
196242
196532
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
196243
|
-
queryId?: InputMaybe<Scalars['ID']['input']>;
|
|
196244
196533
|
};
|
|
196245
196534
|
export type QueryAdmin_AuditLogEventActionsArgs = {
|
|
196246
196535
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -199508,6 +199797,13 @@ export type QueryConfluence_UserSetupArgs = {
|
|
|
199508
199797
|
endTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
199509
199798
|
startTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
199510
199799
|
};
|
|
199800
|
+
export type QueryConfluence_UserSetupMetricDetailsArgs = {
|
|
199801
|
+
cloudId: Scalars['ID']['input'];
|
|
199802
|
+
endTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
199803
|
+
granularity: ConfluenceAnalyticsTimeseriesGranularity;
|
|
199804
|
+
metric: ConfluenceUserSetupMetric;
|
|
199805
|
+
startTimestamp: Scalars['String']['input'];
|
|
199806
|
+
};
|
|
199511
199807
|
export type QueryConfluence_UsersHavePermissionArgs = {
|
|
199512
199808
|
cloudId: Scalars['ID']['input'];
|
|
199513
199809
|
permission: Scalars['String']['input'];
|
|
@@ -201077,6 +201373,9 @@ export type QueryGraphIntegration_TwgCapabilityContainersInContextArgs = {
|
|
|
201077
201373
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
201078
201374
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
201079
201375
|
};
|
|
201376
|
+
export type QueryGraphIntegration_TwgDefaultToolsAdminSettingArgs = {
|
|
201377
|
+
orgId: Scalars['ID']['input'];
|
|
201378
|
+
};
|
|
201080
201379
|
export type QueryGraphIntegration_TwgPlatformCapabilityGlobalAdminSettingsArgs = {
|
|
201081
201380
|
cloudId: Scalars['ID']['input'];
|
|
201082
201381
|
};
|
|
@@ -218915,6 +219214,14 @@ export type QueryPsm_ActiveSensorsArgs = {
|
|
|
218915
219214
|
filter?: InputMaybe<PsmActiveSensorsFilter>;
|
|
218916
219215
|
spaceId: Scalars['ID']['input'];
|
|
218917
219216
|
};
|
|
219217
|
+
export type QueryPsm_AgentActivitiesArgs = {
|
|
219218
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
219219
|
+
cloudId: Scalars['ID']['input'];
|
|
219220
|
+
dateRange?: InputMaybe<PsmDateRangeInput>;
|
|
219221
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
219222
|
+
spaceId: Scalars['ID']['input'];
|
|
219223
|
+
timeWindow?: InputMaybe<PsmTimeWindow>;
|
|
219224
|
+
};
|
|
218918
219225
|
export type QueryPsm_AuditLogArgs = {
|
|
218919
219226
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
218920
219227
|
cloudId: Scalars['ID']['input'];
|
|
@@ -218937,6 +219244,11 @@ export type QueryPsm_DeviceHealthTrendArgs = {
|
|
|
218937
219244
|
spaceId: Scalars['ID']['input'];
|
|
218938
219245
|
timeWindow?: PsmTimeWindow;
|
|
218939
219246
|
};
|
|
219247
|
+
export type QueryPsm_DeviceRemediationHistoryArgs = {
|
|
219248
|
+
cloudId: Scalars['ID']['input'];
|
|
219249
|
+
serialNumber: Scalars['String']['input'];
|
|
219250
|
+
spaceId: Scalars['ID']['input'];
|
|
219251
|
+
};
|
|
218940
219252
|
export type QueryPsm_DevicesArgs = {
|
|
218941
219253
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
218942
219254
|
cloudId: Scalars['ID']['input'];
|
|
@@ -218948,6 +219260,11 @@ export type QueryPsm_EligibleUsersListArgs = {
|
|
|
218948
219260
|
cloudId: Scalars['ID']['input'];
|
|
218949
219261
|
input: PsmEligibleUsersListInput;
|
|
218950
219262
|
};
|
|
219263
|
+
export type QueryPsm_FaultRemediationHistoryArgs = {
|
|
219264
|
+
cloudId: Scalars['ID']['input'];
|
|
219265
|
+
faultId: Scalars['ID']['input'];
|
|
219266
|
+
spaceId: Scalars['ID']['input'];
|
|
219267
|
+
};
|
|
218951
219268
|
export type QueryPsm_FaultStatusesArgs = {
|
|
218952
219269
|
cloudId: Scalars['ID']['input'];
|
|
218953
219270
|
faultIds: Array<Scalars['String']['input']>;
|
|
@@ -234702,6 +235019,7 @@ export type TownsquareGoal = Node & {
|
|
|
234702
235019
|
isWatching?: Maybe<Scalars['Boolean']['output']>;
|
|
234703
235020
|
jiraAlignItems?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectConnection>;
|
|
234704
235021
|
key: Scalars['String']['output'];
|
|
235022
|
+
latestDraftUpdate?: Maybe<TownsquareGoalDraftUpdate>;
|
|
234705
235023
|
latestUpdateDate?: Maybe<Scalars['DateTime']['output']>;
|
|
234706
235024
|
latestUserUpdate?: Maybe<TownsquareGoalUpdate>;
|
|
234707
235025
|
metricTargets?: Maybe<TownsquareMetricTargetConnection>;
|
|
@@ -234978,6 +235296,19 @@ export type TownsquareGoalDescriptionWhyUpdatedChange = {
|
|
|
234978
235296
|
goalType?: Maybe<TownsquareGoalType>;
|
|
234979
235297
|
newDescriptionWhy?: Maybe<Scalars['String']['output']>;
|
|
234980
235298
|
};
|
|
235299
|
+
export type TownsquareGoalDraftUpdate = Node & {
|
|
235300
|
+
__typename?: 'TownsquareGoalDraftUpdate';
|
|
235301
|
+
author?: Maybe<User>;
|
|
235302
|
+
goal: TownsquareGoal;
|
|
235303
|
+
id: Scalars['ID']['output'];
|
|
235304
|
+
metricUpdate?: Maybe<Array<TownsquareMetricUpdateInputDraft>>;
|
|
235305
|
+
modifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
235306
|
+
score?: Maybe<Scalars['Int']['output']>;
|
|
235307
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
235308
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
235309
|
+
targetDate?: Maybe<TownsquareTargetDateInputDraft>;
|
|
235310
|
+
updateNotes?: Maybe<Array<TownsquareUpdateNoteInputDraft>>;
|
|
235311
|
+
};
|
|
234981
235312
|
export type TownsquareGoalEdge = {
|
|
234982
235313
|
__typename?: 'TownsquareGoalEdge';
|
|
234983
235314
|
cursor: Scalars['String']['output'];
|
|
@@ -236370,6 +236701,12 @@ export type TownsquareMetricUpdateInput = {
|
|
|
236370
236701
|
targetId: Scalars['ID']['input'];
|
|
236371
236702
|
time?: InputMaybe<Scalars['DateTime']['input']>;
|
|
236372
236703
|
};
|
|
236704
|
+
export type TownsquareMetricUpdateInputDraft = {
|
|
236705
|
+
__typename?: 'TownsquareMetricUpdateInputDraft';
|
|
236706
|
+
newValue?: Maybe<Scalars['Float']['output']>;
|
|
236707
|
+
targetId: Scalars['ID']['output'];
|
|
236708
|
+
time?: Maybe<Scalars['DateTime']['output']>;
|
|
236709
|
+
};
|
|
236373
236710
|
export type TownsquareMetricValue = Node & {
|
|
236374
236711
|
__typename?: 'TownsquareMetricValue';
|
|
236375
236712
|
canDelete?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -236589,6 +236926,7 @@ export type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
236589
236926
|
isJiraWorkItemsLimitReached?: Maybe<Scalars['Boolean']['output']>;
|
|
236590
236927
|
isPrivate: Scalars['Boolean']['output'];
|
|
236591
236928
|
key: Scalars['String']['output'];
|
|
236929
|
+
latestDraftUpdate?: Maybe<TownsquareProjectDraftUpdate>;
|
|
236592
236930
|
latestUpdateDate?: Maybe<Scalars['DateTime']['output']>;
|
|
236593
236931
|
latestUserUpdate?: Maybe<TownsquareProjectUpdate>;
|
|
236594
236932
|
linkedJiraWorkItems?: Maybe<GraphStoreSimplifiedAtlasProjectTrackedOnJiraWorkItemConnection>;
|
|
@@ -236867,6 +237205,18 @@ export type TownsquareProjectDescriptionInput = {
|
|
|
236867
237205
|
what?: InputMaybe<Scalars['String']['input']>;
|
|
236868
237206
|
why?: InputMaybe<Scalars['String']['input']>;
|
|
236869
237207
|
};
|
|
237208
|
+
export type TownsquareProjectDraftUpdate = Node & {
|
|
237209
|
+
__typename?: 'TownsquareProjectDraftUpdate';
|
|
237210
|
+
author?: Maybe<User>;
|
|
237211
|
+
highlights?: Maybe<Array<TownsquareUpdateHighlightInputDraft>>;
|
|
237212
|
+
id: Scalars['ID']['output'];
|
|
237213
|
+
modifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
237214
|
+
project: TownsquareProject;
|
|
237215
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
237216
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
237217
|
+
targetDate?: Maybe<TownsquareTargetDateInputDraft>;
|
|
237218
|
+
updateNotes?: Maybe<Array<TownsquareUpdateNoteInputDraft>>;
|
|
237219
|
+
};
|
|
236870
237220
|
export type TownsquareProjectEdge = {
|
|
236871
237221
|
__typename?: 'TownsquareProjectEdge';
|
|
236872
237222
|
cursor: Scalars['String']['output'];
|
|
@@ -238140,6 +238490,11 @@ export type TownsquareTargetDateInput = {
|
|
|
238140
238490
|
confidence?: InputMaybe<TownsquareTargetDateType>;
|
|
238141
238491
|
date?: InputMaybe<Scalars['Date']['input']>;
|
|
238142
238492
|
};
|
|
238493
|
+
export type TownsquareTargetDateInputDraft = {
|
|
238494
|
+
__typename?: 'TownsquareTargetDateInputDraft';
|
|
238495
|
+
confidence?: Maybe<TownsquareTargetDateType>;
|
|
238496
|
+
date?: Maybe<Scalars['Date']['output']>;
|
|
238497
|
+
};
|
|
238143
238498
|
export type TownsquareTargetDateRange = {
|
|
238144
238499
|
__typename?: 'TownsquareTargetDateRange';
|
|
238145
238500
|
end?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -238319,6 +238674,12 @@ export type TownsquareUpdateHighlightInput = {
|
|
|
238319
238674
|
summary: Scalars['String']['input'];
|
|
238320
238675
|
type: TownsquareHighlightType;
|
|
238321
238676
|
};
|
|
238677
|
+
export type TownsquareUpdateHighlightInputDraft = {
|
|
238678
|
+
__typename?: 'TownsquareUpdateHighlightInputDraft';
|
|
238679
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
238680
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
238681
|
+
type: TownsquareHighlightType;
|
|
238682
|
+
};
|
|
238322
238683
|
export type TownsquareUpdateNote = {
|
|
238323
238684
|
__typename?: 'TownsquareUpdateNote';
|
|
238324
238685
|
archived?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -238346,6 +238707,14 @@ export type TownsquareUpdateNoteInput = {
|
|
|
238346
238707
|
updateNoteId?: InputMaybe<Scalars['ID']['input']>;
|
|
238347
238708
|
uuid?: InputMaybe<Scalars['String']['input']>;
|
|
238348
238709
|
};
|
|
238710
|
+
export type TownsquareUpdateNoteInputDraft = {
|
|
238711
|
+
__typename?: 'TownsquareUpdateNoteInputDraft';
|
|
238712
|
+
archived?: Maybe<Scalars['Boolean']['output']>;
|
|
238713
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
238714
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
238715
|
+
updateNoteId?: Maybe<Scalars['ID']['output']>;
|
|
238716
|
+
uuid?: Maybe<Scalars['String']['output']>;
|
|
238717
|
+
};
|
|
238349
238718
|
export type TownsquareUpdateProjectsAppPermissionPoliciesInput = {
|
|
238350
238719
|
containerId: Scalars['ID']['input'];
|
|
238351
238720
|
policies: Array<TownsquareProjectsAppPermissionPolicyInput>;
|
|
@@ -242877,6 +243246,7 @@ export type TrelloMutationApi = {
|
|
|
242877
243246
|
updateCardDescription?: Maybe<TrelloUpdateCardDescriptionPayload>;
|
|
242878
243247
|
updateCardDueDate?: Maybe<TrelloUpdateCardDueDatePayload>;
|
|
242879
243248
|
updateCardDueReminder?: Maybe<TrelloUpdateCardDueReminderPayload>;
|
|
243249
|
+
updateCardLocation?: Maybe<TrelloUpdateCardLocationPayload>;
|
|
242880
243250
|
updateCardLocationAddress?: Maybe<TrelloUpdateCardLocationAddressPayload>;
|
|
242881
243251
|
updateCardLocationCoordinates?: Maybe<TrelloUpdateCardLocationCoordinatesPayload>;
|
|
242882
243252
|
updateCardLocationName?: Maybe<TrelloUpdateCardLocationNamePayload>;
|
|
@@ -243314,6 +243684,9 @@ export type TrelloMutationApiUpdateCardDueDateArgs = {
|
|
|
243314
243684
|
export type TrelloMutationApiUpdateCardDueReminderArgs = {
|
|
243315
243685
|
input: TrelloUpdateCardDueReminderInput;
|
|
243316
243686
|
};
|
|
243687
|
+
export type TrelloMutationApiUpdateCardLocationArgs = {
|
|
243688
|
+
input: TrelloUpdateCardLocationInput;
|
|
243689
|
+
};
|
|
243317
243690
|
export type TrelloMutationApiUpdateCardLocationAddressArgs = {
|
|
243318
243691
|
input: TrelloUpdateCardLocationAddressInput;
|
|
243319
243692
|
};
|
|
@@ -245532,6 +245905,12 @@ export type TrelloUpdateCardLocationCoordinatesPayload = Payload & {
|
|
|
245532
245905
|
errors?: Maybe<Array<MutationError>>;
|
|
245533
245906
|
success: Scalars['Boolean']['output'];
|
|
245534
245907
|
};
|
|
245908
|
+
export type TrelloUpdateCardLocationInput = {
|
|
245909
|
+
address?: InputMaybe<Scalars['String']['input']>;
|
|
245910
|
+
cardId: Scalars['ID']['input'];
|
|
245911
|
+
coordinates?: InputMaybe<TrelloCardCoordinatesInput>;
|
|
245912
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
245913
|
+
};
|
|
245535
245914
|
export type TrelloUpdateCardLocationNameInput = {
|
|
245536
245915
|
cardId: Scalars['ID']['input'];
|
|
245537
245916
|
name: Scalars['String']['input'];
|
|
@@ -245542,6 +245921,12 @@ export type TrelloUpdateCardLocationNamePayload = Payload & {
|
|
|
245542
245921
|
errors?: Maybe<Array<MutationError>>;
|
|
245543
245922
|
success: Scalars['Boolean']['output'];
|
|
245544
245923
|
};
|
|
245924
|
+
export type TrelloUpdateCardLocationPayload = Payload & {
|
|
245925
|
+
__typename?: 'TrelloUpdateCardLocationPayload';
|
|
245926
|
+
card?: Maybe<TrelloBaseCard>;
|
|
245927
|
+
errors?: Maybe<Array<MutationError>>;
|
|
245928
|
+
success: Scalars['Boolean']['output'];
|
|
245929
|
+
};
|
|
245545
245930
|
export type TrelloUpdateCardNameInput = {
|
|
245546
245931
|
cardId: Scalars['ID']['input'];
|
|
245547
245932
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -245900,11 +246285,40 @@ export type TrelloUserUnrestrictedAccessSummary = {
|
|
|
245900
246285
|
};
|
|
245901
246286
|
export type TrelloVoiceCaptureCardUpdated = {
|
|
245902
246287
|
__typename?: 'TrelloVoiceCaptureCardUpdated';
|
|
246288
|
+
checklists?: Maybe<TrelloVoiceCaptureChecklistConnectionUpdated>;
|
|
245903
246289
|
description?: Maybe<Scalars['String']['output']>;
|
|
245904
246290
|
due?: Maybe<Scalars['DateTime']['output']>;
|
|
245905
246291
|
name?: Maybe<Scalars['String']['output']>;
|
|
245906
246292
|
objectId: Scalars['ID']['output'];
|
|
245907
246293
|
};
|
|
246294
|
+
export type TrelloVoiceCaptureCheckItemConnectionUpdated = {
|
|
246295
|
+
__typename?: 'TrelloVoiceCaptureCheckItemConnectionUpdated';
|
|
246296
|
+
edges?: Maybe<Array<TrelloVoiceCaptureCheckItemEdgeUpdated>>;
|
|
246297
|
+
};
|
|
246298
|
+
export type TrelloVoiceCaptureCheckItemEdgeUpdated = {
|
|
246299
|
+
__typename?: 'TrelloVoiceCaptureCheckItemEdgeUpdated';
|
|
246300
|
+
node?: Maybe<TrelloVoiceCaptureCheckItemUpdated>;
|
|
246301
|
+
};
|
|
246302
|
+
export type TrelloVoiceCaptureCheckItemUpdated = {
|
|
246303
|
+
__typename?: 'TrelloVoiceCaptureCheckItemUpdated';
|
|
246304
|
+
due?: Maybe<Scalars['DateTime']['output']>;
|
|
246305
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
246306
|
+
objectId: Scalars['ID']['output'];
|
|
246307
|
+
};
|
|
246308
|
+
export type TrelloVoiceCaptureChecklistConnectionUpdated = {
|
|
246309
|
+
__typename?: 'TrelloVoiceCaptureChecklistConnectionUpdated';
|
|
246310
|
+
edges?: Maybe<Array<TrelloVoiceCaptureChecklistEdgeUpdated>>;
|
|
246311
|
+
};
|
|
246312
|
+
export type TrelloVoiceCaptureChecklistEdgeUpdated = {
|
|
246313
|
+
__typename?: 'TrelloVoiceCaptureChecklistEdgeUpdated';
|
|
246314
|
+
node?: Maybe<TrelloVoiceCaptureChecklistUpdated>;
|
|
246315
|
+
};
|
|
246316
|
+
export type TrelloVoiceCaptureChecklistUpdated = {
|
|
246317
|
+
__typename?: 'TrelloVoiceCaptureChecklistUpdated';
|
|
246318
|
+
checkItems?: Maybe<TrelloVoiceCaptureCheckItemConnectionUpdated>;
|
|
246319
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
246320
|
+
objectId: Scalars['ID']['output'];
|
|
246321
|
+
};
|
|
245908
246322
|
export type TrelloVoiceCaptureSessionCardConnectionUpdated = {
|
|
245909
246323
|
__typename?: 'TrelloVoiceCaptureSessionCardConnectionUpdated';
|
|
245910
246324
|
edges?: Maybe<Array<TrelloVoiceCaptureSessionCardEdgeUpdated>>;
|