@forge/cli-shared 6.5.5-next.0 → 6.6.0-next.2
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 +14 -0
- package/out/graphql/graphql-types.d.ts +250 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +22 -17
- package/out/shared/product.d.ts +7 -4
- package/out/shared/product.d.ts.map +1 -1
- package/out/shared/product.js +5 -2
- package/out/ui/text.d.ts +2 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +5 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.6.0-next.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f8e2503: Removed support of an installation id inplace of a site, product and environment installation context for the command
|
|
8
|
+
|
|
9
|
+
## 6.5.5-next.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [8819889]
|
|
14
|
+
- @forge/i18n@0.0.3-next.1
|
|
15
|
+
- @forge/manifest@8.6.1-next.1
|
|
16
|
+
|
|
3
17
|
## 6.5.5-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1855,6 +1855,7 @@ export declare type ApplyPolarisProjectTemplatePayload = Payload & {
|
|
|
1855
1855
|
export declare type AppsFilter = {
|
|
1856
1856
|
isPublishable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1857
1857
|
migrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
1858
|
+
storesPersonalData?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1858
1859
|
};
|
|
1859
1860
|
export declare type AquaIssueContext = {
|
|
1860
1861
|
__typename?: 'AquaIssueContext';
|
|
@@ -3197,6 +3198,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
3197
3198
|
context?: Maybe<CcpContext>;
|
|
3198
3199
|
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
3199
3200
|
defaultOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
3201
|
+
defaultStandaloneOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
3200
3202
|
enableAbuseProneFeatures?: Maybe<Scalars['Boolean']['output']>;
|
|
3201
3203
|
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
3202
3204
|
entitlementTemplate?: Maybe<CcpEntitlementTemplate>;
|
|
@@ -3225,6 +3227,9 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
3225
3227
|
export declare type CcpEntitlementDefaultOfferingTransitionsArgs = {
|
|
3226
3228
|
offeringName?: InputMaybe<Scalars['String']['input']>;
|
|
3227
3229
|
};
|
|
3230
|
+
export declare type CcpEntitlementDefaultStandaloneOfferingTransitionsArgs = {
|
|
3231
|
+
offeringName?: InputMaybe<Scalars['String']['input']>;
|
|
3232
|
+
};
|
|
3228
3233
|
export declare type CcpEntitlementLatestUsageForChargeElementArgs = {
|
|
3229
3234
|
chargeElement?: InputMaybe<Scalars['String']['input']>;
|
|
3230
3235
|
};
|
|
@@ -22660,6 +22665,29 @@ export declare type EcosystemDataClassificationsContext = {
|
|
|
22660
22665
|
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
|
|
22661
22666
|
id: Scalars['ID']['output'];
|
|
22662
22667
|
};
|
|
22668
|
+
export declare type EcosystemGlobalInstallationConfigInput = {
|
|
22669
|
+
cloudId: Scalars['ID']['input'];
|
|
22670
|
+
config: Array<EcosystemGlobalInstallationOverrideInput>;
|
|
22671
|
+
};
|
|
22672
|
+
export declare type EcosystemGlobalInstallationConfigResponse = Payload & {
|
|
22673
|
+
__typename?: 'EcosystemGlobalInstallationConfigResponse';
|
|
22674
|
+
config?: Maybe<Array<EcosystemGlobalInstallationOverride>>;
|
|
22675
|
+
errors?: Maybe<Array<MutationError>>;
|
|
22676
|
+
success: Scalars['Boolean']['output'];
|
|
22677
|
+
};
|
|
22678
|
+
export declare type EcosystemGlobalInstallationOverride = {
|
|
22679
|
+
__typename?: 'EcosystemGlobalInstallationOverride';
|
|
22680
|
+
key: EcosystemGlobalInstallationOverrideKeys;
|
|
22681
|
+
value: Scalars['Boolean']['output'];
|
|
22682
|
+
};
|
|
22683
|
+
export declare type EcosystemGlobalInstallationOverrideInput = {
|
|
22684
|
+
key: EcosystemGlobalInstallationOverrideKeys;
|
|
22685
|
+
value: Scalars['Boolean']['input'];
|
|
22686
|
+
};
|
|
22687
|
+
export declare enum EcosystemGlobalInstallationOverrideKeys {
|
|
22688
|
+
AllowEgressAnalytics = "ALLOW_EGRESS_ANALYTICS",
|
|
22689
|
+
AllowLogsAccess = "ALLOW_LOGS_ACCESS"
|
|
22690
|
+
}
|
|
22663
22691
|
export declare type EcosystemInstallationConfigInput = {
|
|
22664
22692
|
overrides: Array<EcosystemInstallationOverrides>;
|
|
22665
22693
|
};
|
|
@@ -22693,6 +22721,7 @@ export declare type EcosystemMutation = {
|
|
|
22693
22721
|
updateAppHostServiceScopes?: Maybe<UpdateAppHostServiceScopesResponsePayload>;
|
|
22694
22722
|
updateAppOAuthClient: EcosystemUpdateAppOAuthClientResult;
|
|
22695
22723
|
updateAppOwnership?: Maybe<UpdateAppOwnershipResponsePayload>;
|
|
22724
|
+
updateGlobalInstallationConfig?: Maybe<EcosystemGlobalInstallationConfigResponse>;
|
|
22696
22725
|
updateInstallationDetails?: Maybe<UpdateInstallationDetailsResponse>;
|
|
22697
22726
|
updateInstallationRemoteRegion?: Maybe<EcosystemUpdateInstallationRemoteRegionResponse>;
|
|
22698
22727
|
updateUserInstallationRules?: Maybe<UserInstallationRulesPayload>;
|
|
@@ -22745,6 +22774,9 @@ export declare type EcosystemMutationUpdateAppOAuthClientArgs = {
|
|
|
22745
22774
|
export declare type EcosystemMutationUpdateAppOwnershipArgs = {
|
|
22746
22775
|
input: UpdateAppOwnershipInput;
|
|
22747
22776
|
};
|
|
22777
|
+
export declare type EcosystemMutationUpdateGlobalInstallationConfigArgs = {
|
|
22778
|
+
input: EcosystemGlobalInstallationConfigInput;
|
|
22779
|
+
};
|
|
22748
22780
|
export declare type EcosystemMutationUpdateInstallationDetailsArgs = {
|
|
22749
22781
|
input: EcosystemUpdateInstallationDetailsInput;
|
|
22750
22782
|
};
|
|
@@ -22783,6 +22815,7 @@ export declare type EcosystemQuery = {
|
|
|
22783
22815
|
forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
|
|
22784
22816
|
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
22785
22817
|
fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
|
|
22818
|
+
globalInstallationConfig?: Maybe<Array<Maybe<EcosystemGlobalInstallationOverride>>>;
|
|
22786
22819
|
userAccess?: Maybe<UserAccess>;
|
|
22787
22820
|
userGrants?: Maybe<UserGrantConnection>;
|
|
22788
22821
|
userInstallationRules?: Maybe<UserInstallationRules>;
|
|
@@ -22845,6 +22878,10 @@ export declare type EcosystemQueryForgeMetricsArgs = {
|
|
|
22845
22878
|
export declare type EcosystemQueryFortifiedMetricsArgs = {
|
|
22846
22879
|
appKey: Scalars['ID']['input'];
|
|
22847
22880
|
};
|
|
22881
|
+
export declare type EcosystemQueryGlobalInstallationConfigArgs = {
|
|
22882
|
+
cloudId: Scalars['ID']['input'];
|
|
22883
|
+
filter?: InputMaybe<GlobalInstallationConfigFilter>;
|
|
22884
|
+
};
|
|
22848
22885
|
export declare type EcosystemQueryUserAccessArgs = {
|
|
22849
22886
|
contextId: Scalars['ID']['input'];
|
|
22850
22887
|
definitionId: Scalars['ID']['input'];
|
|
@@ -23280,6 +23317,7 @@ export declare type ExternalBranch = Node & {
|
|
|
23280
23317
|
name?: Maybe<Scalars['String']['output']>;
|
|
23281
23318
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23282
23319
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23320
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23283
23321
|
url?: Maybe<Scalars['String']['output']>;
|
|
23284
23322
|
};
|
|
23285
23323
|
export declare type ExternalBranchReference = {
|
|
@@ -23296,15 +23334,24 @@ export declare type ExternalBuildInfo = Node & {
|
|
|
23296
23334
|
__typename?: 'ExternalBuildInfo';
|
|
23297
23335
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23298
23336
|
buildNumber?: Maybe<Scalars['Long']['output']>;
|
|
23337
|
+
container?: Maybe<ExternalEntity>;
|
|
23338
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
23339
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23340
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23299
23341
|
description?: Maybe<Scalars['String']['output']>;
|
|
23300
23342
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23301
23343
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23344
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23302
23345
|
id: Scalars['ID']['output'];
|
|
23303
23346
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23347
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23348
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23304
23349
|
pipelineId?: Maybe<Scalars['String']['output']>;
|
|
23305
23350
|
references?: Maybe<Array<Maybe<ExternalBuildReferences>>>;
|
|
23306
23351
|
state?: Maybe<ExternalBuildState>;
|
|
23307
23352
|
testInfo?: Maybe<ExternalTestInfo>;
|
|
23353
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23354
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23308
23355
|
url?: Maybe<Scalars['String']['output']>;
|
|
23309
23356
|
};
|
|
23310
23357
|
export declare type ExternalBuildRefReference = {
|
|
@@ -23345,6 +23392,7 @@ export declare type ExternalCalendarEvent = Node & {
|
|
|
23345
23392
|
parent?: Maybe<ExternalEntity>;
|
|
23346
23393
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23347
23394
|
recurringEventId?: Maybe<Scalars['String']['output']>;
|
|
23395
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23348
23396
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23349
23397
|
url?: Maybe<Scalars['String']['output']>;
|
|
23350
23398
|
videoMeetingUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -23397,6 +23445,7 @@ export declare type ExternalComment = Node & {
|
|
|
23397
23445
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23398
23446
|
reactions?: Maybe<Array<Maybe<ExternalReactions>>>;
|
|
23399
23447
|
text?: Maybe<Scalars['String']['output']>;
|
|
23448
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23400
23449
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23401
23450
|
url?: Maybe<Scalars['String']['output']>;
|
|
23402
23451
|
};
|
|
@@ -23423,6 +23472,7 @@ export declare type ExternalCommit = Node & {
|
|
|
23423
23472
|
message?: Maybe<Scalars['String']['output']>;
|
|
23424
23473
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23425
23474
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23475
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23426
23476
|
url?: Maybe<Scalars['String']['output']>;
|
|
23427
23477
|
};
|
|
23428
23478
|
export declare enum ExternalCommitFlags {
|
|
@@ -23450,6 +23500,7 @@ export declare type ExternalConversation = Node & {
|
|
|
23450
23500
|
members?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23451
23501
|
membershipType?: Maybe<ExternalMembershipType>;
|
|
23452
23502
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23503
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23453
23504
|
topic?: Maybe<Scalars['String']['output']>;
|
|
23454
23505
|
type?: Maybe<ExternalConversationType>;
|
|
23455
23506
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23471,16 +23522,26 @@ export declare type ExternalCue = {
|
|
|
23471
23522
|
export declare type ExternalDeployment = Node & {
|
|
23472
23523
|
__typename?: 'ExternalDeployment';
|
|
23473
23524
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23525
|
+
container?: Maybe<ExternalEntity>;
|
|
23526
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
23527
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23528
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23474
23529
|
deploymentSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23475
23530
|
description?: Maybe<Scalars['String']['output']>;
|
|
23476
23531
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23477
23532
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23478
23533
|
environment?: Maybe<ExternalEnvironment>;
|
|
23534
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23479
23535
|
id: Scalars['ID']['output'];
|
|
23480
23536
|
label?: Maybe<Scalars['String']['output']>;
|
|
23481
23537
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23538
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23539
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23482
23540
|
pipeline?: Maybe<ExternalPipeline>;
|
|
23541
|
+
region?: Maybe<Scalars['String']['output']>;
|
|
23483
23542
|
state?: Maybe<ExternalDeploymentState>;
|
|
23543
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23544
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23484
23545
|
triggeredBy?: Maybe<ExternalUser>;
|
|
23485
23546
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23486
23547
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23510,6 +23571,7 @@ export declare type ExternalDesign = Node & {
|
|
|
23510
23571
|
liveEmbedUrl?: Maybe<Scalars['String']['output']>;
|
|
23511
23572
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23512
23573
|
status?: Maybe<ExternalDesignStatus>;
|
|
23574
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23513
23575
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23514
23576
|
type?: Maybe<ExternalDesignType>;
|
|
23515
23577
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23548,6 +23610,7 @@ export declare type ExternalDocument = Node & {
|
|
|
23548
23610
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23549
23611
|
parent?: Maybe<ExternalEntity>;
|
|
23550
23612
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23613
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23551
23614
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23552
23615
|
truncatedDisplayName?: Maybe<Scalars['Boolean']['output']>;
|
|
23553
23616
|
type?: Maybe<ExternalDocumentType>;
|
|
@@ -23644,6 +23707,7 @@ export declare type ExternalFeatureFlag = Node & {
|
|
|
23644
23707
|
id: Scalars['ID']['output'];
|
|
23645
23708
|
key?: Maybe<Scalars['String']['output']>;
|
|
23646
23709
|
summary?: Maybe<ExternalFeatureFlagSummary>;
|
|
23710
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23647
23711
|
};
|
|
23648
23712
|
export declare type ExternalFeatureFlagDetail = {
|
|
23649
23713
|
__typename?: 'ExternalFeatureFlagDetail';
|
|
@@ -23733,6 +23797,7 @@ export declare type ExternalMessage = Node & {
|
|
|
23733
23797
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23734
23798
|
parent?: Maybe<ExternalEntity>;
|
|
23735
23799
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23800
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23736
23801
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23737
23802
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23738
23803
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23750,6 +23815,7 @@ export declare type ExternalOrganisation = Node & {
|
|
|
23750
23815
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23751
23816
|
parent?: Maybe<ExternalEntity>;
|
|
23752
23817
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23818
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23753
23819
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23754
23820
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23755
23821
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23774,6 +23840,7 @@ export declare type ExternalPosition = Node & {
|
|
|
23774
23840
|
parent?: Maybe<ExternalEntity>;
|
|
23775
23841
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23776
23842
|
status?: Maybe<Scalars['String']['output']>;
|
|
23843
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23777
23844
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23778
23845
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23779
23846
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23806,6 +23873,7 @@ export declare type ExternalPullRequest = Node & {
|
|
|
23806
23873
|
status?: Maybe<ExternalPullRequestStatus>;
|
|
23807
23874
|
supportedActions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
23808
23875
|
tasksCount?: Maybe<Scalars['Int']['output']>;
|
|
23876
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23809
23877
|
title?: Maybe<Scalars['String']['output']>;
|
|
23810
23878
|
url?: Maybe<Scalars['String']['output']>;
|
|
23811
23879
|
};
|
|
@@ -23839,6 +23907,7 @@ export declare type ExternalRemoteLink = Node & {
|
|
|
23839
23907
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23840
23908
|
remoteLinkId?: Maybe<Scalars['String']['output']>;
|
|
23841
23909
|
status?: Maybe<ExternalRemoteLinkStatus>;
|
|
23910
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23842
23911
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23843
23912
|
type?: Maybe<Scalars['String']['output']>;
|
|
23844
23913
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23868,6 +23937,7 @@ export declare type ExternalRepository = Node & {
|
|
|
23868
23937
|
name?: Maybe<Scalars['String']['output']>;
|
|
23869
23938
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23870
23939
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23940
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23871
23941
|
url?: Maybe<Scalars['String']['output']>;
|
|
23872
23942
|
};
|
|
23873
23943
|
export declare type ExternalReviewer = {
|
|
@@ -23890,6 +23960,7 @@ export declare type ExternalSpace = Node & {
|
|
|
23890
23960
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23891
23961
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23892
23962
|
spaceType?: Maybe<Scalars['String']['output']>;
|
|
23963
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23893
23964
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23894
23965
|
url?: Maybe<Scalars['String']['output']>;
|
|
23895
23966
|
};
|
|
@@ -23934,6 +24005,7 @@ export declare type ExternalVideo = Node & {
|
|
|
23934
24005
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23935
24006
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23936
24007
|
textTracks?: Maybe<Array<Maybe<ExternalTrack>>>;
|
|
24008
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23937
24009
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
23938
24010
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23939
24011
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23952,6 +24024,7 @@ export declare type ExternalVulnerability = Node & {
|
|
|
23952
24024
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23953
24025
|
severity?: Maybe<ExternalVulnerabilitySeverity>;
|
|
23954
24026
|
status?: Maybe<ExternalVulnerabilityStatus>;
|
|
24027
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23955
24028
|
type?: Maybe<ExternalVulnerabilityType>;
|
|
23956
24029
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23957
24030
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -24011,6 +24084,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
24011
24084
|
status?: Maybe<Scalars['String']['output']>;
|
|
24012
24085
|
subtype?: Maybe<ExternalWorkItemSubtype>;
|
|
24013
24086
|
team?: Maybe<Scalars['String']['output']>;
|
|
24087
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24014
24088
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24015
24089
|
url?: Maybe<Scalars['String']['output']>;
|
|
24016
24090
|
};
|
|
@@ -24049,6 +24123,7 @@ export declare type ExternalWorker = Node & {
|
|
|
24049
24123
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
24050
24124
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24051
24125
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24126
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24052
24127
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24053
24128
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24054
24129
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -25346,6 +25421,9 @@ export declare type GlobalCardCreateAdditionalFields = {
|
|
|
25346
25421
|
rankCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
25347
25422
|
sprintCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
25348
25423
|
};
|
|
25424
|
+
export declare type GlobalInstallationConfigFilter = {
|
|
25425
|
+
keys: Array<EcosystemGlobalInstallationOverrideKeys>;
|
|
25426
|
+
};
|
|
25349
25427
|
export declare type GlobalSpaceConfiguration = {
|
|
25350
25428
|
__typename?: 'GlobalSpaceConfiguration';
|
|
25351
25429
|
publicLinkDefaultSpaceStatus?: Maybe<PublicLinkDefaultSpaceStatus>;
|
|
@@ -29069,6 +29147,8 @@ export declare type GraphStore = {
|
|
|
29069
29147
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
29070
29148
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29071
29149
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29150
|
+
confluenceBlogpostSharedWithUser?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection>;
|
|
29151
|
+
confluenceBlogpostSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection>;
|
|
29072
29152
|
confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
|
|
29073
29153
|
confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
|
|
29074
29154
|
confluencePageHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection>;
|
|
@@ -29082,6 +29162,7 @@ export declare type GraphStore = {
|
|
|
29082
29162
|
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
29083
29163
|
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
29084
29164
|
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
29165
|
+
confluenceSpaceHasConfluenceFolderInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection>;
|
|
29085
29166
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
29086
29167
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
29087
29168
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
@@ -29207,6 +29288,8 @@ export declare type GraphStore = {
|
|
|
29207
29288
|
jiraEpicContributesToAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
29208
29289
|
jiraEpicContributesToAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29209
29290
|
jiraEpicContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29291
|
+
jiraIssueBlockedByJiraIssue?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection>;
|
|
29292
|
+
jiraIssueBlockedByJiraIssueInverse?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection>;
|
|
29210
29293
|
jiraIssueToJiraPriorityInverse?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection>;
|
|
29211
29294
|
jiraProjectAssociatedAtlasGoal?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection>;
|
|
29212
29295
|
jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
|
|
@@ -29868,6 +29951,20 @@ export declare type GraphStoreComponentLinkedJswIssueRelationshipArgs = {
|
|
|
29868
29951
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29869
29952
|
id: Scalars['ID']['input'];
|
|
29870
29953
|
};
|
|
29954
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserArgs = {
|
|
29955
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29956
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29957
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29958
|
+
id: Scalars['ID']['input'];
|
|
29959
|
+
sort?: InputMaybe<GraphStoreConfluenceBlogpostSharedWithUserSortInput>;
|
|
29960
|
+
};
|
|
29961
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserInverseArgs = {
|
|
29962
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29963
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29964
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29965
|
+
id: Scalars['ID']['input'];
|
|
29966
|
+
sort?: InputMaybe<GraphStoreConfluenceBlogpostSharedWithUserSortInput>;
|
|
29967
|
+
};
|
|
29871
29968
|
export declare type GraphStoreConfluencePageHasConfluenceCommentArgs = {
|
|
29872
29969
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29873
29970
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29959,6 +30056,13 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs =
|
|
|
29959
30056
|
id: Scalars['ID']['input'];
|
|
29960
30057
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29961
30058
|
};
|
|
30059
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderInverseArgs = {
|
|
30060
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30061
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30062
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30063
|
+
id: Scalars['ID']['input'];
|
|
30064
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceFolderSortInput>;
|
|
30065
|
+
};
|
|
29962
30066
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardArgs = {
|
|
29963
30067
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29964
30068
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30736,6 +30840,20 @@ export declare type GraphStoreJiraEpicContributesToAtlasGoalRelationshipArgs = {
|
|
|
30736
30840
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30737
30841
|
id: Scalars['ID']['input'];
|
|
30738
30842
|
};
|
|
30843
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueArgs = {
|
|
30844
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30845
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30846
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30847
|
+
id: Scalars['ID']['input'];
|
|
30848
|
+
sort?: InputMaybe<GraphStoreJiraIssueBlockedByJiraIssueSortInput>;
|
|
30849
|
+
};
|
|
30850
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueInverseArgs = {
|
|
30851
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30852
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30853
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30854
|
+
id: Scalars['ID']['input'];
|
|
30855
|
+
sort?: InputMaybe<GraphStoreJiraIssueBlockedByJiraIssueSortInput>;
|
|
30856
|
+
};
|
|
30739
30857
|
export declare type GraphStoreJiraIssueToJiraPriorityInverseArgs = {
|
|
30740
30858
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30741
30859
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34019,6 +34137,9 @@ export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
|
34019
34137
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34020
34138
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
34021
34139
|
};
|
|
34140
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserSortInput = {
|
|
34141
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34142
|
+
};
|
|
34022
34143
|
export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
34023
34144
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34024
34145
|
};
|
|
@@ -34040,6 +34161,9 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput = {
|
|
|
34040
34161
|
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput = {
|
|
34041
34162
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34042
34163
|
};
|
|
34164
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderSortInput = {
|
|
34165
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34166
|
+
};
|
|
34043
34167
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
34044
34168
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34045
34169
|
};
|
|
@@ -38388,6 +38512,9 @@ export declare type GraphStoreIssueToWhiteboardSortInput = {
|
|
|
38388
38512
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
38389
38513
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38390
38514
|
};
|
|
38515
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueSortInput = {
|
|
38516
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38517
|
+
};
|
|
38391
38518
|
export declare type GraphStoreJiraIssueToJiraPrioritySortInput = {
|
|
38392
38519
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38393
38520
|
};
|
|
@@ -39616,6 +39743,34 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
39616
39743
|
};
|
|
39617
39744
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
39618
39745
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
39746
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection = HasPageInfo & {
|
|
39747
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection';
|
|
39748
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge>>>;
|
|
39749
|
+
pageInfo: PageInfo;
|
|
39750
|
+
};
|
|
39751
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge = {
|
|
39752
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge';
|
|
39753
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39754
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39755
|
+
id: Scalars['ID']['output'];
|
|
39756
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39757
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserUnion>;
|
|
39758
|
+
};
|
|
39759
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection = HasPageInfo & {
|
|
39760
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection';
|
|
39761
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge>>>;
|
|
39762
|
+
pageInfo: PageInfo;
|
|
39763
|
+
};
|
|
39764
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge = {
|
|
39765
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge';
|
|
39766
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39767
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39768
|
+
id: Scalars['ID']['output'];
|
|
39769
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39770
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseUnion>;
|
|
39771
|
+
};
|
|
39772
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseUnion = ConfluenceBlogPost;
|
|
39773
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39619
39774
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection = HasPageInfo & {
|
|
39620
39775
|
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection';
|
|
39621
39776
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge>>>;
|
|
@@ -39798,6 +39953,20 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInve
|
|
|
39798
39953
|
};
|
|
39799
39954
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
39800
39955
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
39956
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection = HasPageInfo & {
|
|
39957
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection';
|
|
39958
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge>>>;
|
|
39959
|
+
pageInfo: PageInfo;
|
|
39960
|
+
};
|
|
39961
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge = {
|
|
39962
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge';
|
|
39963
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39964
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39965
|
+
id: Scalars['ID']['output'];
|
|
39966
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39967
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion>;
|
|
39968
|
+
};
|
|
39969
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion = ConfluenceSpace;
|
|
39801
39970
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
39802
39971
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
39803
39972
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
@@ -40664,6 +40833,34 @@ export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseEdg
|
|
|
40664
40833
|
};
|
|
40665
40834
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseUnion = JiraIssue;
|
|
40666
40835
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalUnion = TownsquareGoal;
|
|
40836
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection = HasPageInfo & {
|
|
40837
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection';
|
|
40838
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge>>>;
|
|
40839
|
+
pageInfo: PageInfo;
|
|
40840
|
+
};
|
|
40841
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge = {
|
|
40842
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge';
|
|
40843
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40844
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40845
|
+
id: Scalars['ID']['output'];
|
|
40846
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40847
|
+
node?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueUnion>;
|
|
40848
|
+
};
|
|
40849
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection = HasPageInfo & {
|
|
40850
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection';
|
|
40851
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge>>>;
|
|
40852
|
+
pageInfo: PageInfo;
|
|
40853
|
+
};
|
|
40854
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge = {
|
|
40855
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge';
|
|
40856
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40857
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40858
|
+
id: Scalars['ID']['output'];
|
|
40859
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40860
|
+
node?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseUnion>;
|
|
40861
|
+
};
|
|
40862
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseUnion = JiraIssue;
|
|
40863
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueUnion = JiraIssue;
|
|
40667
40864
|
export declare type GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection = HasPageInfo & {
|
|
40668
40865
|
__typename?: 'GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection';
|
|
40669
40866
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseEdge>>>;
|
|
@@ -49415,6 +49612,13 @@ export declare type JiraBoard = Node & {
|
|
|
49415
49612
|
id: Scalars['ID']['output'];
|
|
49416
49613
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
49417
49614
|
name?: Maybe<Scalars['String']['output']>;
|
|
49615
|
+
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
49616
|
+
};
|
|
49617
|
+
export declare type JiraBoardReportCategoriesArgs = {
|
|
49618
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49619
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49620
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49621
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49418
49622
|
};
|
|
49419
49623
|
export declare type JiraBoardConnection = {
|
|
49420
49624
|
__typename?: 'JiraBoardConnection';
|
|
@@ -54316,6 +54520,7 @@ export declare type JiraIssueSearchScope = {
|
|
|
54316
54520
|
};
|
|
54317
54521
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
54318
54522
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54523
|
+
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54319
54524
|
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54320
54525
|
};
|
|
54321
54526
|
export declare type JiraIssueSearchStatus = {
|
|
@@ -57883,6 +58088,7 @@ export declare type JiraProject = Node & {
|
|
|
57883
58088
|
projectTypeName?: Maybe<Scalars['String']['output']>;
|
|
57884
58089
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
57885
58090
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
58091
|
+
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
57886
58092
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
57887
58093
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
57888
58094
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
@@ -57998,6 +58204,12 @@ export declare type JiraProjectProjectFieldTypeGroupsArgs = {
|
|
|
57998
58204
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
57999
58205
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58000
58206
|
};
|
|
58207
|
+
export declare type JiraProjectReportCategoriesArgs = {
|
|
58208
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
58209
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
58210
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58211
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
58212
|
+
};
|
|
58001
58213
|
export declare type JiraProjectRepositoriesArgs = {
|
|
58002
58214
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58003
58215
|
filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
|
|
@@ -60031,6 +60243,40 @@ export declare type JiraReportCategory = {
|
|
|
60031
60243
|
name?: Maybe<Scalars['String']['output']>;
|
|
60032
60244
|
reports?: Maybe<Array<Maybe<JiraReport>>>;
|
|
60033
60245
|
};
|
|
60246
|
+
export declare type JiraReportCategoryConnection = {
|
|
60247
|
+
__typename?: 'JiraReportCategoryConnection';
|
|
60248
|
+
edges?: Maybe<Array<Maybe<JiraReportCategoryEdge>>>;
|
|
60249
|
+
pageInfo: PageInfo;
|
|
60250
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
60251
|
+
};
|
|
60252
|
+
export declare type JiraReportCategoryEdge = {
|
|
60253
|
+
__typename?: 'JiraReportCategoryEdge';
|
|
60254
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
60255
|
+
node?: Maybe<JiraReportCategoryNode>;
|
|
60256
|
+
};
|
|
60257
|
+
export declare type JiraReportCategoryNode = {
|
|
60258
|
+
__typename?: 'JiraReportCategoryNode';
|
|
60259
|
+
id: Scalars['ID']['output'];
|
|
60260
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
60261
|
+
reports?: Maybe<JiraReportConnection>;
|
|
60262
|
+
};
|
|
60263
|
+
export declare type JiraReportCategoryNodeReportsArgs = {
|
|
60264
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
60265
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
60266
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
60267
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
60268
|
+
};
|
|
60269
|
+
export declare type JiraReportConnection = {
|
|
60270
|
+
__typename?: 'JiraReportConnection';
|
|
60271
|
+
edges?: Maybe<Array<Maybe<JiraReportConnectionEdge>>>;
|
|
60272
|
+
pageInfo: PageInfo;
|
|
60273
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
60274
|
+
};
|
|
60275
|
+
export declare type JiraReportConnectionEdge = {
|
|
60276
|
+
__typename?: 'JiraReportConnectionEdge';
|
|
60277
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
60278
|
+
node?: Maybe<JiraReport>;
|
|
60279
|
+
};
|
|
60034
60280
|
export declare type JiraReportsPage = {
|
|
60035
60281
|
__typename?: 'JiraReportsPage';
|
|
60036
60282
|
categories?: Maybe<Array<Maybe<JiraReportCategory>>>;
|
|
@@ -76950,6 +77196,7 @@ export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
|
|
|
76950
77196
|
};
|
|
76951
77197
|
export declare type QueryContentArgs = {
|
|
76952
77198
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
77199
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
76953
77200
|
draftShareId?: InputMaybe<Scalars['String']['input']>;
|
|
76954
77201
|
embeddedContentRender?: InputMaybe<Scalars['String']['input']>;
|
|
76955
77202
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -78006,6 +78253,7 @@ export declare type QuerySettings_NavigationCustomisationArgs = {
|
|
|
78006
78253
|
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78007
78254
|
};
|
|
78008
78255
|
export declare type QuerySingleContentArgs = {
|
|
78256
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78009
78257
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
78010
78258
|
shareToken?: InputMaybe<Scalars['String']['input']>;
|
|
78011
78259
|
status?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -88016,7 +88264,9 @@ export declare type UnifiedAccountDetails = UnifiedINode & {
|
|
|
88016
88264
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
88017
88265
|
emailId?: Maybe<Scalars['String']['output']>;
|
|
88018
88266
|
id: Scalars['ID']['output'];
|
|
88267
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
88019
88268
|
orgId?: Maybe<Scalars['String']['output']>;
|
|
88269
|
+
picture?: Maybe<Scalars['String']['output']>;
|
|
88020
88270
|
};
|
|
88021
88271
|
export declare type UnifiedAccountMutation = {
|
|
88022
88272
|
__typename?: 'UnifiedAccountMutation';
|