@abtnode/types 1.16.53-beta-20251013-005429-ca3b05de → 1.16.53-beta-20251014-110009-8220e324
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 +2 -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
|
@@ -1076,6 +1076,7 @@ export type TAuditLog = {
|
|
|
1076
1076
|
createdAt: number;
|
|
1077
1077
|
ip: string;
|
|
1078
1078
|
ua: string;
|
|
1079
|
+
componentDid: string;
|
|
1079
1080
|
};
|
|
1080
1081
|
export type TRequestLimit = {
|
|
1081
1082
|
enabled: boolean;
|
|
@@ -1329,6 +1330,7 @@ export type TRelease = {
|
|
|
1329
1330
|
blockletRepository: string;
|
|
1330
1331
|
contentType: string;
|
|
1331
1332
|
blockletDocker?: TBlockletDocker;
|
|
1333
|
+
blockletSingleton: boolean;
|
|
1332
1334
|
};
|
|
1333
1335
|
export type TBlockletResource = {
|
|
1334
1336
|
exportApi: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/types",
|
|
3
|
-
"version": "1.16.53-beta-
|
|
3
|
+
"version": "1.16.53-beta-20251014-110009-8220e324",
|
|
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": "e3cc422d4f1fb565f74d77e02d847d4461e94436"
|
|
40
40
|
}
|