@abtnode/types 1.16.41-beta-20250319-034744-5c62f533 → 1.16.41-beta-20250319-131732-1224cca5
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 +5 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -703,6 +703,11 @@ export type TRequestUpdateUserProfile = {
|
|
703
703
|
remark: string;
|
704
704
|
locale: string;
|
705
705
|
};
|
706
|
+
export type TRequestUpdateUserAddress = {
|
707
|
+
teamDid: string;
|
708
|
+
did: string;
|
709
|
+
address?: type_pb.TUserAddress;
|
710
|
+
};
|
706
711
|
export type TRequestTeamUserOptions = {
|
707
712
|
enableConnectedAccount: boolean;
|
708
713
|
includeTags: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.41-beta-20250319-
|
3
|
+
"version": "1.16.41-beta-20250319-131732-1224cca5",
|
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": "a05391c26247f000ae87f30a36789313857f313e"
|
40
40
|
}
|