@abtnode/schema 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/index.js CHANGED
@@ -104,6 +104,7 @@ input NodeInfoInput {
104
104
  diskAlertThreshold: Uint32
105
105
  enableBetaRelease: Boolean
106
106
  nftDomainUrl: String
107
+ enableFileSystemIsolation: Boolean
107
108
  }
108
109
 
109
110
  input PagingInput {
@@ -850,6 +851,13 @@ input RequestUpdateUserExtraInput {
850
851
  extra: String
851
852
  }
852
853
 
854
+ input RequestUpdateUserProfileInput {
855
+ teamDid: String
856
+ did: String
857
+ remark: String
858
+ locale: String
859
+ }
860
+
853
861
  input RequestUpdateUserTagsInput {
854
862
  teamDid: String
855
863
  did: String
@@ -1212,6 +1220,7 @@ type BlockletMeta {
1212
1220
  navigation: [Any!]
1213
1221
  resources: [String!]
1214
1222
  resource: BlockletResource
1223
+ engine: Any
1215
1224
  }
1216
1225
 
1217
1226
  type BlockletMetaInterface {
@@ -1675,6 +1684,7 @@ type NodeState {
1675
1684
  enableBetaRelease: Boolean
1676
1685
  runtimeConfig: NodeRuntimeConfig
1677
1686
  nftDomainUrl: String
1687
+ enableFileSystemIsolation: Boolean
1678
1688
  }
1679
1689
 
1680
1690
  type Notification {
@@ -2569,6 +2579,7 @@ type Mutation {
2569
2579
  configPassportIssuance(input: RequestConfigPassportIssuanceInput): GeneralResponse
2570
2580
  removeUser(input: RequestTeamUserInput): ResponseUser
2571
2581
  updateUserTags(input: RequestUpdateUserTagsInput): ResponseUser
2582
+ updateUserProfile(input: RequestUpdateUserProfileInput): ResponseUser
2572
2583
  updateUserExtra(input: RequestUpdateUserExtraInput): ResponseUser
2573
2584
  updateUserApproval(input: RequestTeamUserInput): ResponseUser
2574
2585
  issuePassportToUser(input: RequestIssuePassportToUserInput): ResponseUser
@@ -104,6 +104,7 @@ input NodeInfoInput {
104
104
  diskAlertThreshold: Uint32
105
105
  enableBetaRelease: Boolean
106
106
  nftDomainUrl: String
107
+ enableFileSystemIsolation: Boolean
107
108
  }
108
109
 
109
110
  input PagingInput {
@@ -850,6 +851,13 @@ input RequestUpdateUserExtraInput {
850
851
  extra: String
851
852
  }
852
853
 
854
+ input RequestUpdateUserProfileInput {
855
+ teamDid: String
856
+ did: String
857
+ remark: String
858
+ locale: String
859
+ }
860
+
853
861
  input RequestUpdateUserTagsInput {
854
862
  teamDid: String
855
863
  did: String
@@ -1212,6 +1220,7 @@ type BlockletMeta {
1212
1220
  navigation: [Any!]
1213
1221
  resources: [String!]
1214
1222
  resource: BlockletResource
1223
+ engine: Any
1215
1224
  }
1216
1225
 
1217
1226
  type BlockletMetaInterface {
@@ -1675,6 +1684,7 @@ type NodeState {
1675
1684
  enableBetaRelease: Boolean
1676
1685
  runtimeConfig: NodeRuntimeConfig
1677
1686
  nftDomainUrl: String
1687
+ enableFileSystemIsolation: Boolean
1678
1688
  }
1679
1689
 
1680
1690
  type Notification {
@@ -2571,6 +2581,7 @@ type Mutation {
2571
2581
  configPassportIssuance(input: RequestConfigPassportIssuanceInput): GeneralResponse
2572
2582
  removeUser(input: RequestTeamUserInput): ResponseUser
2573
2583
  updateUserTags(input: RequestUpdateUserTagsInput): ResponseUser
2584
+ updateUserProfile(input: RequestUpdateUserProfileInput): ResponseUser
2574
2585
  updateUserExtra(input: RequestUpdateUserExtraInput): ResponseUser
2575
2586
  updateUserApproval(input: RequestTeamUserInput): ResponseUser
2576
2587
  issuePassportToUser(input: RequestIssuePassportToUserInput): ResponseUser
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.28-beta-bfbab430",
6
+ "version": "1.16.28-beta-641c9f13",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "f1fbf0752de46be00d1faa0d54eb7d28016e0bb9",
16
+ "gitHead": "eb1fa63e4ed26fe5ba230845a318faa29408138b",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }