@indfnd/utils 0.1.27 → 0.1.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indfnd/utils",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "author": "huxuetong",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -1,2 +1,4 @@
1
- export declare function listComTreeApi(params: any): Promise<import('axios').AxiosResponse<any>>
1
+ export declare function listComTreeApi(
2
+ params: any,
3
+ ): Promise<import('axios').AxiosResponse<any, any>>
2
4
  //# sourceMappingURL=com.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"com.d.ts","sourceRoot":"","sources":["../../src/api/com.ts"],"names":[],"mappings":"AAKA,wBAAgB,cAAc,CAAC,MAAM,KAAA,+CAKpC"}
1
+ {"version":3,"file":"com.d.ts","sourceRoot":"","sources":["../../src/api/com.ts"],"names":[],"mappings":"AAKA,wBAAgB,cAAc,CAAC,MAAM,KAAA,oDAKpC"}
@@ -1,2 +1,4 @@
1
- export declare function listIndexDescApi(params: any): Promise<import('axios').AxiosResponse<any>>
1
+ export declare function listIndexDescApi(
2
+ params: any,
3
+ ): Promise<import('axios').AxiosResponse<any, any>>
2
4
  //# sourceMappingURL=index-desc.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index-desc.d.ts","sourceRoot":"","sources":["../../src/api/index-desc.ts"],"names":[],"mappings":"AAKA,wBAAgB,gBAAgB,CAAC,MAAM,KAAA,+CAEtC"}
1
+ {"version":3,"file":"index-desc.d.ts","sourceRoot":"","sources":["../../src/api/index-desc.ts"],"names":[],"mappings":"AAKA,wBAAgB,gBAAgB,CAAC,MAAM,KAAA,oDAEtC"}
@@ -1,4 +1,6 @@
1
- export declare function listItemTreeApi(params: any): Promise<import('axios').AxiosResponse<any>>
2
- export declare function getPriceInfo(): Promise<import('axios').AxiosResponse<any>>
3
- export declare function getItem(params: any): Promise<import('axios').AxiosResponse<any>>
1
+ export declare function listItemTreeApi(
2
+ params: any,
3
+ ): Promise<import('axios').AxiosResponse<any, any>>
4
+ export declare function getPriceInfo(): Promise<import('axios').AxiosResponse<any, any>>
5
+ export declare function getItem(params: any): Promise<import('axios').AxiosResponse<any, any>>
4
6
  //# sourceMappingURL=item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../src/api/item.ts"],"names":[],"mappings":"AAKA,wBAAgB,eAAe,CAAC,MAAM,KAAA,+CAOrC;AACD,wBAAgB,YAAY,gDAE3B;AACD,wBAAgB,OAAO,CAAC,MAAM,KAAA,+CAE7B"}
1
+ {"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../src/api/item.ts"],"names":[],"mappings":"AAKA,wBAAgB,eAAe,CAAC,MAAM,KAAA,oDAOrC;AACD,wBAAgB,YAAY,qDAE3B;AACD,wBAAgB,OAAO,CAAC,MAAM,KAAA,oDAE7B"}
@@ -1,4 +1,6 @@
1
- export declare function getDictsMapApi(dictId: string): Promise<import('axios').AxiosResponse<any>>
1
+ export declare function getDictsMapApi(
2
+ dictId: string,
3
+ ): Promise<import('axios').AxiosResponse<any, any>>
2
4
  export declare function getDictApi(dictId: string): Promise<any>
3
5
  export declare function getDictMapApi(dictIdArr: string[]): Promise<{}>
4
6
  //# sourceMappingURL=dict.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dict.d.ts","sourceRoot":"","sources":["../../../src/api/platform/dict.ts"],"names":[],"mappings":"AAMA,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,+CAE5C;AAED,wBAAsB,UAAU,CAAC,MAAM,EAAE,MAAM,gBAgB9C;AAkBD,wBAAsB,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,eActD"}
