@abtnode/types 1.16.25-beta-85e265d1 → 1.16.25-beta-051ab300

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.
Files changed (2) hide show
  1. package/lib/type_pb.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -41,6 +41,7 @@ export type TOwnerNft = {
41
41
  did: string;
42
42
  holder: string;
43
43
  issuer: string;
44
+ launcherSessionId: string;
44
45
  };
45
46
  export type TNodeRouting = {
46
47
  provider: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.25-beta-85e265d1",
3
+ "version": "1.16.25-beta-051ab300",
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": "ea2dbf135591636c3d1899374b99d66eee61c7d2"
39
+ "gitHead": "8404084354b39ee567f6ad1088093219f220d7ca"
40
40
  }