@lansweeper/multitenant-api-grpc 0.4.48 → 0.4.49

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.48",
3
+ "version": "0.4.49",
4
4
  "description": "Multitenant grpc",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -18,5 +18,5 @@
18
18
  "scripts": {
19
19
  "prepublishOnly": "cp -r ../../shared/limits ./proto"
20
20
  },
21
- "gitHead": "05a6385d409dfa71106ddd9403f3dd1735c4133c"
21
+ "gitHead": "9f453365d6e1092838d62dcb4ce7afa105de40da"
22
22
  }
@@ -62,6 +62,7 @@ message Profile {
62
62
  message ListProfilesByAccountIdRequest{
63
63
  string account_id = 1;
64
64
  bool include_blocks = 2;
65
+ bool being_owner_or_administrator = 3;
65
66
  }
66
67
  message ListProfilesByAccountIdResponse {
67
68
  repeated Profile profile = 1;