1
+ {"version":3,"file":"dict.d.ts","sourceRoot":"","sources":["../../../src/api/platform/dict.ts"],"names":[],"mappings":"AAMA,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,oDAE5C;AAED,wBAAsB,UAAU,CAAC,MAAM,EAAE,MAAM,gBAgB9C;AAkBD,wBAAsB,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,eActD"}
@@ -1,17 +1,21 @@
1
- export declare function getPermissionApi(): Promise<import('axios').AxiosResponse<any>>
2
- export declare function getMenuHistoryApi(): Promise<import('axios').AxiosResponse<any>>
3
- export declare function menuHistoryApi(params: any): Promise<import('axios').AxiosResponse<any>>
1
+ export declare function getPermissionApi(): Promise<import('axios').AxiosResponse<any, any>>
2
+ export declare function getMenuHistoryApi(): Promise<import('axios').AxiosResponse<any, any>>
3
+ export declare function menuHistoryApi(
4
+ params: any,
5
+ ): Promise<import('axios').AxiosResponse<any, any>>
4
6
  export declare function deleteMenuHistoryApi(
5
7
  historyId: any,
6
- ): Promise<import('axios').AxiosResponse<any>>
7
- export declare function getMenuCollectApi(): Promise<import('axios').AxiosResponse<any>>
8
- export declare function addMenuCollectApi(params: any): Promise<import('axios').AxiosResponse<any>>
8
+ ): Promise<import('axios').AxiosResponse<any, any>>
9
+ export declare function getMenuCollectApi(): Promise<import('axios').AxiosResponse<any, any>>
10
+ export declare function addMenuCollectApi(
11
+ params: any,
12
+ ): Promise<import('axios').AxiosResponse<any, any>>
9
13
  export declare function deleteMenuCollectApi(
10
14
  collectId: any,
11
- ): Promise<import('axios').AxiosResponse<any>>
15
+ ): Promise<import('axios').AxiosResponse<any, any>>
12
16
  export declare function removeMenuCollectApi(
13
17
  params: any,
14
- ): Promise<import('axios').AxiosResponse<any>>
15
- export declare function getAppListApi(): Promise<import('axios').AxiosResponse<any>>
16
- export declare function getMaxTabNumValueApi(): Promise<import('axios').AxiosResponse<any>>
18
+ ): Promise<import('axios').AxiosResponse<any, any>>
19
+ export declare function getAppListApi(): Promise<import('axios').AxiosResponse<any, any>>
20
+ export declare function getMaxTabNumValueApi(): Promise<import('axios').AxiosResponse<any, any>>
17
21
  //# sourceMappingURL=menu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/api/platform/menu.ts"],"names":[],"mappings":"AAKA,wBAAgB,gBAAgB,gDAE/B;AAED,wBAAgB,iBAAiB,gDAEhC;AAED,wBAAgB,cAAc,CAAC,MAAM,KAAA,+CAEpC;AAED,wBAAgB,oBAAoB,CAAC,SAAS,KAAA,+CAE7C;AAED,wBAAgB,iBAAiB,gDAEhC;AAED,wBAAgB,iBAAiB,CAAC,MAAM,KAAA,+CAEvC;AAED,wBAAgB,oBAAoB,CAAC,SAAS,KAAA,+CAE7C;AAED,wBAAgB,oBAAoB,CAAC,MAAM,KAAA,+CAE1C;AAED,wBAAgB,aAAa,gDAE5B;AAED,wBAAgB,oBAAoB,gDAEnC"}
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/api/platform/menu.ts"],"names":[],"mappings":"AAKA,wBAAgB,gBAAgB,qDAE/B;AAED,wBAAgB,iBAAiB,qDAEhC;AAED,wBAAgB,cAAc,CAAC,MAAM,KAAA,oDAEpC;AAED,wBAAgB,oBAAoB,CAAC,SAAS,KAAA,oDAE7C;AAED,wBAAgB,iBAAiB,qDAEhC;AAED,wBAAgB,iBAAiB,CAAC,MAAM,KAAA,oDAEvC;AAED,wBAAgB,oBAAoB,CAAC,SAAS,KAAA,oDAE7C;AAED,wBAAgB,oBAAoB,CAAC,MAAM,KAAA,oDAE1C;AAED,wBAAgB,aAAa,qDAE5B;AAED,wBAAgB,oBAAoB,qDAEnC"}
@@ -22,7 +22,7 @@ export declare function putOssFileUrl(): string
22
22
  export declare function getOssFileApi(
23
23
  fileId: string,
24
24
  responseType?: ResponseType,
25
- ): Promise<import('axios').AxiosResponse<any>>
25
+ ): Promise<import('axios').AxiosResponse<any, any>>
26
26
  /**
27
27
  * 将文件上传到文档中心
28
28
  *
@@ -42,5 +42,5 @@ export declare function putOssFileApi(
42
42
  */
