@abtnode/schema 1.8.66-beta-7f4224af → 1.8.66-beta-b56e3b54

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
@@ -426,7 +426,7 @@ input RequestResetNodeInput {
426
426
 
427
427
  input RequestRestoreFromSpacesInput {
428
428
  endpoint: String
429
- blockletSecretKey: String
429
+ appSk: String
430
430
  }
431
431
 
432
432
  input RequestRevokePermissionFromRoleInput {
@@ -426,7 +426,7 @@ input RequestResetNodeInput {
426
426
 
427
427
  input RequestRestoreFromSpacesInput {
428
428
  endpoint: String
429
- blockletSecretKey: String
429
+ appSk: String
430
430
  }
431
431
 
432
432
  input RequestRevokePermissionFromRoleInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.66-beta-7f4224af",
6
+ "version": "1.8.66-beta-b56e3b54",
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": "MIT",
16
- "gitHead": "72d418f63ecb76b1d5d62edbcc5f336cb62bf308",
16
+ "gitHead": "4d95b431526128c14cd04c0741cac423afce8f48",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }