@anzusystems/common-admin 1.47.0-beta.dev-1784059876 → 1.47.0-beta.dev-1784059878

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.
@@ -4857,10 +4857,14 @@ export declare function ensureUniqueValues<T extends Record<string, any>>(obj: U
4857
4857
 
4858
4858
  export declare const eventClickBlur: (event?: Event) => void;
4859
4859
 
4860
+ export declare const fetchAsset: (client: () => AxiosInstance, endPoint: string, id: DocId) => Promise<AssetDetailItemDto>;
4861
+
4860
4862
  export declare const fetchAssetAndCheckForSingleUseByFileIds: (client: () => AxiosInstance, endPoint: string, groupedIds: IdsGroupedByLicences) => Promise<boolean>;
4861
4863
 
4862
4864
  export declare const fetchAssetAsCmsMedia: <T extends DamMediaFromDam>(client: () => AxiosInstance, id: DocId) => Promise<T>;
4863
4865
 
4866
+ export declare const fetchAssetByFileId: (client: () => AxiosInstance, endPoint: string, assetFileId: DocId) => Promise<AssetDetailItemDto>;
4867
+
4864
4868
  /**
4865
4869
  * @deprecated
4866
4870
  */