@abtnode/types 1.16.53-beta-20251013-075536-64fcb94b → 1.16.53
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 +1 -0
- package/lib/type_pb.d.ts +1 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
|
@@ -1145,6 +1145,7 @@ export type TRequestCreateRelease = {
|
|
|
1145
1145
|
blockletRepository: string;
|
|
1146
1146
|
contentType: string;
|
|
1147
1147
|
blockletDocker?: type_pb.TBlockletDocker;
|
|
1148
|
+
blockletSingleton: boolean;
|
|
1148
1149
|
};
|
|
1149
1150
|
export type TResponseRelease = {
|
|
1150
1151
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
package/lib/type_pb.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/types",
|
|
3
|
-
"version": "1.16.53
|
|
3
|
+
"version": "1.16.53",
|
|
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": "
|
|
39
|
+
"gitHead": "7c37a9bd063192fb0a14921b9d0317de953016ff"
|
|
40
40
|
}
|