@abtnode/types 1.16.21-beta-445a8baa → 1.16.21-beta-93c6e42b

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/type_pb.d.ts CHANGED
@@ -805,6 +805,9 @@ export type TBackup = {
805
805
  export type TAutoBackup = {
806
806
  enabled: boolean,
807
807
  }
808
+ export type TAutoCheckUpdate = {
809
+ enabled: boolean,
810
+ }
808
811
  export type TSessionConfig = {
809
812
  cacheTtl: number,
810
813
  ttl: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.21-beta-445a8baa",
3
+ "version": "1.16.21-beta-93c6e42b",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "7a7ff8be7f424775c3bde0eead773d8e6177fa1a"
39
+ "gitHead": "80619ce49f5a9224d3d817e5faea4422072b0553"
40
40
  }