@anzusystems/common-admin 1.47.0-beta.dev-1784059876 → 1.47.0-beta.dev-1784059877
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/dist/common-admin.d.ts
CHANGED
|
@@ -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
|
*/
|
package/dist/common-admin.js
CHANGED
|
@@ -23866,8 +23866,10 @@ export {
|
|
|
23866
23866
|
nn as defineCached,
|
|
23867
23867
|
A3 as ensureUniqueValues,
|
|
23868
23868
|
$a as eventClickBlur,
|
|
23869
|
+
Nt as fetchAsset,
|
|
23869
23870
|
GD as fetchAssetAndCheckForSingleUseByFileIds,
|
|
23870
23871
|
qV as fetchAssetAsCmsMedia,
|
|
23872
|
+
Ni as fetchAssetByFileId,
|
|
23871
23873
|
E3 as fetchDamAssetLicenceGroupList,
|
|
23872
23874
|
SK as fetchDamAssetLicenceGroupListByIds,
|
|
23873
23875
|
K3 as fetchDamAssetLicenceList,
|