@abtnode/types 1.16.40-beta-20250228-001738-e9367fea → 1.16.40-beta-20250303-085419-69f80410

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/type_pb.d.ts +4 -2
  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-001738-e9367fea",
3
+ "version": "1.16.40-beta-20250303-085419-69f80410",
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": "2e96d640290a439bd71cefda3abe5a22e7751b3e"
39
+ "gitHead": "3bddb6647ab005b216d5c627035af3363fdcf88f"
40
40
  }