@abtnode/schema 1.8.61 → 1.8.63-beta-c51e554d

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
@@ -535,6 +535,7 @@ input RequestUsersInput {
535
535
  }
536
536
 
537
537
  input RequestVersionedBlockletInput {
538
+ type: String
538
539
  did: String
539
540
  storeUrl: String
540
541
  url: String
@@ -535,6 +535,7 @@ input RequestUsersInput {
535
535
  }
536
536
 
537
537
  input RequestVersionedBlockletInput {
538
+ type: String
538
539
  did: String
539
540
  storeUrl: String
540
541
  url: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.61",
6
+ "version": "1.8.63-beta-c51e554d",
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": "f68ac14c2074400d392e2171d328f12dbd2e64cb",
16
+ "gitHead": "9913ed7968dfab63d6549201a5a98f9819fcfac6",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }