@abtnode/types 1.16.25-next-b726d470 → 1.16.25

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 +3 -0
  2. package/package.json +3 -3
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;
@@ -899,6 +900,8 @@ export type TProject = {
899
900
  createdAt: string;
900
901
  updatedAt: string;
901
902
  componentdid: string;
903
+ lastReleaseId: string;
904
+ lastReleaseFiles: string[];
902
905
  };
903
906
  export type TRelease = {
904
907
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.25-next-b726d470",
3
+ "version": "1.16.25",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "resolutions": {},
13
13
  "devDependencies": {
14
- "@arcblock/eslint-config-ts": "0.2.4",
14
+ "@arcblock/eslint-config-ts": "0.3.0",
15
15
  "@types/jest": "^29.5.11",
16
16
  "@types/node": "^17.0.45",
17
17
  "eslint": "^8.25.0",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "3adef75441748e01ccba82fa1bfd875cbd096185"
39
+ "gitHead": "8752b9a0caa8745e16e1de8db4ef696b713ffb4d"
40
40
  }