@abtnode/schema 1.16.18-beta-adeeb0b3 → 1.16.18-beta-aa01bd8e

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
@@ -293,6 +293,7 @@ input RequestCreateProjectInput {
293
293
  type: PublishType
294
294
  blockletDid: String
295
295
  blockletTitle: String
296
+ componentDid: String
296
297
  }
297
298
 
298
299
  input RequestCreateReleaseInput {
@@ -452,6 +453,7 @@ input RequestGetPassportIssuancesInput {
452
453
  input RequestGetProjectsInput {
453
454
  did: String
454
455
  paging: PagingInput
456
+ componentDid: String
455
457
  }
456
458
 
457
459
  input RequestGetReleasesInput {
@@ -293,6 +293,7 @@ input RequestCreateProjectInput {
293
293
  type: PublishType
294
294
  blockletDid: String
295
295
  blockletTitle: String
296
+ componentDid: String
296
297
  }
297
298
 
298
299
  input RequestCreateReleaseInput {
@@ -452,6 +453,7 @@ input RequestGetPassportIssuancesInput {
452
453
  input RequestGetProjectsInput {
453
454
  did: String
454
455
  paging: PagingInput
456
+ componentDid: String
455
457
  }
456
458
 
457
459
  input RequestGetReleasesInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.18-beta-adeeb0b3",
6
+ "version": "1.16.18-beta-aa01bd8e",
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": "1bef55d8f6ec840d5336e5a8c113771535a1416f",
16
+ "gitHead": "2bfa63d05ad290f13eee359661e4175b857d9f9d",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }