@abtnode/types 1.16.40-beta-20250228-001738-e9367fea → 1.16.40-beta-20250228-094258-1186a367
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/type_pb.d.ts +4 -2
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -795,11 +795,13 @@ export type TUserQuery = {
|
|
795
795
|
search: string;
|
796
796
|
connectedDid: string;
|
797
797
|
tags: number[];
|
798
|
-
includeTags: boolean;
|
799
|
-
includeUserSessions: boolean;
|
800
798
|
inviter: string;
|
801
799
|
invitee: string;
|
802
800
|
generation: number;
|
801
|
+
includeTags: boolean;
|
802
|
+
includeUserSessions: boolean;
|
803
|
+
includePassports: boolean;
|
804
|
+
includeConnectedAccounts: boolean;
|
803
805
|
};
|
804
806
|
export type TUserSort = {
|
805
807
|
updatedAt: number;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.40-beta-20250228-
|
3
|
+
"version": "1.16.40-beta-20250228-094258-1186a367",
|
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": "cf7ffaf724f4135f2bf8e5752d0f880e4ece00bc"
|
40
40
|
}
|