@forge/cli-shared 6.5.5-next.1 → 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 +6 -0
- package/out/graphql/graphql-types.d.ts +215 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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
|
};
|
|
@@ -23312,6 +23317,7 @@ export declare type ExternalBranch = Node & {
|
|
|
23312
23317
|
name?: Maybe<Scalars['String']['output']>;
|
|
23313
23318
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23314
23319
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23320
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23315
23321
|
url?: Maybe<Scalars['String']['output']>;
|
|
23316
23322
|
};
|
|
23317
23323
|
export declare type ExternalBranchReference = {
|
|
@@ -23328,15 +23334,24 @@ export declare type ExternalBuildInfo = Node & {
|
|
|
23328
23334
|
__typename?: 'ExternalBuildInfo';
|
|
23329
23335
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23330
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>;
|
|
23331
23341
|
description?: Maybe<Scalars['String']['output']>;
|
|
23332
23342
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23333
23343
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23344
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23334
23345
|
id: Scalars['ID']['output'];
|
|
23335
23346
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23347
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23348
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23336
23349
|
pipelineId?: Maybe<Scalars['String']['output']>;
|
|
23337
23350
|
references?: Maybe<Array<Maybe<ExternalBuildReferences>>>;
|
|
23338
23351
|
state?: Maybe<ExternalBuildState>;
|
|
23339
23352
|
testInfo?: Maybe<ExternalTestInfo>;
|
|
23353
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23354
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23340
23355
|
url?: Maybe<Scalars['String']['output']>;
|
|
23341
23356
|
};
|
|
23342
23357
|
export declare type ExternalBuildRefReference = {
|
|
@@ -23377,6 +23392,7 @@ export declare type ExternalCalendarEvent = Node & {
|
|
|
23377
23392
|
parent?: Maybe<ExternalEntity>;
|
|
23378
23393
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23379
23394
|
recurringEventId?: Maybe<Scalars['String']['output']>;
|
|
23395
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23380
23396
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23381
23397
|
url?: Maybe<Scalars['String']['output']>;
|
|
23382
23398
|
videoMeetingUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -23429,6 +23445,7 @@ export declare type ExternalComment = Node & {
|
|
|
23429
23445
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23430
23446
|
reactions?: Maybe<Array<Maybe<ExternalReactions>>>;
|
|
23431
23447
|
text?: Maybe<Scalars['String']['output']>;
|
|
23448
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23432
23449
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23433
23450
|
url?: Maybe<Scalars['String']['output']>;
|
|
23434
23451
|
};
|
|
@@ -23455,6 +23472,7 @@ export declare type ExternalCommit = Node & {
|
|
|
23455
23472
|
message?: Maybe<Scalars['String']['output']>;
|
|
23456
23473
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23457
23474
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23475
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23458
23476
|
url?: Maybe<Scalars['String']['output']>;
|
|
23459
23477
|
};
|
|
23460
23478
|
export declare enum ExternalCommitFlags {
|
|
@@ -23482,6 +23500,7 @@ export declare type ExternalConversation = Node & {
|
|
|
23482
23500
|
members?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23483
23501
|
membershipType?: Maybe<ExternalMembershipType>;
|
|
23484
23502
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23503
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23485
23504
|
topic?: Maybe<Scalars['String']['output']>;
|
|
23486
23505
|
type?: Maybe<ExternalConversationType>;
|
|
23487
23506
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23503,16 +23522,26 @@ export declare type ExternalCue = {
|
|
|
23503
23522
|
export declare type ExternalDeployment = Node & {
|
|
23504
23523
|
__typename?: 'ExternalDeployment';
|
|
23505
23524
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23525
|
+
container?: Maybe<ExternalEntity>;
|
|
23526
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
23527
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23528
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23506
23529
|
deploymentSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23507
23530
|
description?: Maybe<Scalars['String']['output']>;
|
|
23508
23531
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23509
23532
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23510
23533
|
environment?: Maybe<ExternalEnvironment>;
|
|
23534
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23511
23535
|
id: Scalars['ID']['output'];
|
|
23512
23536
|
label?: Maybe<Scalars['String']['output']>;
|
|
23513
23537
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23538
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23539
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23514
23540
|
pipeline?: Maybe<ExternalPipeline>;
|
|
23541
|
+
region?: Maybe<Scalars['String']['output']>;
|
|
23515
23542
|
state?: Maybe<ExternalDeploymentState>;
|
|
23543
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23544
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23516
23545
|
triggeredBy?: Maybe<ExternalUser>;
|
|
23517
23546
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23518
23547
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23542,6 +23571,7 @@ export declare type ExternalDesign = Node & {
|
|
|
23542
23571
|
liveEmbedUrl?: Maybe<Scalars['String']['output']>;
|
|
23543
23572
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23544
23573
|
status?: Maybe<ExternalDesignStatus>;
|
|
23574
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23545
23575
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23546
23576
|
type?: Maybe<ExternalDesignType>;
|
|
23547
23577
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23580,6 +23610,7 @@ export declare type ExternalDocument = Node & {
|
|
|
23580
23610
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23581
23611
|
parent?: Maybe<ExternalEntity>;
|
|
23582
23612
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23613
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23583
23614
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23584
23615
|
truncatedDisplayName?: Maybe<Scalars['Boolean']['output']>;
|
|
23585
23616
|
type?: Maybe<ExternalDocumentType>;
|
|
@@ -23676,6 +23707,7 @@ export declare type ExternalFeatureFlag = Node & {
|
|
|
23676
23707
|
id: Scalars['ID']['output'];
|
|
23677
23708
|
key?: Maybe<Scalars['String']['output']>;
|
|
23678
23709
|
summary?: Maybe<ExternalFeatureFlagSummary>;
|
|
23710
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23679
23711
|
};
|
|
23680
23712
|
export declare type ExternalFeatureFlagDetail = {
|
|
23681
23713
|
__typename?: 'ExternalFeatureFlagDetail';
|
|
@@ -23765,6 +23797,7 @@ export declare type ExternalMessage = Node & {
|
|
|
23765
23797
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23766
23798
|
parent?: Maybe<ExternalEntity>;
|
|
23767
23799
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23800
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23768
23801
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23769
23802
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23770
23803
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23782,6 +23815,7 @@ export declare type ExternalOrganisation = Node & {
|
|
|
23782
23815
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23783
23816
|
parent?: Maybe<ExternalEntity>;
|
|
23784
23817
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23818
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23785
23819
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23786
23820
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23787
23821
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23806,6 +23840,7 @@ export declare type ExternalPosition = Node & {
|
|
|
23806
23840
|
parent?: Maybe<ExternalEntity>;
|
|
23807
23841
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23808
23842
|
status?: Maybe<Scalars['String']['output']>;
|
|
23843
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23809
23844
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23810
23845
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23811
23846
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23838,6 +23873,7 @@ export declare type ExternalPullRequest = Node & {
|
|
|
23838
23873
|
status?: Maybe<ExternalPullRequestStatus>;
|
|
23839
23874
|
supportedActions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
23840
23875
|
tasksCount?: Maybe<Scalars['Int']['output']>;
|
|
23876
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23841
23877
|
title?: Maybe<Scalars['String']['output']>;
|
|
23842
23878
|
url?: Maybe<Scalars['String']['output']>;
|
|
23843
23879
|
};
|
|
@@ -23871,6 +23907,7 @@ export declare type ExternalRemoteLink = Node & {
|
|
|
23871
23907
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23872
23908
|
remoteLinkId?: Maybe<Scalars['String']['output']>;
|
|
23873
23909
|
status?: Maybe<ExternalRemoteLinkStatus>;
|
|
23910
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23874
23911
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23875
23912
|
type?: Maybe<Scalars['String']['output']>;
|
|
23876
23913
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23900,6 +23937,7 @@ export declare type ExternalRepository = Node & {
|
|
|
23900
23937
|
name?: Maybe<Scalars['String']['output']>;
|
|
23901
23938
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23902
23939
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23940
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23903
23941
|
url?: Maybe<Scalars['String']['output']>;
|
|
23904
23942
|
};
|
|
23905
23943
|
export declare type ExternalReviewer = {
|
|
@@ -23922,6 +23960,7 @@ export declare type ExternalSpace = Node & {
|
|
|
23922
23960
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23923
23961
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23924
23962
|
spaceType?: Maybe<Scalars['String']['output']>;
|
|
23963
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23925
23964
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23926
23965
|
url?: Maybe<Scalars['String']['output']>;
|
|
23927
23966
|
};
|
|
@@ -23966,6 +24005,7 @@ export declare type ExternalVideo = Node & {
|
|
|
23966
24005
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23967
24006
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23968
24007
|
textTracks?: Maybe<Array<Maybe<ExternalTrack>>>;
|
|
24008
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23969
24009
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
23970
24010
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23971
24011
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23984,6 +24024,7 @@ export declare type ExternalVulnerability = Node & {
|
|
|
23984
24024
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23985
24025
|
severity?: Maybe<ExternalVulnerabilitySeverity>;
|
|
23986
24026
|
status?: Maybe<ExternalVulnerabilityStatus>;
|
|
24027
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23987
24028
|
type?: Maybe<ExternalVulnerabilityType>;
|
|
23988
24029
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23989
24030
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -24043,6 +24084,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
24043
24084
|
status?: Maybe<Scalars['String']['output']>;
|
|
24044
24085
|
subtype?: Maybe<ExternalWorkItemSubtype>;
|
|
24045
24086
|
team?: Maybe<Scalars['String']['output']>;
|
|
24087
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24046
24088
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24047
24089
|
url?: Maybe<Scalars['String']['output']>;
|
|
24048
24090
|
};
|
|
@@ -24081,6 +24123,7 @@ export declare type ExternalWorker = Node & {
|
|
|
24081
24123
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
24082
24124
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24083
24125
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24126
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24084
24127
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24085
24128
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24086
24129
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -29104,6 +29147,8 @@ export declare type GraphStore = {
|
|
|
29104
29147
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
29105
29148
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29106
29149
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29150
|
+
confluenceBlogpostSharedWithUser?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection>;
|
|
29151
|
+
confluenceBlogpostSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection>;
|
|
29107
29152
|
confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
|
|
29108
29153
|
confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
|
|
29109
29154
|
confluencePageHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection>;
|
|
@@ -29117,6 +29162,7 @@ export declare type GraphStore = {
|
|
|
29117
29162
|
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
29118
29163
|
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
29119
29164
|
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
29165
|
+
confluenceSpaceHasConfluenceFolderInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection>;
|
|
29120
29166
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
29121
29167
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
29122
29168
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
@@ -29242,6 +29288,8 @@ export declare type GraphStore = {
|
|
|
29242
29288
|
jiraEpicContributesToAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
29243
29289
|
jiraEpicContributesToAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29244
29290
|
jiraEpicContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29291
|
+
jiraIssueBlockedByJiraIssue?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection>;
|
|
29292
|
+
jiraIssueBlockedByJiraIssueInverse?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection>;
|
|
29245
29293
|
jiraIssueToJiraPriorityInverse?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection>;
|
|
29246
29294
|
jiraProjectAssociatedAtlasGoal?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection>;
|
|
29247
29295
|
jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
|
|
@@ -29903,6 +29951,20 @@ export declare type GraphStoreComponentLinkedJswIssueRelationshipArgs = {
|
|
|
29903
29951
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29904
29952
|
id: Scalars['ID']['input'];
|
|
29905
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
|
+
};
|
|
29906
29968
|
export declare type GraphStoreConfluencePageHasConfluenceCommentArgs = {
|
|
29907
29969
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29908
29970
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29994,6 +30056,13 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs =
|
|
|
29994
30056
|
id: Scalars['ID']['input'];
|
|
29995
30057
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29996
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
|
+
};
|
|
29997
30066
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardArgs = {
|
|
29998
30067
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29999
30068
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30771,6 +30840,20 @@ export declare type GraphStoreJiraEpicContributesToAtlasGoalRelationshipArgs = {
|
|
|
30771
30840
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30772
30841
|
id: Scalars['ID']['input'];
|
|
30773
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
|
+
};
|
|
30774
30857
|
export declare type GraphStoreJiraIssueToJiraPriorityInverseArgs = {
|
|
30775
30858
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30776
30859
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34054,6 +34137,9 @@ export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
|
34054
34137
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34055
34138
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
34056
34139
|
};
|
|
34140
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserSortInput = {
|
|
34141
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34142
|
+
};
|
|
34057
34143
|
export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
34058
34144
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34059
34145
|
};
|
|
@@ -34075,6 +34161,9 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput = {
|
|
|
34075
34161
|
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput = {
|
|
34076
34162
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34077
34163
|
};
|
|
34164
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderSortInput = {
|
|
34165
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34166
|
+
};
|
|
34078
34167
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
34079
34168
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34080
34169
|
};
|
|
@@ -38423,6 +38512,9 @@ export declare type GraphStoreIssueToWhiteboardSortInput = {
|
|
|
38423
38512
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
38424
38513
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38425
38514
|
};
|
|
38515
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueSortInput = {
|
|
38516
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38517
|
+
};
|
|
38426
38518
|
export declare type GraphStoreJiraIssueToJiraPrioritySortInput = {
|
|
38427
38519
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38428
38520
|
};
|
|
@@ -39651,6 +39743,34 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
39651
39743
|
};
|
|
39652
39744
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
39653
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;
|
|
39654
39774
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection = HasPageInfo & {
|
|
39655
39775
|
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection';
|
|
39656
39776
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge>>>;
|
|
@@ -39833,6 +39953,20 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInve
|
|
|
39833
39953
|
};
|
|
39834
39954
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
39835
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;
|
|
39836
39970
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
39837
39971
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
39838
39972
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
@@ -40699,6 +40833,34 @@ export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseEdg
|
|
|
40699
40833
|
};
|
|
40700
40834
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseUnion = JiraIssue;
|
|
40701
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;
|
|
40702
40864
|
export declare type GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection = HasPageInfo & {
|
|
40703
40865
|
__typename?: 'GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection';
|
|
40704
40866
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseEdge>>>;
|
|
@@ -49450,6 +49612,13 @@ export declare type JiraBoard = Node & {
|
|
|
49450
49612
|
id: Scalars['ID']['output'];
|
|
49451
49613
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
49452
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']>;
|
|
49453
49622
|
};
|
|
49454
49623
|
export declare type JiraBoardConnection = {
|
|
49455
49624
|
__typename?: 'JiraBoardConnection';
|
|
@@ -54351,6 +54520,7 @@ export declare type JiraIssueSearchScope = {
|
|
|
54351
54520
|
};
|
|
54352
54521
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
54353
54522
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54523
|
+
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54354
54524
|
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54355
54525
|
};
|
|
54356
54526
|
export declare type JiraIssueSearchStatus = {
|
|
@@ -57918,6 +58088,7 @@ export declare type JiraProject = Node & {
|
|
|
57918
58088
|
projectTypeName?: Maybe<Scalars['String']['output']>;
|
|
57919
58089
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
57920
58090
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
58091
|
+
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
57921
58092
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
57922
58093
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
57923
58094
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
@@ -58033,6 +58204,12 @@ export declare type JiraProjectProjectFieldTypeGroupsArgs = {
|
|
|
58033
58204
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58034
58205
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58035
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
|
+
};
|
|
58036
58213
|
export declare type JiraProjectRepositoriesArgs = {
|
|
58037
58214
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58038
58215
|
filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
|
|
@@ -60066,6 +60243,40 @@ export declare type JiraReportCategory = {
|
|
|
60066
60243
|
name?: Maybe<Scalars['String']['output']>;
|
|
60067
60244
|
reports?: Maybe<Array<Maybe<JiraReport>>>;
|
|
60068
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
|
+
};
|
|
60069
60280
|
export declare type JiraReportsPage = {
|
|
60070
60281
|
__typename?: 'JiraReportsPage';
|
|
60071
60282
|
categories?: Maybe<Array<Maybe<JiraReportCategory>>>;
|
|
@@ -76985,6 +77196,7 @@ export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
|
|
|
76985
77196
|
};
|
|
76986
77197
|
export declare type QueryContentArgs = {
|
|
76987
77198
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
77199
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
76988
77200
|
draftShareId?: InputMaybe<Scalars['String']['input']>;
|
|
76989
77201
|
embeddedContentRender?: InputMaybe<Scalars['String']['input']>;
|
|
76990
77202
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -78041,6 +78253,7 @@ export declare type QuerySettings_NavigationCustomisationArgs = {
|
|
|
78041
78253
|
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78042
78254
|
};
|
|
78043
78255
|
export declare type QuerySingleContentArgs = {
|
|
78256
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78044
78257
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
78045
78258
|
shareToken?: InputMaybe<Scalars['String']['input']>;
|
|
78046
78259
|
status?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -88051,7 +88264,9 @@ export declare type UnifiedAccountDetails = UnifiedINode & {
|
|
|
88051
88264
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
88052
88265
|
emailId?: Maybe<Scalars['String']['output']>;
|
|
88053
88266
|
id: Scalars['ID']['output'];
|
|
88267
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
88054
88268
|
orgId?: Maybe<Scalars['String']['output']>;
|
|
88269
|
+
picture?: Maybe<Scalars['String']['output']>;
|
|
88055
88270
|
};
|
|
88056
88271
|
export declare type UnifiedAccountMutation = {
|
|
88057
88272
|
__typename?: 'UnifiedAccountMutation';
|