@abtnode/types 1.16.11-next-470e8c41 → 1.16.11

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/rpc_pb.d.ts CHANGED
@@ -149,7 +149,7 @@ export type TRequestConfigOAuth = {
149
149
  did: string,
150
150
  oauth: string,
151
151
  }
152
- export type TRequestConfigNotifiaction = {
152
+ export type TRequestConfigNotification = {
153
153
  did: string,
154
154
  notification: string,
155
155
  }
package/lib/type_pb.d.ts CHANGED
@@ -739,6 +739,7 @@ export type TBackup = {
739
739
  strategy: number,
740
740
  sourceUrl: string,
741
741
  target: string,
742
+ targetName: string,
742
743
  targetUrl: string,
743
744
  createdAt: number,
744
745
  updatedAt: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.11-next-470e8c41",
3
+ "version": "1.16.11",
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": "2f27bfc6522fdf0db1e9b6df717144c98ae30390"
39
+ "gitHead": "bf1a5bd70ed2ee7cd044c6b629c18bbc900f1598"
40
40
  }