@abtnode/types 1.16.52-beta-20250911-023851-d988be85 → 1.16.52-beta-20250916-025146-35d976f4
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 +6 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
|
@@ -753,9 +753,15 @@ export type TResponseGetUserInvites = {
|
|
|
753
753
|
data: type_pb.TUserInfo[];
|
|
754
754
|
paging?: type_pb.TPaging;
|
|
755
755
|
};
|
|
756
|
+
export type TQueryUserFollowStateOptions = {
|
|
757
|
+
includeFollowing: boolean;
|
|
758
|
+
includeFollowers: boolean;
|
|
759
|
+
includeInvitees: boolean;
|
|
760
|
+
};
|
|
756
761
|
export type TRequestUserRelationCount = {
|
|
757
762
|
teamDid: string;
|
|
758
763
|
userDids: string[];
|
|
764
|
+
options?: TQueryUserFollowStateOptions;
|
|
759
765
|
};
|
|
760
766
|
export type TRequestCheckFollowing = {
|
|
761
767
|
teamDid: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/types",
|
|
3
|
-
"version": "1.16.52-beta-
|
|
3
|
+
"version": "1.16.52-beta-20250916-025146-35d976f4",
|
|
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": "a1a95bbc637d8954abcb3b2d675037ec309ad7e3"
|
|
40
40
|
}
|