@abtnode/types 1.16.28-beta-b30865b3 → 1.16.28-next-5a717317

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 CHANGED
@@ -639,12 +639,6 @@ export type TRequestUpdateUserExtra = {
639
639
  remark: string;
640
640
  extra: string;
641
641
  };
642
- export type TRequestUpdateUserProfile = {
643
- teamDid: string;
644
- did: string;
645
- remark: string;
646
- locale: string;
647
- };
648
642
  export type TRequestTeamUserOptions = {
649
643
  enableConnectedAccount: boolean;
650
644
  includeTags: boolean;
package/lib/type_pb.d.ts CHANGED
@@ -36,7 +36,6 @@ export type TNodeState = {
36
36
  enableBetaRelease: boolean;
37
37
  runtimeConfig?: TNodeRuntimeConfig;
38
38
  nftDomainUrl: string;
39
- enableFileSystemIsolation: boolean;
40
39
  };
41
40
  export type TOwnerNft = {
42
41
  did: string;
@@ -62,7 +61,6 @@ export type TNodeInfo = {
62
61
  diskAlertThreshold: number;
63
62
  enableBetaRelease: boolean;
64
63
  nftDomainUrl: string;
65
- enableFileSystemIsolation: boolean;
66
64
  };
67
65
  export type TConnectedStore = {
68
66
  storeId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.28-beta-b30865b3",
3
+ "version": "1.16.28-next-5a717317",
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": "93a071e3074207fa721a2198b1281f74d666cbbd"
39
+ "gitHead": "3624967f9549de3a25a87ed6b20f82519ddb4757"
40
40
  }