@blocklet/did-space-js 1.0.14 → 1.0.15

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.
@@ -1,5 +1,5 @@
1
1
  import type { Request, Response } from 'express';
2
2
  /**
3
- * @route /.well-known/service/api/did-space/audit-log/list 借助 service 查询 space 审计日志
3
+ * @route /.well-known/service/api/did-space/audit-logs 借助 service 查询 space 审计日志
4
4
  */
5
5
  export declare function auditLogList(req: Request, res: Response): Promise<void>;
@@ -25,7 +25,7 @@ const QuerySchema = zod_1.z.object({
25
25
  actionType: zod_1.z.union([zod_1.z.nativeEnum(core_1.AuditLogAction), zod_1.z.array(zod_1.z.nativeEnum(core_1.AuditLogAction))]).optional(),
26
26
  });
27
27
  /**
28
- * @route /.well-known/service/api/did-space/audit-log/list 借助 service 查询 space 审计日志
28
+ * @route /.well-known/service/api/did-space/audit-logs 借助 service 查询 space 审计日志
29
29
  */
30
30
  async function auditLogList(req, res) {
31
31
  const { endpoint, ...data } = QuerySchema.parse(req.query);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/did-space-js",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,7 +33,7 @@
33
33
  "@arcblock/jwt": "^1.19.9",
34
34
  "@arcblock/validator": "^1.19.9",
35
35
  "@blocklet/env": "^1.16.38",
36
- "@did-space/core": "^1.0.14",
36
+ "@did-space/core": "^1.0.15",
37
37
  "@ocap/mcrypto": "^1.19.9",
38
38
  "@ocap/util": "^1.19.9",
39
39
  "@ocap/wallet": "^1.19.9",
@@ -76,5 +76,5 @@
76
76
  "ts-jest": "^28.0.8",
77
77
  "typescript": "^4.9.5"
78
78
  },
79
- "gitHead": "1ab815d7d3a8933de2c866cff6d6abe31ef70ffc"
79
+ "gitHead": "5b7c651163212bec81066afdd2f43cda21dbc9e7"
80
80
  }