@abtnode/types 1.16.15-beta-58d50c9a → 1.16.15-beta-89b542d3
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 +8 -0
- 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-
|
3
|
+
"version": "1.16.15-beta-89b542d3",
|
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": "
|
39
|
+
"gitHead": "a5302e43c87e7f33a35b1293d7b55579cc36fcc8"
|
40
40
|
}
|