@abtnode/schema 1.16.53-beta-20251013-005429-ca3b05de → 1.16.53-beta-20251013-075536-64fcb94b

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/lib/index.js CHANGED
@@ -1957,6 +1957,7 @@ type AuditLog {
1957
1957
  createdAt: Uint32
1958
1958
  ip: String
1959
1959
  ua: String
1960
+ componentDid: String
1960
1961
  }
1961
1962
 
1962
1963
  type AuditLogActor {
@@ -1957,6 +1957,7 @@ type AuditLog {
1957
1957
  createdAt: Uint32
1958
1958
  ip: String
1959
1959
  ua: String
1960
+ componentDid: String
1960
1961
  }
1961
1962
 
1962
1963
  type AuditLogActor {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.53-beta-20251013-005429-ca3b05de",
6
+ "version": "1.16.53-beta-20251013-075536-64fcb94b",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "fa6cf9ee72911e51fb53cfbee9dfc0e781c60bd4",
16
+ "gitHead": "0c9fd57c3ffd075ed9f0ed365f76167f91f11f5a",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }