@abtnode/types 1.16.33-beta-20241029-014847-2937778a → 1.16.33-beta-20241030-102817-90ad7cd5

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
@@ -685,6 +685,7 @@ export type TRequestIssuePassportToUser = {
685
685
  role: string;
686
686
  display?: type_pb.TPassportDisplay;
687
687
  notify: boolean;
688
+ notification: string;
688
689
  };
689
690
  export type TRequestSwitchProfile = {
690
691
  teamDid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.33-beta-20241029-014847-2937778a",
3
+ "version": "1.16.33-beta-20241030-102817-90ad7cd5",
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": "d0d238bb840a4a87b94da852a0ab2a306e30da70"
39
+ "gitHead": "13346a64f33be7432253dc7735f3d6f52878e9ac"
40
40
  }