@abtnode/types 1.16.34-beta-20241214-102147-410be539 → 1.16.34-beta-20241218-045149-150af879

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
@@ -912,6 +912,7 @@ export type TRequestCreateRelease = {
912
912
  blockletCommunity: string;
913
913
  blockletHomepage: string;
914
914
  blockletVideos: string[];
915
+ blockletRepository: string;
915
916
  };
916
917
  export type TResponseRelease = {
917
918
  code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
package/lib/type_pb.d.ts CHANGED
@@ -1036,6 +1036,7 @@ export type TRelease = {
1036
1036
  blockletCommunity: string;
1037
1037
  blockletHomepage: string;
1038
1038
  blockletVideos: string[];
1039
+ blockletRepository: string;
1039
1040
  };
1040
1041
  export type TBlockletResource = {
1041
1042
  exportApi: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.34-beta-20241214-102147-410be539",
3
+ "version": "1.16.34-beta-20241218-045149-150af879",
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": "7f14bf890cebd9294f3953a7adc64608c078771b"
39
+ "gitHead": "91907df23611fc7d41194669bc0831af1909114c"
40
40
  }