@abtnode/types 1.16.29-beta-88bdefe8 → 1.16.29-beta-a076832b
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/rpc_pb.d.ts +2 -0
- package/package.json +4 -4
package/lib/rpc_pb.d.ts
CHANGED
@@ -704,6 +704,7 @@ export type TRequestDeleteBlockletStore = {
|
|
704
704
|
teamDid: string;
|
705
705
|
url: string;
|
706
706
|
projectId: string;
|
707
|
+
scope: string;
|
707
708
|
};
|
708
709
|
export type TRequestGetAuditLogs = {
|
709
710
|
paging?: type_pb.TPaging;
|
@@ -931,6 +932,7 @@ export type TRequestDisconnectFromStore = {
|
|
931
932
|
did: string;
|
932
933
|
storeId: string;
|
933
934
|
projectId: string;
|
935
|
+
storeScope: string;
|
934
936
|
};
|
935
937
|
export type TResponseDisconnectFromStore = {
|
936
938
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.29-beta-
|
3
|
+
"version": "1.16.29-beta-a076832b",
|
4
4
|
"description": "Typescript definitions generated from protobuf",
|
5
5
|
"keywords": [
|
6
6
|
"abtnode",
|
@@ -11,10 +11,10 @@
|
|
11
11
|
},
|
12
12
|
"resolutions": {},
|
13
13
|
"devDependencies": {
|
14
|
-
"@arcblock/eslint-config-ts": "0.3.
|
14
|
+
"@arcblock/eslint-config-ts": "0.3.2",
|
15
15
|
"@types/jest": "^29.5.11",
|
16
16
|
"@types/node": "^20.12.2",
|
17
|
-
"eslint": "^8.
|
17
|
+
"eslint": "^8.57.0",
|
18
18
|
"typescript": "^5.0.4"
|
19
19
|
},
|
20
20
|
"author": {
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"bugs": {
|
37
37
|
"url": "https://github.com/ArcBlock/abt-node/issues"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "aa0791bd43f8c7068b24bc426ce0f0e4d8a3f583"
|
40
40
|
}
|