@abtnode/types 1.16.19-beta-710018ca → 1.16.19-beta-ba354e01

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 CHANGED
@@ -37,15 +37,6 @@ export type TResponseBlockletMetaFromUrl = {
37
37
  inStore: boolean,
38
38
  registryUrl: string,
39
39
  }
40
- export type TRequestBlockletForLauncher = {
41
- did: string,
42
- }
43
- export type TResponseBlockletForLauncher = {
44
- code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
45
- did: string,
46
- isInstalled: boolean,
47
- isRunning: boolean,
48
- }
49
40
  export type TRequestBlockletDiff = {
50
41
  did: string,
51
42
  hashFiles: type_pb.THashFile[],
package/lib/type_pb.d.ts CHANGED
@@ -871,6 +871,7 @@ export type TProject = {
871
871
  blockletScreenshots: string[],
872
872
  createdAt: string,
873
873
  updatedAt: string,
874
+ componentdid: string,
874
875
  }
875
876
  export type TRelease = {
876
877
  id: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.19-beta-710018ca",
3
+ "version": "1.16.19-beta-ba354e01",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "23518dd7a84664e2a015284d5867cc31540fbdb0"
39
+ "gitHead": "d685f8ca8f2fe49298aa0e94f2f15e1e7ebf761b"
40
40
  }