@abtnode/types 1.16.45-beta-20250610-112229-2eb0face → 1.16.45-beta-20250612-231219-481217be
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 +3 -1
- package/lib/type_pb.d.ts +1 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -899,9 +899,11 @@ export type TRequestUpdateAutoCheckUpdate = {
|
|
899
899
|
did: string;
|
900
900
|
autoCheckUpdate?: type_pb.TAutoCheckUpdate;
|
901
901
|
};
|
902
|
-
export type
|
902
|
+
export type TRequestBlockletSettings = {
|
903
903
|
did: string;
|
904
|
+
enableSessionHardening: boolean;
|
904
905
|
invite?: type_pb.TInviteSettings;
|
906
|
+
gateway?: type_pb.TBlockletGateway;
|
905
907
|
};
|
906
908
|
export type TRequestGetLauncherSession = {
|
907
909
|
launcherSessionId: string;
|
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.45-beta-
|
3
|
+
"version": "1.16.45-beta-20250612-231219-481217be",
|
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": "01a3fb21f16a515e2565d12797baeda5fdf585b0"
|
40
40
|
}
|