@lansweeper/multitenant-api-grpc 0.4.29 → 0.4.30

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.4.29",
3
+ "version": "0.4.30",
4
4
  "description": "Multitenant grpc",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -15,5 +15,5 @@
15
15
  "peerDependencies": {
16
16
  "@grpc/grpc-js": "^1.6.2"
17
17
  },
18
- "gitHead": "3f93a769852437cccb054394092db7945ac5a8e5"
18
+ "gitHead": "24149f5a72dbc9c55c7e14a15c91215385251a7a"
19
19
  }
@@ -440,6 +440,7 @@ message AllProfilesExistRequest{
440
440
  message AllProfilesExistResponse{
441
441
  bool all = 1;
442
442
  repeated Profile profiles = 2;
443
+ PreviewAccount createdBy = 3;
443
444
  }
444
445
 
445
446
  message SendInviteLocalUsersMailRequest{