@abtnode/types 1.16.42-beta-20250416-010627-a89e72e0 → 1.16.43-beta-20250419-231352-c78ac93d

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 +0 -6
  2. package/package.json +2 -2
package/lib/rpc_pb.d.ts CHANGED
@@ -737,12 +737,6 @@ export type TRequestUpdateUserExtra = {
737
737
  remark: string;
738
738
  extra: string;
739
739
  };
740
- export type TRequestUpdateUserProfile = {
741
- teamDid: string;
742
- did: string;
743
- remark: string;
744
- locale: string;
745
- };
746
740
  export type TRequestUpdateUserAddress = {
747
741
  teamDid: string;
748
742
  did: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.42-beta-20250416-010627-a89e72e0",
3
+ "version": "1.16.43-beta-20250419-231352-c78ac93d",
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": "0f69c3b7142f1abcd5ad0283d1df01b50bd22806"
39
+ "gitHead": "207acad34e8ccf318cd7539c1ac717cee7951b53"
40
40
  }