From c8ef06c185aabdd39d31adfa02c98cea7df8c19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Vit=C3=A1sek?= Date: Wed, 2 Oct 2024 10:34:03 +0200 Subject: [PATCH] another .md file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ladislav Vitásek --- plugins/auth-backend/report.api.md | 2 +- plugins/catalog-graph/report-alpha.api.md | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/plugins/auth-backend/report.api.md b/plugins/auth-backend/report.api.md index 80976525d3..2698545e11 100644 --- a/plugins/auth-backend/report.api.md +++ b/plugins/auth-backend/report.api.md @@ -533,8 +533,8 @@ export const providers: Readonly<{ resolvers: Readonly<{ emailMatchingUserEntityProfileEmail: () => SignInResolver_2; emailLocalPartMatchingUserEntityName: () => SignInResolver_2; - userIdMatchingUserEntityAnnotation: () => SignInResolver_2; emailMatchingUserEntityAnnotation: () => SignInResolver_2; + userIdMatchingUserEntityAnnotation: () => SignInResolver_2; }>; }>; oauth2: Readonly<{ diff --git a/plugins/catalog-graph/report-alpha.api.md b/plugins/catalog-graph/report-alpha.api.md index 944fa203f1..de6d8cf4a4 100644 --- a/plugins/catalog-graph/report-alpha.api.md +++ b/plugins/catalog-graph/report-alpha.api.md @@ -45,17 +45,17 @@ const _default: FrontendPlugin< filter: string | undefined; }; configInput: { - height?: number | undefined; - curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined; direction?: Direction | undefined; - title?: string | undefined; + height?: number | undefined; zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined; - relations?: string[] | undefined; + title?: string | undefined; maxDepth?: number | undefined; - kinds?: string[] | undefined; unidirectional?: boolean | undefined; mergeRelations?: boolean | undefined; + kinds?: string[] | undefined; + relations?: string[] | undefined; relationPairs?: [string, string][] | undefined; + curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined; } & { filter?: string | undefined; }; @@ -114,18 +114,18 @@ const _default: FrontendPlugin< path: string | undefined; }; configInput: { - curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined; direction?: Direction | undefined; zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined; - relations?: string[] | undefined; - rootEntityRefs?: string[] | undefined; maxDepth?: number | undefined; - kinds?: string[] | undefined; unidirectional?: boolean | undefined; mergeRelations?: boolean | undefined; + kinds?: string[] | undefined; + relations?: string[] | undefined; relationPairs?: [string, string][] | undefined; - selectedRelations?: string[] | undefined; + curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined; selectedKinds?: string[] | undefined; + selectedRelations?: string[] | undefined; + rootEntityRefs?: string[] | undefined; showFilters?: boolean | undefined; } & { path?: string | undefined;