@forge/cli-shared 8.9.1-next.8 → 8.10.0-next.11
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 +23 -0
- package/out/graphql/graphql-types.d.ts +1916 -118
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +130 -49
- package/out/ui/text.d.ts +5 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +10 -5
- package/package.json +2 -2
|
@@ -595,7 +595,9 @@ export declare type AvpDeleteVariablePayload = Payload & {
|
|
|
595
595
|
};
|
|
596
596
|
export declare type AvpEnvVar = {
|
|
597
597
|
__typename?: 'AVPEnvVar';
|
|
598
|
+
applyToAll?: Maybe<Scalars['Boolean']['output']>;
|
|
598
599
|
chartId?: Maybe<Scalars['ID']['output']>;
|
|
600
|
+
chartType?: Maybe<Scalars['String']['output']>;
|
|
599
601
|
dataType?: Maybe<AvpEnvVarDataType>;
|
|
600
602
|
defaultValues?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
601
603
|
hotTierFilterConfig?: Maybe<Array<Maybe<AvpHotTierFilterConfig>>>;
|
|
@@ -615,6 +617,7 @@ export declare enum AvpEnvVarDataType {
|
|
|
615
617
|
}
|
|
616
618
|
export declare type AvpEnvVarWithChart = {
|
|
617
619
|
__typename?: 'AVPEnvVarWithChart';
|
|
620
|
+
applyToAll?: Maybe<Scalars['Boolean']['output']>;
|
|
618
621
|
chart?: Maybe<AvpChart>;
|
|
619
622
|
chartType?: Maybe<Scalars['String']['output']>;
|
|
620
623
|
dataType?: Maybe<AvpEnvVarDataType>;
|
|
@@ -897,6 +900,7 @@ export declare type AvpVariableInput = {
|
|
|
897
900
|
chartType?: InputMaybe<Scalars['String']['input']>;
|
|
898
901
|
dataType?: InputMaybe<AvpEnvVarDataType>;
|
|
899
902
|
defaultValues?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
903
|
+
hotTierFilterConfig?: InputMaybe<AvpHotTierFilterConfigInput>;
|
|
900
904
|
metadata?: InputMaybe<Scalars['String']['input']>;
|
|
901
905
|
name: Scalars['String']['input'];
|
|
902
906
|
};
|
|
@@ -1070,6 +1074,7 @@ export declare enum ActionsAuthType {
|
|
|
1070
1074
|
TwoLegged = "TWO_LEGGED"
|
|
1071
1075
|
}
|
|
1072
1076
|
export declare enum ActionsCapabilityType {
|
|
1077
|
+
AgentStudio = "AGENT_STUDIO",
|
|
1073
1078
|
Ai = "AI",
|
|
1074
1079
|
Automation = "AUTOMATION"
|
|
1075
1080
|
}
|
|
@@ -2804,6 +2809,16 @@ export declare type AgentStudioBatchEvaluationJobRun = {
|
|
|
2804
2809
|
status: AgentStudioJobRunStatus;
|
|
2805
2810
|
totalItems: Scalars['Int']['output'];
|
|
2806
2811
|
};
|
|
2812
|
+
export declare type AgentStudioBatchEvaluationJobRunEdge = {
|
|
2813
|
+
__typename?: 'AgentStudioBatchEvaluationJobRunEdge';
|
|
2814
|
+
cursor: Scalars['String']['output'];
|
|
2815
|
+
node: AgentStudioBatchEvaluationJobRun;
|
|
2816
|
+
};
|
|
2817
|
+
export declare type AgentStudioBatchEvaluationJobRunsConnection = {
|
|
2818
|
+
__typename?: 'AgentStudioBatchEvaluationJobRunsConnection';
|
|
2819
|
+
edges: Array<AgentStudioBatchEvaluationJobRunEdge>;
|
|
2820
|
+
pageInfo: PageInfo;
|
|
2821
|
+
};
|
|
2807
2822
|
export declare type AgentStudioBatchEvaluationJobsResult = {
|
|
2808
2823
|
__typename?: 'AgentStudioBatchEvaluationJobsResult';
|
|
2809
2824
|
edges: Array<AgentStudioBatchEvaluationJobEdge>;
|
|
@@ -3811,6 +3826,13 @@ export declare type AppContainerService = {
|
|
|
3811
3826
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
3812
3827
|
versionStatus?: Maybe<Scalars['String']['output']>;
|
|
3813
3828
|
};
|
|
3829
|
+
export declare type AppContainerServiceContextFilter = {
|
|
3830
|
+
type: AppContainerServiceContextFilterType;
|
|
3831
|
+
value: Scalars['String']['input'];
|
|
3832
|
+
};
|
|
3833
|
+
export declare enum AppContainerServiceContextFilterType {
|
|
3834
|
+
ShardContext = "SHARD_CONTEXT"
|
|
3835
|
+
}
|
|
3814
3836
|
export declare type AppContainerServices = {
|
|
3815
3837
|
__typename?: 'AppContainerServices';
|
|
3816
3838
|
services?: Maybe<Array<AppContainerService>>;
|
|
@@ -5483,6 +5505,11 @@ export declare type AssetsDmDataSourceFormFieldsDataSourceTypesArgs = {
|
|
|
5483
5505
|
page?: InputMaybe<Scalars['Int']['input']>;
|
|
5484
5506
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
5485
5507
|
};
|
|
5508
|
+
export declare type AssetsDmDataSourceHeaderDetails = {
|
|
5509
|
+
__typename?: 'AssetsDMDataSourceHeaderDetails';
|
|
5510
|
+
dataSourceName: Scalars['String']['output'];
|
|
5511
|
+
objectClassName: Scalars['String']['output'];
|
|
5512
|
+
};
|
|
5486
5513
|
export declare type AssetsDmDataSourceInput = {
|
|
5487
5514
|
adapterType: Scalars['String']['input'];
|
|
5488
5515
|
configuration: Scalars['JSON']['input'];
|
|
@@ -5739,6 +5766,9 @@ export declare type AssetsDmDateFormats = {
|
|
|
5739
5766
|
name: Scalars['String']['output'];
|
|
5740
5767
|
tenantId: Scalars['String']['output'];
|
|
5741
5768
|
};
|
|
5769
|
+
export declare type AssetsDmExportedObjectsListFileStatusPayload = {
|
|
5770
|
+
name: Scalars['String']['input'];
|
|
5771
|
+
};
|
|
5742
5772
|
export declare type AssetsDmGenerateAdapterTokenInput = {
|
|
5743
5773
|
adapterType: Scalars['String']['input'];
|
|
5744
5774
|
password: Scalars['String']['input'];
|
|
@@ -5785,6 +5815,15 @@ export declare type AssetsDmMappedColumn = {
|
|
|
5785
5815
|
jobId: Scalars['ID']['output'];
|
|
5786
5816
|
sourceColumnName: Scalars['String']['output'];
|
|
5787
5817
|
};
|
|
5818
|
+
export declare type AssetsDmNotificationPayload = {
|
|
5819
|
+
exportedObjectsListFileStatus?: InputMaybe<Array<InputMaybe<AssetsDmExportedObjectsListFileStatusPayload>>>;
|
|
5820
|
+
};
|
|
5821
|
+
export declare type AssetsDmNotificationResponse = {
|
|
5822
|
+
__typename?: 'AssetsDMNotificationResponse';
|
|
5823
|
+
exportedObjectsListFileStatus?: Maybe<Array<Maybe<AssetsDmObjectsListDownloadResponse>>>;
|
|
5824
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
5825
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
5826
|
+
};
|
|
5788
5827
|
export declare type AssetsDmObjectClass = {
|
|
5789
5828
|
__typename?: 'AssetsDMObjectClass';
|
|
5790
5829
|
allowDuplicates?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -5941,6 +5980,7 @@ export declare type AssetsDmObjectsListDownloadResponse = {
|
|
|
5941
5980
|
isReady: Scalars['Boolean']['output'];
|
|
5942
5981
|
isSuccessful: Scalars['Boolean']['output'];
|
|
5943
5982
|
message: Scalars['String']['output'];
|
|
5983
|
+
name: Scalars['String']['output'];
|
|
5944
5984
|
};
|
|
5945
5985
|
export declare type AssetsDmObjectsListExportRequestCreateResponse = {
|
|
5946
5986
|
__typename?: 'AssetsDMObjectsListExportRequestCreateResponse';
|
|
@@ -7609,6 +7649,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
7609
7649
|
meteredChargeElementUsageLatest?: Maybe<Scalars['Float']['output']>;
|
|
7610
7650
|
offering?: Maybe<CcpOffering>;
|
|
7611
7651
|
offeringKey?: Maybe<Scalars['ID']['output']>;
|
|
7652
|
+
offeringTransitionRoute?: Maybe<CcpOfferingTransitionRoute>;
|
|
7612
7653
|
order?: Maybe<CcpOrder>;
|
|
7613
7654
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
7614
7655
|
preDunning?: Maybe<CcpEntitlementPreDunning>;
|
|
@@ -7645,6 +7686,9 @@ export declare type CcpEntitlementMeteredChargeElementUsageAggregatedArgs = {
|
|
|
7645
7686
|
export declare type CcpEntitlementMeteredChargeElementUsageLatestArgs = {
|
|
7646
7687
|
input: CcpMeteredChargeElementLatestUsageInput;
|
|
7647
7688
|
};
|
|
7689
|
+
export declare type CcpEntitlementOfferingTransitionRouteArgs = {
|
|
7690
|
+
routeBehaviour: CcpOfferingRouteBehaviourEnum;
|
|
7691
|
+
};
|
|
7648
7692
|
export declare type CcpEntitlementDisplayInfo = {
|
|
7649
7693
|
__typename?: 'CcpEntitlementDisplayInfo';
|
|
7650
7694
|
provisionedResource?: Maybe<CcpEntitlementProvisionedResource>;
|
|
@@ -7657,6 +7701,7 @@ export declare type CcpEntitlementExperienceCapabilities = CommerceEntitlementEx
|
|
|
7657
7701
|
changeOfferingV2?: Maybe<CcpChangeOfferingExperienceCapability>;
|
|
7658
7702
|
compareOfferings?: Maybe<CcpCompareOfferingsExperienceCapability>;
|
|
7659
7703
|
manageEntitlement?: Maybe<CcpManageEntitlementExperienceCapability>;
|
|
7704
|
+
placeOrderLite?: Maybe<CcpPlaceOrderLiteExperienceCapability>;
|
|
7660
7705
|
};
|
|
7661
7706
|
export declare type CcpEntitlementExperienceCapabilitiesApplyEntitlementPromotionArgs = {
|
|
7662
7707
|
promotionId: Scalars['ID']['input'];
|
|
@@ -7673,6 +7718,10 @@ export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingV2Args = {
|
|
|
7673
7718
|
export declare type CcpEntitlementExperienceCapabilitiesCompareOfferingsArgs = {
|
|
7674
7719
|
input?: InputMaybe<CcpCompareOfferingsInput>;
|
|
7675
7720
|
};
|
|
7721
|
+
export declare type CcpEntitlementExperienceCapabilitiesPlaceOrderLiteArgs = {
|
|
7722
|
+
source: Scalars['String']['input'];
|
|
7723
|
+
targetOffering: CcpPlaceOrderLiteTargetOfferingInput;
|
|
7724
|
+
};
|
|
7676
7725
|
export declare type CcpEntitlementOfferingTransition = {
|
|
7677
7726
|
__typename?: 'CcpEntitlementOfferingTransition';
|
|
7678
7727
|
id: Scalars['ID']['output'];
|
|
@@ -7739,9 +7788,13 @@ export declare type CcpEntitlementTemplateUserUsageInclusions = {
|
|
|
7739
7788
|
export declare type CcpEntitlementUsage = {
|
|
7740
7789
|
__typename?: 'CcpEntitlementUsage';
|
|
7741
7790
|
offeringChargeElement?: Maybe<CcpOfferingChargeElement>;
|
|
7791
|
+
usageAlerts?: Maybe<Array<Maybe<UtsUsageAlert>>>;
|
|
7742
7792
|
usageAmount?: Maybe<Scalars['Float']['output']>;
|
|
7743
7793
|
usageIdentifier?: Maybe<Scalars['String']['output']>;
|
|
7744
7794
|
};
|
|
7795
|
+
export declare type CcpEntitlementUsageUsageAlertsArgs = {
|
|
7796
|
+
state?: InputMaybe<UtsAlertState>;
|
|
7797
|
+
};
|
|
7745
7798
|
export declare type CcpExperienceCapability = CommerceExperienceCapability & {
|
|
7746
7799
|
__typename?: 'CcpExperienceCapability';
|
|
7747
7800
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -8213,12 +8266,23 @@ export declare enum CcpOfferingRelationshipTemplateType {
|
|
|
8213
8266
|
SandboxDependence = "SANDBOX_DEPENDENCE",
|
|
8214
8267
|
SandboxGrant = "SANDBOX_GRANT"
|
|
8215
8268
|
}
|
|
8269
|
+
export declare enum CcpOfferingRouteBehaviourEnum {
|
|
8270
|
+
DefaultPricing = "DEFAULT_PRICING",
|
|
8271
|
+
Legacy = "LEGACY",
|
|
8272
|
+
PricingMigration = "PRICING_MIGRATION"
|
|
8273
|
+
}
|
|
8216
8274
|
export declare enum CcpOfferingStatus {
|
|
8217
8275
|
Active = "ACTIVE",
|
|
8218
8276
|
AtNotice = "AT_NOTICE",
|
|
8219
8277
|
Draft = "DRAFT",
|
|
8220
8278
|
Expired = "EXPIRED"
|
|
8221
8279
|
}
|
|
8280
|
+
export declare type CcpOfferingTransitionRoute = {
|
|
8281
|
+
__typename?: 'CcpOfferingTransitionRoute';
|
|
8282
|
+
effectiveDate?: Maybe<Scalars['Float']['output']>;
|
|
8283
|
+
offering?: Maybe<CcpOffering>;
|
|
8284
|
+
pricingPlan?: Maybe<CcpPricingPlan>;
|
|
8285
|
+
};
|
|
8222
8286
|
export declare type CcpOfferingTrial = CommerceOfferingTrial & {
|
|
8223
8287
|
__typename?: 'CcpOfferingTrial';
|
|
8224
8288
|
lengthDays?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8282,6 +8346,15 @@ export declare enum CcpPaymentMethodType {
|
|
|
8282
8346
|
Deferred = "DEFERRED",
|
|
8283
8347
|
Paypal = "PAYPAL"
|
|
8284
8348
|
}
|
|
8349
|
+
export declare type CcpPlaceOrderLiteExperienceCapability = CommerceExperienceCapability & {
|
|
8350
|
+
__typename?: 'CcpPlaceOrderLiteExperienceCapability';
|
|
8351
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
8352
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
8353
|
+
};
|
|
8354
|
+
export declare type CcpPlaceOrderLiteTargetOfferingInput = {
|
|
8355
|
+
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
8356
|
+
offeringName?: InputMaybe<Scalars['String']['input']>;
|
|
8357
|
+
};
|
|
8285
8358
|
export declare type CcpPostalAddress = {
|
|
8286
8359
|
__typename?: 'CcpPostalAddress';
|
|
8287
8360
|
city?: Maybe<Scalars['String']['output']>;
|
|
@@ -10720,6 +10793,7 @@ export declare type CompassCatalogQueryApi = {
|
|
|
10720
10793
|
metricDefinition?: Maybe<CompassMetricDefinitionResult>;
|
|
10721
10794
|
metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
|
|
10722
10795
|
metricValuesTimeSeries?: Maybe<CompassMetricValuesTimeseriesResult>;
|
|
10796
|
+
myComponents?: Maybe<CompassComponentQueryResult>;
|
|
10723
10797
|
package?: Maybe<CompassPackage>;
|
|
10724
10798
|
scorecard?: Maybe<CompassScorecardResult>;
|
|
10725
10799
|
scorecards?: Maybe<CompassScorecardsQueryResult>;
|
|
@@ -10859,6 +10933,10 @@ export declare type CompassCatalogQueryApiMetricValuesTimeSeriesArgs = {
|
|
|
10859
10933
|
cloudId: Scalars['ID']['input'];
|
|
10860
10934
|
metricSourceId: Scalars['ID']['input'];
|
|
10861
10935
|
};
|
|
10936
|
+
export declare type CompassCatalogQueryApiMyComponentsArgs = {
|
|
10937
|
+
cloudId: Scalars['String']['input'];
|
|
10938
|
+
query?: InputMaybe<CompassSearchComponentQuery>;
|
|
10939
|
+
};
|
|
10862
10940
|
export declare type CompassCatalogQueryApiPackageArgs = {
|
|
10863
10941
|
id: Scalars['ID']['input'];
|
|
10864
10942
|
};
|
|
@@ -16011,6 +16089,11 @@ export declare type ConfluenceContentBodyInput = {
|
|
|
16011
16089
|
representation: ConfluenceContentRepresentation;
|
|
16012
16090
|
value: Scalars['String']['input'];
|
|
16013
16091
|
};
|
|
16092
|
+
export declare type ConfluenceContentDirectRestrictions = {
|
|
16093
|
+
__typename?: 'ConfluenceContentDirectRestrictions';
|
|
16094
|
+
applied?: Maybe<ConfluenceDirectRestrictionsApplied>;
|
|
16095
|
+
restrictionsSummary?: Maybe<ConfluenceRestrictionsSummary>;
|
|
16096
|
+
};
|
|
16014
16097
|
export declare type ConfluenceContentGeneralAccess = {
|
|
16015
16098
|
__typename?: 'ConfluenceContentGeneralAccess';
|
|
16016
16099
|
mode?: Maybe<ConfluenceContentRestrictionState>;
|
|
@@ -16021,6 +16104,7 @@ export declare type ConfluenceContentInput = {
|
|
|
16021
16104
|
contentStatus?: InputMaybe<Scalars['String']['input']>;
|
|
16022
16105
|
contentType?: InputMaybe<Scalars['String']['input']>;
|
|
16023
16106
|
minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16107
|
+
moveRequest?: InputMaybe<ConfluenceMoveRequestInput>;
|
|
16024
16108
|
ncsStepVersion?: InputMaybe<Scalars['String']['input']>;
|
|
16025
16109
|
restrictions?: InputMaybe<PageRestrictionsInput>;
|
|
16026
16110
|
schedulePublishDate?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -16085,6 +16169,11 @@ export declare type ConfluenceContentNativeProperties = {
|
|
|
16085
16169
|
current?: Maybe<ConfluenceCurrentContentNativeProperties>;
|
|
16086
16170
|
draft?: Maybe<ConfluenceDraftContentNativeProperties>;
|
|
16087
16171
|
};
|
|
16172
|
+
export declare enum ConfluenceContentPosition {
|
|
16173
|
+
After = "AFTER",
|
|
16174
|
+
Append = "APPEND",
|
|
16175
|
+
Before = "BEFORE"
|
|
16176
|
+
}
|
|
16088
16177
|
export declare type ConfluenceContentPropertyDeleted = {
|
|
16089
16178
|
__typename?: 'ConfluenceContentPropertyDeleted';
|
|
16090
16179
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -16832,6 +16921,24 @@ export declare type ConfluenceDeletedUser = {
|
|
|
16832
16921
|
__typename?: 'ConfluenceDeletedUser';
|
|
16833
16922
|
accountIds: Array<Maybe<Scalars['String']['output']>>;
|
|
16834
16923
|
};
|
|
16924
|
+
export declare type ConfluenceDirectRestrictionsAddInput = {
|
|
16925
|
+
edit?: InputMaybe<ConfluenceRestrictionsInput>;
|
|
16926
|
+
view?: InputMaybe<ConfluenceRestrictionsInput>;
|
|
16927
|
+
};
|
|
16928
|
+
export declare type ConfluenceDirectRestrictionsApplied = {
|
|
16929
|
+
__typename?: 'ConfluenceDirectRestrictionsApplied';
|
|
16930
|
+
added?: Maybe<ConfluenceDirectRestrictionsResult>;
|
|
16931
|
+
removed?: Maybe<ConfluenceDirectRestrictionsResult>;
|
|
16932
|
+
};
|
|
16933
|
+
export declare type ConfluenceDirectRestrictionsRemoveInput = {
|
|
16934
|
+
edit?: InputMaybe<ConfluenceRestrictionsInput>;
|
|
16935
|
+
view?: InputMaybe<ConfluenceRestrictionsInput>;
|
|
16936
|
+
};
|
|
16937
|
+
export declare type ConfluenceDirectRestrictionsResult = {
|
|
16938
|
+
__typename?: 'ConfluenceDirectRestrictionsResult';
|
|
16939
|
+
edit?: Maybe<ConfluenceRestrictionsResult>;
|
|
16940
|
+
view?: Maybe<ConfluenceRestrictionsResult>;
|
|
16941
|
+
};
|
|
16835
16942
|
export declare type ConfluenceDisableBlueprintInput = {
|
|
16836
16943
|
id: Scalars['ID']['input'];
|
|
16837
16944
|
spaceId: Scalars['Long']['input'];
|
|
@@ -17579,6 +17686,10 @@ export declare type ConfluenceMediaTokenData = {
|
|
|
17579
17686
|
fileStoreUrl: Scalars['String']['output'];
|
|
17580
17687
|
token: Scalars['String']['output'];
|
|
17581
17688
|
};
|
|
17689
|
+
export declare type ConfluenceMoveRequestInput = {
|
|
17690
|
+
position: ConfluenceContentPosition;
|
|
17691
|
+
targetId: Scalars['ID']['input'];
|
|
17692
|
+
};
|
|
17582
17693
|
export declare type ConfluenceMutationApi = {
|
|
17583
17694
|
__typename?: 'ConfluenceMutationApi';
|
|
17584
17695
|
addCustomApplicationLink?: Maybe<ConfluenceAddCustomApplicationLinkPayload>;
|
|
@@ -17954,6 +18065,18 @@ export declare type ConfluenceNbmScanSummary = {
|
|
|
17954
18065
|
totalPages?: Maybe<Scalars['Int']['output']>;
|
|
17955
18066
|
totalSpaces?: Maybe<Scalars['Int']['output']>;
|
|
17956
18067
|
};
|
|
18068
|
+
export declare type ConfluenceNbmStartPerfScanLongTaskInput = {
|
|
18069
|
+
includeAllSpaces: Scalars['Boolean']['input'];
|
|
18070
|
+
scanId?: InputMaybe<Scalars['String']['input']>;
|
|
18071
|
+
spaceIds: Array<Scalars['Long']['input']>;
|
|
18072
|
+
};
|
|
18073
|
+
export declare type ConfluenceNbmStartPerfScanLongTaskPayload = Payload & {
|
|
18074
|
+
__typename?: 'ConfluenceNbmStartPerfScanLongTaskPayload';
|
|
18075
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18076
|
+
scanId?: Maybe<Scalars['ID']['output']>;
|
|
18077
|
+
success: Scalars['Boolean']['output'];
|
|
18078
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
18079
|
+
};
|
|
17957
18080
|
export declare type ConfluenceNbmStartScanLongTaskInput = {
|
|
17958
18081
|
includeAllSpaces: Scalars['Boolean']['input'];
|
|
17959
18082
|
scanId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -19033,6 +19156,28 @@ export declare type ConfluenceRestoreContentVersionPayload = {
|
|
|
19033
19156
|
success: Scalars['Boolean']['output'];
|
|
19034
19157
|
version: Version;
|
|
19035
19158
|
};
|
|
19159
|
+
export declare type ConfluenceRestriction = {
|
|
19160
|
+
__typename?: 'ConfluenceRestriction';
|
|
19161
|
+
principalId: Scalars['ID']['output'];
|
|
19162
|
+
principalType: ConfluencePrincipalType;
|
|
19163
|
+
};
|
|
19164
|
+
export declare type ConfluenceRestrictionInput = {
|
|
19165
|
+
principalId: Scalars['ID']['input'];
|
|
19166
|
+
principalType: ConfluencePrincipalType;
|
|
19167
|
+
};
|
|
19168
|
+
export declare type ConfluenceRestrictionsInput = {
|
|
19169
|
+
restrictions: Array<InputMaybe<ConfluenceRestrictionInput>>;
|
|
19170
|
+
};
|
|
19171
|
+
export declare type ConfluenceRestrictionsResult = {
|
|
19172
|
+
__typename?: 'ConfluenceRestrictionsResult';
|
|
19173
|
+
restrictions: Array<Maybe<ConfluenceRestriction>>;
|
|
19174
|
+
};
|
|
19175
|
+
export declare type ConfluenceRestrictionsSummary = {
|
|
19176
|
+
__typename?: 'ConfluenceRestrictionsSummary';
|
|
19177
|
+
limit?: Maybe<Scalars['Int']['output']>;
|
|
19178
|
+
remainingSlots?: Maybe<Scalars['Int']['output']>;
|
|
19179
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
19180
|
+
};
|
|
19036
19181
|
export declare enum ConfluenceRoleAssignabilityCode {
|
|
19037
19182
|
Assignable = "ASSIGNABLE",
|
|
19038
19183
|
DefaultRoleAssignmentNotSupported = "DEFAULT_ROLE_ASSIGNMENT_NOT_SUPPORTED",
|
|
@@ -19669,6 +19814,16 @@ export declare type ConfluenceUpdateAnswerPayload = Payload & {
|
|
|
19669
19814
|
errors?: Maybe<Array<MutationError>>;
|
|
19670
19815
|
success: Scalars['Boolean']['output'];
|
|
19671
19816
|
};
|
|
19817
|
+
export declare type ConfluenceUpdateBlogPostInput = {
|
|
19818
|
+
confluenceContentInput: ConfluenceContentInput;
|
|
19819
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
19820
|
+
};
|
|
19821
|
+
export declare type ConfluenceUpdateBlogPostPayload = Payload & {
|
|
19822
|
+
__typename?: 'ConfluenceUpdateBlogPostPayload';
|
|
19823
|
+
content?: Maybe<Content>;
|
|
19824
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19825
|
+
success: Scalars['Boolean']['output'];
|
|
19826
|
+
};
|
|
19672
19827
|
export declare type ConfluenceUpdateCalendarCustomEventTypePayload = Payload & {
|
|
19673
19828
|
__typename?: 'ConfluenceUpdateCalendarCustomEventTypePayload';
|
|
19674
19829
|
calendarCustomEventType?: Maybe<ConfluenceCalendarCustomEventType>;
|
|
@@ -19768,6 +19923,18 @@ export declare type ConfluenceUpdateContentAccessRequestPayload = Payload & {
|
|
|
19768
19923
|
errors: Array<MutationError>;
|
|
19769
19924
|
success: Scalars['Boolean']['output'];
|
|
19770
19925
|
};
|
|
19926
|
+
export declare type ConfluenceUpdateContentDirectRestrictionsInput = {
|
|
19927
|
+
add?: InputMaybe<ConfluenceDirectRestrictionsAddInput>;
|
|
19928
|
+
contentId: Scalars['ID']['input'];
|
|
19929
|
+
includeInvites?: InputMaybe<Scalars['Boolean']['input']>;
|
|
19930
|
+
remove?: InputMaybe<ConfluenceDirectRestrictionsRemoveInput>;
|
|
19931
|
+
};
|
|
19932
|
+
export declare type ConfluenceUpdateContentDirectRestrictionsPayload = Payload & {
|
|
19933
|
+
__typename?: 'ConfluenceUpdateContentDirectRestrictionsPayload';
|
|
19934
|
+
contentDirectRestrictions?: Maybe<ConfluenceContentDirectRestrictions>;
|
|
19935
|
+
errors: Array<MutationError>;
|
|
19936
|
+
success: Scalars['Boolean']['output'];
|
|
19937
|
+
};
|
|
19771
19938
|
export declare type ConfluenceUpdateContentModeInput = {
|
|
19772
19939
|
contentId: Scalars['ID']['input'];
|
|
19773
19940
|
contentMode: ConfluenceGraphQlContentMode;
|
|
@@ -19982,6 +20149,16 @@ export declare type ConfluenceUpdateNewCodeMacroPayload = Payload & {
|
|
|
19982
20149
|
newCodeMacro?: Maybe<ConfluenceNewCodeMacro>;
|
|
19983
20150
|
success: Scalars['Boolean']['output'];
|
|
19984
20151
|
};
|
|
20152
|
+
export declare type ConfluenceUpdatePageInput = {
|
|
20153
|
+
confluenceContentInput: ConfluenceContentInput;
|
|
20154
|
+
status: Scalars['String']['input'];
|
|
20155
|
+
};
|
|
20156
|
+
export declare type ConfluenceUpdatePagePayload = Payload & {
|
|
20157
|
+
__typename?: 'ConfluenceUpdatePagePayload';
|
|
20158
|
+
content?: Maybe<Content>;
|
|
20159
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20160
|
+
success: Scalars['Boolean']['output'];
|
|
20161
|
+
};
|
|
19985
20162
|
export declare type ConfluenceUpdatePdfExportConfigurationInput = {
|
|
19986
20163
|
footer: Scalars['String']['input'];
|
|
19987
20164
|
header: Scalars['String']['input'];
|
|
@@ -20227,6 +20404,15 @@ export declare type ConfluenceUpdateVotePayload = Payload & {
|
|
|
20227
20404
|
success: Scalars['Boolean']['output'];
|
|
20228
20405
|
vote?: Maybe<ConfluenceVote>;
|
|
20229
20406
|
};
|
|
20407
|
+
export declare type ConfluenceUpdateWatermarkConfigInput = {
|
|
20408
|
+
data: Scalars['String']['input'];
|
|
20409
|
+
};
|
|
20410
|
+
export declare type ConfluenceUpdateWatermarkConfigPayload = Payload & {
|
|
20411
|
+
__typename?: 'ConfluenceUpdateWatermarkConfigPayload';
|
|
20412
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20413
|
+
success: Scalars['Boolean']['output'];
|
|
20414
|
+
watermarkConfig?: Maybe<ConfluenceWatermarkConfig>;
|
|
20415
|
+
};
|
|
20230
20416
|
export declare type ConfluenceUploadDefaultSpaceLogoInput = {
|
|
20231
20417
|
fileStoreId: Scalars['ID']['input'];
|
|
20232
20418
|
};
|
|
@@ -20340,6 +20526,16 @@ export declare type ConfluenceWatchSubCalendarPayload = {
|
|
|
20340
20526
|
errors?: Maybe<Array<MutationError>>;
|
|
20341
20527
|
success: Scalars['Boolean']['output'];
|
|
20342
20528
|
};
|
|
20529
|
+
export declare type ConfluenceWatermarkConfig = {
|
|
20530
|
+
__typename?: 'ConfluenceWatermarkConfig';
|
|
20531
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
20532
|
+
data?: Maybe<Scalars['String']['output']>;
|
|
20533
|
+
entityAri: Scalars['String']['output'];
|
|
20534
|
+
ownerAri?: Maybe<Scalars['String']['output']>;
|
|
20535
|
+
settingKey: Scalars['String']['output'];
|
|
20536
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
20537
|
+
version?: Maybe<Scalars['Int']['output']>;
|
|
20538
|
+
};
|
|
20343
20539
|
export declare type ConfluenceWhiteboard = Node & {
|
|
20344
20540
|
__typename?: 'ConfluenceWhiteboard';
|
|
20345
20541
|
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
@@ -23882,6 +24078,11 @@ export declare type CsmAiActionVariableInput = {
|
|
|
23882
24078
|
isRequired: Scalars['Boolean']['input'];
|
|
23883
24079
|
name: Scalars['String']['input'];
|
|
23884
24080
|
};
|
|
24081
|
+
export declare type CsmAiAddKnowledgeSourceInput = {
|
|
24082
|
+
csmAiKnowledgeFilter: CsmAiKnowledgeFilterInput;
|
|
24083
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24084
|
+
type: Scalars['String']['input'];
|
|
24085
|
+
};
|
|
23885
24086
|
export declare type CsmAiAgent = {
|
|
23886
24087
|
__typename?: 'CsmAiAgent';
|
|
23887
24088
|
companyDescription?: Maybe<Scalars['String']['output']>;
|
|
@@ -24011,6 +24212,9 @@ export declare type CsmAiByodKnowledgeFilter = {
|
|
|
24011
24212
|
__typename?: 'CsmAiByodKnowledgeFilter';
|
|
24012
24213
|
byodSources?: Maybe<Array<CsmAiByodSource>>;
|
|
24013
24214
|
};
|
|
24215
|
+
export declare type CsmAiByodKnowledgeFilterInput = {
|
|
24216
|
+
byodSources?: InputMaybe<Array<CsmAiByodSourceInput>>;
|
|
24217
|
+
};
|
|
24014
24218
|
export declare type CsmAiByodSource = {
|
|
24015
24219
|
__typename?: 'CsmAiByodSource';
|
|
24016
24220
|
datasourceId: Scalars['String']['output'];
|
|
@@ -24018,12 +24222,22 @@ export declare type CsmAiByodSource = {
|
|
|
24018
24222
|
workspaceName: Scalars['String']['output'];
|
|
24019
24223
|
workspaceUrl: Scalars['String']['output'];
|
|
24020
24224
|
};
|
|
24225
|
+
export declare type CsmAiByodSourceInput = {
|
|
24226
|
+
datasourceId: Scalars['String']['input'];
|
|
24227
|
+
integrationId: Scalars['String']['input'];
|
|
24228
|
+
workspaceName: Scalars['String']['input'];
|
|
24229
|
+
workspaceUrl: Scalars['String']['input'];
|
|
24230
|
+
};
|
|
24021
24231
|
export declare type CsmAiCoachingContentResult = CsmAiAgentCoachingContent | QueryError;
|
|
24022
24232
|
export declare type CsmAiConfluenceKnowledgeFilter = {
|
|
24023
24233
|
__typename?: 'CsmAiConfluenceKnowledgeFilter';
|
|
24024
24234
|
parentFilter?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24025
24235
|
spaceFilter?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24026
24236
|
};
|
|
24237
|
+
export declare type CsmAiConfluenceKnowledgeFilterInput = {
|
|
24238
|
+
parentFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24239
|
+
spaceFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24240
|
+
};
|
|
24027
24241
|
export declare type CsmAiConnectorConfiguration = CsmAiMessageHandoff | CsmAiTicketingHandoff;
|
|
24028
24242
|
export declare type CsmAiConnectorConfigurationInput = {
|
|
24029
24243
|
messageHandoff?: InputMaybe<CsmAiMessageHandoffInput>;
|
|
@@ -24068,6 +24282,11 @@ export declare type CsmAiDeleteCoachingContentPayload = Payload & {
|
|
|
24068
24282
|
errors?: Maybe<Array<MutationError>>;
|
|
24069
24283
|
success: Scalars['Boolean']['output'];
|
|
24070
24284
|
};
|
|
24285
|
+
export declare type CsmAiDeleteKnowledgeSourcePayload = Payload & {
|
|
24286
|
+
__typename?: 'CsmAiDeleteKnowledgeSourcePayload';
|
|
24287
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24288
|
+
success: Scalars['Boolean']['output'];
|
|
24289
|
+
};
|
|
24071
24290
|
export declare type CsmAiHandoffConfig = {
|
|
24072
24291
|
__typename?: 'CsmAiHandoffConfig';
|
|
24073
24292
|
connectorConfiguration: CsmAiConnectorConfiguration;
|
|
@@ -24129,6 +24348,10 @@ export declare type CsmAiKnowledgeCollection = {
|
|
|
24129
24348
|
};
|
|
24130
24349
|
export declare type CsmAiKnowledgeCollectionResult = CsmAiKnowledgeCollection | QueryError;
|
|
24131
24350
|
export declare type CsmAiKnowledgeFilter = CsmAiByodKnowledgeFilter | CsmAiConfluenceKnowledgeFilter;
|
|
24351
|
+
export declare type CsmAiKnowledgeFilterInput = {
|
|
24352
|
+
byodFilter?: InputMaybe<CsmAiByodKnowledgeFilterInput>;
|
|
24353
|
+
confluenceFilter?: InputMaybe<CsmAiConfluenceKnowledgeFilterInput>;
|
|
24354
|
+
};
|
|
24132
24355
|
export declare type CsmAiKnowledgeSource = {
|
|
24133
24356
|
__typename?: 'CsmAiKnowledgeSource';
|
|
24134
24357
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -24136,6 +24359,12 @@ export declare type CsmAiKnowledgeSource = {
|
|
|
24136
24359
|
id: Scalars['ID']['output'];
|
|
24137
24360
|
type?: Maybe<Scalars['String']['output']>;
|
|
24138
24361
|
};
|
|
24362
|
+
export declare type CsmAiKnowledgeSourcePayload = Payload & {
|
|
24363
|
+
__typename?: 'CsmAiKnowledgeSourcePayload';
|
|
24364
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24365
|
+
knowledgeSource?: Maybe<CsmAiKnowledgeSource>;
|
|
24366
|
+
success: Scalars['Boolean']['output'];
|
|
24367
|
+
};
|
|
24139
24368
|
export declare type CsmAiMessageHandoff = {
|
|
24140
24369
|
__typename?: 'CsmAiMessageHandoff';
|
|
24141
24370
|
message: Scalars['String']['output'];
|
|
@@ -24231,6 +24460,11 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
24231
24460
|
handoffConfigs?: Maybe<Array<CsmAiHandoffConfig>>;
|
|
24232
24461
|
success: Scalars['Boolean']['output'];
|
|
24233
24462
|
};
|
|
24463
|
+
export declare type CsmAiUpdateKnowledgeSourceInput = {
|
|
24464
|
+
csmAiKnowledgeFilter: CsmAiKnowledgeFilterInput;
|
|
24465
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24466
|
+
type: Scalars['String']['input'];
|
|
24467
|
+
};
|
|
24234
24468
|
export declare type CsmAiUpdateWidgetPayload = Payload & {
|
|
24235
24469
|
__typename?: 'CsmAiUpdateWidgetPayload';
|
|
24236
24470
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -24287,9 +24521,11 @@ export declare type CsmAiWidgetBrandingThemeUpdateInput = {
|
|
|
24287
24521
|
export declare type CsmAiWidgetConfig = {
|
|
24288
24522
|
__typename?: 'CsmAiWidgetConfig';
|
|
24289
24523
|
allowedDomains?: Maybe<Array<Scalars['String']['output']>>;
|
|
24524
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
24290
24525
|
id: Scalars['ID']['output'];
|
|
24291
24526
|
isAnonymousAccessEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
24292
24527
|
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
24528
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
24293
24529
|
position: CsmAiWidgetPosition;
|
|
24294
24530
|
theme?: Maybe<CsmAiWidgetBrandingTheme>;
|
|
24295
24531
|
type: CsmAiWidgetType;
|
|
@@ -24319,8 +24555,10 @@ export declare enum CsmAiWidgetType {
|
|
|
24319
24555
|
}
|
|
24320
24556
|
export declare type CsmAiWidgetUpdateInput = {
|
|
24321
24557
|
allowedDomains?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
24558
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
24322
24559
|
isAnonymousAccessEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24323
24560
|
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24561
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
24324
24562
|
position?: InputMaybe<CsmAiWidgetPosition>;
|
|
24325
24563
|
theme?: InputMaybe<CsmAiWidgetBrandingThemeUpdateInput>;
|
|
24326
24564
|
type: CsmAiWidgetType;
|
|
@@ -24524,6 +24762,20 @@ export declare type Customer360Customer = Node & {
|
|
|
24524
24762
|
startDate?: Maybe<Scalars['String']['output']>;
|
|
24525
24763
|
type?: Maybe<Scalars['String']['output']>;
|
|
24526
24764
|
};
|
|
24765
|
+
export declare type CustomerServiceAcceptEscalationInput = {
|
|
24766
|
+
escalationType: CustomerServiceEscalationType;
|
|
24767
|
+
linkedWorkItemId: Scalars['ID']['input'];
|
|
24768
|
+
linkedWorkItemType: CustomerServiceAcceptEscalationLinkedWorkItemType;
|
|
24769
|
+
};
|
|
24770
|
+
export declare enum CustomerServiceAcceptEscalationLinkedWorkItemType {
|
|
24771
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
24772
|
+
NewWorkItem = "NEW_WORK_ITEM"
|
|
24773
|
+
}
|
|
24774
|
+
export declare type CustomerServiceAcceptEscalationPayload = Payload & {
|
|
24775
|
+
__typename?: 'CustomerServiceAcceptEscalationPayload';
|
|
24776
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24777
|
+
success: Scalars['Boolean']['output'];
|
|
24778
|
+
};
|
|
24527
24779
|
export declare type CustomerServiceAttribute = Node & {
|
|
24528
24780
|
__typename?: 'CustomerServiceAttribute';
|
|
24529
24781
|
config?: Maybe<CustomerServiceAttributeConfigMetadata>;
|
|
@@ -25007,6 +25259,7 @@ export declare type CustomerServiceIndividualUpdateAttributeValuePayload = Paylo
|
|
|
25007
25259
|
};
|
|
25008
25260
|
export declare type CustomerServiceMutationApi = {
|
|
25009
25261
|
__typename?: 'CustomerServiceMutationApi';
|
|
25262
|
+
acceptEscalation?: Maybe<CustomerServiceAcceptEscalationPayload>;
|
|
25010
25263
|
addEntitlement?: Maybe<CustomerServiceEntitlementAddPayload>;
|
|
25011
25264
|
createCustomDetail?: Maybe<CustomerServiceCustomDetailCreatePayload>;
|
|
25012
25265
|
createIndividualAttribute?: Maybe<CustomerServiceAttributeCreatePayload>;
|
|
@@ -25045,6 +25298,11 @@ export declare type CustomerServiceMutationApi = {
|
|
|
25045
25298
|
updateTemplateForm?: Maybe<CustomerServiceTemplateFormUpdatePayload>;
|
|
25046
25299
|
upsertBranding?: Maybe<CustomerServiceBrandingUpsertPayload>;
|
|
25047
25300
|
};
|
|
25301
|
+
export declare type CustomerServiceMutationApiAcceptEscalationArgs = {
|
|
25302
|
+
input: CustomerServiceAcceptEscalationInput;
|
|
25303
|
+
projectId: Scalars['ID']['input'];
|
|
25304
|
+
workItemId: Scalars['ID']['input'];
|
|
25305
|
+
};
|
|
25048
25306
|
export declare type CustomerServiceMutationApiAddEntitlementArgs = {
|
|
25049
25307
|
input: CustomerServiceEntitlementAddInput;
|
|
25050
25308
|
};
|
|
@@ -25538,6 +25796,7 @@ export declare type CustomerServiceTemplateForm = Node & {
|
|
|
25538
25796
|
helpCenterId: Scalars['ID']['output'];
|
|
25539
25797
|
id: Scalars['ID']['output'];
|
|
25540
25798
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
25799
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
25541
25800
|
name?: Maybe<Scalars['String']['output']>;
|
|
25542
25801
|
};
|
|
25543
25802
|
export declare type CustomerServiceTemplateFormConnection = {
|
|
@@ -25576,6 +25835,7 @@ export declare type CustomerServiceTemplateFormFilterInput = {
|
|
|
25576
25835
|
export declare type CustomerServiceTemplateFormQueryResult = CustomerServiceTemplateForm | QueryError;
|
|
25577
25836
|
export declare type CustomerServiceTemplateFormUpdateInput = {
|
|
25578
25837
|
defaultRoutingRule?: InputMaybe<CustomerServiceDefaultRoutingRuleInput>;
|
|
25838
|
+
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25579
25839
|
};
|
|
25580
25840
|
export declare type CustomerServiceTemplateFormUpdatePayload = Payload & {
|
|
25581
25841
|
__typename?: 'CustomerServiceTemplateFormUpdatePayload';
|
|
@@ -29756,6 +30016,13 @@ export declare type ExperienceToplineGoal = {
|
|
|
29756
30016
|
percentile: Scalars['Int']['output'];
|
|
29757
30017
|
value: Scalars['Float']['output'];
|
|
29758
30018
|
};
|
|
30019
|
+
export declare type ExperimentApiCollaborationGraphUser = {
|
|
30020
|
+
__typename?: 'ExperimentApiCollaborationGraphUser';
|
|
30021
|
+
entityType?: Maybe<Scalars['String']['output']>;
|
|
30022
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
30023
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
30024
|
+
userProfile?: Maybe<User>;
|
|
30025
|
+
};
|
|
29759
30026
|
export declare type Extension = {
|
|
29760
30027
|
__typename?: 'Extension';
|
|
29761
30028
|
appId: Scalars['ID']['output'];
|
|
@@ -30142,11 +30409,14 @@ export declare type ExternalCustomerOrg = Node & {
|
|
|
30142
30409
|
accountType?: Maybe<Scalars['String']['output']>;
|
|
30143
30410
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
30144
30411
|
contacts?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
30412
|
+
container?: Maybe<ExternalEntity>;
|
|
30413
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
30145
30414
|
contributors?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
30146
30415
|
country?: Maybe<Scalars['String']['output']>;
|
|
30147
30416
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
30148
30417
|
createdBy?: Maybe<ExternalUser>;
|
|
30149
30418
|
customerOrgLastActivity?: Maybe<ExternalCustomerOrgLastActivity>;
|
|
30419
|
+
customerOrgLifeTimeValue?: Maybe<ExternalCustomerOrgLifeTimeValue>;
|
|
30150
30420
|
description?: Maybe<Scalars['String']['output']>;
|
|
30151
30421
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
30152
30422
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
@@ -37158,6 +37428,18 @@ export declare type GraphStore = {
|
|
|
37158
37428
|
userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
|
|
37159
37429
|
userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
|
|
37160
37430
|
userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
|
|
37431
|
+
userCreatedExternalCustomerOrg?: Maybe<GraphStoreSimplifiedUserCreatedExternalCustomerOrgConnection>;
|
|
37432
|
+
userCreatedExternalCustomerOrgInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalCustomerOrgInverseConnection>;
|
|
37433
|
+
userCreatedExternalDashboard?: Maybe<GraphStoreSimplifiedUserCreatedExternalDashboardConnection>;
|
|
37434
|
+
userCreatedExternalDashboardInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalDashboardInverseConnection>;
|
|
37435
|
+
userCreatedExternalDataTable?: Maybe<GraphStoreSimplifiedUserCreatedExternalDataTableConnection>;
|
|
37436
|
+
userCreatedExternalDataTableInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalDataTableInverseConnection>;
|
|
37437
|
+
userCreatedExternalDeal?: Maybe<GraphStoreSimplifiedUserCreatedExternalDealConnection>;
|
|
37438
|
+
userCreatedExternalDealInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalDealInverseConnection>;
|
|
37439
|
+
userCreatedExternalSoftwareService?: Maybe<GraphStoreSimplifiedUserCreatedExternalSoftwareServiceConnection>;
|
|
37440
|
+
userCreatedExternalSoftwareServiceInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalSoftwareServiceInverseConnection>;
|
|
37441
|
+
userCreatedExternalSpace?: Maybe<GraphStoreSimplifiedUserCreatedExternalSpaceConnection>;
|
|
37442
|
+
userCreatedExternalSpaceInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalSpaceInverseConnection>;
|
|
37161
37443
|
userCreatedExternalTest?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestConnection>;
|
|
37162
37444
|
userCreatedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestInverseConnection>;
|
|
37163
37445
|
userCreatedIssue?: Maybe<GraphStoreSimplifiedUserCreatedIssueConnection>;
|
|
@@ -37228,6 +37510,18 @@ export declare type GraphStore = {
|
|
|
37228
37510
|
userOwnedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventInverseConnection>;
|
|
37229
37511
|
userOwnedDocument?: Maybe<GraphStoreSimplifiedUserOwnedDocumentConnection>;
|
|
37230
37512
|
userOwnedDocumentInverse?: Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseConnection>;
|
|
37513
|
+
userOwnedExternalCustomerOrg?: Maybe<GraphStoreSimplifiedUserOwnedExternalCustomerOrgConnection>;
|
|
37514
|
+
userOwnedExternalCustomerOrgInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalCustomerOrgInverseConnection>;
|
|
37515
|
+
userOwnedExternalDashboard?: Maybe<GraphStoreSimplifiedUserOwnedExternalDashboardConnection>;
|
|
37516
|
+
userOwnedExternalDashboardInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalDashboardInverseConnection>;
|
|
37517
|
+
userOwnedExternalDataTable?: Maybe<GraphStoreSimplifiedUserOwnedExternalDataTableConnection>;
|
|
37518
|
+
userOwnedExternalDataTableInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalDataTableInverseConnection>;
|
|
37519
|
+
userOwnedExternalDeal?: Maybe<GraphStoreSimplifiedUserOwnedExternalDealConnection>;
|
|
37520
|
+
userOwnedExternalDealInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalDealInverseConnection>;
|
|
37521
|
+
userOwnedExternalSoftwareService?: Maybe<GraphStoreSimplifiedUserOwnedExternalSoftwareServiceConnection>;
|
|
37522
|
+
userOwnedExternalSoftwareServiceInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalSoftwareServiceInverseConnection>;
|
|
37523
|
+
userOwnedExternalSpace?: Maybe<GraphStoreSimplifiedUserOwnedExternalSpaceConnection>;
|
|
37524
|
+
userOwnedExternalSpaceInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalSpaceInverseConnection>;
|
|
37231
37525
|
userOwnedExternalTest?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestConnection>;
|
|
37232
37526
|
userOwnedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestInverseConnection>;
|
|
37233
37527
|
userOwnedRemoteLink?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkConnection>;
|
|
@@ -37276,6 +37570,18 @@ export declare type GraphStore = {
|
|
|
37276
37570
|
userUpdatedConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseConnection>;
|
|
37277
37571
|
userUpdatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection>;
|
|
37278
37572
|
userUpdatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection>;
|
|
37573
|
+
userUpdatedExternalCustomerOrg?: Maybe<GraphStoreSimplifiedUserUpdatedExternalCustomerOrgConnection>;
|
|
37574
|
+
userUpdatedExternalCustomerOrgInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalCustomerOrgInverseConnection>;
|
|
37575
|
+
userUpdatedExternalDashboard?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDashboardConnection>;
|
|
37576
|
+
userUpdatedExternalDashboardInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDashboardInverseConnection>;
|
|
37577
|
+
userUpdatedExternalDataTable?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDataTableConnection>;
|
|
37578
|
+
userUpdatedExternalDataTableInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDataTableInverseConnection>;
|
|
37579
|
+
userUpdatedExternalDeal?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDealConnection>;
|
|
37580
|
+
userUpdatedExternalDealInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDealInverseConnection>;
|
|
37581
|
+
userUpdatedExternalSoftwareService?: Maybe<GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceConnection>;
|
|
37582
|
+
userUpdatedExternalSoftwareServiceInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceInverseConnection>;
|
|
37583
|
+
userUpdatedExternalSpace?: Maybe<GraphStoreSimplifiedUserUpdatedExternalSpaceConnection>;
|
|
37584
|
+
userUpdatedExternalSpaceInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalSpaceInverseConnection>;
|
|
37279
37585
|
userUpdatedExternalTest?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestConnection>;
|
|
37280
37586
|
userUpdatedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestInverseConnection>;
|
|
37281
37587
|
userUpdatedGraphDocument?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentConnection>;
|
|
@@ -37312,6 +37618,8 @@ export declare type GraphStore = {
|
|
|
37312
37618
|
userWatchesConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageInverseConnection>;
|
|
37313
37619
|
userWatchesConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection>;
|
|
37314
37620
|
userWatchesConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection>;
|
|
37621
|
+
userWatchesTeam?: Maybe<GraphStoreSimplifiedUserWatchesTeamConnection>;
|
|
37622
|
+
userWatchesTeamInverse?: Maybe<GraphStoreSimplifiedUserWatchesTeamInverseConnection>;
|
|
37315
37623
|
versionAssociatedBranch?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchConnection>;
|
|
37316
37624
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
37317
37625
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -41485,6 +41793,90 @@ export declare type GraphStoreUserCreatedDocumentInverseArgs = {
|
|
|
41485
41793
|
id: Scalars['ID']['input'];
|
|
41486
41794
|
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
41487
41795
|
};
|
|
41796
|
+
export declare type GraphStoreUserCreatedExternalCustomerOrgArgs = {
|
|
41797
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41798
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41799
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41800
|
+
id: Scalars['ID']['input'];
|
|
41801
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalCustomerOrgSortInput>;
|
|
41802
|
+
};
|
|
41803
|
+
export declare type GraphStoreUserCreatedExternalCustomerOrgInverseArgs = {
|
|
41804
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41805
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41806
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41807
|
+
id: Scalars['ID']['input'];
|
|
41808
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalCustomerOrgSortInput>;
|
|
41809
|
+
};
|
|
41810
|
+
export declare type GraphStoreUserCreatedExternalDashboardArgs = {
|
|
41811
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41812
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41813
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41814
|
+
id: Scalars['ID']['input'];
|
|
41815
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalDashboardSortInput>;
|
|
41816
|
+
};
|
|
41817
|
+
export declare type GraphStoreUserCreatedExternalDashboardInverseArgs = {
|
|
41818
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41819
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41820
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41821
|
+
id: Scalars['ID']['input'];
|
|
41822
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalDashboardSortInput>;
|
|
41823
|
+
};
|
|
41824
|
+
export declare type GraphStoreUserCreatedExternalDataTableArgs = {
|
|
41825
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41826
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41827
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41828
|
+
id: Scalars['ID']['input'];
|
|
41829
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalDataTableSortInput>;
|
|
41830
|
+
};
|
|
41831
|
+
export declare type GraphStoreUserCreatedExternalDataTableInverseArgs = {
|
|
41832
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41833
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41834
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41835
|
+
id: Scalars['ID']['input'];
|
|
41836
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalDataTableSortInput>;
|
|
41837
|
+
};
|
|
41838
|
+
export declare type GraphStoreUserCreatedExternalDealArgs = {
|
|
41839
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41840
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41841
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41842
|
+
id: Scalars['ID']['input'];
|
|
41843
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalDealSortInput>;
|
|
41844
|
+
};
|
|
41845
|
+
export declare type GraphStoreUserCreatedExternalDealInverseArgs = {
|
|
41846
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41847
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41848
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41849
|
+
id: Scalars['ID']['input'];
|
|
41850
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalDealSortInput>;
|
|
41851
|
+
};
|
|
41852
|
+
export declare type GraphStoreUserCreatedExternalSoftwareServiceArgs = {
|
|
41853
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41854
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41855
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41856
|
+
id: Scalars['ID']['input'];
|
|
41857
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalSoftwareServiceSortInput>;
|
|
41858
|
+
};
|
|
41859
|
+
export declare type GraphStoreUserCreatedExternalSoftwareServiceInverseArgs = {
|
|
41860
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41861
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41862
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41863
|
+
id: Scalars['ID']['input'];
|
|
41864
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalSoftwareServiceSortInput>;
|
|
41865
|
+
};
|
|
41866
|
+
export declare type GraphStoreUserCreatedExternalSpaceArgs = {
|
|
41867
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41868
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41869
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41870
|
+
id: Scalars['ID']['input'];
|
|
41871
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalSpaceSortInput>;
|
|
41872
|
+
};
|
|
41873
|
+
export declare type GraphStoreUserCreatedExternalSpaceInverseArgs = {
|
|
41874
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41875
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41876
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41877
|
+
id: Scalars['ID']['input'];
|
|
41878
|
+
sort?: InputMaybe<GraphStoreUserCreatedExternalSpaceSortInput>;
|
|
41879
|
+
};
|
|
41488
41880
|
export declare type GraphStoreUserCreatedExternalTestArgs = {
|
|
41489
41881
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
41490
41882
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -41975,6 +42367,90 @@ export declare type GraphStoreUserOwnedDocumentInverseArgs = {
|
|
|
41975
42367
|
id: Scalars['ID']['input'];
|
|
41976
42368
|
sort?: InputMaybe<GraphStoreUserOwnedDocumentSortInput>;
|
|
41977
42369
|
};
|
|
42370
|
+
export declare type GraphStoreUserOwnedExternalCustomerOrgArgs = {
|
|
42371
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42372
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42373
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42374
|
+
id: Scalars['ID']['input'];
|
|
42375
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalCustomerOrgSortInput>;
|
|
42376
|
+
};
|
|
42377
|
+
export declare type GraphStoreUserOwnedExternalCustomerOrgInverseArgs = {
|
|
42378
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42379
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42380
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42381
|
+
id: Scalars['ID']['input'];
|
|
42382
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalCustomerOrgSortInput>;
|
|
42383
|
+
};
|
|
42384
|
+
export declare type GraphStoreUserOwnedExternalDashboardArgs = {
|
|
42385
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42386
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42387
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42388
|
+
id: Scalars['ID']['input'];
|
|
42389
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalDashboardSortInput>;
|
|
42390
|
+
};
|
|
42391
|
+
export declare type GraphStoreUserOwnedExternalDashboardInverseArgs = {
|
|
42392
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42393
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42394
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42395
|
+
id: Scalars['ID']['input'];
|
|
42396
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalDashboardSortInput>;
|
|
42397
|
+
};
|
|
42398
|
+
export declare type GraphStoreUserOwnedExternalDataTableArgs = {
|
|
42399
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42400
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42401
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42402
|
+
id: Scalars['ID']['input'];
|
|
42403
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalDataTableSortInput>;
|
|
42404
|
+
};
|
|
42405
|
+
export declare type GraphStoreUserOwnedExternalDataTableInverseArgs = {
|
|
42406
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42407
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42408
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42409
|
+
id: Scalars['ID']['input'];
|
|
42410
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalDataTableSortInput>;
|
|
42411
|
+
};
|
|
42412
|
+
export declare type GraphStoreUserOwnedExternalDealArgs = {
|
|
42413
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42414
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42415
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42416
|
+
id: Scalars['ID']['input'];
|
|
42417
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalDealSortInput>;
|
|
42418
|
+
};
|
|
42419
|
+
export declare type GraphStoreUserOwnedExternalDealInverseArgs = {
|
|
42420
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42421
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42422
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42423
|
+
id: Scalars['ID']['input'];
|
|
42424
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalDealSortInput>;
|
|
42425
|
+
};
|
|
42426
|
+
export declare type GraphStoreUserOwnedExternalSoftwareServiceArgs = {
|
|
42427
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42428
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42429
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42430
|
+
id: Scalars['ID']['input'];
|
|
42431
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalSoftwareServiceSortInput>;
|
|
42432
|
+
};
|
|
42433
|
+
export declare type GraphStoreUserOwnedExternalSoftwareServiceInverseArgs = {
|
|
42434
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42435
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42436
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42437
|
+
id: Scalars['ID']['input'];
|
|
42438
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalSoftwareServiceSortInput>;
|
|
42439
|
+
};
|
|
42440
|
+
export declare type GraphStoreUserOwnedExternalSpaceArgs = {
|
|
42441
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42442
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42443
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42444
|
+
id: Scalars['ID']['input'];
|
|
42445
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalSpaceSortInput>;
|
|
42446
|
+
};
|
|
42447
|
+
export declare type GraphStoreUserOwnedExternalSpaceInverseArgs = {
|
|
42448
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42449
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42450
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42451
|
+
id: Scalars['ID']['input'];
|
|
42452
|
+
sort?: InputMaybe<GraphStoreUserOwnedExternalSpaceSortInput>;
|
|
42453
|
+
};
|
|
41978
42454
|
export declare type GraphStoreUserOwnedExternalTestArgs = {
|
|
41979
42455
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
41980
42456
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -42313,6 +42789,90 @@ export declare type GraphStoreUserUpdatedConfluenceWhiteboardInverseArgs = {
|
|
|
42313
42789
|
id: Scalars['ID']['input'];
|
|
42314
42790
|
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceWhiteboardSortInput>;
|
|
42315
42791
|
};
|
|
42792
|
+
export declare type GraphStoreUserUpdatedExternalCustomerOrgArgs = {
|
|
42793
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42794
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42795
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42796
|
+
id: Scalars['ID']['input'];
|
|
42797
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalCustomerOrgSortInput>;
|
|
42798
|
+
};
|
|
42799
|
+
export declare type GraphStoreUserUpdatedExternalCustomerOrgInverseArgs = {
|
|
42800
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42801
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42802
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42803
|
+
id: Scalars['ID']['input'];
|
|
42804
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalCustomerOrgSortInput>;
|
|
42805
|
+
};
|
|
42806
|
+
export declare type GraphStoreUserUpdatedExternalDashboardArgs = {
|
|
42807
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42808
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42809
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42810
|
+
id: Scalars['ID']['input'];
|
|
42811
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalDashboardSortInput>;
|
|
42812
|
+
};
|
|
42813
|
+
export declare type GraphStoreUserUpdatedExternalDashboardInverseArgs = {
|
|
42814
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42815
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42816
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42817
|
+
id: Scalars['ID']['input'];
|
|
42818
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalDashboardSortInput>;
|
|
42819
|
+
};
|
|
42820
|
+
export declare type GraphStoreUserUpdatedExternalDataTableArgs = {
|
|
42821
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42822
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42823
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42824
|
+
id: Scalars['ID']['input'];
|
|
42825
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalDataTableSortInput>;
|
|
42826
|
+
};
|
|
42827
|
+
export declare type GraphStoreUserUpdatedExternalDataTableInverseArgs = {
|
|
42828
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42829
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42830
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42831
|
+
id: Scalars['ID']['input'];
|
|
42832
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalDataTableSortInput>;
|
|
42833
|
+
};
|
|
42834
|
+
export declare type GraphStoreUserUpdatedExternalDealArgs = {
|
|
42835
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42836
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42837
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42838
|
+
id: Scalars['ID']['input'];
|
|
42839
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalDealSortInput>;
|
|
42840
|
+
};
|
|
42841
|
+
export declare type GraphStoreUserUpdatedExternalDealInverseArgs = {
|
|
42842
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42843
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42844
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42845
|
+
id: Scalars['ID']['input'];
|
|
42846
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalDealSortInput>;
|
|
42847
|
+
};
|
|
42848
|
+
export declare type GraphStoreUserUpdatedExternalSoftwareServiceArgs = {
|
|
42849
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42850
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42851
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42852
|
+
id: Scalars['ID']['input'];
|
|
42853
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalSoftwareServiceSortInput>;
|
|
42854
|
+
};
|
|
42855
|
+
export declare type GraphStoreUserUpdatedExternalSoftwareServiceInverseArgs = {
|
|
42856
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42857
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42858
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42859
|
+
id: Scalars['ID']['input'];
|
|
42860
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalSoftwareServiceSortInput>;
|
|
42861
|
+
};
|
|
42862
|
+
export declare type GraphStoreUserUpdatedExternalSpaceArgs = {
|
|
42863
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42864
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42865
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42866
|
+
id: Scalars['ID']['input'];
|
|
42867
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalSpaceSortInput>;
|
|
42868
|
+
};
|
|
42869
|
+
export declare type GraphStoreUserUpdatedExternalSpaceInverseArgs = {
|
|
42870
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42871
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42872
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42873
|
+
id: Scalars['ID']['input'];
|
|
42874
|
+
sort?: InputMaybe<GraphStoreUserUpdatedExternalSpaceSortInput>;
|
|
42875
|
+
};
|
|
42316
42876
|
export declare type GraphStoreUserUpdatedExternalTestArgs = {
|
|
42317
42877
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
42318
42878
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -42559,6 +43119,20 @@ export declare type GraphStoreUserWatchesConfluenceWhiteboardInverseArgs = {
|
|
|
42559
43119
|
id: Scalars['ID']['input'];
|
|
42560
43120
|
sort?: InputMaybe<GraphStoreUserWatchesConfluenceWhiteboardSortInput>;
|
|
42561
43121
|
};
|
|
43122
|
+
export declare type GraphStoreUserWatchesTeamArgs = {
|
|
43123
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43124
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43125
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43126
|
+
id: Scalars['ID']['input'];
|
|
43127
|
+
sort?: InputMaybe<GraphStoreUserWatchesTeamSortInput>;
|
|
43128
|
+
};
|
|
43129
|
+
export declare type GraphStoreUserWatchesTeamInverseArgs = {
|
|
43130
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43131
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43132
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43133
|
+
id: Scalars['ID']['input'];
|
|
43134
|
+
sort?: InputMaybe<GraphStoreUserWatchesTeamSortInput>;
|
|
43135
|
+
};
|
|
42562
43136
|
export declare type GraphStoreVersionAssociatedBranchArgs = {
|
|
42563
43137
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
42564
43138
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -56372,6 +56946,174 @@ export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
|
|
|
56372
56946
|
};
|
|
56373
56947
|
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
56374
56948
|
export declare type GraphStoreSimplifiedUserCreatedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
56949
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalCustomerOrgConnection = HasPageInfo & {
|
|
56950
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalCustomerOrgConnection';
|
|
56951
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalCustomerOrgEdge>>>;
|
|
56952
|
+
pageInfo: PageInfo;
|
|
56953
|
+
};
|
|
56954
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalCustomerOrgEdge = {
|
|
56955
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalCustomerOrgEdge';
|
|
56956
|
+
createdAt: Scalars['DateTime']['output'];
|
|
56957
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
56958
|
+
id: Scalars['ID']['output'];
|
|
56959
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
56960
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalCustomerOrgUnion>;
|
|
56961
|
+
};
|
|
56962
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalCustomerOrgInverseConnection = HasPageInfo & {
|
|
56963
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalCustomerOrgInverseConnection';
|
|
56964
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalCustomerOrgInverseEdge>>>;
|
|
56965
|
+
pageInfo: PageInfo;
|
|
56966
|
+
};
|
|
56967
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalCustomerOrgInverseEdge = {
|
|
56968
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalCustomerOrgInverseEdge';
|
|
56969
|
+
createdAt: Scalars['DateTime']['output'];
|
|
56970
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
56971
|
+
id: Scalars['ID']['output'];
|
|
56972
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
56973
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalCustomerOrgInverseUnion>;
|
|
56974
|
+
};
|
|
56975
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalCustomerOrgInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
56976
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalCustomerOrgUnion = ExternalCustomerOrg;
|
|
56977
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDashboardConnection = HasPageInfo & {
|
|
56978
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDashboardConnection';
|
|
56979
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalDashboardEdge>>>;
|
|
56980
|
+
pageInfo: PageInfo;
|
|
56981
|
+
};
|
|
56982
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDashboardEdge = {
|
|
56983
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDashboardEdge';
|
|
56984
|
+
createdAt: Scalars['DateTime']['output'];
|
|
56985
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
56986
|
+
id: Scalars['ID']['output'];
|
|
56987
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
56988
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalDashboardUnion>;
|
|
56989
|
+
};
|
|
56990
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDashboardInverseConnection = HasPageInfo & {
|
|
56991
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDashboardInverseConnection';
|
|
56992
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalDashboardInverseEdge>>>;
|
|
56993
|
+
pageInfo: PageInfo;
|
|
56994
|
+
};
|
|
56995
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDashboardInverseEdge = {
|
|
56996
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDashboardInverseEdge';
|
|
56997
|
+
createdAt: Scalars['DateTime']['output'];
|
|
56998
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
56999
|
+
id: Scalars['ID']['output'];
|
|
57000
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57001
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalDashboardInverseUnion>;
|
|
57002
|
+
};
|
|
57003
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDashboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
57004
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDashboardUnion = ExternalDashboard;
|
|
57005
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDataTableConnection = HasPageInfo & {
|
|
57006
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDataTableConnection';
|
|
57007
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalDataTableEdge>>>;
|
|
57008
|
+
pageInfo: PageInfo;
|
|
57009
|
+
};
|
|
57010
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDataTableEdge = {
|
|
57011
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDataTableEdge';
|
|
57012
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57013
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57014
|
+
id: Scalars['ID']['output'];
|
|
57015
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57016
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalDataTableUnion>;
|
|
57017
|
+
};
|
|
57018
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDataTableInverseConnection = HasPageInfo & {
|
|
57019
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDataTableInverseConnection';
|
|
57020
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalDataTableInverseEdge>>>;
|
|
57021
|
+
pageInfo: PageInfo;
|
|
57022
|
+
};
|
|
57023
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDataTableInverseEdge = {
|
|
57024
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDataTableInverseEdge';
|
|
57025
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57026
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57027
|
+
id: Scalars['ID']['output'];
|
|
57028
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57029
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalDataTableInverseUnion>;
|
|
57030
|
+
};
|
|
57031
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDataTableInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
57032
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDataTableUnion = ExternalDataTable;
|
|
57033
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDealConnection = HasPageInfo & {
|
|
57034
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDealConnection';
|
|
57035
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalDealEdge>>>;
|
|
57036
|
+
pageInfo: PageInfo;
|
|
57037
|
+
};
|
|
57038
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDealEdge = {
|
|
57039
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDealEdge';
|
|
57040
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57041
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57042
|
+
id: Scalars['ID']['output'];
|
|
57043
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57044
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalDealUnion>;
|
|
57045
|
+
};
|
|
57046
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDealInverseConnection = HasPageInfo & {
|
|
57047
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDealInverseConnection';
|
|
57048
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalDealInverseEdge>>>;
|
|
57049
|
+
pageInfo: PageInfo;
|
|
57050
|
+
};
|
|
57051
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDealInverseEdge = {
|
|
57052
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalDealInverseEdge';
|
|
57053
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57054
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57055
|
+
id: Scalars['ID']['output'];
|
|
57056
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57057
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalDealInverseUnion>;
|
|
57058
|
+
};
|
|
57059
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDealInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
57060
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalDealUnion = ExternalDeal;
|
|
57061
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSoftwareServiceConnection = HasPageInfo & {
|
|
57062
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalSoftwareServiceConnection';
|
|
57063
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalSoftwareServiceEdge>>>;
|
|
57064
|
+
pageInfo: PageInfo;
|
|
57065
|
+
};
|
|
57066
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSoftwareServiceEdge = {
|
|
57067
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalSoftwareServiceEdge';
|
|
57068
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57069
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57070
|
+
id: Scalars['ID']['output'];
|
|
57071
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57072
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalSoftwareServiceUnion>;
|
|
57073
|
+
};
|
|
57074
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSoftwareServiceInverseConnection = HasPageInfo & {
|
|
57075
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalSoftwareServiceInverseConnection';
|
|
57076
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalSoftwareServiceInverseEdge>>>;
|
|
57077
|
+
pageInfo: PageInfo;
|
|
57078
|
+
};
|
|
57079
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSoftwareServiceInverseEdge = {
|
|
57080
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalSoftwareServiceInverseEdge';
|
|
57081
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57082
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57083
|
+
id: Scalars['ID']['output'];
|
|
57084
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57085
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalSoftwareServiceInverseUnion>;
|
|
57086
|
+
};
|
|
57087
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSoftwareServiceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
57088
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSoftwareServiceUnion = ExternalSoftwareService;
|
|
57089
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSpaceConnection = HasPageInfo & {
|
|
57090
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalSpaceConnection';
|
|
57091
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalSpaceEdge>>>;
|
|
57092
|
+
pageInfo: PageInfo;
|
|
57093
|
+
};
|
|
57094
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSpaceEdge = {
|
|
57095
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalSpaceEdge';
|
|
57096
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57097
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57098
|
+
id: Scalars['ID']['output'];
|
|
57099
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57100
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalSpaceUnion>;
|
|
57101
|
+
};
|
|
57102
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSpaceInverseConnection = HasPageInfo & {
|
|
57103
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalSpaceInverseConnection';
|
|
57104
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalSpaceInverseEdge>>>;
|
|
57105
|
+
pageInfo: PageInfo;
|
|
57106
|
+
};
|
|
57107
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSpaceInverseEdge = {
|
|
57108
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedExternalSpaceInverseEdge';
|
|
57109
|
+
createdAt: Scalars['DateTime']['output'];
|
|
57110
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
57111
|
+
id: Scalars['ID']['output'];
|
|
57112
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
57113
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedExternalSpaceInverseUnion>;
|
|
57114
|
+
};
|
|
57115
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
57116
|
+
export declare type GraphStoreSimplifiedUserCreatedExternalSpaceUnion = ExternalSpace;
|
|
56375
57117
|
export declare type GraphStoreSimplifiedUserCreatedExternalTestConnection = HasPageInfo & {
|
|
56376
57118
|
__typename?: 'GraphStoreSimplifiedUserCreatedExternalTestConnection';
|
|
56377
57119
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalTestEdge>>>;
|
|
@@ -57344,6 +58086,174 @@ export declare type GraphStoreSimplifiedUserOwnedDocumentInverseEdge = {
|
|
|
57344
58086
|
};
|
|
57345
58087
|
export declare type GraphStoreSimplifiedUserOwnedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
57346
58088
|
export declare type GraphStoreSimplifiedUserOwnedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
58089
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalCustomerOrgConnection = HasPageInfo & {
|
|
58090
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalCustomerOrgConnection';
|
|
58091
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalCustomerOrgEdge>>>;
|
|
58092
|
+
pageInfo: PageInfo;
|
|
58093
|
+
};
|
|
58094
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalCustomerOrgEdge = {
|
|
58095
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalCustomerOrgEdge';
|
|
58096
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58097
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58098
|
+
id: Scalars['ID']['output'];
|
|
58099
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58100
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalCustomerOrgUnion>;
|
|
58101
|
+
};
|
|
58102
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalCustomerOrgInverseConnection = HasPageInfo & {
|
|
58103
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalCustomerOrgInverseConnection';
|
|
58104
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalCustomerOrgInverseEdge>>>;
|
|
58105
|
+
pageInfo: PageInfo;
|
|
58106
|
+
};
|
|
58107
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalCustomerOrgInverseEdge = {
|
|
58108
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalCustomerOrgInverseEdge';
|
|
58109
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58110
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58111
|
+
id: Scalars['ID']['output'];
|
|
58112
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58113
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalCustomerOrgInverseUnion>;
|
|
58114
|
+
};
|
|
58115
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalCustomerOrgInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
58116
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalCustomerOrgUnion = ExternalCustomerOrg;
|
|
58117
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDashboardConnection = HasPageInfo & {
|
|
58118
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDashboardConnection';
|
|
58119
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalDashboardEdge>>>;
|
|
58120
|
+
pageInfo: PageInfo;
|
|
58121
|
+
};
|
|
58122
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDashboardEdge = {
|
|
58123
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDashboardEdge';
|
|
58124
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58125
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58126
|
+
id: Scalars['ID']['output'];
|
|
58127
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58128
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalDashboardUnion>;
|
|
58129
|
+
};
|
|
58130
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDashboardInverseConnection = HasPageInfo & {
|
|
58131
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDashboardInverseConnection';
|
|
58132
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalDashboardInverseEdge>>>;
|
|
58133
|
+
pageInfo: PageInfo;
|
|
58134
|
+
};
|
|
58135
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDashboardInverseEdge = {
|
|
58136
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDashboardInverseEdge';
|
|
58137
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58138
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58139
|
+
id: Scalars['ID']['output'];
|
|
58140
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58141
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalDashboardInverseUnion>;
|
|
58142
|
+
};
|
|
58143
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDashboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
58144
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDashboardUnion = ExternalDashboard;
|
|
58145
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDataTableConnection = HasPageInfo & {
|
|
58146
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDataTableConnection';
|
|
58147
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalDataTableEdge>>>;
|
|
58148
|
+
pageInfo: PageInfo;
|
|
58149
|
+
};
|
|
58150
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDataTableEdge = {
|
|
58151
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDataTableEdge';
|
|
58152
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58153
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58154
|
+
id: Scalars['ID']['output'];
|
|
58155
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58156
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalDataTableUnion>;
|
|
58157
|
+
};
|
|
58158
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDataTableInverseConnection = HasPageInfo & {
|
|
58159
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDataTableInverseConnection';
|
|
58160
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalDataTableInverseEdge>>>;
|
|
58161
|
+
pageInfo: PageInfo;
|
|
58162
|
+
};
|
|
58163
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDataTableInverseEdge = {
|
|
58164
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDataTableInverseEdge';
|
|
58165
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58166
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58167
|
+
id: Scalars['ID']['output'];
|
|
58168
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58169
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalDataTableInverseUnion>;
|
|
58170
|
+
};
|
|
58171
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDataTableInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
58172
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDataTableUnion = ExternalDataTable;
|
|
58173
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDealConnection = HasPageInfo & {
|
|
58174
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDealConnection';
|
|
58175
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalDealEdge>>>;
|
|
58176
|
+
pageInfo: PageInfo;
|
|
58177
|
+
};
|
|
58178
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDealEdge = {
|
|
58179
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDealEdge';
|
|
58180
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58181
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58182
|
+
id: Scalars['ID']['output'];
|
|
58183
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58184
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalDealUnion>;
|
|
58185
|
+
};
|
|
58186
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDealInverseConnection = HasPageInfo & {
|
|
58187
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDealInverseConnection';
|
|
58188
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalDealInverseEdge>>>;
|
|
58189
|
+
pageInfo: PageInfo;
|
|
58190
|
+
};
|
|
58191
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDealInverseEdge = {
|
|
58192
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalDealInverseEdge';
|
|
58193
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58194
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58195
|
+
id: Scalars['ID']['output'];
|
|
58196
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58197
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalDealInverseUnion>;
|
|
58198
|
+
};
|
|
58199
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDealInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
58200
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalDealUnion = ExternalDeal;
|
|
58201
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSoftwareServiceConnection = HasPageInfo & {
|
|
58202
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalSoftwareServiceConnection';
|
|
58203
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalSoftwareServiceEdge>>>;
|
|
58204
|
+
pageInfo: PageInfo;
|
|
58205
|
+
};
|
|
58206
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSoftwareServiceEdge = {
|
|
58207
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalSoftwareServiceEdge';
|
|
58208
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58209
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58210
|
+
id: Scalars['ID']['output'];
|
|
58211
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58212
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalSoftwareServiceUnion>;
|
|
58213
|
+
};
|
|
58214
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSoftwareServiceInverseConnection = HasPageInfo & {
|
|
58215
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalSoftwareServiceInverseConnection';
|
|
58216
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalSoftwareServiceInverseEdge>>>;
|
|
58217
|
+
pageInfo: PageInfo;
|
|
58218
|
+
};
|
|
58219
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSoftwareServiceInverseEdge = {
|
|
58220
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalSoftwareServiceInverseEdge';
|
|
58221
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58222
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58223
|
+
id: Scalars['ID']['output'];
|
|
58224
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58225
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalSoftwareServiceInverseUnion>;
|
|
58226
|
+
};
|
|
58227
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSoftwareServiceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
58228
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSoftwareServiceUnion = ExternalSoftwareService;
|
|
58229
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSpaceConnection = HasPageInfo & {
|
|
58230
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalSpaceConnection';
|
|
58231
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalSpaceEdge>>>;
|
|
58232
|
+
pageInfo: PageInfo;
|
|
58233
|
+
};
|
|
58234
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSpaceEdge = {
|
|
58235
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalSpaceEdge';
|
|
58236
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58237
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58238
|
+
id: Scalars['ID']['output'];
|
|
58239
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58240
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalSpaceUnion>;
|
|
58241
|
+
};
|
|
58242
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSpaceInverseConnection = HasPageInfo & {
|
|
58243
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalSpaceInverseConnection';
|
|
58244
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalSpaceInverseEdge>>>;
|
|
58245
|
+
pageInfo: PageInfo;
|
|
58246
|
+
};
|
|
58247
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSpaceInverseEdge = {
|
|
58248
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedExternalSpaceInverseEdge';
|
|
58249
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58250
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58251
|
+
id: Scalars['ID']['output'];
|
|
58252
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58253
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedExternalSpaceInverseUnion>;
|
|
58254
|
+
};
|
|
58255
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
58256
|
+
export declare type GraphStoreSimplifiedUserOwnedExternalSpaceUnion = ExternalSpace;
|
|
57347
58257
|
export declare type GraphStoreSimplifiedUserOwnedExternalTestConnection = HasPageInfo & {
|
|
57348
58258
|
__typename?: 'GraphStoreSimplifiedUserOwnedExternalTestConnection';
|
|
57349
58259
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalTestEdge>>>;
|
|
@@ -58020,6 +58930,174 @@ export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEd
|
|
|
58020
58930
|
};
|
|
58021
58931
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
58022
58932
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
58933
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalCustomerOrgConnection = HasPageInfo & {
|
|
58934
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalCustomerOrgConnection';
|
|
58935
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalCustomerOrgEdge>>>;
|
|
58936
|
+
pageInfo: PageInfo;
|
|
58937
|
+
};
|
|
58938
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalCustomerOrgEdge = {
|
|
58939
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalCustomerOrgEdge';
|
|
58940
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58941
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58942
|
+
id: Scalars['ID']['output'];
|
|
58943
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58944
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalCustomerOrgUnion>;
|
|
58945
|
+
};
|
|
58946
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalCustomerOrgInverseConnection = HasPageInfo & {
|
|
58947
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalCustomerOrgInverseConnection';
|
|
58948
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalCustomerOrgInverseEdge>>>;
|
|
58949
|
+
pageInfo: PageInfo;
|
|
58950
|
+
};
|
|
58951
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalCustomerOrgInverseEdge = {
|
|
58952
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalCustomerOrgInverseEdge';
|
|
58953
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58954
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58955
|
+
id: Scalars['ID']['output'];
|
|
58956
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58957
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalCustomerOrgInverseUnion>;
|
|
58958
|
+
};
|
|
58959
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalCustomerOrgInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
58960
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalCustomerOrgUnion = ExternalCustomerOrg;
|
|
58961
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDashboardConnection = HasPageInfo & {
|
|
58962
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDashboardConnection';
|
|
58963
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalDashboardEdge>>>;
|
|
58964
|
+
pageInfo: PageInfo;
|
|
58965
|
+
};
|
|
58966
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDashboardEdge = {
|
|
58967
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDashboardEdge';
|
|
58968
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58969
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58970
|
+
id: Scalars['ID']['output'];
|
|
58971
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58972
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDashboardUnion>;
|
|
58973
|
+
};
|
|
58974
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDashboardInverseConnection = HasPageInfo & {
|
|
58975
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDashboardInverseConnection';
|
|
58976
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalDashboardInverseEdge>>>;
|
|
58977
|
+
pageInfo: PageInfo;
|
|
58978
|
+
};
|
|
58979
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDashboardInverseEdge = {
|
|
58980
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDashboardInverseEdge';
|
|
58981
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58982
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58983
|
+
id: Scalars['ID']['output'];
|
|
58984
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
58985
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDashboardInverseUnion>;
|
|
58986
|
+
};
|
|
58987
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDashboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
58988
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDashboardUnion = ExternalDashboard;
|
|
58989
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDataTableConnection = HasPageInfo & {
|
|
58990
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDataTableConnection';
|
|
58991
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalDataTableEdge>>>;
|
|
58992
|
+
pageInfo: PageInfo;
|
|
58993
|
+
};
|
|
58994
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDataTableEdge = {
|
|
58995
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDataTableEdge';
|
|
58996
|
+
createdAt: Scalars['DateTime']['output'];
|
|
58997
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58998
|
+
id: Scalars['ID']['output'];
|
|
58999
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59000
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDataTableUnion>;
|
|
59001
|
+
};
|
|
59002
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDataTableInverseConnection = HasPageInfo & {
|
|
59003
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDataTableInverseConnection';
|
|
59004
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalDataTableInverseEdge>>>;
|
|
59005
|
+
pageInfo: PageInfo;
|
|
59006
|
+
};
|
|
59007
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDataTableInverseEdge = {
|
|
59008
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDataTableInverseEdge';
|
|
59009
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59010
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59011
|
+
id: Scalars['ID']['output'];
|
|
59012
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59013
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDataTableInverseUnion>;
|
|
59014
|
+
};
|
|
59015
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDataTableInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
59016
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDataTableUnion = ExternalDataTable;
|
|
59017
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDealConnection = HasPageInfo & {
|
|
59018
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDealConnection';
|
|
59019
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalDealEdge>>>;
|
|
59020
|
+
pageInfo: PageInfo;
|
|
59021
|
+
};
|
|
59022
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDealEdge = {
|
|
59023
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDealEdge';
|
|
59024
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59025
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59026
|
+
id: Scalars['ID']['output'];
|
|
59027
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59028
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDealUnion>;
|
|
59029
|
+
};
|
|
59030
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDealInverseConnection = HasPageInfo & {
|
|
59031
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDealInverseConnection';
|
|
59032
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalDealInverseEdge>>>;
|
|
59033
|
+
pageInfo: PageInfo;
|
|
59034
|
+
};
|
|
59035
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDealInverseEdge = {
|
|
59036
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalDealInverseEdge';
|
|
59037
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59038
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59039
|
+
id: Scalars['ID']['output'];
|
|
59040
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59041
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalDealInverseUnion>;
|
|
59042
|
+
};
|
|
59043
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDealInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
59044
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalDealUnion = ExternalDeal;
|
|
59045
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceConnection = HasPageInfo & {
|
|
59046
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceConnection';
|
|
59047
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceEdge>>>;
|
|
59048
|
+
pageInfo: PageInfo;
|
|
59049
|
+
};
|
|
59050
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceEdge = {
|
|
59051
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceEdge';
|
|
59052
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59053
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59054
|
+
id: Scalars['ID']['output'];
|
|
59055
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59056
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceUnion>;
|
|
59057
|
+
};
|
|
59058
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceInverseConnection = HasPageInfo & {
|
|
59059
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceInverseConnection';
|
|
59060
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceInverseEdge>>>;
|
|
59061
|
+
pageInfo: PageInfo;
|
|
59062
|
+
};
|
|
59063
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceInverseEdge = {
|
|
59064
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceInverseEdge';
|
|
59065
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59066
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59067
|
+
id: Scalars['ID']['output'];
|
|
59068
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59069
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceInverseUnion>;
|
|
59070
|
+
};
|
|
59071
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
59072
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSoftwareServiceUnion = ExternalSoftwareService;
|
|
59073
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSpaceConnection = HasPageInfo & {
|
|
59074
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalSpaceConnection';
|
|
59075
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalSpaceEdge>>>;
|
|
59076
|
+
pageInfo: PageInfo;
|
|
59077
|
+
};
|
|
59078
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSpaceEdge = {
|
|
59079
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalSpaceEdge';
|
|
59080
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59081
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59082
|
+
id: Scalars['ID']['output'];
|
|
59083
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59084
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalSpaceUnion>;
|
|
59085
|
+
};
|
|
59086
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSpaceInverseConnection = HasPageInfo & {
|
|
59087
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalSpaceInverseConnection';
|
|
59088
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalSpaceInverseEdge>>>;
|
|
59089
|
+
pageInfo: PageInfo;
|
|
59090
|
+
};
|
|
59091
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSpaceInverseEdge = {
|
|
59092
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalSpaceInverseEdge';
|
|
59093
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59094
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59095
|
+
id: Scalars['ID']['output'];
|
|
59096
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59097
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalSpaceInverseUnion>;
|
|
59098
|
+
};
|
|
59099
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
59100
|
+
export declare type GraphStoreSimplifiedUserUpdatedExternalSpaceUnion = ExternalSpace;
|
|
58023
59101
|
export declare type GraphStoreSimplifiedUserUpdatedExternalTestConnection = HasPageInfo & {
|
|
58024
59102
|
__typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestConnection';
|
|
58025
59103
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalTestEdge>>>;
|
|
@@ -58440,6 +59518,34 @@ export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEd
|
|
|
58440
59518
|
};
|
|
58441
59519
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
58442
59520
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
59521
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamConnection = HasPageInfo & {
|
|
59522
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamConnection';
|
|
59523
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesTeamEdge>>>;
|
|
59524
|
+
pageInfo: PageInfo;
|
|
59525
|
+
};
|
|
59526
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamEdge = {
|
|
59527
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamEdge';
|
|
59528
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59529
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59530
|
+
id: Scalars['ID']['output'];
|
|
59531
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59532
|
+
node?: Maybe<GraphStoreSimplifiedUserWatchesTeamUnion>;
|
|
59533
|
+
};
|
|
59534
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseConnection = HasPageInfo & {
|
|
59535
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamInverseConnection';
|
|
59536
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesTeamInverseEdge>>>;
|
|
59537
|
+
pageInfo: PageInfo;
|
|
59538
|
+
};
|
|
59539
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseEdge = {
|
|
59540
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesTeamInverseEdge';
|
|
59541
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59542
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59543
|
+
id: Scalars['ID']['output'];
|
|
59544
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59545
|
+
node?: Maybe<GraphStoreSimplifiedUserWatchesTeamInverseUnion>;
|
|
59546
|
+
};
|
|
59547
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
59548
|
+
export declare type GraphStoreSimplifiedUserWatchesTeamUnion = TeamV2;
|
|
58443
59549
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
58444
59550
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchConnection';
|
|
58445
59551
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchEdge>>>;
|
|
@@ -59327,6 +60433,24 @@ export declare type GraphStoreUserCreatedDesignSortInput = {
|
|
|
59327
60433
|
export declare type GraphStoreUserCreatedDocumentSortInput = {
|
|
59328
60434
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59329
60435
|
};
|
|
60436
|
+
export declare type GraphStoreUserCreatedExternalCustomerOrgSortInput = {
|
|
60437
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60438
|
+
};
|
|
60439
|
+
export declare type GraphStoreUserCreatedExternalDashboardSortInput = {
|
|
60440
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60441
|
+
};
|
|
60442
|
+
export declare type GraphStoreUserCreatedExternalDataTableSortInput = {
|
|
60443
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60444
|
+
};
|
|
60445
|
+
export declare type GraphStoreUserCreatedExternalDealSortInput = {
|
|
60446
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60447
|
+
};
|
|
60448
|
+
export declare type GraphStoreUserCreatedExternalSoftwareServiceSortInput = {
|
|
60449
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60450
|
+
};
|
|
60451
|
+
export declare type GraphStoreUserCreatedExternalSpaceSortInput = {
|
|
60452
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60453
|
+
};
|
|
59330
60454
|
export declare type GraphStoreUserCreatedExternalTestSortInput = {
|
|
59331
60455
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59332
60456
|
};
|
|
@@ -59462,6 +60586,24 @@ export declare type GraphStoreUserOwnedCalendarEventSortInput = {
|
|
|
59462
60586
|
export declare type GraphStoreUserOwnedDocumentSortInput = {
|
|
59463
60587
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59464
60588
|
};
|
|
60589
|
+
export declare type GraphStoreUserOwnedExternalCustomerOrgSortInput = {
|
|
60590
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60591
|
+
};
|
|
60592
|
+
export declare type GraphStoreUserOwnedExternalDashboardSortInput = {
|
|
60593
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60594
|
+
};
|
|
60595
|
+
export declare type GraphStoreUserOwnedExternalDataTableSortInput = {
|
|
60596
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60597
|
+
};
|
|
60598
|
+
export declare type GraphStoreUserOwnedExternalDealSortInput = {
|
|
60599
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60600
|
+
};
|
|
60601
|
+
export declare type GraphStoreUserOwnedExternalSoftwareServiceSortInput = {
|
|
60602
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60603
|
+
};
|
|
60604
|
+
export declare type GraphStoreUserOwnedExternalSpaceSortInput = {
|
|
60605
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60606
|
+
};
|
|
59465
60607
|
export declare type GraphStoreUserOwnedExternalTestSortInput = {
|
|
59466
60608
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59467
60609
|
};
|
|
@@ -59547,6 +60689,24 @@ export declare type GraphStoreUserUpdatedConfluenceSpaceSortInput = {
|
|
|
59547
60689
|
export declare type GraphStoreUserUpdatedConfluenceWhiteboardSortInput = {
|
|
59548
60690
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59549
60691
|
};
|
|
60692
|
+
export declare type GraphStoreUserUpdatedExternalCustomerOrgSortInput = {
|
|
60693
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60694
|
+
};
|
|
60695
|
+
export declare type GraphStoreUserUpdatedExternalDashboardSortInput = {
|
|
60696
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60697
|
+
};
|
|
60698
|
+
export declare type GraphStoreUserUpdatedExternalDataTableSortInput = {
|
|
60699
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60700
|
+
};
|
|
60701
|
+
export declare type GraphStoreUserUpdatedExternalDealSortInput = {
|
|
60702
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60703
|
+
};
|
|
60704
|
+
export declare type GraphStoreUserUpdatedExternalSoftwareServiceSortInput = {
|
|
60705
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60706
|
+
};
|
|
60707
|
+
export declare type GraphStoreUserUpdatedExternalSpaceSortInput = {
|
|
60708
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60709
|
+
};
|
|
59550
60710
|
export declare type GraphStoreUserUpdatedExternalTestSortInput = {
|
|
59551
60711
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59552
60712
|
};
|
|
@@ -59595,6 +60755,9 @@ export declare type GraphStoreUserWatchesConfluencePageSortInput = {
|
|
|
59595
60755
|
export declare type GraphStoreUserWatchesConfluenceWhiteboardSortInput = {
|
|
59596
60756
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
59597
60757
|
};
|
|
60758
|
+
export declare type GraphStoreUserWatchesTeamSortInput = {
|
|
60759
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60760
|
+
};
|
|
59598
60761
|
export declare type GraphStoreVersionAssociatedBranchSortInput = {
|
|
59599
60762
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
59600
60763
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -64236,19 +65399,6 @@ export declare type JiraApplicationProperty = Node & {
|
|
|
64236
65399
|
type: Scalars['String']['output'];
|
|
64237
65400
|
value: Scalars['String']['output'];
|
|
64238
65401
|
};
|
|
64239
|
-
export declare type JiraApplySuggestionActionInput = {
|
|
64240
|
-
actionId: Scalars['String']['input'];
|
|
64241
|
-
cloudId: Scalars['ID']['input'];
|
|
64242
|
-
id: Scalars['ID']['input'];
|
|
64243
|
-
input?: InputMaybe<Scalars['JSON']['input']>;
|
|
64244
|
-
};
|
|
64245
|
-
export declare type JiraApplySuggestionActionsPayload = Payload & {
|
|
64246
|
-
__typename?: 'JiraApplySuggestionActionsPayload';
|
|
64247
|
-
errors?: Maybe<Array<MutationError>>;
|
|
64248
|
-
ids?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
64249
|
-
success: Scalars['Boolean']['output'];
|
|
64250
|
-
suggestions?: Maybe<Array<Maybe<JiraSuggestion>>>;
|
|
64251
|
-
};
|
|
64252
65402
|
export declare type JiraApprovalActivityFeedConnection = {
|
|
64253
65403
|
__typename?: 'JiraApprovalActivityFeedConnection';
|
|
64254
65404
|
nodes: Array<JiraApprovalActivityItem>;
|
|
@@ -65558,6 +66708,9 @@ export declare type JiraBoardViewFilterConfigArgs = {
|
|
|
65558
66708
|
export declare type JiraBoardViewGroupByConfigArgs = {
|
|
65559
66709
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
65560
66710
|
};
|
|
66711
|
+
export declare type JiraBoardViewIsEmptyArgs = {
|
|
66712
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66713
|
+
};
|
|
65561
66714
|
export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
65562
66715
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
65563
66716
|
};
|
|
@@ -65673,8 +66826,9 @@ export declare type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
|
65673
66826
|
id: Scalars['ID']['output'];
|
|
65674
66827
|
};
|
|
65675
66828
|
export declare type JiraBoardViewInput = {
|
|
65676
|
-
jiraBoardViewQueryInput
|
|
66829
|
+
jiraBoardViewQueryInput?: InputMaybe<JiraBoardViewQueryInput>;
|
|
65677
66830
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
66831
|
+
viewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
65678
66832
|
};
|
|
65679
66833
|
export declare type JiraBoardViewLayout = JiraBoardViewColumnLayout;
|
|
65680
66834
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & Node & {
|
|
@@ -68799,16 +69953,6 @@ export declare type JiraDismissInContextConfigPromptPayload = Payload & {
|
|
|
68799
69953
|
errors?: Maybe<Array<MutationError>>;
|
|
68800
69954
|
success: Scalars['Boolean']['output'];
|
|
68801
69955
|
};
|
|
68802
|
-
export declare type JiraDismissSuggestionActionsPayload = Payload & {
|
|
68803
|
-
__typename?: 'JiraDismissSuggestionActionsPayload';
|
|
68804
|
-
errors?: Maybe<Array<MutationError>>;
|
|
68805
|
-
ids?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
68806
|
-
success: Scalars['Boolean']['output'];
|
|
68807
|
-
};
|
|
68808
|
-
export declare type JiraDismissSuggestionsInput = {
|
|
68809
|
-
cloudId: Scalars['ID']['input'];
|
|
68810
|
-
ids: Array<Scalars['ID']['input']>;
|
|
68811
|
-
};
|
|
68812
69956
|
export declare type JiraDragAndDropBoardViewIssueInput = {
|
|
68813
69957
|
destinationCellId?: InputMaybe<Scalars['ID']['input']>;
|
|
68814
69958
|
id: Scalars['ID']['input'];
|
|
@@ -68825,19 +69969,6 @@ export declare type JiraDragAndDropBoardViewIssuePayload = {
|
|
|
68825
69969
|
export declare type JiraDuplicateJourneyConfigurationInput = {
|
|
68826
69970
|
id: Scalars['ID']['input'];
|
|
68827
69971
|
};
|
|
68828
|
-
export declare type JiraDuplicateWorkItemsSuggestion = JiraSuggestion & {
|
|
68829
|
-
__typename?: 'JiraDuplicateWorkItemsSuggestion';
|
|
68830
|
-
actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
|
|
68831
|
-
appliedAction?: Maybe<JiraSuggestionAction>;
|
|
68832
|
-
entityId?: Maybe<Scalars['String']['output']>;
|
|
68833
|
-
id?: Maybe<Scalars['ID']['output']>;
|
|
68834
|
-
relatedEntityId?: Maybe<Scalars['String']['output']>;
|
|
68835
|
-
relatedWorkItem?: Maybe<JiraIssue>;
|
|
68836
|
-
score?: Maybe<Scalars['Float']['output']>;
|
|
68837
|
-
status?: Maybe<JiraSuggestionStatus>;
|
|
68838
|
-
type?: Maybe<JiraSuggestionType>;
|
|
68839
|
-
workItem?: Maybe<JiraIssue>;
|
|
68840
|
-
};
|
|
68841
69972
|
export declare type JiraDurationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
68842
69973
|
__typename?: 'JiraDurationField';
|
|
68843
69974
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -69317,6 +70448,7 @@ export declare type JiraFieldSchemeAvailableFieldsInput = {
|
|
|
69317
70448
|
};
|
|
69318
70449
|
export declare type JiraFieldSchemeOperations = {
|
|
69319
70450
|
__typename?: 'JiraFieldSchemeOperations';
|
|
70451
|
+
canAdd?: Maybe<Scalars['Boolean']['output']>;
|
|
69320
70452
|
canChangeDescription?: Maybe<Scalars['Boolean']['output']>;
|
|
69321
70453
|
canChangeRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
69322
70454
|
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -70633,6 +71765,7 @@ export declare enum JiraHomePageType {
|
|
|
70633
71765
|
}
|
|
70634
71766
|
export declare type JiraHydrateJqlInput = {
|
|
70635
71767
|
filterId?: InputMaybe<Scalars['ID']['input']>;
|
|
71768
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
70636
71769
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
70637
71770
|
lastUsedJqlForIssueNavigator?: InputMaybe<JiraJqlScopeInput>;
|
|
70638
71771
|
viewQueryInput?: InputMaybe<JiraIssueSearchViewQueryInput>;
|
|
@@ -70663,6 +71796,7 @@ export declare type JiraInlineIssueCreateInput = {
|
|
|
70663
71796
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
70664
71797
|
fields: JiraIssueFieldsInput;
|
|
70665
71798
|
issueTypeId: Scalars['ID']['input'];
|
|
71799
|
+
jqlContexts?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
70666
71800
|
kanbanDestination?: InputMaybe<JiraKanbanDestination>;
|
|
70667
71801
|
projectId: Scalars['ID']['input'];
|
|
70668
71802
|
rank?: InputMaybe<JiraIssueCreateRankInput>;
|
|
@@ -70728,6 +71862,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
70728
71862
|
connectBackgroundScripts?: Maybe<JiraIssueConnectBackgroundScriptConnection>;
|
|
70729
71863
|
connectOperations?: Maybe<JiraIssueConnectOperationConnection>;
|
|
70730
71864
|
contentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
71865
|
+
contextPanels?: Maybe<JiraIssueContextPanelConnection>;
|
|
70731
71866
|
coverMedia?: Maybe<JiraWorkManagementBackground>;
|
|
70732
71867
|
createdField?: Maybe<JiraDateTimePickerField>;
|
|
70733
71868
|
deletableAttachmentsCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -70836,6 +71971,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
70836
71971
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
70837
71972
|
timeOriginalEstimateField?: Maybe<JiraOriginalTimeEstimateField>;
|
|
70838
71973
|
timeTrackingField?: Maybe<JiraTimeTrackingField>;
|
|
71974
|
+
totalAttachmentsCount?: Maybe<Scalars['Int']['output']>;
|
|
70839
71975
|
updatedField?: Maybe<JiraDateTimePickerField>;
|
|
70840
71976
|
votesField?: Maybe<JiraVotesField>;
|
|
70841
71977
|
watchesField?: Maybe<JiraWatchesField>;
|
|
@@ -70931,6 +72067,12 @@ export declare type JiraIssueContentPanelsArgs = {
|
|
|
70931
72067
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70932
72068
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
70933
72069
|
};
|
|
72070
|
+
export declare type JiraIssueContextPanelsArgs = {
|
|
72071
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
72072
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
72073
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
72074
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
72075
|
+
};
|
|
70934
72076
|
export declare type JiraIssueDesignsArgs = {
|
|
70935
72077
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70936
72078
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -71394,6 +72536,16 @@ export declare type JiraIssueContentPanelEdge = {
|
|
|
71394
72536
|
cursor: Scalars['String']['output'];
|
|
71395
72537
|
node?: Maybe<JiraIssueContentPanel>;
|
|
71396
72538
|
};
|
|
72539
|
+
export declare type JiraIssueContextPanelConnection = {
|
|
72540
|
+
__typename?: 'JiraIssueContextPanelConnection';
|
|
72541
|
+
edges?: Maybe<Array<Maybe<JiraIssueContextPanelEdge>>>;
|
|
72542
|
+
pageInfo: PageInfo;
|
|
72543
|
+
};
|
|
72544
|
+
export declare type JiraIssueContextPanelEdge = {
|
|
72545
|
+
__typename?: 'JiraIssueContextPanelEdge';
|
|
72546
|
+
cursor: Scalars['String']['output'];
|
|
72547
|
+
node?: Maybe<JiraIssueViewContextPanel>;
|
|
72548
|
+
};
|
|
71397
72549
|
export declare type JiraIssueCreateFieldValidationRule = {
|
|
71398
72550
|
errorMessage?: InputMaybe<Scalars['String']['input']>;
|
|
71399
72551
|
fields: Array<Scalars['String']['input']>;
|
|
@@ -72699,7 +73851,11 @@ export declare type JiraIssueSearchViewContexts = {
|
|
|
72699
73851
|
contexts?: Maybe<Array<JiraIssueSearchViewContextMapping>>;
|
|
72700
73852
|
errors?: Maybe<Array<QueryError>>;
|
|
72701
73853
|
};
|
|
73854
|
+
export declare type JiraIssueSearchViewFieldSetFilterContext = {
|
|
73855
|
+
filter?: InputMaybe<Scalars['ID']['input']>;
|
|
73856
|
+
};
|
|
72702
73857
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
73858
|
+
filterContext?: InputMaybe<JiraIssueSearchViewFieldSetFilterContext>;
|
|
72703
73859
|
issueContext?: InputMaybe<JiraIssueSearchViewFieldSetsIssueContext>;
|
|
72704
73860
|
projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
|
|
72705
73861
|
};
|
|
@@ -73024,6 +74180,18 @@ export declare type JiraIssueViewCollapsibleSections = {
|
|
|
73024
74180
|
__typename?: 'JiraIssueViewCollapsibleSections';
|
|
73025
74181
|
sections?: Maybe<Array<Maybe<JiraIssueViewCollapsibleSection>>>;
|
|
73026
74182
|
};
|
|
74183
|
+
export declare type JiraIssueViewContextPanel = {
|
|
74184
|
+
__typename?: 'JiraIssueViewContextPanel';
|
|
74185
|
+
addonKey?: Maybe<Scalars['String']['output']>;
|
|
74186
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
74187
|
+
dynamicContent?: Maybe<Scalars['JSON']['output']>;
|
|
74188
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
74189
|
+
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
74190
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
74191
|
+
options?: Maybe<Scalars['JSON']['output']>;
|
|
74192
|
+
status?: Maybe<Scalars['JSON']['output']>;
|
|
74193
|
+
type?: Maybe<JiraIssueModuleType>;
|
|
74194
|
+
};
|
|
73027
74195
|
export declare type JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType = {
|
|
73028
74196
|
__typename?: 'JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType';
|
|
73029
74197
|
dismissUntilDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -74172,6 +75340,7 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
74172
75340
|
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
74173
75341
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
74174
75342
|
issueSearchInput: JiraIssueSearchInput;
|
|
75343
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
74175
75344
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
74176
75345
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
74177
75346
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -74295,7 +75464,7 @@ export declare type JiraMentionableEdge = {
|
|
|
74295
75464
|
export declare type JiraMergeIssueError = {
|
|
74296
75465
|
__typename?: 'JiraMergeIssueError';
|
|
74297
75466
|
message?: Maybe<Scalars['String']['output']>;
|
|
74298
|
-
step?: Maybe<
|
|
75467
|
+
step?: Maybe<JiraMergeSteps>;
|
|
74299
75468
|
};
|
|
74300
75469
|
export declare type JiraMergeIssuesInput = {
|
|
74301
75470
|
mergeAttachments: Scalars['Boolean']['input'];
|
|
@@ -74326,6 +75495,14 @@ export declare type JiraMergeIssuesPayload = Payload & {
|
|
|
74326
75495
|
progress?: Maybe<JiraMergeIssuesOperationProgress>;
|
|
74327
75496
|
success: Scalars['Boolean']['output'];
|
|
74328
75497
|
};
|
|
75498
|
+
export declare enum JiraMergeSteps {
|
|
75499
|
+
MergeAttachments = "MERGE_ATTACHMENTS",
|
|
75500
|
+
MergeComments = "MERGE_COMMENTS",
|
|
75501
|
+
MergeDescription = "MERGE_DESCRIPTION",
|
|
75502
|
+
MergeFields = "MERGE_FIELDS",
|
|
75503
|
+
MergeLinks = "MERGE_LINKS",
|
|
75504
|
+
MergeSubtasks = "MERGE_SUBTASKS"
|
|
75505
|
+
}
|
|
74329
75506
|
export declare type JiraMergeVersionInput = {
|
|
74330
75507
|
id: Scalars['ID']['input'];
|
|
74331
75508
|
targetVersionId: Scalars['ID']['input'];
|
|
@@ -75200,6 +76377,7 @@ export declare type JiraMutationRenameNavigationItemArgs = {
|
|
|
75200
76377
|
};
|
|
75201
76378
|
export declare type JiraMutationReplaceSpreadsheetViewFieldSetsArgs = {
|
|
75202
76379
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
76380
|
+
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
75203
76381
|
id: Scalars['ID']['input'];
|
|
75204
76382
|
};
|
|
75205
76383
|
export declare type JiraMutationRequestCancelIssueExportTaskArgs = {
|
|
@@ -78175,6 +79353,7 @@ export declare type JiraQuery = {
|
|
|
78175
79353
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
78176
79354
|
devOpsProviders?: Maybe<Array<Maybe<JiraDevOpsProvider>>>;
|
|
78177
79355
|
echo?: Maybe<Scalars['String']['output']>;
|
|
79356
|
+
ecosystemFirstSeenOnIssueView?: Maybe<Scalars['DateTime']['output']>;
|
|
78178
79357
|
epicLinkFieldKey?: Maybe<Scalars['String']['output']>;
|
|
78179
79358
|
exportIssueDetails?: Maybe<JiraExportIssueDetailsResponse>;
|
|
78180
79359
|
favouriteFilters?: Maybe<JiraFilterConnection>;
|
|
@@ -78186,6 +79365,7 @@ export declare type JiraQuery = {
|
|
|
78186
79365
|
filter?: Maybe<JiraFilter>;
|
|
78187
79366
|
filters?: Maybe<Array<Maybe<JiraFilter>>>;
|
|
78188
79367
|
first100JsmWorkflowTemplates?: Maybe<Array<JiraServiceManagementWorkflowTemplateMetadata>>;
|
|
79368
|
+
forYou_recommendedActions?: Maybe<JiraRecommendedActionCategoryConnection>;
|
|
78189
79369
|
forge: JiraForgeQuery;
|
|
78190
79370
|
formattingRulesByProject?: Maybe<JiraFormattingRuleConnection>;
|
|
78191
79371
|
formulaFieldExpressionConfig?: Maybe<JiraFormulaFieldExpressionConfig>;
|
|
@@ -78214,6 +79394,7 @@ export declare type JiraQuery = {
|
|
|
78214
79394
|
isAiEnabledForIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
78215
79395
|
isIssueViewEditorAiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
78216
79396
|
isJiraDefinitionsPermissionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
79397
|
+
isLinkingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
78217
79398
|
isNaturalLanguageSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
78218
79399
|
isRovoEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
78219
79400
|
isSubtasksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -78534,6 +79715,9 @@ export declare type JiraQueryEchoArgs = {
|
|
|
78534
79715
|
cloudId: Scalars['ID']['input'];
|
|
78535
79716
|
where?: InputMaybe<JiraEchoWhereInput>;
|
|
78536
79717
|
};
|
|
79718
|
+
export declare type JiraQueryEcosystemFirstSeenOnIssueViewArgs = {
|
|
79719
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
79720
|
+
};
|
|
78537
79721
|
export declare type JiraQueryEpicLinkFieldKeyArgs = {
|
|
78538
79722
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78539
79723
|
};
|
|
@@ -78599,6 +79783,9 @@ export declare type JiraQueryFirst100JsmWorkflowTemplatesArgs = {
|
|
|
78599
79783
|
tags?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
78600
79784
|
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
78601
79785
|
};
|
|
79786
|
+
export declare type JiraQueryForYou_RecommendedActionsArgs = {
|
|
79787
|
+
cloudId: Scalars['ID']['input'];
|
|
79788
|
+
};
|
|
78602
79789
|
export declare type JiraQueryFormattingRulesByProjectArgs = {
|
|
78603
79790
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78604
79791
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -78738,6 +79925,9 @@ export declare type JiraQueryIsIssueViewEditorAiEnabledArgs = {
|
|
|
78738
79925
|
export declare type JiraQueryIsJiraDefinitionsPermissionsEnabledArgs = {
|
|
78739
79926
|
cloudId: Scalars['ID']['input'];
|
|
78740
79927
|
};
|
|
79928
|
+
export declare type JiraQueryIsLinkingEnabledArgs = {
|
|
79929
|
+
cloudId: Scalars['ID']['input'];
|
|
79930
|
+
};
|
|
78741
79931
|
export declare type JiraQueryIsNaturalLanguageSearchEnabledArgs = {
|
|
78742
79932
|
cloudId: Scalars['ID']['input'];
|
|
78743
79933
|
};
|
|
@@ -78905,6 +80095,7 @@ export declare type JiraQueryJiraIssueSearchViewArgs = {
|
|
|
78905
80095
|
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
78906
80096
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
78907
80097
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
80098
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
78908
80099
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
78909
80100
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
78910
80101
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
@@ -79516,6 +80707,40 @@ export declare enum JiraRecommendationCategory {
|
|
|
79516
80707
|
ProjectCleanup = "PROJECT_CLEANUP",
|
|
79517
80708
|
ProjectRoleActor = "PROJECT_ROLE_ACTOR"
|
|
79518
80709
|
}
|
|
80710
|
+
export declare type JiraRecommendedAction = {
|
|
80711
|
+
__typename?: 'JiraRecommendedAction';
|
|
80712
|
+
entity?: Maybe<JiraRecommendedActionEntity>;
|
|
80713
|
+
};
|
|
80714
|
+
export declare type JiraRecommendedActionCategory = {
|
|
80715
|
+
__typename?: 'JiraRecommendedActionCategory';
|
|
80716
|
+
actions?: Maybe<JiraRecommendedActionConnection>;
|
|
80717
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
80718
|
+
id: Scalars['ID']['output'];
|
|
80719
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
80720
|
+
};
|
|
80721
|
+
export declare type JiraRecommendedActionCategoryConnection = {
|
|
80722
|
+
__typename?: 'JiraRecommendedActionCategoryConnection';
|
|
80723
|
+
edges?: Maybe<Array<Maybe<JiraRecommendedActionCategoryEdge>>>;
|
|
80724
|
+
pageInfo: PageInfo;
|
|
80725
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
80726
|
+
};
|
|
80727
|
+
export declare type JiraRecommendedActionCategoryEdge = {
|
|
80728
|
+
__typename?: 'JiraRecommendedActionCategoryEdge';
|
|
80729
|
+
cursor: Scalars['String']['output'];
|
|
80730
|
+
node?: Maybe<JiraRecommendedActionCategory>;
|
|
80731
|
+
};
|
|
80732
|
+
export declare type JiraRecommendedActionConnection = {
|
|
80733
|
+
__typename?: 'JiraRecommendedActionConnection';
|
|
80734
|
+
edges?: Maybe<Array<Maybe<JiraRecommendedActionEdge>>>;
|
|
80735
|
+
pageInfo: PageInfo;
|
|
80736
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
80737
|
+
};
|
|
80738
|
+
export declare type JiraRecommendedActionEdge = {
|
|
80739
|
+
__typename?: 'JiraRecommendedActionEdge';
|
|
80740
|
+
cursor: Scalars['String']['output'];
|
|
80741
|
+
node?: Maybe<JiraRecommendedAction>;
|
|
80742
|
+
};
|
|
80743
|
+
export declare type JiraRecommendedActionEntity = JiraIssue | JiraPlatformComment | JiraProject | JiraServiceManagementComment;
|
|
79519
80744
|
export declare type JiraRedaction = {
|
|
79520
80745
|
__typename?: 'JiraRedaction';
|
|
79521
80746
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -82676,16 +83901,6 @@ export declare type JiraSprintUpdateInput = {
|
|
|
82676
83901
|
sprintId: Scalars['ID']['input'];
|
|
82677
83902
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
82678
83903
|
};
|
|
82679
|
-
export declare type JiraStaleWorkItemsSuggestion = JiraSuggestion & {
|
|
82680
|
-
__typename?: 'JiraStaleWorkItemsSuggestion';
|
|
82681
|
-
actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
|
|
82682
|
-
appliedAction?: Maybe<JiraSuggestionAction>;
|
|
82683
|
-
entityId?: Maybe<Scalars['String']['output']>;
|
|
82684
|
-
id?: Maybe<Scalars['ID']['output']>;
|
|
82685
|
-
status?: Maybe<JiraSuggestionStatus>;
|
|
82686
|
-
type?: Maybe<JiraSuggestionType>;
|
|
82687
|
-
workItem?: Maybe<JiraIssue>;
|
|
82688
|
-
};
|
|
82689
83904
|
export declare type JiraStatus = MercuryOriginalProjectStatus & Node & {
|
|
82690
83905
|
__typename?: 'JiraStatus';
|
|
82691
83906
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -83080,61 +84295,6 @@ export declare type JiraSuggestedIssueInput = {
|
|
|
83080
84295
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
83081
84296
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
83082
84297
|
};
|
|
83083
|
-
export declare type JiraSuggestion = {
|
|
83084
|
-
actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
|
|
83085
|
-
appliedAction?: Maybe<JiraSuggestionAction>;
|
|
83086
|
-
entityId?: Maybe<Scalars['String']['output']>;
|
|
83087
|
-
id?: Maybe<Scalars['ID']['output']>;
|
|
83088
|
-
status?: Maybe<JiraSuggestionStatus>;
|
|
83089
|
-
type?: Maybe<JiraSuggestionType>;
|
|
83090
|
-
};
|
|
83091
|
-
export declare type JiraSuggestionAction = {
|
|
83092
|
-
__typename?: 'JiraSuggestionAction';
|
|
83093
|
-
default?: Maybe<Scalars['Boolean']['output']>;
|
|
83094
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
83095
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
83096
|
-
inputSchema?: Maybe<JiraSuggestionActionInputSchema>;
|
|
83097
|
-
type?: Maybe<JiraSuggestionActionType>;
|
|
83098
|
-
};
|
|
83099
|
-
export declare type JiraSuggestionActionInputSchema = {
|
|
83100
|
-
__typename?: 'JiraSuggestionActionInputSchema';
|
|
83101
|
-
properties?: Maybe<Scalars['JSON']['output']>;
|
|
83102
|
-
required?: Maybe<Array<Scalars['String']['output']>>;
|
|
83103
|
-
};
|
|
83104
|
-
export declare enum JiraSuggestionActionType {
|
|
83105
|
-
ArchiveWorkItem = "ARCHIVE_WORK_ITEM",
|
|
83106
|
-
ChangeDuplicateWorkItemStatus = "CHANGE_DUPLICATE_WORK_ITEM_STATUS",
|
|
83107
|
-
ChangeStaleWorkItemStatus = "CHANGE_STALE_WORK_ITEM_STATUS",
|
|
83108
|
-
ChangeWorkItemStatus = "CHANGE_WORK_ITEM_STATUS",
|
|
83109
|
-
LinkDuplicateWorkItems = "LINK_DUPLICATE_WORK_ITEMS"
|
|
83110
|
-
}
|
|
83111
|
-
export declare type JiraSuggestionEdge = {
|
|
83112
|
-
__typename?: 'JiraSuggestionEdge';
|
|
83113
|
-
cursor: Scalars['String']['output'];
|
|
83114
|
-
node: JiraSuggestion;
|
|
83115
|
-
};
|
|
83116
|
-
export declare enum JiraSuggestionStatus {
|
|
83117
|
-
Dismissed = "DISMISSED",
|
|
83118
|
-
Done = "DONE",
|
|
83119
|
-
Pending = "PENDING"
|
|
83120
|
-
}
|
|
83121
|
-
export declare enum JiraSuggestionType {
|
|
83122
|
-
DuplicateWorkItems = "DUPLICATE_WORK_ITEMS",
|
|
83123
|
-
StaleWorkItems = "STALE_WORK_ITEMS"
|
|
83124
|
-
}
|
|
83125
|
-
export declare type JiraSuggestionsByContextInput = {
|
|
83126
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
83127
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
83128
|
-
id: Scalars['ID']['input'];
|
|
83129
|
-
status?: InputMaybe<Array<JiraSuggestionStatus>>;
|
|
83130
|
-
types: Array<JiraSuggestionType>;
|
|
83131
|
-
};
|
|
83132
|
-
export declare type JiraSuggestionsConnection = HasPageInfo & {
|
|
83133
|
-
__typename?: 'JiraSuggestionsConnection';
|
|
83134
|
-
edges?: Maybe<Array<Maybe<JiraSuggestionEdge>>>;
|
|
83135
|
-
errors?: Maybe<Array<QueryError>>;
|
|
83136
|
-
pageInfo: PageInfo;
|
|
83137
|
-
};
|
|
83138
84298
|
export declare enum JiraSyntheticFieldCardOptionType {
|
|
83139
84299
|
CardCover = "CARD_COVER",
|
|
83140
84300
|
Pages = "PAGES"
|
|
@@ -85912,10 +87072,23 @@ export declare type JpdViewUpdatedEvent = {
|
|
|
85912
87072
|
viewId: Scalars['Int']['output'];
|
|
85913
87073
|
viewUuid: Scalars['ID']['output'];
|
|
85914
87074
|
};
|
|
87075
|
+
export declare type JsmChannelsConditionNode = JsmChannelsPlanNode & {
|
|
87076
|
+
__typename?: 'JsmChannelsConditionNode';
|
|
87077
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87078
|
+
id: Scalars['ID']['output'];
|
|
87079
|
+
nodeDescription?: Maybe<Scalars['String']['output']>;
|
|
87080
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87081
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87082
|
+
};
|
|
85915
87083
|
export declare enum JsmChannelsConnectionType {
|
|
85916
87084
|
Okta = "OKTA"
|
|
85917
87085
|
}
|
|
85918
87086
|
export declare type JsmChannelsConversationsByContainerAriResult = JsmChannelsOrchestratorConversationsConnection | QueryError;
|
|
87087
|
+
export declare type JsmChannelsCustomPlanNodeAttribute = {
|
|
87088
|
+
__typename?: 'JsmChannelsCustomPlanNodeAttribute';
|
|
87089
|
+
key: Scalars['String']['output'];
|
|
87090
|
+
value: Scalars['String']['output'];
|
|
87091
|
+
};
|
|
85919
87092
|
export declare type JsmChannelsEstablishConnectionInput = {
|
|
85920
87093
|
clientId: Scalars['String']['input'];
|
|
85921
87094
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -86022,6 +87195,21 @@ export declare type JsmChannelsOrchestratorConversationsFilter = {
|
|
|
86022
87195
|
startDate: Scalars['DateTime']['input'];
|
|
86023
87196
|
states?: InputMaybe<Array<JsmChannelsOrchestratorConversationState>>;
|
|
86024
87197
|
};
|
|
87198
|
+
export declare type JsmChannelsPlanNode = {
|
|
87199
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87200
|
+
id: Scalars['ID']['output'];
|
|
87201
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87202
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87203
|
+
};
|
|
87204
|
+
export declare type JsmChannelsPlanNodeMapEntry = {
|
|
87205
|
+
__typename?: 'JsmChannelsPlanNodeMapEntry';
|
|
87206
|
+
node: JsmChannelsPlanNode;
|
|
87207
|
+
nodeId: Scalars['ID']['output'];
|
|
87208
|
+
};
|
|
87209
|
+
export declare enum JsmChannelsPlanNodeType {
|
|
87210
|
+
Condition = "CONDITION",
|
|
87211
|
+
Step = "STEP"
|
|
87212
|
+
}
|
|
86025
87213
|
export declare enum JsmChannelsRequestTypeExecutionMode {
|
|
86026
87214
|
Assistive = "ASSISTIVE",
|
|
86027
87215
|
Autonomous = "AUTONOMOUS",
|
|
@@ -86038,6 +87226,30 @@ export declare type JsmChannelsRequestTypesInput = {
|
|
|
86038
87226
|
id: Scalars['String']['input'];
|
|
86039
87227
|
mode: JsmChannelsRequestTypeExecutionMode;
|
|
86040
87228
|
};
|
|
87229
|
+
export declare enum JsmChannelsResolutionPlanAction {
|
|
87230
|
+
Approve = "APPROVE",
|
|
87231
|
+
Pause = "PAUSE",
|
|
87232
|
+
Reject = "REJECT"
|
|
87233
|
+
}
|
|
87234
|
+
export declare type JsmChannelsResolutionPlanActionPayload = Payload & {
|
|
87235
|
+
__typename?: 'JsmChannelsResolutionPlanActionPayload';
|
|
87236
|
+
errors?: Maybe<Array<MutationError>>;
|
|
87237
|
+
success: Scalars['Boolean']['output'];
|
|
87238
|
+
};
|
|
87239
|
+
export declare type JsmChannelsResolutionPlanGraph = {
|
|
87240
|
+
__typename?: 'JsmChannelsResolutionPlanGraph';
|
|
87241
|
+
graph?: Maybe<Array<Array<Scalars['ID']['output']>>>;
|
|
87242
|
+
nodes: Array<JsmChannelsPlanNodeMapEntry>;
|
|
87243
|
+
planId: Scalars['ID']['output'];
|
|
87244
|
+
};
|
|
87245
|
+
export declare type JsmChannelsResolutionPlanGraphResult = JsmChannelsResolutionPlanGraph | QueryError;
|
|
87246
|
+
export declare enum JsmChannelsResolutionPlanStepStatus {
|
|
87247
|
+
Cancelled = "CANCELLED",
|
|
87248
|
+
Completed = "COMPLETED",
|
|
87249
|
+
Failed = "FAILED",
|
|
87250
|
+
InProgress = "IN_PROGRESS",
|
|
87251
|
+
Pending = "PENDING"
|
|
87252
|
+
}
|
|
86041
87253
|
export declare type JsmChannelsServiceAgentResolutionPlan = {
|
|
86042
87254
|
__typename?: 'JsmChannelsServiceAgentResolutionPlan';
|
|
86043
87255
|
planId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -86057,6 +87269,15 @@ export declare type JsmChannelsServiceAgentResolutionRunbook = {
|
|
|
86057
87269
|
title: Scalars['String']['output'];
|
|
86058
87270
|
url: Scalars['String']['output'];
|
|
86059
87271
|
};
|
|
87272
|
+
export declare type JsmChannelsStepNode = JsmChannelsPlanNode & {
|
|
87273
|
+
__typename?: 'JsmChannelsStepNode';
|
|
87274
|
+
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
87275
|
+
id: Scalars['ID']['output'];
|
|
87276
|
+
nodeDescription?: Maybe<Scalars['String']['output']>;
|
|
87277
|
+
nodeTitle?: Maybe<Scalars['String']['output']>;
|
|
87278
|
+
nodeType: JsmChannelsPlanNodeType;
|
|
87279
|
+
status?: Maybe<JsmChannelsResolutionPlanStepStatus>;
|
|
87280
|
+
};
|
|
86060
87281
|
export declare type JsmChannelsTaskAgent = {
|
|
86061
87282
|
__typename?: 'JsmChannelsTaskAgent';
|
|
86062
87283
|
agentName: Scalars['String']['output'];
|
|
@@ -86990,6 +88211,20 @@ export declare type KeyValueHierarchyMap = {
|
|
|
86990
88211
|
key?: Maybe<Scalars['String']['output']>;
|
|
86991
88212
|
value?: Maybe<Scalars['String']['output']>;
|
|
86992
88213
|
};
|
|
88214
|
+
export declare type KitsuneChunk = KitsuneNode & {
|
|
88215
|
+
__typename?: 'KitsuneChunk';
|
|
88216
|
+
_id: Scalars['ID']['output'];
|
|
88217
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
88218
|
+
};
|
|
88219
|
+
export declare type KitsuneFeedback = KitsuneNode & {
|
|
88220
|
+
__typename?: 'KitsuneFeedback';
|
|
88221
|
+
_id: Scalars['ID']['output'];
|
|
88222
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
88223
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
88224
|
+
};
|
|
88225
|
+
export declare type KitsuneNode = {
|
|
88226
|
+
_id: Scalars['ID']['output'];
|
|
88227
|
+
};
|
|
86993
88228
|
export declare type KnowledgeBaseAgentArticleSearchConnection = {
|
|
86994
88229
|
__typename?: 'KnowledgeBaseAgentArticleSearchConnection';
|
|
86995
88230
|
edges?: Maybe<Array<KnowledgeBaseArticleEdge>>;
|
|
@@ -91366,6 +92601,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
91366
92601
|
appReviewById?: Maybe<MarketplaceStoreReviewByIdResponse>;
|
|
91367
92602
|
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
91368
92603
|
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
92604
|
+
appReviewsByUserId: MarketplaceStoreReviewsByUserResponse;
|
|
91369
92605
|
appSoftwareVersionListingByAppId?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
|
|
91370
92606
|
appSoftwareVersionListingByAppKey?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
|
|
91371
92607
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
@@ -91391,6 +92627,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
91391
92627
|
siteDetails: MarketplaceStoreSiteDetailsResponse;
|
|
91392
92628
|
userPreferences: MarketplaceStoreGetUserPreferencesResponse;
|
|
91393
92629
|
userProfile: MarketplaceStoreUserProfileResponse;
|
|
92630
|
+
watchedApps: MarketplaceStoreWatchedAppsResponse;
|
|
91394
92631
|
};
|
|
91395
92632
|
export declare type MarketplaceStoreQueryApiAppInstallationsByAppArgs = {
|
|
91396
92633
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -91412,6 +92649,9 @@ export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
|
|
|
91412
92649
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
91413
92650
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
91414
92651
|
};
|
|
92652
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByUserIdArgs = {
|
|
92653
|
+
userId: Scalars['ID']['input'];
|
|
92654
|
+
};
|
|
91415
92655
|
export declare type MarketplaceStoreQueryApiAppSoftwareVersionListingByAppIdArgs = {
|
|
91416
92656
|
appId: Scalars['ID']['input'];
|
|
91417
92657
|
buildNumber: Scalars['ID']['input'];
|
|
@@ -91485,6 +92725,10 @@ export declare type MarketplaceStoreQueryApiSiteDetailsArgs = {
|
|
|
91485
92725
|
export declare type MarketplaceStoreQueryApiUserProfileArgs = {
|
|
91486
92726
|
userId: Scalars['String']['input'];
|
|
91487
92727
|
};
|
|
92728
|
+
export declare type MarketplaceStoreQueryApiWatchedAppsArgs = {
|
|
92729
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
92730
|
+
nextCursor?: InputMaybe<Scalars['String']['input']>;
|
|
92731
|
+
};
|
|
91488
92732
|
export declare type MarketplaceStoreReviewAuthor = {
|
|
91489
92733
|
__typename?: 'MarketplaceStoreReviewAuthor';
|
|
91490
92734
|
id: Scalars['ID']['output'];
|
|
@@ -91519,6 +92763,11 @@ export declare type MarketplaceStoreReviewNode = {
|
|
|
91519
92763
|
stars?: Maybe<Scalars['Int']['output']>;
|
|
91520
92764
|
totalVotes?: Maybe<Scalars['Int']['output']>;
|
|
91521
92765
|
};
|
|
92766
|
+
export declare type MarketplaceStoreReviewsByUserResponse = {
|
|
92767
|
+
__typename?: 'MarketplaceStoreReviewsByUserResponse';
|
|
92768
|
+
id: Scalars['ID']['output'];
|
|
92769
|
+
reviews: Array<Maybe<MarketplaceStoreReviewNode>>;
|
|
92770
|
+
};
|
|
91522
92771
|
export declare type MarketplaceStoreReviewsResponse = {
|
|
91523
92772
|
__typename?: 'MarketplaceStoreReviewsResponse';
|
|
91524
92773
|
averageStars: Scalars['Float']['output'];
|
|
@@ -91594,6 +92843,18 @@ export declare type MarketplaceStoreUserProfileResponse = {
|
|
|
91594
92843
|
name: Scalars['String']['output'];
|
|
91595
92844
|
picture: Scalars['String']['output'];
|
|
91596
92845
|
};
|
|
92846
|
+
export declare type MarketplaceStoreWatchedApp = {
|
|
92847
|
+
__typename?: 'MarketplaceStoreWatchedApp';
|
|
92848
|
+
appKey: Scalars['String']['output'];
|
|
92849
|
+
appName: Scalars['String']['output'];
|
|
92850
|
+
productId: Scalars['ID']['output'];
|
|
92851
|
+
};
|
|
92852
|
+
export declare type MarketplaceStoreWatchedAppsResponse = {
|
|
92853
|
+
__typename?: 'MarketplaceStoreWatchedAppsResponse';
|
|
92854
|
+
limit?: Maybe<Scalars['Int']['output']>;
|
|
92855
|
+
nextCursor?: Maybe<Scalars['String']['output']>;
|
|
92856
|
+
productWatchers?: Maybe<Array<MarketplaceStoreWatchedApp>>;
|
|
92857
|
+
};
|
|
91597
92858
|
export declare type MarketplaceSupportedAtlassianProduct = {
|
|
91598
92859
|
__typename?: 'MarketplaceSupportedAtlassianProduct';
|
|
91599
92860
|
hostingOptions: Array<AtlassianProductHostingType>;
|
|
@@ -91750,6 +93011,12 @@ export declare type MercuryAssignUserAccessToFocusAreaPayload = Payload & {
|
|
|
91750
93011
|
focusAreaUserAccessAssignment?: Maybe<Array<Maybe<MercuryFocusAreaUserAccessMutation>>>;
|
|
91751
93012
|
success: Scalars['Boolean']['output'];
|
|
91752
93013
|
};
|
|
93014
|
+
export declare type MercuryBaseJiraWorkStatusMapping = {
|
|
93015
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
93016
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
93017
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
93018
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
93019
|
+
};
|
|
91753
93020
|
export declare type MercuryBudgetAggregation = {
|
|
91754
93021
|
__typename?: 'MercuryBudgetAggregation';
|
|
91755
93022
|
aggregatedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -91856,6 +93123,10 @@ export declare type MercuryChangeProposalCountByStatus = {
|
|
|
91856
93123
|
count?: Maybe<Scalars['Int']['output']>;
|
|
91857
93124
|
status?: Maybe<MercuryChangeProposalStatus>;
|
|
91858
93125
|
};
|
|
93126
|
+
export declare type MercuryChangeProposalCustomFieldDefinitionScope = MercuryCustomFieldDefinitionScope & {
|
|
93127
|
+
__typename?: 'MercuryChangeProposalCustomFieldDefinitionScope';
|
|
93128
|
+
entityType: Scalars['String']['output'];
|
|
93129
|
+
};
|
|
91859
93130
|
export declare type MercuryChangeProposalEdge = {
|
|
91860
93131
|
__typename?: 'MercuryChangeProposalEdge';
|
|
91861
93132
|
cursor: Scalars['String']['output'];
|
|
@@ -92103,6 +93374,10 @@ export declare type MercuryCreateChangeProposalCommentPayload = Payload & {
|
|
|
92103
93374
|
errors?: Maybe<Array<MutationError>>;
|
|
92104
93375
|
success: Scalars['Boolean']['output'];
|
|
92105
93376
|
};
|
|
93377
|
+
export declare type MercuryCreateChangeProposalCustomFieldDefinitionInput = {
|
|
93378
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
93379
|
+
coreCustomFieldDefinition?: InputMaybe<MercuryCreateCoreCustomFieldDefinitionInput>;
|
|
93380
|
+
};
|
|
92106
93381
|
export declare type MercuryCreateChangeProposalInput = {
|
|
92107
93382
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
92108
93383
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -92342,6 +93617,13 @@ export declare type MercuryCustomSelectFieldOption = {
|
|
|
92342
93617
|
id: Scalars['ID']['output'];
|
|
92343
93618
|
value: Scalars['String']['output'];
|
|
92344
93619
|
};
|
|
93620
|
+
export declare type MercuryDefaultJiraWorkStatusMapping = MercuryBaseJiraWorkStatusMapping & {
|
|
93621
|
+
__typename?: 'MercuryDefaultJiraWorkStatusMapping';
|
|
93622
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
93623
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
93624
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
93625
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
93626
|
+
};
|
|
92345
93627
|
export declare type MercuryDeleteAllPreferenceInput = {
|
|
92346
93628
|
cloudId: Scalars['ID']['input'];
|
|
92347
93629
|
};
|
|
@@ -92532,6 +93814,15 @@ export declare type MercuryDeleteStrategicEventPayload = Payload & {
|
|
|
92532
93814
|
errors?: Maybe<Array<MutationError>>;
|
|
92533
93815
|
success: Scalars['Boolean']['output'];
|
|
92534
93816
|
};
|
|
93817
|
+
export declare type MercuryDismissSuggestedFocusAreaFollowers = Payload & {
|
|
93818
|
+
__typename?: 'MercuryDismissSuggestedFocusAreaFollowers';
|
|
93819
|
+
errors?: Maybe<Array<MutationError>>;
|
|
93820
|
+
success: Scalars['Boolean']['output'];
|
|
93821
|
+
};
|
|
93822
|
+
export declare type MercuryDismissSuggestedFocusAreaFollowersInput = {
|
|
93823
|
+
focusAreaAri: Scalars['ID']['input'];
|
|
93824
|
+
userAris?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
93825
|
+
};
|
|
92535
93826
|
export declare enum MercuryEntityType {
|
|
92536
93827
|
ChangeProposal = "CHANGE_PROPOSAL",
|
|
92537
93828
|
Comment = "COMMENT",
|
|
@@ -92690,6 +93981,10 @@ export declare type MercuryFocusAreaEdge = {
|
|
|
92690
93981
|
cursor: Scalars['String']['output'];
|
|
92691
93982
|
node?: Maybe<MercuryFocusArea>;
|
|
92692
93983
|
};
|
|
93984
|
+
export declare type MercuryFocusAreaFollowerSuggestion = {
|
|
93985
|
+
__typename?: 'MercuryFocusAreaFollowerSuggestion';
|
|
93986
|
+
user?: Maybe<User>;
|
|
93987
|
+
};
|
|
92693
93988
|
export declare type MercuryFocusAreaFundChangeSummary = {
|
|
92694
93989
|
__typename?: 'MercuryFocusAreaFundChangeSummary';
|
|
92695
93990
|
laborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -92845,6 +94140,7 @@ export declare enum MercuryFocusAreaRankingValidationErrorCode {
|
|
|
92845
94140
|
}
|
|
92846
94141
|
export declare type MercuryFocusAreaSort = {
|
|
92847
94142
|
field?: InputMaybe<MercuryFocusAreaSortField>;
|
|
94143
|
+
fieldKey?: InputMaybe<Scalars['String']['input']>;
|
|
92848
94144
|
order: SortOrder;
|
|
92849
94145
|
};
|
|
92850
94146
|
export declare enum MercuryFocusAreaSortField {
|
|
@@ -93119,6 +94415,7 @@ export declare type MercuryGoalAggregatedStatusCount = {
|
|
|
93119
94415
|
export declare type MercuryGoalInsight = MercuryInsight & {
|
|
93120
94416
|
__typename?: 'MercuryGoalInsight';
|
|
93121
94417
|
ari: Scalars['ID']['output'];
|
|
94418
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
93122
94419
|
id: Scalars['ID']['output'];
|
|
93123
94420
|
insightData?: Maybe<TownsquareGoal>;
|
|
93124
94421
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -93156,14 +94453,32 @@ export declare enum MercuryInsightTypeEnum {
|
|
|
93156
94453
|
Goal = "GOAL",
|
|
93157
94454
|
Work = "WORK"
|
|
93158
94455
|
}
|
|
94456
|
+
export declare type MercuryInsightsMutationApi = {
|
|
94457
|
+
__typename?: 'MercuryInsightsMutationApi';
|
|
94458
|
+
dismissSuggestedFocusAreaFollowers?: Maybe<MercuryDismissSuggestedFocusAreaFollowers>;
|
|
94459
|
+
};
|
|
94460
|
+
export declare type MercuryInsightsMutationApiDismissSuggestedFocusAreaFollowersArgs = {
|
|
94461
|
+
input: MercuryDismissSuggestedFocusAreaFollowersInput;
|
|
94462
|
+
};
|
|
93159
94463
|
export declare type MercuryInsightsQueryApi = {
|
|
93160
94464
|
__typename?: 'MercuryInsightsQueryApi';
|
|
94465
|
+
focusAreaFollowerSuggestions?: Maybe<Array<MercuryFocusAreaFollowerSuggestion>>;
|
|
93161
94466
|
focusAreaInsights?: Maybe<Array<MercuryInsightObject>>;
|
|
94467
|
+
focusAreaWorkSuggestions?: Maybe<Array<MercuryWorkSuggestionsSearchItem>>;
|
|
94468
|
+
};
|
|
94469
|
+
export declare type MercuryInsightsQueryApiFocusAreaFollowerSuggestionsArgs = {
|
|
94470
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
94471
|
+
focusAreaAri: Scalars['ID']['input'];
|
|
93162
94472
|
};
|
|
93163
94473
|
export declare type MercuryInsightsQueryApiFocusAreaInsightsArgs = {
|
|
93164
94474
|
filter?: InputMaybe<MercuryFocusAreaInsightsFilter>;
|
|
93165
94475
|
focusAreaId: Scalars['ID']['input'];
|
|
93166
94476
|
};
|
|
94477
|
+
export declare type MercuryInsightsQueryApiFocusAreaWorkSuggestionsArgs = {
|
|
94478
|
+
focusAreaId: Scalars['ID']['input'];
|
|
94479
|
+
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
94480
|
+
workContainerAri?: InputMaybe<Scalars['String']['input']>;
|
|
94481
|
+
};
|
|
93167
94482
|
export declare type MercuryInvestmentCategory = Node & {
|
|
93168
94483
|
__typename?: 'MercuryInvestmentCategory';
|
|
93169
94484
|
createdBy?: Maybe<User>;
|
|
@@ -93207,6 +94522,7 @@ export declare enum MercuryInvestmentCategorySetSortField {
|
|
|
93207
94522
|
export declare type MercuryJiraAlignProjectInsight = MercuryInsight & {
|
|
93208
94523
|
__typename?: 'MercuryJiraAlignProjectInsight';
|
|
93209
94524
|
ari: Scalars['ID']['output'];
|
|
94525
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
93210
94526
|
id: Scalars['ID']['output'];
|
|
93211
94527
|
insightData?: Maybe<JiraAlignAggProject>;
|
|
93212
94528
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -93236,11 +94552,52 @@ export declare type MercuryJiraAlignProviderQueryApiUserAccessibleJiraAlignProje
|
|
|
93236
94552
|
export declare type MercuryJiraIssueInsight = MercuryInsight & {
|
|
93237
94553
|
__typename?: 'MercuryJiraIssueInsight';
|
|
93238
94554
|
ari: Scalars['ID']['output'];
|
|
94555
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
93239
94556
|
id: Scalars['ID']['output'];
|
|
93240
94557
|
insightData?: Maybe<JiraIssue>;
|
|
93241
94558
|
summary?: Maybe<Scalars['String']['output']>;
|
|
93242
94559
|
title?: Maybe<Scalars['String']['output']>;
|
|
93243
94560
|
};
|
|
94561
|
+
export declare type MercuryJiraProviderMappingContext = {
|
|
94562
|
+
__typename?: 'MercuryJiraProviderMappingContext';
|
|
94563
|
+
providerStatusId?: Maybe<Scalars['ID']['output']>;
|
|
94564
|
+
siteId?: Maybe<Scalars['String']['output']>;
|
|
94565
|
+
};
|
|
94566
|
+
export declare type MercuryJiraProviderQueryApi = {
|
|
94567
|
+
__typename?: 'MercuryJiraProviderQueryApi';
|
|
94568
|
+
mercuryStatusMappingsByAri?: Maybe<Array<Maybe<MercuryJiraWorkStatusMapping>>>;
|
|
94569
|
+
mercuryStatusMappingsByStatusAri?: Maybe<Array<Maybe<MercuryJiraWorkStatusMapping>>>;
|
|
94570
|
+
};
|
|
94571
|
+
export declare type MercuryJiraProviderQueryApiMercuryStatusMappingsByAriArgs = {
|
|
94572
|
+
ids: Array<Scalars['ID']['input']>;
|
|
94573
|
+
};
|
|
94574
|
+
export declare type MercuryJiraProviderQueryApiMercuryStatusMappingsByStatusAriArgs = {
|
|
94575
|
+
ids: Array<Scalars['ID']['input']>;
|
|
94576
|
+
};
|
|
94577
|
+
export declare type MercuryJiraStatus = {
|
|
94578
|
+
__typename?: 'MercuryJiraStatus';
|
|
94579
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
94580
|
+
};
|
|
94581
|
+
export declare type MercuryJiraStatusCategory = {
|
|
94582
|
+
__typename?: 'MercuryJiraStatusCategory';
|
|
94583
|
+
color: MercuryJiraStatusCategoryColor;
|
|
94584
|
+
name: Scalars['String']['output'];
|
|
94585
|
+
};
|
|
94586
|
+
export declare enum MercuryJiraStatusCategoryColor {
|
|
94587
|
+
Blue = "BLUE",
|
|
94588
|
+
Green = "GREEN",
|
|
94589
|
+
Grey = "GREY"
|
|
94590
|
+
}
|
|
94591
|
+
export declare type MercuryJiraWorkStatusMapping = MercuryBaseJiraWorkStatusMapping & Node & {
|
|
94592
|
+
__typename?: 'MercuryJiraWorkStatusMapping';
|
|
94593
|
+
id: Scalars['ID']['output'];
|
|
94594
|
+
jiraIssueStatusAri?: Maybe<Scalars['String']['output']>;
|
|
94595
|
+
jiraStatus?: Maybe<MercuryJiraStatus>;
|
|
94596
|
+
jiraStatusCategory?: Maybe<MercuryJiraStatusCategory>;
|
|
94597
|
+
mappedStatusKey: Scalars['String']['output'];
|
|
94598
|
+
providerMappingContext?: Maybe<MercuryJiraProviderMappingContext>;
|
|
94599
|
+
};
|
|
94600
|
+
export declare type MercuryJiraWorkStatusMappingResult = MercuryDefaultJiraWorkStatusMapping | MercuryJiraWorkStatusMapping;
|
|
93244
94601
|
export declare type MercuryLinkAtlassianWorkToFocusAreaInput = {
|
|
93245
94602
|
focusAreaAri: Scalars['String']['input'];
|
|
93246
94603
|
workAris: Array<Scalars['String']['input']>;
|
|
@@ -93401,6 +94758,7 @@ export declare type MercuryMutationApi = {
|
|
|
93401
94758
|
removeUserAccessToFocusArea?: Maybe<MercuryRemoveUserAccessToFocusAreaPayload>;
|
|
93402
94759
|
removeWatcherFromFocusArea?: Maybe<MercuryRemoveWatcherFromFocusAreaPayload>;
|
|
93403
94760
|
setFocusAreaCustomFieldValue?: Maybe<MercurySetFocusAreaCustomFieldPayload>;
|
|
94761
|
+
setFocusAreaCustomFieldValues?: Maybe<MercurySetFocusAreaCustomFieldsPayload>;
|
|
93404
94762
|
setPreference?: Maybe<MercurySetPreferencePayload>;
|
|
93405
94763
|
transitionFocusAreaStatus?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
93406
94764
|
unarchiveFocusArea?: Maybe<MercuryUnarchiveFocusAreaPayload>;
|
|
@@ -93497,6 +94855,9 @@ export declare type MercuryMutationApiRemoveWatcherFromFocusAreaArgs = {
|
|
|
93497
94855
|
export declare type MercuryMutationApiSetFocusAreaCustomFieldValueArgs = {
|
|
93498
94856
|
input: MercurySetFocusAreaCustomFieldInput;
|
|
93499
94857
|
};
|
|
94858
|
+
export declare type MercuryMutationApiSetFocusAreaCustomFieldValuesArgs = {
|
|
94859
|
+
input: MercurySetFocusAreaCustomFieldsInput;
|
|
94860
|
+
};
|
|
93500
94861
|
export declare type MercuryMutationApiSetPreferenceArgs = {
|
|
93501
94862
|
input: MercurySetPreferenceInput;
|
|
93502
94863
|
};
|
|
@@ -93593,6 +94954,38 @@ export declare type MercuryOnUpdateChangeProposalsPayload = Payload & {
|
|
|
93593
94954
|
export declare type MercuryOriginalProjectStatus = {
|
|
93594
94955
|
mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
|
|
93595
94956
|
};
|
|
94957
|
+
export declare enum MercuryPermission {
|
|
94958
|
+
ArchiveFocusArea = "ARCHIVE_FOCUS_AREA",
|
|
94959
|
+
CreateFocusArea = "CREATE_FOCUS_AREA",
|
|
94960
|
+
CreateFocusAreaGoalLink = "CREATE_FOCUS_AREA_GOAL_LINK",
|
|
94961
|
+
CreateFocusAreaLink = "CREATE_FOCUS_AREA_LINK",
|
|
94962
|
+
CreateFocusAreaUpdate = "CREATE_FOCUS_AREA_UPDATE",
|
|
94963
|
+
CreateFocusAreaWorkLink = "CREATE_FOCUS_AREA_WORK_LINK",
|
|
94964
|
+
CreateProposal = "CREATE_PROPOSAL",
|
|
94965
|
+
CreateStrategicEvent = "CREATE_STRATEGIC_EVENT",
|
|
94966
|
+
DeleteFocusArea = "DELETE_FOCUS_AREA",
|
|
94967
|
+
DeleteFocusAreaGoalLink = "DELETE_FOCUS_AREA_GOAL_LINK",
|
|
94968
|
+
DeleteFocusAreaLink = "DELETE_FOCUS_AREA_LINK",
|
|
94969
|
+
DeleteFocusAreaUpdate = "DELETE_FOCUS_AREA_UPDATE",
|
|
94970
|
+
DeleteFocusAreaView = "DELETE_FOCUS_AREA_VIEW",
|
|
94971
|
+
DeleteFocusAreaWorkLink = "DELETE_FOCUS_AREA_WORK_LINK",
|
|
94972
|
+
DeleteProposal = "DELETE_PROPOSAL",
|
|
94973
|
+
DeleteStrategicEvent = "DELETE_STRATEGIC_EVENT",
|
|
94974
|
+
EditFocusAreaAbout = "EDIT_FOCUS_AREA_ABOUT",
|
|
94975
|
+
EditFocusAreaName = "EDIT_FOCUS_AREA_NAME",
|
|
94976
|
+
EditFocusAreaOwner = "EDIT_FOCUS_AREA_OWNER",
|
|
94977
|
+
EditFocusAreaType = "EDIT_FOCUS_AREA_TYPE",
|
|
94978
|
+
EditProposal = "EDIT_PROPOSAL",
|
|
94979
|
+
EditProposalStatus = "EDIT_PROPOSAL_STATUS",
|
|
94980
|
+
EditStrategicEvent = "EDIT_STRATEGIC_EVENT",
|
|
94981
|
+
ExportFocusArea = "EXPORT_FOCUS_AREA",
|
|
94982
|
+
ExportFocusAreaView = "EXPORT_FOCUS_AREA_VIEW",
|
|
94983
|
+
Manage = "MANAGE",
|
|
94984
|
+
Read = "READ",
|
|
94985
|
+
ViewFocusAreaFund = "VIEW_FOCUS_AREA_FUND",
|
|
94986
|
+
ViewStrategicEvent = "VIEW_STRATEGIC_EVENT",
|
|
94987
|
+
Write = "WRITE"
|
|
94988
|
+
}
|
|
93596
94989
|
export declare type MercuryPortfolio = Node & {
|
|
93597
94990
|
__typename?: 'MercuryPortfolio';
|
|
93598
94991
|
aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedPortfolioStatusCount>;
|
|
@@ -94191,6 +95584,17 @@ export declare type MercuryRestrictedStrategicEventEdge = {
|
|
|
94191
95584
|
cursor: Scalars['String']['output'];
|
|
94192
95585
|
node?: Maybe<MercuryRestrictedStrategicEvent>;
|
|
94193
95586
|
};
|
|
95587
|
+
export declare type MercurySetChangeProposalCustomFieldInput = {
|
|
95588
|
+
changeProposalId: Scalars['ID']['input'];
|
|
95589
|
+
coreField?: InputMaybe<MercuryCustomFieldInput>;
|
|
95590
|
+
customFieldDefinitionId: Scalars['ID']['input'];
|
|
95591
|
+
};
|
|
95592
|
+
export declare type MercurySetChangeProposalCustomFieldPayload = Payload & {
|
|
95593
|
+
__typename?: 'MercurySetChangeProposalCustomFieldPayload';
|
|
95594
|
+
customField?: Maybe<MercuryCustomField>;
|
|
95595
|
+
errors?: Maybe<Array<MutationError>>;
|
|
95596
|
+
success: Scalars['Boolean']['output'];
|
|
95597
|
+
};
|
|
94194
95598
|
export declare type MercurySetFocusAreaCustomFieldInput = {
|
|
94195
95599
|
coreField?: InputMaybe<MercuryCustomFieldInput>;
|
|
94196
95600
|
customFieldDefinitionId: Scalars['ID']['input'];
|
|
@@ -94202,6 +95606,16 @@ export declare type MercurySetFocusAreaCustomFieldPayload = Payload & {
|
|
|
94202
95606
|
errors?: Maybe<Array<MutationError>>;
|
|
94203
95607
|
success: Scalars['Boolean']['output'];
|
|
94204
95608
|
};
|
|
95609
|
+
export declare type MercurySetFocusAreaCustomFieldsInput = {
|
|
95610
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
95611
|
+
customFields: Array<MercurySetFocusAreaCustomFieldInput>;
|
|
95612
|
+
};
|
|
95613
|
+
export declare type MercurySetFocusAreaCustomFieldsPayload = Payload & {
|
|
95614
|
+
__typename?: 'MercurySetFocusAreaCustomFieldsPayload';
|
|
95615
|
+
customFields?: Maybe<Array<MercuryCustomField>>;
|
|
95616
|
+
errors?: Maybe<Array<MutationError>>;
|
|
95617
|
+
success: Scalars['Boolean']['output'];
|
|
95618
|
+
};
|
|
94205
95619
|
export declare type MercurySetPreferenceInput = {
|
|
94206
95620
|
cloudId: Scalars['ID']['input'];
|
|
94207
95621
|
key: Scalars['String']['input'];
|
|
@@ -94332,11 +95746,13 @@ export declare type MercuryStrategicEventsMutationApi = {
|
|
|
94332
95746
|
addTagsToChangeProposal?: Maybe<MercuryAddTagsToProposalPayload>;
|
|
94333
95747
|
createChangeProposal?: Maybe<MercuryCreateChangeProposalPayload>;
|
|
94334
95748
|
createChangeProposalComment?: Maybe<MercuryCreateChangeProposalCommentPayload>;
|
|
95749
|
+
createChangeProposalCustomFieldDefinition?: Maybe<MercuryCreateCustomFieldDefinitionPayload>;
|
|
94335
95750
|
createChangeProposalsView?: Maybe<MercuryCreateChangeProposalsViewSettingPayload>;
|
|
94336
95751
|
createStrategicEvent?: Maybe<MercuryCreateStrategicEventPayload>;
|
|
94337
95752
|
createStrategicEventComment?: Maybe<MercuryCreateStrategicEventCommentPayload>;
|
|
94338
95753
|
deleteChangeProposal?: Maybe<MercuryDeleteChangeProposalPayload>;
|
|
94339
95754
|
deleteChangeProposalComment?: Maybe<MercuryDeleteChangeProposalCommentPayload>;
|
|
95755
|
+
deleteChangeProposalCustomFieldDefinition?: Maybe<MercuryDeleteCustomFieldDefinitionPayload>;
|
|
94340
95756
|
deleteChangeProposalsView?: Maybe<MercuryDeleteChangeProposalsViewPayload>;
|
|
94341
95757
|
deleteChanges?: Maybe<MercuryDeleteChangesPayload>;
|
|
94342
95758
|
deleteStrategicEvent?: Maybe<MercuryDeleteStrategicEventPayload>;
|
|
@@ -94345,11 +95761,14 @@ export declare type MercuryStrategicEventsMutationApi = {
|
|
|
94345
95761
|
moveChanges?: Maybe<MercuryMoveChangesPayload>;
|
|
94346
95762
|
proposeChanges?: Maybe<MercuryProposeChangesPayload>;
|
|
94347
95763
|
removeTagsFromChangeProposal?: Maybe<MercuryRemoveTagsFromProposalPayload>;
|
|
95764
|
+
setChangeProposalCustomFieldValue?: Maybe<MercurySetChangeProposalCustomFieldPayload>;
|
|
94348
95765
|
transitionChangeProposalStatus?: Maybe<MercuryTransitionChangeProposalPayload>;
|
|
94349
95766
|
transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
|
|
94350
95767
|
unlinkGoalsFromChangeProposal?: Maybe<MercuryUnlinkGoalsFromChangeProposalPayload>;
|
|
94351
95768
|
unrankChangeProposalInView?: Maybe<MercuryUnrankChangeProposalInViewPayload>;
|
|
94352
95769
|
updateChangeProposalComment?: Maybe<MercuryUpdateChangeProposalCommentPayload>;
|
|
95770
|
+
updateChangeProposalCustomFieldDefinitionDescription?: Maybe<MercuryUpdateCustomFieldDefinitionDescriptionPayload>;
|
|
95771
|
+
updateChangeProposalCustomFieldDefinitionName?: Maybe<MercuryUpdateCustomFieldDefinitionNamePayload>;
|
|
94353
95772
|
updateChangeProposalDescription?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
94354
95773
|
updateChangeProposalFocusArea?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
94355
95774
|
updateChangeProposalImpact?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
@@ -94378,6 +95797,9 @@ export declare type MercuryStrategicEventsMutationApiCreateChangeProposalArgs =
|
|
|
94378
95797
|
export declare type MercuryStrategicEventsMutationApiCreateChangeProposalCommentArgs = {
|
|
94379
95798
|
input: MercuryCreateChangeProposalCommentInput;
|
|
94380
95799
|
};
|
|
95800
|
+
export declare type MercuryStrategicEventsMutationApiCreateChangeProposalCustomFieldDefinitionArgs = {
|
|
95801
|
+
input: MercuryCreateChangeProposalCustomFieldDefinitionInput;
|
|
95802
|
+
};
|
|
94381
95803
|
export declare type MercuryStrategicEventsMutationApiCreateChangeProposalsViewArgs = {
|
|
94382
95804
|
input: MercuryCreateChangeProposalsViewInput;
|
|
94383
95805
|
};
|
|
@@ -94393,6 +95815,9 @@ export declare type MercuryStrategicEventsMutationApiDeleteChangeProposalArgs =
|
|
|
94393
95815
|
export declare type MercuryStrategicEventsMutationApiDeleteChangeProposalCommentArgs = {
|
|
94394
95816
|
input: MercuryDeleteChangeProposalCommentInput;
|
|
94395
95817
|
};
|
|
95818
|
+
export declare type MercuryStrategicEventsMutationApiDeleteChangeProposalCustomFieldDefinitionArgs = {
|
|
95819
|
+
input: MercuryDeleteCustomFieldDefinitionInput;
|
|
95820
|
+
};
|
|
94396
95821
|
export declare type MercuryStrategicEventsMutationApiDeleteChangeProposalsViewArgs = {
|
|
94397
95822
|
input: MercuryDeleteChangeProposalsViewInput;
|
|
94398
95823
|
};
|
|
@@ -94417,6 +95842,9 @@ export declare type MercuryStrategicEventsMutationApiProposeChangesArgs = {
|
|
|
94417
95842
|
export declare type MercuryStrategicEventsMutationApiRemoveTagsFromChangeProposalArgs = {
|
|
94418
95843
|
input: MercuryRemoveTagsFromProposalInput;
|
|
94419
95844
|
};
|
|
95845
|
+
export declare type MercuryStrategicEventsMutationApiSetChangeProposalCustomFieldValueArgs = {
|
|
95846
|
+
input: MercurySetChangeProposalCustomFieldInput;
|
|
95847
|
+
};
|
|
94420
95848
|
export declare type MercuryStrategicEventsMutationApiTransitionChangeProposalStatusArgs = {
|
|
94421
95849
|
input: MercuryTransitionChangeProposalStatusInput;
|
|
94422
95850
|
};
|
|
@@ -94432,6 +95860,12 @@ export declare type MercuryStrategicEventsMutationApiUnrankChangeProposalInViewA
|
|
|
94432
95860
|
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalCommentArgs = {
|
|
94433
95861
|
input: MercuryUpdateChangeProposalCommentInput;
|
|
94434
95862
|
};
|
|
95863
|
+
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalCustomFieldDefinitionDescriptionArgs = {
|
|
95864
|
+
input: MercuryUpdateCustomFieldDefinitionDescriptionInput;
|
|
95865
|
+
};
|
|
95866
|
+
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalCustomFieldDefinitionNameArgs = {
|
|
95867
|
+
input: MercuryUpdateCustomFieldDefinitionNameInput;
|
|
95868
|
+
};
|
|
94435
95869
|
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalDescriptionArgs = {
|
|
94436
95870
|
input: MercuryUpdateChangeProposalDescriptionInput;
|
|
94437
95871
|
};
|
|
@@ -94671,6 +96105,7 @@ export declare type MercuryTextCustomFieldInput = {
|
|
|
94671
96105
|
export declare type MercuryTownsquareProjectInsight = MercuryInsight & {
|
|
94672
96106
|
__typename?: 'MercuryTownsquareProjectInsight';
|
|
94673
96107
|
ari: Scalars['ID']['output'];
|
|
96108
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
94674
96109
|
id: Scalars['ID']['output'];
|
|
94675
96110
|
insightData?: Maybe<TownsquareProject>;
|
|
94676
96111
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -95062,6 +96497,14 @@ export declare enum MercuryViewType {
|
|
|
95062
96497
|
RankingView = "RANKING_VIEW"
|
|
95063
96498
|
}
|
|
95064
96499
|
export declare type MercuryWorkResult = MercuryProviderWork | MercuryProviderWorkError;
|
|
96500
|
+
export declare type MercuryWorkSuggestionsSearchItem = {
|
|
96501
|
+
__typename?: 'MercuryWorkSuggestionsSearchItem';
|
|
96502
|
+
icon?: Maybe<Scalars['String']['output']>;
|
|
96503
|
+
id: Scalars['ID']['output'];
|
|
96504
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
96505
|
+
name: Scalars['String']['output'];
|
|
96506
|
+
url: Scalars['String']['output'];
|
|
96507
|
+
};
|
|
95065
96508
|
export declare enum MercuryWorkTargetDateType {
|
|
95066
96509
|
Day = "DAY",
|
|
95067
96510
|
Month = "MONTH",
|
|
@@ -95078,6 +96521,7 @@ export declare type MercuryWorkspaceContext = {
|
|
|
95078
96521
|
activationId: Scalars['String']['output'];
|
|
95079
96522
|
aiEnabled: Scalars['Boolean']['output'];
|
|
95080
96523
|
cloudId: Scalars['String']['output'];
|
|
96524
|
+
userPermissions?: Maybe<Array<MercuryPermission>>;
|
|
95081
96525
|
};
|
|
95082
96526
|
export declare type MigrateComponentTypeInput = {
|
|
95083
96527
|
destinationTypeId: Scalars['ID']['input'];
|
|
@@ -95468,6 +96912,7 @@ export declare type Mutation = {
|
|
|
95468
96912
|
confluence_markCommentAsDangling?: Maybe<ConfluenceMarkCommentAsDanglingPayload>;
|
|
95469
96913
|
confluence_nbmBulkUpdateVerificationEntry?: Maybe<ConfluenceNbmBulkUpdateVerificationEntryPayload>;
|
|
95470
96914
|
confluence_nbmRetryScanLongTask?: Maybe<ConfluenceNbmRetryScanLongTaskPayload>;
|
|
96915
|
+
confluence_nbmStartPerfScanLongTask?: Maybe<ConfluenceNbmStartPerfScanLongTaskPayload>;
|
|
95471
96916
|
confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
|
|
95472
96917
|
confluence_nbmStartTransformationLongTask?: Maybe<ConfluenceNbmStartTransformationLongTaskPayload>;
|
|
95473
96918
|
confluence_nbmStartVerificationLongTask?: Maybe<ConfluenceNbmStartVerificationLongTaskPayload>;
|
|
@@ -95488,12 +96933,14 @@ export declare type Mutation = {
|
|
|
95488
96933
|
confluence_unwatchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
95489
96934
|
confluence_unwatchSubCalendar?: Maybe<ConfluenceUnwatchSubCalendarPayload>;
|
|
95490
96935
|
confluence_updateAnswer?: Maybe<ConfluenceUpdateAnswerPayload>;
|
|
96936
|
+
confluence_updateBlogPost?: Maybe<ConfluenceUpdateBlogPostPayload>;
|
|
95491
96937
|
confluence_updateCalendarCustomEventType?: Maybe<ConfluenceUpdateCalendarCustomEventTypePayload>;
|
|
95492
96938
|
confluence_updateCalendarEvent?: Maybe<ConfluenceUpdateCalendarEventPayload>;
|
|
95493
96939
|
confluence_updateCalendarPermissions?: Maybe<ConfluenceUpdateCalendarPermissionPayload>;
|
|
95494
96940
|
confluence_updateCalendarSandboxEventTypeReminder?: Maybe<ConfluenceUpdateCalendarSandboxEventTypeReminderPayload>;
|
|
95495
96941
|
confluence_updateCalendarView?: Maybe<ConfluenceUpdateCalendarViewPayload>;
|
|
95496
96942
|
confluence_updateContentAccessRequest?: Maybe<ConfluenceUpdateContentAccessRequestPayload>;
|
|
96943
|
+
confluence_updateContentDirectRestrictions?: Maybe<ConfluenceUpdateContentDirectRestrictionsPayload>;
|
|
95497
96944
|
confluence_updateContentMode?: Maybe<ConfluenceUpdateContentModePayload>;
|
|
95498
96945
|
confluence_updateCustomContentPermissions?: Maybe<ConfluenceUpdateCustomContentPermissionsPayload>;
|
|
95499
96946
|
confluence_updateCustomRole?: Maybe<ConfluenceUpdateCustomRolePayload>;
|
|
@@ -95501,11 +96948,13 @@ export declare type Mutation = {
|
|
|
95501
96948
|
confluence_updateInstance?: Maybe<ConfluenceUpdateInstancePayload>;
|
|
95502
96949
|
confluence_updateNav4OptIn?: Maybe<ConfluenceUpdateNav4OptInPayload>;
|
|
95503
96950
|
confluence_updateNcsPdfExportConfiguration?: Maybe<ConfluenceUpdateNcsPdfExportConfigurationPayload>;
|
|
96951
|
+
confluence_updatePage?: Maybe<ConfluenceUpdatePagePayload>;
|
|
95504
96952
|
confluence_updateQuestion?: Maybe<ConfluenceUpdateQuestionPayload>;
|
|
95505
96953
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
95506
96954
|
confluence_updateTeamPresenceSpaceSettings?: Maybe<ConfluenceUpdateTeamPresenceSpaceSettingsPayload>;
|
|
95507
96955
|
confluence_updateTopic?: Maybe<ConfluenceUpdateTopicPayload>;
|
|
95508
96956
|
confluence_updateVote?: Maybe<ConfluenceUpdateVotePayload>;
|
|
96957
|
+
confluence_updateWatermarkConfig?: Maybe<ConfluenceUpdateWatermarkConfigPayload>;
|
|
95509
96958
|
confluence_watchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
95510
96959
|
confluence_watchSubCalendar?: Maybe<ConfluenceWatchSubCalendarPayload>;
|
|
95511
96960
|
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
@@ -95574,11 +97023,14 @@ export declare type Mutation = {
|
|
|
95574
97023
|
createSystemSpace?: Maybe<Space>;
|
|
95575
97024
|
createTemplate?: Maybe<ContentTemplate>;
|
|
95576
97025
|
createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
|
|
97026
|
+
csmAi_addKnowledgeSource?: Maybe<CsmAiKnowledgeSourcePayload>;
|
|
95577
97027
|
csmAi_createAction?: Maybe<CsmAiCreateActionPayload>;
|
|
95578
97028
|
csmAi_createActionForAgent?: Maybe<CsmAiCreateActionPayload>;
|
|
95579
97029
|
csmAi_createCoachingContent?: Maybe<CsmAiCreateCoachingContentPayload>;
|
|
97030
|
+
csmAi_createEmbedWidget?: Maybe<CsmAiWidgetConfigResult>;
|
|
95580
97031
|
csmAi_deleteAction?: Maybe<CsmAiDeleteActionPayload>;
|
|
95581
97032
|
csmAi_deleteCoachingContent?: Maybe<CsmAiDeleteCoachingContentPayload>;
|
|
97033
|
+
csmAi_deleteKnowledgeSource?: Maybe<CsmAiDeleteKnowledgeSourcePayload>;
|
|
95582
97034
|
csmAi_publishAgent?: Maybe<CsmAiAgentVersionPayload>;
|
|
95583
97035
|
csmAi_restoreAgentVersionAsDraft?: Maybe<CsmAiAgentVersionPayload>;
|
|
95584
97036
|
csmAi_restoreFromAgentVersion?: Maybe<CsmAiAgentVersionPayload>;
|
|
@@ -95587,6 +97039,7 @@ export declare type Mutation = {
|
|
|
95587
97039
|
csmAi_updateAgentIdentity?: Maybe<CsmAiUpdateAgentIdentityPayload>;
|
|
95588
97040
|
csmAi_updateCoachingContent?: Maybe<CsmAiUpdateCoachingContentPayload>;
|
|
95589
97041
|
csmAi_updateHandoffConfig?: Maybe<CsmAiUpdateHandoffConfigPayload>;
|
|
97042
|
+
csmAi_updateKnowledgeSource?: Maybe<CsmAiKnowledgeSourcePayload>;
|
|
95590
97043
|
csmAi_updateWidget?: Maybe<CsmAiUpdateWidgetPayload>;
|
|
95591
97044
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
95592
97045
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
@@ -95674,6 +97127,7 @@ export declare type Mutation = {
|
|
|
95674
97127
|
goals_archiveMetric?: Maybe<TownsquareGoalsArchiveMetricPayload>;
|
|
95675
97128
|
goals_clone?: Maybe<TownsquareGoalsClonePayload>;
|
|
95676
97129
|
goals_createAndAddMetricTarget?: Maybe<TownsquareGoalsCreateAddMetricTargetPayload>;
|
|
97130
|
+
goals_createComment?: Maybe<TownsquareGoalsCreateCommentPayload>;
|
|
95677
97131
|
goals_createDecision?: Maybe<TownsquareGoalsCreateDecisionPayload>;
|
|
95678
97132
|
goals_createGoalTypePair?: Maybe<TownsquareCreateGoalTypePairPayload>;
|
|
95679
97133
|
goals_createLearning?: Maybe<TownsquareGoalsCreateLearningPayload>;
|
|
@@ -95687,6 +97141,7 @@ export declare type Mutation = {
|
|
|
95687
97141
|
goals_deleteRisk?: Maybe<TownsquareGoalsDeleteRiskPayload>;
|
|
95688
97142
|
goals_editComment?: Maybe<TownsquareGoalsEditCommentPayload>;
|
|
95689
97143
|
goals_editDecision?: Maybe<TownsquareGoalsEditDecisionPayload>;
|
|
97144
|
+
goals_editGoalTypePair?: Maybe<TownsquareEditGoalTypePairPayload>;
|
|
95690
97145
|
goals_editLearning?: Maybe<TownsquareGoalsEditLearningPayload>;
|
|
95691
97146
|
goals_editMetric?: Maybe<TownsquareGoalsEditMetricPayload>;
|
|
95692
97147
|
goals_editMetricTarget?: Maybe<TownsquareGoalsEditMetricTargetPayload>;
|
|
@@ -95732,7 +97187,6 @@ export declare type Mutation = {
|
|
|
95732
97187
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
95733
97188
|
jira_addFieldsToFieldScheme?: Maybe<JiraAddFieldsToFieldSchemePayload>;
|
|
95734
97189
|
jira_addTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
|
|
95735
|
-
jira_applySuggestionActions?: Maybe<JiraApplySuggestionActionsPayload>;
|
|
95736
97190
|
jira_archiveIssue?: Maybe<JiraIssueArchivePayload>;
|
|
95737
97191
|
jira_archiveIssueAsync?: Maybe<JiraIssueArchiveAsyncPayload>;
|
|
95738
97192
|
jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
|
|
@@ -95756,7 +97210,6 @@ export declare type Mutation = {
|
|
|
95756
97210
|
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
95757
97211
|
jira_discardUserIssueSearchConfig?: Maybe<JiraDiscardUserIssueSearchConfigPayload>;
|
|
95758
97212
|
jira_dismissAiAgentSession?: Maybe<JiraDismissAiAgentSessionPayload>;
|
|
95759
|
-
jira_dismissSuggestions?: Maybe<JiraDismissSuggestionActionsPayload>;
|
|
95760
97213
|
jira_dragAndDropBoardViewIssue?: Maybe<JiraDragAndDropBoardViewIssuePayload>;
|
|
95761
97214
|
jira_editFieldScheme?: Maybe<JiraFieldSchemePayload>;
|
|
95762
97215
|
jira_listSettingMigrationMutation?: Maybe<JiraListSettingMigrationPayload>;
|
|
@@ -95824,11 +97277,16 @@ export declare type Mutation = {
|
|
|
95824
97277
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
95825
97278
|
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
95826
97279
|
jira_updateSchemeFieldPerWorkTypeCustomizations?: Maybe<JiraFieldWorkTypeConfigurationPayload>;
|
|
97280
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
95827
97281
|
jsmChannels_establishConnection: JsmChannelsEstablishConnectionPayload;
|
|
97282
|
+
jsmChannels_executeResolutionPlanAction: JsmChannelsResolutionPlanActionPayload;
|
|
95828
97283
|
jsmChannels_updateExperienceConfiguration: JsmChannelsExperienceConfigurationPayload;
|
|
95829
97284
|
jsmChannels_updateTaskAgentConfiguration: JsmChannelsTaskAgentConfigurationPayload;
|
|
95830
97285
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
95831
97286
|
jsw?: Maybe<JswMutation>;
|
|
97287
|
+
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
97288
|
+
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
97289
|
+
kitsune_suggestSnippets?: Maybe<Array<Maybe<Array<Maybe<KitsuneChunk>>>>>;
|
|
95832
97290
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
95833
97291
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
95834
97292
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
@@ -95842,6 +97300,7 @@ export declare type Mutation = {
|
|
|
95842
97300
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
95843
97301
|
mercury?: Maybe<MercuryMutationApi>;
|
|
95844
97302
|
mercury_funds?: Maybe<MercuryFundsMutationApi>;
|
|
97303
|
+
mercury_insights?: Maybe<MercuryInsightsMutationApi>;
|
|
95845
97304
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
95846
97305
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
95847
97306
|
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
@@ -95879,6 +97338,7 @@ export declare type Mutation = {
|
|
|
95879
97338
|
projects_addTeamContributors?: Maybe<TownsquareProjectsAddTeamContributorsPayload>;
|
|
95880
97339
|
projects_clone?: Maybe<TownsquareProjectsClonePayload>;
|
|
95881
97340
|
projects_create?: Maybe<TownsquareProjectsCreatePayload>;
|
|
97341
|
+
projects_createComment?: Maybe<TownsquareProjectsCreateCommentPayload>;
|
|
95882
97342
|
projects_createDecision?: Maybe<TownsquareProjectsCreateDecisionPayload>;
|
|
95883
97343
|
projects_createLearning?: Maybe<TownsquareProjectsCreateLearningPayload>;
|
|
95884
97344
|
projects_createLink?: Maybe<TownsquareProjectsCreateLinkPayload>;
|
|
@@ -95890,6 +97350,7 @@ export declare type Mutation = {
|
|
|
95890
97350
|
projects_deleteLink?: Maybe<TownsquareProjectsDeleteLinkPayload>;
|
|
95891
97351
|
projects_deleteRisk?: Maybe<TownsquareProjectsDeleteRiskPayload>;
|
|
95892
97352
|
projects_edit?: Maybe<TownsquareProjectsEditPayload>;
|
|
97353
|
+
projects_editComment?: Maybe<TownsquareProjectsEditCommentPayload>;
|
|
95893
97354
|
projects_editDecision?: Maybe<TownsquareProjectsEditDecisionPayload>;
|
|
95894
97355
|
projects_editLearning?: Maybe<TownsquareProjectsEditLearningPayload>;
|
|
95895
97356
|
projects_editLink?: Maybe<TownsquareProjectsEditLinkPayload>;
|
|
@@ -96024,6 +97485,7 @@ export declare type Mutation = {
|
|
|
96024
97485
|
stakeholderComms_deleteDraftPage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
96025
97486
|
stakeholderComms_deletePage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
96026
97487
|
stakeholderComms_deleteStakeholder?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
97488
|
+
stakeholderComms_getPreSignedUrl?: Maybe<StakeholderCommsPreSignedUrlResponse>;
|
|
96027
97489
|
stakeholderComms_publishPage?: Maybe<StakeholderCommsPageResponse>;
|
|
96028
97490
|
stakeholderComms_removeStakeholderAssignment?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
96029
97491
|
stakeholderComms_removeStakeholderGroup?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
@@ -96036,6 +97498,7 @@ export declare type Mutation = {
|
|
|
96036
97498
|
stakeholderComms_updatePage?: Maybe<StakeholderCommsPageResponse>;
|
|
96037
97499
|
stakeholderComms_updateStakeholder?: Maybe<StakeholderCommsStakeholderResponse>;
|
|
96038
97500
|
stakeholderComms_updateStakeholderGroup?: Maybe<StakeholderCommsStakeholderGroupsAndStakeholders>;
|
|
97501
|
+
stakeholderComms_validateSubscriberToken?: Maybe<Scalars['Boolean']['output']>;
|
|
96039
97502
|
startSprint?: Maybe<SprintResponse>;
|
|
96040
97503
|
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
96041
97504
|
team?: Maybe<TeamMutation>;
|
|
@@ -96423,7 +97886,7 @@ export declare type MutationAssetsDm_DissociateObjectTagArgs = {
|
|
|
96423
97886
|
};
|
|
96424
97887
|
export declare type MutationAssetsDm_EditObjectTagArgs = {
|
|
96425
97888
|
cloudId: Scalars['ID']['input'];
|
|
96426
|
-
input: AssetsDmObjectTagEditInput
|
|
97889
|
+
input: Array<AssetsDmObjectTagEditInput>;
|
|
96427
97890
|
workspaceId: Scalars['ID']['input'];
|
|
96428
97891
|
};
|
|
96429
97892
|
export declare type MutationAssetsDm_GenerateAdapterTokenArgs = {
|
|
@@ -96759,6 +98222,10 @@ export declare type MutationConfluence_NbmRetryScanLongTaskArgs = {
|
|
|
96759
98222
|
cloudId: Scalars['ID']['input'];
|
|
96760
98223
|
input: ConfluenceNbmRetryScanLongTaskInput;
|
|
96761
98224
|
};
|
|
98225
|
+
export declare type MutationConfluence_NbmStartPerfScanLongTaskArgs = {
|
|
98226
|
+
cloudId: Scalars['ID']['input'];
|
|
98227
|
+
input: ConfluenceNbmStartPerfScanLongTaskInput;
|
|
98228
|
+
};
|
|
96762
98229
|
export declare type MutationConfluence_NbmStartScanLongTaskArgs = {
|
|
96763
98230
|
cloudId: Scalars['ID']['input'];
|
|
96764
98231
|
input: ConfluenceNbmStartScanLongTaskInput;
|
|
@@ -96840,6 +98307,10 @@ export declare type MutationConfluence_UpdateAnswerArgs = {
|
|
|
96840
98307
|
cloudId: Scalars['ID']['input'];
|
|
96841
98308
|
input: ConfluenceUpdateAnswerInput;
|
|
96842
98309
|
};
|
|
98310
|
+
export declare type MutationConfluence_UpdateBlogPostArgs = {
|
|
98311
|
+
cloudId: Scalars['ID']['input'];
|
|
98312
|
+
input: ConfluenceUpdateBlogPostInput;
|
|
98313
|
+
};
|
|
96843
98314
|
export declare type MutationConfluence_UpdateCalendarCustomEventTypeArgs = {
|
|
96844
98315
|
cloudId: Scalars['ID']['input'];
|
|
96845
98316
|
input: ConfluenceUpdateCalendarEventTypeInput;
|
|
@@ -96864,6 +98335,10 @@ export declare type MutationConfluence_UpdateContentAccessRequestArgs = {
|
|
|
96864
98335
|
cloudId: Scalars['ID']['input'];
|
|
96865
98336
|
updateContentAccessRequestInput: ConfluenceUpdateContentAccessRequestInput;
|
|
96866
98337
|
};
|
|
98338
|
+
export declare type MutationConfluence_UpdateContentDirectRestrictionsArgs = {
|
|
98339
|
+
cloudId: Scalars['ID']['input'];
|
|
98340
|
+
input: ConfluenceUpdateContentDirectRestrictionsInput;
|
|
98341
|
+
};
|
|
96867
98342
|
export declare type MutationConfluence_UpdateContentModeArgs = {
|
|
96868
98343
|
cloudId: Scalars['ID']['input'];
|
|
96869
98344
|
input: ConfluenceUpdateContentModeInput;
|
|
@@ -96894,6 +98369,10 @@ export declare type MutationConfluence_UpdateNcsPdfExportConfigurationArgs = {
|
|
|
96894
98369
|
input: ConfluenceUpdatePdfExportNoCodeStylingConfigInput;
|
|
96895
98370
|
spaceKey: Scalars['String']['input'];
|
|
96896
98371
|
};
|
|
98372
|
+
export declare type MutationConfluence_UpdatePageArgs = {
|
|
98373
|
+
cloudId: Scalars['ID']['input'];
|
|
98374
|
+
input: ConfluenceUpdatePageInput;
|
|
98375
|
+
};
|
|
96897
98376
|
export declare type MutationConfluence_UpdateQuestionArgs = {
|
|
96898
98377
|
cloudId: Scalars['ID']['input'];
|
|
96899
98378
|
input: ConfluenceUpdateQuestionInput;
|
|
@@ -96914,6 +98393,10 @@ export declare type MutationConfluence_UpdateVoteArgs = {
|
|
|
96914
98393
|
cloudId: Scalars['ID']['input'];
|
|
96915
98394
|
input: ConfluenceUpdateVoteInput;
|
|
96916
98395
|
};
|
|
98396
|
+
export declare type MutationConfluence_UpdateWatermarkConfigArgs = {
|
|
98397
|
+
input: ConfluenceUpdateWatermarkConfigInput;
|
|
98398
|
+
resourceAri: Scalars['ID']['input'];
|
|
98399
|
+
};
|
|
96917
98400
|
export declare type MutationConfluence_WatchLabelArgs = {
|
|
96918
98401
|
cloudId: Scalars['ID']['input'];
|
|
96919
98402
|
input: ConfluenceLabelWatchInput;
|
|
@@ -97147,6 +98630,11 @@ export declare type MutationCreateWebTriggerUrlArgs = {
|
|
|
97147
98630
|
forceCreate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97148
98631
|
input: WebTriggerUrlInput;
|
|
97149
98632
|
};
|
|
98633
|
+
export declare type MutationCsmAi_AddKnowledgeSourceArgs = {
|
|
98634
|
+
csmAiAgentId: Scalars['ID']['input'];
|
|
98635
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98636
|
+
input: CsmAiAddKnowledgeSourceInput;
|
|
98637
|
+
};
|
|
97150
98638
|
export declare type MutationCsmAi_CreateActionArgs = {
|
|
97151
98639
|
csmAiHubId: Scalars['ID']['input'];
|
|
97152
98640
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -97163,6 +98651,11 @@ export declare type MutationCsmAi_CreateCoachingContentArgs = {
|
|
|
97163
98651
|
helpCenterAri: Scalars['ID']['input'];
|
|
97164
98652
|
input: CsmAiCreateCoachingContentInput;
|
|
97165
98653
|
};
|
|
98654
|
+
export declare type MutationCsmAi_CreateEmbedWidgetArgs = {
|
|
98655
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
98656
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98657
|
+
name: Scalars['String']['input'];
|
|
98658
|
+
};
|
|
97166
98659
|
export declare type MutationCsmAi_DeleteActionArgs = {
|
|
97167
98660
|
csmAiActionId: Scalars['ID']['input'];
|
|
97168
98661
|
csmAiHubId: Scalars['ID']['input'];
|
|
@@ -97174,6 +98667,10 @@ export declare type MutationCsmAi_DeleteCoachingContentArgs = {
|
|
|
97174
98667
|
csmAiHubId: Scalars['ID']['input'];
|
|
97175
98668
|
helpCenterAri: Scalars['ID']['input'];
|
|
97176
98669
|
};
|
|
98670
|
+
export declare type MutationCsmAi_DeleteKnowledgeSourceArgs = {
|
|
98671
|
+
csmAiKnowledgeSourceId: Scalars['ID']['input'];
|
|
98672
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98673
|
+
};
|
|
97177
98674
|
export declare type MutationCsmAi_PublishAgentArgs = {
|
|
97178
98675
|
csmAgentId: Scalars['ID']['input'];
|
|
97179
98676
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -97217,6 +98714,12 @@ export declare type MutationCsmAi_UpdateHandoffConfigArgs = {
|
|
|
97217
98714
|
helpCenterAri: Scalars['ID']['input'];
|
|
97218
98715
|
input: CsmAiUpdateHandoffConfigInput;
|
|
97219
98716
|
};
|
|
98717
|
+
export declare type MutationCsmAi_UpdateKnowledgeSourceArgs = {
|
|
98718
|
+
csmAiAgentId: Scalars['ID']['input'];
|
|
98719
|
+
csmAiKnowledgeSourceId: Scalars['ID']['input'];
|
|
98720
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
98721
|
+
input: CsmAiUpdateKnowledgeSourceInput;
|
|
98722
|
+
};
|
|
97220
98723
|
export declare type MutationCsmAi_UpdateWidgetArgs = {
|
|
97221
98724
|
helpCenterAri: Scalars['ID']['input'];
|
|
97222
98725
|
input: CsmAiWidgetUpdateInput;
|
|
@@ -97495,6 +98998,9 @@ export declare type MutationGoals_CloneArgs = {
|
|
|
97495
98998
|
export declare type MutationGoals_CreateAndAddMetricTargetArgs = {
|
|
97496
98999
|
input: TownsquareGoalsCreateAddMetricTargetInput;
|
|
97497
99000
|
};
|
|
99001
|
+
export declare type MutationGoals_CreateCommentArgs = {
|
|
99002
|
+
input: TownsquareGoalsCreateCommentInput;
|
|
99003
|
+
};
|
|
97498
99004
|
export declare type MutationGoals_CreateDecisionArgs = {
|
|
97499
99005
|
input: TownsquareGoalsCreateDecisionInput;
|
|
97500
99006
|
};
|
|
@@ -97534,6 +99040,9 @@ export declare type MutationGoals_EditCommentArgs = {
|
|
|
97534
99040
|
export declare type MutationGoals_EditDecisionArgs = {
|
|
97535
99041
|
input: TownsquareGoalsEditDecisionInput;
|
|
97536
99042
|
};
|
|
99043
|
+
export declare type MutationGoals_EditGoalTypePairArgs = {
|
|
99044
|
+
input: TownsquareGoalsEditGoalTypePairInput;
|
|
99045
|
+
};
|
|
97537
99046
|
export declare type MutationGoals_EditLearningArgs = {
|
|
97538
99047
|
input: TownsquareGoalsEditLearningInput;
|
|
97539
99048
|
};
|
|
@@ -97656,9 +99165,6 @@ export declare type MutationJira_AddTimelineIssueLinkArgs = {
|
|
|
97656
99165
|
cloudId: Scalars['ID']['input'];
|
|
97657
99166
|
input: JiraAddTimelineIssueLinkInput;
|
|
97658
99167
|
};
|
|
97659
|
-
export declare type MutationJira_ApplySuggestionActionsArgs = {
|
|
97660
|
-
input: Array<JiraApplySuggestionActionInput>;
|
|
97661
|
-
};
|
|
97662
99168
|
export declare type MutationJira_ArchiveIssueArgs = {
|
|
97663
99169
|
input: JiraIssueArchiveInput;
|
|
97664
99170
|
};
|
|
@@ -97734,9 +99240,6 @@ export declare type MutationJira_DiscardUserIssueSearchConfigArgs = {
|
|
|
97734
99240
|
export declare type MutationJira_DismissAiAgentSessionArgs = {
|
|
97735
99241
|
input?: InputMaybe<JiraDismissAiAgentSessionInput>;
|
|
97736
99242
|
};
|
|
97737
|
-
export declare type MutationJira_DismissSuggestionsArgs = {
|
|
97738
|
-
input: JiraDismissSuggestionsInput;
|
|
97739
|
-
};
|
|
97740
99243
|
export declare type MutationJira_DragAndDropBoardViewIssueArgs = {
|
|
97741
99244
|
input: JiraDragAndDropBoardViewIssueInput;
|
|
97742
99245
|
};
|
|
@@ -97953,10 +99456,20 @@ export declare type MutationJira_UpdateSchemeFieldPerWorkTypeCustomizationsArgs
|
|
|
97953
99456
|
cloudId: Scalars['ID']['input'];
|
|
97954
99457
|
input?: InputMaybe<JiraFieldWorkTypeCustomizationsInput>;
|
|
97955
99458
|
};
|
|
99459
|
+
export declare type MutationJpdViewsService_EchoArgs = {
|
|
99460
|
+
cloudId: Scalars['ID']['input'];
|
|
99461
|
+
message: Scalars['String']['input'];
|
|
99462
|
+
};
|
|
97956
99463
|
export declare type MutationJsmChannels_EstablishConnectionArgs = {
|
|
97957
99464
|
input: JsmChannelsEstablishConnectionInput;
|
|
97958
99465
|
jiraProjectAri: Scalars['ID']['input'];
|
|
97959
99466
|
};
|
|
99467
|
+
export declare type MutationJsmChannels_ExecuteResolutionPlanActionArgs = {
|
|
99468
|
+
action: JsmChannelsResolutionPlanAction;
|
|
99469
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
99470
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
99471
|
+
planId: Scalars['ID']['input'];
|
|
99472
|
+
};
|
|
97960
99473
|
export declare type MutationJsmChannels_UpdateExperienceConfigurationArgs = {
|
|
97961
99474
|
experience: JsmChannelsExperience;
|
|
97962
99475
|
input: JsmChannelsExperienceConfigurationInput;
|
|
@@ -97968,6 +99481,19 @@ export declare type MutationJsmChannels_UpdateTaskAgentConfigurationArgs = {
|
|
|
97968
99481
|
input: JsmChannelsTaskAgentConfigurationInput;
|
|
97969
99482
|
jiraProjectAri: Scalars['ID']['input'];
|
|
97970
99483
|
};
|
|
99484
|
+
export declare type MutationKitsune_CreateFeedbackArgs = {
|
|
99485
|
+
content: Scalars['String']['input'];
|
|
99486
|
+
projectAri: Scalars['ID']['input'];
|
|
99487
|
+
title: Scalars['String']['input'];
|
|
99488
|
+
};
|
|
99489
|
+
export declare type MutationKitsune_RemoveFeedbackArgs = {
|
|
99490
|
+
id: Scalars['ID']['input'];
|
|
99491
|
+
projectAri: Scalars['ID']['input'];
|
|
99492
|
+
};
|
|
99493
|
+
export declare type MutationKitsune_SuggestSnippetsArgs = {
|
|
99494
|
+
projectAri: Scalars['ID']['input'];
|
|
99495
|
+
title: Scalars['String']['input'];
|
|
99496
|
+
};
|
|
97971
99497
|
export declare type MutationKnowledgeBaseArgs = {
|
|
97972
99498
|
cloudId: Scalars['ID']['input'];
|
|
97973
99499
|
};
|
|
@@ -98097,6 +99623,9 @@ export declare type MutationProjects_CloneArgs = {
|
|
|
98097
99623
|
export declare type MutationProjects_CreateArgs = {
|
|
98098
99624
|
input: TownsquareProjectsCreateInput;
|
|
98099
99625
|
};
|
|
99626
|
+
export declare type MutationProjects_CreateCommentArgs = {
|
|
99627
|
+
input: TownsquareProjectsCreateCommentInput;
|
|
99628
|
+
};
|
|
98100
99629
|
export declare type MutationProjects_CreateDecisionArgs = {
|
|
98101
99630
|
input: TownsquareProjectsCreateDecisionInput;
|
|
98102
99631
|
};
|
|
@@ -98130,6 +99659,9 @@ export declare type MutationProjects_DeleteRiskArgs = {
|
|
|
98130
99659
|
export declare type MutationProjects_EditArgs = {
|
|
98131
99660
|
input?: InputMaybe<TownsquareProjectsEditInput>;
|
|
98132
99661
|
};
|
|
99662
|
+
export declare type MutationProjects_EditCommentArgs = {
|
|
99663
|
+
input: TownsquareProjectsEditCommentInput;
|
|
99664
|
+
};
|
|
98133
99665
|
export declare type MutationProjects_EditDecisionArgs = {
|
|
98134
99666
|
input: TownsquareProjectsEditDecisionInput;
|
|
98135
99667
|
};
|
|
@@ -98561,6 +100093,9 @@ export declare type MutationStakeholderComms_DeletePageArgs = {
|
|
|
98561
100093
|
export declare type MutationStakeholderComms_DeleteStakeholderArgs = {
|
|
98562
100094
|
id: Scalars['String']['input'];
|
|
98563
100095
|
};
|
|
100096
|
+
export declare type MutationStakeholderComms_GetPreSignedUrlArgs = {
|
|
100097
|
+
input: StakeholderCommsPreSignedUrlInput;
|
|
100098
|
+
};
|
|
98564
100099
|
export declare type MutationStakeholderComms_PublishPageArgs = {
|
|
98565
100100
|
draftPageId: Scalars['String']['input'];
|
|
98566
100101
|
};
|
|
@@ -98599,6 +100134,9 @@ export declare type MutationStakeholderComms_UpdateStakeholderGroupArgs = {
|
|
|
98599
100134
|
stakeholderGroupInput: StakeholderCommsUpdateStakeholderGroupInput;
|
|
98600
100135
|
stakeholders?: InputMaybe<Array<InputMaybe<StakeholderCommsCreateStakeholderInput>>>;
|
|
98601
100136
|
};
|
|
100137
|
+
export declare type MutationStakeholderComms_ValidateSubscriberTokenArgs = {
|
|
100138
|
+
token: Scalars['String']['input'];
|
|
100139
|
+
};
|
|
98602
100140
|
export declare type MutationStartSprintArgs = {
|
|
98603
100141
|
input?: InputMaybe<StartSprintInput>;
|
|
98604
100142
|
};
|
|
@@ -101800,6 +103338,7 @@ export declare type Query = {
|
|
|
101800
103338
|
agentStudio_getWidgetContainersByAgentId?: Maybe<AgentStudioWidgetContainersByAgentIdResult>;
|
|
101801
103339
|
agentStudio_insightsConfiguration?: Maybe<AgentStudioInsightsConfigurationResult>;
|
|
101802
103340
|
agentStudio_jobExecutionHistory: AgentStudioJobExecutionHistory;
|
|
103341
|
+
agentStudio_jobRuns: AgentStudioBatchEvaluationJobRunsConnection;
|
|
101803
103342
|
agentStudio_scenarioById?: Maybe<AgentStudioScenarioResult>;
|
|
101804
103343
|
agentStudio_scenarioListByContainerId?: Maybe<AgentStudioScenariosResult>;
|
|
101805
103344
|
agentStudio_scenariosByIds?: Maybe<Array<Maybe<AgentStudioScenario>>>;
|
|
@@ -101847,6 +103386,7 @@ export declare type Query = {
|
|
|
101847
103386
|
assetsDM_dataSourceConfig?: Maybe<AssetsDmDataSourceConfig>;
|
|
101848
103387
|
assetsDM_dataSourceDetails?: Maybe<AssetsDmDataSourceDetails>;
|
|
101849
103388
|
assetsDM_dataSourceFormFields?: Maybe<AssetsDmDataSourceFormFields>;
|
|
103389
|
+
assetsDM_dataSourceHeaderDetails?: Maybe<AssetsDmDataSourceHeaderDetails>;
|
|
101850
103390
|
assetsDM_dataSourceMapping?: Maybe<Array<AssetsDmDataSourceMapping>>;
|
|
101851
103391
|
assetsDM_dataSourceMerge?: Maybe<AssetsDmDataSourceMergeResponse>;
|
|
101852
103392
|
assetsDM_dataSourceMergeGetByObjectId?: Maybe<AssetsDmDataSourceMergeGetByObjectIdResponse>;
|
|
@@ -101856,6 +103396,7 @@ export declare type Query = {
|
|
|
101856
103396
|
assetsDM_datasourceCleansingRules?: Maybe<AssetsDmDataSourceCleansingRulesResponse>;
|
|
101857
103397
|
assetsDM_getCleansingExecutive?: Maybe<AssetsDmDataSourceCleansingCleansingExecutive>;
|
|
101858
103398
|
assetsDM_getDataSourceForCleansing?: Maybe<AssetsDmGetDataSourceForCleansingResponse>;
|
|
103399
|
+
assetsDM_notifications?: Maybe<AssetsDmNotificationResponse>;
|
|
101859
103400
|
assetsDM_objectClassMetadata?: Maybe<AssetsDmObjectClassMetadata>;
|
|
101860
103401
|
assetsDM_objectClasses?: Maybe<Array<Maybe<AssetsDmObjectClass>>>;
|
|
101861
103402
|
assetsDM_objectDetail?: Maybe<AssetsDmObjectDetail>;
|
|
@@ -102019,6 +103560,7 @@ export declare type Query = {
|
|
|
102019
103560
|
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
102020
103561
|
confluence_usersHavePermission?: Maybe<ConfluenceUsersHavePermissionList>;
|
|
102021
103562
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
103563
|
+
confluence_watermarkConfig?: Maybe<ConfluenceWatermarkConfig>;
|
|
102022
103564
|
confluence_whiteboardTemplates?: Maybe<PaginatedConfluenceWhiteboardTemplateInfoList>;
|
|
102023
103565
|
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
102024
103566
|
contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
|
|
@@ -102159,6 +103701,7 @@ export declare type Query = {
|
|
|
102159
103701
|
ersLifecycle?: Maybe<ErsLifecycleQuery>;
|
|
102160
103702
|
eventCTR?: Maybe<EventCtr>;
|
|
102161
103703
|
eventTimeseriesCTR?: Maybe<EventTimeseriesCtr>;
|
|
103704
|
+
experimentApi_collaboratorsAlreadyInConfluence?: Maybe<Array<Maybe<ExperimentApiCollaborationGraphUser>>>;
|
|
102162
103705
|
experimentFeatures?: Maybe<Scalars['String']['output']>;
|
|
102163
103706
|
extensionByKey?: Maybe<Extension>;
|
|
102164
103707
|
extensionContext?: Maybe<ExtensionContext>;
|
|
@@ -102297,16 +103840,18 @@ export declare type Query = {
|
|
|
102297
103840
|
jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
|
|
102298
103841
|
jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
|
|
102299
103842
|
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
102300
|
-
jira_suggestionsByContext?: Maybe<JiraSuggestionsConnection>;
|
|
102301
103843
|
jira_userSegRedirectAdvice?: Maybe<JiraUserSegRedirectAdvice>;
|
|
103844
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
102302
103845
|
jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
|
|
102303
103846
|
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
102304
103847
|
jsmChannels_getExperienceConfigurationByProjectId: JsmChannelsExperienceConfigurationResult;
|
|
103848
|
+
jsmChannels_getResolutionPlanGraph?: Maybe<JsmChannelsResolutionPlanGraphResult>;
|
|
102305
103849
|
jsmChannels_getServiceAgentResolutionStateByTicketId: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
102306
103850
|
jsmChannels_taskAgents: JsmChannelsTaskAgentsResult;
|
|
102307
103851
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
102308
103852
|
jsw?: Maybe<JswQuery>;
|
|
102309
103853
|
kitsune_hello?: Maybe<Scalars['String']['output']>;
|
|
103854
|
+
kitsune_node?: Maybe<KitsuneNode>;
|
|
102310
103855
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
102311
103856
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
102312
103857
|
knowledgeBase_agentSearch?: Maybe<KnowledgeBaseAgentArticleSearchResponse>;
|
|
@@ -102362,6 +103907,7 @@ export declare type Query = {
|
|
|
102362
103907
|
mercury_funds?: Maybe<MercuryFundsQueryApi>;
|
|
102363
103908
|
mercury_insights?: Maybe<MercuryInsightsQueryApi>;
|
|
102364
103909
|
mercury_jiraAlignProvider?: Maybe<MercuryJiraAlignProviderQueryApi>;
|
|
103910
|
+
mercury_jiraProvider?: Maybe<MercuryJiraProviderQueryApi>;
|
|
102365
103911
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
102366
103912
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
|
|
102367
103913
|
migration: MigrationQuery;
|
|
@@ -102540,6 +104086,7 @@ export declare type Query = {
|
|
|
102540
104086
|
stakeholderComms_getIncidentTemplate?: Maybe<StakeholderCommsIncidentTemplateResponse>;
|
|
102541
104087
|
stakeholderComms_getLicenseUsageLimit?: Maybe<StakeholderCommsLicenseUsage>;
|
|
102542
104088
|
stakeholderComms_getMemberships?: Maybe<Array<Maybe<StakeholderCommsStakeholderGroupMembership>>>;
|
|
104089
|
+
stakeholderComms_getOpsgenieRiskAssessment?: Maybe<StakeholderCommsOpsgenieRiskAssessmentResult>;
|
|
102543
104090
|
stakeholderComms_getPageById?: Maybe<StakeholderCommsPageResponse>;
|
|
102544
104091
|
stakeholderComms_getPageByName?: Maybe<StakeholderCommsPageResponse>;
|
|
102545
104092
|
stakeholderComms_getPageSummaryDetails?: Maybe<StakeholderCommsPageSummaryDetailsResponse>;
|
|
@@ -102555,6 +104102,7 @@ export declare type Query = {
|
|
|
102555
104102
|
stakeholderComms_getStakeholdersByAssignment?: Maybe<StakeholderCommsPaginatedStakeholderResults>;
|
|
102556
104103
|
stakeholderComms_getStakeholdersByAssignmentV2?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
102557
104104
|
stakeholderComms_getStakeholdersbyAri?: Maybe<Array<Maybe<StakeholderCommsSimplifiedStakeholder>>>;
|
|
104105
|
+
stakeholderComms_getTotalSubscribersInCloud?: Maybe<Scalars['Int']['output']>;
|
|
102558
104106
|
stakeholderComms_getUniqueSubdomainForPage?: Maybe<Scalars['String']['output']>;
|
|
102559
104107
|
stakeholderComms_getUploadMediaToken?: Maybe<StakeholderCommsMediaToken>;
|
|
102560
104108
|
stakeholderComms_getWorkspaceAriMappingByCustomDomain?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
@@ -102567,6 +104115,7 @@ export declare type Query = {
|
|
|
102567
104115
|
stakeholderComms_listIncidents?: Maybe<StakeholderCommsListIncidentResponse>;
|
|
102568
104116
|
stakeholderComms_listIncidentsV2?: Maybe<StakeholderCommsIncidentWithUpdatesConnection>;
|
|
102569
104117
|
stakeholderComms_listStakeholders?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
104118
|
+
stakeholderComms_listSubscribers?: Maybe<StakeholderCommsListSubscriberResponse>;
|
|
102570
104119
|
stakeholderComms_unifiedSearch?: Maybe<StakeholderCommsUnifiedSearchResults>;
|
|
102571
104120
|
stalePages?: Maybe<PaginatedStalePagePayloadList>;
|
|
102572
104121
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
@@ -102580,6 +104129,7 @@ export declare type Query = {
|
|
|
102580
104129
|
teamworkGraph_customerSupportMessages?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102581
104130
|
teamworkGraph_getProjectContext?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102582
104131
|
teamworkGraph_projectUpdates?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
104132
|
+
teamworkGraph_teamActiveProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102583
104133
|
teamworkGraph_teamProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102584
104134
|
teamworkGraph_teamUsers?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102585
104135
|
teamworkGraph_userCommented?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -102627,6 +104177,7 @@ export declare type Query = {
|
|
|
102627
104177
|
userWithContentRestrictions?: Maybe<UserWithRestrictions>;
|
|
102628
104178
|
users?: Maybe<Array<User>>;
|
|
102629
104179
|
usersWithContentRestrictions?: Maybe<Array<Maybe<UserWithRestrictions>>>;
|
|
104180
|
+
uts_usageAlerts?: Maybe<Array<Maybe<UtsUsageAlert>>>;
|
|
102630
104181
|
validateConvertPageToLiveEdit?: Maybe<ConvertPageToLiveEditValidationResult>;
|
|
102631
104182
|
validatePageCopy?: Maybe<ValidatePageCopyPayload>;
|
|
102632
104183
|
validatePagePublish?: Maybe<PageValidationResult>;
|
|
@@ -102932,6 +104483,15 @@ export declare type QueryAgentStudio_JobExecutionHistoryArgs = {
|
|
|
102932
104483
|
productType: AgentStudioProductType;
|
|
102933
104484
|
projectContainerAri: Scalars['ID']['input'];
|
|
102934
104485
|
};
|
|
104486
|
+
export declare type QueryAgentStudio_JobRunsArgs = {
|
|
104487
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
104488
|
+
cloudId: Scalars['String']['input'];
|
|
104489
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
104490
|
+
jobId?: InputMaybe<Scalars['ID']['input']>;
|
|
104491
|
+
productType: AgentStudioProductType;
|
|
104492
|
+
projectContainerAri: Scalars['ID']['input'];
|
|
104493
|
+
status?: InputMaybe<AgentStudioJobRunStatus>;
|
|
104494
|
+
};
|
|
102935
104495
|
export declare type QueryAgentStudio_ScenarioByIdArgs = {
|
|
102936
104496
|
containerId: Scalars['ID']['input'];
|
|
102937
104497
|
id: Scalars['ID']['input'];
|
|
@@ -103037,6 +104597,7 @@ export declare type QueryAppContainerRegistryLoginArgs = {
|
|
|
103037
104597
|
};
|
|
103038
104598
|
export declare type QueryAppContainerServicesArgs = {
|
|
103039
104599
|
appId: Scalars['ID']['input'];
|
|
104600
|
+
contextFilter?: InputMaybe<AppContainerServiceContextFilter>;
|
|
103040
104601
|
environmentKey: Scalars['String']['input'];
|
|
103041
104602
|
serviceNames: Array<Scalars['String']['input']>;
|
|
103042
104603
|
};
|
|
@@ -103160,6 +104721,11 @@ export declare type QueryAssetsDm_DataSourceFormFieldsArgs = {
|
|
|
103160
104721
|
schemaId?: InputMaybe<Scalars['String']['input']>;
|
|
103161
104722
|
workspaceId: Scalars['ID']['input'];
|
|
103162
104723
|
};
|
|
104724
|
+
export declare type QueryAssetsDm_DataSourceHeaderDetailsArgs = {
|
|
104725
|
+
cloudId: Scalars['ID']['input'];
|
|
104726
|
+
jobId: Scalars['ID']['input'];
|
|
104727
|
+
workspaceId: Scalars['ID']['input'];
|
|
104728
|
+
};
|
|
103163
104729
|
export declare type QueryAssetsDm_DataSourceMappingArgs = {
|
|
103164
104730
|
cloudId: Scalars['ID']['input'];
|
|
103165
104731
|
dataSourceId: Scalars['ID']['input'];
|
|
@@ -103209,6 +104775,11 @@ export declare type QueryAssetsDm_GetDataSourceForCleansingArgs = {
|
|
|
103209
104775
|
dataSourceId: Scalars['ID']['input'];
|
|
103210
104776
|
workspaceId: Scalars['ID']['input'];
|
|
103211
104777
|
};
|
|
104778
|
+
export declare type QueryAssetsDm_NotificationsArgs = {
|
|
104779
|
+
cloudId: Scalars['ID']['input'];
|
|
104780
|
+
payload: AssetsDmNotificationPayload;
|
|
104781
|
+
workspaceId: Scalars['ID']['input'];
|
|
104782
|
+
};
|
|
103212
104783
|
export declare type QueryAssetsDm_ObjectClassMetadataArgs = {
|
|
103213
104784
|
cloudId: Scalars['ID']['input'];
|
|
103214
104785
|
objectId: Scalars['ID']['input'];
|
|
@@ -103968,6 +105539,9 @@ export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
|
103968
105539
|
cloudId: Scalars['ID']['input'];
|
|
103969
105540
|
jql: Scalars['String']['input'];
|
|
103970
105541
|
};
|
|
105542
|
+
export declare type QueryConfluence_WatermarkConfigArgs = {
|
|
105543
|
+
resourceAri: Scalars['ID']['input'];
|
|
105544
|
+
};
|
|
103971
105545
|
export declare type QueryConfluence_WhiteboardTemplatesArgs = {
|
|
103972
105546
|
cloudId: Scalars['ID']['input'];
|
|
103973
105547
|
};
|
|
@@ -104632,6 +106206,9 @@ export declare type QueryEventTimeseriesCtrArgs = {
|
|
|
104632
106206
|
startTime: Scalars['String']['input'];
|
|
104633
106207
|
timezone: Scalars['String']['input'];
|
|
104634
106208
|
};
|
|
106209
|
+
export declare type QueryExperimentApi_CollaboratorsAlreadyInConfluenceArgs = {
|
|
106210
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
106211
|
+
};
|
|
104635
106212
|
export declare type QueryExtensionByKeyArgs = {
|
|
104636
106213
|
contextId: Scalars['ID']['input'];
|
|
104637
106214
|
definitionId: Scalars['ID']['input'];
|
|
@@ -105120,13 +106697,14 @@ export declare type QueryJira_ProjectsSidebarMenuArgs = {
|
|
|
105120
106697
|
cloudId: Scalars['ID']['input'];
|
|
105121
106698
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
105122
106699
|
};
|
|
105123
|
-
export declare type QueryJira_SuggestionsByContextArgs = {
|
|
105124
|
-
input: JiraSuggestionsByContextInput;
|
|
105125
|
-
};
|
|
105126
106700
|
export declare type QueryJira_UserSegRedirectAdviceArgs = {
|
|
105127
106701
|
accountId: Scalars['ID']['input'];
|
|
105128
106702
|
cloudId: Scalars['ID']['input'];
|
|
105129
106703
|
};
|
|
106704
|
+
export declare type QueryJpdViewsService_EchoArgs = {
|
|
106705
|
+
cloudId: Scalars['ID']['input'];
|
|
106706
|
+
message: Scalars['String']['input'];
|
|
106707
|
+
};
|
|
105130
106708
|
export declare type QueryJsmChannels_ConversationsByContainerAriArgs = {
|
|
105131
106709
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
105132
106710
|
containerAri: Scalars['ID']['input'];
|
|
@@ -105140,6 +106718,10 @@ export declare type QueryJsmChannels_GetExperienceConfigurationByProjectIdArgs =
|
|
|
105140
106718
|
experience: JsmChannelsExperience;
|
|
105141
106719
|
jiraProjectAri: Scalars['ID']['input'];
|
|
105142
106720
|
};
|
|
106721
|
+
export declare type QueryJsmChannels_GetResolutionPlanGraphArgs = {
|
|
106722
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
106723
|
+
planID: Scalars['ID']['input'];
|
|
106724
|
+
};
|
|
105143
106725
|
export declare type QueryJsmChannels_GetServiceAgentResolutionStateByTicketIdArgs = {
|
|
105144
106726
|
jiraProjectAri: Scalars['ID']['input'];
|
|
105145
106727
|
ticketId: Scalars['ID']['input'];
|
|
@@ -105151,6 +106733,9 @@ export declare type QueryJsmChannels_TaskAgentsArgs = {
|
|
|
105151
106733
|
export declare type QueryKitsune_HelloArgs = {
|
|
105152
106734
|
projectAri: Scalars['ID']['input'];
|
|
105153
106735
|
};
|
|
106736
|
+
export declare type QueryKitsune_NodeArgs = {
|
|
106737
|
+
id: Scalars['ID']['input'];
|
|
106738
|
+
};
|
|
105154
106739
|
export declare type QueryKnowledgeBaseArgs = {
|
|
105155
106740
|
cloudId: Scalars['ID']['input'];
|
|
105156
106741
|
};
|
|
@@ -105994,6 +107579,9 @@ export declare type QueryStakeholderComms_GetLicenseUsageLimitArgs = {
|
|
|
105994
107579
|
export declare type QueryStakeholderComms_GetMembershipsArgs = {
|
|
105995
107580
|
groupId: Scalars['String']['input'];
|
|
105996
107581
|
};
|
|
107582
|
+
export declare type QueryStakeholderComms_GetOpsgenieRiskAssessmentArgs = {
|
|
107583
|
+
changeRequestId: Scalars['ID']['input'];
|
|
107584
|
+
};
|
|
105997
107585
|
export declare type QueryStakeholderComms_GetPageByIdArgs = {
|
|
105998
107586
|
pageId: Scalars['String']['input'];
|
|
105999
107587
|
};
|
|
@@ -106085,6 +107673,9 @@ export declare type QueryStakeholderComms_ListStakeholdersArgs = {
|
|
|
106085
107673
|
order?: InputMaybe<StakeholderCommsStakeholderConnectionOrder>;
|
|
106086
107674
|
search?: InputMaybe<StakeholderCommsStakeholderConnectionSearch>;
|
|
106087
107675
|
};
|
|
107676
|
+
export declare type QueryStakeholderComms_ListSubscribersArgs = {
|
|
107677
|
+
listSubscribersInput: StakeholderCommsListSubscriberInput;
|
|
107678
|
+
};
|
|
106088
107679
|
export declare type QueryStakeholderComms_UnifiedSearchArgs = {
|
|
106089
107680
|
input: StakeholderCommsUnifiedSearchInput;
|
|
106090
107681
|
};
|
|
@@ -106130,6 +107721,11 @@ export declare type QueryTeamworkGraph_ProjectUpdatesArgs = {
|
|
|
106130
107721
|
projectId: Scalars['String']['input'];
|
|
106131
107722
|
startDate: Scalars['DateTime']['input'];
|
|
106132
107723
|
};
|
|
107724
|
+
export declare type QueryTeamworkGraph_TeamActiveProjectsArgs = {
|
|
107725
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
107726
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107727
|
+
teamId: Scalars['ID']['input'];
|
|
107728
|
+
};
|
|
106133
107729
|
export declare type QueryTeamworkGraph_TeamProjectsArgs = {
|
|
106134
107730
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
106135
107731
|
endDate: Scalars['DateTime']['input'];
|
|
@@ -106308,6 +107904,10 @@ export declare type QueryUsersWithContentRestrictionsArgs = {
|
|
|
106308
107904
|
accountIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
106309
107905
|
contentId: Scalars['ID']['input'];
|
|
106310
107906
|
};
|
|
107907
|
+
export declare type QueryUts_UsageAlertsArgs = {
|
|
107908
|
+
state?: InputMaybe<UtsAlertState>;
|
|
107909
|
+
usageIdentifier: Scalars['ID']['input'];
|
|
107910
|
+
};
|
|
106311
107911
|
export declare type QueryValidateConvertPageToLiveEditArgs = {
|
|
106312
107912
|
input: ValidateConvertPageToLiveEditInput;
|
|
106313
107913
|
};
|
|
@@ -127625,6 +129225,7 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
127625
129225
|
JiraDataDiscoveryPrivateKey = "JIRA_DATA_DISCOVERY_PRIVATE_KEY",
|
|
127626
129226
|
JiraDataDiscoveryUsSsn = "JIRA_DATA_DISCOVERY_US_SSN",
|
|
127627
129227
|
JiraIssueCrawling = "JIRA_ISSUE_CRAWLING",
|
|
129228
|
+
JiraSuspiciousSearch = "JIRA_SUSPICIOUS_SEARCH",
|
|
127628
129229
|
LoginFromMaliciousIpAddress = "LOGIN_FROM_MALICIOUS_IP_ADDRESS",
|
|
127629
129230
|
LoginFromTorExitNode = "LOGIN_FROM_TOR_EXIT_NODE",
|
|
127630
129231
|
MobileScreenLock = "MOBILE_SCREEN_LOCK",
|
|
@@ -130862,6 +132463,15 @@ export declare type StakeholderCommsListIncidentTemplateResponse = {
|
|
|
130862
132463
|
error?: Maybe<Scalars['String']['output']>;
|
|
130863
132464
|
incidentTemplates?: Maybe<Array<Maybe<StakeholderCommsIncidentTemplate>>>;
|
|
130864
132465
|
};
|
|
132466
|
+
export declare type StakeholderCommsListSubscriberInput = {
|
|
132467
|
+
itemId: Scalars['String']['input'];
|
|
132468
|
+
itemType: StakeholderCommsSubscriberItemType;
|
|
132469
|
+
};
|
|
132470
|
+
export declare type StakeholderCommsListSubscriberResponse = {
|
|
132471
|
+
__typename?: 'StakeholderCommsListSubscriberResponse';
|
|
132472
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
132473
|
+
subscribers?: Maybe<Array<Maybe<StakeholderCommsSubscriber>>>;
|
|
132474
|
+
};
|
|
130865
132475
|
export declare type StakeholderCommsMediaToken = {
|
|
130866
132476
|
__typename?: 'StakeholderCommsMediaToken';
|
|
130867
132477
|
error?: Maybe<Scalars['String']['output']>;
|
|
@@ -130994,6 +132604,7 @@ export declare type StakeholderCommsOpsgenieRiskAssessmentDetails = {
|
|
|
130994
132604
|
};
|
|
130995
132605
|
export declare type StakeholderCommsOpsgenieRiskAssessmentResult = {
|
|
130996
132606
|
__typename?: 'StakeholderCommsOpsgenieRiskAssessmentResult';
|
|
132607
|
+
id: Scalars['ID']['output'];
|
|
130997
132608
|
loadingStates?: Maybe<Array<StakeholderCommsOpsgenieLoadingState>>;
|
|
130998
132609
|
result?: Maybe<StakeholderCommsOpsgenieRiskAssessmentDetails>;
|
|
130999
132610
|
};
|
|
@@ -131181,6 +132792,16 @@ export declare type StakeholderCommsPaginatedStakeholderResults = {
|
|
|
131181
132792
|
nextPageCursor?: Maybe<Scalars['String']['output']>;
|
|
131182
132793
|
results?: Maybe<Array<Maybe<StakeholderCommsStakeholder>>>;
|
|
131183
132794
|
};
|
|
132795
|
+
export declare type StakeholderCommsPreSignedUrlInput = {
|
|
132796
|
+
filename: Scalars['String']['input'];
|
|
132797
|
+
filetype: Scalars['String']['input'];
|
|
132798
|
+
};
|
|
132799
|
+
export declare type StakeholderCommsPreSignedUrlResponse = {
|
|
132800
|
+
__typename?: 'StakeholderCommsPreSignedUrlResponse';
|
|
132801
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
132802
|
+
filename?: Maybe<Scalars['String']['output']>;
|
|
132803
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
132804
|
+
};
|
|
131184
132805
|
export declare type StakeholderCommsPreferences = {
|
|
131185
132806
|
__typename?: 'StakeholderCommsPreferences';
|
|
131186
132807
|
email?: Maybe<StakeholderCommsModePreference>;
|
|
@@ -131692,6 +133313,7 @@ export declare type Subscription = {
|
|
|
131692
133313
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
131693
133314
|
jira?: Maybe<JiraSubscription>;
|
|
131694
133315
|
jiraProductDiscovery?: Maybe<JpdSubscriptions>;
|
|
133316
|
+
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
131695
133317
|
jsmChannels_onServiceAgentResolutionStateByTicketIdUpdate: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
131696
133318
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
131697
133319
|
mercury?: Maybe<MercurySubscriptionApi>;
|
|
@@ -131699,7 +133321,7 @@ export declare type Subscription = {
|
|
|
131699
133321
|
migrationPlanningService: MigrationPlanningServiceSubscription;
|
|
131700
133322
|
sandbox: SandboxSubscription;
|
|
131701
133323
|
signup: SignupSubscriptionApi;
|
|
131702
|
-
|
|
133324
|
+
stakeholderComms_opsgenieRiskAssesmentOnUpdate?: Maybe<StakeholderCommsOpsgenieRiskAssessmentResult>;
|
|
131703
133325
|
testing?: Maybe<TestingSubscription>;
|
|
131704
133326
|
trello: TrelloSubscriptionApi;
|
|
131705
133327
|
};
|
|
@@ -131745,11 +133367,15 @@ export declare type SubscriptionDevai_OnTechnicalPlannerJobUpdatedArgs = {
|
|
|
131745
133367
|
cloudId: Scalars['ID']['input'];
|
|
131746
133368
|
jobId: Scalars['ID']['input'];
|
|
131747
133369
|
};
|
|
133370
|
+
export declare type SubscriptionJpdViewsService_EchoArgs = {
|
|
133371
|
+
cloudId: Scalars['ID']['input'];
|
|
133372
|
+
message: Scalars['String']['input'];
|
|
133373
|
+
};
|
|
131748
133374
|
export declare type SubscriptionJsmChannels_OnServiceAgentResolutionStateByTicketIdUpdateArgs = {
|
|
131749
133375
|
jiraProjectAri: Scalars['ID']['input'];
|
|
131750
133376
|
workItemId: Scalars['ID']['input'];
|
|
131751
133377
|
};
|
|
131752
|
-
export declare type
|
|
133378
|
+
export declare type SubscriptionStakeholderComms_OpsgenieRiskAssesmentOnUpdateArgs = {
|
|
131753
133379
|
changeRequestId: Scalars['ID']['input'];
|
|
131754
133380
|
};
|
|
131755
133381
|
export declare enum SummaryType {
|
|
@@ -132487,6 +134113,7 @@ export declare type TeamQuery = {
|
|
|
132487
134113
|
teamSearch?: Maybe<TeamSearchResultConnection>;
|
|
132488
134114
|
teamSearchV2?: Maybe<TeamSearchResultConnectionV2>;
|
|
132489
134115
|
teamV2?: Maybe<TeamV2>;
|
|
134116
|
+
teamsV2?: Maybe<Array<Maybe<TeamV2>>>;
|
|
132490
134117
|
typeInformation?: Maybe<TeamType>;
|
|
132491
134118
|
typesWithinScope?: Maybe<TeamTypeConnection>;
|
|
132492
134119
|
};
|
|
@@ -132520,6 +134147,10 @@ export declare type TeamQueryTeamV2Args = {
|
|
|
132520
134147
|
id: Scalars['ID']['input'];
|
|
132521
134148
|
siteId: Scalars['String']['input'];
|
|
132522
134149
|
};
|
|
134150
|
+
export declare type TeamQueryTeamsV2Args = {
|
|
134151
|
+
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
134152
|
+
siteId: Scalars['String']['input'];
|
|
134153
|
+
};
|
|
132523
134154
|
export declare type TeamQueryTypeInformationArgs = {
|
|
132524
134155
|
id: Scalars['ID']['input'];
|
|
132525
134156
|
scopeId: Scalars['ID']['input'];
|
|
@@ -133388,6 +135019,7 @@ export declare type TownsquareCreateGoalTypeInputV2 = {
|
|
|
133388
135019
|
containerId: Scalars['ID']['input'];
|
|
133389
135020
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
133390
135021
|
name: Scalars['String']['input'];
|
|
135022
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
133391
135023
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
133392
135024
|
};
|
|
133393
135025
|
export declare type TownsquareCreateGoalTypePairPayload = {
|
|
@@ -133405,6 +135037,7 @@ export declare type TownsquareCreateOrEditSuccessMeasureInput = {
|
|
|
133405
135037
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
133406
135038
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
133407
135039
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
135040
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
133408
135041
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
133409
135042
|
};
|
|
133410
135043
|
export declare type TownsquareCreateRelationshipsInput = {
|
|
@@ -133499,6 +135132,20 @@ export declare type TownsquareEditGoalTypeInput = {
|
|
|
133499
135132
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
133500
135133
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
133501
135134
|
};
|
|
135135
|
+
export declare type TownsquareEditGoalTypeInputV2 = {
|
|
135136
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
135137
|
+
goalTypeId: Scalars['ID']['input'];
|
|
135138
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
135139
|
+
namePlural?: InputMaybe<Scalars['String']['input']>;
|
|
135140
|
+
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
135141
|
+
};
|
|
135142
|
+
export declare type TownsquareEditGoalTypePairPayload = {
|
|
135143
|
+
__typename?: 'TownsquareEditGoalTypePairPayload';
|
|
135144
|
+
errors?: Maybe<Array<MutationError>>;
|
|
135145
|
+
goalType?: Maybe<TownsquareGoalTypeEdge>;
|
|
135146
|
+
success: Scalars['Boolean']['output'];
|
|
135147
|
+
successMeasureType?: Maybe<TownsquareGoalTypeEdge>;
|
|
135148
|
+
};
|
|
133502
135149
|
export declare type TownsquareEditGoalTypePayload = {
|
|
133503
135150
|
__typename?: 'TownsquareEditGoalTypePayload';
|
|
133504
135151
|
goalType?: Maybe<TownsquareGoalType>;
|
|
@@ -133515,6 +135162,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
133515
135162
|
canEditMembers?: Maybe<Scalars['Boolean']['output']>;
|
|
133516
135163
|
canEditUpdate?: Maybe<Scalars['Boolean']['output']>;
|
|
133517
135164
|
canPostUpdate?: Maybe<Scalars['Boolean']['output']>;
|
|
135165
|
+
capabilities?: Maybe<TownsquareGoalCapabilities>;
|
|
133518
135166
|
comments?: Maybe<TownsquareCommentConnection>;
|
|
133519
135167
|
creationDate: Scalars['DateTime']['output'];
|
|
133520
135168
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -133544,6 +135192,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
133544
135192
|
status?: Maybe<TownsquareStatus>;
|
|
133545
135193
|
subGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
133546
135194
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
135195
|
+
successMeasureSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
133547
135196
|
successMeasures?: Maybe<TownsquareGoalConnection>;
|
|
133548
135197
|
tags?: Maybe<TownsquareTagConnection>;
|
|
133549
135198
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
@@ -133595,11 +135244,18 @@ export declare type TownsquareGoalRisksArgs = {
|
|
|
133595
135244
|
export declare type TownsquareGoalSubGoalSuggestionsArgs = {
|
|
133596
135245
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
133597
135246
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135247
|
+
kind?: InputMaybe<TownsquareGoalTypeKind>;
|
|
133598
135248
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
133599
135249
|
};
|
|
133600
135250
|
export declare type TownsquareGoalSubGoalsArgs = {
|
|
133601
135251
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
133602
135252
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135253
|
+
kind?: InputMaybe<TownsquareGoalTypeKind>;
|
|
135254
|
+
};
|
|
135255
|
+
export declare type TownsquareGoalSuccessMeasureSuggestionsArgs = {
|
|
135256
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135257
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135258
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
133603
135259
|
};
|
|
133604
135260
|
export declare type TownsquareGoalSuccessMeasuresArgs = {
|
|
133605
135261
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -133621,6 +135277,41 @@ export declare type TownsquareGoalWatchersArgs = {
|
|
|
133621
135277
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
133622
135278
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
133623
135279
|
};
|
|
135280
|
+
export declare type TownsquareGoalCapabilities = {
|
|
135281
|
+
__typename?: 'TownsquareGoalCapabilities';
|
|
135282
|
+
canAddJiraAlignItems?: Maybe<Scalars['Boolean']['output']>;
|
|
135283
|
+
canAddLinkedFocusAreas?: Maybe<Scalars['Boolean']['output']>;
|
|
135284
|
+
canAddLinkedGoals?: Maybe<Scalars['Boolean']['output']>;
|
|
135285
|
+
canAddLinkedProjects?: Maybe<Scalars['Boolean']['output']>;
|
|
135286
|
+
canAddLinkedWorkItems?: Maybe<Scalars['Boolean']['output']>;
|
|
135287
|
+
canAddTags?: Maybe<Scalars['Boolean']['output']>;
|
|
135288
|
+
canAddTeams?: Maybe<Scalars['Boolean']['output']>;
|
|
135289
|
+
canAddWatchers?: Maybe<Scalars['Boolean']['output']>;
|
|
135290
|
+
canArchiveGoal?: Maybe<Scalars['Boolean']['output']>;
|
|
135291
|
+
canCommentOnGoal?: Maybe<Scalars['Boolean']['output']>;
|
|
135292
|
+
canCommentOnUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
135293
|
+
canCreateUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
135294
|
+
canDeleteUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
135295
|
+
canEditCustomFields?: Maybe<Scalars['Boolean']['output']>;
|
|
135296
|
+
canEditMetadata?: Maybe<Scalars['Boolean']['output']>;
|
|
135297
|
+
canEditMetrics?: Maybe<Scalars['Boolean']['output']>;
|
|
135298
|
+
canEditStartDate?: Maybe<Scalars['Boolean']['output']>;
|
|
135299
|
+
canEditStatus?: Maybe<Scalars['Boolean']['output']>;
|
|
135300
|
+
canEditTargetDate?: Maybe<Scalars['Boolean']['output']>;
|
|
135301
|
+
canEditUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
135302
|
+
canManageAccess?: Maybe<Scalars['Boolean']['output']>;
|
|
135303
|
+
canManageChannels?: Maybe<Scalars['Boolean']['output']>;
|
|
135304
|
+
canManageOwnership?: Maybe<Scalars['Boolean']['output']>;
|
|
135305
|
+
canRemoveJiraAlignItems?: Maybe<Scalars['Boolean']['output']>;
|
|
135306
|
+
canRemoveLinkedFocusAreas?: Maybe<Scalars['Boolean']['output']>;
|
|
135307
|
+
canRemoveLinkedGoals?: Maybe<Scalars['Boolean']['output']>;
|
|
135308
|
+
canRemoveLinkedProjects?: Maybe<Scalars['Boolean']['output']>;
|
|
135309
|
+
canRemoveLinkedWorkItems?: Maybe<Scalars['Boolean']['output']>;
|
|
135310
|
+
canRemoveTags?: Maybe<Scalars['Boolean']['output']>;
|
|
135311
|
+
canRemoveTeams?: Maybe<Scalars['Boolean']['output']>;
|
|
135312
|
+
canRemoveWatchers?: Maybe<Scalars['Boolean']['output']>;
|
|
135313
|
+
canWatchGoal?: Maybe<Scalars['Boolean']['output']>;
|
|
135314
|
+
};
|
|
133624
135315
|
export declare type TownsquareGoalConnection = {
|
|
133625
135316
|
__typename?: 'TownsquareGoalConnection';
|
|
133626
135317
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|
|
@@ -133882,6 +135573,16 @@ export declare type TownsquareGoalsCreateAddMetricTargetPayload = {
|
|
|
133882
135573
|
goal?: Maybe<TownsquareGoal>;
|
|
133883
135574
|
success: Scalars['Boolean']['output'];
|
|
133884
135575
|
};
|
|
135576
|
+
export declare type TownsquareGoalsCreateCommentInput = {
|
|
135577
|
+
commentText: Scalars['String']['input'];
|
|
135578
|
+
entityId: Scalars['ID']['input'];
|
|
135579
|
+
};
|
|
135580
|
+
export declare type TownsquareGoalsCreateCommentPayload = {
|
|
135581
|
+
__typename?: 'TownsquareGoalsCreateCommentPayload';
|
|
135582
|
+
comment?: Maybe<TownsquareComment>;
|
|
135583
|
+
errors?: Maybe<Array<MutationError>>;
|
|
135584
|
+
success: Scalars['Boolean']['output'];
|
|
135585
|
+
};
|
|
133885
135586
|
export declare type TownsquareGoalsCreateDecisionInput = {
|
|
133886
135587
|
description: Scalars['String']['input'];
|
|
133887
135588
|
goalId: Scalars['ID']['input'];
|
|
@@ -134012,6 +135713,10 @@ export declare type TownsquareGoalsEditDecisionPayload = {
|
|
|
134012
135713
|
errors?: Maybe<Array<MutationError>>;
|
|
134013
135714
|
success: Scalars['Boolean']['output'];
|
|
134014
135715
|
};
|
|
135716
|
+
export declare type TownsquareGoalsEditGoalTypePairInput = {
|
|
135717
|
+
goalType: TownsquareEditGoalTypeInputV2;
|
|
135718
|
+
successMeasureType?: InputMaybe<TownsquareCreateOrEditSuccessMeasureInput>;
|
|
135719
|
+
};
|
|
134015
135720
|
export declare type TownsquareGoalsEditLearningInput = {
|
|
134016
135721
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
134017
135722
|
learningId: Scalars['ID']['input'];
|
|
@@ -134802,6 +136507,16 @@ export declare type TownsquareProjectsClonePayload = {
|
|
|
134802
136507
|
project?: Maybe<TownsquareProject>;
|
|
134803
136508
|
success: Scalars['Boolean']['output'];
|
|
134804
136509
|
};
|
|
136510
|
+
export declare type TownsquareProjectsCreateCommentInput = {
|
|
136511
|
+
commentText: Scalars['String']['input'];
|
|
136512
|
+
entityId: Scalars['ID']['input'];
|
|
136513
|
+
};
|
|
136514
|
+
export declare type TownsquareProjectsCreateCommentPayload = {
|
|
136515
|
+
__typename?: 'TownsquareProjectsCreateCommentPayload';
|
|
136516
|
+
comment?: Maybe<TownsquareComment>;
|
|
136517
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136518
|
+
success: Scalars['Boolean']['output'];
|
|
136519
|
+
};
|
|
134805
136520
|
export declare type TownsquareProjectsCreateDecisionInput = {
|
|
134806
136521
|
description: Scalars['String']['input'];
|
|
134807
136522
|
projectId: Scalars['ID']['input'];
|
|
@@ -134930,6 +136645,16 @@ export declare type TownsquareProjectsDeleteRiskPayload = {
|
|
|
134930
136645
|
errors?: Maybe<Array<MutationError>>;
|
|
134931
136646
|
success: Scalars['Boolean']['output'];
|
|
134932
136647
|
};
|
|
136648
|
+
export declare type TownsquareProjectsEditCommentInput = {
|
|
136649
|
+
commentId: Scalars['ID']['input'];
|
|
136650
|
+
commentText: Scalars['String']['input'];
|
|
136651
|
+
};
|
|
136652
|
+
export declare type TownsquareProjectsEditCommentPayload = {
|
|
136653
|
+
__typename?: 'TownsquareProjectsEditCommentPayload';
|
|
136654
|
+
comment?: Maybe<TownsquareComment>;
|
|
136655
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136656
|
+
success: Scalars['Boolean']['output'];
|
|
136657
|
+
};
|
|
134933
136658
|
export declare type TownsquareProjectsEditDecisionInput = {
|
|
134934
136659
|
decisionId: Scalars['ID']['input'];
|
|
134935
136660
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -135754,6 +137479,9 @@ export declare type TrelloAddWorkspaceTagToBoardPayload = Payload & {
|
|
|
135754
137479
|
errors?: Maybe<Array<MutationError>>;
|
|
135755
137480
|
success: Scalars['Boolean']['output'];
|
|
135756
137481
|
};
|
|
137482
|
+
export declare type TrelloAiBoardUserInput = {
|
|
137483
|
+
newYearsResolutionInput?: InputMaybe<TrelloNewYearsResolutionAiBoardInput>;
|
|
137484
|
+
};
|
|
135757
137485
|
export declare type TrelloAiRule = {
|
|
135758
137486
|
__typename?: 'TrelloAiRule';
|
|
135759
137487
|
id: Scalars['ID']['output'];
|
|
@@ -136988,6 +138716,15 @@ export declare type TrelloCreateApplicationPayload = Payload & {
|
|
|
136988
138716
|
errors?: Maybe<Array<MutationError>>;
|
|
136989
138717
|
success: Scalars['Boolean']['output'];
|
|
136990
138718
|
};
|
|
138719
|
+
export declare type TrelloCreateBoardWithAiInput = {
|
|
138720
|
+
userInput: TrelloAiBoardUserInput;
|
|
138721
|
+
};
|
|
138722
|
+
export declare type TrelloCreateBoardWithAiPayload = Payload & {
|
|
138723
|
+
__typename?: 'TrelloCreateBoardWithAiPayload';
|
|
138724
|
+
board?: Maybe<TrelloBoard>;
|
|
138725
|
+
errors?: Maybe<Array<MutationError>>;
|
|
138726
|
+
success: Scalars['Boolean']['output'];
|
|
138727
|
+
};
|
|
136991
138728
|
export declare type TrelloCreateCardAction = TrelloAction & TrelloCardActionData & {
|
|
136992
138729
|
__typename?: 'TrelloCreateCardAction';
|
|
136993
138730
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
@@ -137912,6 +139649,7 @@ export declare type TrelloMutationApi = {
|
|
|
137912
139649
|
archiveCard?: Maybe<TrelloArchiveCardPayload>;
|
|
137913
139650
|
assignCardToPlannerCalendarEvent?: Maybe<TrelloAssignCardToPlannerCalendarEventPayload>;
|
|
137914
139651
|
createApplication?: Maybe<TrelloCreateApplicationPayload>;
|
|
139652
|
+
createBoardWithAi?: Maybe<TrelloCreateBoardWithAiPayload>;
|
|
137915
139653
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
137916
139654
|
createMemberAiRule?: Maybe<TrelloCreateMemberAiRulePayload>;
|
|
137917
139655
|
createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
|
|
@@ -137927,6 +139665,7 @@ export declare type TrelloMutationApi = {
|
|
|
137927
139665
|
mergeCards?: Maybe<TrelloMergeCardsPayload>;
|
|
137928
139666
|
movePlannerCalendarEvent?: Maybe<TrelloMovePlannerCalendarEventPayload>;
|
|
137929
139667
|
pinCard?: Maybe<TrelloPinCardPayload>;
|
|
139668
|
+
rejectProposedEvents?: Maybe<TrelloRejectProposedEventsPayload>;
|
|
137930
139669
|
removeBoardStar?: Maybe<TrelloRemoveBoardStarPayload>;
|
|
137931
139670
|
removeCardFromPlannerCalendarEvent?: Maybe<TrelloRemoveCardFromPlannerCalendarEventPayload>;
|
|
137932
139671
|
removeLabelsFromCard?: Maybe<TrelloRemoveLabelsFromCardPayload>;
|
|
@@ -137984,6 +139723,9 @@ export declare type TrelloMutationApiAssignCardToPlannerCalendarEventArgs = {
|
|
|
137984
139723
|
export declare type TrelloMutationApiCreateApplicationArgs = {
|
|
137985
139724
|
input: TrelloCreateApplicationInput;
|
|
137986
139725
|
};
|
|
139726
|
+
export declare type TrelloMutationApiCreateBoardWithAiArgs = {
|
|
139727
|
+
input: TrelloCreateBoardWithAiInput;
|
|
139728
|
+
};
|
|
137987
139729
|
export declare type TrelloMutationApiCreateCardArgs = {
|
|
137988
139730
|
input: TrelloCreateCardInput;
|
|
137989
139731
|
};
|
|
@@ -138029,6 +139771,9 @@ export declare type TrelloMutationApiMovePlannerCalendarEventArgs = {
|
|
|
138029
139771
|
export declare type TrelloMutationApiPinCardArgs = {
|
|
138030
139772
|
input: TrelloPinCardInput;
|
|
138031
139773
|
};
|
|
139774
|
+
export declare type TrelloMutationApiRejectProposedEventsArgs = {
|
|
139775
|
+
input: TrelloRejectProposedEventsInput;
|
|
139776
|
+
};
|
|
138032
139777
|
export declare type TrelloMutationApiRemoveBoardStarArgs = {
|
|
138033
139778
|
input: TrelloRemoveBoardStarInput;
|
|
138034
139779
|
};
|
|
@@ -138141,6 +139886,10 @@ export declare type TrelloMutationErrorExtension = MutationErrorExtension & {
|
|
|
138141
139886
|
id?: Maybe<Scalars['String']['output']>;
|
|
138142
139887
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
138143
139888
|
};
|
|
139889
|
+
export declare type TrelloNewYearsResolutionAiBoardInput = {
|
|
139890
|
+
reason?: InputMaybe<Scalars['String']['input']>;
|
|
139891
|
+
resolution: Scalars['String']['input'];
|
|
139892
|
+
};
|
|
138144
139893
|
export declare type TrelloNotification = TrelloQuickCaptureNotification;
|
|
138145
139894
|
export declare type TrelloNotificationConnection = {
|
|
138146
139895
|
__typename?: 'TrelloNotificationConnection';
|
|
@@ -138658,6 +140407,10 @@ export declare type TrelloProposedEventCardEdge = {
|
|
|
138658
140407
|
cursor: Scalars['String']['output'];
|
|
138659
140408
|
node?: Maybe<TrelloBaseCard>;
|
|
138660
140409
|
};
|
|
140410
|
+
export declare type TrelloProposedEventDeleted = {
|
|
140411
|
+
__typename?: 'TrelloProposedEventDeleted';
|
|
140412
|
+
objectId: Scalars['ID']['output'];
|
|
140413
|
+
};
|
|
138661
140414
|
export declare type TrelloProposedSmartSchedule = {
|
|
138662
140415
|
__typename?: 'TrelloProposedSmartSchedule';
|
|
138663
140416
|
events?: Maybe<Array<TrelloProposedSmartScheduleEvent>>;
|
|
@@ -138881,6 +140634,15 @@ export declare type TrelloReactionLimits = {
|
|
|
138881
140634
|
perAction?: Maybe<TrelloLimitProps>;
|
|
138882
140635
|
uniquePerAction?: Maybe<TrelloLimitProps>;
|
|
138883
140636
|
};
|
|
140637
|
+
export declare type TrelloRejectProposedEventsInput = {
|
|
140638
|
+
proposedEventIds: Array<Scalars['ID']['input']>;
|
|
140639
|
+
};
|
|
140640
|
+
export declare type TrelloRejectProposedEventsPayload = Payload & {
|
|
140641
|
+
__typename?: 'TrelloRejectProposedEventsPayload';
|
|
140642
|
+
errors?: Maybe<Array<MutationError>>;
|
|
140643
|
+
proposedEvents?: Maybe<Array<TrelloProposedEventDeleted>>;
|
|
140644
|
+
success: Scalars['Boolean']['output'];
|
|
140645
|
+
};
|
|
138884
140646
|
export declare type TrelloRemoveBoardStarInput = {
|
|
138885
140647
|
boardStarId: Scalars['ID']['input'];
|
|
138886
140648
|
userId: Scalars['ID']['input'];
|
|
@@ -142046,6 +143808,42 @@ export declare type UsersWithEffectiveRestrictions = {
|
|
|
142046
143808
|
permissionsViaGroups: PermissionsViaGroups;
|
|
142047
143809
|
user?: Maybe<UserWithRestrictions>;
|
|
142048
143810
|
};
|
|
143811
|
+
export declare type UtsAlertDetector = {
|
|
143812
|
+
__typename?: 'UtsAlertDetector';
|
|
143813
|
+
consumerKey?: Maybe<Scalars['String']['output']>;
|
|
143814
|
+
consumerKeyType?: Maybe<Scalars['String']['output']>;
|
|
143815
|
+
expression?: Maybe<Scalars['String']['output']>;
|
|
143816
|
+
formula?: Maybe<Scalars['String']['output']>;
|
|
143817
|
+
id: Scalars['ID']['output'];
|
|
143818
|
+
retriggerPolicy?: Maybe<UtsAlertRetriggerPolicy>;
|
|
143819
|
+
usageKey: Scalars['String']['output'];
|
|
143820
|
+
};
|
|
143821
|
+
export declare enum UtsAlertRetriggerPolicy {
|
|
143822
|
+
Always = "ALWAYS",
|
|
143823
|
+
Once = "ONCE"
|
|
143824
|
+
}
|
|
143825
|
+
export declare enum UtsAlertState {
|
|
143826
|
+
Closed = "CLOSED",
|
|
143827
|
+
Open = "OPEN"
|
|
143828
|
+
}
|
|
143829
|
+
export declare type UtsAlertThreshold = {
|
|
143830
|
+
__typename?: 'UtsAlertThreshold';
|
|
143831
|
+
usageIdentifier: Scalars['String']['output'];
|
|
143832
|
+
value?: Maybe<Scalars['Float']['output']>;
|
|
143833
|
+
};
|
|
143834
|
+
export declare type UtsUsageAlert = {
|
|
143835
|
+
__typename?: 'UtsUsageAlert';
|
|
143836
|
+
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
143837
|
+
detector?: Maybe<UtsAlertDetector>;
|
|
143838
|
+
id: Scalars['ID']['output'];
|
|
143839
|
+
initialValue?: Maybe<Scalars['Float']['output']>;
|
|
143840
|
+
lastUpdatedValue?: Maybe<Scalars['Float']['output']>;
|
|
143841
|
+
state?: Maybe<UtsAlertState>;
|
|
143842
|
+
threshold?: Maybe<UtsAlertThreshold>;
|
|
143843
|
+
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
143844
|
+
usageIdentifier: Scalars['String']['output'];
|
|
143845
|
+
version?: Maybe<Scalars['Float']['output']>;
|
|
143846
|
+
};
|
|
142049
143847
|
export declare type ValidateConvertPageToLiveEditInput = {
|
|
142050
143848
|
adf: Scalars['String']['input'];
|
|
142051
143849
|
contentId: Scalars['ID']['input'];
|