@jctrans-materials/shared 1.0.25 → 1.0.27
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/index.cjs.js +5 -5
- package/dist/index.d.ts +7 -0
- package/dist/index.esm.js +473 -472
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -994,6 +994,13 @@ export declare interface UnifiedItem {
|
|
|
994
994
|
raw?: any;
|
|
995
995
|
}
|
|
996
996
|
|
|
997
|
+
/**
|
|
998
|
+
* 获取用户信息
|
|
999
|
+
* @param data
|
|
1000
|
+
* @returns
|
|
1001
|
+
*/
|
|
1002
|
+
export declare function userCompPermsApi(data: any): Promise<any>;
|
|
1003
|
+
|
|
997
1004
|
/**
|
|
998
1005
|
* 验证账号是否存在 /auth/validateAccountExist
|
|
999
1006
|
* @param data
|