@abtnode/schema 1.16.28-beta-b30865b3 → 1.16.28-beta-cec13afc
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 +2 -0
- package/lib/schema.graphqls +2 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -347,6 +347,7 @@ input RequestCreateReleaseInput {
|
|
|
347
347
|
note: String
|
|
348
348
|
status: String
|
|
349
349
|
blockletComponents: [String!]
|
|
350
|
+
uploadedResource: String
|
|
350
351
|
}
|
|
351
352
|
|
|
352
353
|
input RequestCreateRoleInput {
|
|
@@ -1795,6 +1796,7 @@ type Release {
|
|
|
1795
1796
|
updatedAt: String
|
|
1796
1797
|
blockletComponents: [ReleaseComponent!]
|
|
1797
1798
|
publishedStoreIds: [String!]
|
|
1799
|
+
uploadedResource: String
|
|
1798
1800
|
}
|
|
1799
1801
|
|
|
1800
1802
|
type ReleaseComponent {
|
package/lib/schema.graphqls
CHANGED
|
@@ -347,6 +347,7 @@ input RequestCreateReleaseInput {
|
|
|
347
347
|
note: String
|
|
348
348
|
status: String
|
|
349
349
|
blockletComponents: [String!]
|
|
350
|
+
uploadedResource: String
|
|
350
351
|
}
|
|
351
352
|
|
|
352
353
|
input RequestCreateRoleInput {
|
|
@@ -1795,6 +1796,7 @@ type Release {
|
|
|
1795
1796
|
updatedAt: String
|
|
1796
1797
|
blockletComponents: [ReleaseComponent!]
|
|
1797
1798
|
publishedStoreIds: [String!]
|
|
1799
|
+
uploadedResource: String
|
|
1798
1800
|
}
|
|
1799
1801
|
|
|
1800
1802
|
type ReleaseComponent {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.28-beta-
|
|
6
|
+
"version": "1.16.28-beta-cec13afc",
|
|
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": "6ab117057365e4687296dba666f27470b4e31af2",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|