@abtnode/schema 1.16.29-beta-ec04c755 → 1.16.29-beta-2eaf40bc
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 +9 -1
- package/lib/schema.graphqls +8 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1233,6 +1233,7 @@ type BlockletMeta {
|
|
|
1233
1233
|
resources: [String!]
|
|
1234
1234
|
resource: BlockletResource
|
|
1235
1235
|
engine: Any
|
|
1236
|
+
owner: BlockletMetaOwner
|
|
1236
1237
|
}
|
|
1237
1238
|
|
|
1238
1239
|
type BlockletMetaInterface {
|
|
@@ -1247,6 +1248,13 @@ type BlockletMetaInterface {
|
|
|
1247
1248
|
pageGroups: [String!]
|
|
1248
1249
|
}
|
|
1249
1250
|
|
|
1251
|
+
type BlockletMetaOwner {
|
|
1252
|
+
avatar: String
|
|
1253
|
+
did: String
|
|
1254
|
+
email: String
|
|
1255
|
+
fullName: String
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1250
1258
|
type BlockletMetaPerson {
|
|
1251
1259
|
name: String
|
|
1252
1260
|
email: String
|
|
@@ -2713,4 +2721,4 @@ type Query {
|
|
|
2713
2721
|
getReleases(input: RequestGetReleasesInput): ResponseGetReleases
|
|
2714
2722
|
getRelease(input: RequestReleaseInput): ResponseGetRelease
|
|
2715
2723
|
getSelectedResources(input: RequestGetSelectedResourcesInput): ResponseGetSelectedResources
|
|
2716
|
-
}`;
|
|
2724
|
+
}`;
|
package/lib/schema.graphqls
CHANGED
|
@@ -1233,6 +1233,7 @@ type BlockletMeta {
|
|
|
1233
1233
|
resources: [String!]
|
|
1234
1234
|
resource: BlockletResource
|
|
1235
1235
|
engine: Any
|
|
1236
|
+
owner: BlockletMetaOwner
|
|
1236
1237
|
}
|
|
1237
1238
|
|
|
1238
1239
|
type BlockletMetaInterface {
|
|
@@ -1247,6 +1248,13 @@ type BlockletMetaInterface {
|
|
|
1247
1248
|
pageGroups: [String!]
|
|
1248
1249
|
}
|
|
1249
1250
|
|
|
1251
|
+
type BlockletMetaOwner {
|
|
1252
|
+
avatar: String
|
|
1253
|
+
did: String
|
|
1254
|
+
email: String
|
|
1255
|
+
fullName: String
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1250
1258
|
type BlockletMetaPerson {
|
|
1251
1259
|
name: String
|
|
1252
1260
|
email: String
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.29-beta-
|
|
6
|
+
"version": "1.16.29-beta-2eaf40bc",
|
|
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": "d723d07ca8914468fc1b53af23aa53dc343e0a8c",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|