@abtnode/types 1.16.15-beta-e143b1cf → 1.16.15-beta-12f50442

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 +4 -0
  2. package/package.json +2 -2
package/lib/rpc_pb.d.ts CHANGED
@@ -607,6 +607,10 @@ export type TRequestUsers = {
607
607
  paging?: type_pb.TPaging,
608
608
  dids: string[],
609
609
  }
610
+ export type TResponseGetUsersCount = {
611
+ code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
612
+ count: number,
613
+ }
610
614
  export type TResponseGetUsersCountPerRole = {
611
615
  code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
612
616
  counts: type_pb.TKeyValue[],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.15-beta-e143b1cf",
3
+ "version": "1.16.15-beta-12f50442",
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": "86dcc908f3cb7259d1ca92b9ae75160a6e43509a"
39
+ "gitHead": "48bda4b29eb31a70e0eb9cab0bce6e544960c7fd"
40
40
  }