@abtnode/schema 1.16.47-beta-20250724-080141-d80ab374 → 1.16.47-beta-20250729-045152-0bde0f98

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
@@ -22,6 +22,7 @@ input AigneConfigInput {
22
22
  url: String
23
23
  accessKeyId: String
24
24
  secretAccessKey: String
25
+ validationResult: String
25
26
  }
26
27
 
27
28
  input AutoBackupInput {
@@ -1761,6 +1762,7 @@ type AigneConfig {
1761
1762
  url: String
1762
1763
  accessKeyId: String
1763
1764
  secretAccessKey: String
1765
+ validationResult: String
1764
1766
  }
1765
1767
 
1766
1768
  type AuditLog {
@@ -22,6 +22,7 @@ input AigneConfigInput {
22
22
  url: String
23
23
  accessKeyId: String
24
24
  secretAccessKey: String
25
+ validationResult: String
25
26
  }
26
27
 
27
28
  input AutoBackupInput {
@@ -1761,6 +1762,7 @@ type AigneConfig {
1761
1762
  url: String
1762
1763
  accessKeyId: String
1763
1764
  secretAccessKey: String
1765
+ validationResult: String
1764
1766
  }
1765
1767
 
1766
1768
  type AuditLog {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.47-beta-20250724-080141-d80ab374",
6
+ "version": "1.16.47-beta-20250729-045152-0bde0f98",
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": "6861bb413155f5ea585e193b96f3157ff69f49a9",
16
+ "gitHead": "554bd257e6e9aaa2c63d2b6558871f632f7f8ea4",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }