@forge/cli-shared 8.3.1-next.2 → 8.3.1-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/out/auth/personal/credential-store.d.ts +1 -0
- package/out/auth/personal/credential-store.d.ts.map +1 -1
- package/out/auth/personal/credential-store.js +14 -6
- package/out/graphql/graphql-types.d.ts +1134 -20
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +84 -22
- package/out/ui/text.d.ts +3 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +3 -0
- package/package.json +1 -1
|
@@ -104,6 +104,10 @@ export declare type Scalars = {
|
|
|
104
104
|
input: any;
|
|
105
105
|
output: any;
|
|
106
106
|
};
|
|
107
|
+
TrelloCardPosition: {
|
|
108
|
+
input: any;
|
|
109
|
+
output: any;
|
|
110
|
+
};
|
|
107
111
|
TrelloShortLink: {
|
|
108
112
|
input: any;
|
|
109
113
|
output: any;
|
|
@@ -1734,6 +1738,41 @@ export declare type AgentStudioTeamsChannelDetails = {
|
|
|
1734
1738
|
channelName?: Maybe<Scalars['String']['output']>;
|
|
1735
1739
|
channelUrl?: Maybe<Scalars['String']['output']>;
|
|
1736
1740
|
};
|
|
1741
|
+
export declare type AgentStudioTool = {
|
|
1742
|
+
__typename?: 'AgentStudioTool';
|
|
1743
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
1744
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
1745
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
1746
|
+
id: Scalars['ID']['output'];
|
|
1747
|
+
integrationKey?: Maybe<Scalars['String']['output']>;
|
|
1748
|
+
};
|
|
1749
|
+
export declare type AgentStudioToolEdge = {
|
|
1750
|
+
__typename?: 'AgentStudioToolEdge';
|
|
1751
|
+
cursor: Scalars['String']['output'];
|
|
1752
|
+
node?: Maybe<AgentStudioTool>;
|
|
1753
|
+
};
|
|
1754
|
+
export declare type AgentStudioToolIntegration = {
|
|
1755
|
+
__typename?: 'AgentStudioToolIntegration';
|
|
1756
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
1757
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
1758
|
+
id: Scalars['ID']['output'];
|
|
1759
|
+
integrationKey?: Maybe<Scalars['String']['output']>;
|
|
1760
|
+
};
|
|
1761
|
+
export declare type AgentStudioToolIntegrationEdge = {
|
|
1762
|
+
__typename?: 'AgentStudioToolIntegrationEdge';
|
|
1763
|
+
cursor: Scalars['String']['output'];
|
|
1764
|
+
node?: Maybe<AgentStudioToolIntegration>;
|
|
1765
|
+
};
|
|
1766
|
+
export declare type AgentStudioToolIntegrationsConnection = {
|
|
1767
|
+
__typename?: 'AgentStudioToolIntegrationsConnection';
|
|
1768
|
+
edges: Array<AgentStudioToolIntegrationEdge>;
|
|
1769
|
+
pageInfo: PageInfo;
|
|
1770
|
+
};
|
|
1771
|
+
export declare type AgentStudioToolsConnection = {
|
|
1772
|
+
__typename?: 'AgentStudioToolsConnection';
|
|
1773
|
+
edges: Array<AgentStudioToolEdge>;
|
|
1774
|
+
pageInfo: PageInfo;
|
|
1775
|
+
};
|
|
1737
1776
|
export declare type AgentStudioUpdateAgentActionsPayload = Payload & {
|
|
1738
1777
|
__typename?: 'AgentStudioUpdateAgentActionsPayload';
|
|
1739
1778
|
agent?: Maybe<AgentStudioAgent>;
|
|
@@ -3688,6 +3727,16 @@ export declare type AssetsDmDataSourceMappingObjectAttributeModel = {
|
|
|
3688
3727
|
dropdownDisplayName: Scalars['String']['output'];
|
|
3689
3728
|
name: Scalars['String']['output'];
|
|
3690
3729
|
};
|
|
3730
|
+
export declare type AssetsDmDataSourceMergeResponse = {
|
|
3731
|
+
__typename?: 'AssetsDMDataSourceMergeResponse';
|
|
3732
|
+
cleansedDataCount: Scalars['Int']['output'];
|
|
3733
|
+
dataSourceId: Scalars['String']['output'];
|
|
3734
|
+
dataSourceName: Scalars['String']['output'];
|
|
3735
|
+
dataSourceType: Scalars['String']['output'];
|
|
3736
|
+
objectClassName: Scalars['String']['output'];
|
|
3737
|
+
rawDataCount: Scalars['Int']['output'];
|
|
3738
|
+
transformedDataCount: Scalars['Int']['output'];
|
|
3739
|
+
};
|
|
3691
3740
|
export declare enum AssetsDmDataSourceOperationEnum {
|
|
3692
3741
|
Create = "Create",
|
|
3693
3742
|
Update = "Update",
|
|
@@ -3699,6 +3748,16 @@ export declare type AssetsDmDataSourceResponse = {
|
|
|
3699
3748
|
message?: Maybe<Scalars['String']['output']>;
|
|
3700
3749
|
success: Scalars['Boolean']['output'];
|
|
3701
3750
|
};
|
|
3751
|
+
export declare type AssetsDmDataSourceRunMergeResponse = {
|
|
3752
|
+
__typename?: 'AssetsDMDataSourceRunMergeResponse';
|
|
3753
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
3754
|
+
message: Scalars['String']['output'];
|
|
3755
|
+
};
|
|
3756
|
+
export declare type AssetsDmDataSourceRunTransformResponse = {
|
|
3757
|
+
__typename?: 'AssetsDMDataSourceRunTransformResponse';
|
|
3758
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
3759
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
3760
|
+
};
|
|
3702
3761
|
export declare type AssetsDmDataSourceSteps = {
|
|
3703
3762
|
__typename?: 'AssetsDMDataSourceSteps';
|
|
3704
3763
|
cleanse: AssetsDmStep;
|
|
@@ -3709,10 +3768,12 @@ export declare type AssetsDmDataSourceSteps = {
|
|
|
3709
3768
|
};
|
|
3710
3769
|
export declare type AssetsDmDataSourceTransform = {
|
|
3711
3770
|
__typename?: 'AssetsDMDataSourceTransform';
|
|
3771
|
+
adapterType: Scalars['String']['output'];
|
|
3712
3772
|
dataSourceTypeId: Scalars['Int']['output'];
|
|
3713
3773
|
defaultFunctions: Array<AssetsDmDataSourceDefaultTransformFunctions>;
|
|
3714
3774
|
functions: Array<AssetsDmDataSourceTransformFunctions>;
|
|
3715
3775
|
isTemplate: Scalars['Boolean']['output'];
|
|
3776
|
+
objectClassType: AssetsDmObjectClassEnum;
|
|
3716
3777
|
options: AssetsDmDataSourceTransformOptions;
|
|
3717
3778
|
};
|
|
3718
3779
|
export declare type AssetsDmDataSourceTransformColumn = {
|
|
@@ -3995,6 +4056,25 @@ export declare enum AssetsDmStepStatus {
|
|
|
3995
4056
|
NotStarted = "NOT_STARTED",
|
|
3996
4057
|
Outdated = "OUTDATED"
|
|
3997
4058
|
}
|
|
4059
|
+
export declare type AssetsDmTransformedDataFilter = {
|
|
4060
|
+
__typename?: 'AssetsDMTransformedDataFilter';
|
|
4061
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
4062
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
4063
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
4064
|
+
valueTo?: Maybe<Scalars['String']['output']>;
|
|
4065
|
+
};
|
|
4066
|
+
export declare type AssetsDmTransformedDataFilterInput = {
|
|
4067
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
4068
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
4069
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
4070
|
+
valueTo?: InputMaybe<Scalars['String']['input']>;
|
|
4071
|
+
};
|
|
4072
|
+
export declare type AssetsDmTransformedDataResponse = {
|
|
4073
|
+
__typename?: 'AssetsDMTransformedDataResponse';
|
|
4074
|
+
data: Array<Scalars['JSON']['output']>;
|
|
4075
|
+
filters: Array<AssetsDmTransformedDataFilter>;
|
|
4076
|
+
pagination: AssetsDmPaginationInfo;
|
|
4077
|
+
};
|
|
3998
4078
|
export declare type AssetsIcon = {
|
|
3999
4079
|
__typename?: 'AssetsIcon';
|
|
4000
4080
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -4009,30 +4089,36 @@ export declare type AssetsObject = Node & {
|
|
|
4009
4089
|
__typename?: 'AssetsObject';
|
|
4010
4090
|
avatar?: Maybe<AssetsAvatar>;
|
|
4011
4091
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
4092
|
+
displayTypename?: Maybe<Scalars['String']['output']>;
|
|
4012
4093
|
id: Scalars['ID']['output'];
|
|
4013
4094
|
label?: Maybe<Scalars['String']['output']>;
|
|
4014
4095
|
links?: Maybe<AssetsLinks>;
|
|
4015
4096
|
objectKey?: Maybe<Scalars['String']['output']>;
|
|
4016
4097
|
objectType?: Maybe<AssetsObjectType>;
|
|
4098
|
+
sequentialId?: Maybe<Scalars['String']['output']>;
|
|
4017
4099
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
4018
4100
|
};
|
|
4019
4101
|
export declare type AssetsObjectType = Node & {
|
|
4020
4102
|
__typename?: 'AssetsObjectType';
|
|
4021
4103
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
4104
|
+
displayTypename?: Maybe<Scalars['String']['output']>;
|
|
4022
4105
|
icon?: Maybe<AssetsIcon>;
|
|
4023
4106
|
id: Scalars['ID']['output'];
|
|
4024
4107
|
links?: Maybe<AssetsLinks>;
|
|
4025
4108
|
name?: Maybe<Scalars['String']['output']>;
|
|
4026
4109
|
schema?: Maybe<AssetsSchema>;
|
|
4110
|
+
sequentialId?: Maybe<Scalars['String']['output']>;
|
|
4027
4111
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
4028
4112
|
};
|
|
4029
4113
|
export declare type AssetsSchema = Node & {
|
|
4030
4114
|
__typename?: 'AssetsSchema';
|
|
4031
4115
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
4116
|
+
displayTypename?: Maybe<Scalars['String']['output']>;
|
|
4032
4117
|
id: Scalars['ID']['output'];
|
|
4033
4118
|
key?: Maybe<Scalars['String']['output']>;
|
|
4034
4119
|
links?: Maybe<AssetsLinks>;
|
|
4035
4120
|
name?: Maybe<Scalars['String']['output']>;
|
|
4121
|
+
sequentialId?: Maybe<Scalars['String']['output']>;
|
|
4036
4122
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
4037
4123
|
};
|
|
4038
4124
|
export declare type AssignIssueParentInput = {
|
|
@@ -5308,6 +5394,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
5308
5394
|
defaultStandaloneOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
5309
5395
|
enableAbuseProneFeatures?: Maybe<Scalars['Boolean']['output']>;
|
|
5310
5396
|
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
5397
|
+
entitlementProfile?: Maybe<GrowthUnifiedProfileEntitlementProfileResult>;
|
|
5311
5398
|
entitlementTemplate?: Maybe<CcpEntitlementTemplate>;
|
|
5312
5399
|
experienceCapabilities?: Maybe<CcpEntitlementExperienceCapabilities>;
|
|
5313
5400
|
featureOverrides?: Maybe<Array<Maybe<CcpMapEntry>>>;
|
|
@@ -5581,6 +5668,15 @@ export declare type CcpMultipleProductUpgradesExperienceCapability = CommerceExp
|
|
|
5581
5668
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
5582
5669
|
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
5583
5670
|
};
|
|
5671
|
+
export declare type CcpMutationApi = {
|
|
5672
|
+
__typename?: 'CcpMutationApi';
|
|
5673
|
+
updateLicenseServerId?: Maybe<CcpUpdateLicenseServerIdResult>;
|
|
5674
|
+
};
|
|
5675
|
+
export declare type CcpMutationApiUpdateLicenseServerIdArgs = {
|
|
5676
|
+
entitlementId: Scalars['ID']['input'];
|
|
5677
|
+
serverId: Scalars['ID']['input'];
|
|
5678
|
+
transactionAccountId: Scalars['ID']['input'];
|
|
5679
|
+
};
|
|
5584
5680
|
export declare type CcpOffering = CommerceOffering & Node & {
|
|
5585
5681
|
__typename?: 'CcpOffering';
|
|
5586
5682
|
allowReactivationOnDifferentOffering?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -6791,6 +6887,12 @@ export declare enum CcpTrialEndBehaviour {
|
|
|
6791
6887
|
BillingPlan = "BILLING_PLAN",
|
|
6792
6888
|
TrialPlan = "TRIAL_PLAN"
|
|
6793
6889
|
}
|
|
6890
|
+
export declare type CcpUpdateLicenseServerIdResult = {
|
|
6891
|
+
__typename?: 'CcpUpdateLicenseServerIdResult';
|
|
6892
|
+
errors?: Maybe<Array<Scalars['String']['output']>>;
|
|
6893
|
+
license?: Maybe<CcpLicense>;
|
|
6894
|
+
success: Scalars['Boolean']['output'];
|
|
6895
|
+
};
|
|
6794
6896
|
export declare type CcpUsageConfigScale = {
|
|
6795
6897
|
__typename?: 'CcpUsageConfigScale';
|
|
6796
6898
|
output?: Maybe<Scalars['String']['output']>;
|
|
@@ -7356,6 +7458,7 @@ export declare type CommerceChargeQuantity = {
|
|
|
7356
7458
|
quantity?: Maybe<Scalars['Float']['output']>;
|
|
7357
7459
|
};
|
|
7358
7460
|
export declare type CommerceEntitlement = {
|
|
7461
|
+
entitlementProfile?: Maybe<GrowthUnifiedProfileEntitlementProfileResult>;
|
|
7359
7462
|
experienceCapabilities?: Maybe<CommerceEntitlementExperienceCapabilities>;
|
|
7360
7463
|
id: Scalars['ID']['output'];
|
|
7361
7464
|
latestUsageForChargeElement?: Maybe<Scalars['Int']['output']>;
|
|
@@ -12668,6 +12771,18 @@ export declare enum ComponentSyncEventStatus {
|
|
|
12668
12771
|
Success = "SUCCESS",
|
|
12669
12772
|
UserError = "USER_ERROR"
|
|
12670
12773
|
}
|
|
12774
|
+
export declare type ConfluenceAddCustomApplicationLinkInput = {
|
|
12775
|
+
allowedGroups?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
12776
|
+
displayName: Scalars['String']['input'];
|
|
12777
|
+
isHidden: Scalars['Boolean']['input'];
|
|
12778
|
+
url: Scalars['String']['input'];
|
|
12779
|
+
};
|
|
12780
|
+
export declare type ConfluenceAddCustomApplicationLinkPayload = Payload & {
|
|
12781
|
+
__typename?: 'ConfluenceAddCustomApplicationLinkPayload';
|
|
12782
|
+
applicationLink?: Maybe<ConfluenceCustomApplicationLink>;
|
|
12783
|
+
errors?: Maybe<Array<MutationError>>;
|
|
12784
|
+
success: Scalars['Boolean']['output'];
|
|
12785
|
+
};
|
|
12671
12786
|
export declare type ConfluenceAdminAnnouncementBanner = {
|
|
12672
12787
|
__typename?: 'ConfluenceAdminAnnouncementBanner';
|
|
12673
12788
|
appearance: Scalars['String']['output'];
|
|
@@ -12745,6 +12860,19 @@ export declare enum ConfluenceAppInstallationLicenseCapabilitySet {
|
|
|
12745
12860
|
CapabilityAdvanced = "CAPABILITY_ADVANCED",
|
|
12746
12861
|
CapabilityStandard = "CAPABILITY_STANDARD"
|
|
12747
12862
|
}
|
|
12863
|
+
export declare type ConfluenceAppLinkMapping = {
|
|
12864
|
+
newAppLink: ConfluenceAppLinkMetadataInput;
|
|
12865
|
+
oldAppLink: ConfluenceAppLinkMetadataInput;
|
|
12866
|
+
};
|
|
12867
|
+
export declare type ConfluenceAppLinkMetaData = {
|
|
12868
|
+
__typename?: 'ConfluenceAppLinkMetaData';
|
|
12869
|
+
serverId: Scalars['ID']['output'];
|
|
12870
|
+
serverName: Scalars['String']['output'];
|
|
12871
|
+
};
|
|
12872
|
+
export declare type ConfluenceAppLinkMetadataInput = {
|
|
12873
|
+
serverId: Scalars['ID']['input'];
|
|
12874
|
+
serverName: Scalars['String']['input'];
|
|
12875
|
+
};
|
|
12748
12876
|
export declare type ConfluenceApplicationLink = {
|
|
12749
12877
|
__typename?: 'ConfluenceApplicationLink';
|
|
12750
12878
|
applicationId: Scalars['String']['output'];
|
|
@@ -12756,6 +12884,17 @@ export declare type ConfluenceApplicationLink = {
|
|
|
12756
12884
|
rpcUrl?: Maybe<Scalars['String']['output']>;
|
|
12757
12885
|
typeId: Scalars['String']['output'];
|
|
12758
12886
|
};
|
|
12887
|
+
export declare enum ConfluenceAttachmentSecurityLevel {
|
|
12888
|
+
Insecure = "INSECURE",
|
|
12889
|
+
Secure = "SECURE",
|
|
12890
|
+
Smart = "SMART"
|
|
12891
|
+
}
|
|
12892
|
+
export declare type ConfluenceAttachmentSettings = {
|
|
12893
|
+
__typename?: 'ConfluenceAttachmentSettings';
|
|
12894
|
+
attachmentSecurityLevel?: Maybe<ConfluenceAttachmentSecurityLevel>;
|
|
12895
|
+
maxAttachmentSize?: Maybe<Scalars['Long']['output']>;
|
|
12896
|
+
maxAttachmentsPerUpload?: Maybe<Scalars['Int']['output']>;
|
|
12897
|
+
};
|
|
12759
12898
|
export declare type ConfluenceBlockedAccessAssignableSpaceRole = {
|
|
12760
12899
|
__typename?: 'ConfluenceBlockedAccessAssignableSpaceRole';
|
|
12761
12900
|
roleDescription: Scalars['String']['output'];
|
|
@@ -12897,6 +13036,16 @@ export declare type ConfluenceCalendarTimezones = {
|
|
|
12897
13036
|
__typename?: 'ConfluenceCalendarTimezones';
|
|
12898
13037
|
timezones?: Maybe<Array<Maybe<ConfluenceCalendarTimeZone>>>;
|
|
12899
13038
|
};
|
|
13039
|
+
export declare type ConfluenceChangeOrderOfCustomApplicationLinkInput = {
|
|
13040
|
+
id: Scalars['ID']['input'];
|
|
13041
|
+
idAfter?: InputMaybe<Scalars['ID']['input']>;
|
|
13042
|
+
isMoveToBeginning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
13043
|
+
};
|
|
13044
|
+
export declare type ConfluenceChangeOrderOfCustomApplicationLinkPayload = Payload & {
|
|
13045
|
+
__typename?: 'ConfluenceChangeOrderOfCustomApplicationLinkPayload';
|
|
13046
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13047
|
+
success: Scalars['Boolean']['output'];
|
|
13048
|
+
};
|
|
12900
13049
|
export declare type ConfluenceChildContent = {
|
|
12901
13050
|
__typename?: 'ConfluenceChildContent';
|
|
12902
13051
|
attachment: PaginatedContentList;
|
|
@@ -13127,6 +13276,12 @@ export declare enum ConfluenceContentStatus {
|
|
|
13127
13276
|
Historical = "HISTORICAL",
|
|
13128
13277
|
Trashed = "TRASHED"
|
|
13129
13278
|
}
|
|
13279
|
+
export declare type ConfluenceContentTemplateRef = {
|
|
13280
|
+
__typename?: 'ConfluenceContentTemplateRef';
|
|
13281
|
+
id: Scalars['ID']['output'];
|
|
13282
|
+
moduleCompleteKey?: Maybe<Scalars['String']['output']>;
|
|
13283
|
+
templateId?: Maybe<Scalars['ID']['output']>;
|
|
13284
|
+
};
|
|
13130
13285
|
export declare type ConfluenceContentTitleEmoji = {
|
|
13131
13286
|
__typename?: 'ConfluenceContentTitleEmoji';
|
|
13132
13287
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -13354,6 +13509,28 @@ export declare type ConfluenceCurrentContentNativeProperties = {
|
|
|
13354
13509
|
__typename?: 'ConfluenceCurrentContentNativeProperties';
|
|
13355
13510
|
contentState?: Maybe<ConfluenceContentState>;
|
|
13356
13511
|
};
|
|
13512
|
+
export declare type ConfluenceCustomApplicationLink = {
|
|
13513
|
+
__typename?: 'ConfluenceCustomApplicationLink';
|
|
13514
|
+
allowedGroups?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
13515
|
+
applicationType?: Maybe<Scalars['String']['output']>;
|
|
13516
|
+
displayName: Scalars['String']['output'];
|
|
13517
|
+
id: Scalars['ID']['output'];
|
|
13518
|
+
isEditable: Scalars['Boolean']['output'];
|
|
13519
|
+
isHidden: Scalars['Boolean']['output'];
|
|
13520
|
+
sourceApplicationName?: Maybe<Scalars['String']['output']>;
|
|
13521
|
+
sourceApplicationUrl?: Maybe<Scalars['String']['output']>;
|
|
13522
|
+
url: Scalars['String']['output'];
|
|
13523
|
+
};
|
|
13524
|
+
export declare type ConfluenceCustomPageSettings = {
|
|
13525
|
+
__typename?: 'ConfluenceCustomPageSettings';
|
|
13526
|
+
footerText?: Maybe<Scalars['String']['output']>;
|
|
13527
|
+
headerText?: Maybe<Scalars['String']['output']>;
|
|
13528
|
+
};
|
|
13529
|
+
export declare type ConfluenceCustomPageSpaceSettings = {
|
|
13530
|
+
__typename?: 'ConfluenceCustomPageSpaceSettings';
|
|
13531
|
+
footerText?: Maybe<Scalars['String']['output']>;
|
|
13532
|
+
headerText?: Maybe<Scalars['String']['output']>;
|
|
13533
|
+
};
|
|
13357
13534
|
export declare type ConfluenceDataLifecycleManagementPolicy = {
|
|
13358
13535
|
__typename?: 'ConfluenceDataLifecycleManagementPolicy';
|
|
13359
13536
|
dataRetentionPolicyDetailsForWorkspace: ConfluenceDataRetentionPolicyStatus;
|
|
@@ -13389,6 +13566,13 @@ export declare type ConfluenceDate = {
|
|
|
13389
13566
|
__typename?: 'ConfluenceDate';
|
|
13390
13567
|
value: Scalars['String']['output'];
|
|
13391
13568
|
};
|
|
13569
|
+
export declare type ConfluenceDefaultSpaceLogo = {
|
|
13570
|
+
__typename?: 'ConfluenceDefaultSpaceLogo';
|
|
13571
|
+
clientId?: Maybe<Scalars['ID']['output']>;
|
|
13572
|
+
isLogoDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
13573
|
+
mediaFileId?: Maybe<Scalars['ID']['output']>;
|
|
13574
|
+
token?: Maybe<Scalars['String']['output']>;
|
|
13575
|
+
};
|
|
13392
13576
|
export declare type ConfluenceDeleteBlogPostPropertyInput = {
|
|
13393
13577
|
blogPostId: Scalars['ID']['input'];
|
|
13394
13578
|
key: Scalars['String']['input'];
|
|
@@ -13415,6 +13599,14 @@ export declare type ConfluenceDeleteCommentPayload = {
|
|
|
13415
13599
|
errors?: Maybe<Array<MutationError>>;
|
|
13416
13600
|
success: Scalars['Boolean']['output'];
|
|
13417
13601
|
};
|
|
13602
|
+
export declare type ConfluenceDeleteCustomApplicationLinkInput = {
|
|
13603
|
+
id: Scalars['ID']['input'];
|
|
13604
|
+
};
|
|
13605
|
+
export declare type ConfluenceDeleteCustomApplicationLinkPayload = Payload & {
|
|
13606
|
+
__typename?: 'ConfluenceDeleteCustomApplicationLinkPayload';
|
|
13607
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13608
|
+
success: Scalars['Boolean']['output'];
|
|
13609
|
+
};
|
|
13418
13610
|
export declare type ConfluenceDeleteCustomRoleInput = {
|
|
13419
13611
|
anonymousRoleId?: InputMaybe<Scalars['ID']['input']>;
|
|
13420
13612
|
guestRoleId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -13443,6 +13635,14 @@ export declare type ConfluenceDeleteDraftPagePayload = Payload & {
|
|
|
13443
13635
|
errors?: Maybe<Array<MutationError>>;
|
|
13444
13636
|
success: Scalars['Boolean']['output'];
|
|
13445
13637
|
};
|
|
13638
|
+
export declare type ConfluenceDeleteGlobalPageTemplateInput = {
|
|
13639
|
+
id: Scalars['ID']['input'];
|
|
13640
|
+
};
|
|
13641
|
+
export declare type ConfluenceDeleteGlobalPageTemplatePayload = Payload & {
|
|
13642
|
+
__typename?: 'ConfluenceDeleteGlobalPageTemplatePayload';
|
|
13643
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13644
|
+
success: Scalars['Boolean']['output'];
|
|
13645
|
+
};
|
|
13446
13646
|
export declare type ConfluenceDeletePagePropertyInput = {
|
|
13447
13647
|
key: Scalars['String']['input'];
|
|
13448
13648
|
pageId: Scalars['ID']['input'];
|
|
@@ -13452,6 +13652,10 @@ export declare type ConfluenceDeletePagePropertyPayload = Payload & {
|
|
|
13452
13652
|
errors?: Maybe<Array<MutationError>>;
|
|
13453
13653
|
success: Scalars['Boolean']['output'];
|
|
13454
13654
|
};
|
|
13655
|
+
export declare type ConfluenceDeleteSpacePageTemplateInput = {
|
|
13656
|
+
id: Scalars['ID']['input'];
|
|
13657
|
+
spaceId: Scalars['Long']['input'];
|
|
13658
|
+
};
|
|
13455
13659
|
export declare type ConfluenceDeleteSubCalendarAllFutureEventsInput = {
|
|
13456
13660
|
recurUntil?: InputMaybe<Scalars['String']['input']>;
|
|
13457
13661
|
subCalendarId: Scalars['ID']['input'];
|
|
@@ -13527,6 +13731,12 @@ export declare type ConfluenceEditorSettings = {
|
|
|
13527
13731
|
export declare type ConfluenceEditorSettingsInput = {
|
|
13528
13732
|
toolbarDockingInitialPosition?: InputMaybe<Scalars['String']['input']>;
|
|
13529
13733
|
};
|
|
13734
|
+
export declare type ConfluenceEmailSettings = {
|
|
13735
|
+
__typename?: 'ConfluenceEmailSettings';
|
|
13736
|
+
customDomainEmails?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
13737
|
+
defaultEmail?: Maybe<Scalars['String']['output']>;
|
|
13738
|
+
email?: Maybe<SiteEmailAddress>;
|
|
13739
|
+
};
|
|
13530
13740
|
export declare type ConfluenceEmbed = Node & {
|
|
13531
13741
|
__typename?: 'ConfluenceEmbed';
|
|
13532
13742
|
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
@@ -13554,6 +13764,23 @@ export declare type ConfluenceEmbedUpdated = {
|
|
|
13554
13764
|
isBlankStateUpdate?: Maybe<Scalars['Boolean']['output']>;
|
|
13555
13765
|
product?: Maybe<Scalars['String']['output']>;
|
|
13556
13766
|
};
|
|
13767
|
+
export declare type ConfluenceEnableBlueprintInput = {
|
|
13768
|
+
id: Scalars['ID']['input'];
|
|
13769
|
+
spaceId: Scalars['Long']['input'];
|
|
13770
|
+
};
|
|
13771
|
+
export declare type ConfluenceEnableBlueprintPayload = Payload & {
|
|
13772
|
+
__typename?: 'ConfluenceEnableBlueprintPayload';
|
|
13773
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13774
|
+
success: Scalars['Boolean']['output'];
|
|
13775
|
+
};
|
|
13776
|
+
export declare type ConfluenceEnableGlobalPageBlueprintInput = {
|
|
13777
|
+
id: Scalars['ID']['input'];
|
|
13778
|
+
};
|
|
13779
|
+
export declare type ConfluenceEnableGlobalPageBlueprintPayload = Payload & {
|
|
13780
|
+
__typename?: 'ConfluenceEnableGlobalPageBlueprintPayload';
|
|
13781
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13782
|
+
success: Scalars['Boolean']['output'];
|
|
13783
|
+
};
|
|
13557
13784
|
export declare type ConfluenceExpandTypeFromJira = {
|
|
13558
13785
|
__typename?: 'ConfluenceExpandTypeFromJira';
|
|
13559
13786
|
confluenceExpandTypeFromJira?: Maybe<Scalars['String']['output']>;
|
|
@@ -13730,10 +13957,49 @@ export declare type ConfluenceForgePayloadContext = {
|
|
|
13730
13957
|
localId?: InputMaybe<Scalars['String']['input']>;
|
|
13731
13958
|
moduleKey?: InputMaybe<Scalars['String']['input']>;
|
|
13732
13959
|
};
|
|
13960
|
+
export declare type ConfluenceFormattingSettings = {
|
|
13961
|
+
__typename?: 'ConfluenceFormattingSettings';
|
|
13962
|
+
dateFormat?: Maybe<Scalars['String']['output']>;
|
|
13963
|
+
dateTimeFormat?: Maybe<Scalars['String']['output']>;
|
|
13964
|
+
decimalNumberFormat?: Maybe<Scalars['String']['output']>;
|
|
13965
|
+
longNumberFormat?: Maybe<Scalars['String']['output']>;
|
|
13966
|
+
timeFormat?: Maybe<Scalars['String']['output']>;
|
|
13967
|
+
};
|
|
13733
13968
|
export declare type ConfluenceGeneratedSpaceKey = {
|
|
13734
13969
|
__typename?: 'ConfluenceGeneratedSpaceKey';
|
|
13735
13970
|
key?: Maybe<Scalars['String']['output']>;
|
|
13736
13971
|
};
|
|
13972
|
+
export declare type ConfluenceGlobalBlueprint = {
|
|
13973
|
+
__typename?: 'ConfluenceGlobalBlueprint';
|
|
13974
|
+
contentTemplateRefs?: Maybe<Array<Maybe<ConfluenceContentTemplateRef>>>;
|
|
13975
|
+
id: Scalars['ID']['output'];
|
|
13976
|
+
indexKey?: Maybe<Scalars['String']['output']>;
|
|
13977
|
+
indexPageTemplateRef?: Maybe<ConfluenceContentTemplateRef>;
|
|
13978
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
13979
|
+
isIndexDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
13980
|
+
isPromoted?: Maybe<Scalars['Boolean']['output']>;
|
|
13981
|
+
moduleCompleteKey?: Maybe<Scalars['String']['output']>;
|
|
13982
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
13983
|
+
spaceKey?: Maybe<Scalars['String']['output']>;
|
|
13984
|
+
};
|
|
13985
|
+
export declare type ConfluenceGlobalBlueprintSettings = {
|
|
13986
|
+
__typename?: 'ConfluenceGlobalBlueprintSettings';
|
|
13987
|
+
globalBlueprints?: Maybe<Array<Maybe<ConfluenceGlobalBlueprint>>>;
|
|
13988
|
+
isOnDemand?: Maybe<Scalars['Boolean']['output']>;
|
|
13989
|
+
isToggleModulesPermitted?: Maybe<Scalars['Boolean']['output']>;
|
|
13990
|
+
};
|
|
13991
|
+
export declare type ConfluenceGlobalPageTemplate = {
|
|
13992
|
+
__typename?: 'ConfluenceGlobalPageTemplate';
|
|
13993
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
13994
|
+
eligibilityStatus?: Maybe<Scalars['String']['output']>;
|
|
13995
|
+
id: Scalars['ID']['output'];
|
|
13996
|
+
isPromoted?: Maybe<Scalars['Boolean']['output']>;
|
|
13997
|
+
isSpaceAdministrator?: Maybe<Scalars['Boolean']['output']>;
|
|
13998
|
+
isSpaceCreator?: Maybe<Scalars['Boolean']['output']>;
|
|
13999
|
+
lastUpdatedDate?: Maybe<Scalars['String']['output']>;
|
|
14000
|
+
lastUpdater?: Maybe<ConfluenceUser>;
|
|
14001
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
14002
|
+
};
|
|
13737
14003
|
export declare enum ConfluenceGraphQlDefaultTitleEmoji {
|
|
13738
14004
|
LivePageDefault = "LIVE_PAGE_DEFAULT",
|
|
13739
14005
|
None = "NONE"
|
|
@@ -13749,6 +14015,23 @@ export declare enum ConfluenceGroupUsageType {
|
|
|
13749
14015
|
TeamCollaboration = "TEAM_COLLABORATION",
|
|
13750
14016
|
UserbaseGroup = "USERBASE_GROUP"
|
|
13751
14017
|
}
|
|
14018
|
+
export declare type ConfluenceImportSpaceConfiguration = {
|
|
14019
|
+
__typename?: 'ConfluenceImportSpaceConfiguration';
|
|
14020
|
+
clientId?: Maybe<Scalars['ID']['output']>;
|
|
14021
|
+
isJiraProjectEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
14022
|
+
jiraProjectLinks?: Maybe<Array<Maybe<ConfluenceJiraProjectLink>>>;
|
|
14023
|
+
mediaToken?: Maybe<MediaToken>;
|
|
14024
|
+
};
|
|
14025
|
+
export declare type ConfluenceImportSpaceInput = {
|
|
14026
|
+
jiraProjectKey?: InputMaybe<Scalars['String']['input']>;
|
|
14027
|
+
mediaFileId: Scalars['ID']['input'];
|
|
14028
|
+
};
|
|
14029
|
+
export declare type ConfluenceImportSpacePayload = Payload & {
|
|
14030
|
+
__typename?: 'ConfluenceImportSpacePayload';
|
|
14031
|
+
errors?: Maybe<Array<MutationError>>;
|
|
14032
|
+
success: Scalars['Boolean']['output'];
|
|
14033
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
14034
|
+
};
|
|
13752
14035
|
export declare type ConfluenceInlineComment = ConfluenceComment & Node & {
|
|
13753
14036
|
__typename?: 'ConfluenceInlineComment';
|
|
13754
14037
|
author?: Maybe<ConfluenceUserInfo>;
|
|
@@ -13870,6 +14153,31 @@ export declare type ConfluenceInviteUserPayload = {
|
|
|
13870
14153
|
errors?: Maybe<Array<MutationError>>;
|
|
13871
14154
|
success: Scalars['Boolean']['output'];
|
|
13872
14155
|
};
|
|
14156
|
+
export declare type ConfluenceJiraMacroAppLinksScanningStatus = {
|
|
14157
|
+
__typename?: 'ConfluenceJiraMacroAppLinksScanningStatus';
|
|
14158
|
+
additionalMessage?: Maybe<Scalars['String']['output']>;
|
|
14159
|
+
problems?: Maybe<ConfluenceJiraMacroAppLinksValidatorResult>;
|
|
14160
|
+
status: ConfluenceJiraMacroAppLinksValidationStatus;
|
|
14161
|
+
};
|
|
14162
|
+
export declare enum ConfluenceJiraMacroAppLinksValidationStatus {
|
|
14163
|
+
Done = "DONE",
|
|
14164
|
+
Error = "ERROR",
|
|
14165
|
+
Fixing = "FIXING",
|
|
14166
|
+
NotStarted = "NOT_STARTED",
|
|
14167
|
+
NoApplink = "NO_APPLINK",
|
|
14168
|
+
Scanning = "SCANNING",
|
|
14169
|
+
WaitForConfig = "WAIT_FOR_CONFIG"
|
|
14170
|
+
}
|
|
14171
|
+
export declare type ConfluenceJiraMacroAppLinksValidatorResult = {
|
|
14172
|
+
__typename?: 'ConfluenceJiraMacroAppLinksValidatorResult';
|
|
14173
|
+
brokenAppLinks?: Maybe<Array<Maybe<ConfluenceAppLinkMetaData>>>;
|
|
14174
|
+
existingAppLinks?: Maybe<Array<Maybe<ConfluenceAppLinkMetaData>>>;
|
|
14175
|
+
};
|
|
14176
|
+
export declare type ConfluenceJiraProjectLink = {
|
|
14177
|
+
__typename?: 'ConfluenceJiraProjectLink';
|
|
14178
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
14179
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
14180
|
+
};
|
|
13873
14181
|
export declare type ConfluenceLabel = {
|
|
13874
14182
|
__typename?: 'ConfluenceLabel';
|
|
13875
14183
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -13890,6 +14198,15 @@ export declare type ConfluenceLabelWatchStatus = {
|
|
|
13890
14198
|
__typename?: 'ConfluenceLabelWatchStatus';
|
|
13891
14199
|
isWatching: Scalars['Boolean']['output'];
|
|
13892
14200
|
};
|
|
14201
|
+
export declare type ConfluenceLanguage = {
|
|
14202
|
+
__typename?: 'ConfluenceLanguage';
|
|
14203
|
+
country?: Maybe<Scalars['String']['output']>;
|
|
14204
|
+
displayLanguage?: Maybe<Scalars['String']['output']>;
|
|
14205
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
14206
|
+
encoding?: Maybe<Scalars['String']['output']>;
|
|
14207
|
+
language?: Maybe<Scalars['String']['output']>;
|
|
14208
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
14209
|
+
};
|
|
13893
14210
|
export declare type ConfluenceLike = {
|
|
13894
14211
|
__typename?: 'ConfluenceLike';
|
|
13895
14212
|
likedAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -13900,6 +14217,11 @@ export declare type ConfluenceLikesSummary = {
|
|
|
13900
14217
|
count?: Maybe<Scalars['Int']['output']>;
|
|
13901
14218
|
likes?: Maybe<Array<Maybe<ConfluenceLike>>>;
|
|
13902
14219
|
};
|
|
14220
|
+
export declare type ConfluenceLoginSettings = {
|
|
14221
|
+
__typename?: 'ConfluenceLoginSettings';
|
|
14222
|
+
enableElevatedSecurityCheck?: Maybe<Scalars['Boolean']['output']>;
|
|
14223
|
+
loginAttemptsThreshold?: Maybe<Scalars['Int']['output']>;
|
|
14224
|
+
};
|
|
13903
14225
|
export declare type ConfluenceLongTask = {
|
|
13904
14226
|
__typename?: 'ConfluenceLongTask';
|
|
13905
14227
|
id: Scalars['ID']['output'];
|
|
@@ -13933,6 +14255,16 @@ export declare type ConfluenceLoomEntryPoints = {
|
|
|
13933
14255
|
__typename?: 'ConfluenceLoomEntryPoints';
|
|
13934
14256
|
isLoomEntryPointsEnabled: Scalars['Boolean']['output'];
|
|
13935
14257
|
};
|
|
14258
|
+
export declare type ConfluenceMacro = {
|
|
14259
|
+
__typename?: 'ConfluenceMacro';
|
|
14260
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
14261
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
14262
|
+
};
|
|
14263
|
+
export declare type ConfluenceMacroUsage = {
|
|
14264
|
+
__typename?: 'ConfluenceMacroUsage';
|
|
14265
|
+
unusedPluginMacros?: Maybe<Array<Maybe<ConfluenceUnusedPluginMacro>>>;
|
|
14266
|
+
usedPluginMacros?: Maybe<Array<Maybe<ConfluenceUsedPluginMacro>>>;
|
|
14267
|
+
};
|
|
13936
14268
|
export declare type ConfluenceMakeSubCalendarPrivateUrlInput = {
|
|
13937
14269
|
subCalendarId: Scalars['ID']['input'];
|
|
13938
14270
|
};
|
|
@@ -13961,6 +14293,8 @@ export declare type ConfluenceMarkCommentAsDanglingPayload = Payload & {
|
|
|
13961
14293
|
};
|
|
13962
14294
|
export declare type ConfluenceMutationApi = {
|
|
13963
14295
|
__typename?: 'ConfluenceMutationApi';
|
|
14296
|
+
addCustomApplicationLink?: Maybe<ConfluenceAddCustomApplicationLinkPayload>;
|
|
14297
|
+
changeOrderOfCustomApplicationLink?: Maybe<ConfluenceChangeOrderOfCustomApplicationLinkPayload>;
|
|
13964
14298
|
createBlogPost?: Maybe<ConfluenceCreateBlogPostPayload>;
|
|
13965
14299
|
createBlogPostProperty?: Maybe<ConfluenceCreateBlogPostPropertyPayload>;
|
|
13966
14300
|
createFooterCommentOnBlogPost?: Maybe<ConfluenceCreateFooterCommentOnBlogPostPayload>;
|
|
@@ -13970,28 +14304,53 @@ export declare type ConfluenceMutationApi = {
|
|
|
13970
14304
|
createSpace?: Maybe<ConfluenceCreateSpacePayload>;
|
|
13971
14305
|
deleteBlogPostProperty?: Maybe<ConfluenceDeleteBlogPostPropertyPayload>;
|
|
13972
14306
|
deleteComment?: Maybe<ConfluenceDeleteCommentPayload>;
|
|
14307
|
+
deleteCustomApplicationLink?: Maybe<ConfluenceDeleteCustomApplicationLinkPayload>;
|
|
13973
14308
|
deleteDraftBlogPost?: Maybe<ConfluenceDeleteDraftBlogPostPayload>;
|
|
13974
14309
|
deleteDraftPage?: Maybe<ConfluenceDeleteDraftPagePayload>;
|
|
14310
|
+
deleteGlobalPageTemplate?: Maybe<ConfluenceDeleteGlobalPageTemplatePayload>;
|
|
13975
14311
|
deletePageProperty?: Maybe<ConfluenceDeletePagePropertyPayload>;
|
|
14312
|
+
deleteSpacePageTemplate?: Maybe<ConfluenceDeleteGlobalPageTemplatePayload>;
|
|
14313
|
+
enableBlueprint?: Maybe<ConfluenceEnableBlueprintPayload>;
|
|
14314
|
+
enableGlobalBlueprint?: Maybe<ConfluenceEnableGlobalPageBlueprintPayload>;
|
|
14315
|
+
importSpace?: Maybe<ConfluenceImportSpacePayload>;
|
|
14316
|
+
promoteBlueprint?: Maybe<ConfluencePromoteBlueprintPayload>;
|
|
14317
|
+
promotePageTemplate?: Maybe<ConfluencePromotePageTemplatePayload>;
|
|
13976
14318
|
publishBlogPost?: Maybe<ConfluencePublishBlogPostPayload>;
|
|
13977
14319
|
publishPage?: Maybe<ConfluencePublishPagePayload>;
|
|
13978
14320
|
purgeBlogPost?: Maybe<ConfluencePurgeBlogPostPayload>;
|
|
13979
14321
|
purgePage?: Maybe<ConfluencePurgePagePayload>;
|
|
13980
14322
|
reopenInlineComment?: Maybe<ConfluenceReopenInlineCommentPayload>;
|
|
14323
|
+
repairJiraMacroAppLinks?: Maybe<ConfluenceRepairJiraMacroAppLinksPayload>;
|
|
13981
14324
|
replyToComment?: Maybe<ConfluenceReplyToCommentPayload>;
|
|
14325
|
+
requestSpaceAccess?: Maybe<ConfluenceRequestSpaceAccessPayload>;
|
|
13982
14326
|
resolveInlineComment?: Maybe<ConfluenceResolveInlineCommentPayload>;
|
|
14327
|
+
saveOrUpdateSpaceOwner?: Maybe<ConfluenceSaveOrUpdateSpaceOwnerPayload>;
|
|
13983
14328
|
trashBlogPost?: Maybe<ConfluenceTrashBlogPostPayload>;
|
|
13984
14329
|
trashPage?: Maybe<ConfluenceTrashPagePayload>;
|
|
14330
|
+
unpromoteBlueprint?: Maybe<ConfluenceUnpromoteBlueprintPayload>;
|
|
14331
|
+
unpromotePageTemplate?: Maybe<ConfluenceUnpromotePageTemplatePayload>;
|
|
13985
14332
|
updateComment?: Maybe<ConfluenceUpdateCommentPayload>;
|
|
13986
14333
|
updateCurrentBlogPost?: Maybe<ConfluenceUpdateCurrentBlogPostPayload>;
|
|
13987
14334
|
updateCurrentPage?: Maybe<ConfluenceUpdateCurrentPagePayload>;
|
|
14335
|
+
updateCustomApplicationLink?: Maybe<ConfluenceUpdateCustomApplicationLinkPayload>;
|
|
13988
14336
|
updateDraftBlogPost?: Maybe<ConfluenceUpdateDraftBlogPostPayload>;
|
|
13989
14337
|
updateDraftPage?: Maybe<ConfluenceUpdateDraftPagePayload>;
|
|
14338
|
+
updateGlobalDefaultLanguageConfiguration?: Maybe<ConfluenceUpdateGlobalDefaultLocaleConfigurationPayload>;
|
|
14339
|
+
updateGlobalPageTemplateDescription?: Maybe<ConfluenceUpdateGlobalPageTemplateDescriptionPayload>;
|
|
14340
|
+
updateIndexingLanguageConfiguration?: Maybe<ConfluenceUpdateIndexingLanguageConfigurationPayload>;
|
|
14341
|
+
updateSiteConfiguration?: Maybe<ConfluenceUpdateSiteConfigurationPayload>;
|
|
13990
14342
|
updateSpace?: Maybe<ConfluenceUpdateSpacePayload>;
|
|
14343
|
+
updateSpacePageTemplateDescription?: Maybe<ConfluenceUpdateGlobalPageTemplateDescriptionPayload>;
|
|
13991
14344
|
updateSpaceSettings?: Maybe<ConfluenceUpdateSpaceSettingsPayload>;
|
|
13992
14345
|
updateValueBlogPostProperty?: Maybe<ConfluenceUpdateValueBlogPostPropertyPayload>;
|
|
13993
14346
|
updateValuePageProperty?: Maybe<ConfluenceUpdateValuePagePropertyPayload>;
|
|
13994
14347
|
};
|
|
14348
|
+
export declare type ConfluenceMutationApiAddCustomApplicationLinkArgs = {
|
|
14349
|
+
input: ConfluenceAddCustomApplicationLinkInput;
|
|
14350
|
+
};
|
|
14351
|
+
export declare type ConfluenceMutationApiChangeOrderOfCustomApplicationLinkArgs = {
|
|
14352
|
+
input: ConfluenceChangeOrderOfCustomApplicationLinkInput;
|
|
14353
|
+
};
|
|
13995
14354
|
export declare type ConfluenceMutationApiCreateBlogPostArgs = {
|
|
13996
14355
|
input: ConfluenceCreateBlogPostInput;
|
|
13997
14356
|
};
|
|
@@ -14020,15 +14379,39 @@ export declare type ConfluenceMutationApiDeleteBlogPostPropertyArgs = {
|
|
|
14020
14379
|
export declare type ConfluenceMutationApiDeleteCommentArgs = {
|
|
14021
14380
|
input: ConfluenceDeleteCommentInput;
|
|
14022
14381
|
};
|
|
14382
|
+
export declare type ConfluenceMutationApiDeleteCustomApplicationLinkArgs = {
|
|
14383
|
+
input: ConfluenceDeleteCustomApplicationLinkInput;
|
|
14384
|
+
};
|
|
14023
14385
|
export declare type ConfluenceMutationApiDeleteDraftBlogPostArgs = {
|
|
14024
14386
|
input: ConfluenceDeleteDraftBlogPostInput;
|
|
14025
14387
|
};
|
|
14026
14388
|
export declare type ConfluenceMutationApiDeleteDraftPageArgs = {
|
|
14027
14389
|
input: ConfluenceDeleteDraftPageInput;
|
|
14028
14390
|
};
|
|
14391
|
+
export declare type ConfluenceMutationApiDeleteGlobalPageTemplateArgs = {
|
|
14392
|
+
input: ConfluenceDeleteGlobalPageTemplateInput;
|
|
14393
|
+
};
|
|
14029
14394
|
export declare type ConfluenceMutationApiDeletePagePropertyArgs = {
|
|
14030
14395
|
input: ConfluenceDeletePagePropertyInput;
|
|
14031
14396
|
};
|
|
14397
|
+
export declare type ConfluenceMutationApiDeleteSpacePageTemplateArgs = {
|
|
14398
|
+
input: ConfluenceDeleteSpacePageTemplateInput;
|
|
14399
|
+
};
|
|
14400
|
+
export declare type ConfluenceMutationApiEnableBlueprintArgs = {
|
|
14401
|
+
input: ConfluenceEnableBlueprintInput;
|
|
14402
|
+
};
|
|
14403
|
+
export declare type ConfluenceMutationApiEnableGlobalBlueprintArgs = {
|
|
14404
|
+
input: ConfluenceEnableGlobalPageBlueprintInput;
|
|
14405
|
+
};
|
|
14406
|
+
export declare type ConfluenceMutationApiImportSpaceArgs = {
|
|
14407
|
+
input: ConfluenceImportSpaceInput;
|
|
14408
|
+
};
|
|
14409
|
+
export declare type ConfluenceMutationApiPromoteBlueprintArgs = {
|
|
14410
|
+
input: ConfluencePromoteBlueprintInput;
|
|
14411
|
+
};
|
|
14412
|
+
export declare type ConfluenceMutationApiPromotePageTemplateArgs = {
|
|
14413
|
+
input: ConfluencePromotePageTemplateInput;
|
|
14414
|
+
};
|
|
14032
14415
|
export declare type ConfluenceMutationApiPublishBlogPostArgs = {
|
|
14033
14416
|
input: ConfluencePublishBlogPostInput;
|
|
14034
14417
|
};
|
|
@@ -14044,18 +14427,33 @@ export declare type ConfluenceMutationApiPurgePageArgs = {
|
|
|
14044
14427
|
export declare type ConfluenceMutationApiReopenInlineCommentArgs = {
|
|
14045
14428
|
input: ConfluenceReopenInlineCommentInput;
|
|
14046
14429
|
};
|
|
14430
|
+
export declare type ConfluenceMutationApiRepairJiraMacroAppLinksArgs = {
|
|
14431
|
+
input: ConfluenceRepairJiraMacroAppLinksInput;
|
|
14432
|
+
};
|
|
14047
14433
|
export declare type ConfluenceMutationApiReplyToCommentArgs = {
|
|
14048
14434
|
input: ConfluenceReplyToCommentInput;
|
|
14049
14435
|
};
|
|
14436
|
+
export declare type ConfluenceMutationApiRequestSpaceAccessArgs = {
|
|
14437
|
+
confluenceRequestSpaceAccessInput: ConfluenceRequestSpaceAccessInput;
|
|
14438
|
+
};
|
|
14050
14439
|
export declare type ConfluenceMutationApiResolveInlineCommentArgs = {
|
|
14051
14440
|
input: ConfluenceResolveInlineCommentInput;
|
|
14052
14441
|
};
|
|
14442
|
+
export declare type ConfluenceMutationApiSaveOrUpdateSpaceOwnerArgs = {
|
|
14443
|
+
input: ConfluenceSaveOrUpdateSpaceOwnerInput;
|
|
14444
|
+
};
|
|
14053
14445
|
export declare type ConfluenceMutationApiTrashBlogPostArgs = {
|
|
14054
14446
|
input: ConfluenceTrashBlogPostInput;
|
|
14055
14447
|
};
|
|
14056
14448
|
export declare type ConfluenceMutationApiTrashPageArgs = {
|
|
14057
14449
|
input: ConfluenceTrashPageInput;
|
|
14058
14450
|
};
|
|
14451
|
+
export declare type ConfluenceMutationApiUnpromoteBlueprintArgs = {
|
|
14452
|
+
input: ConfluenceUnpromoteBlueprintInput;
|
|
14453
|
+
};
|
|
14454
|
+
export declare type ConfluenceMutationApiUnpromotePageTemplateArgs = {
|
|
14455
|
+
input: ConfluenceUnpromotePageTemplateInput;
|
|
14456
|
+
};
|
|
14059
14457
|
export declare type ConfluenceMutationApiUpdateCommentArgs = {
|
|
14060
14458
|
input: ConfluenceUpdateCommentInput;
|
|
14061
14459
|
};
|
|
@@ -14065,15 +14463,33 @@ export declare type ConfluenceMutationApiUpdateCurrentBlogPostArgs = {
|
|
|
14065
14463
|
export declare type ConfluenceMutationApiUpdateCurrentPageArgs = {
|
|
14066
14464
|
input: ConfluenceUpdateCurrentPageInput;
|
|
14067
14465
|
};
|
|
14466
|
+
export declare type ConfluenceMutationApiUpdateCustomApplicationLinkArgs = {
|
|
14467
|
+
input: ConfluenceUpdateCustomApplicationLinkInput;
|
|
14468
|
+
};
|
|
14068
14469
|
export declare type ConfluenceMutationApiUpdateDraftBlogPostArgs = {
|
|
14069
14470
|
input: ConfluenceUpdateDraftBlogPostInput;
|
|
14070
14471
|
};
|
|
14071
14472
|
export declare type ConfluenceMutationApiUpdateDraftPageArgs = {
|
|
14072
14473
|
input: ConfluenceUpdateDraftPageInput;
|
|
14073
14474
|
};
|
|
14475
|
+
export declare type ConfluenceMutationApiUpdateGlobalDefaultLanguageConfigurationArgs = {
|
|
14476
|
+
input: ConfluenceUpdateGlobalDefaultLocaleConfigurationInput;
|
|
14477
|
+
};
|
|
14478
|
+
export declare type ConfluenceMutationApiUpdateGlobalPageTemplateDescriptionArgs = {
|
|
14479
|
+
input: ConfluenceUpdateGlobalPageTemplateDescriptionInput;
|
|
14480
|
+
};
|
|
14481
|
+
export declare type ConfluenceMutationApiUpdateIndexingLanguageConfigurationArgs = {
|
|
14482
|
+
input: ConfluenceUpdateIndexingLanguageConfigurationInput;
|
|
14483
|
+
};
|
|
14484
|
+
export declare type ConfluenceMutationApiUpdateSiteConfigurationArgs = {
|
|
14485
|
+
input: ConfluenceUpdateSiteConfigurationInput;
|
|
14486
|
+
};
|
|
14074
14487
|
export declare type ConfluenceMutationApiUpdateSpaceArgs = {
|
|
14075
14488
|
input: ConfluenceUpdateSpaceInput;
|
|
14076
14489
|
};
|
|
14490
|
+
export declare type ConfluenceMutationApiUpdateSpacePageTemplateDescriptionArgs = {
|
|
14491
|
+
input: ConfluenceUpdateSpacePageTemplateDescriptionInput;
|
|
14492
|
+
};
|
|
14077
14493
|
export declare type ConfluenceMutationApiUpdateSpaceSettingsArgs = {
|
|
14078
14494
|
input: ConfluenceUpdateSpaceSettingsInput;
|
|
14079
14495
|
};
|
|
@@ -14087,10 +14503,37 @@ export declare enum ConfluenceMutationContentStatus {
|
|
|
14087
14503
|
Current = "CURRENT",
|
|
14088
14504
|
Draft = "DRAFT"
|
|
14089
14505
|
}
|
|
14506
|
+
export declare type ConfluenceNewCodeMacro = {
|
|
14507
|
+
__typename?: 'ConfluenceNewCodeMacro';
|
|
14508
|
+
languages?: Maybe<Array<Maybe<ConfluenceNewCodeMacroLanguage>>>;
|
|
14509
|
+
selectedLanguage?: Maybe<ConfluenceNewCodeMacroLanguage>;
|
|
14510
|
+
selectedTheme?: Maybe<ConfluenceNewCodeMacroTheme>;
|
|
14511
|
+
themes?: Maybe<Array<Maybe<ConfluenceNewCodeMacroTheme>>>;
|
|
14512
|
+
};
|
|
14513
|
+
export declare type ConfluenceNewCodeMacroLanguage = {
|
|
14514
|
+
__typename?: 'ConfluenceNewCodeMacroLanguage';
|
|
14515
|
+
aliases: Array<Maybe<Scalars['String']['output']>>;
|
|
14516
|
+
builtIn: Scalars['Boolean']['output'];
|
|
14517
|
+
friendlyName: Scalars['String']['output'];
|
|
14518
|
+
name: Scalars['String']['output'];
|
|
14519
|
+
webResource: Scalars['String']['output'];
|
|
14520
|
+
};
|
|
14521
|
+
export declare type ConfluenceNewCodeMacroTheme = {
|
|
14522
|
+
__typename?: 'ConfluenceNewCodeMacroTheme';
|
|
14523
|
+
builtIn: Scalars['Boolean']['output'];
|
|
14524
|
+
defaultLayout: Array<Maybe<MapOfStringToString>>;
|
|
14525
|
+
name: Scalars['String']['output'];
|
|
14526
|
+
styleSheetUrl: Scalars['String']['output'];
|
|
14527
|
+
webResource: Scalars['String']['output'];
|
|
14528
|
+
};
|
|
14090
14529
|
export declare enum ConfluenceNotesOrdering {
|
|
14091
14530
|
DateLastModifiedAsc = "DATE_LAST_MODIFIED_ASC",
|
|
14092
14531
|
DateLastModifiedDesc = "DATE_LAST_MODIFIED_DESC"
|
|
14093
14532
|
}
|
|
14533
|
+
export declare type ConfluenceNotificationsSettings = {
|
|
14534
|
+
__typename?: 'ConfluenceNotificationsSettings';
|
|
14535
|
+
emailSettings?: Maybe<ConfluenceEmailSettings>;
|
|
14536
|
+
};
|
|
14094
14537
|
export declare type ConfluenceOperationCheck = {
|
|
14095
14538
|
__typename?: 'ConfluenceOperationCheck';
|
|
14096
14539
|
operation?: Maybe<ConfluenceOperationName>;
|
|
@@ -14223,6 +14666,20 @@ export declare type ConfluencePdfExportDownloadLink = {
|
|
|
14223
14666
|
__typename?: 'ConfluencePdfExportDownloadLink';
|
|
14224
14667
|
link?: Maybe<Scalars['String']['output']>;
|
|
14225
14668
|
};
|
|
14669
|
+
export declare type ConfluencePdfExportSettings = {
|
|
14670
|
+
__typename?: 'ConfluencePdfExportSettings';
|
|
14671
|
+
footer?: Maybe<Scalars['String']['output']>;
|
|
14672
|
+
header?: Maybe<Scalars['String']['output']>;
|
|
14673
|
+
style?: Maybe<Scalars['String']['output']>;
|
|
14674
|
+
titlePage?: Maybe<Scalars['String']['output']>;
|
|
14675
|
+
};
|
|
14676
|
+
export declare type ConfluencePdfExportSpaceSettings = {
|
|
14677
|
+
__typename?: 'ConfluencePdfExportSpaceSettings';
|
|
14678
|
+
footer?: Maybe<Scalars['String']['output']>;
|
|
14679
|
+
header?: Maybe<Scalars['String']['output']>;
|
|
14680
|
+
style?: Maybe<Scalars['String']['output']>;
|
|
14681
|
+
titlePage?: Maybe<Scalars['String']['output']>;
|
|
14682
|
+
};
|
|
14226
14683
|
export declare enum ConfluencePdfExportState {
|
|
14227
14684
|
Done = "DONE",
|
|
14228
14685
|
Failed = "FAILED",
|
|
@@ -14286,6 +14743,24 @@ export declare type ConfluencePrivacyMode = {
|
|
|
14286
14743
|
__typename?: 'ConfluencePrivacyMode';
|
|
14287
14744
|
isPrivacyModeEnabled: Scalars['Boolean']['output'];
|
|
14288
14745
|
};
|
|
14746
|
+
export declare type ConfluencePromoteBlueprintInput = {
|
|
14747
|
+
id: Scalars['ID']['input'];
|
|
14748
|
+
spaceId: Scalars['Long']['input'];
|
|
14749
|
+
};
|
|
14750
|
+
export declare type ConfluencePromoteBlueprintPayload = Payload & {
|
|
14751
|
+
__typename?: 'ConfluencePromoteBlueprintPayload';
|
|
14752
|
+
errors?: Maybe<Array<MutationError>>;
|
|
14753
|
+
success: Scalars['Boolean']['output'];
|
|
14754
|
+
};
|
|
14755
|
+
export declare type ConfluencePromotePageTemplateInput = {
|
|
14756
|
+
id: Scalars['ID']['input'];
|
|
14757
|
+
spaceId: Scalars['Long']['input'];
|
|
14758
|
+
};
|
|
14759
|
+
export declare type ConfluencePromotePageTemplatePayload = Payload & {
|
|
14760
|
+
__typename?: 'ConfluencePromotePageTemplatePayload';
|
|
14761
|
+
errors?: Maybe<Array<MutationError>>;
|
|
14762
|
+
success: Scalars['Boolean']['output'];
|
|
14763
|
+
};
|
|
14289
14764
|
export declare type ConfluencePublishBlogPostInput = {
|
|
14290
14765
|
id: Scalars['ID']['input'];
|
|
14291
14766
|
publishTitle?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -14334,20 +14809,35 @@ export declare type ConfluenceQueryApi = {
|
|
|
14334
14809
|
blogPosts?: Maybe<Array<Maybe<ConfluenceBlogPost>>>;
|
|
14335
14810
|
comment?: Maybe<ConfluenceComment>;
|
|
14336
14811
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
14812
|
+
customPageSpaceSettings?: Maybe<ConfluenceCustomPageSpaceSettings>;
|
|
14337
14813
|
database?: Maybe<ConfluenceDatabase>;
|
|
14338
14814
|
databases?: Maybe<Array<Maybe<ConfluenceDatabase>>>;
|
|
14815
|
+
defaultSpaceLogo?: Maybe<ConfluenceDefaultSpaceLogo>;
|
|
14339
14816
|
embed?: Maybe<ConfluenceEmbed>;
|
|
14340
14817
|
embeds?: Maybe<Array<Maybe<ConfluenceEmbed>>>;
|
|
14341
14818
|
findSpaces?: Maybe<ConfluenceSpaceConnection>;
|
|
14342
14819
|
folder?: Maybe<ConfluenceFolder>;
|
|
14343
14820
|
folders?: Maybe<Array<Maybe<ConfluenceFolder>>>;
|
|
14821
|
+
globalBlueprintSettings?: Maybe<ConfluenceGlobalBlueprintSettings>;
|
|
14822
|
+
globalSpaceBlueprintSettings?: Maybe<ConfluenceGlobalBlueprintSettings>;
|
|
14823
|
+
importSpaceConfiguration?: Maybe<ConfluenceImportSpaceConfiguration>;
|
|
14344
14824
|
inlineTask?: Maybe<ConfluenceInlineTask>;
|
|
14825
|
+
jiraMacroAppLinksScanningStatus?: Maybe<ConfluenceJiraMacroAppLinksScanningStatus>;
|
|
14345
14826
|
longTask?: Maybe<ConfluenceLongTask>;
|
|
14827
|
+
macroUsage?: Maybe<ConfluenceMacroUsage>;
|
|
14828
|
+
newCodeMacro?: Maybe<ConfluenceNewCodeMacro>;
|
|
14829
|
+
notificationsSettings?: Maybe<ConfluenceNotificationsSettings>;
|
|
14346
14830
|
page?: Maybe<ConfluencePage>;
|
|
14347
14831
|
pages?: Maybe<Array<Maybe<ConfluencePage>>>;
|
|
14832
|
+
pdfExportSpaceSettings?: Maybe<ConfluencePdfExportSpaceSettings>;
|
|
14348
14833
|
searchLabels?: Maybe<ConfluenceLabelSearchResults>;
|
|
14834
|
+
siteConfiguration?: Maybe<ConfluenceSiteConfiguration>;
|
|
14349
14835
|
space?: Maybe<ConfluenceSpace>;
|
|
14350
14836
|
spaces?: Maybe<Array<Maybe<ConfluenceSpace>>>;
|
|
14837
|
+
systemTemplates?: Maybe<Array<Maybe<ConfluenceSystemTemplate>>>;
|
|
14838
|
+
teamCalendar?: Maybe<ConfluenceTeamCalendar>;
|
|
14839
|
+
templates?: Maybe<ConfluenceTemplates>;
|
|
14840
|
+
themes?: Maybe<ConfluenceThemes>;
|
|
14351
14841
|
validateSpaceKey?: Maybe<ConfluenceValidateSpaceKeyResponse>;
|
|
14352
14842
|
whiteboard?: Maybe<ConfluenceWhiteboard>;
|
|
14353
14843
|
whiteboards?: Maybe<Array<Maybe<ConfluenceWhiteboard>>>;
|
|
@@ -14364,6 +14854,9 @@ export declare type ConfluenceQueryApiCommentArgs = {
|
|
|
14364
14854
|
export declare type ConfluenceQueryApiCommentsArgs = {
|
|
14365
14855
|
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
14366
14856
|
};
|
|
14857
|
+
export declare type ConfluenceQueryApiCustomPageSpaceSettingsArgs = {
|
|
14858
|
+
spaceId: Scalars['Long']['input'];
|
|
14859
|
+
};
|
|
14367
14860
|
export declare type ConfluenceQueryApiDatabaseArgs = {
|
|
14368
14861
|
id: Scalars['ID']['input'];
|
|
14369
14862
|
};
|
|
@@ -14388,6 +14881,9 @@ export declare type ConfluenceQueryApiFolderArgs = {
|
|
|
14388
14881
|
export declare type ConfluenceQueryApiFoldersArgs = {
|
|
14389
14882
|
ids: Array<Scalars['ID']['input']>;
|
|
14390
14883
|
};
|
|
14884
|
+
export declare type ConfluenceQueryApiGlobalSpaceBlueprintSettingsArgs = {
|
|
14885
|
+
spaceId: Scalars['Long']['input'];
|
|
14886
|
+
};
|
|
14391
14887
|
export declare type ConfluenceQueryApiInlineTaskArgs = {
|
|
14392
14888
|
id: Scalars['ID']['input'];
|
|
14393
14889
|
};
|
|
@@ -14400,6 +14896,9 @@ export declare type ConfluenceQueryApiPageArgs = {
|
|
|
14400
14896
|
export declare type ConfluenceQueryApiPagesArgs = {
|
|
14401
14897
|
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
14402
14898
|
};
|
|
14899
|
+
export declare type ConfluenceQueryApiPdfExportSpaceSettingsArgs = {
|
|
14900
|
+
spaceId: Scalars['Long']['input'];
|
|
14901
|
+
};
|
|
14403
14902
|
export declare type ConfluenceQueryApiSearchLabelsArgs = {
|
|
14404
14903
|
cloudId: Scalars['ID']['input'];
|
|
14405
14904
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -14530,6 +15029,14 @@ export declare type ConfluenceReopenInlineCommentPayload = {
|
|
|
14530
15029
|
errors?: Maybe<Array<MutationError>>;
|
|
14531
15030
|
success: Scalars['Boolean']['output'];
|
|
14532
15031
|
};
|
|
15032
|
+
export declare type ConfluenceRepairJiraMacroAppLinksInput = {
|
|
15033
|
+
appLinkMapping: Array<ConfluenceAppLinkMapping>;
|
|
15034
|
+
};
|
|
15035
|
+
export declare type ConfluenceRepairJiraMacroAppLinksPayload = Payload & {
|
|
15036
|
+
__typename?: 'ConfluenceRepairJiraMacroAppLinksPayload';
|
|
15037
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15038
|
+
success: Scalars['Boolean']['output'];
|
|
15039
|
+
};
|
|
14533
15040
|
export declare type ConfluenceReplyToCommentInput = {
|
|
14534
15041
|
body: ConfluenceContentBodyInput;
|
|
14535
15042
|
parentCommentId: Scalars['ID']['input'];
|
|
@@ -14544,6 +15051,15 @@ export declare enum ConfluenceRequestAccessApprovalDecision {
|
|
|
14544
15051
|
Approve = "APPROVE",
|
|
14545
15052
|
Deny = "DENY"
|
|
14546
15053
|
}
|
|
15054
|
+
export declare type ConfluenceRequestSpaceAccessInput = {
|
|
15055
|
+
spaceKey: Scalars['String']['input'];
|
|
15056
|
+
};
|
|
15057
|
+
export declare type ConfluenceRequestSpaceAccessPayload = Payload & {
|
|
15058
|
+
__typename?: 'ConfluenceRequestSpaceAccessPayload';
|
|
15059
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15060
|
+
spaceKey: Scalars['String']['output'];
|
|
15061
|
+
success: Scalars['Boolean']['output'];
|
|
15062
|
+
};
|
|
14547
15063
|
export declare type ConfluenceResolveCommentByContentIdPayload = Payload & {
|
|
14548
15064
|
__typename?: 'ConfluenceResolveCommentByContentIdPayload';
|
|
14549
15065
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -14574,6 +15090,16 @@ export declare enum ConfluenceRoleAssignabilityCode {
|
|
|
14574
15090
|
NoManageNonlicensedUsersPermNotAssignable = "NO_MANAGE_NONLICENSED_USERS_PERM_NOT_ASSIGNABLE",
|
|
14575
15091
|
PrincipalInvalidRole = "PRINCIPAL_INVALID_ROLE"
|
|
14576
15092
|
}
|
|
15093
|
+
export declare type ConfluenceSaveOrUpdateSpaceOwnerInput = {
|
|
15094
|
+
ownerId: Scalars['ID']['input'];
|
|
15095
|
+
spaceId: Scalars['Long']['input'];
|
|
15096
|
+
spaceOwnerType: ConfluenceSpaceOwnerType;
|
|
15097
|
+
};
|
|
15098
|
+
export declare type ConfluenceSaveOrUpdateSpaceOwnerPayload = Payload & {
|
|
15099
|
+
__typename?: 'ConfluenceSaveOrUpdateSpaceOwnerPayload';
|
|
15100
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15101
|
+
success: Scalars['Boolean']['output'];
|
|
15102
|
+
};
|
|
14577
15103
|
export declare type ConfluenceSchedulePublished = {
|
|
14578
15104
|
__typename?: 'ConfluenceSchedulePublished';
|
|
14579
15105
|
confVersion?: Maybe<Scalars['Int']['output']>;
|
|
@@ -14631,6 +15157,49 @@ export declare type ConfluenceSetSubCalendarReminderPayload = {
|
|
|
14631
15157
|
subCalendarReminder?: Maybe<ConfluenceSubCalendarReminder>;
|
|
14632
15158
|
success: Scalars['Boolean']['output'];
|
|
14633
15159
|
};
|
|
15160
|
+
export declare type ConfluenceSiteConfiguration = {
|
|
15161
|
+
__typename?: 'ConfluenceSiteConfiguration';
|
|
15162
|
+
attachmentSettings?: Maybe<ConfluenceAttachmentSettings>;
|
|
15163
|
+
connectionTimeout?: Maybe<Scalars['Int']['output']>;
|
|
15164
|
+
contactAdministratorsMessage?: Maybe<Scalars['String']['output']>;
|
|
15165
|
+
customPageSettings?: Maybe<ConfluenceCustomPageSettings>;
|
|
15166
|
+
formattingSettings?: Maybe<ConfluenceFormattingSettings>;
|
|
15167
|
+
globalDefaultLocale?: Maybe<ConfluenceLanguage>;
|
|
15168
|
+
indexingLanguage?: Maybe<Scalars['String']['output']>;
|
|
15169
|
+
installedLocales?: Maybe<Array<Maybe<ConfluenceLanguage>>>;
|
|
15170
|
+
isAddWildcardsToUserAndGroupSearchesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15171
|
+
isAnonymousAccessToRemoteApiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15172
|
+
isContactAdministratorsFormEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15173
|
+
isEditorConversionForSiteEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15174
|
+
isEditorFullWidthEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15175
|
+
isEmailNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15176
|
+
isExternalConnectionEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15177
|
+
isLikesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15178
|
+
isLoomEntryPointsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15179
|
+
isMentionReminderSlackNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15180
|
+
isNofollowExternalLinksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15181
|
+
isPrivacyModeEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15182
|
+
isPushNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15183
|
+
isRecommendedEmailNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15184
|
+
isRecommendedSlackNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15185
|
+
isRecommendedTeamsNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15186
|
+
isSystemAdminEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15187
|
+
isXsrfAddCommentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
15188
|
+
loginSettings?: Maybe<ConfluenceLoginSettings>;
|
|
15189
|
+
maxRssItems?: Maybe<Scalars['Int']['output']>;
|
|
15190
|
+
pageTimeout?: Maybe<Scalars['Int']['output']>;
|
|
15191
|
+
pdfExportSettings?: Maybe<ConfluencePdfExportSettings>;
|
|
15192
|
+
rssTimeout?: Maybe<Scalars['Int']['output']>;
|
|
15193
|
+
siteHomePage?: Maybe<Scalars['String']['output']>;
|
|
15194
|
+
siteTitle?: Maybe<Scalars['String']['output']>;
|
|
15195
|
+
socketTimeout?: Maybe<Scalars['Int']['output']>;
|
|
15196
|
+
teamPresenceSettings?: Maybe<ConfluenceTeamPresenceSettings>;
|
|
15197
|
+
};
|
|
15198
|
+
export declare enum ConfluenceSiteEmailAddressStatus {
|
|
15199
|
+
Active = "ACTIVE",
|
|
15200
|
+
Inactive = "INACTIVE",
|
|
15201
|
+
SiteEmailAddressNotPresent = "SITE_EMAIL_ADDRESS_NOT_PRESENT"
|
|
15202
|
+
}
|
|
14634
15203
|
export declare type ConfluenceSpace = Node & {
|
|
14635
15204
|
__typename?: 'ConfluenceSpace';
|
|
14636
15205
|
alias?: Maybe<Scalars['String']['output']>;
|
|
@@ -14806,15 +15375,71 @@ export declare enum ConfluenceSubscriptionContentType {
|
|
|
14806
15375
|
Page = "PAGE",
|
|
14807
15376
|
Whiteboard = "WHITEBOARD"
|
|
14808
15377
|
}
|
|
15378
|
+
export declare type ConfluenceSystemTemplate = {
|
|
15379
|
+
__typename?: 'ConfluenceSystemTemplate';
|
|
15380
|
+
id: Scalars['ID']['output'];
|
|
15381
|
+
moduleCompleteKey?: Maybe<Scalars['String']['output']>;
|
|
15382
|
+
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
15383
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
15384
|
+
pluginKey?: Maybe<Scalars['String']['output']>;
|
|
15385
|
+
};
|
|
15386
|
+
export declare type ConfluenceTeamCalendar = {
|
|
15387
|
+
__typename?: 'ConfluenceTeamCalendar';
|
|
15388
|
+
globalSettings?: Maybe<ConfluenceTeamCalendarGlobalSettings>;
|
|
15389
|
+
};
|
|
15390
|
+
export declare type ConfluenceTeamCalendarDaysOfWeekOptions = {
|
|
15391
|
+
__typename?: 'ConfluenceTeamCalendarDaysOfWeekOptions';
|
|
15392
|
+
key?: Maybe<ConfluenceTeamCalendarWeekValues>;
|
|
15393
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
15394
|
+
};
|
|
15395
|
+
export declare type ConfluenceTeamCalendarGlobalSettings = {
|
|
15396
|
+
__typename?: 'ConfluenceTeamCalendarGlobalSettings';
|
|
15397
|
+
allowSiteAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
15398
|
+
daysOfWeekOptions?: Maybe<Array<Maybe<ConfluenceTeamCalendarDaysOfWeekOptions>>>;
|
|
15399
|
+
disablePrivateUrls?: Maybe<Scalars['Boolean']['output']>;
|
|
15400
|
+
displayWeekNumbers?: Maybe<Scalars['Boolean']['output']>;
|
|
15401
|
+
startDayOfWeek?: Maybe<ConfluenceTeamCalendarWeekValues>;
|
|
15402
|
+
timeFormat?: Maybe<ConfluenceTeamCalendarTimeFormatTypes>;
|
|
15403
|
+
};
|
|
15404
|
+
export declare enum ConfluenceTeamCalendarTimeFormatTypes {
|
|
15405
|
+
DisplayTimeFormat_12 = "DISPLAY_TIME_FORMAT_12",
|
|
15406
|
+
DisplayTimeFormat_24 = "DISPLAY_TIME_FORMAT_24"
|
|
15407
|
+
}
|
|
15408
|
+
export declare enum ConfluenceTeamCalendarWeekValues {
|
|
15409
|
+
Default = "DEFAULT",
|
|
15410
|
+
Five = "FIVE",
|
|
15411
|
+
Four = "FOUR",
|
|
15412
|
+
One = "ONE",
|
|
15413
|
+
Seven = "SEVEN",
|
|
15414
|
+
Six = "SIX",
|
|
15415
|
+
Three = "THREE",
|
|
15416
|
+
Two = "TWO"
|
|
15417
|
+
}
|
|
14809
15418
|
export declare type ConfluenceTeamPresence = {
|
|
14810
15419
|
__typename?: 'ConfluenceTeamPresence';
|
|
14811
15420
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
14812
15421
|
};
|
|
15422
|
+
export declare type ConfluenceTeamPresenceSettings = {
|
|
15423
|
+
__typename?: 'ConfluenceTeamPresenceSettings';
|
|
15424
|
+
isEnabledOnContentView?: Maybe<Scalars['Boolean']['output']>;
|
|
15425
|
+
};
|
|
14813
15426
|
export declare type ConfluenceTeamPresenceSpaceSettings = {
|
|
14814
15427
|
__typename?: 'ConfluenceTeamPresenceSpaceSettings';
|
|
14815
15428
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
14816
15429
|
isEnabledOnContentViewForSite: Scalars['Boolean']['output'];
|
|
14817
15430
|
};
|
|
15431
|
+
export declare type ConfluenceTemplates = {
|
|
15432
|
+
__typename?: 'ConfluenceTemplates';
|
|
15433
|
+
globalPageTemplates?: Maybe<Array<Maybe<ConfluenceGlobalPageTemplate>>>;
|
|
15434
|
+
spacePageTemplates?: Maybe<Array<Maybe<ConfluenceGlobalPageTemplate>>>;
|
|
15435
|
+
spaceTemplates?: Maybe<Array<Maybe<ConfluenceGlobalPageTemplate>>>;
|
|
15436
|
+
};
|
|
15437
|
+
export declare type ConfluenceTemplatesSpacePageTemplatesArgs = {
|
|
15438
|
+
spaceId: Scalars['Long']['input'];
|
|
15439
|
+
};
|
|
15440
|
+
export declare type ConfluenceTemplatesSpaceTemplatesArgs = {
|
|
15441
|
+
spaceId: Scalars['Long']['input'];
|
|
15442
|
+
};
|
|
14818
15443
|
export declare type ConfluenceTenantContext = {
|
|
14819
15444
|
__typename?: 'ConfluenceTenantContext';
|
|
14820
15445
|
baseUrl: Scalars['String']['output'];
|
|
@@ -14825,6 +15450,29 @@ export declare type ConfluenceTenantContext = {
|
|
|
14825
15450
|
licensedProducts: Array<LicensedProduct>;
|
|
14826
15451
|
timeZone?: Maybe<Scalars['String']['output']>;
|
|
14827
15452
|
};
|
|
15453
|
+
export declare type ConfluenceTheme = {
|
|
15454
|
+
__typename?: 'ConfluenceTheme';
|
|
15455
|
+
completeKey?: Maybe<Scalars['String']['output']>;
|
|
15456
|
+
configPath?: Maybe<Scalars['String']['output']>;
|
|
15457
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
15458
|
+
i18nDescriptionKey?: Maybe<Scalars['String']['output']>;
|
|
15459
|
+
i18nNameKey?: Maybe<Scalars['String']['output']>;
|
|
15460
|
+
iconLocation?: Maybe<Scalars['String']['output']>;
|
|
15461
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
15462
|
+
};
|
|
15463
|
+
export declare type ConfluenceThemes = {
|
|
15464
|
+
__typename?: 'ConfluenceThemes';
|
|
15465
|
+
currentGlobalTheme?: Maybe<ConfluenceTheme>;
|
|
15466
|
+
currentSpaceTheme?: Maybe<ConfluenceTheme>;
|
|
15467
|
+
globalThemes?: Maybe<Array<Maybe<ConfluenceTheme>>>;
|
|
15468
|
+
spaceThemes?: Maybe<Array<Maybe<ConfluenceTheme>>>;
|
|
15469
|
+
};
|
|
15470
|
+
export declare type ConfluenceThemesCurrentSpaceThemeArgs = {
|
|
15471
|
+
spaceId: Scalars['Long']['input'];
|
|
15472
|
+
};
|
|
15473
|
+
export declare type ConfluenceThemesSpaceThemesArgs = {
|
|
15474
|
+
spaceId: Scalars['Long']['input'];
|
|
15475
|
+
};
|
|
14828
15476
|
export declare type ConfluenceTopic = {
|
|
14829
15477
|
__typename?: 'ConfluenceTopic';
|
|
14830
15478
|
creator?: Maybe<Scalars['ID']['output']>;
|
|
@@ -14871,6 +15519,30 @@ export declare type ConfluenceUnmarkCommentAsDanglingPayload = Payload & {
|
|
|
14871
15519
|
errors: Array<MutationError>;
|
|
14872
15520
|
success: Scalars['Boolean']['output'];
|
|
14873
15521
|
};
|
|
15522
|
+
export declare type ConfluenceUnpromoteBlueprintInput = {
|
|
15523
|
+
id: Scalars['ID']['input'];
|
|
15524
|
+
spaceId: Scalars['Long']['input'];
|
|
15525
|
+
};
|
|
15526
|
+
export declare type ConfluenceUnpromoteBlueprintPayload = Payload & {
|
|
15527
|
+
__typename?: 'ConfluenceUnpromoteBlueprintPayload';
|
|
15528
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15529
|
+
success: Scalars['Boolean']['output'];
|
|
15530
|
+
};
|
|
15531
|
+
export declare type ConfluenceUnpromotePageTemplateInput = {
|
|
15532
|
+
id: Scalars['ID']['input'];
|
|
15533
|
+
spaceId: Scalars['Long']['input'];
|
|
15534
|
+
};
|
|
15535
|
+
export declare type ConfluenceUnpromotePageTemplatePayload = Payload & {
|
|
15536
|
+
__typename?: 'ConfluenceUnpromotePageTemplatePayload';
|
|
15537
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15538
|
+
success: Scalars['Boolean']['output'];
|
|
15539
|
+
};
|
|
15540
|
+
export declare type ConfluenceUnusedPluginMacro = {
|
|
15541
|
+
__typename?: 'ConfluenceUnusedPluginMacro';
|
|
15542
|
+
macroNames?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
15543
|
+
pluginKey?: Maybe<Scalars['String']['output']>;
|
|
15544
|
+
pluginName?: Maybe<Scalars['String']['output']>;
|
|
15545
|
+
};
|
|
14874
15546
|
export declare type ConfluenceUnwatchSubCalendarInput = {
|
|
14875
15547
|
subCalendarId: Scalars['ID']['input'];
|
|
14876
15548
|
};
|
|
@@ -14951,6 +15623,19 @@ export declare type ConfluenceUpdateCurrentPagePayload = Payload & {
|
|
|
14951
15623
|
page?: Maybe<ConfluencePage>;
|
|
14952
15624
|
success: Scalars['Boolean']['output'];
|
|
14953
15625
|
};
|
|
15626
|
+
export declare type ConfluenceUpdateCustomApplicationLinkInput = {
|
|
15627
|
+
allowedGroups?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
15628
|
+
displayName?: InputMaybe<Scalars['String']['input']>;
|
|
15629
|
+
id: Scalars['ID']['input'];
|
|
15630
|
+
isHidden: Scalars['Boolean']['input'];
|
|
15631
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
|
15632
|
+
};
|
|
15633
|
+
export declare type ConfluenceUpdateCustomApplicationLinkPayload = Payload & {
|
|
15634
|
+
__typename?: 'ConfluenceUpdateCustomApplicationLinkPayload';
|
|
15635
|
+
applicationLink?: Maybe<ConfluenceCustomApplicationLink>;
|
|
15636
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15637
|
+
success: Scalars['Boolean']['output'];
|
|
15638
|
+
};
|
|
14954
15639
|
export declare type ConfluenceUpdateCustomRoleInput = {
|
|
14955
15640
|
anonymousReassignmentRoleId?: InputMaybe<Scalars['ID']['input']>;
|
|
14956
15641
|
description: Scalars['String']['input'];
|
|
@@ -14998,6 +15683,32 @@ export declare type ConfluenceUpdateDraftPagePayload = Payload & {
|
|
|
14998
15683
|
page?: Maybe<ConfluencePage>;
|
|
14999
15684
|
success: Scalars['Boolean']['output'];
|
|
15000
15685
|
};
|
|
15686
|
+
export declare type ConfluenceUpdateGlobalDefaultLocaleConfigurationInput = {
|
|
15687
|
+
globalDefaultLocale: Scalars['String']['input'];
|
|
15688
|
+
};
|
|
15689
|
+
export declare type ConfluenceUpdateGlobalDefaultLocaleConfigurationPayload = Payload & {
|
|
15690
|
+
__typename?: 'ConfluenceUpdateGlobalDefaultLocaleConfigurationPayload';
|
|
15691
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15692
|
+
success: Scalars['Boolean']['output'];
|
|
15693
|
+
};
|
|
15694
|
+
export declare type ConfluenceUpdateGlobalPageTemplateDescriptionInput = {
|
|
15695
|
+
description: Scalars['String']['input'];
|
|
15696
|
+
id: Scalars['ID']['input'];
|
|
15697
|
+
};
|
|
15698
|
+
export declare type ConfluenceUpdateGlobalPageTemplateDescriptionPayload = Payload & {
|
|
15699
|
+
__typename?: 'ConfluenceUpdateGlobalPageTemplateDescriptionPayload';
|
|
15700
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15701
|
+
globalPageTemplate?: Maybe<ConfluenceGlobalPageTemplate>;
|
|
15702
|
+
success: Scalars['Boolean']['output'];
|
|
15703
|
+
};
|
|
15704
|
+
export declare type ConfluenceUpdateIndexingLanguageConfigurationInput = {
|
|
15705
|
+
indexingLanguage: Scalars['String']['input'];
|
|
15706
|
+
};
|
|
15707
|
+
export declare type ConfluenceUpdateIndexingLanguageConfigurationPayload = Payload & {
|
|
15708
|
+
__typename?: 'ConfluenceUpdateIndexingLanguageConfigurationPayload';
|
|
15709
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15710
|
+
success: Scalars['Boolean']['output'];
|
|
15711
|
+
};
|
|
15001
15712
|
export declare type ConfluenceUpdateNav4OptInInput = {
|
|
15002
15713
|
enableNav4: Scalars['Boolean']['input'];
|
|
15003
15714
|
};
|
|
@@ -15006,10 +15717,44 @@ export declare type ConfluenceUpdateNav4OptInPayload = Payload & {
|
|
|
15006
15717
|
errors?: Maybe<Array<MutationError>>;
|
|
15007
15718
|
success: Scalars['Boolean']['output'];
|
|
15008
15719
|
};
|
|
15720
|
+
export declare type ConfluenceUpdateSiteConfigurationInput = {
|
|
15721
|
+
connectionTimeout: Scalars['Int']['input'];
|
|
15722
|
+
customContactMessage: Scalars['String']['input'];
|
|
15723
|
+
dateFormat: Scalars['String']['input'];
|
|
15724
|
+
dateTimeFormat: Scalars['String']['input'];
|
|
15725
|
+
decimalNumberFormat: Scalars['String']['input'];
|
|
15726
|
+
globalDefaultLocale: Scalars['String']['input'];
|
|
15727
|
+
indexingLanguage: Scalars['String']['input'];
|
|
15728
|
+
isContactAdministratorsFormEnabled: Scalars['Boolean']['input'];
|
|
15729
|
+
isEditorConversionForSiteEnabled: Scalars['Boolean']['input'];
|
|
15730
|
+
isEditorFullWidthEnabled: Scalars['Boolean']['input'];
|
|
15731
|
+
isEmailNotificationEnabled: Scalars['Boolean']['input'];
|
|
15732
|
+
isExternalConnectionsEnabled: Scalars['Boolean']['input'];
|
|
15733
|
+
isLikesEnabled: Scalars['Boolean']['input'];
|
|
15734
|
+
isNav4OptedIn?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15735
|
+
isPushNotificationEnabled: Scalars['Boolean']['input'];
|
|
15736
|
+
longNumberFormat: Scalars['String']['input'];
|
|
15737
|
+
maxAttachmentSize: Scalars['Long']['input'];
|
|
15738
|
+
maxNumberOfAttachmentsPerUpload: Scalars['Int']['input'];
|
|
15739
|
+
siteHomePage: Scalars['String']['input'];
|
|
15740
|
+
siteTitle: Scalars['String']['input'];
|
|
15741
|
+
socketTimeout: Scalars['Int']['input'];
|
|
15742
|
+
timeFormat: Scalars['String']['input'];
|
|
15743
|
+
};
|
|
15744
|
+
export declare type ConfluenceUpdateSiteConfigurationPayload = Payload & {
|
|
15745
|
+
__typename?: 'ConfluenceUpdateSiteConfigurationPayload';
|
|
15746
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15747
|
+
success: Scalars['Boolean']['output'];
|
|
15748
|
+
};
|
|
15009
15749
|
export declare type ConfluenceUpdateSpaceInput = {
|
|
15010
15750
|
id: Scalars['ID']['input'];
|
|
15011
15751
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15012
15752
|
};
|
|
15753
|
+
export declare type ConfluenceUpdateSpacePageTemplateDescriptionInput = {
|
|
15754
|
+
description: Scalars['String']['input'];
|
|
15755
|
+
id: Scalars['ID']['input'];
|
|
15756
|
+
spaceId: Scalars['Long']['input'];
|
|
15757
|
+
};
|
|
15013
15758
|
export declare type ConfluenceUpdateSpacePayload = Payload & {
|
|
15014
15759
|
__typename?: 'ConfluenceUpdateSpacePayload';
|
|
15015
15760
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -15080,6 +15825,12 @@ export declare type ConfluenceUpdateValuePagePropertyPayload = Payload & {
|
|
|
15080
15825
|
pageProperty?: Maybe<ConfluencePageProperty>;
|
|
15081
15826
|
success: Scalars['Boolean']['output'];
|
|
15082
15827
|
};
|
|
15828
|
+
export declare type ConfluenceUsedPluginMacro = {
|
|
15829
|
+
__typename?: 'ConfluenceUsedPluginMacro';
|
|
15830
|
+
macros?: Maybe<Array<ConfluenceMacro>>;
|
|
15831
|
+
pageCount?: Maybe<Scalars['Int']['output']>;
|
|
15832
|
+
pluginName?: Maybe<Scalars['String']['output']>;
|
|
15833
|
+
};
|
|
15083
15834
|
export declare type ConfluenceUser = {
|
|
15084
15835
|
__typename?: 'ConfluenceUser';
|
|
15085
15836
|
accessStatus: AccessStatus;
|
|
@@ -22959,10 +23710,6 @@ export declare type EarliestOnboardedProjectForCloudId = {
|
|
|
22959
23710
|
datetime?: Maybe<Scalars['String']['output']>;
|
|
22960
23711
|
template?: Maybe<Scalars['String']['output']>;
|
|
22961
23712
|
};
|
|
22962
|
-
export declare type EarliestViewViewedForUser = {
|
|
22963
|
-
__typename?: 'EarliestViewViewedForUser';
|
|
22964
|
-
datetime?: Maybe<Scalars['String']['output']>;
|
|
22965
|
-
};
|
|
22966
23713
|
export declare type EcosystemApp = App | EcosystemConnectApp;
|
|
22967
23714
|
export declare type EcosystemAppInstallationConfigExtension = {
|
|
22968
23715
|
__typename?: 'EcosystemAppInstallationConfigExtension';
|
|
@@ -23880,7 +24627,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
23880
24627
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
23881
24628
|
node?: Maybe<ExternalAssociation>;
|
|
23882
24629
|
};
|
|
23883
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalTestExecution | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
24630
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
23884
24631
|
export declare type ExternalAttachment = {
|
|
23885
24632
|
__typename?: 'ExternalAttachment';
|
|
23886
24633
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -24377,13 +25124,14 @@ export declare type ExternalEntities = {
|
|
|
24377
25124
|
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
24378
25125
|
test?: Maybe<Array<Maybe<ExternalTest>>>;
|
|
24379
25126
|
testExecution?: Maybe<Array<Maybe<ExternalTestExecution>>>;
|
|
25127
|
+
testPlan?: Maybe<Array<Maybe<ExternalTestPlan>>>;
|
|
24380
25128
|
testRun?: Maybe<Array<Maybe<ExternalTestRun>>>;
|
|
24381
25129
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
24382
25130
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
24383
25131
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24384
25132
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24385
25133
|
};
|
|
24386
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalTestExecution | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
25134
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
24387
25135
|
export declare type ExternalEnvironment = {
|
|
24388
25136
|
__typename?: 'ExternalEnvironment';
|
|
24389
25137
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -24829,6 +25577,25 @@ export declare type ExternalTestInfo = {
|
|
|
24829
25577
|
numberSkipped?: Maybe<Scalars['Int']['output']>;
|
|
24830
25578
|
totalNumber?: Maybe<Scalars['Int']['output']>;
|
|
24831
25579
|
};
|
|
25580
|
+
export declare type ExternalTestPlan = Node & {
|
|
25581
|
+
__typename?: 'ExternalTestPlan';
|
|
25582
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
25583
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
25584
|
+
createdBy?: Maybe<ExternalUser>;
|
|
25585
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
25586
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
25587
|
+
id: Scalars['ID']['output'];
|
|
25588
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25589
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25590
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25591
|
+
parent?: Maybe<ExternalEntity>;
|
|
25592
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25593
|
+
provider?: Maybe<ExternalProvider>;
|
|
25594
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
25595
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
25596
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
25597
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
25598
|
+
};
|
|
24832
25599
|
export declare type ExternalTestRun = Node & {
|
|
24833
25600
|
__typename?: 'ExternalTestRun';
|
|
24834
25601
|
assignee?: Maybe<ExternalUser>;
|
|
@@ -27441,6 +28208,110 @@ export declare type GraphIntegrationDirectoryItemEdge = {
|
|
|
27441
28208
|
export declare enum GraphIntegrationDirectoryItemType {
|
|
27442
28209
|
McpTool = "MCP_TOOL"
|
|
27443
28210
|
}
|
|
28211
|
+
export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
|
|
28212
|
+
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
|
|
28213
|
+
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerEdge>>;
|
|
28214
|
+
nodes?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerNode>>;
|
|
28215
|
+
pageInfo: PageInfo;
|
|
28216
|
+
};
|
|
28217
|
+
export declare type GraphIntegrationMcpAdminManagementMcpServerEdge = {
|
|
28218
|
+
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerEdge';
|
|
28219
|
+
cursor: Scalars['String']['output'];
|
|
28220
|
+
node?: Maybe<GraphIntegrationMcpAdminManagementMcpServerNode>;
|
|
28221
|
+
};
|
|
28222
|
+
export declare type GraphIntegrationMcpAdminManagementMcpServerNode = {
|
|
28223
|
+
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerNode';
|
|
28224
|
+
authConsentUrl?: Maybe<Scalars['URL']['output']>;
|
|
28225
|
+
baseUrl: Scalars['URL']['output'];
|
|
28226
|
+
displayName: Scalars['String']['output'];
|
|
28227
|
+
endpointPath?: Maybe<Scalars['String']['output']>;
|
|
28228
|
+
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
28229
|
+
id: Scalars['ID']['output'];
|
|
28230
|
+
serverType: GraphIntegrationMcpAdminManagementMcpServerType;
|
|
28231
|
+
status: GraphIntegrationMcpAdminManagementMcpServerStatus;
|
|
28232
|
+
};
|
|
28233
|
+
export declare enum GraphIntegrationMcpAdminManagementMcpServerStatus {
|
|
28234
|
+
Deleting = "DELETING",
|
|
28235
|
+
Provisioning = "PROVISIONING",
|
|
28236
|
+
Registered = "REGISTERED",
|
|
28237
|
+
Suspended = "SUSPENDED"
|
|
28238
|
+
}
|
|
28239
|
+
export declare enum GraphIntegrationMcpAdminManagementMcpServerType {
|
|
28240
|
+
Http = "HTTP",
|
|
28241
|
+
Sse = "SSE"
|
|
28242
|
+
}
|
|
28243
|
+
export declare type GraphIntegrationMcpAdminManagementMcpToolConfiguration = {
|
|
28244
|
+
__typename?: 'GraphIntegrationMcpAdminManagementMcpToolConfiguration';
|
|
28245
|
+
status: GraphIntegrationMcpAdminManagementMcpToolStatus;
|
|
28246
|
+
};
|
|
28247
|
+
export declare type GraphIntegrationMcpAdminManagementMcpToolConfigurationInput = {
|
|
28248
|
+
status?: InputMaybe<GraphIntegrationMcpAdminManagementMcpToolStatus>;
|
|
28249
|
+
toolId: Scalars['ID']['input'];
|
|
28250
|
+
};
|
|
28251
|
+
export declare type GraphIntegrationMcpAdminManagementMcpToolConnection = {
|
|
28252
|
+
__typename?: 'GraphIntegrationMcpAdminManagementMcpToolConnection';
|
|
28253
|
+
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpToolEdge>>;
|
|
28254
|
+
nodes?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpToolNode>>;
|
|
28255
|
+
pageInfo: PageInfo;
|
|
28256
|
+
};
|
|
28257
|
+
export declare type GraphIntegrationMcpAdminManagementMcpToolEdge = {
|
|
28258
|
+
__typename?: 'GraphIntegrationMcpAdminManagementMcpToolEdge';
|
|
28259
|
+
cursor: Scalars['String']['output'];
|
|
28260
|
+
node?: Maybe<GraphIntegrationMcpAdminManagementMcpToolNode>;
|
|
28261
|
+
};
|
|
28262
|
+
export declare type GraphIntegrationMcpAdminManagementMcpToolNode = {
|
|
28263
|
+
__typename?: 'GraphIntegrationMcpAdminManagementMcpToolNode';
|
|
28264
|
+
configuration?: Maybe<GraphIntegrationMcpAdminManagementMcpToolConfiguration>;
|
|
28265
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
28266
|
+
displayName: Scalars['String']['output'];
|
|
28267
|
+
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
28268
|
+
id: Scalars['ID']['output'];
|
|
28269
|
+
mcpServer: GraphIntegrationMcpAdminManagementMcpServerNode;
|
|
28270
|
+
name: Scalars['String']['output'];
|
|
28271
|
+
};
|
|
28272
|
+
export declare enum GraphIntegrationMcpAdminManagementMcpToolStatus {
|
|
28273
|
+
Allow = "ALLOW",
|
|
28274
|
+
Deny = "DENY",
|
|
28275
|
+
NewToolDeny = "NEW_TOOL_DENY"
|
|
28276
|
+
}
|
|
28277
|
+
export declare type GraphIntegrationMcpAdminManagementRegisterMcpServerInput = {
|
|
28278
|
+
cloudId: Scalars['ID']['input'];
|
|
28279
|
+
displayName: Scalars['String']['input'];
|
|
28280
|
+
endpointPath?: InputMaybe<Scalars['String']['input']>;
|
|
28281
|
+
icon?: InputMaybe<Scalars['String']['input']>;
|
|
28282
|
+
serverType?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerType>;
|
|
28283
|
+
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
28284
|
+
url: Scalars['URL']['input'];
|
|
28285
|
+
};
|
|
28286
|
+
export declare type GraphIntegrationMcpAdminManagementRegisterMcpServerPayload = Payload & {
|
|
28287
|
+
__typename?: 'GraphIntegrationMcpAdminManagementRegisterMcpServerPayload';
|
|
28288
|
+
authConsentUrl?: Maybe<Scalars['URL']['output']>;
|
|
28289
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28290
|
+
serverId?: Maybe<Scalars['ID']['output']>;
|
|
28291
|
+
success: Scalars['Boolean']['output'];
|
|
28292
|
+
};
|
|
28293
|
+
export declare type GraphIntegrationMcpAdminManagementUnregisterMcpServerInput = {
|
|
28294
|
+
cloudId: Scalars['ID']['input'];
|
|
28295
|
+
serverId: Scalars['ID']['input'];
|
|
28296
|
+
};
|
|
28297
|
+
export declare type GraphIntegrationMcpAdminManagementUnregisterMcpServerPayload = Payload & {
|
|
28298
|
+
__typename?: 'GraphIntegrationMcpAdminManagementUnregisterMcpServerPayload';
|
|
28299
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28300
|
+
serverId?: Maybe<Scalars['ID']['output']>;
|
|
28301
|
+
success: Scalars['Boolean']['output'];
|
|
28302
|
+
};
|
|
28303
|
+
export declare type GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationInput = {
|
|
28304
|
+
cloudId: Scalars['ID']['input'];
|
|
28305
|
+
serverId: Scalars['ID']['input'];
|
|
28306
|
+
toolConfigurations: Array<GraphIntegrationMcpAdminManagementMcpToolConfigurationInput>;
|
|
28307
|
+
};
|
|
28308
|
+
export declare type GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationPayload = Payload & {
|
|
28309
|
+
__typename?: 'GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationPayload';
|
|
28310
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28311
|
+
serverId?: Maybe<Scalars['ID']['output']>;
|
|
28312
|
+
success: Scalars['Boolean']['output'];
|
|
28313
|
+
updatedTools?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpToolNode>>;
|
|
28314
|
+
};
|
|
27444
28315
|
export declare type GraphIntegrationMcpServer = {
|
|
27445
28316
|
__typename?: 'GraphIntegrationMcpServer';
|
|
27446
28317
|
displayName: Scalars['String']['output'];
|
|
@@ -52410,6 +53281,18 @@ export declare type GrowthUnifiedProfileConfluenceUserActivityContext = {
|
|
|
52410
53281
|
__typename?: 'GrowthUnifiedProfileConfluenceUserActivityContext';
|
|
52411
53282
|
r28PageDwells?: Maybe<Scalars['Int']['output']>;
|
|
52412
53283
|
};
|
|
53284
|
+
export declare type GrowthUnifiedProfileCreateEntitlementProfileInput = {
|
|
53285
|
+
entitlementId: Scalars['ID']['input'];
|
|
53286
|
+
firstProductOnSite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
53287
|
+
trial?: InputMaybe<GrowthUnifiedProfileEntitlementContextTrialInput>;
|
|
53288
|
+
};
|
|
53289
|
+
export declare type GrowthUnifiedProfileCreateEntitlementProfileResponse = {
|
|
53290
|
+
__typename?: 'GrowthUnifiedProfileCreateEntitlementProfileResponse';
|
|
53291
|
+
entitlementId: Scalars['ID']['output'];
|
|
53292
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
53293
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
53294
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
53295
|
+
};
|
|
52413
53296
|
export declare type GrowthUnifiedProfileCreateOrgProfileInput = {
|
|
52414
53297
|
orgId: Scalars['ID']['input'];
|
|
52415
53298
|
twcOnboardingContext?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileTwcOnboardingContextInput>>>;
|
|
@@ -52437,6 +53320,23 @@ export declare enum GrowthUnifiedProfileEnterpriseAccountStatus {
|
|
|
52437
53320
|
Platimun = "PLATIMUN",
|
|
52438
53321
|
Silver = "SILVER"
|
|
52439
53322
|
}
|
|
53323
|
+
export declare type GrowthUnifiedProfileEntitlementContextTrialInput = {
|
|
53324
|
+
trialEndTimeStamp?: InputMaybe<Scalars['Float']['input']>;
|
|
53325
|
+
trialTrigger?: InputMaybe<GrowthUnifiedProfileTrialTrigger>;
|
|
53326
|
+
trialType?: InputMaybe<GrowthUnifiedProfileTrialType>;
|
|
53327
|
+
};
|
|
53328
|
+
export declare type GrowthUnifiedProfileEntitlementContextTrialResult = {
|
|
53329
|
+
__typename?: 'GrowthUnifiedProfileEntitlementContextTrialResult';
|
|
53330
|
+
trialEndTimeStamp?: Maybe<Scalars['Float']['output']>;
|
|
53331
|
+
trialTrigger?: Maybe<GrowthUnifiedProfileTrialTrigger>;
|
|
53332
|
+
trialType?: Maybe<GrowthUnifiedProfileTrialType>;
|
|
53333
|
+
};
|
|
53334
|
+
export declare type GrowthUnifiedProfileEntitlementProfileResult = {
|
|
53335
|
+
__typename?: 'GrowthUnifiedProfileEntitlementProfileResult';
|
|
53336
|
+
entitlementId: Scalars['ID']['output'];
|
|
53337
|
+
firstProductOnSite?: Maybe<Scalars['Boolean']['output']>;
|
|
53338
|
+
lastKnownTrial?: Maybe<GrowthUnifiedProfileEntitlementContextTrialResult>;
|
|
53339
|
+
};
|
|
52440
53340
|
export declare enum GrowthUnifiedProfileEntityType {
|
|
52441
53341
|
AjsAnonymousUser = "AJS_ANONYMOUS_USER",
|
|
52442
53342
|
AtlassianAccount = "ATLASSIAN_ACCOUNT",
|
|
@@ -52736,6 +53636,7 @@ export declare enum GrowthUnifiedProfileTeamType {
|
|
|
52736
53636
|
}
|
|
52737
53637
|
export declare type GrowthUnifiedProfileTrialContext = {
|
|
52738
53638
|
__typename?: 'GrowthUnifiedProfileTrialContext';
|
|
53639
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
52739
53640
|
paymentDetailsOnFile?: Maybe<Scalars['Boolean']['output']>;
|
|
52740
53641
|
trialEndTimeStamp?: Maybe<Scalars['String']['output']>;
|
|
52741
53642
|
trialTrigger?: Maybe<GrowthUnifiedProfileTrialTrigger>;
|
|
@@ -52826,6 +53727,7 @@ export declare enum GrowthUnifiedProfileUserIdType {
|
|
|
52826
53727
|
export declare type GrowthUnifiedProfileUserProfile = {
|
|
52827
53728
|
__typename?: 'GrowthUnifiedProfileUserProfile';
|
|
52828
53729
|
domainType?: Maybe<GrowthUnifiedProfileDomainType>;
|
|
53730
|
+
jobFunction?: Maybe<Scalars['String']['output']>;
|
|
52829
53731
|
teamType?: Maybe<Scalars['String']['output']>;
|
|
52830
53732
|
userType?: Maybe<GrowthUnifiedProfileEntryType>;
|
|
52831
53733
|
};
|
|
@@ -52889,6 +53791,7 @@ export declare type HamsEntitlement = CommerceEntitlement & {
|
|
|
52889
53791
|
entitlementGroupId?: Maybe<Scalars['String']['output']>;
|
|
52890
53792
|
entitlementId?: Maybe<Scalars['String']['output']>;
|
|
52891
53793
|
entitlementMigrationEvaluation?: Maybe<HamsEntitlementMigrationEvaluation>;
|
|
53794
|
+
entitlementProfile?: Maybe<GrowthUnifiedProfileEntitlementProfileResult>;
|
|
52892
53795
|
entitlementSource?: Maybe<Scalars['String']['output']>;
|
|
52893
53796
|
experienceCapabilities?: Maybe<HamsEntitlementExperienceCapabilities>;
|
|
52894
53797
|
futureEdition?: Maybe<Scalars['String']['output']>;
|
|
@@ -60462,11 +61365,11 @@ export declare type JiraFieldSchemeAssociatedFieldsEdge = {
|
|
|
60462
61365
|
node?: Maybe<JiraFieldSchemeAssociatedField>;
|
|
60463
61366
|
};
|
|
60464
61367
|
export declare type JiraFieldSchemeAssociatedFieldsInput = {
|
|
60465
|
-
|
|
61368
|
+
nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
|
|
60466
61369
|
schemeId: Scalars['ID']['input'];
|
|
60467
61370
|
};
|
|
60468
61371
|
export declare type JiraFieldSchemeAvailableFieldsInput = {
|
|
60469
|
-
|
|
61372
|
+
nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
|
|
60470
61373
|
schemeId: Scalars['ID']['input'];
|
|
60471
61374
|
};
|
|
60472
61375
|
export declare type JiraFieldSchemePayload = Payload & {
|
|
@@ -60707,6 +61610,10 @@ export declare type JiraFlagField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
60707
61610
|
type: Scalars['String']['output'];
|
|
60708
61611
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
60709
61612
|
};
|
|
61613
|
+
export declare enum JiraFlagOperations {
|
|
61614
|
+
Add = "ADD",
|
|
61615
|
+
Remove = "REMOVE"
|
|
61616
|
+
}
|
|
60710
61617
|
export declare type JiraForgeAppEgressDeclaration = {
|
|
60711
61618
|
__typename?: 'JiraForgeAppEgressDeclaration';
|
|
60712
61619
|
addresses?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -62436,6 +63343,7 @@ export declare type JiraIssueFieldsInput = {
|
|
|
62436
63343
|
priority?: InputMaybe<JiraPriorityInput>;
|
|
62437
63344
|
projectFields?: InputMaybe<Array<JiraProjectFieldInput>>;
|
|
62438
63345
|
resolution?: InputMaybe<JiraResolutionInput>;
|
|
63346
|
+
respondersField?: InputMaybe<JiraServiceManagementRespondersFieldInput>;
|
|
62439
63347
|
richTextFields?: InputMaybe<Array<JiraRichTextFieldInput>>;
|
|
62440
63348
|
security?: InputMaybe<JiraSecurityLevelInput>;
|
|
62441
63349
|
singleGroupPickerFields?: InputMaybe<Array<JiraSingleGroupPickerFieldInput>>;
|
|
@@ -65048,6 +65956,7 @@ export declare type JiraMutation = {
|
|
|
65048
65956
|
updateDateTimeField?: Maybe<JiraDateTimeFieldPayload>;
|
|
65049
65957
|
updateEntitlementField?: Maybe<JiraServiceManagementEntitlementFieldPayload>;
|
|
65050
65958
|
updateFieldSetsView?: Maybe<JiraFieldSetsViewPayload>;
|
|
65959
|
+
updateFlagField?: Maybe<JiraUpdateFlagFieldPayload>;
|
|
65051
65960
|
updateForgeObjectField?: Maybe<JiraForgeObjectFieldPayload>;
|
|
65052
65961
|
updateFormattingRule?: Maybe<JiraUpdateFormattingRulePayload>;
|
|
65053
65962
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
@@ -65126,6 +66035,7 @@ export declare type JiraMutation = {
|
|
|
65126
66035
|
updateVersionWarningConfig?: Maybe<JiraUpdateVersionWarningConfigPayload>;
|
|
65127
66036
|
updateVotesField?: Maybe<JiraVotesFieldPayload>;
|
|
65128
66037
|
updateWatchesField?: Maybe<JiraWatchesFieldPayload>;
|
|
66038
|
+
updateWorklog?: Maybe<JiraUpdateWorklogPayload>;
|
|
65129
66039
|
userPreferences?: Maybe<JiraUserPreferencesMutation>;
|
|
65130
66040
|
};
|
|
65131
66041
|
export declare type JiraMutationAddFieldsToProjectArgs = {
|
|
@@ -65578,6 +66488,9 @@ export declare type JiraMutationUpdateFieldSetsViewArgs = {
|
|
|
65578
66488
|
id: Scalars['ID']['input'];
|
|
65579
66489
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
65580
66490
|
};
|
|
66491
|
+
export declare type JiraMutationUpdateFlagFieldArgs = {
|
|
66492
|
+
input: JiraUpdateFlagFieldInput;
|
|
66493
|
+
};
|
|
65581
66494
|
export declare type JiraMutationUpdateForgeObjectFieldArgs = {
|
|
65582
66495
|
input: JiraUpdateForgeObjectFieldInput;
|
|
65583
66496
|
};
|
|
@@ -65831,6 +66744,9 @@ export declare type JiraMutationUpdateVotesFieldArgs = {
|
|
|
65831
66744
|
export declare type JiraMutationUpdateWatchesFieldArgs = {
|
|
65832
66745
|
input: JiraUpdateWatchesFieldInput;
|
|
65833
66746
|
};
|
|
66747
|
+
export declare type JiraMutationUpdateWorklogArgs = {
|
|
66748
|
+
input: JiraUpdateWorklogInput;
|
|
66749
|
+
};
|
|
65834
66750
|
export declare type JiraMutationUserPreferencesArgs = {
|
|
65835
66751
|
cloudId: Scalars['ID']['input'];
|
|
65836
66752
|
};
|
|
@@ -67281,6 +68197,13 @@ export declare type JiraPriorityFieldPayload = Payload & {
|
|
|
67281
68197
|
export declare type JiraPriorityInput = {
|
|
67282
68198
|
priorityId: Scalars['ID']['input'];
|
|
67283
68199
|
};
|
|
68200
|
+
export declare type JiraProductDiscoveryIssueEventPayload = {
|
|
68201
|
+
__typename?: 'JiraProductDiscoveryIssueEventPayload';
|
|
68202
|
+
actionerAccountId?: Maybe<Scalars['String']['output']>;
|
|
68203
|
+
project: JiraIssueStreamHubEventPayloadProject;
|
|
68204
|
+
resource: Scalars['String']['output'];
|
|
68205
|
+
type: Scalars['String']['output'];
|
|
68206
|
+
};
|
|
67284
68207
|
export declare enum JiraProductEnum {
|
|
67285
68208
|
JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
|
|
67286
68209
|
JiraServiceManagement = "JIRA_SERVICE_MANAGEMENT",
|
|
@@ -71429,6 +72352,9 @@ export declare type JiraServiceManagementResponderEdge = {
|
|
|
71429
72352
|
cursor: Scalars['String']['output'];
|
|
71430
72353
|
node?: Maybe<JiraServiceManagementResponder>;
|
|
71431
72354
|
};
|
|
72355
|
+
export declare type JiraServiceManagementResponderFieldInput = {
|
|
72356
|
+
responderId: Scalars['ID']['input'];
|
|
72357
|
+
};
|
|
71432
72358
|
export declare type JiraServiceManagementRespondersField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
71433
72359
|
__typename?: 'JiraServiceManagementRespondersField';
|
|
71434
72360
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -71452,6 +72378,11 @@ export declare type JiraServiceManagementRespondersFieldRespondersConnectionArgs
|
|
|
71452
72378
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71453
72379
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
71454
72380
|
};
|
|
72381
|
+
export declare type JiraServiceManagementRespondersFieldInput = {
|
|
72382
|
+
bulkEditMultiSelectFieldOption?: InputMaybe<JiraBulkEditMultiSelectFieldOptions>;
|
|
72383
|
+
fieldId: Scalars['ID']['input'];
|
|
72384
|
+
responders: Array<JiraServiceManagementResponderFieldInput>;
|
|
72385
|
+
};
|
|
71455
72386
|
export declare type JiraServiceManagementSelectPreviewField = JiraServiceManagementRequestTypeFieldCommon & {
|
|
71456
72387
|
__typename?: 'JiraServiceManagementSelectPreviewField';
|
|
71457
72388
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -72649,6 +73580,7 @@ export declare type JiraSubscription = {
|
|
|
72649
73580
|
onIssueUpdatedByProjectsNoEnrichment?: Maybe<JiraIssueUpdatedStreamHubPayload>;
|
|
72650
73581
|
onJirtBoardIssueSubscription?: Maybe<JiraJirtBoardScoreIssueEventPayload>;
|
|
72651
73582
|
onJirtIssueSubscription?: Maybe<JiraJirtEventPayload>;
|
|
73583
|
+
onJpdIssueSubscription?: Maybe<JiraProductDiscoveryIssueEventPayload>;
|
|
72652
73584
|
onJwmFieldMutation?: Maybe<JiraJwmField>;
|
|
72653
73585
|
onJwmIssueCreatedByProject?: Maybe<JiraIssueCreatedStreamHubPayload>;
|
|
72654
73586
|
onJwmIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
@@ -72743,6 +73675,12 @@ export declare type JiraSubscriptionOnJirtIssueSubscriptionArgs = {
|
|
|
72743
73675
|
events: Array<Scalars['String']['input']>;
|
|
72744
73676
|
projectIds: Array<Scalars['String']['input']>;
|
|
72745
73677
|
};
|
|
73678
|
+
export declare type JiraSubscriptionOnJpdIssueSubscriptionArgs = {
|
|
73679
|
+
atlassianAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
73680
|
+
cloudId: Scalars['ID']['input'];
|
|
73681
|
+
events: Array<Scalars['String']['input']>;
|
|
73682
|
+
projectIds: Array<Scalars['String']['input']>;
|
|
73683
|
+
};
|
|
72746
73684
|
export declare type JiraSubscriptionOnJwmFieldMutationArgs = {
|
|
72747
73685
|
siteId: Scalars['ID']['input'];
|
|
72748
73686
|
};
|
|
@@ -73074,6 +74012,7 @@ export declare type JiraTimelineField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
73074
74012
|
};
|
|
73075
74013
|
export declare type JiraTimelineIssueLinkOperationPayload = {
|
|
73076
74014
|
__typename?: 'JiraTimelineIssueLinkOperationPayload';
|
|
74015
|
+
dependencyId?: Maybe<Scalars['ID']['output']>;
|
|
73077
74016
|
errors?: Maybe<Array<MutationError>>;
|
|
73078
74017
|
inwardItem?: Maybe<JiraIssue>;
|
|
73079
74018
|
outwardItem?: Maybe<JiraIssue>;
|
|
@@ -73317,6 +74256,25 @@ export declare type JiraUpdateFieldSetPreferencesInput = {
|
|
|
73317
74256
|
isFrozen?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73318
74257
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
73319
74258
|
};
|
|
74259
|
+
export declare type JiraUpdateFlagCommentInput = {
|
|
74260
|
+
content?: InputMaybe<JiraAdfInput>;
|
|
74261
|
+
property?: InputMaybe<Scalars['String']['input']>;
|
|
74262
|
+
visibility?: InputMaybe<Scalars['String']['input']>;
|
|
74263
|
+
};
|
|
74264
|
+
export declare type JiraUpdateFlagFieldInput = {
|
|
74265
|
+
comment?: InputMaybe<JiraUpdateFlagCommentInput>;
|
|
74266
|
+
id: Scalars['ID']['input'];
|
|
74267
|
+
operation: JiraUpdateFlagFieldOperationInput;
|
|
74268
|
+
};
|
|
74269
|
+
export declare type JiraUpdateFlagFieldOperationInput = {
|
|
74270
|
+
operation: JiraFlagOperations;
|
|
74271
|
+
};
|
|
74272
|
+
export declare type JiraUpdateFlagFieldPayload = {
|
|
74273
|
+
__typename?: 'JiraUpdateFlagFieldPayload';
|
|
74274
|
+
errors?: Maybe<Array<MutationError>>;
|
|
74275
|
+
field?: Maybe<JiraFlagField>;
|
|
74276
|
+
success: Scalars['Boolean']['output'];
|
|
74277
|
+
};
|
|
73320
74278
|
export declare type JiraUpdateForgeMultipleGroupPickerFieldInput = {
|
|
73321
74279
|
id: Scalars['ID']['input'];
|
|
73322
74280
|
operations: Array<JiraForgeMultipleGroupPickerFieldOperationInput>;
|
|
@@ -73737,6 +74695,21 @@ export declare type JiraUpdateWorklogFieldInputForIssueTransitions = {
|
|
|
73737
74695
|
id: Scalars['ID']['input'];
|
|
73738
74696
|
operation: JiraWorklogFieldOperationInputForIssueTransitions;
|
|
73739
74697
|
};
|
|
74698
|
+
export declare type JiraUpdateWorklogInput = {
|
|
74699
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
74700
|
+
issue?: InputMaybe<Scalars['ID']['input']>;
|
|
74701
|
+
remainingEstimate?: InputMaybe<JiraEstimateInput>;
|
|
74702
|
+
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
74703
|
+
timeSpent?: InputMaybe<JiraEstimateInput>;
|
|
74704
|
+
workDescription?: InputMaybe<JiraAdfInput>;
|
|
74705
|
+
};
|
|
74706
|
+
export declare type JiraUpdateWorklogPayload = {
|
|
74707
|
+
__typename?: 'JiraUpdateWorklogPayload';
|
|
74708
|
+
errors?: Maybe<Array<MutationError>>;
|
|
74709
|
+
field?: Maybe<JiraTimeTrackingField>;
|
|
74710
|
+
success: Scalars['Boolean']['output'];
|
|
74711
|
+
worklog?: Maybe<JiraWorklog>;
|
|
74712
|
+
};
|
|
73740
74713
|
export declare type JiraUpsertIssueTypePayload = Payload & {
|
|
73741
74714
|
__typename?: 'JiraUpsertIssueTypePayload';
|
|
73742
74715
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -80213,6 +81186,16 @@ export declare type MenusLookAndFeel = {
|
|
|
80213
81186
|
hoverOrFocus?: Maybe<Array<Maybe<MapOfStringToString>>>;
|
|
80214
81187
|
};
|
|
80215
81188
|
export declare type MercuryActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser | JiraIssue | TownsquareGoal | TownsquareProject;
|
|
81189
|
+
export declare type MercuryAddTagsToProposalInput = {
|
|
81190
|
+
changeProposalId: Scalars['ID']['input'];
|
|
81191
|
+
tagIds: Array<Scalars['ID']['input']>;
|
|
81192
|
+
};
|
|
81193
|
+
export declare type MercuryAddTagsToProposalPayload = Payload & {
|
|
81194
|
+
__typename?: 'MercuryAddTagsToProposalPayload';
|
|
81195
|
+
errors?: Maybe<Array<MutationError>>;
|
|
81196
|
+
success: Scalars['Boolean']['output'];
|
|
81197
|
+
updatedChangeProposal?: Maybe<MercuryChangeProposal>;
|
|
81198
|
+
};
|
|
80216
81199
|
export declare type MercuryAddWatcherToFocusAreaInput = {
|
|
80217
81200
|
cloudId: Scalars['ID']['input'];
|
|
80218
81201
|
focusAreaId: Scalars['ID']['input'];
|
|
@@ -80652,6 +81635,15 @@ export declare type MercuryDeleteChangeProposalCommentPayload = Payload & {
|
|
|
80652
81635
|
errors?: Maybe<Array<MutationError>>;
|
|
80653
81636
|
success: Scalars['Boolean']['output'];
|
|
80654
81637
|
};
|
|
81638
|
+
export declare type MercuryDeleteChangeProposalGoalLinksInput = {
|
|
81639
|
+
changeProposalAri: Scalars['ID']['input'];
|
|
81640
|
+
goalAris: Array<Scalars['ID']['input']>;
|
|
81641
|
+
};
|
|
81642
|
+
export declare type MercuryDeleteChangeProposalGoalLinksPayload = Payload & {
|
|
81643
|
+
__typename?: 'MercuryDeleteChangeProposalGoalLinksPayload';
|
|
81644
|
+
errors?: Maybe<Array<MutationError>>;
|
|
81645
|
+
success: Scalars['Boolean']['output'];
|
|
81646
|
+
};
|
|
80655
81647
|
export declare type MercuryDeleteChangeProposalInput = {
|
|
80656
81648
|
id: Scalars['ID']['input'];
|
|
80657
81649
|
};
|
|
@@ -81259,6 +82251,15 @@ export declare type MercuryLinkFocusAreasToPortfolioPayload = Payload & {
|
|
|
81259
82251
|
errors?: Maybe<Array<MutationError>>;
|
|
81260
82252
|
success: Scalars['Boolean']['output'];
|
|
81261
82253
|
};
|
|
82254
|
+
export declare type MercuryLinkGoalsToChangeProposalInput = {
|
|
82255
|
+
changeProposalAri: Scalars['ID']['input'];
|
|
82256
|
+
goalAris: Array<Scalars['ID']['input']>;
|
|
82257
|
+
};
|
|
82258
|
+
export declare type MercuryLinkGoalsToChangeProposalPayload = Payload & {
|
|
82259
|
+
__typename?: 'MercuryLinkGoalsToChangeProposalPayload';
|
|
82260
|
+
errors?: Maybe<Array<MutationError>>;
|
|
82261
|
+
success: Scalars['Boolean']['output'];
|
|
82262
|
+
};
|
|
81262
82263
|
export declare type MercuryLinkGoalsToFocusAreaInput = {
|
|
81263
82264
|
atlasGoalAris: Array<Scalars['String']['input']>;
|
|
81264
82265
|
focusAreaAri: Scalars['String']['input'];
|
|
@@ -81995,6 +82996,16 @@ export declare type MercuryRecreatePortfolioFocusAreasInput = {
|
|
|
81995
82996
|
id: Scalars['ID']['input'];
|
|
81996
82997
|
rankVersion?: InputMaybe<Scalars['String']['input']>;
|
|
81997
82998
|
};
|
|
82999
|
+
export declare type MercuryRemoveTagsFromProposalInput = {
|
|
83000
|
+
changeProposalId: Scalars['ID']['input'];
|
|
83001
|
+
tagIds: Array<Scalars['ID']['input']>;
|
|
83002
|
+
};
|
|
83003
|
+
export declare type MercuryRemoveTagsFromProposalPayload = Payload & {
|
|
83004
|
+
__typename?: 'MercuryRemoveTagsFromProposalPayload';
|
|
83005
|
+
errors?: Maybe<Array<MutationError>>;
|
|
83006
|
+
success: Scalars['Boolean']['output'];
|
|
83007
|
+
updatedChangeProposal?: Maybe<MercuryChangeProposal>;
|
|
83008
|
+
};
|
|
81998
83009
|
export declare type MercuryRemoveWatcherFromFocusAreaInput = {
|
|
81999
83010
|
cloudId: Scalars['ID']['input'];
|
|
82000
83011
|
focusAreaId: Scalars['ID']['input'];
|
|
@@ -82174,16 +83185,20 @@ export declare type MercuryStrategicEventStatusTransitions = {
|
|
|
82174
83185
|
};
|
|
82175
83186
|
export declare type MercuryStrategicEventsMutationApi = {
|
|
82176
83187
|
__typename?: 'MercuryStrategicEventsMutationApi';
|
|
83188
|
+
addTagsToChangeProposal?: Maybe<MercuryAddTagsToProposalPayload>;
|
|
82177
83189
|
createChangeProposal?: Maybe<MercuryCreateChangeProposalPayload>;
|
|
82178
83190
|
createChangeProposalComment?: Maybe<MercuryCreateChangeProposalCommentPayload>;
|
|
82179
83191
|
createStrategicEvent?: Maybe<MercuryCreateStrategicEventPayload>;
|
|
82180
83192
|
createStrategicEventComment?: Maybe<MercuryCreateStrategicEventCommentPayload>;
|
|
82181
83193
|
deleteChangeProposal?: Maybe<MercuryDeleteChangeProposalPayload>;
|
|
82182
83194
|
deleteChangeProposalComment?: Maybe<MercuryDeleteChangeProposalCommentPayload>;
|
|
83195
|
+
deleteChangeProposalGoalLinks?: Maybe<MercuryDeleteChangeProposalGoalLinksPayload>;
|
|
82183
83196
|
deleteChanges?: Maybe<MercuryDeleteChangesPayload>;
|
|
82184
83197
|
deleteStrategicEventComment?: Maybe<MercuryDeleteStrategicEventCommentPayload>;
|
|
83198
|
+
linkGoalsToChangeProposal?: Maybe<MercuryLinkGoalsToChangeProposalPayload>;
|
|
82185
83199
|
moveChanges?: Maybe<MercuryMoveChangesPayload>;
|
|
82186
83200
|
proposeChanges?: Maybe<MercuryProposeChangesPayload>;
|
|
83201
|
+
removeTagsFromChangeProposal?: Maybe<MercuryRemoveTagsFromProposalPayload>;
|
|
82187
83202
|
transitionChangeProposalStatus?: Maybe<MercuryTransitionChangeProposalPayload>;
|
|
82188
83203
|
transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
|
|
82189
83204
|
updateChangeProposalComment?: Maybe<MercuryUpdateChangeProposalCommentPayload>;
|
|
@@ -82203,6 +83218,9 @@ export declare type MercuryStrategicEventsMutationApi = {
|
|
|
82203
83218
|
updateStrategicEventOwner?: Maybe<MercuryUpdateStrategicEventPayload>;
|
|
82204
83219
|
updateStrategicEventTargetDate?: Maybe<MercuryUpdateStrategicEventPayload>;
|
|
82205
83220
|
};
|
|
83221
|
+
export declare type MercuryStrategicEventsMutationApiAddTagsToChangeProposalArgs = {
|
|
83222
|
+
input: MercuryAddTagsToProposalInput;
|
|
83223
|
+
};
|
|
82206
83224
|
export declare type MercuryStrategicEventsMutationApiCreateChangeProposalArgs = {
|
|
82207
83225
|
input: MercuryCreateChangeProposalInput;
|
|
82208
83226
|
};
|
|
@@ -82221,18 +83239,27 @@ export declare type MercuryStrategicEventsMutationApiDeleteChangeProposalArgs =
|
|
|
82221
83239
|
export declare type MercuryStrategicEventsMutationApiDeleteChangeProposalCommentArgs = {
|
|
82222
83240
|
input: MercuryDeleteChangeProposalCommentInput;
|
|
82223
83241
|
};
|
|
83242
|
+
export declare type MercuryStrategicEventsMutationApiDeleteChangeProposalGoalLinksArgs = {
|
|
83243
|
+
input: MercuryDeleteChangeProposalGoalLinksInput;
|
|
83244
|
+
};
|
|
82224
83245
|
export declare type MercuryStrategicEventsMutationApiDeleteChangesArgs = {
|
|
82225
83246
|
input?: InputMaybe<MercuryDeleteChangesInput>;
|
|
82226
83247
|
};
|
|
82227
83248
|
export declare type MercuryStrategicEventsMutationApiDeleteStrategicEventCommentArgs = {
|
|
82228
83249
|
input: MercuryDeleteStrategicEventCommentInput;
|
|
82229
83250
|
};
|
|
83251
|
+
export declare type MercuryStrategicEventsMutationApiLinkGoalsToChangeProposalArgs = {
|
|
83252
|
+
input: MercuryLinkGoalsToChangeProposalInput;
|
|
83253
|
+
};
|
|
82230
83254
|
export declare type MercuryStrategicEventsMutationApiMoveChangesArgs = {
|
|
82231
83255
|
input: MercuryMoveChangesInput;
|
|
82232
83256
|
};
|
|
82233
83257
|
export declare type MercuryStrategicEventsMutationApiProposeChangesArgs = {
|
|
82234
83258
|
input: MercuryProposeChangesInput;
|
|
82235
83259
|
};
|
|
83260
|
+
export declare type MercuryStrategicEventsMutationApiRemoveTagsFromChangeProposalArgs = {
|
|
83261
|
+
input: MercuryRemoveTagsFromProposalInput;
|
|
83262
|
+
};
|
|
82236
83263
|
export declare type MercuryStrategicEventsMutationApiTransitionChangeProposalStatusArgs = {
|
|
82237
83264
|
input: MercuryTransitionChangeProposalStatusInput;
|
|
82238
83265
|
};
|
|
@@ -82996,6 +84023,8 @@ export declare type Mutation = {
|
|
|
82996
84023
|
assetsDM_createObjectTag?: Maybe<AssetsDmObjectTagCreateResponse>;
|
|
82997
84024
|
assetsDM_dataSource?: Maybe<AssetsDmDataSourceResponse>;
|
|
82998
84025
|
assetsDM_dataSourceCleansingRulesConfigure?: Maybe<AssetsDmDataSourceCleansingRulesConfigureResponse>;
|
|
84026
|
+
assetsDM_dataSourceRunMerge?: Maybe<AssetsDmDataSourceRunMergeResponse>;
|
|
84027
|
+
assetsDM_dataSourceRunTransform?: Maybe<AssetsDmDataSourceRunTransformResponse>;
|
|
82999
84028
|
assetsDM_deleteObjectTag?: Maybe<AssetsDmObjectTagDeleteResponse>;
|
|
83000
84029
|
assetsDM_generateAdapterToken?: Maybe<AssetsDmGenerateAdapterTokenResponse>;
|
|
83001
84030
|
assignIssueParent?: Maybe<AssignIssueParentOutput>;
|
|
@@ -83026,6 +84055,7 @@ export declare type Mutation = {
|
|
|
83026
84055
|
bulkUnarchivePages?: Maybe<BulkArchivePagePayload>;
|
|
83027
84056
|
bulkUpdateContentDataClassificationLevel?: Maybe<BulkUpdateContentDataClassificationLevelPayload>;
|
|
83028
84057
|
bulkUpdateMainSpaceSidebarLinks?: Maybe<Array<Maybe<SpaceSidebarLink>>>;
|
|
84058
|
+
ccp?: Maybe<CcpMutationApi>;
|
|
83029
84059
|
channelPlatform_assignAgentToContact?: Maybe<ChannelPlatformMutationStatus>;
|
|
83030
84060
|
channelPlatform_createAttendee?: Maybe<ChannelPlatformConnectionData>;
|
|
83031
84061
|
channelPlatform_createMeetingDetails?: Maybe<ChannelPlatformMeeting>;
|
|
@@ -83226,7 +84256,11 @@ export declare type Mutation = {
|
|
|
83226
84256
|
goals_removeGoalTeamLink?: Maybe<TownsquareGoalsRemoveGoalTeamLinkPayload>;
|
|
83227
84257
|
goals_setWatchingGoal?: Maybe<TownsquareGoalsSetWatchingGoalPayload>;
|
|
83228
84258
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
84259
|
+
graphIntegration_mcpAdminManagementRegisterMcpServer?: Maybe<GraphIntegrationMcpAdminManagementRegisterMcpServerPayload>;
|
|
84260
|
+
graphIntegration_mcpAdminManagementUnregisterMcpServer?: Maybe<GraphIntegrationMcpAdminManagementUnregisterMcpServerPayload>;
|
|
84261
|
+
graphIntegration_mcpAdminManagementUpdateMcpToolConfiguration?: Maybe<GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationPayload>;
|
|
83229
84262
|
graphStore?: Maybe<GraphStoreMutation>;
|
|
84263
|
+
growthUnifiedProfile_createEntitlementProfile?: Maybe<GrowthUnifiedProfileCreateEntitlementProfileResponse>;
|
|
83230
84264
|
growthUnifiedProfile_createOrgProfile?: Maybe<GrowthUnifiedProfileTwcCreateOrgProfileResponse>;
|
|
83231
84265
|
growthUnifiedProfile_createUnifiedProfile?: Maybe<GrowthUnifiedProfileResult>;
|
|
83232
84266
|
hardDeleteSpace?: Maybe<HardDeleteSpacePayload>;
|
|
@@ -83688,6 +84722,16 @@ export declare type MutationAssetsDm_DataSourceCleansingRulesConfigureArgs = {
|
|
|
83688
84722
|
dataSourceId: Scalars['ID']['input'];
|
|
83689
84723
|
workspaceId: Scalars['ID']['input'];
|
|
83690
84724
|
};
|
|
84725
|
+
export declare type MutationAssetsDm_DataSourceRunMergeArgs = {
|
|
84726
|
+
cloudId: Scalars['ID']['input'];
|
|
84727
|
+
dataSourceIds: Array<Scalars['ID']['input']>;
|
|
84728
|
+
workspaceId: Scalars['ID']['input'];
|
|
84729
|
+
};
|
|
84730
|
+
export declare type MutationAssetsDm_DataSourceRunTransformArgs = {
|
|
84731
|
+
cloudId: Scalars['ID']['input'];
|
|
84732
|
+
jobId: Scalars['ID']['input'];
|
|
84733
|
+
workspaceId: Scalars['ID']['input'];
|
|
84734
|
+
};
|
|
83691
84735
|
export declare type MutationAssetsDm_DeleteObjectTagArgs = {
|
|
83692
84736
|
cloudId: Scalars['ID']['input'];
|
|
83693
84737
|
tagId: Scalars['ID']['input'];
|
|
@@ -83814,6 +84858,9 @@ export declare type MutationClearRestrictionsForFreeArgs = {
|
|
|
83814
84858
|
export declare type MutationCompleteSprintArgs = {
|
|
83815
84859
|
input?: InputMaybe<CompleteSprintInput>;
|
|
83816
84860
|
};
|
|
84861
|
+
export declare type MutationConfluenceArgs = {
|
|
84862
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
84863
|
+
};
|
|
83817
84864
|
export declare type MutationConfluence_AddReactionArgs = {
|
|
83818
84865
|
cloudId: Scalars['ID']['input'];
|
|
83819
84866
|
input: ConfluenceReactionInput;
|
|
@@ -84480,6 +85527,18 @@ export declare type MutationGoals_SetWatchingGoalArgs = {
|
|
|
84480
85527
|
export declare type MutationGrantContentAccessArgs = {
|
|
84481
85528
|
grantContentAccessInput: GrantContentAccessInput;
|
|
84482
85529
|
};
|
|
85530
|
+
export declare type MutationGraphIntegration_McpAdminManagementRegisterMcpServerArgs = {
|
|
85531
|
+
input: GraphIntegrationMcpAdminManagementRegisterMcpServerInput;
|
|
85532
|
+
};
|
|
85533
|
+
export declare type MutationGraphIntegration_McpAdminManagementUnregisterMcpServerArgs = {
|
|
85534
|
+
input: GraphIntegrationMcpAdminManagementUnregisterMcpServerInput;
|
|
85535
|
+
};
|
|
85536
|
+
export declare type MutationGraphIntegration_McpAdminManagementUpdateMcpToolConfigurationArgs = {
|
|
85537
|
+
input: GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationInput;
|
|
85538
|
+
};
|
|
85539
|
+
export declare type MutationGrowthUnifiedProfile_CreateEntitlementProfileArgs = {
|
|
85540
|
+
profile: GrowthUnifiedProfileCreateEntitlementProfileInput;
|
|
85541
|
+
};
|
|
84483
85542
|
export declare type MutationGrowthUnifiedProfile_CreateOrgProfileArgs = {
|
|
84484
85543
|
profile: GrowthUnifiedProfileCreateOrgProfileInput;
|
|
84485
85544
|
};
|
|
@@ -87729,7 +88788,6 @@ export declare type PolarisView = {
|
|
|
87729
88788
|
immutable?: Maybe<Scalars['Boolean']['output']>;
|
|
87730
88789
|
jql?: Maybe<Scalars['String']['output']>;
|
|
87731
88790
|
lastCommentsViewedTimestamp?: Maybe<Scalars['String']['output']>;
|
|
87732
|
-
lastViewed?: Maybe<Array<Maybe<PolarisViewLastViewed>>>;
|
|
87733
88791
|
layoutType?: Maybe<PolarisViewLayoutType>;
|
|
87734
88792
|
matrixConfig?: Maybe<PolarisMatrixConfig>;
|
|
87735
88793
|
name: Scalars['String']['output'];
|
|
@@ -87818,12 +88876,6 @@ export declare type PolarisViewFilterValueInput = {
|
|
|
87818
88876
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
87819
88877
|
value?: InputMaybe<Scalars['Float']['input']>;
|
|
87820
88878
|
};
|
|
87821
|
-
export declare type PolarisViewLastViewed = {
|
|
87822
|
-
__typename?: 'PolarisViewLastViewed';
|
|
87823
|
-
aaid: Scalars['String']['output'];
|
|
87824
|
-
account?: Maybe<User>;
|
|
87825
|
-
timestamp: Scalars['String']['output'];
|
|
87826
|
-
};
|
|
87827
88879
|
export declare enum PolarisViewLayoutType {
|
|
87828
88880
|
Compact = "COMPACT",
|
|
87829
88881
|
Detailed = "DETAILED",
|
|
@@ -88279,6 +89331,8 @@ export declare type Query = {
|
|
|
88279
89331
|
agentStudio_scenarioListByContainerId?: Maybe<AgentStudioScenariosResult>;
|
|
88280
89332
|
agentStudio_scenariosByIds?: Maybe<Array<Maybe<AgentStudioScenario>>>;
|
|
88281
89333
|
agentStudio_suggestConversationStarters?: Maybe<AgentStudioSuggestConversationStartersResult>;
|
|
89334
|
+
agentStudio_toolIntegrations?: Maybe<AgentStudioToolIntegrationsConnection>;
|
|
89335
|
+
agentStudio_tools?: Maybe<AgentStudioToolsConnection>;
|
|
88282
89336
|
agentStudio_validateScenario?: Maybe<AgentStudioScenarioValidationPayload>;
|
|
88283
89337
|
agentStudio_validateScenarios?: Maybe<AgentStudioScenarioValidateModeOutput>;
|
|
88284
89338
|
aiCoreApi_vsaQuestionsByProject?: Maybe<AiCoreApiVsaQuestionsResult>;
|
|
@@ -88318,6 +89372,7 @@ export declare type Query = {
|
|
|
88318
89372
|
assetsDM_dataSourceDetails?: Maybe<AssetsDmDataSourceDetails>;
|
|
88319
89373
|
assetsDM_dataSourceFormFields?: Maybe<AssetsDmDataSourceFormFields>;
|
|
88320
89374
|
assetsDM_dataSourceMapping?: Maybe<Array<AssetsDmDataSourceMapping>>;
|
|
89375
|
+
assetsDM_dataSourceMerge?: Maybe<AssetsDmDataSourceMergeResponse>;
|
|
88321
89376
|
assetsDM_dataSourceTransform?: Maybe<AssetsDmDataSourceTransform>;
|
|
88322
89377
|
assetsDM_datasourceCleansingRules?: Maybe<AssetsDmDataSourceCleansingRulesResponse>;
|
|
88323
89378
|
assetsDM_objectClasses?: Maybe<Array<Maybe<AssetsDmObjectClass>>>;
|
|
@@ -88325,6 +89380,7 @@ export declare type Query = {
|
|
|
88325
89380
|
assetsDM_objectsListColumns?: Maybe<AssetsDmObjectsListColumns>;
|
|
88326
89381
|
assetsDM_objectsListDataRows?: Maybe<AssetsDmObjectsListDataRows>;
|
|
88327
89382
|
assetsDM_rawData?: Maybe<AssetsDmRawDataResponse>;
|
|
89383
|
+
assetsDM_transformedData?: Maybe<AssetsDmTransformedDataResponse>;
|
|
88328
89384
|
assets_objectTypesByIds?: Maybe<Array<Maybe<AssetsObjectType>>>;
|
|
88329
89385
|
assets_objectsByIds?: Maybe<Array<Maybe<AssetsObject>>>;
|
|
88330
89386
|
assets_schemasByIds?: Maybe<Array<Maybe<AssetsSchema>>>;
|
|
@@ -88587,6 +89643,9 @@ export declare type Query = {
|
|
|
88587
89643
|
globalSpaceConfiguration?: Maybe<GlobalSpaceConfiguration>;
|
|
88588
89644
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
88589
89645
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
89646
|
+
graphIntegration_mcpAdminManagementMcpServer?: Maybe<GraphIntegrationMcpAdminManagementMcpServerNode>;
|
|
89647
|
+
graphIntegration_mcpAdminManagementMcpServers?: Maybe<GraphIntegrationMcpAdminManagementMcpServerConnection>;
|
|
89648
|
+
graphIntegration_mcpAdminManagementMcpTools?: Maybe<GraphIntegrationMcpAdminManagementMcpToolConnection>;
|
|
88590
89649
|
graphStore?: Maybe<GraphStore>;
|
|
88591
89650
|
group?: Maybe<Group>;
|
|
88592
89651
|
groupCounts?: Maybe<GraphQlGroupCountsResult>;
|
|
@@ -88595,6 +89654,7 @@ export declare type Query = {
|
|
|
88595
89654
|
groupsUserSpaceAccess?: Maybe<PaginatedGroupList>;
|
|
88596
89655
|
groupsWithContentRestrictions?: Maybe<Array<Maybe<GroupWithRestrictions>>>;
|
|
88597
89656
|
growthRecommendations?: Maybe<GrowthRecQuery>;
|
|
89657
|
+
growthUnifiedProfile_getEntitlementProfile?: Maybe<GrowthUnifiedProfileEntitlementProfileResult>;
|
|
88598
89658
|
growthUnifiedProfile_getOrgProfile?: Maybe<GrowthUnifiedProfileOrgProfileResult>;
|
|
88599
89659
|
growthUnifiedProfile_getUnifiedProfile?: Maybe<GrowthUnifiedProfileResult>;
|
|
88600
89660
|
growthUnifiedProfile_getUnifiedUserProfile?: Maybe<GrowthUnifiedProfileUserProfileResult>;
|
|
@@ -88760,7 +89820,6 @@ export declare type Query = {
|
|
|
88760
89820
|
polarisCollabToken?: Maybe<PolarisDelegationToken>;
|
|
88761
89821
|
polarisGetDetailedReaction?: Maybe<PolarisReactionSummary>;
|
|
88762
89822
|
polarisGetEarliestOnboardedProjectForCloudId?: Maybe<EarliestOnboardedProjectForCloudId>;
|
|
88763
|
-
polarisGetEarliestViewViewedForUser?: Maybe<EarliestViewViewedForUser>;
|
|
88764
89823
|
polarisGetReactions?: Maybe<Array<Maybe<PolarisReaction>>>;
|
|
88765
89824
|
polarisIdeaTemplates?: Maybe<Array<PolarisIdeaTemplate>>;
|
|
88766
89825
|
polarisInsight?: Maybe<PolarisInsight>;
|
|
@@ -88990,6 +90049,18 @@ export declare type QueryAgentStudio_SuggestConversationStartersArgs = {
|
|
|
88990
90049
|
cloudId: Scalars['String']['input'];
|
|
88991
90050
|
input: AgentStudioSuggestConversationStartersInput;
|
|
88992
90051
|
};
|
|
90052
|
+
export declare type QueryAgentStudio_ToolIntegrationsArgs = {
|
|
90053
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90054
|
+
cloudId: Scalars['String']['input'];
|
|
90055
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90056
|
+
};
|
|
90057
|
+
export declare type QueryAgentStudio_ToolsArgs = {
|
|
90058
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90059
|
+
cloudId: Scalars['String']['input'];
|
|
90060
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90061
|
+
integrationKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
90062
|
+
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
90063
|
+
};
|
|
88993
90064
|
export declare type QueryAgentStudio_ValidateScenarioArgs = {
|
|
88994
90065
|
cloudId: Scalars['String']['input'];
|
|
88995
90066
|
containerId: Scalars['ID']['input'];
|
|
@@ -89179,6 +90250,12 @@ export declare type QueryAssetsDm_DataSourceMappingArgs = {
|
|
|
89179
90250
|
objectClassName: Scalars['String']['input'];
|
|
89180
90251
|
workspaceId: Scalars['ID']['input'];
|
|
89181
90252
|
};
|
|
90253
|
+
export declare type QueryAssetsDm_DataSourceMergeArgs = {
|
|
90254
|
+
cloudId: Scalars['ID']['input'];
|
|
90255
|
+
dataSourceId: Scalars['ID']['input'];
|
|
90256
|
+
jobId: Scalars['ID']['input'];
|
|
90257
|
+
workspaceId: Scalars['ID']['input'];
|
|
90258
|
+
};
|
|
89182
90259
|
export declare type QueryAssetsDm_DataSourceTransformArgs = {
|
|
89183
90260
|
cloudID: Scalars['ID']['input'];
|
|
89184
90261
|
dataSourceId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -89220,6 +90297,13 @@ export declare type QueryAssetsDm_RawDataArgs = {
|
|
|
89220
90297
|
pagination?: InputMaybe<AssetsDmPaginationInput>;
|
|
89221
90298
|
workspaceId: Scalars['ID']['input'];
|
|
89222
90299
|
};
|
|
90300
|
+
export declare type QueryAssetsDm_TransformedDataArgs = {
|
|
90301
|
+
cloudId: Scalars['ID']['input'];
|
|
90302
|
+
dataSourceId: Scalars['ID']['input'];
|
|
90303
|
+
filters?: InputMaybe<Array<AssetsDmTransformedDataFilterInput>>;
|
|
90304
|
+
pagination?: InputMaybe<AssetsDmPaginationInput>;
|
|
90305
|
+
workspaceId: Scalars['ID']['input'];
|
|
90306
|
+
};
|
|
89223
90307
|
export declare type QueryAssets_ObjectTypesByIdsArgs = {
|
|
89224
90308
|
ids: Array<Scalars['ID']['input']>;
|
|
89225
90309
|
};
|
|
@@ -89380,6 +90464,9 @@ export declare type QueryCommentsArgs = {
|
|
|
89380
90464
|
singleThreaded?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89381
90465
|
type?: InputMaybe<Array<InputMaybe<CommentType>>>;
|
|
89382
90466
|
};
|
|
90467
|
+
export declare type QueryConfluenceArgs = {
|
|
90468
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
90469
|
+
};
|
|
89383
90470
|
export declare type QueryConfluenceUsersArgs = {
|
|
89384
90471
|
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
89385
90472
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -90382,6 +91469,22 @@ export declare type QueryGraphIntegration_ComponentDirectoryItemsArgs = {
|
|
|
90382
91469
|
relevantFor?: InputMaybe<Array<GraphIntegrationDirectoryItemType>>;
|
|
90383
91470
|
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
90384
91471
|
};
|
|
91472
|
+
export declare type QueryGraphIntegration_McpAdminManagementMcpServerArgs = {
|
|
91473
|
+
cloudId: Scalars['ID']['input'];
|
|
91474
|
+
serverId: Scalars['ID']['input'];
|
|
91475
|
+
};
|
|
91476
|
+
export declare type QueryGraphIntegration_McpAdminManagementMcpServersArgs = {
|
|
91477
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
91478
|
+
cloudId: Scalars['ID']['input'];
|
|
91479
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91480
|
+
};
|
|
91481
|
+
export declare type QueryGraphIntegration_McpAdminManagementMcpToolsArgs = {
|
|
91482
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
91483
|
+
cloudId: Scalars['ID']['input'];
|
|
91484
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91485
|
+
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
91486
|
+
serverId: Scalars['ID']['input'];
|
|
91487
|
+
};
|
|
90385
91488
|
export declare type QueryGroupArgs = {
|
|
90386
91489
|
groupId?: InputMaybe<Scalars['String']['input']>;
|
|
90387
91490
|
groupName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -90409,6 +91512,9 @@ export declare type QueryGroupsWithContentRestrictionsArgs = {
|
|
|
90409
91512
|
contentId: Scalars['ID']['input'];
|
|
90410
91513
|
groupIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
90411
91514
|
};
|
|
91515
|
+
export declare type QueryGrowthUnifiedProfile_GetEntitlementProfileArgs = {
|
|
91516
|
+
entitlementId: Scalars['ID']['input'];
|
|
91517
|
+
};
|
|
90412
91518
|
export declare type QueryGrowthUnifiedProfile_GetOrgProfileArgs = {
|
|
90413
91519
|
filter?: InputMaybe<GrowthUnifiedProfileOrgProfileFilterInput>;
|
|
90414
91520
|
orgId: Scalars['ID']['input'];
|
|
@@ -90932,9 +92038,6 @@ export declare type QueryPolarisGetDetailedReactionArgs = {
|
|
|
90932
92038
|
export declare type QueryPolarisGetEarliestOnboardedProjectForCloudIdArgs = {
|
|
90933
92039
|
id: Scalars['ID']['input'];
|
|
90934
92040
|
};
|
|
90935
|
-
export declare type QueryPolarisGetEarliestViewViewedForUserArgs = {
|
|
90936
|
-
id: Scalars['ID']['input'];
|
|
90937
|
-
};
|
|
90938
92041
|
export declare type QueryPolarisGetReactionsArgs = {
|
|
90939
92042
|
input: PolarisGetReactionsInput;
|
|
90940
92043
|
};
|
|
@@ -94615,6 +95718,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
94615
95718
|
};
|
|
94616
95719
|
export declare type SearchThirdPartyProduct = {
|
|
94617
95720
|
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
95721
|
+
containerTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
94618
95722
|
integrationId?: InputMaybe<Scalars['String']['input']>;
|
|
94619
95723
|
linkedEntityGranularity?: InputMaybe<SearchLinkedEntityGranularity>;
|
|
94620
95724
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -96488,6 +97592,11 @@ export declare type SiteDescription = {
|
|
|
96488
97592
|
__typename?: 'SiteDescription';
|
|
96489
97593
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
96490
97594
|
};
|
|
97595
|
+
export declare type SiteEmailAddress = {
|
|
97596
|
+
__typename?: 'SiteEmailAddress';
|
|
97597
|
+
emailAddress?: Maybe<Scalars['String']['output']>;
|
|
97598
|
+
emailAddressStatus?: Maybe<ConfluenceSiteEmailAddressStatus>;
|
|
97599
|
+
};
|
|
96491
97600
|
export declare type SiteLookAndFeel = {
|
|
96492
97601
|
__typename?: 'SiteLookAndFeel';
|
|
96493
97602
|
backgroundColor?: Maybe<Scalars['String']['output']>;
|
|
@@ -100088,6 +101197,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
100088
101197
|
isArchived: Scalars['Boolean']['output'];
|
|
100089
101198
|
isWatching?: Maybe<Scalars['Boolean']['output']>;
|
|
100090
101199
|
key: Scalars['String']['output'];
|
|
101200
|
+
latestUpdateDate?: Maybe<Scalars['DateTime']['output']>;
|
|
100091
101201
|
name: Scalars['String']['output'];
|
|
100092
101202
|
owner?: Maybe<User>;
|
|
100093
101203
|
parentGoal?: Maybe<TownsquareGoal>;
|
|
@@ -101449,6 +102559,7 @@ export declare type TrelloActionAttachmentEntity = {
|
|
|
101449
102559
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
101450
102560
|
previewUrl?: Maybe<Scalars['String']['output']>;
|
|
101451
102561
|
previewUrl2x?: Maybe<Scalars['String']['output']>;
|
|
102562
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
101452
102563
|
type?: Maybe<Scalars['String']['output']>;
|
|
101453
102564
|
url?: Maybe<Scalars['String']['output']>;
|
|
101454
102565
|
};
|
|
@@ -102419,6 +103530,7 @@ export declare type TrelloCardEdgeUpdated = {
|
|
|
102419
103530
|
};
|
|
102420
103531
|
export declare enum TrelloCardExternalSource {
|
|
102421
103532
|
Email = "EMAIL",
|
|
103533
|
+
Loom = "LOOM",
|
|
102422
103534
|
Msteams = "MSTEAMS",
|
|
102423
103535
|
Siri = "SIRI",
|
|
102424
103536
|
Slack = "SLACK"
|
|
@@ -102772,8 +103884,11 @@ export declare type TrelloCreateCardFromEmailActionDisplayEntities = {
|
|
|
102772
103884
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
102773
103885
|
};
|
|
102774
103886
|
export declare type TrelloCreateCardInput = {
|
|
103887
|
+
externalSource?: InputMaybe<TrelloCardExternalSource>;
|
|
102775
103888
|
listId: Scalars['ID']['input'];
|
|
102776
103889
|
name: Scalars['String']['input'];
|
|
103890
|
+
position?: InputMaybe<Scalars['TrelloCardPosition']['input']>;
|
|
103891
|
+
urlSource?: InputMaybe<Scalars['String']['input']>;
|
|
102777
103892
|
};
|
|
102778
103893
|
export declare type TrelloCreateCardPayload = Payload & {
|
|
102779
103894
|
__typename?: 'TrelloCreateCardPayload';
|
|
@@ -106627,7 +107742,6 @@ export declare type UpdatePolarisViewInput = {
|
|
|
106627
107742
|
hideEmptyGroups?: InputMaybe<Scalars['Boolean']['input']>;
|
|
106628
107743
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
106629
107744
|
lastCommentsViewedTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
106630
|
-
lastViewedTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
106631
107745
|
layoutType?: InputMaybe<PolarisViewLayoutType>;
|
|
106632
107746
|
matrixConfig?: InputMaybe<UpdatePolarisMatrixConfig>;
|
|
106633
107747
|
name?: InputMaybe<Scalars['String']['input']>;
|