@abtnode/types 1.16.11-beta-069c3537 → 1.16.11-next-a232f5fb

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
@@ -672,3 +672,12 @@ export type TResponseGetBlockletBackups = {
672
672
  code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
673
673
  backups: type_pb.TBackup[],
674
674
  }
675
+ export type TRequestGetLauncherSession = {
676
+ launcherSessionId: string,
677
+ launcherUrl: string,
678
+ }
679
+ export type TResponseGetLauncherSession = {
680
+ code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
681
+ error: string,
682
+ launcherSession?: Record<string, any>,
683
+ }
package/lib/type_pb.d.ts CHANGED
@@ -208,6 +208,9 @@ export type TBlockletController = {
208
208
  chainHost: string,
209
209
  expireDate: number,
210
210
  consumedAt: string,
211
+ launcherUrl: string,
212
+ launcherSessionId: string,
213
+ ownerDid: string,
211
214
  }
212
215
  export type TBlockletMigrateRecord = {
213
216
  appSk: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.11-beta-069c3537",
3
+ "version": "1.16.11-next-a232f5fb",
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": "a89c7f13901d2c2d50b09d68d6088ca705648ff6"
39
+ "gitHead": "1af264e9b6648aa191fbf23c67717262ac717697"
40
40
  }