@abtnode/schema 1.16.39-beta-20250213-123635-cabff5af → 1.16.39-beta-20250215-130252-43410928

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
@@ -1378,6 +1378,7 @@ type AuditLogActor {
1378
1378
  role: String
1379
1379
  fullName: String
1380
1380
  avatar: String
1381
+ source: String
1381
1382
  }
1382
1383
 
1383
1384
  type AuditLogEnv {
@@ -1378,6 +1378,7 @@ type AuditLogActor {
1378
1378
  role: String
1379
1379
  fullName: String
1380
1380
  avatar: String
1381
+ source: String
1381
1382
  }
1382
1383
 
1383
1384
  type AuditLogEnv {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.39-beta-20250213-123635-cabff5af",
6
+ "version": "1.16.39-beta-20250215-130252-43410928",
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": "026b776b588cdae21750570de1102bb24f1ad3d6",
16
+ "gitHead": "83b35e2f9759a3f1aa0343c112aedaddf79a8e55",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }