@abtnode/schema 1.8.35 → 1.8.36

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
@@ -11,6 +11,17 @@ scalar Int64
11
11
 
12
12
  scalar Uint32
13
13
 
14
+ input BlockletControllerInput {
15
+ id: String
16
+ nftId: String
17
+ nftOwner: String
18
+ expireDate: Uint32
19
+ }
20
+
21
+ input BlockletQueryInput {
22
+ controller: BlockletControllerInput
23
+ }
24
+
14
25
  input BlockletRegistryInput {
15
26
  name: String
16
27
  description: String
@@ -294,6 +305,7 @@ input RequestGetAuditLogsInput {
294
305
 
295
306
  input RequestGetBlockletsInput {
296
307
  useCache: Boolean
308
+ query: BlockletQueryInput
297
309
  }
298
310
 
299
311
  input RequestGetNotificationsInput {
@@ -672,7 +684,8 @@ type BlockletCapabilities {
672
684
 
673
685
  type BlockletController {
674
686
  id: String
675
- vcId: String
687
+ nftId: String
688
+ nftOwner: String
676
689
  expireDate: Uint32
677
690
  }
678
691
 
@@ -11,6 +11,17 @@ scalar Int64
11
11
 
12
12
  scalar Uint32
13
13
 
14
+ input BlockletControllerInput {
15
+ id: String
16
+ nftId: String
17
+ nftOwner: String
18
+ expireDate: Uint32
19
+ }
20
+
21
+ input BlockletQueryInput {
22
+ controller: BlockletControllerInput
23
+ }
24
+
14
25
  input BlockletRegistryInput {
15
26
  name: String
16
27
  description: String
@@ -294,6 +305,7 @@ input RequestGetAuditLogsInput {
294
305
 
295
306
  input RequestGetBlockletsInput {
296
307
  useCache: Boolean
308
+ query: BlockletQueryInput
297
309
  }
298
310
 
299
311
  input RequestGetNotificationsInput {
@@ -672,7 +684,8 @@ type BlockletCapabilities {
672
684
 
673
685
  type BlockletController {
674
686
  id: String
675
- vcId: String
687
+ nftId: String
688
+ nftOwner: String
676
689
  expireDate: Uint32
677
690
  }
678
691
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.35",
6
+ "version": "1.8.36",
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": "MIT",
16
- "gitHead": "dd89e7a61dc8cff64302608ad5ab6545dd903daa",
16
+ "gitHead": "507e974ce88bad1aa002c593130b32982207f803",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }