@anzusystems/common-admin 1.47.0-beta.245 → 1.47.0-beta.247
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/labs.d.ts +4 -0
- package/dist/labs.js +2 -1
- package/package.json +1 -1
package/dist/labs.d.ts
CHANGED
|
@@ -930,6 +930,10 @@ export declare function useUserAdminConfigApi(client: () => AxiosInstance, syste
|
|
|
930
930
|
}>;
|
|
931
931
|
};
|
|
932
932
|
|
|
933
|
+
export declare function useUserAdminConfigFactory(): {
|
|
934
|
+
createDefaultUserAdminConfig: (system: string) => UserAdminConfig;
|
|
935
|
+
};
|
|
936
|
+
|
|
933
937
|
declare interface ValueObjectOption<T> {
|
|
934
938
|
value: T;
|
|
935
939
|
title: string;
|
package/dist/labs.js
CHANGED