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;