@abtnode/types 1.16.28-beta-bfbab430 → 1.16.28-beta-641c9f13

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;
@@ -139,6 +141,7 @@ export type TBlockletMeta = {
139
141
  navigation: Record<string, any>[];
140
142
  resources: string[];
141
143
  resource?: TBlockletResource;
144
+ engine?: Record<string, any>;
142
145
  };
143
146
  export type TSimpleBlockletMeta = {
144
147
  did: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.28-beta-bfbab430",
3
+ "version": "1.16.28-beta-641c9f13",
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": "f1fbf0752de46be00d1faa0d54eb7d28016e0bb9"
39
+ "gitHead": "eb1fa63e4ed26fe5ba230845a318faa29408138b"
40
40
  }