@abtnode/schema 1.16.23-beta-c9c4e08e → 1.16.23-beta-ed83c878
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 +7 -0
- package/lib/schema.graphqls +7 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -312,6 +312,7 @@ input RequestCreateReleaseInput {
|
|
|
312
312
|
blockletScreenshots: [String!]
|
|
313
313
|
note: String
|
|
314
314
|
status: String
|
|
315
|
+
blockletComponents: [String!]
|
|
315
316
|
}
|
|
316
317
|
|
|
317
318
|
input RequestCreateRoleInput {
|
|
@@ -1668,6 +1669,12 @@ type Release {
|
|
|
1668
1669
|
status: ReleaseStatus
|
|
1669
1670
|
createdAt: String
|
|
1670
1671
|
updatedAt: String
|
|
1672
|
+
blockletComponents: [ReleaseComponent!]
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
type ReleaseComponent {
|
|
1676
|
+
did: String
|
|
1677
|
+
required: Boolean
|
|
1671
1678
|
}
|
|
1672
1679
|
|
|
1673
1680
|
type RequestLimit {
|
package/lib/schema.graphqls
CHANGED
|
@@ -312,6 +312,7 @@ input RequestCreateReleaseInput {
|
|
|
312
312
|
blockletScreenshots: [String!]
|
|
313
313
|
note: String
|
|
314
314
|
status: String
|
|
315
|
+
blockletComponents: [String!]
|
|
315
316
|
}
|
|
316
317
|
|
|
317
318
|
input RequestCreateRoleInput {
|
|
@@ -1668,6 +1669,12 @@ type Release {
|
|
|
1668
1669
|
status: ReleaseStatus
|
|
1669
1670
|
createdAt: String
|
|
1670
1671
|
updatedAt: String
|
|
1672
|
+
blockletComponents: [ReleaseComponent!]
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
type ReleaseComponent {
|
|
1676
|
+
did: String
|
|
1677
|
+
required: Boolean
|
|
1671
1678
|
}
|
|
1672
1679
|
|
|
1673
1680
|
type RequestLimit {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.23-beta-
|
|
6
|
+
"version": "1.16.23-beta-ed83c878",
|
|
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": "09abd3c4a7c8c57a5c45f721f37362208dad8823",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|