@abtnode/schema 1.16.41 → 1.16.42-beta-20250403-230303-c167c6a1
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 +7 -0
- package/lib/schema.graphqls +7 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -758,6 +758,7 @@ input RequestGetBlockletSecurityRulesInput {
|
|
758
758
|
|
759
759
|
input RequestGetBlockletsInput {
|
760
760
|
useCache: Boolean
|
761
|
+
includeRuntimeInfo: Boolean
|
761
762
|
}
|
762
763
|
|
763
764
|
input RequestGetDynamicComponentsInput {
|
@@ -2636,6 +2637,11 @@ type ResponseBlockletDiff {
|
|
2636
2637
|
blockletDiff: BlockletDiff
|
2637
2638
|
}
|
2638
2639
|
|
2640
|
+
type ResponseBlockletInfo {
|
2641
|
+
users: Uint32
|
2642
|
+
passports: Uint32
|
2643
|
+
}
|
2644
|
+
|
2639
2645
|
type ResponseBlockletMeta {
|
2640
2646
|
code: StatusCode
|
2641
2647
|
meta: Any
|
@@ -3790,4 +3796,5 @@ type Query {
|
|
3790
3796
|
getPassportsByRole(input: RequestPassportInput): ResponsePassport
|
3791
3797
|
getPassportLogs(input: RequestPassportLogInput): ResponsePassportLog
|
3792
3798
|
getRelatedPassports(input: RequestRelatedPassportsInput): ResponsePassport
|
3799
|
+
getBlockletBaseInfo(input: TeamInput): ResponseBlockletInfo
|
3793
3800
|
}`;
|
package/lib/schema.graphqls
CHANGED
@@ -758,6 +758,7 @@ input RequestGetBlockletSecurityRulesInput {
|
|
758
758
|
|
759
759
|
input RequestGetBlockletsInput {
|
760
760
|
useCache: Boolean
|
761
|
+
includeRuntimeInfo: Boolean
|
761
762
|
}
|
762
763
|
|
763
764
|
input RequestGetDynamicComponentsInput {
|
@@ -2636,6 +2637,11 @@ type ResponseBlockletDiff {
|
|
2636
2637
|
blockletDiff: BlockletDiff
|
2637
2638
|
}
|
2638
2639
|
|
2640
|
+
type ResponseBlockletInfo {
|
2641
|
+
users: Uint32
|
2642
|
+
passports: Uint32
|
2643
|
+
}
|
2644
|
+
|
2639
2645
|
type ResponseBlockletMeta {
|
2640
2646
|
code: StatusCode
|
2641
2647
|
meta: Any
|
@@ -3792,5 +3798,6 @@ type Query {
|
|
3792
3798
|
getPassportsByRole(input: RequestPassportInput): ResponsePassport
|
3793
3799
|
getPassportLogs(input: RequestPassportLogInput): ResponsePassportLog
|
3794
3800
|
getRelatedPassports(input: RequestRelatedPassportsInput): ResponsePassport
|
3801
|
+
getBlockletBaseInfo(input: TeamInput): ResponseBlockletInfo
|
3795
3802
|
}
|
3796
3803
|
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.16.
|
6
|
+
"version": "1.16.42-beta-20250403-230303-c167c6a1",
|
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": "34d6d981bb270af1d0ca59704715bfa82949a9fe",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|