@abtnode/types 1.16.52-beta-20251008-114302-27406d2c → 1.16.53-beta-20251009-103017-c7694a7e

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/rpc_pb.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/rpc_pb.d.ts CHANGED
@@ -1540,6 +1540,7 @@ export type TRequestCreateOrg = {
1540
1540
  name: string;
1541
1541
  description: string;
1542
1542
  ownerDid: string;
1543
+ deferPassport: boolean;
1543
1544
  };
1544
1545
  export type TRequestUpdateOrg = {
1545
1546
  teamDid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.52-beta-20251008-114302-27406d2c",
3
+ "version": "1.16.53-beta-20251009-103017-c7694a7e",
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": "20340bfc0c1a1495aa7f2a579755faf6baa10f06"
39
+ "gitHead": "092a23ac8eaef355ce922cf764fb0f104a99d3ad"
40
40
  }