@abtnode/types 1.16.14-beta-7423f9ef → 1.16.14-beta-5f8607a9

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.
Files changed (2) hide show
  1. package/lib/type_pb.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -751,6 +751,7 @@ export type TBackup = {
751
751
  updatedAt: number,
752
752
  status: number,
753
753
  message: string,
754
+ progress: number,
754
755
  }
755
756
  export type TSessionConfig = {
756
757
  cacheTtl: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.14-beta-7423f9ef",
3
+ "version": "1.16.14-beta-5f8607a9",
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": "b26614028fa0b33cf8b6781c3b571b2a6055dfdd"
39
+ "gitHead": "86c596148144f28050d16ae30ad650edbdb27b0e"
40
40
  }