@abtnode/types 1.16.29-beta-e04c6f40 → 1.16.29-beta-db5c4ed6

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.
Files changed (2) hide show
  1. package/lib/rpc_pb.d.ts +2 -0
  2. 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-e04c6f40",
3
+ "version": "1.16.29-beta-db5c4ed6",
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.0",
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.25.0",
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": "f3e8f2ce931215b95ada33e87aee997d8ae52a69"
39
+ "gitHead": "b15f6442fd30f217c08c7f892dce5d38e340ea28"
40
40
  }