fix api-report

Signed-off-by: Rickard Dybeck <dybeck@spotify.com>
This commit is contained in:
Rickard Dybeck
2024-01-02 11:02:39 -05:00
parent 2214202d90
commit e0b14e39dc
+2 -2
View File
@@ -51,7 +51,7 @@ export interface CatalogApi {
options?: CatalogRequestOptions,
): Promise<GetEntityFacetsResponse>;
getLocationByEntity(
entityRef: CompoundEntityRef,
entityRef: string | CompoundEntityRef,
options?: CatalogRequestOptions,
): Promise<Location_2 | undefined>;
getLocationById(
@@ -125,7 +125,7 @@ export class CatalogClient implements CatalogApi {
options?: CatalogRequestOptions,
): Promise<GetEntityFacetsResponse>;
getLocationByEntity(
entityRef: CompoundEntityRef,
entityRef: CompoundEntityRef | string,
options?: CatalogRequestOptions,
): Promise<Location_2 | undefined>;
getLocationById(