@abtnode/schema 1.16.28-beta-641c9f13 → 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/index.js CHANGED
@@ -104,7 +104,6 @@ input NodeInfoInput {
104
104
  diskAlertThreshold: Uint32
105
105
  enableBetaRelease: Boolean
106
106
  nftDomainUrl: String
107
- enableFileSystemIsolation: Boolean
108
107
  }
109
108
 
110
109
  input PagingInput {
@@ -851,13 +850,6 @@ input RequestUpdateUserExtraInput {
851
850
  extra: String
852
851
  }
853
852
 
854
- input RequestUpdateUserProfileInput {
855
- teamDid: String
856
- did: String
857
- remark: String
858
- locale: String
859
- }
860
-
861
853
  input RequestUpdateUserTagsInput {
862
854
  teamDid: String
863
855
  did: String
@@ -1684,7 +1676,6 @@ type NodeState {
1684
1676
  enableBetaRelease: Boolean
1685
1677
  runtimeConfig: NodeRuntimeConfig
1686
1678
  nftDomainUrl: String
1687
- enableFileSystemIsolation: Boolean
1688
1679
  }
1689
1680
 
1690
1681
  type Notification {
@@ -2579,7 +2570,6 @@ type Mutation {
2579
2570
  configPassportIssuance(input: RequestConfigPassportIssuanceInput): GeneralResponse
2580
2571
  removeUser(input: RequestTeamUserInput): ResponseUser
2581
2572
  updateUserTags(input: RequestUpdateUserTagsInput): ResponseUser
2582
- updateUserProfile(input: RequestUpdateUserProfileInput): ResponseUser
2583
2573
  updateUserExtra(input: RequestUpdateUserExtraInput): ResponseUser
2584
2574
  updateUserApproval(input: RequestTeamUserInput): ResponseUser
2585
2575
  issuePassportToUser(input: RequestIssuePassportToUserInput): ResponseUser
@@ -104,7 +104,6 @@ input NodeInfoInput {
104
104
  diskAlertThreshold: Uint32
105
105
  enableBetaRelease: Boolean
106
106
  nftDomainUrl: String
107
- enableFileSystemIsolation: Boolean
108
107
  }
109
108
 
110
109
  input PagingInput {
@@ -851,13 +850,6 @@ input RequestUpdateUserExtraInput {
851
850
  extra: String
852
851
  }
853
852
 
854
- input RequestUpdateUserProfileInput {
855
- teamDid: String
856
- did: String
857
- remark: String
858
- locale: String
859
- }
860
-
861
853
  input RequestUpdateUserTagsInput {
862
854
  teamDid: String
863
855
  did: String
@@ -1684,7 +1676,6 @@ type NodeState {
1684
1676
  enableBetaRelease: Boolean
1685
1677
  runtimeConfig: NodeRuntimeConfig
1686
1678
  nftDomainUrl: String
1687
- enableFileSystemIsolation: Boolean
1688
1679
  }
1689
1680
 
1690
1681
  type Notification {
@@ -2581,7 +2572,6 @@ type Mutation {
2581
2572
  configPassportIssuance(input: RequestConfigPassportIssuanceInput): GeneralResponse
2582
2573
  removeUser(input: RequestTeamUserInput): ResponseUser
2583
2574
  updateUserTags(input: RequestUpdateUserTagsInput): ResponseUser
2584
- updateUserProfile(input: RequestUpdateUserProfileInput): ResponseUser
2585
2575
  updateUserExtra(input: RequestUpdateUserExtraInput): ResponseUser
2586
2576
  updateUserApproval(input: RequestTeamUserInput): ResponseUser
2587
2577
  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-641c9f13",
6
+ "version": "1.16.28-next-5a717317",
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": "eb1fa63e4ed26fe5ba230845a318faa29408138b",
16
+ "gitHead": "3624967f9549de3a25a87ed6b20f82519ddb4757",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }