@pubinfo-pr/module-crypto 0.182.3 → 0.182.5
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.
|
@@ -3,20 +3,20 @@ import { basic as request } from '../../request';
|
|
|
3
3
|
* @description 编辑加解密配置
|
|
4
4
|
* @url /crypto/editCryptoConfig
|
|
5
5
|
* @method POST
|
|
6
|
-
* @author @pubinfo
|
|
6
|
+
* @author @pubinfo/openapi
|
|
7
7
|
*/
|
|
8
8
|
export declare function postCryptoEditCryptoConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.EditCryptoConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo-pr').AG, R, T>>;
|
|
9
9
|
/**
|
|
10
10
|
* @description 获取加解密配置
|
|
11
11
|
* @url /crypto/getCryptoConfig
|
|
12
12
|
* @method GET
|
|
13
|
-
* @author @pubinfo
|
|
13
|
+
* @author @pubinfo/openapi
|
|
14
14
|
*/
|
|
15
15
|
export declare function getCryptoGetCryptoConfig<R = API.ResponseDataCryptoConfig, T = API.ResponseDataCryptoConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo-pr').AG, R, T>>;
|
|
16
16
|
/**
|
|
17
17
|
* @description 获取公钥及加解密配置
|
|
18
18
|
* @url /crypto/getPublicKeyAndConfig
|
|
19
19
|
* @method GET
|
|
20
|
-
* @author @pubinfo
|
|
20
|
+
* @author @pubinfo/openapi
|
|
21
21
|
*/
|
|
22
22
|
export declare function getCryptoGetPublicKeyAndConfig<R = API.ResponseDataCryptoConfigExt, T = API.ResponseDataCryptoConfigExt>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo-pr').AG, R, T>>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-pr/module-crypto",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.182.
|
|
4
|
+
"version": "0.182.5",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@ant-design/icons-vue": "^7.0.1",
|
|
24
24
|
"@pubinfo/pro-components": "^1.8.0",
|
|
25
25
|
"ant-design-vue": "^4.2.6",
|
|
26
|
-
"pubinfo-pr": "0.182.
|
|
26
|
+
"pubinfo-pr": "0.182.5"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@vueuse/core": "^13.7.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@pubinfo/pro-components": "^1.8.0",
|
|
37
37
|
"@types/crypto-js": "^4.2.2",
|
|
38
38
|
"ant-design-vue": "^4.2.6",
|
|
39
|
-
"pubinfo-pr": "0.182.
|
|
39
|
+
"pubinfo-pr": "0.182.5"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"dev": "pubinfo build -w --sourcemap",
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 编辑加解密配置
|
|
5
5
|
* @url /crypto/editCryptoConfig
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postCryptoEditCryptoConfig<
|
|
10
10
|
R = API.ResponseDataBoolean,
|
|
@@ -25,7 +25,7 @@ export function postCryptoEditCryptoConfig<
|
|
|
25
25
|
* @description 获取加解密配置
|
|
26
26
|
* @url /crypto/getCryptoConfig
|
|
27
27
|
* @method GET
|
|
28
|
-
* @author @pubinfo
|
|
28
|
+
* @author @pubinfo/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function getCryptoGetCryptoConfig<
|
|
31
31
|
R = API.ResponseDataCryptoConfig,
|
|
@@ -40,7 +40,7 @@ export function getCryptoGetCryptoConfig<
|
|
|
40
40
|
* @description 获取公钥及加解密配置
|
|
41
41
|
* @url /crypto/getPublicKeyAndConfig
|
|
42
42
|
* @method GET
|
|
43
|
-
* @author @pubinfo
|
|
43
|
+
* @author @pubinfo/openapi
|
|
44
44
|
*/
|
|
45
45
|
export function getCryptoGetPublicKeyAndConfig<
|
|
46
46
|
R = API.ResponseDataCryptoConfigExt,
|