@abtnode/types 1.16.45-beta-20250609-111118-0d252ebe → 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 CHANGED
@@ -899,9 +899,11 @@ export type TRequestUpdateAutoCheckUpdate = {
899
899
  did: string;
900
900
  autoCheckUpdate?: type_pb.TAutoCheckUpdate;
901
901
  };
902
- export type TRequestUpdateInviteSettings = {
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
@@ -415,6 +415,7 @@ export type TBlockletSettings = {
415
415
  theme?: Record<string, any>;
416
416
  endpointList: TConnectEndpoint[];
417
417
  gateway?: TGateway;
418
+ enableSessionHardening: boolean;
418
419
  };
419
420
  export type TBlockletMetaService = {
420
421
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.45-beta-20250609-111118-0d252ebe",
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": "3ea8ca1f5debfddd15b172c9dd9f4d4eaf22db0e"
39
+ "gitHead": "01a3fb21f16a515e2565d12797baeda5fdf585b0"
40
40
  }