@abtnode/schema 1.8.68-beta-500af7e5 → 1.8.69-beta-e0666d0d

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
@@ -140,7 +140,7 @@ input RequestAddRoutingSiteInput {
140
140
  }
141
141
 
142
142
  input RequestBackupToSpacesInput {
143
- did: String
143
+ appPid: String
144
144
  }
145
145
 
146
146
  input RequestBlockletInput {
@@ -140,7 +140,7 @@ input RequestAddRoutingSiteInput {
140
140
  }
141
141
 
142
142
  input RequestBackupToSpacesInput {
143
- did: String
143
+ appPid: String
144
144
  }
145
145
 
146
146
  input RequestBlockletInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.68-beta-500af7e5",
6
+ "version": "1.8.69-beta-e0666d0d",
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": "9070621373f317a10ff0d289323bf725e30d3521",
16
+ "gitHead": "acf0373591eaa3aff76483edc4e648afc543f1f7",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }