@abtnode/types 1.16.15-beta-58d50c9a → 1.16.15-beta-e143b1cf

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/rpc_pb.d.ts +8 -0
  2. package/package.json +2 -2
package/lib/rpc_pb.d.ts CHANGED
@@ -721,3 +721,11 @@ export type TResponseGetTrafficInsights = {
721
721
  list: type_pb.TTrafficInsight[],
722
722
  paging?: type_pb.TPaging,
723
723
  }
724
+ export type TRequestClearCache = {
725
+ teamDid: string,
726
+ pattern: string,
727
+ }
728
+ export type TResponseClearCache = {
729
+ code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
730
+ removed: string[],
731
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.15-beta-58d50c9a",
3
+ "version": "1.16.15-beta-e143b1cf",
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": "c54236c1daace6451db561fa6b3eea21ba07bb4d"
39
+ "gitHead": "86dcc908f3cb7259d1ca92b9ae75160a6e43509a"
40
40
  }