@anzusystems/common-admin 1.47.0-beta.325 → 1.47.0-beta.326

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.
@@ -18680,7 +18680,7 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
18680
18680
  loadDamPrvConfig: () => Promise<unknown>;
18681
18681
  loadDamPubConfig: () => Promise<unknown>;
18682
18682
  loadDamConfigExtSystem: (extSystemId: IntegerId) => Promise<unknown>;
18683
- loadDamConfigAssetCustomFormElements: (extSystemId: IntegerId) => Promise<unknown>;
18683
+ loadDamConfigAssetCustomFormElements: (extSystemId: IntegerId, types?: DamAssetTypeType[]) => Promise<unknown>;
18684
18684
  loadDamConfigDistributionCustomFormElements: (distributionServiceName: DamDistributionServiceName) => Promise<unknown>;
18685
18685
  isDamPubConfigLoaded: () => boolean;
18686
18686
  isDamPrvConfigLoaded: () => boolean;