43
43
  export declare function getPreviewUrlApi(
44
44
  fileId: string,
45
- ): Promise<import('axios').AxiosResponse<any>>
45
+ ): Promise<import('axios').AxiosResponse<any, any>>
46
46
  //# sourceMappingURL=oss.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"oss.d.ts","sourceRoot":"","sources":["../../../src/api/platform/oss.ts"],"names":[],"mappings":"AAEA,OAAO,EAAsB,YAAY,EAAE,MAAM,OAAO,CAAA;AAIxD;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,MAAM,SAAK,UAExC;AAED;;;;GAIG;AACH,wBAAgB,aAAa,WAE5B;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,YAAY,+CAMxE;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,qCAUzD;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,+CAQ9C"}
1
+ {"version":3,"file":"oss.d.ts","sourceRoot":"","sources":["../../../src/api/platform/oss.ts"],"names":[],"mappings":"AAEA,OAAO,EAAsB,YAAY,EAAE,MAAM,OAAO,CAAA;AAIxD;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,MAAM,SAAK,UAExC;AAED;;;;GAIG;AACH,wBAAgB,aAAa,WAE5B;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,YAAY,oDAMxE;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,qCAUzD;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,oDAQ9C"}
@@ -8,10 +8,12 @@ export declare function loginApi({
8
8
  password: any
9
9
  validCodeId: any
10
10
  validCodeInput: any
11
- }): Promise<import('axios').AxiosResponse<any>>
12
- export declare function getUserInfoApi(): Promise<import('axios').AxiosResponse<any>>
13
- export declare function getGlobalPolicyApi(): Promise<import('axios').AxiosResponse<any>>
14
- export declare function updatePasswordApi(data: any): Promise<import('axios').AxiosResponse<any>>
11
+ }): Promise<import('axios').AxiosResponse<any, any>>
12
+ export declare function getUserInfoApi(): Promise<import('axios').AxiosResponse<any, any>>
13
+ export declare function getGlobalPolicyApi(): Promise<import('axios').AxiosResponse<any, any>>
14
+ export declare function updatePasswordApi(
15
+ data: any,
16
+ ): Promise<import('axios').AxiosResponse<any, any>>
15
17
  export declare function getCaptchaURL(validCodeId: string): string
16
- export declare function logoutApi(): Promise<import('axios').AxiosResponse<any>>
18
+ export declare function logoutApi(): Promise<import('axios').AxiosResponse<any, any>>
17
19
  //# sourceMappingURL=user.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/api/platform/user.ts"],"names":[],"mappings":"AAMA,wBAAgB,QAAQ,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,cAAc,EAAE;;;;;CAAA,+CAQ3E;AAED,wBAAgB,cAAc,gDAE7B;AAED,wBAAgB,kBAAkB,gDAEjC;AAED,wBAAgB,iBAAiB,CAAC,IAAI,KAAA,+CAErC;AAED,wBAAgB,aAAa,CAAC,WAAW,EAAE,MAAM,UAEhD;AAED,wBAAgB,SAAS,gDAExB"}
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/api/platform/user.ts"],"names":[],"mappings":"AAMA,wBAAgB,QAAQ,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,cAAc,EAAE;;;;;CAAA,oDAQ3E;AAED,wBAAgB,cAAc,qDAE7B;AAED,wBAAgB,kBAAkB,qDAEjC;AAED,wBAAgB,iBAAiB,CAAC,IAAI,KAAA,oDAErC;AAED,wBAAgB,aAAa,CAAC,WAAW,EAAE,MAAM,UAEhD;AAED,wBAAgB,SAAS,qDAExB"}
@@ -1,2 +1,4 @@
1
- export declare function listUserTreeApi(params: any): Promise<import('axios').AxiosResponse<any>>
1
+ export declare function listUserTreeApi(
2
+ params: any,
3
+ ): Promise<import('axios').AxiosResponse<any, any>>
2
4
  //# sourceMappingURL=user.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../src/api/user.ts"],"names":[],"mappings":"AAKA,wBAAgB,eAAe,CAAC,MAAM,KAAA,+CAErC"}
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../src/api/user.ts"],"names":[],"mappings":"AAKA,wBAAgB,eAAe,CAAC,MAAM,KAAA,oDAErC"}