@abtnode/types 1.16.28-beta-17c98819 → 1.16.28-beta-10ca1aad

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,6 +639,12 @@ 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
+ };
642
648
  export type TRequestTeamUserOptions = {
643
649
  enableConnectedAccount: boolean;
644
650
  includeTags: boolean;
package/lib/type_pb.d.ts CHANGED
@@ -36,6 +36,7 @@ export type TNodeState = {
36
36
  enableBetaRelease: boolean;
37
37
  runtimeConfig?: TNodeRuntimeConfig;
38
38
  nftDomainUrl: string;
39
+ enableFileSystemIsolation: boolean;
39
40
  };
40
41
  export type TOwnerNft = {
41
42
  did: string;
@@ -61,6 +62,7 @@ export type TNodeInfo = {
61
62
  diskAlertThreshold: number;
62
63
  enableBetaRelease: boolean;
63
64
  nftDomainUrl: string;
65
+ enableFileSystemIsolation: boolean;
64
66
  };
65
67
  export type TConnectedStore = {
66
68
  storeId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.28-beta-17c98819",
3
+ "version": "1.16.28-beta-10ca1aad",
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": "952ebe5b093575757efe06237c3c3e80b6909d50"
39
+ "gitHead": "ed0958b6b5414ae5a3f4066bdf138a157d046b59"
40
40
  }