@abtnode/schema 1.16.21-beta-420f105a → 1.16.21-beta-445a8baa
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 +5 -0
- package/lib/schema.graphqls +5 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1015,8 +1015,10 @@ type BlockletBackupState {
|
|
|
1015
1015
|
|
|
1016
1016
|
type BlockletCapabilities {
|
|
1017
1017
|
clusterMode: Boolean
|
|
1018
|
+
component: Boolean
|
|
1018
1019
|
navigation: Boolean
|
|
1019
1020
|
didSpace: String
|
|
1021
|
+
resourceExportApi: String
|
|
1020
1022
|
}
|
|
1021
1023
|
|
|
1022
1024
|
type BlockletController {
|
|
@@ -1098,6 +1100,7 @@ type BlockletMeta {
|
|
|
1098
1100
|
bundleDid: String
|
|
1099
1101
|
bundleName: String
|
|
1100
1102
|
navigation: [Any!]
|
|
1103
|
+
resources: [String!]
|
|
1101
1104
|
resource: BlockletResource
|
|
1102
1105
|
}
|
|
1103
1106
|
|
|
@@ -1216,6 +1219,7 @@ type BlockletState {
|
|
|
1216
1219
|
trustedPassports: [TrustedPassport!]
|
|
1217
1220
|
trustedFactories: [TrustedFactory!]
|
|
1218
1221
|
enablePassportIssuance: Boolean
|
|
1222
|
+
dynamic: Boolean
|
|
1219
1223
|
mountPoint: String
|
|
1220
1224
|
settings: BlockletSettings
|
|
1221
1225
|
appDid: String
|
|
@@ -1304,6 +1308,7 @@ type ComponentState {
|
|
|
1304
1308
|
mode: String
|
|
1305
1309
|
ports: Any
|
|
1306
1310
|
children: [ComponentState!]
|
|
1311
|
+
dynamic: Boolean
|
|
1307
1312
|
mountPoint: String
|
|
1308
1313
|
dependents: [Dependent!]
|
|
1309
1314
|
}
|
package/lib/schema.graphqls
CHANGED
|
@@ -1015,8 +1015,10 @@ type BlockletBackupState {
|
|
|
1015
1015
|
|
|
1016
1016
|
type BlockletCapabilities {
|
|
1017
1017
|
clusterMode: Boolean
|
|
1018
|
+
component: Boolean
|
|
1018
1019
|
navigation: Boolean
|
|
1019
1020
|
didSpace: String
|
|
1021
|
+
resourceExportApi: String
|
|
1020
1022
|
}
|
|
1021
1023
|
|
|
1022
1024
|
type BlockletController {
|
|
@@ -1098,6 +1100,7 @@ type BlockletMeta {
|
|
|
1098
1100
|
bundleDid: String
|
|
1099
1101
|
bundleName: String
|
|
1100
1102
|
navigation: [Any!]
|
|
1103
|
+
resources: [String!]
|
|
1101
1104
|
resource: BlockletResource
|
|
1102
1105
|
}
|
|
1103
1106
|
|
|
@@ -1216,6 +1219,7 @@ type BlockletState {
|
|
|
1216
1219
|
trustedPassports: [TrustedPassport!]
|
|
1217
1220
|
trustedFactories: [TrustedFactory!]
|
|
1218
1221
|
enablePassportIssuance: Boolean
|
|
1222
|
+
dynamic: Boolean
|
|
1219
1223
|
mountPoint: String
|
|
1220
1224
|
settings: BlockletSettings
|
|
1221
1225
|
appDid: String
|
|
@@ -1304,6 +1308,7 @@ type ComponentState {
|
|
|
1304
1308
|
mode: String
|
|
1305
1309
|
ports: Any
|
|
1306
1310
|
children: [ComponentState!]
|
|
1311
|
+
dynamic: Boolean
|
|
1307
1312
|
mountPoint: String
|
|
1308
1313
|
dependents: [Dependent!]
|
|
1309
1314
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.21-beta-
|
|
6
|
+
"version": "1.16.21-beta-445a8baa",
|
|
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": "
|
|
16
|
+
"gitHead": "7a7ff8be7f424775c3bde0eead773d8e6177fa1a",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|