@abtnode/types 1.16.27-beta-4022dde0 → 1.16.27-beta-21d213c5

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
@@ -923,6 +923,7 @@ export type TProject = {
923
923
  lastReleaseFiles: string[];
924
924
  connectedStores: TConnectedStore[];
925
925
  tenantScope: string;
926
+ createdBy: string;
926
927
  };
927
928
  export type TRelease = {
928
929
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.27-beta-4022dde0",
3
+ "version": "1.16.27-beta-21d213c5",
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": "5d3fe5b27361cf33e3b4fa6261765e8e9b1dd04f"
39
+ "gitHead": "1beb3311565336a17ee1b049379a8c864f494242"
40
40
  }