@abtnode/schema 1.16.11-next-3d2b39f7 → 1.16.11-next-d32a90d4
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 +6 -17
- package/lib/schema.graphqls +6 -17
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -15,22 +15,6 @@ scalar Uint32
|
|
|
15
15
|
|
|
16
16
|
scalar Uint64
|
|
17
17
|
|
|
18
|
-
input BlockletControllerInput {
|
|
19
|
-
id: String
|
|
20
|
-
nftId: String
|
|
21
|
-
nftOwner: String
|
|
22
|
-
chainHost: String
|
|
23
|
-
expireDate: Uint32
|
|
24
|
-
consumedAt: String
|
|
25
|
-
launcherUrl: String
|
|
26
|
-
launcherSessionId: String
|
|
27
|
-
ownerDid: String
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
input BlockletQueryInput {
|
|
31
|
-
controller: BlockletControllerInput
|
|
32
|
-
}
|
|
33
|
-
|
|
34
18
|
input BlockletStoreInput {
|
|
35
19
|
name: String
|
|
36
20
|
description: String
|
|
@@ -391,7 +375,6 @@ input RequestGetBlockletBackupsInput {
|
|
|
391
375
|
|
|
392
376
|
input RequestGetBlockletsInput {
|
|
393
377
|
useCache: Boolean
|
|
394
|
-
query: BlockletQueryInput
|
|
395
378
|
}
|
|
396
379
|
|
|
397
380
|
input RequestGetLauncherSessionInput {
|
|
@@ -837,6 +820,12 @@ type BlockletController {
|
|
|
837
820
|
launcherUrl: String
|
|
838
821
|
launcherSessionId: String
|
|
839
822
|
ownerDid: String
|
|
823
|
+
status: BlockletControllerStatus
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
type BlockletControllerStatus {
|
|
827
|
+
value: Uint32
|
|
828
|
+
reason: String
|
|
840
829
|
}
|
|
841
830
|
|
|
842
831
|
type BlockletDiff {
|
package/lib/schema.graphqls
CHANGED
|
@@ -15,22 +15,6 @@ scalar Uint32
|
|
|
15
15
|
|
|
16
16
|
scalar Uint64
|
|
17
17
|
|
|
18
|
-
input BlockletControllerInput {
|
|
19
|
-
id: String
|
|
20
|
-
nftId: String
|
|
21
|
-
nftOwner: String
|
|
22
|
-
chainHost: String
|
|
23
|
-
expireDate: Uint32
|
|
24
|
-
consumedAt: String
|
|
25
|
-
launcherUrl: String
|
|
26
|
-
launcherSessionId: String
|
|
27
|
-
ownerDid: String
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
input BlockletQueryInput {
|
|
31
|
-
controller: BlockletControllerInput
|
|
32
|
-
}
|
|
33
|
-
|
|
34
18
|
input BlockletStoreInput {
|
|
35
19
|
name: String
|
|
36
20
|
description: String
|
|
@@ -391,7 +375,6 @@ input RequestGetBlockletBackupsInput {
|
|
|
391
375
|
|
|
392
376
|
input RequestGetBlockletsInput {
|
|
393
377
|
useCache: Boolean
|
|
394
|
-
query: BlockletQueryInput
|
|
395
378
|
}
|
|
396
379
|
|
|
397
380
|
input RequestGetLauncherSessionInput {
|
|
@@ -837,6 +820,12 @@ type BlockletController {
|
|
|
837
820
|
launcherUrl: String
|
|
838
821
|
launcherSessionId: String
|
|
839
822
|
ownerDid: String
|
|
823
|
+
status: BlockletControllerStatus
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
type BlockletControllerStatus {
|
|
827
|
+
value: Uint32
|
|
828
|
+
reason: String
|
|
840
829
|
}
|
|
841
830
|
|
|
842
831
|
type BlockletDiff {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.11-next-
|
|
6
|
+
"version": "1.16.11-next-d32a90d4",
|
|
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": "4f39f40bf7a87767f885d3a06f785d9d76b82da4",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|