@abtnode/schema 1.8.67-beta-794a8082 → 1.8.68-beta-500af7e5
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 +15 -1
- package/lib/schema.graphqls +15 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -3,6 +3,8 @@ module.exports = `# Code generated by protoc-gen-gogql. DO NOT EDIT
|
|
|
3
3
|
|
|
4
4
|
scalar Any
|
|
5
5
|
|
|
6
|
+
scalar Bytes
|
|
7
|
+
|
|
6
8
|
scalar Float32
|
|
7
9
|
|
|
8
10
|
scalar Int32
|
|
@@ -427,7 +429,10 @@ input RequestResetNodeInput {
|
|
|
427
429
|
|
|
428
430
|
input RequestRestoreFromSpacesInput {
|
|
429
431
|
endpoint: String
|
|
430
|
-
|
|
432
|
+
appDid: String
|
|
433
|
+
delegation: String
|
|
434
|
+
password: Bytes
|
|
435
|
+
wallet: Any
|
|
431
436
|
}
|
|
432
437
|
|
|
433
438
|
input RequestRevokePermissionFromRoleInput {
|
|
@@ -801,6 +806,12 @@ type BlockletMetaService {
|
|
|
801
806
|
config: Any
|
|
802
807
|
}
|
|
803
808
|
|
|
809
|
+
type BlockletMigrateRecord {
|
|
810
|
+
appSk: String
|
|
811
|
+
appDid: String
|
|
812
|
+
at: String
|
|
813
|
+
}
|
|
814
|
+
|
|
804
815
|
type BlockletPayment {
|
|
805
816
|
price: [BlockletPaymentPrice!]
|
|
806
817
|
share: [BlockletPaymentShare!]
|
|
@@ -869,6 +880,9 @@ type BlockletState {
|
|
|
869
880
|
appDid: String
|
|
870
881
|
site: RoutingSite
|
|
871
882
|
controller: BlockletController
|
|
883
|
+
migratedFrom: [BlockletMigrateRecord!]
|
|
884
|
+
appPid: String
|
|
885
|
+
externalSk: Boolean
|
|
872
886
|
}
|
|
873
887
|
|
|
874
888
|
type BlockletStats {
|
package/lib/schema.graphqls
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
scalar Any
|
|
5
5
|
|
|
6
|
+
scalar Bytes
|
|
7
|
+
|
|
6
8
|
scalar Float32
|
|
7
9
|
|
|
8
10
|
scalar Int32
|
|
@@ -427,7 +429,10 @@ input RequestResetNodeInput {
|
|
|
427
429
|
|
|
428
430
|
input RequestRestoreFromSpacesInput {
|
|
429
431
|
endpoint: String
|
|
430
|
-
|
|
432
|
+
appDid: String
|
|
433
|
+
delegation: String
|
|
434
|
+
password: Bytes
|
|
435
|
+
wallet: Any
|
|
431
436
|
}
|
|
432
437
|
|
|
433
438
|
input RequestRevokePermissionFromRoleInput {
|
|
@@ -801,6 +806,12 @@ type BlockletMetaService {
|
|
|
801
806
|
config: Any
|
|
802
807
|
}
|
|
803
808
|
|
|
809
|
+
type BlockletMigrateRecord {
|
|
810
|
+
appSk: String
|
|
811
|
+
appDid: String
|
|
812
|
+
at: String
|
|
813
|
+
}
|
|
814
|
+
|
|
804
815
|
type BlockletPayment {
|
|
805
816
|
price: [BlockletPaymentPrice!]
|
|
806
817
|
share: [BlockletPaymentShare!]
|
|
@@ -869,6 +880,9 @@ type BlockletState {
|
|
|
869
880
|
appDid: String
|
|
870
881
|
site: RoutingSite
|
|
871
882
|
controller: BlockletController
|
|
883
|
+
migratedFrom: [BlockletMigrateRecord!]
|
|
884
|
+
appPid: String
|
|
885
|
+
externalSk: Boolean
|
|
872
886
|
}
|
|
873
887
|
|
|
874
888
|
type BlockletStats {
|
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.68-beta-500af7e5",
|
|
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": "9070621373f317a10ff0d289323bf725e30d3521",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|