@abtnode/schema 1.16.28-beta-8acda0e6 → 1.16.28-beta-6917161a

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
@@ -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 {
@@ -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-8acda0e6",
6
+ "version": "1.16.28-beta-6917161a",
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": "a1a896a7d34abc6a1f24b855524c228c0b0a3ade",
16
+ "gitHead": "810be5d1a53e6947a524c4cfbd439aa737c14256",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }