@abtnode/schema 1.8.66 → 1.8.67-beta-f8b4c9ec
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 +1 -12
- package/lib/schema.graphqls +1 -12
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -381,11 +381,6 @@ input RequestInstallComponentInput {
|
|
|
381
381
|
skipNavigation: Boolean
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
input RequestInstallFromVcInput {
|
|
385
|
-
challenge: String
|
|
386
|
-
vcPresentation: Any
|
|
387
|
-
}
|
|
388
|
-
|
|
389
384
|
input RequestIssuePassportToUserInput {
|
|
390
385
|
teamDid: String
|
|
391
386
|
userDid: String
|
|
@@ -431,7 +426,7 @@ input RequestResetNodeInput {
|
|
|
431
426
|
|
|
432
427
|
input RequestRestoreFromSpacesInput {
|
|
433
428
|
endpoint: String
|
|
434
|
-
|
|
429
|
+
appSk: String
|
|
435
430
|
}
|
|
436
431
|
|
|
437
432
|
input RequestRevokePermissionFromRoleInput {
|
|
@@ -1406,11 +1401,6 @@ type ResponseGetUsersCountPerRole {
|
|
|
1406
1401
|
counts: [KeyValue!]
|
|
1407
1402
|
}
|
|
1408
1403
|
|
|
1409
|
-
type ResponseInstallFromVc {
|
|
1410
|
-
code: StatusCode
|
|
1411
|
-
blocklet: BlockletState
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
1404
|
type ResponseLatestBlockletVersion {
|
|
1415
1405
|
code: StatusCode
|
|
1416
1406
|
data: LatestBlockletVersion
|
|
@@ -1703,7 +1693,6 @@ scalar Upload
|
|
|
1703
1693
|
|
|
1704
1694
|
type Mutation {
|
|
1705
1695
|
installBlocklet(input: RequestVersionedBlockletInput): ResponseBlocklet
|
|
1706
|
-
installBlockletFromVc(input: RequestInstallFromVcInput): ResponseInstallFromVc
|
|
1707
1696
|
installComponent(input: RequestInstallComponentInput): ResponseBlocklet
|
|
1708
1697
|
startBlocklet(input: RequestBlockletInput): ResponseBlocklet
|
|
1709
1698
|
stopBlocklet(input: RequestBlockletInput): ResponseBlocklet
|
package/lib/schema.graphqls
CHANGED
|
@@ -381,11 +381,6 @@ input RequestInstallComponentInput {
|
|
|
381
381
|
skipNavigation: Boolean
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
input RequestInstallFromVcInput {
|
|
385
|
-
challenge: String
|
|
386
|
-
vcPresentation: Any
|
|
387
|
-
}
|
|
388
|
-
|
|
389
384
|
input RequestIssuePassportToUserInput {
|
|
390
385
|
teamDid: String
|
|
391
386
|
userDid: String
|
|
@@ -431,7 +426,7 @@ input RequestResetNodeInput {
|
|
|
431
426
|
|
|
432
427
|
input RequestRestoreFromSpacesInput {
|
|
433
428
|
endpoint: String
|
|
434
|
-
|
|
429
|
+
appSk: String
|
|
435
430
|
}
|
|
436
431
|
|
|
437
432
|
input RequestRevokePermissionFromRoleInput {
|
|
@@ -1406,11 +1401,6 @@ type ResponseGetUsersCountPerRole {
|
|
|
1406
1401
|
counts: [KeyValue!]
|
|
1407
1402
|
}
|
|
1408
1403
|
|
|
1409
|
-
type ResponseInstallFromVc {
|
|
1410
|
-
code: StatusCode
|
|
1411
|
-
blocklet: BlockletState
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
1404
|
type ResponseLatestBlockletVersion {
|
|
1415
1405
|
code: StatusCode
|
|
1416
1406
|
data: LatestBlockletVersion
|
|
@@ -1705,7 +1695,6 @@ enum Upload {
|
|
|
1705
1695
|
|
|
1706
1696
|
type Mutation {
|
|
1707
1697
|
installBlocklet(input: RequestVersionedBlockletInput): ResponseBlocklet
|
|
1708
|
-
installBlockletFromVc(input: RequestInstallFromVcInput): ResponseInstallFromVc
|
|
1709
1698
|
installComponent(input: RequestInstallComponentInput): ResponseBlocklet
|
|
1710
1699
|
startBlocklet(input: RequestBlockletInput): ResponseBlocklet
|
|
1711
1700
|
stopBlocklet(input: RequestBlockletInput): ResponseBlocklet
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.67-beta-f8b4c9ec",
|
|
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": "
|
|
16
|
+
"gitHead": "ebf19fcbc6d99fff0d214dc0680c4df81aa94d6d",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|